/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1 {
    /* 208px - 240px - leaving room for social proof overlap */
    padding: clamp(13rem, 30vw, 15rem) 1rem 12.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #hero-1 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  #hero-1 .cs-content {
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  #hero-1 .cs-badge {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FAFBFC;
    padding: 0.5rem 0.625rem;
    background: rgba(250, 251, 252, 0.2);
    border: 1px solid #FAFBFC;
    border-radius: 0.75rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: inline-block;
  }
  #hero-1 .cs-title {
    font-family: 'Inter', sans-serif;
    /* 36px - 48px */
    font-size: clamp(2.25rem, 4.5vw, 3rem);
    font-weight: 600;
    line-height: 1.16666667em;
    color: #FAFBFC;
    margin: 0;
  }
  #hero-1 .cs-text {
    font-family: 'Inter', sans-serif;
    /* 16px - 18px */
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 400;
    line-height: 1.77777778em;
    color: #FAFBFC;
    margin: 0;
    max-width: 39.375rem;
  }
  #hero-1 .cs-button-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
  #hero-1 .cs-button-solid {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3D64FD;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
  }
  #hero-1 .cs-button-solid:hover {
    background-color: #2D4FE0;
  }
  #hero-1 .cs-button-outline {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s, color 0.3s;
  }
  #hero-1 .cs-button-outline:hover {
    background-color: #fff;
    color: #08101A;
  }
  #hero-1 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1A1A1F;
    mix-blend-mode: multiply;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hero-1 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-1 {
    /* increase top/bottom padding at desktop */
    padding: 12.5rem clamp(1rem, 3vw, 2.5rem) 17.5rem;
    min-height: 43.75rem;
  }
  #hero-1 .cs-container {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #hero-1 .cs-content {
    max-width: 51.4375rem;
  }
  #hero-1 .cs-title {
    max-width: 51.4375rem;
  }
  #hero-1 .cs-button-group {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
/*-- -------------------------- -->
<---        Social Proof        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #social-proof-1 {
    padding: 0 1rem;
    position: relative;
    z-index: 10;
    /* pull up to overlap the hero */
    margin-top: -6.25rem;
  }
  #social-proof-1 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-radius: 1.5rem 1.5rem 0 0;
    overflow: hidden;
    box-shadow: 0px 1.5rem 3.375rem 0px rgba(87, 107, 147, 0.12);
  }
  #social-proof-1 .cs-card {
    background-color: #FAFBFC;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 1rem 1.5625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    gap: 0.875rem;
    position: relative;
  }
  #social-proof-1 .cs-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
  }
  #social-proof-1 .cs-card-title {
    font-family: 'Inter', sans-serif;
    /* 24px - 36px */
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.5px;
    color: #3D64FD;
    margin: 0;
  }
  #social-proof-1 .cs-card-text {
    font-family: 'Inter', sans-serif;
    /* 16px - 20px */
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 600;
    line-height: 1.4em;
    color: #1A1A1F;
    margin: 0;
  }
  #social-proof-1 .cs-farmers-logo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.125rem;
    height: auto;
    display: block;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #social-proof-1 {
    padding: 0 clamp(1rem, 3vw, 2.5rem);
    margin-top: -7.8125rem;
  }
  #social-proof-1 .cs-container {
    flex-direction: row;
  }
  #social-proof-1 .cs-card {
    padding: 1.75rem 1.5625rem 3rem;
    min-height: 15.625rem;
  }
  #social-proof-1 .cs-farmers-logo {
    top: auto;
    bottom: 1.25rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 8.0625rem;
  }
}
/*-- -------------------------- -->
<---     Insurance Products     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1 {
    padding: clamp(3.75rem, 10vw, 7.5rem) 1rem;
    /* pull services up so #F8F8F8 bg covers the area below social proof cards */
    margin-top: -9.375rem;
    padding-top: calc(clamp(3.75rem, 10vw, 7.5rem) + 9.375rem);
    background-color: #F8F8F8;
    position: relative;
    overflow: hidden;
  }
  #services-1 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  #services-1 .cs-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  #services-1 .cs-topper {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3D64FD;
  }
  #services-1 .cs-title {
    font-family: 'Inter', sans-serif;
    /* 32px - 48px */
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.16666667em;
    color: #08101A;
    margin: 0;
  }
  #services-1 .cs-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #55595E;
    margin: 0;
    max-width: 50rem;
  }
  #services-1 .cs-card-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #services-1 .cs-card-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
  }
  #services-1 .cs-card-row.cs-row-2 {
    gap: 1.5rem;
  }
  #services-1 .cs-item {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
  }
  #services-1 .cs-icon {
    width: 3.375rem;
    height: 3.375rem;
    display: block;
  }
  #services-1 .cs-h3 {
    font-family: 'Inter', sans-serif;
    /* 20px - 24px */
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.5em;
    color: #08101A;
    margin: 0;
  }
  #services-1 .cs-item-body {
    width: 100%;
    border-top: 1px solid #D2D8DF;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #services-1 .cs-item-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #55595E;
    margin: 0;
  }
  #services-1 .cs-button-solid {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3D64FD;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
  }
  #services-1 .cs-button-solid:hover {
    background-color: #2D4FE0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1 .cs-card-row.cs-row-2 {
    flex-direction: row;
    justify-content: center;
  }
  #services-1 .cs-card-row.cs-row-2 .cs-item {
    width: calc(50% - (12/16rem));
    max-width: 26.375rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-1 {
    padding: 7.5rem clamp(1rem, 3vw, 2.5rem);
    padding-top: calc(7.5rem + 9.375rem);
  }
  #services-1 .cs-card-row {
    flex-direction: row;
  }
  #services-1 .cs-card-row.cs-row-3 {
    gap: 0.4375rem;
  }
  #services-1 .cs-card-row.cs-row-3 .cs-item {
    flex: 1;
    min-width: 0;
    /* equal height cards */
    min-height: 27.625rem;
  }
  #services-1 .cs-card-row.cs-row-2 {
    gap: 1.5rem;
  }
  #services-1 .cs-card-row.cs-row-2 .cs-item {
    width: 26.375rem;
  }
}
/*-- -------------------------- -->
<---       Quick Search         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1 {
    /* Desktop results pill — hidden on mobile */
  }
  #services-1 .cs-search-wrapper {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  #services-1 .cs-search-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
  #services-1 .cs-search-label {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #1A1A1A;
    white-space: nowrap;
  }
  #services-1 .cs-search-input-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  #services-1 .cs-search-input {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2em;
    color: #1A1A1F;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    padding: 0.5rem 3rem 0.5rem 1.5rem;
    backdrop-filter: blur(22.5px);
    -webkit-backdrop-filter: blur(22.5px);
    outline: none;
    transition: border-color 0.3s;
  }
  #services-1 .cs-search-input::placeholder {
    color: rgba(125, 121, 156, 0.6);
    font-size: 0.875rem;
  }
  #services-1 .cs-search-input:focus {
    border-color: #3D64FD;
  }
  #services-1 .cs-search-arrow {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    opacity: 0.5;
  }
  #services-1 .cs-search-results {
    display: none;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-1 {
    /* Desktop Results Pill */
  }
  #services-1 .cs-search-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
  }
  #services-1 .cs-search-label {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
  #services-1 .cs-search-input-wrapper {
    width: 34.5rem;
  }
  #services-1 .cs-search-input {
    font-size: 1rem;
    line-height: 1.75em;
  }
  #services-1 .cs-search-input::placeholder {
    font-size: 1rem;
  }
  #services-1 .cs-search-results {
    display: none;
    width: 100%;
    max-width: 50rem;
  }
  #services-1 .cs-search-results.cs-active {
    display: block;
  }
  #services-1 .cs-search-columns {
    background-color: #3D64FD;
    border-radius: 3.125rem;
    padding: 1.25rem 1.875rem;
    display: flex;
    gap: 1.25rem;
    justify-content: center;
  }
  #services-1 .cs-search-column {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    /* vertical divider between columns */
  }
  #services-1 .cs-search-column + .cs-search-column {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 1.25rem;
  }
  #services-1 .cs-search-category-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #services-1 .cs-search-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #fff;
    transition: opacity 0.3s;
  }
  #services-1 .cs-search-link:hover {
    opacity: 0.8;
  }
  #services-1 .cs-link-arrow {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }
}
/*-- -------------------------- -->
<---     Mobile Search Modal    -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .cs-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: flex-start;
    justify-content: center;
  }
  .cs-search-modal.cs-active {
    display: flex;
  }
  .cs-search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .cs-search-modal-panel {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 25rem;
    max-height: 90vh;
    margin-top: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .cs-search-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    color: #1A1A1F;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cs-search-close:hover {
    opacity: 0.7;
  }
  .cs-search-modal-header {
    padding: 1rem;
    padding-top: 0.9375rem;
    border-bottom: 1px solid #E0E0E0;
  }
  .cs-search-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    box-shadow: 0px 0.25rem 1.5625rem 0px rgba(0, 0, 0, 0.1);
  }
  /* Category accordion */
  .cs-search-category {
    background-color: #fff;
    width: 100%;
  }
  .cs-search-category-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0.4375rem 1.25rem 0.4375rem 0.75rem;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.71428571em;
    color: #1A1A1A;
    text-align: left;
    transition: background-color 0.2s;
  }
  .cs-search-category-header:hover {
    background-color: #F8F8F8;
  }
  .cs-search-category-header span {
    flex: 1;
  }
  .cs-search-category-header .cs-chevron {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    color: #5F5F62;
    transition: transform 0.3s;
  }
  /* Products list — hidden by default */
  .cs-search-category-products {
    display: none;
    background-color: #3D64FD;
    padding: 0.3125rem 1.25rem;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3125rem;
  }
  /* Expanded state */
  .cs-search-category.cs-active .cs-search-category-header .cs-chevron {
    transform: rotate(180deg);
  }
  .cs-search-category.cs-active .cs-search-category-products {
    display: flex;
  }
  /* Product chip buttons */
  .cs-search-product-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    background-color: #fff;
    padding: 0.4375rem 0.75rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.71428571em;
    color: #1A1A1A;
    text-decoration: none;
    transition: background-color 0.2s;
  }
  .cs-search-product-chip:hover {
    background-color: #F0F0F0;
  }
  .cs-search-product-chip .cs-chip-arrow {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    color: #3D64FD;
  }
}
/* Desktop - 1024px: hide mobile modal */
@media only screen and (min-width: 64rem) {
  .cs-search-modal {
    display: none !important;
  }
}
/*-- -------------------------- -->
<---     Meet Anker Insurance   -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #meet-anker {
    background-color: #fff;
    padding: clamp(3.75rem, 10vw, 6.25rem) 1rem;
    /* Shared Overline */
    /* Shared role label (blue dot + text) */
    /* Social links */
    /* ====== About Section ====== */
    /* ====== Image Group ====== */
    /* ====== Team Section ====== */
  }
  #meet-anker .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
  }
  #meet-anker .cs-topper {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: #3D64FD;
    display: block;
  }
  #meet-anker .cs-role-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
  }
  #meet-anker .cs-dot-blue {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #3D64FD;
    flex-shrink: 0;
  }
  #meet-anker .cs-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: #1A1A1A;
    transition: color 0.3s;
  }
  #meet-anker .cs-social-link:hover {
    color: #3D64FD;
  }
  #meet-anker .cs-social-link svg {
    width: 100%;
    height: 100%;
  }
  #meet-anker .cs-about {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  #meet-anker .cs-about-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #meet-anker .cs-about-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #meet-anker .cs-about-header .cs-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.03125rem;
    color: #08101A;
    margin: 0;
  }
  #meet-anker .cs-about-body {
    border-top: 1px solid #D2D8DF;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #meet-anker .cs-about-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    margin: 0;
  }
  #meet-anker .cs-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #meet-anker .cs-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
  }
  #meet-anker .cs-check-icon {
    width: 1.1875rem;
    height: 1.3125rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
  }
  #meet-anker .cs-about-image-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #meet-anker .cs-portrait-wrapper {
    width: 100%;
    max-width: 32.625rem;
    aspect-ratio: 522 / 628;
    border-radius: 3.125rem;
    overflow: hidden;
  }
  #meet-anker .cs-portrait {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #meet-anker .cs-info-card {
    background-color: #3D64FD;
    border-radius: 6.25rem;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: -2.5rem;
    margin-left: auto;
    max-width: 25.625rem;
    position: relative;
    z-index: 1;
  }
  #meet-anker .cs-info-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #meet-anker .cs-info-bio {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #meet-anker .cs-info-socials {
    display: flex;
    gap: 0.75rem;
  }
  #meet-anker .cs-info-socials .cs-social-link {
    color: #fff;
  }
  #meet-anker .cs-info-socials .cs-social-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #meet-anker .cs-team {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #meet-anker .cs-team-intro {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  #meet-anker .cs-team-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #1A1A1A;
    margin: 0;
  }
  #meet-anker .cs-team-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    margin: 0;
  }
  #meet-anker .cs-team-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #meet-anker .cs-team-card {
    display: flex;
    flex-direction: column;
  }
  #meet-anker .cs-card-picture {
    width: 100%;
    height: 23.75rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  #meet-anker .cs-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #meet-anker .cs-card-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 1rem;
  }
  #meet-anker .cs-card-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #1A1A1A;
    margin: 0;
  }
  #meet-anker .cs-card-bio {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1A;
    margin: 0;
  }
  #meet-anker .cs-card-socials {
    display: flex;
    gap: 0.75rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #meet-anker .cs-team-cards {
    flex-direction: row;
  }
  #meet-anker .cs-team-card {
    flex: 1;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #meet-anker {
    padding: 6.25rem clamp(1rem, 3vw, 2.5rem);
  }
  #meet-anker .cs-about {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  #meet-anker .cs-about-content {
    flex: 1;
    padding-bottom: 7.5rem;
  }
  #meet-anker .cs-about-image-group {
    width: 32.625rem;
    flex-shrink: 0;
  }
  #meet-anker .cs-portrait-wrapper {
    border-radius: 6.25rem;
  }
  #meet-anker .cs-info-card {
    margin-top: -2.5rem;
    margin-left: 12.5rem;
  }
  #meet-anker .cs-team {
    flex-direction: row;
    gap: 1.5rem;
  }
  #meet-anker .cs-team-intro {
    width: 19.8125rem;
    flex-shrink: 0;
  }
  #meet-anker .cs-team-cards {
    flex: 1;
    flex-direction: row;
    gap: 1.5rem;
  }
}
/*-- -------------------------- -->
<---    Why Choose Anker        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose {
    background-color: #F8F8F8;
    padding: clamp(3.75rem, 10vw, 6.25rem) 1rem;
  }
  #why-choose .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  #why-choose .cs-header-row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #why-choose .cs-header-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #why-choose .cs-topper {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3D64FD;
  }
  #why-choose .cs-title {
    font-family: 'Inter', sans-serif;
    /* 28px - 36px */
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.03125rem;
    color: #1A1A1A;
    margin: 0;
  }
  #why-choose .cs-header-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    margin: 0;
  }
  #why-choose .cs-advantage-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  #why-choose .cs-advantage-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  #why-choose .cs-advantage-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #why-choose .cs-advantage-card.cs-card-blue {
    background-color: #3D64FD;
  }
  #why-choose .cs-advantage-card.cs-card-blue .cs-advantage-title {
    color: #fff;
  }
  #why-choose .cs-advantage-card.cs-card-blue .cs-advantage-text {
    color: #fff;
  }
  #why-choose .cs-advantage-icon {
    width: 3rem;
    height: 3rem;
    display: block;
  }
  #why-choose .cs-advantage-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #why-choose .cs-advantage-title {
    font-family: 'Inter', sans-serif;
    /* 20px - 24px */
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.5em;
    color: #1A1A1A;
    margin: 0;
  }
  #why-choose .cs-advantage-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1A1A1F;
    margin: 0;
  }
  #why-choose .cs-button-outline {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #1A1A1F;
    background-color: transparent;
    border: 1px solid #1A1A1F;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s, color 0.3s;
  }
  #why-choose .cs-button-outline:hover {
    background-color: #1A1A1F;
    color: #fff;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #why-choose {
    padding: 6.25rem clamp(1rem, 3vw, 2.5rem);
  }
  #why-choose .cs-header-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #why-choose .cs-header-content {
    width: 32.625rem;
    flex-shrink: 0;
  }
  #why-choose .cs-header-text {
    width: 32.625rem;
    flex-shrink: 0;
  }
  #why-choose .cs-advantage-cards {
    flex-direction: row;
  }
  #why-choose .cs-advantage-card {
    flex: 1;
    min-width: 0;
  }
}
/*-- -------------------------- -->
<---    Client Testimonials    -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #testimonials-1 {
    padding: clamp(3.75rem, 10vw, 6.25rem) 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* CTA Banner */
    /* Background Image */
  }
  #testimonials-1 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(2rem, 5vw, 4rem);
    position: relative;
    z-index: 2;
  }
  #testimonials-1 .cs-header-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #testimonials-1 .cs-header-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  #testimonials-1 .cs-topper {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
  }
  #testimonials-1 .cs-title {
    font-family: 'Inter', sans-serif;
    /* 24px - 36px */
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.03125rem;
    color: #FAFBFC;
    margin: 0;
  }
  #testimonials-1 .cs-button-solid {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3D64FD;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
  }
  #testimonials-1 .cs-button-solid:hover {
    background-color: #2D4FE0;
  }
  #testimonials-1 .cs-card-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  #testimonials-1 .cs-review-card {
    background: rgba(26, 26, 31, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  #testimonials-1 .cs-stars {
    width: clamp(7.25rem, 18vw, 13.75rem);
    height: auto;
    display: block;
  }
  #testimonials-1 .cs-card-body {
    border-top: 1px solid #D2D8DF;
    padding-top: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #testimonials-1 .cs-review-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.71428571em;
    color: #fff;
    margin: 0;
  }
  #testimonials-1 .cs-reviewer {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  #testimonials-1 .cs-reviewer-img {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }
  #testimonials-1 .cs-reviewer-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
  }
  #testimonials-1 .cs-cta-banner {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    background: rgba(61, 100, 253, 0.4);
    border-radius: 1rem;
    padding: clamp(2rem, 4vw, 2.125rem) clamp(1.5rem, 4vw, 3.625rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
  }
  #testimonials-1 .cs-cta-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #testimonials-1 .cs-cta-badge {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FAFBFC;
    padding: 0.5rem 0.625rem;
    background: transparent;
    border: 1px solid #FAFBFC;
    border-radius: 1rem;
    display: inline-block;
    width: fit-content;
  }
  #testimonials-1 .cs-cta-title {
    font-family: 'Inter', sans-serif;
    /* 24px - 36px */
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.03125rem;
    color: #fff;
    margin: 0;
  }
  #testimonials-1 .cs-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
  }
  #testimonials-1 .cs-cta-banner .cs-button-solid {
    white-space: nowrap;
  }
  #testimonials-1 .cs-cta-banner .cs-button-outline {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    white-space: nowrap;
    transition: background-color 0.3s, color 0.3s;
    width: fit-content;
  }
  #testimonials-1 .cs-cta-banner .cs-button-outline:hover {
    background-color: #fff;
    color: #1A1A1F;
  }
  #testimonials-1 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #testimonials-1 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1A1A1F;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #testimonials-1 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #testimonials-1 {
    padding: 6.25rem clamp(1rem, 3vw, 2.5rem);
  }
  #testimonials-1 .cs-container {
    padding: 4rem;
    gap: 4rem;
  }
  #testimonials-1 .cs-header-group {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  #testimonials-1 .cs-title {
    font-size: 2.25rem;
  }
  #testimonials-1 .cs-card-group {
    flex-direction: row;
  }
  #testimonials-1 .cs-review-card {
    flex: 1;
    min-width: 0;
  }
  #testimonials-1 .cs-cta-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #testimonials-1 .cs-cta-title {
    font-size: 2.25rem;
    max-width: 27.125rem;
  }
  #testimonials-1 .cs-cta-buttons {
    flex-direction: row;
    width: auto;
    gap: 1.5rem;
  }
}
