/* =========================================================
   SamiLink home — editorial, calm and mobile-first
   ========================================================= */

.home-page {
    --home-navy: #09111f;
    --home-navy-soft: #121d2f;
    --home-accent: var(--brand);
    --home-accent-soft: var(--brand-50);
    --home-radius: 28px;
    background: #fbfaf8;
}

.home-page main {
    background:
        radial-gradient(circle at 10% 18%, rgba(112, 66, 244, .055), transparent 24rem),
        #fbfaf8;
}

/* The home hero already carries the useful achievement signal. */
.home-page .news-ticker {
    display: none;
}

/* ── Hero ─────────────────────────────────────────────── */
.home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(40px, 6vw, 82px) 0 clamp(72px, 8vw, 108px);
    background: linear-gradient(135deg, #17143e 0%, #2f1977 58%, #3439a1 100%);
    color: #fff;
}

.home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .36;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.home-hero-glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.home-hero-glow--one {
    width: 440px;
    height: 440px;
    top: -270px;
    inset-inline-end: -90px;
    background: rgba(112, 66, 244, .22);
}

.home-hero-glow--two {
    width: 330px;
    height: 330px;
    bottom: -250px;
    inset-inline-start: 10%;
    background: rgba(75, 105, 155, .18);
}

.home-hero-shell {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
    align-items: center;
    gap: clamp(42px, 7vw, 92px);
}

.home-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    max-width: 100%;
    padding: 7px 9px 7px 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.hero-badge-brand {
    padding: 5px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--home-accent);
    box-shadow: 0 6px 16px rgba(112, 66, 244, .25);
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1;
}

.hero-badge-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, .18);
}

.home-hero h1 {
    margin: 22px 0 17px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.65rem);
    line-height: 1.08;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.home-hero h1 .hl {
    color: #E3DAFF;
    position: relative;
}

.hero-title-line {
    display: block;
}

.home-hero h1 .hl::after {
    content: '';
    position: absolute;
    inset-inline: 3% 4%;
    bottom: -.08em;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #BDAAFF, transparent);
    opacity: 1;
}

.hero-desc {
    max-width: 540px;
    color: #E4E1F3;
    font-size: clamp(.96rem, 1.5vw, 1.13rem);
    line-height: 1.95;
    text-wrap: pretty;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
}

.hero-btn-primary,
.hero-btn-ghost {
    min-height: 52px;
    padding: 12px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    font-size: .93rem;
    font-weight: 800;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.hero-btn-primary {
    color: #fff;
    background: var(--home-accent);
    border: 1px solid var(--home-accent);
    box-shadow: 0 14px 30px rgba(112, 66, 244, .24);
}

.hero-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    background: #5D32D1;
    box-shadow: 0 18px 34px rgba(112, 66, 244, .32);
}

.hero-btn-primary .fa-arrow-left {
    font-size: .78rem;
}

.hero-btn-ghost {
    color: #201354;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .82);
    box-shadow: 0 14px 30px rgba(4, 7, 25, .22);
}

.hero-btn-ghost:hover {
    color: #201354;
    background: #F2EDFF;
    border-color: #D9CDFF;
    transform: translateY(-2px);
}

.hero-btn-ghost i { color: #7042F4; }

.hero-assurance {
    margin-top: 18px;
    color: #D4D0E4;
    font-size: .75rem;
    font-weight: 600;
}

.hero-assurance i {
    margin-inline-end: 5px;
    color: #66d19e;
}

.home-hero-visual {
    position: relative;
    min-height: clamp(380px, 42vw, 510px);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: var(--home-radius);
    background: #fff;
    overflow: visible;
    box-shadow: 0 34px 80px rgba(26, 16, 73, .28);
    transform: rotate(-1.5deg);
}

.home-hero-visual::before {
    content: '';
    position: absolute;
    inset: 11px -11px -11px 11px;
    z-index: -1;
    border: 1px solid rgba(112, 66, 244, .23);
    border-radius: inherit;
}

.home-hero-visual picture,
.hero-visual-shade {
    position: absolute;
    inset: 12px;
    width: auto;
    height: auto;
    border-radius: calc(var(--home-radius) - 10px);
}

.home-hero-visual picture {
    overflow: hidden;
}

.home-hero-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.hero-visual-shade {
    background:
        linear-gradient(180deg, rgba(32, 19, 84, 0) 42%, rgba(32, 19, 84, .72) 100%),
        linear-gradient(90deg, rgba(112, 66, 244, .05), transparent 52%);
}

.hero-visual-caption {
    position: absolute;
    inset-inline: 27px;
    bottom: 34px;
    display: grid;
    gap: 8px;
    color: #fff;
    transform: rotate(1.5deg);
}

.hero-visual-caption span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    color: #CBBEFF;
    font-size: .74rem;
    font-weight: 700;
}

.hero-visual-caption strong {
    color: #fff;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.hero-proof-card {
    position: absolute;
    z-index: 2;
    inset-inline-start: -26px;
    top: 34px;
    min-width: 180px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 17px;
    color: var(--home-navy);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
    backdrop-filter: blur(16px);
    transform: rotate(1.5deg);
}

.hero-proof-card > span:last-child {
    display: grid;
    line-height: 1.2;
}

.hero-proof-card strong {
    font-size: 1.1rem;
    font-weight: 900;
}

.hero-proof-card small {
    margin-top: 3px;
    color: #6b7280;
    font-size: .66rem;
    font-weight: 700;
}

.hero-proof-avatars {
    display: flex;
    direction: ltr;
}

.hero-proof-avatars i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-inline-start: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--home-accent);
    font-size: .58rem;
}

.hero-proof-avatars i:nth-child(2) { background: #293b57; }
.hero-proof-avatars i:nth-child(3) { background: #6840cf; }

/* ── Trust summary ────────────────────────────────────── */
.trust-bar {
    position: relative;
    z-index: 3;
    width: min(980px, calc(100% - 40px));
    margin: -36px auto 0;
    padding: 8px;
    border: 1px solid rgba(13, 24, 42, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 50px rgba(9, 17, 31, .10);
    backdrop-filter: blur(18px);
}

.trust-bar-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.trust-item {
    min-width: 0;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--home-navy);
}

.trust-item + .trust-item {
    border-inline-start: 1px solid #eceef1;
}

.trust-item > i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--home-accent);
    background: var(--home-accent-soft);
}

.trust-item span {
    display: grid;
    line-height: 1.25;
}

.trust-item strong {
    font-size: .8rem;
}

.trust-item small {
    margin-top: 4px;
    color: #5F6876;
    font-size: .66rem;
}

/* ── Shared section headings ──────────────────────────── */
.programs-section,
.why-section .container,
.journey-section .container,
.cta-section {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.programs-section {
    padding-top: clamp(62px, 8vw, 104px);
    padding-bottom: clamp(56px, 7vw, 90px);
}

.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.programs-section .section-header,
.why-section .section-header,
.journey-section .section-header {
    margin-bottom: 30px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--home-accent);
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.section-label::before {
    content: '';
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.section-label i {
    display: none;
}

.section-header h2 {
    margin-bottom: 7px;
    color: var(--home-navy);
    font-size: clamp(1.55rem, 3.4vw, 2.35rem);
    letter-spacing: -.035em;
}

.section-header p {
    max-width: 560px;
    color: #5F6876;
    font-size: .9rem;
}

.see-all-link {
    min-height: 42px;
    padding: 9px 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: var(--home-navy);
    background: #fff;
    font-size: .78rem;
    font-weight: 800;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.see-all-link:hover {
    color: var(--home-accent);
    border-color: rgba(112, 66, 244, .34);
    transform: translateY(-1px);
}

/* ── Program cards ────────────────────────────────────── */
.programs-section .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.programs-section .card {
    border: 1px solid #e8e8e5;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(9, 17, 31, .035);
}

.programs-section .card:hover {
    border-color: rgba(112, 66, 244, .20);
    box-shadow: 0 24px 48px rgba(9, 17, 31, .10);
    transform: translateY(-5px);
}

.programs-section .card-cover {
    aspect-ratio: 4 / 3;
    margin: 8px 8px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f5f6;
}

.programs-section .card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #f4f5f6;
}

.programs-section .card:hover .card-cover img {
    transform: scale(1.025);
}

.programs-section .card-cover-fallback {
    min-height: 0;
    background: linear-gradient(145deg, #f7f8fa, #edf0f4);
    color: var(--home-accent);
}

/* "Featured" is a fact about the offer, so it sits with the other facts in the
   card's chip row. Floated over the cover it landed on whatever the thumbnail
   was showing — usually the course title, which the image exists to show. */
.chip.chip-feat {
    color: #fff;
    background: var(--home-accent);
    border-color: transparent;
}
.chip.chip-feat i { color: #ffd76a; }

.programs-section .card-body {
    padding: 16px 17px 18px;
    gap: 9px;
}

.programs-section .card-badges {
    margin-bottom: 1px;
}

.programs-section .chip {
    border: 0;
    padding: 4px 8px;
    color: #606A78;
    background: #f4f5f6;
    font-size: .64rem;
}

.programs-section .chip i {
    color: var(--home-accent);
}

.programs-section .card-title {
    color: var(--home-navy);
    font-size: 1rem;
    line-height: 1.55;
}

.programs-section .card-sub {
    color: #626B78;
    font-size: .78rem;
    line-height: 1.65;
}

.programs-section .card-meta {
    font-size: .72rem;
}

.programs-section .card-foot {
    padding-top: 11px;
    border-top: 1px solid #f0f1f2;
}

.programs-section .price .now {
    font-size: 1rem;
}

.programs-section .price .now small {
    display: block;
    margin: 2px 0 0;
    font-size: .58rem;
}

.programs-section .card-cta {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    color: var(--home-accent);
    background: var(--home-accent-soft);
    font-size: 0;
}

.programs-section .card-cta i {
    font-size: .75rem;
}

/* ── Why ──────────────────────────────────────────────── */
.why-section {
    padding: clamp(58px, 7vw, 90px) 0;
    background: #fff;
    border-block: 1px solid #ecece9;
}

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

.why-card {
    position: relative;
    min-height: 190px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    overflow: hidden;
    border: 1px solid #e9eaeb;
    border-radius: 20px;
    background: #fbfbfa;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.why-card::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    inset-inline-end: -62px;
    bottom: -64px;
    border-radius: 50%;
    background: var(--home-accent-soft);
}

.why-card:hover {
    border-color: rgba(112, 66, 244, .25);
    background: #fff;
    transform: translateY(-3px);
}

.why-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--home-accent);
    background: var(--home-accent-soft);
}

.why-card strong {
    color: var(--home-navy);
    font-size: .97rem;
}

.why-card p {
    max-width: 290px;
    color: #626B78;
    font-size: .79rem;
    line-height: 1.75;
}

/* ── Journey ──────────────────────────────────────────── */
.journey-section {
    padding: clamp(58px, 7vw, 94px) 0;
}

.journey-track {
    position: relative;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
}

.journey-track::before {
    content: '';
    position: absolute;
    top: 20px;
    inset-inline: 8%;
    height: 1px;
    background: linear-gradient(90deg, #d9cdff, var(--home-accent), #d9cdff);
}

.journey-step {
    position: relative;
    display: grid;
    grid-template-rows: 42px 1fr;
    gap: 12px;
    justify-items: center;
}

.journey-dot {
    z-index: 1;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #CBBEFF;
    border-radius: 50%;
    color: var(--home-accent);
    background: #fff;
    box-shadow: 0 0 0 7px #fbfaf8;
    font-size: .82rem;
}

.journey-step--final .journey-dot {
    color: #fff;
    border-color: var(--home-accent);
    background: var(--home-accent);
}

.journey-card {
    width: 100%;
    padding: 16px 12px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
}

.journey-num {
    display: block;
    margin-bottom: 4px;
    color: var(--home-accent);
    font: 800 .67rem/1 ui-sans-serif, system-ui, sans-serif;
    letter-spacing: .08em;
}

.journey-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--home-navy);
    font-size: .85rem;
}

.journey-card p {
    color: #626B78;
    font-size: .7rem;
    line-height: 1.65;
}

/* ── Final CTA ────────────────────────────────────────── */
.cta-section {
    padding: 0 0 clamp(56px, 7vw, 88px);
}

.cta-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(38px, 6vw, 66px) 30px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    background: var(--home-navy);
}

.cta-panel::before,
.cta-panel::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.cta-panel::before {
    width: 360px;
    height: 360px;
    top: -250px;
    inset-inline-end: -70px;
    background: rgba(112, 66, 244, .22);
    box-shadow: 0 0 100px rgba(112, 66, 244, .12);
}

.cta-panel::after {
    width: 220px;
    height: 220px;
    bottom: -170px;
    inset-inline-start: 6%;
    border: 1px solid rgba(255, 255, 255, .08);
}

.cta-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    color: #D8CCFF;
    font-size: .7rem;
    font-weight: 800;
}

.cta-panel h2 {
    margin-bottom: 9px;
    color: #fff;
    font-size: clamp(1.65rem, 4vw, 2.5rem);
}

.cta-panel p {
    max-width: 530px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, .84);
    font-size: .87rem;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* ── Tablet ───────────────────────────────────────────── */
@media (max-width: 960px) {
    .home-hero-shell {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
        gap: 38px;
    }

    .home-hero h1 {
        font-size: clamp(2.3rem, 6vw, 3.5rem);
    }

    .home-hero-visual {
        min-height: 390px;
    }

    .programs-section .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ── Mobile ───────────────────────────────────────────── */
@media (max-width: 700px) {
    .home-page .wa-fab { display: none !important; }

    .home-page {
        --home-radius: 22px;
    }

    .home-hero {
        padding: 30px 0 62px;
    }

    .home-hero::before {
        background-size: 38px 38px;
    }

    .home-hero-shell {
        width: min(100% - 30px, 520px);
        grid-template-columns: 1fr;
        gap: 29px;
    }

    .home-hero-copy {
        align-items: stretch;
    }

    .hero-badge {
        align-self: flex-start;
        font-size: .68rem;
    }

    .hero-badge-brand {
        padding: 5px 8px;
        font-size: .66rem;
    }

    .home-hero h1 {
        margin: 17px 0 12px;
        font-size: clamp(2rem, 10.5vw, 3rem);
        line-height: 1.12;
    }

    .hero-desc {
        max-width: 38ch;
        font-size: .86rem;
        line-height: 1.8;
    }

    .hero-actions {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1.25fr .75fr;
        gap: 9px;
    }

    .hero-btn-primary,
    .hero-btn-ghost {
        min-height: 49px;
        padding: 11px 13px;
        border-radius: 13px;
        font-size: .82rem;
    }

    .hero-assurance {
        margin-top: 14px;
        font-size: .66rem;
        text-align: center;
    }

    .home-hero-visual {
        min-height: 236px;
        border-radius: var(--home-radius);
        transform: none;
        box-shadow: 0 24px 50px rgba(26, 16, 73, .24);
    }

    .home-hero-visual::before {
        inset: 8px -7px -7px 8px;
    }

    .home-hero-visual picture,
    .hero-visual-shade {
        inset: 8px;
        border-radius: calc(var(--home-radius) - 7px);
    }

    .home-hero-visual img {
        object-position: center 22%;
    }

    .hero-visual-caption {
        inset-inline: 18px;
        bottom: 24px;
        gap: 4px;
        transform: none;
    }

    .hero-visual-caption span {
        font-size: .62rem;
    }

    .hero-visual-caption strong {
        font-size: 1rem;
    }

    .hero-proof-card {
        top: 14px;
        inset-inline-start: 13px;
        min-width: 146px;
        padding: 9px 10px;
        border-radius: 14px;
        transform: none;
    }

    .hero-proof-avatars i {
        width: 24px;
        height: 24px;
    }

    .hero-proof-card strong {
        font-size: .9rem;
    }

    .hero-proof-card small {
        font-size: .58rem;
    }

    .trust-bar {
        width: min(100% - 30px, 520px);
        margin-top: -28px;
        padding: 7px 5px;
        border-radius: 18px;
    }

    .trust-item {
        padding: 8px 5px;
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .trust-item > i {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        border-radius: 10px;
        font-size: .78rem;
    }

    .trust-item strong {
        font-size: .65rem;
    }

    .trust-item small {
        display: none;
    }

    .programs-section,
    .why-section .container,
    .journey-section .container,
    .cta-section {
        width: min(100% - 30px, 520px);
    }

    .programs-section {
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .programs-section .section-header,
    .why-section .section-header,
    .journey-section .section-header {
        margin-bottom: 20px;
    }

    .section-header {
        align-items: center;
        gap: 10px;
    }

    .section-label {
        margin-bottom: 5px;
        font-size: .62rem;
    }

    .section-label::before {
        width: 17px;
    }

    .section-header h2 {
        margin-bottom: 3px;
        font-size: 1.3rem;
    }

    .section-header p {
        max-width: 31ch;
        font-size: .73rem;
        line-height: 1.55;
    }

    .see-all-link {
        min-height: 38px;
        padding: 8px 11px;
        border-radius: 11px;
        font-size: .68rem;
    }

    .programs-section .cards-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .programs-section .card {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
        min-height: 154px;
        border-radius: 18px;
    }

    .programs-section .card-cover {
        height: calc(100% - 12px);
        min-height: 142px;
        margin: 6px;
        aspect-ratio: auto;
        border-radius: 13px;
    }

    .programs-section .card-cover img {
        object-fit: cover;
    }

    .programs-section .card-body {
        min-width: 0;
        padding: 13px 10px 13px 7px;
        gap: 5px;
    }

    .programs-section .card-badges {
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .programs-section .chip {
        padding: 3px 6px;
        flex: 0 0 auto;
        font-size: .56rem;
    }

    .programs-section .card-title {
        display: -webkit-box;
        overflow: hidden;
        font-size: .84rem;
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .programs-section .card-sub {
        display: none;
    }

    .programs-section .card-meta {
        gap: 7px;
        font-size: .61rem;
    }

    .programs-section .card-foot {
        gap: 5px;
        padding-top: 7px;
    }

    .programs-section .price {
        gap: 3px;
        white-space: normal;
    }

    .programs-section .price .now {
        font-size: .8rem;
    }

    .programs-section .price .now small {
        font-size: .49rem;
    }

    .programs-section .price .was {
        font-size: .6rem;
    }

    .programs-section .card-cta {
        width: 29px;
        height: 29px;
    }

    .why-section {
        padding: 48px 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .why-card {
        min-height: 0;
        padding: 15px;
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 3px 11px;
        border-radius: 16px;
    }

    .why-icon {
        width: 40px;
        height: 40px;
        grid-row: 1 / span 2;
        border-radius: 12px;
        font-size: .85rem;
    }

    .why-card strong {
        align-self: end;
        font-size: .78rem;
    }

    .why-card p {
        align-self: start;
        font-size: .67rem;
        line-height: 1.55;
    }

    .journey-section {
        padding: 48px 0;
        overflow: hidden;
    }

    .journey-track {
        width: auto;
        margin-inline: -15px;
        padding: 0 15px 8px;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .journey-track::-webkit-scrollbar {
        display: none;
    }

    .journey-track::before {
        display: none;
    }

    .journey-step {
        min-width: min(74vw, 270px);
        min-height: 118px;
        padding: 15px;
        display: grid;
        grid-template-columns: 38px 1fr;
        grid-template-rows: 1fr;
        align-items: center;
        justify-items: stretch;
        gap: 11px;
        border: 1px solid #e8e9e9;
        border-radius: 17px;
        background: #fff;
        scroll-snap-align: start;
    }

    .journey-dot {
        width: 38px;
        height: 38px;
        box-shadow: none;
    }

    .journey-card {
        padding: 0;
        text-align: start;
    }

    .journey-num {
        font-size: .58rem;
    }

    .journey-card strong {
        margin-bottom: 4px;
        font-size: .78rem;
    }

    .journey-card p {
        font-size: .66rem;
    }

    .cta-section {
        padding-bottom: 44px;
    }

    .cta-panel {
        padding: 35px 18px;
        border-radius: 22px;
    }

    .cta-panel h2 {
        font-size: 1.45rem;
    }

    .cta-panel p {
        max-width: 33ch;
        margin-bottom: 19px;
        font-size: .74rem;
        line-height: 1.65;
    }
}

@media (max-width: 380px) {
    .home-hero-shell,
    .trust-bar,
    .programs-section,
    .why-section .container,
    .journey-section .container,
    .cta-section {
        width: calc(100% - 24px);
    }

    .hero-actions {
        grid-template-columns: 1fr;
    }

    .hero-assurance {
        display: none;
    }

    .programs-section .card {
        grid-template-columns: 104px minmax(0, 1fr);
    }
}

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