/* Salsabeel — Ambassadors of Giving page */
.sb-page--ambassadors {
    overflow: hidden;
    background: #fff;
    font-family: "Tajawal", sans-serif;
}

.sb-page--ambassadors .sb-container {
    width: min(calc(100% - 48px), 1380px);
    margin-inline: auto;
}

.amb-hero {
    position: relative;
    min-height: 630px;
    overflow: hidden;
    border-bottom: 1px solid rgba(15, 55, 89, 0.1);
    background:
        radial-gradient(circle at 78% 22%, rgba(80, 164, 218, 0.2), transparent 32%),
        radial-gradient(circle at 8% 74%, rgba(194, 139, 30, 0.12), transparent 26%),
        linear-gradient(120deg, #fff 0%, #f7fbff 52%, #edf7fd 100%);
}

.amb-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.22;
    background-image: radial-gradient(rgba(15, 55, 89, 0.22) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(90deg, #000, transparent 50%, #000);
}

.amb-hero::after {
    position: absolute;
    bottom: -140px;
    left: 45%;
    width: 410px;
    height: 850px;
    content: "";
    border-left: 3px solid rgba(194, 139, 30, 0.72);
    border-radius: 50%;
    transform: rotate(13deg);
    pointer-events: none;
}

.amb-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
    align-items: center;
    min-height: 630px;
    direction: ltr;
}

.amb-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 610px;
    padding: 58px 18px 58px 0;
    direction: rtl;
    text-align: right;
    transform: translateX(-34px);
}

html[dir="ltr"] .amb-hero__copy,
html[dir="ltr"] .amb-join__content {
    direction: ltr;
    text-align: left;
}

.amb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 36px;
    padding: 7px 14px;
    border: 1px solid rgba(194, 139, 30, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--sb-gold-700);
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 8px 28px rgba(15, 55, 89, 0.06);
    backdrop-filter: blur(12px);
}

.amb-hero h1 {
    margin: 18px 0 2px;
    color: var(--sb-navy-800);
    font-size: clamp(3.05rem, 4.4vw, 4.75rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.amb-hero__copy > h2 {
    margin: 0 0 13px;
    color: var(--sb-gold-600);
    font-size: clamp(1.3rem, 1.8vw, 1.78rem);
    font-weight: 800;
    line-height: 1.55;
}

.amb-hero__description {
    max-width: 58ch;
    margin: 0;
    color: #53667a;
    font-size: 1.05rem;
    line-height: 1.9;
}

.amb-quote {
    position: relative;
    max-width: 560px;
    margin: 22px 0 0;
    padding: 16px 18px 15px;
    border: 1px solid rgba(194, 139, 30, 0.34);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 38px rgba(15, 55, 89, 0.07);
}

.amb-quote::before {
    position: absolute;
    top: 14px;
    right: 0;
    width: 3px;
    height: calc(100% - 28px);
    content: "";
    border-radius: 3px;
    background: var(--sb-gold-600);
}

html[dir="ltr"] .amb-quote::before {
    right: auto;
    left: 0;
}

.amb-quote span {
    display: block;
    margin-bottom: 5px;
    color: var(--sb-gold-700);
    font-size: 0.82rem;
    font-weight: 800;
}

.amb-quote p {
    margin: 0;
    color: var(--sb-navy-800);
    font-size: 1.01rem;
    font-weight: 700;
    line-height: 1.75;
}

.amb-quote cite {
    display: block;
    margin-top: 4px;
    color: #748395;
    font-size: 0.76rem;
    font-style: normal;
}

.amb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.amb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 10px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 0.98rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.amb-btn:hover {
    transform: translateY(-2px);
}

.amb-btn--primary {
    background: linear-gradient(135deg, var(--sb-navy-800), #155181);
    color: #fff;
    box-shadow: 0 12px 28px rgba(15, 55, 89, 0.23);
}

.amb-btn--secondary {
    border-color: rgba(15, 55, 89, 0.2);
    background: rgba(255, 255, 255, 0.82);
    color: var(--sb-navy-800);
}

.amb-hero__visual {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
}

.amb-hero__visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 650px);
    max-height: 610px;
    margin-top: 20px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 28px rgba(7, 28, 45, 0.16));
}

.amb-hero__halo {
    position: absolute;
    top: 10%;
    left: 50%;
    width: min(560px, 90%);
    aspect-ratio: 1;
    border: 1px solid rgba(194, 139, 30, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 80px rgba(90, 180, 226, 0.2);
    transform: translateX(-50%);
}

.amb-hero__impact {
    position: absolute;
    z-index: 3;
    right: 5%;
    bottom: 42px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 12px;
    background: rgba(15, 55, 89, 0.89);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 16px 32px rgba(7, 28, 45, 0.2);
    backdrop-filter: blur(12px);
}

.amb-hero__impact i {
    color: var(--sb-gold-300);
}

.amb-section {
    padding: 88px 0;
    scroll-margin-top: 110px;
}

.amb-section__heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.amb-section__heading > span {
    color: var(--sb-gold-600);
    font-size: 0.9rem;
    font-weight: 900;
}

.amb-section__heading h2 {
    margin: 7px 0 10px;
    color: var(--sb-navy-800);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 900;
    line-height: 1.3;
}

.amb-section__heading h2::after {
    display: block;
    width: 54px;
    height: 3px;
    margin: 13px auto 0;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sb-gold-600), #f1cb68);
}

.amb-section__heading p {
    max-width: 62ch;
    margin: 0 auto;
    color: var(--sb-muted);
    font-size: 1.03rem;
    line-height: 1.85;
}

.amb-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.amb-benefit-card {
    position: relative;
    min-height: 285px;
    padding: 31px 28px;
    overflow: hidden;
    border: 1px solid var(--sb-border);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: var(--sb-shadow-sm);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.amb-benefit-card::after {
    position: absolute;
    right: 28%;
    bottom: -5px;
    left: 28%;
    height: 3px;
    content: "";
    border-radius: 4px 4px 0 0;
    background: var(--sb-gold-600);
    transition: right 0.25s ease, left 0.25s ease;
}

.amb-benefit-card:hover {
    border-color: rgba(194, 139, 30, 0.34);
    box-shadow: var(--sb-shadow-md);
    transform: translateY(-5px);
}

.amb-benefit-card:hover::after {
    right: 12%;
    left: 12%;
}

.amb-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 19px;
    border: 1px solid rgba(194, 139, 30, 0.25);
    border-radius: 17px;
    background: linear-gradient(145deg, #fff9eb, #f8edd4);
    color: var(--sb-gold-600);
    font-size: 1.75rem;
    box-shadow: 0 10px 24px rgba(194, 139, 30, 0.1);
}

.amb-benefit-card h3,
.amb-step-card h3 {
    margin: 0 0 10px;
    color: var(--sb-navy-800);
    font-size: 1.24rem;
    font-weight: 900;
}

.amb-benefit-card p,
.amb-step-card p {
    margin: 0;
    color: var(--sb-muted);
    font-size: 0.96rem;
    line-height: 1.85;
}

.amb-steps {
    border-block: 1px solid rgba(15, 55, 89, 0.07);
    background:
        radial-gradient(circle at 12% 85%, rgba(194, 139, 30, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbfe, #f5f9fc);
}

.amb-steps__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: none;
}

.amb-steps__grid::before {
    position: absolute;
    top: 44px;
    right: 15%;
    left: 15%;
    content: "";
    border-top: 2px dashed rgba(194, 139, 30, 0.5);
}

.amb-step-card {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding: 31px 26px 25px;
    border: 1px solid var(--sb-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    box-shadow: 0 12px 35px rgba(15, 55, 89, 0.07);
}

.amb-step-card__number {
    position: absolute;
    top: -13px;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 26px;
    border-radius: 9px;
    background: var(--sb-gold-600);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 900;
    box-shadow: 0 7px 16px rgba(194, 139, 30, 0.25);
}

.amb-step-card .amb-card-icon {
    position: relative;
    background: #fff;
}

.amb-reassurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    max-width: 920px;
    margin: 28px auto 0;
    padding: 13px 20px;
    border: 1px solid rgba(47, 128, 194, 0.18);
    border-radius: 12px;
    background: rgba(232, 244, 253, 0.76);
    color: var(--sb-navy-800);
}

.amb-reassurance i {
    color: var(--sb-gold-600);
}

.amb-reassurance p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.65;
}

.amb-join {
    background: #fff;
}

.amb-join__panel {
    display: grid;
    grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    min-height: 610px;
    padding: 44px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 5%, rgba(67, 148, 202, 0.26), transparent 31%),
        linear-gradient(135deg, var(--sb-navy-950), var(--sb-navy-800));
    box-shadow: var(--sb-shadow-lg);
    direction: ltr;
}

.amb-join__form-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 510px;
    justify-self: start;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    direction: rtl;
}

html[dir="ltr"] .amb-join__form-card {
    direction: ltr;
}

.amb-form__heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5ebf0;
}

.amb-form__heading > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #edf5fb;
    color: var(--sb-navy-800);
    font-size: 1.2rem;
}

.amb-form__heading p,
.amb-form__heading h3 {
    margin: 0;
}

.amb-form__heading p {
    color: var(--sb-gold-700);
    font-size: 0.76rem;
    font-weight: 800;
}

.amb-form__heading h3 {
    margin-top: 2px;
    color: var(--sb-navy-800);
    font-size: 1.25rem;
    font-weight: 900;
}

.amb-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.amb-field {
    min-width: 0;
}

.amb-field > label,
.amb-fieldset legend {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    color: #43566b;
    font-size: 0.78rem;
    font-weight: 800;
}

.amb-field__control {
    position: relative;
}

.amb-field__control > i {
    position: absolute;
    top: 50%;
    right: 13px;
    color: #7890a7;
    font-size: 0.88rem;
    transform: translateY(-50%);
    pointer-events: none;
}

html[dir="ltr"] .amb-field__control > i {
    right: auto;
    left: 13px;
}

.amb-field input,
.amb-field select {
    width: 100%;
    min-height: 46px;
    padding: 9px 40px 9px 12px;
    border: 1px solid #d9e2ea;
    border-radius: 10px;
    background: #fbfdff;
    color: #20364b;
    font: inherit;
    font-size: 0.88rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

html[dir="ltr"] .amb-field input,
html[dir="ltr"] .amb-field select {
    padding: 9px 12px 9px 40px;
}

.amb-field input:focus,
.amb-field select:focus {
    border-color: #4b8fbd;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(75, 143, 189, 0.13);
}

.amb-field input[dir="ltr"] {
    padding-right: 40px;
    padding-left: 12px;
    text-align: left;
}

.amb-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.amb-choice-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.amb-choice-row label {
    cursor: pointer;
}

.amb-choice-row input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.amb-choice-row span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    border: 1px solid #d9e2ea;
    border-radius: 10px;
    background: #fbfdff;
    color: #52677c;
    font-size: 0.85rem;
    font-weight: 700;
    transition: 0.2s ease;
}

.amb-choice-row input:checked + span {
    border-color: var(--sb-navy-800);
    background: #eef5fa;
    color: var(--sb-navy-800);
    box-shadow: inset 0 0 0 1px var(--sb-navy-800);
}

.amb-choice-row input:focus-visible + span {
    outline: 3px solid rgba(47, 128, 194, 0.42);
    outline-offset: 2px;
}

.amb-submit {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 49px;
    padding: 10px 20px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #079b50, #19b966);
    color: #fff;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(7, 155, 80, 0.2);
    cursor: pointer;
}

.amb-submit:hover {
    background: linear-gradient(135deg, #087c44, #12a75a);
}

.amb-submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

.amb-submit.is-loading i {
    animation: amb-spin 0.8s linear infinite;
}

@keyframes amb-spin {
    to { transform: rotate(360deg); }
}

.amb-form__privacy,
.amb-form__error {
    grid-column: 1 / -1;
    margin: -4px 0 0;
    font-size: 0.72rem;
    line-height: 1.55;
    text-align: center;
}

.amb-form__privacy {
    color: #77879a;
}

.amb-form__privacy i {
    color: var(--sb-navy-700);
}

.amb-form__error {
    padding: 9px;
    border-radius: 8px;
    background: #fff1f1;
    color: #a12828;
}

.amb-success {
    padding: 32px 10px;
    text-align: center;
}

.amb-success > i {
    color: #11a959;
    font-size: 3.6rem;
}

.amb-success h3 {
    margin: 15px 0 8px;
    color: var(--sb-navy-800);
    font-size: 1.4rem;
}

.amb-success p {
    margin: 0 0 20px;
    color: var(--sb-muted);
    line-height: 1.75;
}

.amb-join__content {
    position: relative;
    z-index: 1;
    max-width: 610px;
    justify-self: center;
    padding: 35px 28px 35px 68px;
    color: #fff;
    direction: rtl;
    text-align: right;
}

.amb-eyebrow--light {
    border-color: rgba(243, 207, 122, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: var(--sb-gold-300);
    box-shadow: none;
}

.amb-join__content h2 {
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(2.15rem, 3.7vw, 3.5rem);
    font-weight: 900;
    line-height: 1.24;
}

.amb-join__content > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.04rem;
    line-height: 1.9;
}

.amb-join__content ul {
    display: grid;
    gap: 12px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.amb-join__content li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 700;
}

.amb-join__content li i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(194, 139, 30, 0.2);
    color: var(--sb-gold-300);
    font-size: 0.7rem;
}

.amb-closing {
    position: relative;
    min-height: 185px;
    border-top: 1px solid rgba(15, 55, 89, 0.08);
    background:
        radial-gradient(circle at 92% 100%, rgba(194, 139, 30, 0.1), transparent 28%),
        linear-gradient(90deg, #fff, #f8fafc);
}

.amb-closing__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    min-height: 185px;
}

.amb-closing__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 3px solid var(--sb-gold-600);
    border-radius: 50%;
    color: var(--sb-gold-600);
    font-size: 1.3rem;
}

.amb-closing h2 {
    margin: 0 0 5px;
    color: var(--sb-navy-800);
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    font-weight: 900;
}

.amb-closing p {
    margin: 0;
    color: var(--sb-muted);
    line-height: 1.75;
}

.amb-closing a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 17px;
    border-radius: 11px;
    background: var(--sb-navy-800);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .amb-hero::after {
        display: none;
    }

    .amb-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    }

    .amb-hero__copy {
        padding-block: 45px;
        transform: none;
    }

    .amb-hero__visual img {
        max-height: 555px;
    }

    .amb-join__panel {
        grid-template-columns: minmax(390px, 0.95fr) minmax(0, 1.05fr);
        padding: 32px;
    }

    .amb-join__content {
        padding-left: 42px;
    }
}

@media (max-width: 900px) {
    .amb-hero,
    .amb-hero__grid {
        min-height: auto;
    }

    .amb-hero__grid {
        grid-template-columns: 1fr 0.8fr;
    }

    .amb-hero__copy {
        padding: 48px 0;
    }

    .amb-hero h1 {
        font-size: clamp(2.55rem, 7vw, 3.7rem);
    }

    .amb-hero__visual img {
        max-height: 480px;
    }

    .amb-benefits__grid,
    .amb-steps__grid {
        gap: 16px;
    }

    .amb-steps__grid::before {
        display: none;
    }

    .amb-join__panel {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .amb-join__form-card {
        max-width: none;
        order: 2;
    }

    .amb-join__content {
        max-width: none;
        order: 1;
        padding: 15px 6px 30px;
    }
}

@media (max-width: 767px) {
    .sb-page--ambassadors .sb-container {
        width: min(calc(100% - 32px), 1380px);
    }

    .amb-hero {
        min-height: 0;
        border-bottom-color: rgba(15, 55, 89, 0.08);
        background:
            radial-gradient(circle at 8% 85%, rgba(194, 139, 30, 0.08), transparent 28%),
            #fff;
    }

    .amb-hero::before {
        opacity: 0.1;
    }

    .amb-hero__grid {
        display: block;
        min-height: 0;
    }

    .amb-hero__copy {
        width: 100%;
        max-width: none;
        padding: 28px 0 34px;
        transform: none;
        text-align: center;
    }

    .amb-hero .amb-eyebrow,
    .amb-hero__visual {
        display: none;
    }

    .amb-hero h1 {
        max-width: 15ch;
        margin: 0 auto 7px;
        font-size: clamp(1.75rem, 8vw, 2.2rem);
        line-height: 1.34;
        letter-spacing: -0.025em;
    }

    .amb-hero__copy > h2 {
        max-width: 34ch;
        margin: 0 auto 10px;
        font-size: clamp(1rem, 4.5vw, 1.16rem);
        line-height: 1.75;
        text-wrap: balance;
    }

    .amb-hero__description {
        max-width: 48ch;
        margin-inline: auto;
        color: #4f6478;
        font-size: 0.91rem;
        line-height: 1.95;
    }

    .amb-quote {
        margin-top: 18px;
        padding: 17px 16px 18px;
        border-radius: 14px;
        text-align: center;
        box-shadow: 0 8px 24px rgba(15, 55, 89, 0.055);
    }

    .amb-quote::before {
        top: auto;
        right: 18px;
        bottom: 0;
        left: 18px;
        width: auto;
        height: 2px;
    }

    html[dir="ltr"] .amb-quote::before {
        right: 18px;
        left: 18px;
    }

    .amb-quote span {
        font-size: 0.75rem;
    }

    .amb-quote p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .amb-hero__actions {
        justify-content: center;
        margin-top: -1px;
    }

    .amb-hero__actions .amb-btn--primary {
        display: none;
    }

    .amb-hero__actions .amb-btn--secondary {
        width: 40px;
        min-height: 40px;
        margin-top: -1px;
        padding: 0;
        border-color: rgba(194, 139, 30, 0.42);
        border-radius: 50%;
        background: #fff;
        color: transparent;
        font-size: 0;
        box-shadow: 0 7px 18px rgba(15, 55, 89, 0.1);
    }

    .amb-hero__actions .amb-btn--secondary i {
        color: var(--sb-navy-800);
        font-size: 0.86rem;
    }

    .amb-section {
        padding: 42px 0;
    }

    .amb-section__heading {
        margin-bottom: 22px;
    }

    .amb-section__heading h2 {
        margin-top: 3px;
        font-size: clamp(1.55rem, 7vw, 1.85rem);
    }

    .amb-section__heading h2::after {
        width: 42px;
        height: 2px;
        margin-top: 9px;
    }

    .amb-section__heading p {
        font-size: 0.88rem;
        line-height: 1.75;
    }

    .amb-benefits__grid,
    .amb-steps__grid {
        grid-template-columns: 1fr;
    }

    .amb-benefits__grid {
        gap: 10px;
    }

    .amb-benefit-card {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 3px 13px;
        min-height: 0;
        padding: 16px;
        border-radius: 14px;
        text-align: right;
        box-shadow: 0 7px 22px rgba(15, 55, 89, 0.055);
    }

    html[dir="ltr"] .amb-benefit-card {
        text-align: left;
    }

    .amb-benefit-card::after {
        display: none;
    }

    .amb-benefit-card .amb-card-icon {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 54px;
        height: 54px;
        margin: 0;
        border-radius: 14px;
        font-size: 1.35rem;
    }

    .amb-benefit-card h3 {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        margin: 0;
        font-size: 1rem;
    }

    .amb-benefit-card p {
        grid-column: 2;
        grid-row: 2;
        font-size: 0.79rem;
        line-height: 1.65;
    }

    .amb-steps {
        background: #f8fbfe;
    }

    .amb-steps__grid {
        gap: 12px;
        padding: 0;
        padding-inline-start: 34px;
        direction: inherit;
    }

    .amb-steps__grid::before {
        display: block;
        top: 26px;
        bottom: 26px;
        inset-inline-start: 13px;
        right: auto;
        left: auto;
        border-top: 0;
        border-inline-start: 2px solid rgba(194, 139, 30, 0.55);
    }

    .amb-step-card {
        display: grid;
        grid-template-columns: 55px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 4px 12px;
        min-height: 0;
        padding: 15px;
        border-radius: 14px;
        text-align: right;
        box-shadow: 0 7px 22px rgba(15, 55, 89, 0.05);
    }

    html[dir="ltr"] .amb-step-card {
        text-align: left;
    }

    .amb-step-card__number {
        top: 19px;
        inset-inline-start: -34px;
        right: auto;
        width: 28px;
        height: 28px;
        border: 3px solid #f8fbfe;
        border-radius: 50%;
        font-size: 0.68rem;
    }

    .amb-step-card .amb-card-icon {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 50px;
        height: 50px;
        margin: 0;
        border-radius: 13px;
        font-size: 1.25rem;
    }

    .amb-step-card h3 {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        margin: 0;
        font-size: 0.98rem;
    }

    .amb-step-card p {
        grid-column: 2;
        grid-row: 2;
        font-size: 0.78rem;
        line-height: 1.65;
    }

    .amb-reassurance {
        align-items: flex-start;
        margin-top: 18px;
        padding: 12px 14px;
        border-radius: 11px;
        text-align: right;
    }

    .amb-reassurance p {
        font-size: 0.79rem;
    }

    html[dir="ltr"] .amb-reassurance {
        text-align: left;
    }

    .amb-join {
        padding: 42px 0;
        background: #fff;
    }

    .amb-join__panel {
        display: flex;
        flex-direction: column;
        width: min(calc(100% - 32px), 1380px);
        min-height: 0;
        padding: 0;
        overflow: visible;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .amb-join__content {
        order: 1;
        padding: 0 0 20px;
        color: var(--sb-navy-800);
        text-align: center;
    }

    html[dir="ltr"] .amb-join__content {
        text-align: center;
    }

    .amb-join__content .amb-eyebrow,
    .amb-join__content ul {
        display: none;
    }

    .amb-join__content h2 {
        margin: 0 0 7px;
        color: var(--sb-navy-800);
        font-size: 1.65rem;
        line-height: 1.35;
    }

    .amb-join__content > p {
        color: var(--sb-muted);
        font-size: 0.86rem;
        line-height: 1.75;
    }

    .amb-join__form-card {
        order: 2;
        padding: 18px 16px;
        border-color: var(--sb-border);
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(15, 55, 89, 0.08);
    }

    .amb-form__heading {
        margin-bottom: 15px;
        padding-bottom: 13px;
    }

    .amb-form__heading > span {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .amb-form__heading h3 {
        font-size: 1.08rem;
    }

    .amb-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .amb-form__privacy,
    .amb-form__error,
    .amb-submit {
        grid-column: auto;
    }

    .amb-closing__inner {
        grid-template-columns: auto 1fr;
        gap: 13px;
        min-height: 0;
        padding-block: 28px;
    }

    .amb-closing h2 {
        font-size: 1.25rem;
    }

    .amb-closing p {
        font-size: 0.8rem;
    }

    .amb-closing__inner > a {
        grid-column: 1 / -1;
        justify-self: stretch;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .amb-hero h1 {
        font-size: 1.72rem;
    }

    .amb-closing__icon {
        width: 50px;
        height: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .amb-submit.is-loading i {
        animation: none;
    }
}
