.support-page-body {
    background: #fff;
}

.lp-support-page {
    --support-navy: #032e59;
    --support-navy-dark: #021f3e;
    --support-blue: #0b4f86;
    --support-orange: #ffa100;
    --support-ink: #10243a;
    --support-muted: #607185;
    background: #fff;
    color: var(--support-ink);
    overflow: hidden;
}

.lp-support-page h1,
.lp-support-page h2,
.lp-support-page h3 {
    color: var(--support-navy);
}

.lp-support-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--support-orange);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lp-support-kicker::before {
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    content: '';
}

.lp-support-kicker--light {
    color: #ffd17d;
}

.lp-support-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

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

.lp-support-btn:focus-visible,
.lp-support-start__link:focus-visible,
.lp-support-contact__email:focus-visible {
    outline: 3px solid rgba(255, 161, 0, .45);
    outline-offset: 4px;
}

.lp-support-btn--primary {
    background: var(--support-orange);
    color: #fff;
    box-shadow: 0 13px 28px rgba(255, 133, 0, .25);
}

.lp-support-btn--primary:hover {
    background: #ff8900;
    color: #fff;
    box-shadow: 0 17px 32px rgba(255, 133, 0, .33);
}

.lp-support-btn--ghost {
    border-color: rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.lp-support-btn--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: var(--support-navy);
}

.lp-support-hero {
    position: relative;
    padding: clamp(68px, 8vw, 112px) 0 clamp(76px, 9vw, 124px);
    background:
        radial-gradient(circle at 83% 22%, rgba(25, 137, 201, .31), transparent 29%),
        radial-gradient(circle at 6% 90%, rgba(255, 161, 0, .12), transparent 28%),
        linear-gradient(125deg, var(--support-navy-dark) 0%, var(--support-navy) 58%, #08497c 100%);
}

.lp-support-hero::after {
    position: absolute;
    right: -7%;
    bottom: -92px;
    width: 520px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    content: '';
    transform: rotate(-9deg);
}

.lp-support-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    align-items: center;
    gap: clamp(36px, 6vw, 78px);
}

.lp-support-hero__title {
    max-width: 740px;
    margin: 19px 0 22px;
    color: #fff !important;
    font-size: clamp(2.35rem, 4.15vw, 4.05rem);
    font-weight: 650;
    letter-spacing: -.04em;
    line-height: 1.03;
}

.lp-support-hero__title-line {
    display: block;
    white-space: nowrap;
}

.lp-support-hero__title strong {
    color: #ffc04d;
    font-weight: 850;
}

.lp-support-hero__text {
    max-width: 650px;
    color: #d7e5f1;
    font-size: clamp(1rem, 1.6vw, 1.13rem);
    line-height: 1.75;
}

.lp-support-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.lp-support-hero__assurance {
    display: flex;
    max-width: 590px;
    align-items: center;
    gap: 17px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    color: #c8d8e6;
    font-size: .83rem;
    line-height: 1.5;
}

.lp-support-hero__assurance img {
    width: 130px;
    flex: 0 0 auto;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .22));
}

.lp-support-hero__visual {
    position: relative;
    display: flex;
    min-height: 490px;
    align-items: center;
    justify-content: center;
}

.lp-support-hero__orb {
    position: absolute;
    width: 445px;
    height: 445px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .02));
    box-shadow: inset 0 0 70px rgba(255, 255, 255, .06), 0 35px 80px rgba(0, 0, 0, .18);
}

.lp-support-hero__image {
    position: relative;
    z-index: 1;
    width: min(100%, 680px);
    aspect-ratio: 3 / 2;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    box-shadow: 0 34px 55px rgba(0, 0, 0, .3);
    object-fit: cover;
    object-position: center;
    transform: translateY(7px);
}

.lp-support-hero__status {
    position: absolute;
    z-index: 2;
    right: 1%;
    bottom: 13%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .2);
    color: var(--support-navy);
    font-size: .77rem;
    font-weight: 750;
}

.lp-support-hero__status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2bb673;
    box-shadow: 0 0 0 5px rgba(43, 182, 115, .15);
}

.lp-support-benefits {
    padding: clamp(72px, 8vw, 108px) 0;
    background: #f6f8fb;
}

.lp-support-section-heading {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.lp-support-section-heading .lp-support-kicker {
    justify-content: center;
}

.lp-support-section-heading h2 {
    margin-top: 14px;
    font-size: clamp(1.95rem, 3.8vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

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

.lp-support-benefit {
    position: relative;
    min-height: 300px;
    padding: 34px 30px 30px;
    overflow: hidden;
    border: 1px solid #e3e9ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(3, 46, 89, .07);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.lp-support-benefit:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 161, 0, .5);
    box-shadow: 0 24px 58px rgba(3, 46, 89, .12);
}

.lp-support-benefit__number {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #eef2f6;
    font-family: var(--ff-heading);
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1;
}

.lp-support-benefit__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    background: #fff5e3;
    color: var(--support-orange);
}

.lp-support-benefit__icon svg {
    width: 29px;
    height: 29px;
}

.lp-support-benefit h3 {
    position: relative;
    z-index: 1;
    margin: 27px 0 12px;
    font-size: 1.35rem;
    font-weight: 800;
}

.lp-support-benefit p {
    position: relative;
    z-index: 1;
    color: var(--support-muted);
    font-size: .94rem;
    line-height: 1.75;
}

.lp-support-contact {
    padding: clamp(68px, 8vw, 96px) 0;
    background: #fff;
    scroll-margin-top: 130px;
}

.lp-support-contact__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
    align-items: center;
    gap: 48px;
    padding: clamp(36px, 6vw, 66px);
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 161, 0, .2), transparent 36%),
        linear-gradient(125deg, var(--support-navy-dark), #064b7f);
    box-shadow: 0 28px 70px rgba(3, 46, 89, .2);
}

.lp-support-contact__panel::after {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: '';
}

.lp-support-contact__copy,
.lp-support-contact__actions {
    position: relative;
    z-index: 1;
}

.lp-support-contact h2 {
    max-width: 720px;
    margin: 14px 0 16px;
    color: #fff;
    font-size: clamp(1.85rem, 3.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.lp-support-contact__copy p {
    max-width: 680px;
    color: #d2e2ee;
    line-height: 1.7;
}

.lp-support-contact__actions {
    display: grid;
    gap: 12px;
}

.lp-support-btn--white {
    background: #fff;
    color: var(--support-navy);
    box-shadow: 0 13px 28px rgba(0, 0, 0, .15);
}

.lp-support-btn--white:hover {
    background: var(--support-orange);
    color: #fff;
}

.lp-support-btn--outline {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.lp-support-btn--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.lp-support-contact__email {
    padding: 7px;
    color: #d9e8f2;
    font-size: .84rem;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.lp-support-start {
    padding: clamp(72px, 9vw, 118px) 0;
    background: #f6f8fb;
}

.lp-support-start__grid {
    display: grid;
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(42px, 7vw, 88px);
}

.lp-support-start__image-wrap {
    position: relative;
}

.lp-support-start__image-wrap::before {
    position: absolute;
    inset: 20px -18px -20px 22px;
    border-radius: 22px;
    background: var(--support-orange);
    content: '';
}

.lp-support-start__image {
    position: relative;
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(3, 46, 89, .18);
}

.lp-support-start__badge {
    position: absolute;
    right: -8px;
    bottom: -9px;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--support-navy);
    box-shadow: 0 12px 25px rgba(3, 46, 89, .24);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
}

.lp-support-start__content h2 {
    margin: 14px 0 19px;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.lp-support-start__content > p {
    color: var(--support-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.lp-support-start__list {
    display: grid;
    gap: 12px;
    margin: 25px 0 30px;
}

.lp-support-start__list li {
    position: relative;
    padding-left: 30px;
    color: #334a61;
    font-size: .93rem;
    font-weight: 650;
}

.lp-support-start__list li::before {
    position: absolute;
    top: .3em;
    left: 0;
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: #e7f6ee;
    color: #25935d;
    content: '✓';
    font-size: .72rem;
    font-weight: 900;
}

.lp-support-start__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.lp-support-start__link {
    color: var(--support-navy);
    font-size: .9rem;
    font-weight: 800;
}

.lp-support-start__link:hover {
    color: var(--support-orange);
}

@media (max-width: 980px) {
    .lp-support-hero__grid,
    .lp-support-start__grid {
        grid-template-columns: 1fr;
    }

    .lp-support-hero__content {
        max-width: 760px;
    }

    .lp-support-hero__visual {
        min-height: 430px;
    }

    .lp-support-hero__image {
        width: min(88%, 660px);
    }

    .lp-support-benefits__grid {
        grid-template-columns: 1fr;
    }

    .lp-support-benefit {
        min-height: 0;
    }

    .lp-support-contact__panel {
        grid-template-columns: 1fr;
    }

    .lp-support-contact__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-support-contact__email {
        grid-column: 1 / -1;
    }

    .lp-support-start__image-wrap {
        width: min(90%, 650px);
        margin-inline: auto;
    }
}

@media (max-width: 640px) {
    .lp-support-hero {
        padding-top: 54px;
    }

    .lp-support-hero__title {
        font-size: clamp(2.05rem, 10.5vw, 2.85rem);
    }

    .lp-support-hero__title-line {
        white-space: normal;
    }

    .lp-support-hero__actions,
    .lp-support-start__actions {
        display: grid;
    }

    .lp-support-btn {
        width: 100%;
    }

    .lp-support-hero__assurance {
        align-items: flex-start;
        flex-direction: column;
    }

    .lp-support-hero__visual {
        min-height: 310px;
    }

    .lp-support-hero__orb {
        width: 290px;
        height: 290px;
    }

    .lp-support-hero__image {
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: 22px;
        object-position: 68% center;
    }

    .lp-support-hero__status {
        right: 0;
        bottom: 3%;
        max-width: 220px;
    }

    .lp-support-benefit {
        padding: 28px 24px;
    }

    .lp-support-contact__panel {
        gap: 30px;
        border-radius: 20px;
    }

    .lp-support-contact__actions {
        grid-template-columns: 1fr;
    }

    .lp-support-contact__email {
        grid-column: auto;
        overflow-wrap: anywhere;
    }

    .lp-support-start__image-wrap {
        width: calc(100% - 18px);
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-support-page *,
    .lp-support-page *::before,
    .lp-support-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
