.btm-pd {
    padding-bottom: 90px;
}

.top-pd {
    padding-top: 90px;
}


.services-hero {
    background: var(--navy);
}

.sh-inner {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding: 110px 26px 36px;
    overflow: hidden;
}

.sh-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/inner-pattern-new.png) center /cover no-repeat;
    /* -webkit-mask-image: linear-gradient(to right, transparent 45%, #000 88%);
    mask-image: linear-gradient(to right, transparent 45%, #000 88%);
    pointer-events: none; */
    z-index: 0;
}

/* .sh-inner {
    position: relative;
    border-right: 1.5px solid #2b3948;
} */

.sh-content {
    position: relative;
    z-index: 1;
}

.sh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Geist Mono", monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #BEBEBE;
    margin-bottom: 20px;
}

.sh-eyebrow::before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--tag);
    border-radius: 1px;
}

.sh-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 67.2px;
    letter-spacing: -2.56px;
    color: #F5F4F0;
    margin: 0 0 20px;
}

.sh-sub {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0;
    color: #C5C7C9;
    margin: 0;
    max-width: 476px;
}

@media (max-width: 768px) {
    .sh-inner::before {
        display: none;
    }

    .sh-inner {
        padding: 72px 20px 64px;
    }

    .sh-title {
        font-size: 36px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .sh-sub {
        font-size: 15px;
        line-height: 1.5;
    }
}


.ab-wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 24px;
}

.ab-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5F6269;
    margin-bottom: 16px;
}

.ab-eyebrow::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: var(--tag);
    flex: none;
}

.ss-eyebrow::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #fff !important;
    flex: none;
}


.ab-eyebrow.light {
    color: #BEBEBE;
}

/* Our Story */
.ab-story {
    background: #fff;
    padding: 80px 0;
}

.ab-story-img {
    /* border-radius: 16px; */
    overflow: hidden;
    margin-bottom: 42px;
}

.ab-story-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.ab-story-text {
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}

.ab-story-text h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    color: #0E182E;
    margin: 0 0 18px;
}

.ab-story-text p {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--body);
    margin: 0;
}

/* Mission / Vision */
.ab-mv {
    background: #fff;
    padding: 10px 0 80px;
}

.ab-mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 16px; */
}

.ab-mv-text {
    background: #F5F4F0;
    padding: 54px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ab-mv-text h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    color: var(--title);
    margin: 0 0 16px;
}

.ab-mv-text p {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--body);
    margin: 0;
    max-width: 420px;
    font-weight: 300;
}

.ab-mv-img {
    overflow: hidden;
    min-height: 300px;
}

.ab-mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Our Journey (navy) */
.ab-journey {
    background: var(--navy);
    padding: 90px 0;
    color: #fff;
}

.ab-journey-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}

.ab-journey-head .ab-eyebrow {
    justify-content: center;
}

.ab-journey-head h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    color: #F5F4F0;
    margin: 0 0 18px;
}

.ab-journey-head p {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #C5C7C9;
    max-width: 430px;
    margin: auto;
}

.ab-ms-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
    margin-bottom: 54px;
}

.ab-ms-img {
    overflow: hidden;
}

.ab-ms-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.ab-ms-tag {
    display: inline-block;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    color: #C5C7C9;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.ab-ms-year {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 35px;
    color: #fff;
    margin: 15px 0 22px;
}

.ab-ms-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 21px;
    color: #fff;
    margin: 6px 0 16px;
}

.ab-ms-feature p {
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #ffff;
    margin: 0;
    font-weight: 300;
}

.ab-timeline {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 0 0 70px;
}

.ab-tl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    flex: 1 1 0;
    min-width: 0;
    z-index: 1;
    cursor: pointer;
}

/* ---- Staggered timeline: odd milestones above the rail, even below ---- */
@media (min-width: 769px) {

    .ab-tl {
        box-sizing: border-box;
        height: 260px;
        align-items: center;
        text-align: center;
        padding: 0 10px;
    }

    /* rail sits at the item's vertical centre, dots straddle it */
    /* 116px = half the 260px height (130) minus half the 28px dot (14) */
    .ab-tl:nth-child(odd) {
        justify-content: flex-end;
        padding-bottom: 116px;
    }

    .ab-tl:nth-child(even) {
        justify-content: flex-start;
        padding-top: 116px;
    }

    /* above the rail, the block reads year → title → dot */
    .ab-tl:nth-child(odd) .ab-tl-y {
        order: 1;
    }

    .ab-tl:nth-child(odd) .ab-tl-l {
        order: 2;
        margin: 8px 0 18px;
    }

    .ab-tl:nth-child(odd) .ab-tl-dot {
        order: 3;
        margin: 0;
    }

    .ab-tl:nth-child(even) .ab-tl-dot {
        margin: 0 0 18px;
    }

    /* Rail is drawn per item — centre to centre — so it stops at the last dot */
    .ab-tl::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        margin-top: -1px;
        border-radius: 2px;
        background: rgba(255, 255, 255, .18);
    }

    .ab-tl:last-child::after {
        display: none;
    }
}

.ab-tl-dot {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--navy, #1C2B40);
    border: 6px solid rgba(255, 255, 255, .30);
    margin-bottom: 20px;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.ab-tl:hover .ab-tl-dot {
    border-color: rgba(255, 255, 255, .65);
}

.ab-tl.on .ab-tl-dot {
    background: #4d92d8;
    border-color: #4d92d8;
    box-shadow: 0 0 0 6px rgba(77, 146, 216, .18);
}

.ab-tl-y {
    font-family: "Libre Franklin", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .01em;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, .74);
    transition: color .25s ease;
}

.ab-tl:hover .ab-tl-y,
.ab-tl.on .ab-tl-y {
    color: #fff;
}

.ab-tl-l {
    font-size: 16px;
    line-height: 1.35;
    color: #8C97A3;
    margin-top: 8px;
    transition: color .25s ease;
}

.ab-tl:hover .ab-tl-l,
.ab-tl.on .ab-tl-l {
    color: #D8DEE6;
}

.ab-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    padding: 15px 50px;
}

.ab-stat {
    background: var(--navy-2, #24344C);
    border: 1px solid var(--line-dark, rgba(255, 255, 255, .08));
    padding: 36px 26px 19px;
}

.ab-stat-num {
    display: block;
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 50px;
    background: linear-gradient(244.07deg, #88C4FF 47.24%, #215D98 120.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
}

.ab-stat-lbl {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    max-width: 110px;
}

/* Core Values */
.ab-values {
    background: #fff;
    padding: 90px 0;
}

.ab-values-head {
    text-align: left;
    margin: 0 0 40px;
}

.ab-values-head .ab-eyebrow {
    justify-content: flex-start;
}

.ab-values-head h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2.24px;
    color: #0E182E;
    margin: 0;
}

.ab-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ab-value {
    background: #fff;
    border: 1px solid #dfe0e2;
    /* border-radius: 10px; */
    padding: 30px 28px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.ab-value-ico {
    display: block;
    margin-bottom: 30px;
}

.ab-value-ico img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block;
}

.ab-value h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    color: #1C2B40;
    margin: 0 0 8px;
}

.ab-value p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #5F6269;
    margin: 0;
}

/* Founder (cream) */
.ab-founder {
    background: #F5F4F0;
    padding: 100px 0;
}

.ab-founder-head {
    margin-bottom: 36px;
}

.ab-founder-head h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2.24px;
    color: #0E182E;
    margin: 0;
}

.ab-founder-row {
    display: flex;
    align-items: center;
    gap: 36px;
    background: #F0F0EC;
    border: 1px solid #DEDEE3;
}

.ab-founder-photo {
    flex: none;
    line-height: 0;
}

.ab-founder-photo img {
    width: 470px;
    height: 450px;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.ab-founder-quote {
    flex: 1;
    padding-right: 24px;
}

.ab-founder-quote blockquote {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.56px;
    color: #1C2B40;
    margin: 0 0 28px;
}

.ab-founder-by strong {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    color: #1C2B40;
    /* margin-bottom: 8px; */
}

.ab-founder-by span {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1C2B40;
}

/* Team */
.ab-team {
    background: #fff;
    padding: 80px 0;
}

.ab-team-head h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2.24px;
    color: #0E182E;
    margin: 0 0 18px;
}

.ab-team-label {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1C2B40;
    margin: 0 0 22px;
}

.ab-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ab-member {
    background: #F5F4F0;
    overflow: hidden;
}

.ab-member-photo {
    line-height: 0;
}

.ab-member-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.ab-member-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
}

.ab-member-info strong {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 18.46px;
    letter-spacing: -0.26px;
    color: #0E182E;
}

.ab-member-info span {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 11.72px;
    line-height: 15.38px;
    color: #215D98;
}

.ab-member-arrow {
    flex: none;
    width: 40px;
    height: 40px;
    background: var(--navy, #1C2B40);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.ab-member-arrow i {
    font-size: 16px;
    transform: rotate(45deg);
}

/* Careers */
.ab-careers {
    background: #215D98;
    padding: 50px 0;
}

.ab-careers-inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

.ab-careers-img {
    flex: 0.9;
}

.ab-careers-img img {
    width: 579px;
    height: 313px;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.ab-careers-text {
    flex: 1.1;
    color: #fff;
}

.ab-careers-text h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 58px;
    letter-spacing: -2px;
    color: #F5F4F0;
    margin: 0 0 16px;
}

.ab-careers-text p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.56px;
    color: #DCE7F2;
    margin: 0 0 28px;
}

/* .ab-careers:hover {
    background: #16243b;
} */

.ab-btn-light {
    background: #fff;
    color: var(--navy);
}

.ab-btn-light:hover {
    background: #e9eef5;
    color: var(--navy);
}

/* FAQ */
.ab-faq {
    background: #fff;
    padding: 80px 0 90px;
}

.ab-faq-row {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 24px;
    align-items: stretch;
    border: 1px solid #E7EAEE;
}

.ab-faq-head {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.ab-faq-head h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2.24px;
    color: #0E182E;
    margin: 0 0 18px;
}

.ab-faq-head>p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.32px;
    color: #616161;
    margin: 0;
    max-width: 320px;
    margin-bottom: 50px;
}

.ab-faq-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #215D98;
    padding: 22px 24px;
    margin-top: auto;
}

.ab-faq-card-text strong {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18.4px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.ab-faq-card-text span {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: -0.24px;
    color: #FAFAF7;
}

.ab-faq-card-link {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17.5px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

.ab-faq-card-link i {
    font-size: 12px;
    transform: rotate(45deg);
}

.sd-faq .ab-faq-card {
    background: #1C2B40;
}

.sd-faq .ab-faq-card-link {
    background: #215D98;
    padding: 11px 18px;
    border-radius: 6px;
}

.sd-faq .ab-faq-card-link:hover {
    background: #1b4f86;
}

.ab-faq-list {
    display: flex;
    flex-direction: column;
}

.ab-faq-list details {
    border: 1px solid #E7EAEE;
    border-bottom: none;
    padding: 16px 25px;

}

.ab-faq-list details:last-child {
    border-bottom: 1px solid #E7EAEE;
}

.ab-faq-list details[open] {
    background: #F5F4F0;
}

.ab-faq-list summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #0E182E;
    list-style: none;
}

.ab-faq-list summary::-webkit-details-marker {
    display: none;
}

.ab-faq-list summary::after {
    content: "+";
    flex: none;
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    color: #5F6269;
}

.ab-faq-list details[open] summary::after {
    content: "\2212";
}

.ab-faq-list details p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #5F6269;
    margin: 14px 0 0;
    max-width: 580px;
}

/* About responsive */
@media (max-width: 900px) {
    .ab-mv-grid {
        grid-template-columns: 1fr;
    }

    /* keep every pair text-first then image on mobile */
    .ab-mv-grid> :nth-child(3) {
        order: 3;
    }

    .ab-mv-grid> :nth-child(4) {
        order: 2;
    }

    .ab-ms-feature {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ab-values-grid {
        grid-template-columns: 1fr;
    }

    .ab-founder-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .ab-founder-photo {
        width: 100%;
        box-sizing: border-box;
    }

    .ab-founder-photo img {
        width: 100%;
        height: auto;
    }

    .ab-founder-quote {
        padding: 12px;
    }

    .ab-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-careers-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .ab-careers-img img {
        width: 100%;
        height: auto;
    }

    .ab-careers-text h2 {
        font-size: 34px;
        line-height: 1.1;
    }

    .ab-faq-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ab-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-timeline {
        flex-wrap: wrap;
        gap: 22px 0;
    }

    .ab-tl {
        flex: 0 0 40%;
    }
}

@media (max-width: 560px) {

    .ab-story-text h2,
    .ab-journey-head h2,
    .ab-values-head h2,
    .ab-founder-head h2 {
        font-size: 36px;
        line-height: 1.15;
        letter-spacing: -1px;
    }
}

/* ============================================================
   Contact page
   ============================================================ */
.ct-section {
    background: #fff;
    padding: 80px 0 90px;
}

.ct-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: start;
}

.ct-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 67.2px;
    letter-spacing: -2.56px;
    color: #1C2B40;
    margin: 6px 0 0px;
}

.ct-intro {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 22.4px;
    color: #1C2B40;
    max-width: 360px;
    margin: 0 0 40px;
}

.ct-info {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ct-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ct-ico {
    flex: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #215D98;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ct-item-body strong {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    color: #1C2B40;
}

.ct-item-body span {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: #1C2B40;
}

.ct-form {
    background: #F5F4F0;
    padding: 38px 40px 44px;
}

.ct-form-title {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.6px;
    color: #1C2B40;
    margin: 0 0 15px;
}

.ct-form-sub {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 39px;
    color: #1C2B40;
    margin: 0 0 16px;
}

.ct-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
}

.ct-field {
    display: flex;
    flex-direction: column;
}

.ct-field.ct-full {
    grid-column: 1 / -1;
}

.ct-field label {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #393939;
    margin-bottom: 7px;
}

.ct-field label .req {
    color: #215D98;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C2B40;
    background: #fff;
    border: 1px solid #dcdfe4;
    padding: 11px 14px;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
    color: #898989;
}

.ct-field select {
    color: #898989;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23666' stroke-width='1.6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.ct-field textarea {
    min-height: 120px;
    resize: vertical;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
    outline: none;
    border-color: #215D98;
}

.ct-submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.ct-submit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1C2B40;
    color: #F5F4F0;
    border-radius: 4px;
    border: none;
    padding: 13px 16px 12px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0.28px;
    cursor: pointer;
}

.ct-submit i {
    font-size: 11px;
    transform: rotate(45deg);
}

@media (max-width: 880px) {
    .ct-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ct-title {
        font-size: 44px;
        line-height: 1.1;
        letter-spacing: -1.5px;
    }
}

@media (max-width: 560px) {
    .ct-fields {
        grid-template-columns: 1fr;
    }

    .ct-form {
        padding: 28px 22px 34px;
    }

    .ct-title {
        font-size: 36px;
    }
}

/* Our Offices */
.ct-offices {
    background: #fff;
    padding: 10px 0 90px;
}

.ct-off-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 67.2px;
    letter-spacing: -2.56px;
    color: #1C2B40;
    text-align: center;
    margin: 0 0 44px;
}

.ct-off-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ct-off-card {
    background: #F5FBFF;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* width: 385px; */
}

.ct-off-card h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #1C2B40;
    margin: 0;
}

.ct-off-block strong {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #1C2B40;
    margin-bottom: 6px;
}

.ct-off-block p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #1C2B40;
    margin: 0;
}

.ct-off-map {
    margin-top: auto;
}

.ct-off-map iframe {
    width: 100%;
    height: 283px;
    border: 0;
    display: block;
}

@media (max-width: 880px) {
    .ct-off-grid {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin: 0 auto;
    }

    .ct-off-title {
        font-size: 44px;
        line-height: 1.1;
        letter-spacing: -1.5px;
    }
}

/* ============================================================
   Service detail hero
   ============================================================ */
.sd-hero {
    position: relative;
    background: #1C2B40 url('../img/ssd.jpg') center / cover no-repeat;
}

.sd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.sd-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding-top: 130px;
    padding-bottom: 64px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sd-hero-text {
    flex: 1;
    max-width: 560px;
}

.sd-hero .ab-eyebrow {
    color: #fff;
    margin-bottom: 18px;
}

.sd-hero-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 67.2px;
    letter-spacing: -2.56px;
    color: #F5F4F0;
    margin: 0 0 18px;
}

.sd-hero-sub {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #fff;
    max-width: 470px;
    margin: 0 0 26px;
}

.sd-hero-form {
    flex: none;
    width: 360px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* Safari */
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 28px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.sd-hero-form h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 20px;
}

.sd-field {
    margin-bottom: 16px;
}

.sd-field label {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 7px;
}

.sd-field label .req {
    color: #aebfd4;
}

.sd-field input {
    width: 100%;
    box-sizing: border-box;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C2B40;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 11px 14px;
}

.sd-field input::placeholder {
    color: #898989;
}

.sd-field input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(33, 93, 152, 0.45);
}

.sd-submit-wrap {
    margin-top: 20px;
    text-align: center;
}

/* Challenges We Solve */
.sd-problem {
    background: #fff;
    padding: 80px 0 100px;
}

.sd-problem-head {
    margin-bottom: 36px;
}

.sd-problem-head h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2.24px;
    color: #0E182E;
    margin: 0;
}

.sd-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sd-pcard {
    background: #F5F4F0;
    padding: 32px 32px 32px 16px;
    border: 1px solid #DEDEE3;
}

.sd-pcard h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    color: #1C2B40;
    margin: 0 0 8px;
}

.sd-pcard p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #4E4E4E;
    margin: 0;
}

@media (max-width: 900px) {
    .sd-hero-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .sd-hero-text {
        max-width: none;
    }

    .sd-hero-form {
        width: 100%;
        max-width: 440px;
    }

    .sd-hero-title {
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -1.5px;
    }

    .sd-problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sd-problem-head h2 {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: -1.5px;
    }
}

@media (max-width: 560px) {
    .sd-hero-title {
        font-size: 32px;
    }

    .sd-hero-form {
        padding: 22px;
    }

    .sd-problem-grid {
        grid-template-columns: 1fr;
    }
}

/* Our Offerings (service detail) */
.sd-offer {
    background: #F5FBFF;
    padding: 80px 0;
}

.sd-offer-head {
    margin-bottom: 36px;
}

.sd-offer-head h2 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2.24px;
    color: #0E182E;
    margin: 0;
}

.sd-offer-grid {
    display: grid;
    grid-template-columns: 458px 1fr;
    gap: 48px;
    align-items: start;
}

.sd-offer-img img {
    width: 458px;
    height: 520px;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid rgba(190, 191, 215, 1);
    display: block;
}

.sd-offer-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sd-offer-list details {
    background: #fff;
    box-shadow: 0 2px 14px rgba(20, 40, 80, 0.05);
    padding: 16px 22px;
}

.sd-offer-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #1C2B40;
}

.sd-offer-list summary::-webkit-details-marker {
    display: none;
}

.sd-offer-list summary::after {
    content: "";
    flex: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #215D98 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath d='M3.5 5.5L7 9l3.5-3.5' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
    transition: transform .25s ease;
}

.sd-offer-list details[open] summary::after {
    transform: rotate(180deg);
}

.sd-offer-list details p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    margin: 12px 0 0;
}

@media (max-width: 900px) {
    .sd-offer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sd-offer-img img {
        width: 100%;
        height: auto;
    }

    .sd-offer-head h2 {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: -1.5px;
    }
}

/* Service detail - Why choose us */
.why .sdw-intro {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #C5C7C9;
    max-width: 530px;
    margin: 18px 0 46px;
}

.sdw-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: stretch;
}

.sdw-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sdw-card {
    background: #202F44;
    border: 1px solid rgba(52, 65, 84, 1);
    padding: 22px 24px;
}

.sdw-card h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 10px;
}

.sdw-card p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #C5C7C9;
    margin: 0;
}

.sdw-img {
    overflow: hidden;
}

.sdw-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 900px) {
    .sdw-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sdw-img img {
        height: auto;
    }
}

/* ============================================================
   Team partner modal
   ============================================================ */
.tm-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(8, 14, 24, 0.62);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(16px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tm-modal-overlay.open {
    display: flex;
}

.tm-modal {
    position: relative;
    background: #1C2B40;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    width: 100%;
    max-width: 850px;
    display: flex;
    gap: 28px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.tm-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.tm-modal-photo {
    flex: none;
    width: 375px;
}

.tm-modal-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 8px; */
    display: block;
}

.tm-modal-body {
    flex: 1;
    min-width: 0;
    padding-top: 6px;
}

.tm-modal-body h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.26px;
    color: #fff;
    margin: 0 0 8px;
}

.tm-role {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 6px;
}

.tm-email {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 16px;
}

.tm-bio {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #C5C7C9;
    margin: 0 0 20px;
}

.tm-services-label {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0 0 12px;
}

.tm-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-tags span {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #F5F4F0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 32px;
    padding: 8px 12px;
}

@media (max-width: 640px) {
    .tm-modal {
        flex-direction: column;
        gap: 20px;
    }

    .tm-modal-photo {
        width: 100%;
        height: 220px;
    }

    .tm-modal-body h3 {
        font-size: 26px;
    }
}

/* Section divider */
hr {
    border: none;
    border-top: 1px solid #C5C7C9;
    max-width: 1122px;
    margin: 56px auto;
}

/* ===== Blogs filter ===== */
.bg-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2px;
    color: #0E182E;
    margin: 0 0 24px;
}

.bg-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.bg-tab {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #1C2B40;
    background: #F5F4F0;
    border: none;
    border-radius: 999px;
    padding: 7px 18px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.bg-tab.active {
    background: #1C2B40;
    color: #fff;
}

/* ===== Privacy / Terms content ===== */
.pp-body {
    background: #fff;
    padding: 64px 24px 96px;
}

.pp-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.pp-body p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #1C2B40;
    margin: 0 0 20px;
}

.pp-h {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    color: #1C2B40;
    margin: 48px 0 20px;
}

.pp-q {
    font-family: "Libre Franklin", sans-serif;
    /* font-weight: 400; */
    font-size: 18px;
    line-height: 28px;
    color: #1C2B40;
    margin: 32px 0 12px;
}

.pp-list {
    margin: 0 0 24px;
    padding-left: 22px;
}

.why-intro {
    max-width: 60ch;
    margin: .5rem 0 2.5rem;
}

.why-intro p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.75;
    margin: 20px 0;

}

.pp-list li {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1C2B40;
    margin-bottom: 10px;
}

/* ===== Blogs filter ===== */
.bg-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: -2px;
    color: #0E182E;
    margin: 0 0 24px;
}

.bg-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.bg-tab {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #1C2B40;
    background: #F5F4F0;
    border: none;
    border-radius: 999px;
    padding: 7px 12px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.bg-tab.active {
    background: #1C2B40;
    color: #fff;
}

/* ===== Career — Why Join Us ===== */
.cr-why {
    background: #fff;
    padding: 10px 24px 90px;
}

.cr-why-inner {
    max-width: 1150px;
    margin: 0 auto;
}

.cr-why-head {
    margin-bottom: 36px;
}

.cr-why-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 1.06;
    letter-spacing: -1.5px;
    color: #0E182E;
    margin: 0;
}

.cr-panel {
    background: #F5F4F0;
    padding: 24px;
}

.cr-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.cr-card {
    position: relative;
    background: #fff;
    padding: 30px 28px 36px;
}

.cr-card-num {
    position: absolute;
    top: 28px;
    right: 28px;
    font-family: "Geist Mono", monospace;
    font-size: 13px;
    letter-spacing: .5px;
    color: #A7A7A7;
}

.cr-card-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #1C2B40;
    margin: 0 0 16px;
    padding-right: 28px;
}

.cr-card-para {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    color: #616161;
    margin: 0;
}

.cr-banner {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 2px;
}

.cr-banner-img {
    overflow: hidden;
    min-height: 200px;
}

.cr-banner-img img {
    width: 712px;
    height: 303px;
    object-fit: cover;
    display: block;
}

.cr-banner-cta {
    background: #1C2B40;
    padding: 38px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cr-banner-title {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 28.8px;
    color: #FFFFFF;
    margin: 0 0 12px;
}

.cr-banner-sub {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #C5C7C9;
    margin: 0 0 22px;
}

.cr-banner-cta .btn {
    align-self: flex-start;
}

@media (max-width: 860px) {
    .cr-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .cr-why-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .cr-cards {
        grid-template-columns: 1fr;
    }

    .cr-banner {
        grid-template-columns: 1fr;
    }
}

/* ===== Career hero ===== */
.cr-hero {
    background: #fff url(../img/hero-bg.webp) center top / cover no-repeat;
    text-align: center;
    padding: 80px 24px 90px;
}

.cr-hero-inner {
    max-width: 1150px;
    margin: 0 auto;
}

.cr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Geist Mono", monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5F6269;
    margin-bottom: 20px;
}

.cr-eyebrow::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: var(--tag);
}

.cr-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 67.2px;
    letter-spacing: -2.56px;
    color: #0E182E;
    max-width: 760px;
    margin: 0 auto 20px;
}

.cr-sub {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #5F6269;
    max-width: 580px;
    margin: 0 auto 28px;
}

.cr-img {
    display: block;
    width: 1120px;
    max-width: 100%;
    height: 488px;
    object-fit: cover;
    margin: 56px auto 0;
}

@media (max-width: 768px) {
    .cr-hero {
        padding: 56px 20px 64px;
    }

    .cr-title {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .cr-sub {
        font-size: 15px;
    }

    .cr-img {
        height: auto;
        margin-top: 36px;
    }

    /* ===== Career — Life at VVK ===== */
    .cr-life {
        background: #fff;
        padding: 10px 24px 90px;
    }

    .cr-life-inner {
        max-width: 1150px;
        margin: 0 auto;
    }

    .cr-life-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px 40px;
        margin-top: 40px;
    }

    .cr-life-img {
        width: 100%;
        height: 449px;
        object-fit: cover;
        display: block;
        margin-bottom: 22px;
    }

    .cr-life-title {
        font-family: "Gilda Display", serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -2px;
        color: #0E182E;
        margin: 0 0 12px;
    }

    .cr-life-para {
        font-family: "Libre Franklin", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #616161;
        margin: 0;
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .cr-life-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cr-life-img {
        height: auto;
    }

    .cr-life-title {
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: -1px;
    }
}


@media(max-width:768px) {
    .ab-mv-text h2 {
        font-family: "Gilda Display", serif;
        font-weight: 400;
        font-size: 47px;
        color: var(--title);
        margin: 0 0 16px;
    }

    .ab-stats {
        padding: 0px;
    }

    .ab-team-head h2 {
        font-family: "Gilda Display", serif;
        font-weight: 400;
        font-size: 38px;
        line-height: 61.6px;
        letter-spacing: -2.24px;
        color: #0E182E;
        margin: 0 0 18px;
    }

    .ab-faq-head>p {
        margin-bottom: 30px;
    }

    .ab-stat {
        background: var(--navy-2, #24344C);
        border: 1px solid var(--line-dark, rgba(255, 255, 255, .08));
        padding: 36px 21px 10px;
    }
}

/* ===== International Association page ===== */
.ia-stats {
    grid-template-columns: repeat(3, 1fr);
    max-width: 760px;
    margin: 0 auto;
}

.ia-stats .ab-stat-lbl {
    max-width: 140px;
}

@media (max-width: 900px) {
    .ia-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 560px) {
    .ia-stats {
        grid-template-columns: 1fr;
    }
}
