    /* ── Hero Section ── */
    .header {
        padding: 55px 20px 16px;
        max-width: 480px;
        margin: 0 auto;
    }
    .hero-label {
        display: none;
    }
    .hero-title {
        font-weight: 300;
        font-size: 16px;
        color: var(--accent);
        letter-spacing: 0;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
    }
    .hero-desc {
        font-family: 'Onest', sans-serif;
        font-size: 19px;
        font-weight: 400;
        color: rgba(26,26,26,0.78);
        text-align: center;
        line-height: 1.65;
        margin-top: 18px;
        padding: 0 24px;
    }
    body.dark .hero-desc { color: rgba(255,255,255,0.66); }

    .hero-start-btn {
        display: block;
        width: calc(100% - 10px);
        margin: 20px auto 0;
        padding: 12px 32px;
        background: #1A1A1A;
        color: #F9F8F4;
        font-family: 'Onest', sans-serif;
        font-size: 16px;
        font-weight: 500;
        border: none;
        border-radius: 14px;
        cursor: pointer;
        letter-spacing: -0.2px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        transition: opacity 0.2s ease, transform 0.15s ease;
        -webkit-tap-highlight-color: transparent;
    }
    .hero-start-btn svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
    @keyframes btn-chevron-jiggle {
        0%, 75%, 100% { transform: translateX(0); }
        80%            { transform: translateX(4px); }
        87%            { transform: translateX(0); }
        92%            { transform: translateX(2px); }
        97%            { transform: translateX(0); }
    }
    .hero-start-btn:active { opacity: 0.75; transform: scale(0.97) translateY(2px); }
    body.dark .hero-start-btn { background: #F9F8F4; color: #1A1A1A; }

    /* ── Hero Brands ── */
    .hero-brands {
        position: relative;
        height: 88px;
        max-width: 480px;
        margin: 8px auto 96px;
        padding: 0 20px;
        perspective: 700px;
    }
    .hero-brand-item {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
        opacity: 0;
        transform: translateY(10px) translateZ(0);
        transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        pointer-events: none;
        white-space: nowrap;
        will-change: transform, opacity;
        backface-visibility: hidden;
    }
    .hero-brand-item.active {
        opacity: 1;
        transform: translateY(0) translateZ(0);
        pointer-events: auto;
    }
    .hero-brand-item.leaving {
        opacity: 0;
        transform: translateY(-8px) translateZ(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .hero-brand-logo {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    .hero-brand-name {
        font-size: 41px;
        color: #1A1A1A;
        text-align: center;
    }
    #heroBrandTenesi .hero-brand-logo {
        width: 52px;
        height: 52px;
    }
    .hero-brand-tenesi-name {
        font-family: 'Crimson Pro', Georgia, serif;
        font-weight: 450;
        font-size: 41px;
        letter-spacing: -0.5px;
    }
    #heroBrandXray .hero-brand-logo {
        width: 52px;
        height: 52px;
    }
    .hero-brand-xray-name {
        font-weight: 500;
        font-size: 33px;
        letter-spacing: -0.5px;
        position: relative;
        top: 2px;
    }
    #heroBrandHapp .hero-brand-logo {
        width: 44px;
        height: 44px;
    }
    .hero-brand-happ-name {
        font-weight: 430;
        font-size: 34px;
        letter-spacing: -0.5px;
    }
    body.dark .hero-brand-name { color: #F0EBE3; }

    .hero-lottie {
        width: 120px;
        height: 120px;
        margin: 0 auto 4px;
    }

    /* ── Hero Freedom ── */
    .hero-freedom {
        margin-top: 10px;
        text-align: center;
        line-height: 1.3;
    }
    .hero-freedom-label {
        font-size: 40px;
        font-weight: 600;
        color: var(--text);
        margin-bottom: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        line-height: 1.1;
    }
    .hero-freedom-arrow {
        width: 32px;
        height: 32px;
        color: var(--accent);
        flex-shrink: 0;
        margin-top: 6px;
        stroke-width: 2.2px;
    }
    .hero-freedom-word {
        font-size: 40px;
        font-weight: 600;
        color: var(--accent);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.1;
        margin-top: 3px;
        min-height: 1.1em;
    }
    body.lang-en .hero-freedom-label,
    body.lang-en #heroFreedomLabel,
    body.lang-en .hero-freedom-word {
        font-size: 45px !important;
    }
    body.lang-ru .hero-freedom-label,
    body.lang-ru .hero-freedom-label span,
    body.lang-ru #heroFreedomLabel,
    body.lang-ru .hero-freedom-word {
        font-family: 'PT Serif', serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 32px !important;
    }
    body.lang-ru .step-title {
        font-family: 'PT Serif', serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
    }
    body.lang-ru .faq-header {
        font-family: 'PT Serif', serif !important;
        font-weight: 400 !important;
        font-style: normal !important;
    }
    .hero-freedom-cursor {
        display: inline-block;
        width: 2px;
        height: 0.85em;
        background: var(--accent);
        vertical-align: text-bottom;
        margin-left: 2px;
        animation: freedom-cursor-blink 0.7s step-end infinite;
    }
    @keyframes freedom-cursor-blink {
        0%, 100% { opacity: 1; }
        50%       { opacity: 0; }
    }

    @keyframes hero-wave {
        0%, 100% { transform: translateY(0); }
        50%       { transform: translateY(-5px); }
    }
    .hero-letter {
        display: inline-block;
        animation: hero-wave 0.7s ease-in-out 1 both;
    }

    .hero-subtitle {
        font-family: 'Onest', sans-serif;
        font-size: 14.5px;
        font-weight: 400;
        color: rgba(26,26,26,0.67);
        line-height: 1.6;
        letter-spacing: 0;
        min-height: 48px;
    }
    .hero-subtitle strong { font-weight: 600; color: rgba(26,26,26,0.85); }

    /* ── Dark Theme: Hero ── */
    body.dark .hero-label { color: #E0956A; }
    body.dark .hero-title { color: #E0956A; }
    body.dark .hero-subtitle { color: rgba(255,255,255,0.55); }
    body.dark .hero-subtitle strong { color: #F9F8F4; }
    body.dark .hero-freedom-label { color: rgba(255,255,255,0.9); }
    body.dark .hero-freedom-word { color: #E0956A; }

    .why-section-subheading {
        font-family: 'Onest', sans-serif;
        font-size: 22px;
        font-weight: 400;
        color: rgba(26,26,26,0.6);
        line-height: 1.65;
        text-align: center;
        margin-top: -40px;
        margin-bottom: 64px;
        padding: 0 32px;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    body.dark .why-section-subheading { color: rgba(255,255,255,0.5); }

    /* ── Why Cards ── */
    /* ── Why cards ── */
    .why-cards-section { padding: 185px 25px 0; max-width: 480px; margin: 0 auto; position: relative; background: linear-gradient(to bottom, transparent 24px, #ffffff 24px, #ffffff calc(100% - 32px), #ffffff calc(100% - 32px)); display: flex; flex-direction: column; align-items: center; }
    .why-card-icon { position: absolute; top: 100px; left: 50%; transform: translateX(-50%); width: 40px; height: 40px; }
    #serviceLottieWrap { width: 68px; height: 68px; }
    .why-section-heading { text-align: center; line-height: 1.15; margin-bottom: 64px; white-space: pre-line; color: var(--text); }
    body.lang-ru .why-section-heading { font-family: 'PT Serif', serif; font-weight: 700; font-size: 32px; }
    body.lang-ru #whySectionHeading { font-weight: 400; font-size: 29px; font-family: Georgia, serif !important; }
    body.lang-ru #booksHeading { font-weight: 400; font-family: Georgia, serif; }
    body.lang-en #booksHeading { font-weight: 400; }
    body.lang-ru #extraHeadingEl { font-weight: 400; font-size: 30.5px; }
    body.lang-en #extraHeadingEl { font-size: 44.5px; }
    body.lang-en .why-section-heading { font-family: 'Crimson Pro', Georgia, serif; font-size: 43px; font-weight: 600; }
    body.dark .why-section-heading { color: #F9F8F4; }
    .why-checkpoint-band { position: relative; align-self: stretch; margin-top: 70px; margin-left: -25px; margin-right: -25px; background: var(--bg); display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 120px 20px 120px; }
    .why-checkpoint-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--border); }
    .why-checkpoint-band::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--border); }
    body.dark .why-checkpoint-band { background: #141413; }
    body.dark .why-checkpoint-band::before { background: rgba(255,255,255,0.08); }
    body.dark .why-checkpoint-band::after { background: rgba(255,255,255,0.08); }
    .why-checkpoint-icon { position: relative; top: auto; left: auto; transform: none; margin: 0 auto; width: 56px; height: 56px; }
    .why-card-icon #starLottie { width: 100%; height: 100%; }
    .why-checkpoint-heading { margin-bottom: 0 !important; color: #1A1A18 !important; text-align: center; width: 100%; font-weight: 400 !important; font-family: Georgia, serif !important; }
    body.dark .why-checkpoint-heading { color: #F9F8F4 !important; }
    body.lang-en .why-checkpoint-heading { font-family: 'Crimson Pro', Georgia, serif !important; font-size: 43px !important; font-weight: 600 !important; }

    .why-checkpoint-vs { position: relative; width: 100%; display: flex; align-items: center; min-height: 96px; margin-top: 61px; }
    .why-checkpoint-vs::before { content: ''; position: absolute; top: -20px; left: -20px; right: -20px; height: 1px; background: var(--border); }
    body.dark .why-checkpoint-vs::before { background: rgba(255,255,255,0.08); }
    .why-checkpoint-vs::after { content: ''; position: absolute; bottom: 35px; left: -20px; right: -20px; height: 1px; background: var(--border); }
    body.dark .why-checkpoint-vs::after { background: rgba(255,255,255,0.08); }
    .why-checkpoint-divider + .why-checkpoint-row-label { margin-top: 0; padding-top: 0; }
    .why-checkpoint-row-label { margin-top: -35px; padding-top: 5px; text-align: center; width: 100%; color: var(--text); }
    body.lang-ru .why-checkpoint-row-label { font-family: 'PT Serif', serif; font-weight: 400; font-size: 19px; }
    body.lang-en .why-checkpoint-row-label { font-family: 'Crimson Pro', Georgia, serif; font-weight: 400; font-size: 23px; }
    body.dark .why-checkpoint-row-label { color: #F9F8F4; }
    .why-checkpoint-side { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; }
    .why-checkpoint-tenesi-logo { width: 26px; height: 26px; flex-shrink: 0; }
    .why-checkpoint-side { position: relative; top: -30px; }
    .why-checkpoint-side:last-child { top: -28px; }
    .why-checkpoint-label { font-family: 'Onest', sans-serif; font-weight: 500; font-size: 28px; color: var(--text); letter-spacing: -0.3px; text-align: center; line-height: 1.1; }
    .why-checkpoint-label--tenesi { font-family: 'Crimson Pro', Georgia, serif; }
    body.dark .why-checkpoint-label { color: #F9F8F4; }
    .why-checkpoint-label--muted { opacity: 0.38; font-size: 22px; }
    .why-checkpoint-content-row { display: flex; width: 100%; padding-bottom: 20px; }
    .why-checkpoint-divider { height: 1px; background: var(--border); align-self: stretch; margin: 0 -20px; }
    .why-checkpoint-warning { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; width: 100%; margin-top: 41px; padding: 25px 18px 18px 25px; border-radius: 20px; background: #FFFFFF; border: 1.5px solid rgba(0,0,0,0.1); box-sizing: border-box; }
    .why-checkpoint-warning-left { display: flex; flex-direction: column; align-items: flex-start; gap: 25px; width: 100%; text-align: left; }
    body.dark .why-checkpoint-warning { background: transparent; border-color: rgba(255,255,255,0.08); }
    .why-checkpoint-warning-desc { font-family: 'Onest', sans-serif; font-weight: 400; font-size: 17px; color: #1C1C1C; line-height: 1.55; text-align: left; width: 100%; margin-top: 0; }
    #page-why .why-checkpoint-warning-desc.is-visible { opacity: 0.62 !important; }
    body.dark .why-checkpoint-warning-desc { color: #F9F8F4; }
    .why-checkpoint-warning-title { font-size: 27px; font-weight: 600; color: #1C1C1C; line-height: 1.2; text-align: left; width: 100%; }
    body.dark .why-checkpoint-warning-title { color: #F9F8F4; }
    body.lang-ru .why-checkpoint-warning-title { font-family: Georgia, serif; font-weight: 400; }
    body.lang-en .why-checkpoint-warning-title { font-family: 'Crimson Pro', Georgia, serif; font-size: 32px; }
    body.dark .why-checkpoint-divider { background: rgba(255,255,255,0.08); }
    #checkpointLastDivider { margin-top: 60px; }
    .warning-timeline { display: flex; flex-direction: column; width: 100%; margin-top: 0; }
    .warning-step { position: relative; padding: 20px 0 20px 48px; margin-left: 14px; }
    .warning-step::before { content: ''; position: absolute; left: -0.5px; top: 0; height: 12px; width: 1px; background: rgba(26,26,26,0.12); }
    .warning-step::after { content: ''; position: absolute; left: -0.5px; top: 48px; bottom: 0; width: 1px; background: rgba(26,26,26,0.12); }
    .warning-step:first-child::before { display: none; }
    .warning-step:last-child { padding-bottom: 0; }
    .warning-step:last-child::after { display: none; }
    .warning-step-circle { position: absolute; left: -14px; top: 17px; width: 28px; height: 28px; border-radius: 50%; background: #E0E0E0; display: flex; align-items: center; justify-content: center; z-index: 2; font-family: 'Onest', sans-serif; font-size: 13px; font-weight: 600; color: #1A1A1A; }
    .warning-step-body { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; text-align: left; }
    .why-checkpoint-note-text { font-size: 18.5px; line-height: 1.2; color: #1C1C1C; }
    body.lang-ru .why-checkpoint-note-text { font-family: 'PT Serif', serif; font-weight: 700; }
    body.lang-en .why-checkpoint-note-text { font-family: 'Crimson Pro', Georgia, serif; font-weight: 600; font-size: 22px; }
    body.lang-en .warning-step-body { position: relative; top: -3px; }
    .why-checkpoint-note-desc { font-family: 'Onest', sans-serif; font-weight: 400; font-size: 15.5px; color: #1C1C1C; opacity: 0.5; line-height: 1.55; }
    body.dark .warning-step::before { background: rgba(255,255,255,0.1); }
    body.dark .warning-step::after { background: rgba(255,255,255,0.1); }
    body.dark .warning-step-circle { background: #3A3A3A; color: #F9F8F4; }
    body.dark .why-checkpoint-note-text { color: #F9F8F4; }
    body.dark .why-checkpoint-note-desc { color: #F9F8F4; }
    .why-checkpoint-cell { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding-top: 20px; }
    .why-checkpoint-speed-text { font-family: 'Onest', sans-serif; font-weight: 400; font-size: 14px; color: var(--text); letter-spacing: -0.1px; opacity: 0.7; }
    body.dark .why-checkpoint-speed-text { color: #F9F8F4; }
    .cp-check-circle { fill: #1C1C1C; stroke: #1C1C1C; }
    body.dark .cp-check-circle { fill: #F9F8F4; stroke: #F9F8F4; }
    .cp-check-mark { stroke: #FFFFFF; }
    body.dark .cp-check-mark { stroke: #1C1C1C; }
    .cp-cross { stroke: #141B34; }
    body.dark .cp-cross { stroke: #F9F8F4; }
    .cp-infinity { fill: #1C1C1C; }
    body.dark .cp-infinity { fill: #F9F8F4; }
    .st0 { fill: #1C1C1C; stroke: none; }
    body.dark .st0 { fill: #FFFFFF; stroke: none; }
    .st1 { stroke: #FFFFFF; }
    body.dark .st1 { stroke: #1C1C1C; }
    .checkpoint-svg-fill { fill: #DFD5C4; }
    body.dark .checkpoint-svg-fill { fill: #A8906A; }
    .checkpoint-svg-stroke { stroke: #1A1A18; }
    body.dark .checkpoint-svg-stroke { stroke: #F9F8F4; }
.why-card-icon svg { width: 100%; height: 100%; display: block; }
    body.dark .why-card-icon path[stroke] { stroke: #F9F8F4; }
    body.dark .why-card-icon path[fill="#DFD5C4"] { fill: #A8906A; }
    .why-benefits-block { position: relative; width: 100%; margin-top: 5px; display: flex; flex-direction: column; align-items: center; padding-bottom: 32px; text-align: center; }
    .why-benefits-icon { position: relative; top: auto; left: auto; transform: none; margin-bottom: 16px; width: 50px; height: 50px; }
    .why-card-icon #serviceLottie { width: 100%; height: 100%; }
    #serviceLottieWrap { opacity: 0; transition: opacity 1.5s cubic-bezier(0.16,1,0.3,1); }
    #serviceLottieWrap.is-visible { opacity: 1; }
    #puzzleLottieWrap { width: 70px; height: 70px; margin-top: 6px; opacity: 0; transition: opacity 1.5s cubic-bezier(0.16,1,0.3,1); }
    #puzzleLottieWrap.is-visible { opacity: 1; }
    #puzzleLottieWrap #puzzleLottie { width: 100%; height: 100%; }
    #ctaLottieWrap { opacity: 0; transition: opacity 1.5s cubic-bezier(0.16,1,0.3,1); }
    #ctaLottieWrap.is-visible { opacity: 1; }
    #ctaLottieWrap #ctaLottie { width: 100%; height: 100%; }
    .why-cards-section::before { content: ''; position: absolute; top: 24px; left: 0; right: 0; height: 1px; background: var(--border); }
    body.dark .why-cards-section::before { background: rgba(255,255,255,0.08); }
    .why-card { background: transparent; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 20px; overflow: hidden; width: 227px; min-width: 227px; text-align: left; }
    .why-card-title { font-family: 'Onest', sans-serif; font-weight: 600; font-size: 14px; color: var(--text); padding: 18px 20px 14px; line-height: 1.35; letter-spacing: -0.2px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
    .why-card-title-text { flex: 1; }
    .why-card-happ-icon { width: 30px; height: 30px; flex-shrink: 0; color: var(--text); opacity: 0.85; margin-top: 1px; }
    body.dark .why-card-happ-icon { color: #F9F8F4; }
    .why-card-subtitle { font-family: 'Onest', sans-serif; font-weight: 600; font-size: 13px; color: var(--text); padding: 6px 20px 0; line-height: 1.35; letter-spacing: -0.1px; }
    body.dark .why-card-subtitle { color: #F9F8F4; }
    .why-card-image { overflow: hidden; line-height: 0; padding: 0 20px; display: flex; justify-content: center; }
    .why-card-image svg { display: block; width: 187px; height: auto; border-radius: 10px; }
    .why-card-desc { font-family: 'Onest', sans-serif; font-size: 12px; color: var(--text-mid); line-height: 1.65; padding: 14px 20px 14px; }
    .why-card-btn-wrap { padding: 0 20px 14px; }
    .why-card-btn { font-family: 'Onest', sans-serif; font-size: 12px; font-weight: 500; color: var(--text); background: none; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 8px; padding: 6px 14px; cursor: pointer; display: inline-block; text-decoration: none; }
    body.dark .why-card-btn { border-color: rgba(255,255,255,0.1); color: #F9F8F4; }

    body.dark .why-cards-section { background: linear-gradient(to bottom, transparent 24px, #141413 24px); }
    body.dark .why-card { border-color: rgba(255,255,255,0.08); }
    body.dark .why-card-title { color: #F9F8F4; }
    body.dark .why-card-desc { color: rgba(255,255,255,0.55); }


/* ── Why carousel ── */
    .why-carousel { width: 100%; display: flex; flex-direction: column; }
    .why-carousel-viewport { width: 100%; overflow-x: scroll; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .why-carousel-viewport::-webkit-scrollbar { display: none; }
    .why-carousel-track { display: flex; flex-direction: row; gap: 20px; align-items: center; }
    #whyCarouselVp, #miniCarouselVp { overflow: hidden; scroll-snap-type: none; -webkit-overflow-scrolling: auto; }
    #whyCarouselVp .why-card, #miniCarouselVp .why-card { scroll-snap-align: none; }
    .why-card { scroll-snap-align: start; will-change: transform; }
    .why-carousel-nav { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
    .why-nav-btn { background: none; border: 1.5px solid rgba(0,0,0,0.1); padding: 10px; cursor: pointer; color: var(--text); display: flex; align-items: center; justify-content: center; border-radius: 14px; transition: opacity 0.15s; -webkit-tap-highlight-color: transparent; }
    .why-nav-btn:active { opacity: 0.6; transform: scale(0.95); }
    body.dark .why-nav-btn { border-color: rgba(255,255,255,0.08); color: #F9F8F4; }
    .why-nav-dots { display: flex; align-items: center; gap: 6px; }
    .why-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--border); transition: background 0.2s, width 0.2s, border-radius 0.2s; }
    .why-dot.active { background: var(--text); width: 16px; border-radius: 3px; }
    body.dark .why-dot { background: rgba(255,255,255,0.18); }
    body.dark .why-dot.active { background: #F9F8F4; }
    .why-card--logo { position: relative; padding-top: 80px; }
    .why-card-logo-wrap { position: absolute; top: 10px; left: 20px; padding: 0; }
    .why-card-logo-svg { display: block; width: 105px; height: auto; }
    .why-card-logo-svg path { fill: var(--text); }
    body.dark .why-card-logo-svg path { fill: #F9F8F4; }
    .why-card-stat { padding: 0 20px 0 20px; font-family: "Crimson Pro", Georgia, serif; font-weight: 500; font-size: 40px; color: var(--text); letter-spacing: -1px; line-height: 1; }
    .why-card-stat-unit { font-weight: 200; }
    body.dark .why-card-stat { color: #F9F8F4; }
    .why-card--logo .why-card-desc { padding-top: 4px; }

    /* ── Why page animations ── */
    #page-why [data-animate-why] {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 1.5s cubic-bezier(0.16,1,0.3,1), transform 1.5s cubic-bezier(0.16,1,0.3,1);
    }

    #page-why [data-animate-why].is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    #page-why [data-animate-why="cta"] {
        transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
    }
    #whySectionHeading[data-animate-why],
    #whyBenefitsHeading[data-animate-why] {
        transform: translateX(-20px);
        position: relative;
    }
    #whySectionHeading[data-animate-why].is-visible,
    #whyBenefitsHeading[data-animate-why].is-visible {
        transform: translateX(0);
    }

    #page-why [data-animate-why="cta"] {
        transform: translateX(-28px);
    }
    #page-why [data-animate-why="cta"].is-visible {
        transform: translateX(0);
    }
    #whySectionHeading[data-animate-why]::before,
    #whyBenefitsHeading[data-animate-why]::before {
        content: '';
        position: absolute;
        inset: -16px -32px;
        background: radial-gradient(ellipse at 40% 50%, rgba(255,255,255,1) 10%, rgba(255,255,255,0.85) 45%, transparent 75%);
        opacity: 1;
        transition: opacity 2.2s cubic-bezier(0.16,1,0.3,1);
        pointer-events: none;
        z-index: 1;
    }
    #whySectionHeading[data-animate-why].is-visible::before,
    #whyBenefitsHeading[data-animate-why].is-visible::before {
        opacity: 0;
    }
    body.dark #whySectionHeading[data-animate-why]::before,
    body.dark #whyBenefitsHeading[data-animate-why]::before {
        background: radial-gradient(ellipse at 40% 50%, rgba(20,20,19,1) 10%, rgba(20,20,19,0.85) 45%, transparent 75%);
    }
    /* ── Benefits cards ── */
    .why-benefits-cards {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 4px;
        padding-bottom: 32px;
    }
    .why-benefit-card {
        width: 100%;
        background: var(--bg);
        border: 1.5px solid rgba(0,0,0,0.1);
        border-radius: 20px;
    }
    body.dark .why-benefit-card {
        background: rgba(255,255,255,0.04);
        border-color: rgba(255,255,255,0.1);
    }
    .why-benefit-card-inner {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        padding: 15px 18px 18px 15px;
    }
    .why-benefit-card-logo {
        flex-shrink: 0;
    }
    .why-benefit-card:nth-child(2) .why-benefit-card-logo { margin-top: 3px; }
    .why-benefit-card:nth-child(3) .why-benefit-card-logo { margin-top: 3px; }
    .why-benefit-card-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
        min-width: 0;
        margin-left: 10px;
    }
    .why-benefit-card-logo svg {
        display: block;
        width: 33px;
        height: auto;
    }
    .why-benefit-card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        color: var(--text);
        text-align: left;
    }
    body.lang-ru .why-benefit-card-title { font-family: 'PT Serif', serif; font-weight: 400; font-size: 17px; }
    body.lang-en .why-benefit-card-title { font-family: 'Crimson Pro', Georgia, serif; font-weight: 600; font-size: 22.5px; }
    body.dark .why-benefit-card-title { color: #F9F8F4; }
    .why-benefit-card-desc {
        font-size: 13px;
        line-height: 1.7;
        color: var(--text);
        text-align: left;
    }
    .why-benefit-card-desc strong { font-weight: 600; color: var(--text); }
    body.dark .why-benefit-card-desc strong { color: #F9F8F4; }
    body.lang-ru .why-benefit-card-desc { font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; }
    body.lang-en .why-benefit-card-desc { font-family: 'Crimson Pro', Georgia, serif; font-weight: 400; font-size: 20px; }
    body.dark .why-benefit-card-desc { color: #F9F8F4; }
    .why-benefit-card-logo { color: #000000; }
    body.dark .why-benefit-card-logo { color: #F9F8F4; }
    .benefit-svg-fill { fill: #DFD5C4; }
    .benefit-svg-stroke { stroke: currentColor; }
    .benefit-svg-stroke-poly { stroke: currentColor; stroke-width: 10; stroke-linejoin: round; stroke-miterlimit: 10; }
    body.dark .benefit-svg-fill { fill: #A8906A; }

    .why-cta-heading { margin-top: 0px !important; margin-bottom: 48px !important; }
    .why-cta-block { position: relative; width: 290px; margin: -13px auto 32px; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 20px; background: #ffffff; padding-top: 251px; box-sizing: border-box; scroll-margin-top: 80px; }
    .why-cta-free { position: absolute; top: 56px; left: 24px; margin: 0; }
    body.lang-ru .why-cta-free { font-family: 'PT Serif', serif; font-weight: 400; font-size: 23px; color: var(--text); }
    body.lang-en .why-cta-free { font-family: 'Crimson Pro', Georgia, serif; font-weight: 400; font-size: 29px; color: var(--text); }
    body.dark .why-cta-free { color: #F9F8F4; }
    .why-cta-free-label { position: absolute; top: 90px; left: 24px; margin: 0; font-family: 'Onest', sans-serif; font-weight: 400; font-size: 17px; color: var(--text); }
    body.dark .why-cta-free-label { color: #F9F8F4; }
    .why-cta-price { position: absolute; top: 128px; left: 24px; margin: 0; font-family: 'Crimson Pro', Georgia, serif; font-weight: 500; font-size: 29px; color: var(--text); }
    body.dark .why-cta-price { color: #F9F8F4; }
    .why-cta-try-btn { position: absolute; top: 186px; left: 20px; right: 20px; padding: 12px 32px; background: #1A1A1A; color: #F9F8F4; font-family: 'Onest', sans-serif; font-size: 16px; font-weight: 500; border: none; border-radius: 14px; cursor: pointer; letter-spacing: -0.2px; transition: opacity 0.2s ease, transform 0.15s ease; -webkit-tap-highlight-color: transparent; }
    .why-cta-try-btn:active { opacity: 0.75; transform: scale(0.97) translateY(2px); }
    body.dark .why-cta-try-btn { background: #F9F8F4; color: #1A1A1A; }
    .why-cta-divider { position: absolute; top: 250px; left: 20px; right: 20px; height: 1px; background: rgba(0,0,0,0.1); }
    body.dark .why-cta-divider { background: rgba(255,255,255,0.08); }
    .why-cta-features { margin: 27px 20px 27px; display: flex; flex-direction: column; gap: 10px; }
    .why-cta-feature { display: flex; align-items: flex-start; gap: 7px; }
    .why-cta-feature .why-cta-check { margin-top: 1px; flex-shrink: 0; }
    .why-cta-check { width: 17px; height: 17px; flex-shrink: 0; color: var(--text); stroke-width: 1.5; margin-top: -1px; }
    .why-cta-feature-text { font-family: 'Onest', sans-serif; font-size: 16.5px; font-weight: 400; color: var(--text); text-align: left; position: relative; top: -3px; }
    body.dark .why-cta-feature-text { color: #F9F8F4; }
    .why-cta-plan-name { position: absolute; top: 22px; left: 24px; font-family: 'Crimson Pro', Georgia, serif; font-weight: 600; font-size: 29.5px; color: var(--text); letter-spacing: -0.2px; line-height: 1; }
    body.dark .why-cta-plan-name { color: #F9F8F4; }
    .why-cta-plan-accent { color: var(--accent); }
    .why-cta-plan-violet { color: #5248B8; }
    body.dark .why-cta-plan-violet { color: #7B74D8; }
    body.dark .why-cta-block { border-color: rgba(255,255,255,0.08); background: #1c1c1b; }
    .why-cta-block--first { padding-top: 229px; }
    .why-cta-block--first .why-cta-free-label { top: 54px; font-size: 15px; }
    .why-cta-block--first .why-cta-price { top: 92px; }
    .why-cta-block--first .why-cta-try-btn { top: 150px; }
    .why-cta-block--first .why-cta-nobind { top: 202px; }
    .why-cta-block--first .why-cta-divider { top: 228px; }
    .why-cta-block--second { margin-top: 4px; }
    .why-cta-price-note { position: absolute; top: 172px; left: 24px; right: 24px; font-family: 'Onest', sans-serif; font-size: 14px; font-weight: 400; color: var(--text); opacity: 0.7; line-height: 1.5; text-align: left; }
    body.dark .why-cta-price-note { color: #F9F8F4; }
    .why-cta-block--second .why-cta-free-label { top: 54px; font-size: 15px; }
    .why-cta-block--second .why-cta-price { top: 92px; }
    .why-cta-block--second .why-cta-price-note { top: 136px; }
    .why-cta-block--second .why-cta-try-btn { top: 192px; }
    .why-cta-nobind { position: absolute; top: 299px; left: 20px; right: 20px; font-family: 'Onest', sans-serif; font-size: 11px; font-weight: 400; color: var(--text); opacity: 0.5; text-align: center; }
    body.dark .why-cta-nobind { color: #F9F8F4; }
    .why-cta-block--second .why-cta-nobind { top: 244px; }
    .why-cta-price-row { position: absolute; top: 128px; left: 24px; display: flex; align-items: center; gap: 7px; }
    .why-cta-price-old { font-family: 'Crimson Pro', Georgia, serif; font-weight: 500; font-size: 22px; color: var(--text); opacity: 0.38; text-decoration: line-through; }
    body.dark .why-cta-price-old { color: #F9F8F4; }
    .why-cta-price-arrow { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
    .why-cta-price-new { font-family: 'Crimson Pro', Georgia, serif; font-weight: 500; font-size: 29px; color: var(--accent); }
    .why-cta-block--third { overflow: hidden; }
    .why-cta-benefit-badge { position: absolute; top: 22px; right: -32px; width: 150px; height: 24px; background: var(--accent); color: #F9F8F4; font-family: 'Onest', sans-serif; font-size: 11px; font-weight: 600; display: flex; align-items: center; justify-content: center; transform: rotate(45deg); padding-left: 13px; letter-spacing: 0.2px; pointer-events: none; box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
    .why-cta-features-label { font-family: 'Onest', sans-serif; font-size: 16.5px; font-weight: 500; color: var(--text); margin: 0 0 4px; text-align: left; width: 100%; }
    body.dark .why-cta-features-label { color: #F9F8F4; }
    .why-cta-block--third { margin-top: 4px; padding-top: 270px; }
    .why-cta-block--third .why-cta-free-label { top: 54px; font-size: 15px; }
    .why-cta-block--third .why-cta-price-row { top: 92px; }
    .why-cta-block--third .why-cta-price-note { top: 136px; }
    .why-cta-block--third .why-cta-try-btn { top: 192px; }
    .why-cta-block--third .why-cta-nobind { top: 244px; }
    .why-cta-block--third .why-cta-divider { top: 269px; }
    .why-cta-block--second .why-cta-divider { top: 269px; }
    .why-cta-block--second { padding-top: 270px; }
    body.dark .why-cta-check { color: #F9F8F4; }
    .why-cta-check--violet,
    .why-cta-feature-text--violet { color: #5248B8; }
    body.dark .why-cta-check--violet,
    body.dark .why-cta-feature-text--violet { color: #7B74D8; }
    .why-cta-block--fourth .why-cta-benefit-badge { background: #5248B8; }
    body.dark .why-cta-block--fourth .why-cta-benefit-badge { background: #7B74D8; }
    .why-cta-block--fourth .why-cta-price-new { color: #5248B8; }
    body.dark .why-cta-block--fourth .why-cta-price-new { color: #7B74D8; }
    .why-cta-block--fourth { margin-top: 4px; padding-top: 270px; overflow: hidden; box-shadow: 0 8px 28px rgba(82, 72, 184, 0.13); }
    body.dark .why-cta-block--fourth { box-shadow: 0 8px 28px rgba(123, 116, 216, 0.17); }
    .why-cta-block--fourth .why-cta-free-label { top: 54px; font-size: 15px; }
    .why-cta-block--fourth .why-cta-price-row { top: 92px; }
    .why-cta-block--fourth .why-cta-price-note { top: 136px; }
    .why-cta-block--fourth .why-cta-try-btn { top: 192px; }
    .why-cta-block--fourth .why-cta-nobind { top: 244px; }
    .why-cta-block--fourth .why-cta-divider { top: 269px; }
    .why-cta-desc { text-align: center; margin-bottom: 0; }
    .why-cta-plan { text-align: center; margin-top: 24px; margin-bottom: 32px; }
    body.lang-ru .why-cta-plan { font-family: 'PT Serif', serif; font-weight: 400; font-size: 21px; color: var(--text); line-height: 1.55; }
    body.lang-en .why-cta-plan { font-family: 'Crimson Pro', Georgia, serif; font-weight: 400; font-size: 24px; color: var(--text); line-height: 1.55; }
    body.dark .why-cta-plan { color: #F9F8F4; }
    body.lang-ru .why-cta-desc { font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; color: var(--text); line-height: 1.55; }
    body.lang-en .why-cta-desc { font-family: 'Crimson Pro', Georgia, serif; font-weight: 500; font-size: 21px; color: var(--text); line-height: 1.55; }
    body.dark .why-cta-desc { color: #F9F8F4; }
    .why-cta-accent { color: var(--accent); font-size: inherit; line-height: inherit; }
    body.lang-ru .why-cta-accent { font-family: 'PT Serif', serif; font-weight: 700; }
    body.lang-en .why-cta-accent { font-family: 'Crimson Pro', Georgia, serif; font-weight: 600; }
    body.lang-ru .why-cta-heading { font-family: Georgia, serif; font-weight: 400; font-size: 32px; }
    body.lang-en .why-cta-heading { font-family: 'Crimson Pro', Georgia, serif; font-size: 43px; font-weight: 600; }

    .why-faq-icon-wrap { display: flex; flex-direction: column; align-items: center; align-self: stretch; margin-top: 50px; padding: 0 25px 48px; }
    .why-faq-divider { height: 1px; background: var(--border); width: 100%; }
    body.dark .why-faq-divider { background: rgba(255,255,255,0.08); }
    .why-faq-heading { text-align: center; margin-top: 50px; margin-bottom: 50px; color: var(--text); font-family: 'Crimson Pro', Georgia, serif; font-weight: 400; font-size: 40px; }
    body.lang-ru .why-faq-heading { font-family: 'PT Serif', serif; }
    body.dark .why-faq-heading { color: #F9F8F4; }
    .why-faq-list { width: 100%; margin-top: 0; padding: 0; box-sizing: border-box; }
    .why-faq-list .faq-item { border-bottom: 1px solid var(--border-light); }
    .why-faq-list .faq-item:first-child { border-top: 1px solid var(--border-light); }
    .why-faq-list .faq-item:last-child { border-bottom: none; }
    .why-faq-list .faq-q { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 8px; }
    .why-faq-list .faq-q span { font-size: 14.5px; font-weight: 500; line-height: 1.4; }
    body.lang-ru .why-faq-list .faq-q span { font-family: 'PT Serif', serif; font-weight: 400; font-size: 18.5px; }
    body.lang-en .why-faq-list .faq-q span { font-family: 'Crimson Pro', Georgia, serif; font-weight: 400; font-size: 24px; }
    .why-faq-list .faq-chevron { width: 18px; height: 18px; position: relative; flex-shrink: 0; }
    .why-faq-list .faq-chevron::before, .why-faq-list .faq-chevron::after { content: ''; position: absolute; background: #A8A197; border-radius: 1px; }
    .why-faq-list .faq-chevron::before { width: 18px; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }
    .why-faq-list .faq-chevron::after { width: 1px; height: 18px; left: 8.5px; top: 0; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.4s ease; will-change: transform, opacity; transform-origin: center; }
    .why-faq-list .faq-item.open .faq-chevron::after { transform: rotate(90deg); opacity: 0; }
    .why-faq-list .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), padding-bottom 0.35s ease; font-size: 17px; color: var(--text-mid); line-height: 1.6; padding-bottom: 0; }
    .why-faq-list .faq-item.open .faq-a { max-height: 300px; padding-bottom: 16px; }
    body.dark .why-faq-list .faq-item { border-bottom-color: rgba(255,255,255,0.08); border-top-color: rgba(255,255,255,0.08); }
    body.dark .why-faq-list .faq-q span { color: #F9F8F4; }
    body.dark .why-faq-list .faq-a { color: rgba(255,255,255,0.55); }
    body.dark .why-faq-list .faq-chevron::before, body.dark .why-faq-list .faq-chevron::after { background: #737373; }

    @media (prefers-reduced-motion: reduce) {
        #page-why [data-animate-why] { transition: none; opacity: 1; transform: none; }
    }

    #page-why .page-footer-black { background: #141413; }
    #page-why .page-footer-copy { background: #141413; }
    #page-quickstart {}
    #page-why { padding-top: 128px; }

/* ── Feat grid (Безопасность, Скорость, Локации) ── */
.why-feat-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 32px;
    padding-bottom: 48px;
    border-top: 1px solid rgba(0,0,0,0.15);
}
body.dark .why-feat-item { border-top-color: rgba(255,255,255,0.15); }
.why-feat-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    color: var(--text);
    margin-bottom: 24px;
}
.why-feat-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.why-feat-icon .benefit-svg-fill { fill: #DFD5C4; }
body.dark .why-feat-icon .benefit-svg-fill { fill: #A8906A; }
.why-feat-icon .benefit-svg-stroke { stroke: #1A1A18; }
body.dark .why-feat-icon .benefit-svg-stroke { stroke: #F9F8F4; }
.why-feat-icon .benefit-svg-stroke-poly { stroke: #1A1A18; }
body.dark .why-feat-icon .benefit-svg-stroke-poly { stroke: #F9F8F4; }
.why-feat-title {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 22.5px;
    color: var(--text);
    line-height: 1.3;
    text-align: left;
}
body.lang-en .why-feat-title { font-family: 'Crimson Pro', Georgia, serif; font-weight: 500; font-size: 27.5px; }
body.dark .why-feat-title { color: #F9F8F4; }
.why-feat-desc {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    color: var(--text-mid);
    line-height: 1.65;
    text-align: left;
}
body.dark .why-feat-desc { color: rgba(255,255,255,0.55); }


/* ── И ещё: список ── */
.why-extra-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    text-align: left;
}
.why-extra-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 44px 0;
}
.why-extra-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.why-extra-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: currentColor;
    color: var(--text);
    opacity: 0.6;
}
body.dark .why-extra-icon { color: #F9F8F4; }
.why-extra-title {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 22.5px;
    color: var(--text);
    line-height: 1.3;
}
body.lang-en .why-extra-title { font-family: 'Crimson Pro', Georgia, serif; font-weight: 500; font-size: 27.5px; margin-top: -3px; }
body.dark .why-extra-title { color: #F9F8F4; }
.why-extra-desc {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    color: var(--text-mid);
    line-height: 1.65;
    margin-top: 10px;
}
body.dark .why-extra-desc { color: rgba(255,255,255,0.55); }
.why-extra-divider {
    height: 1px;
    background: var(--border);
    width: 100%;
}
body.dark .why-extra-divider { background: rgba(255,255,255,0.08); }

/* ── Trial buttons ── */
.trial-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 40px;
}
.trial-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 14px;
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.15s ease;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: -0.2px;
    white-space: nowrap;
}
.trial-btn:active { opacity: 0.75; transform: scale(0.97) translateY(1px); }
.trial-btn--primary { background: #1A1A1A; color: #F9F8F4; }
body.dark .trial-btn--primary { background: #F9F8F4; color: #1A1A1A; }
.trial-btn--secondary { background: #F0EEE6; color: #1A1A1A; border: 1px solid #DEDCD1; }
body.dark .trial-btn--secondary { background: rgba(249,248,244,0.1); color: #F9F8F4; border-color: rgba(255,255,255,0.12); }

/* ── Trial cards (что включает бесплатный тариф) ── */
.trial-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-bottom: 0;
}
.trial-section-divider {
    position: relative;
    height: 1px;
    margin-top: 120px;
    width: 100%;
}
.trial-section-divider::after {
    content: '';
    position: absolute;
    left: -25px;
    right: -25px;
    top: 0;
    height: 1px;
    background: var(--border);
}
body.dark .trial-section-divider::after { background: rgba(255,255,255,0.08); }

/* ── CTA beige section ── */
.cta-beige-section {
    position: relative;
    isolation: isolate;
    padding-bottom: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta-beige-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: var(--bg);
    z-index: -1;
}
body.dark .cta-beige-section::after { background: #141413; }
.trial-card {
    padding: 44px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    gap: 10px;
}
.trial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--border);
}
body.dark .trial-card::before { background: rgba(255,255,255,0.08); }
.trial-card-icon {
    width: 22px;
    height: 22px;
    color: var(--text);
    opacity: 0.60;
    margin-bottom: 4px;
    flex-shrink: 0;
}
body.dark .trial-card-icon { color: #F9F8F4; }
.trial-card-icon svg { display: block; width: 100%; height: 100%; }
.trial-card:last-child .trial-card-icon svg { stroke: currentColor; stroke-width: 1px; paint-order: stroke fill; }
.trial-card-title {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 22.5px;
    color: var(--text);
    line-height: 1.3;
    white-space: pre-line;
}
body.lang-en .trial-card-title { font-family: 'Crimson Pro', Georgia, serif; font-weight: 500; font-size: 27.5px; }
body.dark .trial-card-title { color: #F9F8F4; }
.trial-card-desc {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    color: var(--text-mid);
    line-height: 1.65;
    margin-top: 10px;
    white-space: pre-line;
}
body.dark .trial-card-desc { color: rgba(255,255,255,0.55); }

.why-cta-blocks { display: contents; }

.why-soon-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    background: rgba(0,0,0,0.07);
    color: rgba(0,0,0,0.45);
    font-family: 'Onest', sans-serif;
    font-size: 11px;
    font-weight: 500;
    border-radius: 100px;
    white-space: nowrap;
    transform: translateY(-3px);
}
body.dark .why-soon-badge { background: rgba(255,255,255,0.1); color: rgba(249,248,244,0.45); }

/* ════════════════════════════════════════════════════════════════════════
   DESKTOP — 1024px+
   ════════════════════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {

    /* Контейнеры */
    .header,
    .why-cards-section {
        max-width: 1200px;
        padding-left: 48px;
        padding-right: 48px;
        margin-left: auto;
        margin-right: auto;
    }

    #page-why { padding-top: 200px; }

    .why-section-subheading { margin-top: -16px; }
    .why-benefits-block { margin-top: 67px; }
    .why-feat-title { font-size: 21px; }
    body.lang-en .why-feat-title { font-size: 26px; }

    /* Hero */
    .header { padding: 48px 20px 24px; }
    .hero-freedom {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    .hero-freedom-word { margin-top: 0; }

    .hero-lottie {
        width: 160px;
        height: 160px;
    }

    .hero-freedom-label,
    .hero-freedom-word {
        font-size: 65px !important;
    }
    body.lang-en .hero-freedom-label,
    body.lang-en #heroFreedomLabel,
    body.lang-en .hero-freedom-word {
        font-size: 65px !important;
    }
    body.lang-ru .hero-freedom-label,
    body.lang-ru #heroFreedomLabel,
    body.lang-ru .hero-freedom-word {
        font-size: 53px !important;
    }

    .hero-freedom-arrow {
        width: 44px;
        height: 44px;
    }

    .hero-desc {
        font-size: 23.5px;
        padding: 0 48px;
        margin-top: 24px;
    }

    .hero-start-btn {
        width: fit-content;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding: 14px 40px;
        font-size: 17px;
        margin-top: 28px;
    }

    /* Brands */
    .hero-brands {
        max-width: 1200px;
        height: 100px;
    }

    /* Why-cards секция */
    .why-cards-section { padding-top: 220px; }

    /* Service lottie — убираем из absolute, ставим в поток над заголовком */
    #serviceLottieWrap {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        margin: 0 auto 20px;
    }

    .why-section-heading { margin-bottom: 40px; }
    body.lang-ru .why-section-heading { font-size: 52px; }
    body.lang-ru #whySectionHeading { font-size: 49px; }
    body.lang-ru #extraHeadingEl { font-size: 49px; }
    body.lang-ru #booksHeading { font-weight: 400; font-size: 49px; font-family: Georgia, serif !important; }
    .why-beige-band {
        padding: 64px 56px;
    }
    #puzzleLottieWrap { width: 70px; height: 70px; }
    #booksLottieWrap { width: 80px; height: 80px; }
    #ctaLottieWrap { width: 80px; height: 80px; }
    body.lang-en .why-section-heading { font-size: 62px; }
    body.lang-en .why-checkpoint-heading { font-size: 62px !important; }
    body.lang-en .why-cta-heading { font-size: 62px; }

    /* Карусели → сетка */
    .why-carousel-viewport,
    #whyCarouselVp,
    #miniCarouselVp {
        overflow: visible;
    }
    #whyCarouselVp,
    #miniCarouselVp {
        align-self: flex-start;
        width: 100%;
    }
    .why-carousel-track {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;
        width: 100%;
    }
    #miniCarouselVp .why-carousel-track { justify-content: center; }
    .why-card {
        width: calc(50% - 8px);
        max-width: 230px;
        min-width: 200px;
        scroll-snap-align: none;
    }
    .why-carousel-nav { display: none; }

    /* И ещё — desktop */
    .why-extra-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 300px;
        padding: 32px 0 44px;
    }
    .why-extra-left {
        width: 280px;
        flex-shrink: 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }
    .why-extra-icon {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }
    .why-extra-title {
        font-size: 19px;
    }
    body.lang-en .why-extra-title { font-size: 24px; }
    .why-extra-desc-wrap,
    .why-extra-desc {
        flex: 1;
        font-size: 16px;
        margin-top: 0;
    }

    /* Benefits */
    .why-benefits-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px 80px;
        flex-direction: unset;
        flex-wrap: unset;
    }
    .why-feat-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 32px;
        padding-top: 48px;
        border-top: none;
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    body.dark .why-feat-item { border-left-color: rgba(255,255,255,0.15); border-top-color: transparent; }

    /* Checkpoint — full-bleed бежевая полоса, как на мобайле */
    .why-checkpoint-band {
        width: 100vw;
        /* section: max-width 1200px centered + padding 48px → left edge = 50vw - 552px */
        margin-left: calc(-50vw + 552px);
        margin-right: 0;
        border-radius: 0;
        background: var(--bg);
        padding: 120px calc(50vw - 504px) 160px;
        border-bottom: 1px solid var(--border);
    }
    body.dark .why-checkpoint-band { background: #141413; border-bottom-color: rgba(255,255,255,0.08); }

    /* CTA блоки — сетка 2×2 */
    .why-cta-blocks {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 30px;
        align-items: stretch;
        width: 100%;
        margin-bottom: 32px;
    }
    .why-cta-block {
        flex: 1;
        width: auto;
        margin: 0;
        flex-shrink: 1;
    }
    #ctaSection { padding: 0 32px; }
    .why-cta-plan { padding: 0 32px; }

    /* FAQ */
    .why-faq-icon-wrap {
        margin-left: 0;
        margin-right: 0;
        border-radius: 20px;
        overflow: hidden;
    }
    .why-faq-list {
        padding: 0 32px;
        max-width: 700px;
        margin: 0 auto;
    }
    .why-faq-heading { font-size: 48px; }
    .why-faq-list .faq-q span { font-size: 19px; }
    body.lang-ru .why-faq-list .faq-q span { font-size: 21px; }
    body.lang-en .why-faq-list .faq-q span { font-size: 26px; }
    .why-faq-list .faq-a { font-size: 18px; padding-left: 0; padding-right: 0; }
    .why-faq-list .faq-q { padding: 24px 0; }
    .why-faq-list { padding: 0; }

    .why-checkpoint-band::before { border-radius: 0; }
    .why-checkpoint-warning {
        width: calc(100vw - 96px);
        margin-left: calc(-(50vw - 552px));
        margin-right: 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 64px;
        padding: 15px 18px 18px 24px;
    }
    .why-checkpoint-warning > svg {
        flex-shrink: 0;
        display: none;
    }
    .why-checkpoint-warning-title,
    .why-checkpoint-warning-desc {
        width: auto;
        margin-top: 4px;
    }
    #page-why .why-checkpoint-warning-desc.is-visible {
        opacity: 0.5;
    }
    .why-checkpoint-warning {
        position: relative;
    }
    .why-checkpoint-warning-left {
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex: 0 0 420px;
        justify-content: center;
        align-self: stretch;
        padding-top: 100px;
        padding-left: 20px;
    }
    .why-checkpoint-warning-left > svg {
        position: absolute;
        top: 60px;
        left: 43px;
        width: 54px;
        height: 54px;
    }
    .warning-timeline {
        flex: 1;
        margin-top: 0;
        padding-left: 100px;
    }


    /* Full-bleed белый фон — секция ограничена 1200px, фон растягиваем через ::after */
    .why-cards-section {
        background: transparent;
        isolation: isolate; /* новый stacking context — иначе z-index:-1 уйдёт под body */
    }
    .why-cards-section::after {
        content: '';
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: calc(100% - 24px);
        background: #ffffff;
        z-index: -1;
    }
    body.dark .why-cards-section::after {
        background: #141413;
    }
    /* Верхняя линия тоже во весь экран */
    .why-cards-section::before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 100vw;
    }

    /* Trial section divider desktop */
    .trial-section-divider::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 100vw;
    }

    /* Trial cards desktop */
    .trial-cards {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    .trial-card { padding: 32px 34px 36px; gap: 0; }
    .trial-card::before { content: none; }
    .trial-card:not(:first-child) { border-top: none; border-left: 1px solid rgba(0,0,0,0.12); }
    body.dark .trial-card:not(:first-child) { border-left-color: rgba(255,255,255,0.1); }
    .trial-card:first-child { border-left: 1px solid rgba(0,0,0,0.12); }
    body.dark .trial-card:first-child { border-left-color: rgba(255,255,255,0.1); }
    .trial-card-icon { width: 25px; height: 25px; margin-bottom: 24px; }
    .trial-card:first-child .trial-card-icon { width: 27px; height: 27px; }
    .trial-card-title { font-size: 20px; margin-bottom: 12px; }
    .trial-card-desc { font-size: 15px; margin-top: 0; }

}
