/* Onest — body (variable, локально) */
@font-face {
    font-family: 'Landing Onest';
    src: url('fonts/onest-cyrillic-ext.woff2') format('woff2-variations');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Landing Onest';
    src: url('fonts/onest-cyrillic.woff2') format('woff2-variations');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Landing Onest';
    src: url('fonts/onest-latin.woff2') format('woff2-variations');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Spectral — display */
@font-face {
    font-family: 'Landing Spectral';
    src: url('fonts/spectral-cyrillic-ext-600.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Landing Spectral';
    src: url('fonts/spectral-cyrillic-600.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Landing Spectral';
    src: url('fonts/spectral-latin-600.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Landing Spectral';
    src: url('fonts/spectral-cyrillic-ext-700.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Landing Spectral';
    src: url('fonts/spectral-cyrillic-700.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Landing Spectral';
    src: url('fonts/spectral-latin-700.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg-dark: #18182b;
    --bg-light: #ffffff;
    --text-dark: #1e1f2f;
    --text-light: #fefdf7;
    --muted-light: #c9c9d6;
    --muted-dark: #5d5d72;
    --accent: #a74930;
    --accent-soft: #f69310;
    --border-dark: rgba(254, 253, 247, 0.14);
    --border-light: rgba(24, 24, 43, 0.12);
    --container: 1180px;
    --radius: 22px;
    --logo-slot-width: 260px;
    --logo-slot-height: 72px;
    --hero-header-offset: 96px;
    --hero-viewport-height: 100svh;
    --hero-content-height: calc(100svh - var(--hero-header-offset));
    --hero-overlap: max(220px, calc(var(--hero-viewport-height) - var(--hero-header-offset)));
    --hero-desc-group-mt: clamp(20px, 2.8dvh, 32px);
    --hero-desc-gap: clamp(0.3em, 0.55dvh + 0.22em, 0.65em);
    --landing-analytics-viz: clamp(118px, 11vw, 148px);

    /* Typography */
    --font-display: 'Landing Spectral', Georgia, 'Times New Roman', serif;
    --font-body: 'Landing Onest', system-ui, sans-serif;
    --text-micro: 0.625rem;      /* 10px — только подписи осей графиков */
    --text-caption: 0.8125rem;   /* 13px — метки, сноски */
    --text-small: 0.9375rem;     /* 15px — вторичный текст */
    --text-body: 1rem;           /* 16px — основной текст */
    --text-lead: 1.0625rem;      /* 17px — абзацы в карточках */
    --leading-tight: 1.25;
    --leading-snug: 1.45;
    --leading-body: 1.55;
    --leading-relaxed: 1.6;

    /* Плашки шагов и FAQ: круг, крестик и вдавленный текст */
    --landing-badge-gradient: linear-gradient(135deg, var(--accent), var(--accent-soft));
    --landing-badge-plaque-shadow:
        inset 0 4px 8px rgba(112, 49, 41, 0.3),
        inset 0 1px 3px rgba(0, 0, 0, 0.16),
        inset 0 -1px 0 rgba(255, 255, 255, 0.22),
        0 1px 0 rgba(255, 255, 255, 0.72);
    --landing-pressed-highlight: rgba(255, 255, 255, 0.55);
    --landing-pressed-shadow: rgba(112, 49, 41, 0.22);
    --landing-pressed-text:
        0 1px 0 var(--landing-pressed-highlight),
        0 -1px 1px var(--landing-pressed-shadow);
    --landing-pressed-text-on-light:
        0 1px 0 rgba(255, 255, 255, 0.9),
        0 -1px 1px rgba(24, 24, 43, 0.12);
    --landing-pressed-text-on-dark:
        0 1px 0 rgba(255, 255, 255, 0.14),
        0 -1px 1px rgba(0, 0, 0, 0.38);
    --landing-cross-color: #ffffff;
    --landing-cross-pressed-shadow:
        0 1px 0 var(--landing-pressed-highlight),
        0 -1px 1px var(--landing-pressed-shadow);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
    scroll-behavior: smooth;
    overflow-x: clip;
    scrollbar-gutter: stable;
    scroll-padding-top: 72px;
}

html.lenis {
    scroll-behavior: auto;
}
body {
    overflow-x: clip;
    max-width: 100%;
    font-family: var(--font-body);
    font-size: var(--text-body);
    line-height: var(--leading-relaxed);
    color: var(--text-dark);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(100%, var(--container)); margin: 0 auto; padding: 0 20px; }
.section { padding: 88px 0; }
.section-light { background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%); }
.section-light-band {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    overflow-x: clip;
}
.section-light-band__part {
    background: transparent;
    padding-top: 88px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.section-light-band__part:last-child {
    padding-bottom: 88px;
}
.section-light-band__part + .section-light-band__part {
    padding-top: 72px;
}
.section-blue {
    background: linear-gradient(165deg, #1e2640 0%, #18182b 48%, #121520 100%);
    color: var(--text-light);
}
.section-blue h2 { color: var(--text-light); }
.section-blue-band {
    overflow-x: clip;
}
.section-blue-band__part {
    background: transparent;
    padding-top: 88px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.section-blue-band__part:last-child {
    padding-bottom: 88px;
}
.section-blue-band__part + .section-blue-band__part {
    padding-top: 72px;
}
.section-dark { background: linear-gradient(170deg, var(--bg-dark) 0%, #141423 100%); color: var(--text-light); }

/* Скрыть блок на лендинге без удаления разметки — снять класс для включения */
.landing-section-off {
    display: none !important;
}

h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.15;
    text-wrap: balance;
}
h1 { font-size: clamp(2rem, 2.5vw + 1.25rem, 3.5rem); }
h2 { font-size: clamp(1.65rem, 1.9vw + 1rem, 2.5rem); text-align: center; margin-bottom: 40px; }
h3 { font-size: clamp(1.2rem, 0.85vw + 1rem, 1.625rem); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: var(--text-small);
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-soft));
    color: #fefdf7;
    border: 2px solid #fefdf7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(167, 73, 48, 0.18);
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover::before { left: 100%; }

.btn-primary:hover {
    transform: scale(1.02);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 4px 12px rgba(0, 0, 0, 0.14),
        0 8px 24px rgba(167, 73, 48, 0.22);
}

.btn-secondary,
.btn-outline {
    background: transparent;
    color: inherit;
    border: 1px solid currentColor;
}

.btn-secondary:hover,
.btn-outline:hover {
    transform: scale(1.02);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-success {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 2px 10px rgba(0, 0, 0, 0.1),
        0 6px 20px rgba(46, 204, 113, 0.22);
}

.btn-success::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-success:hover::before { left: 100%; }

.btn-success:hover {
    transform: scale(1.01);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 4px 14px rgba(0, 0, 0, 0.12),
        0 10px 28px rgba(46, 204, 113, 0.28);
}

.btn-lg { padding: 15px 28px; font-size: var(--text-body); }

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 1001;
    pointer-events: none;
}

.scroll-progress-bar {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--accent), var(--accent-soft));
    border-radius: 0 3px 3px 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    will-change: transform;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    box-sizing: border-box;
    transform: translateY(0);
    transition: transform 0.28s ease;
    will-change: transform;
}

.header.header-hidden {
    transform: translateY(calc(-100% - 10px));
}

.header-inner {
    width: 100%;
    max-width: var(--container);
    padding: 0 20px;
}

.header-glass {
    position: relative;
    width: 100%;
    min-height: 56px;
    --header-item-height: 42px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 6px 6px 12px;
    background: #18182b;
    border: 1px solid rgba(254, 253, 247, 0.16);
    border-radius: 9999px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 2px 12px rgba(0, 0, 0, 0.08),
        0 4px 20px rgba(0, 0, 0, 0.06);
}

.header-border-pill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border: 1px solid var(--text-light);
    border-radius: 50px;
    box-shadow: 0 0 12px rgba(254, 253, 247, 0.35);
    pointer-events: none;
    z-index: 0;
    transition:
        left 0.4s ease,
        top 0.4s ease,
        width 0.4s ease,
        height 0.4s ease,
        opacity 0.2s ease;
}

.header .logo {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header .logo-img {
    height: 36px;
    width: auto;
    display: block;
    transition: filter 0.2s ease;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35))
           drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.header .logo:hover .logo-img {
    filter:
        drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35))
        drop-shadow(0 0 10px rgba(254, 253, 247, 0.9))
        drop-shadow(0 0 22px rgba(254, 253, 247, 0.5));
}

.header-glass.logo-hovered .header-border-pill {
    opacity: 0;
}

.header .nav {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 4px;
}

.header .nav-link {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--header-item-height);
    padding: 0 14px;
    font-size: var(--text-small);
    font-weight: 500;
    line-height: 1;
    color: var(--text-light);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50px;
    white-space: nowrap;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.35),
        0 1px 1px rgba(0, 0, 0, 0.2);
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, text-shadow 0.2s ease;
}

.header .nav-link:hover {
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.35),
        0 0 10px rgba(254, 253, 247, 0.9),
        0 0 22px rgba(254, 253, 247, 0.5);
}

.header-actions {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8px;
}

.header-buttons {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 12px;
}

.nav-toggle {
    display: none;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 42px;
    height: var(--header-item-height);
    padding: 0;
    border: 1px solid rgba(254, 253, 247, 0.2);
    border-radius: 50px;
    background: transparent;
    color: var(--text-light);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.header-glass.is-nav-open .nav-toggle-bar:nth-child(1),
.header-glass.is-nav-closing .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.header-glass.is-nav-open .nav-toggle-bar:nth-child(2),
.header-glass.is-nav-closing .nav-toggle-bar:nth-child(2) {
    opacity: 0;
}

.header-glass.is-nav-open .nav-toggle-bar:nth-child(3),
.header-glass.is-nav-closing .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.header-nav-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    z-index: 3;
    width: max-content;
    min-width: 168px;
    max-width: min(100vw - 40px, 280px);
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    pointer-events: none;
}

.header-nav-panel[hidden] {
    display: none !important;
}

@keyframes header-nav-link-in {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    65% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes header-nav-link-out {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.92);
    }
}

.header-nav-panel-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.header-nav-panel-link {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--header-item-height);
    padding: 0 18px;
    font-size: var(--text-small);
    font-weight: 500;
    line-height: var(--header-item-height);
    color: var(--text-light);
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(254, 253, 247, 0.2);
    border-radius: 50px;
    background: #18182b;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.18);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    transform-origin: center right;
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, text-shadow 0.2s ease;
}

.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link {
    animation: header-nav-link-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
    pointer-events: auto;
}

.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link:nth-child(1) { animation-delay: 0ms; }
.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link:nth-child(2) { animation-delay: 40ms; }
.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link:nth-child(3) { animation-delay: 80ms; }
.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link:nth-child(4) { animation-delay: 120ms; }
.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link:nth-child(5) { animation-delay: 160ms; }
.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link:nth-child(6) { animation-delay: 200ms; }
.header-glass.is-nav-open:not(.is-nav-closing) .header-nav-panel-link:nth-child(7) { animation-delay: 240ms; }

.header-glass.is-nav-closing .header-nav-panel-link {
    animation: header-nav-link-out 0.2s ease both;
    pointer-events: none;
}

.header-glass.is-nav-closing .header-nav-panel-link:nth-child(7) { animation-delay: 0ms; }
.header-glass.is-nav-closing .header-nav-panel-link:nth-child(6) { animation-delay: 35ms; }
.header-glass.is-nav-closing .header-nav-panel-link:nth-child(5) { animation-delay: 70ms; }
.header-glass.is-nav-closing .header-nav-panel-link:nth-child(4) { animation-delay: 105ms; }
.header-glass.is-nav-closing .header-nav-panel-link:nth-child(3) { animation-delay: 140ms; }
.header-glass.is-nav-closing .header-nav-panel-link:nth-child(2) { animation-delay: 175ms; }
.header-glass.is-nav-closing .header-nav-panel-link:nth-child(1) { animation-delay: 210ms; }

.header-nav-panel-link:hover,
.header-nav-panel-link:focus-visible {
    border-color: rgba(254, 253, 247, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 12px rgba(254, 253, 247, 0.2),
        0 6px 20px rgba(0, 0, 0, 0.2);
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.4),
        0 0 10px rgba(254, 253, 247, 0.9),
        0 0 22px rgba(254, 253, 247, 0.5);
    outline: none;
}

.header-nav-panel-link--login {
    font-weight: 600;
    border-color: rgba(254, 253, 247, 0.32);
}

@media (prefers-reduced-motion: reduce) {
    .header-nav-panel-link {
        opacity: 1;
        transform: none;
        animation: none !important;
    }

    .header-glass:not(.is-nav-open) .header-nav-panel-link {
        opacity: 0;
        pointer-events: none;
    }

    .header-glass.is-nav-open .header-nav-panel-link {
        pointer-events: auto;
    }
}

.header .header-btn {
    box-sizing: border-box;
    min-height: var(--header-item-height);
    padding: 0 20px;
    font-size: var(--text-small);
    line-height: 1;
    border-radius: 50px;
}

.header .btn-outline {
    color: var(--text-light);
    border: none;
    font-weight: 400;
}

.header .btn-outline:hover {
    transform: none;
}

.header .btn-primary:hover {
    transform: none;
}

.header-glass .btn-primary.header-register-btn .header-register-text {
    position: relative;
    z-index: 2;
}

.header-glass .btn-primary.header-register-btn::before {
    z-index: 1;
}

.header-glass .btn-primary.header-register-btn.header-register-autoshine-travel::before {
    left: 100%;
}

.header-glass .btn-primary.header-register-btn.header-register-autoshine-snap::before {
    transition: none !important;
    left: -100% !important;
}

@media (max-width: 768px) {
    .header { padding: 12px 0; }
}

main {
    position: relative;
}

main > section:not(.hero) {
    position: relative;
    z-index: 1;
}

main > .section-light-band {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

main > .section-blue-band {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

/* Вдавленный текст описаний (кроме hero и footer) */
main :where(
    p,
    li,
    .intro-lead,
    .abilities-intro,
    .accent-note,
    .compare-card li,
    .feature-card-list li,
    .feature-card-guide,
    .feature-card-tag,
    .pricing-card-subtitle,
    .pricing-hint,
    .pricing-price-term,
    .pricing-price-benefit,
    .landing-partners-subtitle,
    .contact-subtitle,
    .landing-calc-shell-subtitle,
    .calc-module-note,
    .calc-result-note,
    .faq-question-label,
    .faq-answer p
) {
    text-shadow: var(--landing-pressed-text-on-light);
}

main :where(.pricing-price-value, .landing-wave-kpi-value) {
    text-shadow: none;
}

.section-dark :where(p, li),
#value .value-card > p,
.landing-partners-subtitle {
    text-shadow: var(--landing-pressed-text-on-dark);
}

#value .value-card-kpi,
#value .landing-wave-kpi-value {
    text-shadow: none;
}

.hero,
.hero * {
    text-shadow: none;
}

.footer,
.footer * {
    text-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
    .hero .trust-list li:hover,
    .final-cta .final-steps-list li:hover {
        color: var(--text-light);
        text-shadow:
            0 1px 2px rgba(0, 0, 0, 0.35),
            0 0 10px rgba(254, 253, 247, 0.9),
            0 0 22px rgba(254, 253, 247, 0.5);
    }
}

.hero {
    position: relative;
    z-index: 0;
    min-height: calc(var(--hero-viewport-height) + var(--hero-overlap));
}

.hero-pin {
    position: sticky;
    top: 0;
    z-index: 0;
    width: 100%;
    height: var(--hero-viewport-height);
    overflow: clip;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    color: var(--text-light);
    background-color: #121520;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E"),
        radial-gradient(circle at 82% 35%, rgba(167, 73, 48, 0.24), transparent 42%),
        radial-gradient(ellipse 80% 90% at 88% 52%, rgba(52, 72, 118, 0.38) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 10% 22%, rgba(167, 73, 48, 0.07) 0%, transparent 55%),
        linear-gradient(165deg, #1e2640 0%, #18182b 48%, #121520 100%);
    background-size: 180px 180px, auto, auto, auto, auto;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-blend-mode: soft-light, normal, normal, normal, normal;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-grid {
    position: relative;
    z-index: 1;
    flex: 1;
    width: min(100%, var(--container));
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.76fr);
    gap: 24px;
    align-items: start;
    min-height: var(--hero-viewport-height);
    padding-top: var(--hero-header-offset);
    box-sizing: border-box;
}

.hero-copy {
    align-self: start;
    padding-top: clamp(12px, 2vh, 24px);
}
.kicker {
    color: var(--accent-soft);
    font-size: var(--text-small);
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}
.hero-copy .kicker {
    margin-top: 0;
    margin-bottom: clamp(24px, 3.5vh, 40px);
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}
.hero-kpi-range {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.hero-description {
    margin-top: 32px;
    color: rgba(201, 201, 214, 0.87);
    max-width: 60ch;
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}

.hero-description-group {
    display: flex;
    flex-direction: column;
    gap: var(--hero-desc-gap);
    margin-top: var(--hero-desc-group-mt);
    max-width: none;
}

.hero-description-group .hero-description {
    margin-top: 0;
    max-width: none;
}

@media (min-width: 1081px) {
    .hero-description-group .hero-description:first-child {
        white-space: nowrap;
        font-size: clamp(0.875rem, 0.28vw + 0.72rem, var(--text-lead));
    }
}
.hero-cta {
    margin-top: clamp(28px, 4vh, 44px);
    margin-bottom: clamp(20px, 3vh, 32px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-note { margin-top: 0; font-size: var(--text-small); color: var(--muted-light); }
.trust-list {
    list-style: disc;
    margin-top: 16px;
    margin-left: 18px;
    display: grid;
    gap: 8px;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
    color: var(--muted-light);
}

.hero .trust-list {
    font-size: var(--text-lead);
    line-height: var(--leading-body);
    color: rgba(201, 201, 214, 0.87);
}

.hero .trust-list li {
    transition: text-shadow 0.2s ease, color 0.2s ease;
}

.hero-visuals {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    min-height: var(--hero-content-height);
    line-height: 0;
    overflow: hidden;
}

.hero-visual-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: var(--hero-content-height);
    object-fit: contain;
    object-position: top center;
}

.compare-grid, .feature-grid, .steps-grid, .value-grid { display: grid; gap: 20px; }
.compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.compare-card { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius); padding: 26px; }
.compare-card h3 { margin-bottom: 16px; }
.compare-card ul {
    display: grid;
    gap: 10px;
    padding-left: 18px;
    font-size: var(--text-lead);
    line-height: var(--leading-body);
    color: var(--muted-dark);
}
.compare-card-accent { background: #fff8f3; border-color: rgba(167, 73, 48, 0.25); }

.about-section {
    overflow-x: visible;
    padding-bottom: 24px;
}

#intro {
    position: relative;
    z-index: 1;
    margin-top: calc(-1 * var(--hero-overlap));
}

.landing-partners-divider {
    display: flex;
    align-items: center;
    padding: 72px 0;
    overflow-x: clip;
}

.landing-partners-divider-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.landing-partners-header {
    width: min(100%, var(--container));
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.landing-partners-header h2 {
    margin-bottom: 14px;
    font-size: clamp(1.6rem, 1.8vw + 1rem, 2.5rem);
}

.landing-partners-subtitle {
    max-width: 62ch;
    margin: 0 auto;
    font-size: var(--text-lead);
    line-height: var(--leading-body);
    color: var(--muted-light);
}

.landing-partners-divider .logo-marquee {
    padding: 4px 0 0;
}

.landing-partners-divider .logo-pill img {
    filter: grayscale(1) brightness(1.15);
    opacity: 0.82;
}

.landing-partners-divider .logo-pill:hover img {
    filter: grayscale(0) brightness(1);
    opacity: 1;
}

.case-marquee {
    --case-gap: 24px;
    --case-pad: 28px;
    --case-card-width: clamp(200px, calc((100vw - (2 * var(--case-pad)) - (2 * var(--case-gap))) / 3), 260px);
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 0;
    background: transparent;
    cursor: grab;
    touch-action: pan-y pinch-zoom;
    user-select: none;
}

.case-marquee.is-dragging {
    cursor: grabbing;
}

.case-track {
    display: flex;
    align-items: stretch;
    gap: var(--case-gap, 24px);
    width: max-content;
    padding: 0 var(--case-pad, 28px);
    will-change: transform;
    animation: case-marquee-move 55s linear infinite;
}

.case-track.is-js-driven {
    animation: none !important;
}

.case-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--case-card-width);
    width: var(--case-card-width);
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    border: 1px solid var(--border-light);
    background: #fff;
    color: var(--text-dark);
    overflow: hidden;
}

.case-card-media {
    flex: 0 0 52%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    background: linear-gradient(180deg, #eef1f6 0%, #e4e8ef 100%);
    overflow: hidden;
}

.case-card-logo {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    border-radius: 0;
    background: transparent;
    padding: 5%;
    box-sizing: border-box;
    overflow: hidden;
}

.case-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
    padding: 0;
}

.case-card-logo--mirror {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    background-clip: content-box;
}

.case-card-logo--placeholder::after {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e3e3e6;
}

.case-card-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 18px 18px;
    background: #fff;
}

.case-card-name {
    margin: 0;
    font-size: clamp(1rem, 0.25vw + 0.92rem, 1.15rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-dark);
}

.case-card-quote {
    flex: 1;
    min-height: 0;
    margin: 0;
    font-size: var(--text-small);
    line-height: var(--leading-body);
    color: var(--muted-dark);
}

@keyframes case-marquee-move {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.logo-marquee-subtitle {
    text-align: center;
    color: var(--muted-dark);
    max-width: 72ch;
    margin: -18px auto 24px;
}

.logo-marquee {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 10px 0;
    cursor: grab;
    touch-action: pan-y pinch-zoom;
}

.logo-marquee.is-dragging {
    cursor: grabbing;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 54px;
    width: max-content;
    padding: 0 28px;
    animation: logo-marquee-move 30s linear infinite;
}

.logo-track.is-js-driven {
    animation: none !important;
    will-change: transform;
}

.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

.logo-pill {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: var(--logo-slot-width);
    height: var(--logo-slot-height);
}

.logo-pill img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.78;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.logo-pill:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.logo-pill-text {
    white-space: nowrap;
    font-size: 0;
}

@keyframes logo-marquee-move {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    align-items: stretch;
}

.feature-card--bg {
    --feature-bg-image: none;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    min-height: clamp(260px, 32vw, 360px);
    padding: 0;
    border: 1px solid #d9d9de;
    border-radius: var(--radius);
    background: #f8f3ef;
    transform: translateZ(0) scale(1);
    box-shadow: none;
    transition: transform 0.45s ease-out, box-shadow 0.45s ease-out;
}

.feature-card--bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    display: none;
}

.feature-card--bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
    background: var(--feature-bg-image);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    filter: grayscale(1) saturate(0) brightness(1.35) opacity(0.1);
    transition: filter 0.65s ease-in, opacity 0.65s ease-in;
}

.feature-card--bg.is-bg-flashing::after {
    animation: feature-bg-flash 0.7s ease-out;
    transition: none;
}

@keyframes feature-bg-flash {
    0% { filter: grayscale(1) saturate(0) brightness(1.35) opacity(0.1); }
    40% { filter: grayscale(0) saturate(1.3) brightness(1.45) opacity(1); }
    100% { filter: grayscale(0) saturate(1.06) brightness(1) opacity(1); }
}

@media (hover: hover) and (pointer: fine) {
    .feature-card--bg.is-bg-active {
        transform: translateZ(0) scale(1.02) translateY(-4px);
        z-index: 2;
        box-shadow: none;
    }

    .ability-card.feature-card--bg.is-bg-active {
        z-index: 10;
    }

    .step-card.is-dealt:hover {
        transform: translateZ(0) scale(1.02) translateY(-4px);
        z-index: 10;
        box-shadow: none;
    }

    .step-card.is-dealt:hover::before {
        opacity: 0.58;
    }

    .feature-card--bg.is-bg-active::before {
        opacity: 0.58;
    }

    .feature-card--bg.is-bg-active::after {
        filter: grayscale(0) saturate(1.06) brightness(1) opacity(1);
        transition: filter 0.45s ease-out, opacity 0.45s ease-out;
    }
}

.feature-card-body {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    min-height: 0;
    padding: 24px 24px 12px;
}

.feature-card-foot {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-top: auto;
    padding: 12px 24px 24px;
}

.feature-card-body h3 {
    margin-bottom: 12px;
    min-height: 3.25rem;
    color: var(--text-dark);
}

.feature-card-list {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
    align-content: start;
    color: #57534e;
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}

.feature-card-guide {
    margin: 36px 0 0;
    min-height: 4.35em;
    color: var(--muted-dark);
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.features-screen .feature-card-list,
.features-screen .feature-card-guide {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease-out;
}

.features-screen .feature-card--bg.is-bg-active {
    transform: translateZ(0) scale(1.02) translateY(-4px);
    z-index: 2;
}

.features-screen .feature-card--bg.is-bg-active::after {
    filter: grayscale(0) saturate(1.06) brightness(1) opacity(1);
    transition: filter 0.45s ease-out, opacity 0.45s ease-out;
}

.features-screen .feature-card--bg.is-bg-active .feature-card-list {
    transform: translateY(calc(-100% - 10rem));
    opacity: 0;
}

.features-screen .feature-card--bg.is-bg-active .feature-card-guide {
    transform: translateY(calc(100% + 10rem));
    opacity: 0;
}

.features-screen .feature-card-foot {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .features-screen .feature-card-list,
    .features-screen .feature-card-guide,
    .features-screen .feature-card-foot,
    .features-screen .feature-card--bg::after,
    .features-screen .feature-card--bg.is-bg-active .feature-card-list,
    .features-screen .feature-card--bg.is-bg-active .feature-card-guide,
    .features-screen .feature-card--bg.is-bg-active .feature-card-foot {
        transition: none;
        transform: none;
        opacity: 1;
    }
}

.feature-card-tag {
    margin: 0;
    color: var(--accent);
    font-size: var(--text-body);
    font-weight: 600;
    line-height: var(--leading-snug);
}

.feature-card--dish-phone { --feature-bg-image: url("images/why/dish_fhone.webp"); }
.feature-card--waiter { --feature-bg-image: url("images/why/oper.webp"); }
.feature-card--roomservice { --feature-bg-image: url("images/why/roomservice.webp"); }
.feature-card--dish-tv { --feature-bg-image: url("images/why/TV.webp"); }

.steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); perspective: 1200px; }
.step-card {
    position: relative;
    overflow: hidden;
    background: #f8f3ef;
    border: 1px solid #d9d9de;
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: none;
    opacity: 0;
    --deal-x: -120%;
    --deal-y: -48px;
    --deal-rot: 8deg;
    --deal-scale: 0.92;
    transform: translateX(var(--deal-x)) translateY(var(--deal-y)) rotate(var(--deal-rot)) scale(var(--deal-scale));
    transform-origin: 0% 0%;
    will-change: transform, opacity;
    transition: transform 0.45s ease-out, box-shadow 0.45s ease-out;
}
.step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    display: none;
}
.step-card > * {
    position: relative;
    z-index: 1;
}
.step-card:nth-child(1) { z-index: 1; --deal-x: -118%; --deal-y: -52px; --deal-rot: 7deg; --deal-scale: 0.91; }
.step-card:nth-child(2) { z-index: 2; --deal-x: -119%; --deal-y: -50px; --deal-rot: 7.5deg; --deal-scale: 0.915; }
.step-card:nth-child(3) { z-index: 3; --deal-x: -120%; --deal-y: -48px; --deal-rot: 8deg; --deal-scale: 0.92; }
.steps-grid.is-dealing .step-card:not(.is-dealt) {
    animation: ability-card-deal 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.steps-grid.is-dealing .step-card:not(.is-dealt):nth-child(1) { animation-delay: 0ms; }
.steps-grid.is-dealing .step-card:not(.is-dealt):nth-child(2) { animation-delay: 120ms; }
.steps-grid.is-dealing .step-card:not(.is-dealt):nth-child(3) { animation-delay: 240ms; }
.step-card:not(.is-dealt) {
    pointer-events: none;
}
.step-card.is-dealt {
    opacity: 1;
    animation: none;
    transform: translateZ(0) translateY(0) rotate(0deg) scale(1);
    will-change: auto;
}
.step-number {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--landing-badge-gradient);
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    box-shadow: var(--landing-badge-plaque-shadow);
    text-shadow: var(--landing-pressed-text);
}
.step-card h3 {
    margin-bottom: 10px;
    line-height: var(--leading-tight);
    min-height: calc(2 * 1em * var(--leading-tight));
}
.step-card h3,
.step-card p {
    text-shadow: var(--landing-pressed-text);
}
.step-card p {
    color: var(--muted-dark);
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}
.accent-note {
    margin-top: 22px;
    text-align: center;
    color: var(--muted-dark);
    font-size: var(--text-lead);
    font-weight: 500;
    line-height: var(--leading-body);
}

.value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-card, .analytics-card { border-radius: var(--radius); border: 1px solid var(--border-dark); background: #242436; padding: 24px; }
.value-card-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 16px;
    margin-bottom: 10px;
}
.value-card-head h3 {
    margin-bottom: 0;
    flex: 1;
    min-width: 0;
}
.value-card-kpi {
    margin: 0;
    flex-shrink: 0;
    pointer-events: none;
}
.value-card .landing-wave-kpi-value {
    color: rgba(246, 147, 16, 0.87);
}
.value-card > p {
    color: rgba(201, 201, 214, 0.87);
    font-size: var(--text-small);
    line-height: var(--leading-body);
}
.value-analytics-title {
    margin-top: 48px;
}
.analytics-card { margin-top: 20px; }
.analytics-card:first-of-type { margin-top: 16px; }
.intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px 48px;
    align-items: center;
    perspective: 1200px;
    overflow: visible;
}
.intro-copy {
    display: grid;
    gap: 20px;
}
.intro-lead {
    color: var(--muted-dark);
    max-width: 52ch;
    font-size: clamp(1.0625rem, 0.4vw + 1rem, 1.1875rem);
    line-height: var(--leading-body);
}
.intro-list {
    display: grid;
    gap: 12px;
    padding-left: 18px;
    color: var(--text-dark);
    font-size: clamp(1.0625rem, 0.5vw + 0.98rem, 1.25rem);
    line-height: var(--leading-body);
}
.intro-visual {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-light);
    background: #fff;
    box-shadow: 0 18px 40px rgba(24, 24, 43, 0.08);
    transform-origin: 70% 50%;
    will-change: transform, opacity;
    opacity: 0;
}

.intro-visual.is-paper-enter {
    animation: intro-paper-fly-in 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes intro-paper-fly-in {
    0% {
        opacity: 0;
        transform: translateX(55vw) translateY(28px) rotate(7deg) rotateY(-14deg) scale(0.94);
        box-shadow: 0 48px 90px rgba(24, 24, 43, 0);
    }
    55% {
        opacity: 1;
        transform: translateX(-1.5%) translateY(-6px) rotate(-1.2deg) rotateY(3deg) scale(1.015);
        box-shadow: 0 28px 56px rgba(24, 24, 43, 0.14);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0deg) rotateY(0deg) scale(1);
        box-shadow: 0 18px 40px rgba(24, 24, 43, 0.08);
    }
}

@keyframes intro-paper-fly-in-mobile {
    0% {
        opacity: 0;
        transform: translateY(-40vh) rotate(-5deg) scale(0.96);
        box-shadow: 0 48px 90px rgba(24, 24, 43, 0);
    }
    55% {
        opacity: 1;
        transform: translateY(4px) rotate(0.8deg) scale(1.01);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg) scale(1);
        box-shadow: 0 18px 40px rgba(24, 24, 43, 0.08);
    }
}

.intro-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-segment + .about-segment {
    margin-top: 64px;
}

.about-segment h2 {
    margin-bottom: 40px;
}

.abilities-intro {
    max-width: none;
    margin: -24px auto 32px;
    text-align: center;
    color: var(--muted-dark);
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}

@media (min-width: 769px) {
    .abilities-intro {
        white-space: nowrap;
        font-size: clamp(0.8125rem, 0.22vw + 0.68rem, var(--text-lead));
    }
}
.abilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    perspective: 1200px;
}
.ability-card.feature-card--bg::after {
    display: none;
}

.ability-card.feature-card--bg {
    padding: 0;
    min-height: 0;
    height: auto;
    background: #f8f3ef;
    border-radius: var(--radius);
}

.ability-card {
    opacity: 0;
    --deal-x: -120%;
    --deal-y: -48px;
    --deal-rot: 8deg;
    --deal-scale: 0.92;
    transform: translateX(var(--deal-x)) translateY(var(--deal-y)) rotate(var(--deal-rot)) scale(var(--deal-scale));
    transform-origin: 0% 0%;
    will-change: transform, opacity;
}
.ability-card:nth-child(1) { z-index: 1; --deal-x: -118%; --deal-y: -52px; --deal-rot: 7deg; --deal-scale: 0.91; }
.ability-card:nth-child(2) { z-index: 2; --deal-x: -119%; --deal-y: -50px; --deal-rot: 7.5deg; --deal-scale: 0.915; }
.ability-card:nth-child(3) { z-index: 3; --deal-x: -120%; --deal-y: -48px; --deal-rot: 8deg; --deal-scale: 0.92; }
.ability-card:nth-child(4) { z-index: 4; --deal-x: -121%; --deal-y: -46px; --deal-rot: 8.5deg; --deal-scale: 0.925; }
.ability-card:nth-child(5) { z-index: 5; --deal-x: -122%; --deal-y: -44px; --deal-rot: 9deg; --deal-scale: 0.93; }
.ability-card:nth-child(6) { z-index: 6; --deal-x: -123%; --deal-y: -42px; --deal-rot: 9.5deg; --deal-scale: 0.935; }
.abilities-grid.is-dealing .ability-card:not(.is-dealt) {
    animation: ability-card-deal 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.abilities-grid.is-dealing .ability-card:not(.is-dealt):nth-child(1) { animation-delay: 0ms; }
.abilities-grid.is-dealing .ability-card:not(.is-dealt):nth-child(2) { animation-delay: 120ms; }
.abilities-grid.is-dealing .ability-card:not(.is-dealt):nth-child(3) { animation-delay: 240ms; }
.abilities-grid.is-dealing .ability-card:not(.is-dealt):nth-child(4) { animation-delay: 360ms; }
.abilities-grid.is-dealing .ability-card:not(.is-dealt):nth-child(5) { animation-delay: 480ms; }
.abilities-grid.is-dealing .ability-card:not(.is-dealt):nth-child(6) { animation-delay: 600ms; }
.ability-card:not(.is-dealt) {
    pointer-events: none;
}
.ability-card.is-dealt {
    opacity: 1;
    animation: none;
    transform: translateZ(0) translateY(0) rotate(0deg) scale(1);
    will-change: auto;
}
@keyframes ability-card-deal {
    0% {
        opacity: 0;
        transform: translateX(var(--deal-x)) translateY(var(--deal-y)) rotate(var(--deal-rot)) scale(var(--deal-scale));
        box-shadow: 0 32px 64px rgba(24, 24, 43, 0.16);
    }
    60% {
        opacity: 1;
        transform: translateX(2%) translateY(4px) rotate(-0.5deg) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.55),
            0 1px 3px rgba(24, 24, 43, 0.05),
            0 2px 6px rgba(24, 24, 43, 0.04);
    }
}
.ability-card.feature-card--bg .feature-card-body {
    padding: 24px;
}

.ability-card.feature-card--bg h3 {
    margin-bottom: 10px;
    line-height: var(--leading-tight);
    min-height: calc(2 * 1em * var(--leading-tight));
    color: var(--text-dark);
}

.ability-card.feature-card--bg p {
    margin: 0;
    color: var(--muted-dark);
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}

.analytics-card-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px 32px;
    align-items: start;
}
.analytics-card-copy h3 { margin-bottom: 12px; text-align: left; }
.analytics-card-copy ul {
    padding-left: 18px;
    color: rgba(201, 201, 214, 0.87);
    display: grid;
    gap: 10px;
    font-size: var(--text-small);
    line-height: var(--leading-body);
}
.landing-wave-chart,
.landing-heatmap {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.landing-wave-svg-wrap {
    margin-top: 12px;
    height: var(--landing-analytics-viz);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.landing-wave-svg {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(var(--landing-analytics-viz) - 26px);
    touch-action: pan-y pinch-zoom;
    user-select: none;
}
.landing-wave-eyebrow {
    font-size: var(--text-caption);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-soft);
}
.landing-wave-desc {
    margin-top: 4px;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
    color: rgba(201, 201, 214, 0.87);
}
.landing-wave-kpi {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 8px 16px;
    margin-top: 12px;
}
.landing-wave-kpi-value {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 2vw + 1rem, 2.35rem);
    font-weight: 600;
    color: var(--text-light);
    line-height: 1.1;
}
.landing-wave-kpi-delta {
    font-size: var(--text-caption);
    font-weight: 600;
    line-height: var(--leading-snug);
    text-align: right;
}
.landing-wave-kpi-delta--positive { color: #6ee7a8; }
.landing-wave-axis-label { fill: rgba(201, 201, 214, 0.85); }
.landing-wave-grid-base { stroke: rgba(254, 253, 247, 0.12); }
.landing-wave-grid-col { stroke: rgba(254, 253, 247, 0.06); }
.landing-wave-line--prev { stroke: rgba(144, 154, 161, 0.9); }
.landing-wave-line--curr { stroke: #e8956a; stroke-linecap: round; stroke-linejoin: round; }
.landing-wave-line--prev,
.landing-wave-line--curr { stroke-linecap: round; stroke-linejoin: round; }
.landing-wave-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 8px;
    flex-shrink: 0;
    font-size: var(--text-caption);
    color: var(--muted-light);
}
.landing-wave-legend-item { display: inline-flex; align-items: center; gap: 8px; }
.landing-wave-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex-shrink: 0;
}
.landing-wave-legend-dot--curr { background: #e8956a; }
.landing-wave-legend-dot--prev { background: rgba(144, 154, 161, 0.9); }

.landing-heatmap-scroll {
    overflow: visible;
    display: flex;
    align-items: stretch;
    min-height: 0;
}
.landing-heatmap .landing-wave-svg-wrap {
    margin-top: 12px;
    height: var(--landing-analytics-viz);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.landing-heatmap .landing-wave-svg-wrap .landing-heatmap-scroll {
    flex: 1 1 auto;
    min-height: 0;
}
.landing-heatmap .landing-wave-svg-wrap .landing-heatmap-legend {
    margin-top: 8px;
}
.landing-heatmap-panel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 8px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #1f1f31;
    border: 1px solid #262637;
}
.landing-heatmap-row {
    display: grid;
    grid-template-columns: 22px repeat(24, minmax(0, 1fr));
    gap: 2px;
    align-items: stretch;
    flex: 1 1 0;
    min-height: 0;
}
.landing-heatmap-row + .landing-heatmap-row { margin-top: 0; }
.landing-heatmap-row--header {
    margin-bottom: 0;
    flex: 0.72 1 0;
}
.landing-heatmap-day,
.landing-heatmap-hour {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    align-self: center;
    color: rgba(201, 201, 214, 0.85);
}
.landing-heatmap-hour {
    text-align: center;
    overflow: hidden;
}
.landing-heatmap-cell {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 1px;
    border: 1px solid transparent;
    opacity: 0;
}
.landing-heatmap-cell--0 { border-color: rgba(74, 95, 107, 0.8); background: #283033; }
.landing-heatmap-cell--1 { background: #5a4340; }
.landing-heatmap-cell--2 { background: #7d5148; }
.landing-heatmap-cell--3 { background: #9e5e4e; }
.landing-heatmap-cell--4 { background: #b66f58; }
.landing-heatmap-cell--5 { background: #cc846b; }
.landing-heatmap-cell--6 { background: #d98e73; }
.landing-heatmap-cell--7 { background: #e08b66; }
.landing-heatmap-cell--8 { background: #e8956a; }
.landing-heatmap-legend {
    justify-content: flex-end;
    gap: 12px 16px;
}
.landing-heatmap-legend-bound {
    font-size: var(--text-caption);
    font-weight: 500;
    color: var(--muted-light);
}
.landing-heatmap-legend-scale {
    display: inline-flex;
    align-items: center;
    gap: 1px;
}
.landing-heatmap-legend-swatch {
    display: block;
    width: 10px;
    height: 8px;
    border-radius: 1px;
}

@media (max-width: 900px) {
    html {
        scrollbar-gutter: auto;
        scrollbar-width: none;
    }
    body {
        scrollbar-width: none;
    }
    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
    .intro-layout { grid-template-columns: 1fr; }
    .intro-visual { order: -1; }
    .intro-visual.is-paper-enter {
        animation-name: intro-paper-fly-in-mobile;
    }
    .ability-card {
        --deal-x: 0%;
        --deal-y: -18vh;
        --deal-rot: 4deg;
        --deal-scale: 0.96;
    }
    .ability-card:nth-child(n) {
        --deal-x: 0%;
        --deal-y: -18vh;
        --deal-rot: 4deg;
        --deal-scale: 0.96;
    }
    .step-card {
        --deal-x: -108%;
        --deal-y: -32vh;
        --deal-rot: 6deg;
        --deal-scale: 0.96;
    }
    .step-card:nth-child(n) {
        --deal-x: -108%;
        --deal-y: -32vh;
        --deal-rot: 6deg;
        --deal-scale: 0.96;
    }
    .analytics-card-layout { grid-template-columns: 1fr; }
    .analytics-card-copy h3 { text-align: center; }
    .case-marquee {
        --case-card-width: calc(100vw - (2 * var(--case-pad)));
        cursor: auto;
    }
    .case-card {
        flex: 0 0 min(82vw, 320px);
        width: min(82vw, 320px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .intro-visual {
        opacity: 1;
        animation: none !important;
    }
    .ability-card {
        opacity: 1;
        transform: none;
        animation: none !important;
        box-shadow: none;
    }
    .step-card {
        opacity: 1;
        transform: none;
        animation: none !important;
        box-shadow: none;
    }
    .contact-form {
        opacity: 1;
        transform: none;
        animation: none !important;
        pointer-events: auto;
    }
    .case-track {
        animation: none !important;
    }
    .logo-track {
        animation: none !important;
    }
    .landing-heatmap-cell {
        opacity: 1 !important;
        transition: none !important;
    }
}

.pricing-intro {
    max-width: 62ch;
    margin: -24px auto 32px;
    text-align: center;
    color: var(--muted-dark);
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}

#pricing {
    min-height: auto;
    box-sizing: border-box;
}

#pricing + #contact.section-light-band__part {
    padding-top: 48px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.pricing-card.feature-card--bg {
    min-height: clamp(260px, 32vw, 360px);
    padding-bottom: 0;
}

.pricing-card.feature-card--bg::after {
    display: none;
}

.pricing-card.feature-card--bg.pricing-card-featured {
    border-color: #d9d9de;
}

.pricing-card .feature-card-body h3 {
    margin-bottom: 8px;
    min-height: 0;
    text-align: left;
}

.pricing-card-subtitle {
    margin-bottom: 12px;
    color: var(--muted-dark);
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.pricing-card-foot {
    width: 100%;
}

.pricing-price-box {
    border-top: 1px solid rgba(24, 24, 43, 0.1);
    padding-top: 14px;
}

.pricing-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    margin: 0 0 8px;
}

.pricing-price-row:last-child { margin-bottom: 0; }

.pricing-price-value {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
}

.pricing-price-term {
    font-size: var(--text-small);
    color: var(--muted-dark);
}

.pricing-price-benefit {
    margin-left: auto;
    font-size: var(--text-caption);
    font-weight: 600;
    color: #1a8b43;
}

.pricing-foot {
    margin-top: 28px;
    text-align: center;
}

.pricing-hint {
    margin-top: 8px;
    color: var(--muted-dark);
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.pricing-foot .btn { margin-top: 18px; }
.pricing-success-message {
    margin: 14px auto 0;
    max-width: 720px;
    padding: 12px 14px;
    border: 1px solid rgba(46, 204, 113, 0.35);
    border-radius: 12px;
    background: #eafaf1;
    color: #225f38;
    font-size: var(--text-small);
}
.pricing-success-message[hidden] { display: none; }

.landing-calc-spoiler {
    margin-top: 18px;
    display: block;
}

.landing-calc-spoiler[hidden] {
    display: none;
}

.landing-calc-shell {
    --calc-rhythm: 4px;
    position: relative;
    width: 100%;
    border-radius: 28px;
    border: 1px solid rgba(24, 24, 43, 0.12);
    background: linear-gradient(180deg, #f7ece8 0%, #fefdf7 100%);
    box-shadow: 0 16px 40px rgba(24, 24, 43, 0.08);
    padding: clamp(20px, 2.8vw, 34px);
}

.landing-calc-shell-header {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: calc(var(--calc-rhythm) * 5);
    text-align: center;
}

.landing-calc-shell-header h3 {
    margin: 0 0 calc(var(--calc-rhythm) * 2);
}

.landing-calc-shell-header > div {
    width: 100%;
}

.landing-calc-shell-subtitle {
    color: #57534E;
    margin: 0;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.faq-section {
    /* extends .section-blue gradient */
    background: linear-gradient(165deg, #1e2640 0%, #18182b 48%, #121520 100%);
    color: var(--text-light);
}

.section-blue-band .faq-section {
    background: transparent;
}

.faq-section h2 {
    color: var(--text-light);
}

.faq-section .faq-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    align-items: start;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(24, 24, 43, 0.06);
    transition: box-shadow 0.25s ease;
}

.faq-item.active {
    box-shadow: 0 8px 32px rgba(24, 24, 43, 0.1);
}

.faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 600;
    line-height: var(--leading-snug);
    color: var(--text-dark);
    cursor: pointer;
}

.faq-question-label {
    flex: 1;
    min-width: 0;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--landing-badge-gradient);
    box-shadow: var(--landing-badge-plaque-shadow);
}

.faq-icon-glyph {
    position: absolute;
    inset: 0;
    transform: rotate(0deg);
    transition: transform 0.45s cubic-bezier(0.34, 1.45, 0.64, 1);
    will-change: transform;
}

.faq-icon-glyph::before,
.faq-icon-glyph::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 2px;
    margin: -1px 0 0 -6.5px;
    border-radius: 1px;
    background: var(--landing-cross-color);
    box-shadow: var(--landing-cross-pressed-shadow);
}

.faq-icon-glyph::after {
    transform: rotate(90deg);
    transform-origin: center center;
}

.faq-item.active .faq-icon-glyph {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p {
    margin: 0;
    padding: 0 20px;
    color: var(--muted-dark);
    font-size: var(--text-small);
    line-height: var(--leading-body);
}

.faq-answer p + p {
    margin-top: 0.75em;
}

.faq-answer p:last-child {
    padding-bottom: 20px;
}

@media (prefers-reduced-motion: reduce) {
    .faq-icon-glyph {
        transition-duration: 0.01ms;
    }

    .faq-answer {
        transition-duration: 0.01ms;
    }
}

.contact-section .contact-subtitle {
    max-width: 56ch;
    margin: -24px auto 28px;
    text-align: center;
    color: var(--muted-dark);
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(100%, 400px) minmax(0, 1fr);
    gap: 28px 32px;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    overflow: visible;
}

.contact-visual {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: visible;
}

.contact-visual-frame {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    overflow: visible;
}

.contact-visual-frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-visual--left {
    justify-content: flex-end;
}

.contact-visual--right {
    justify-content: flex-start;
}

.contact-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(24, 24, 43, 0.12);
    border-radius: var(--radius);
    padding: 24px;
    background:
        radial-gradient(130% 75% at 8% 0%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.06) 42%, rgba(255, 255, 255, 0) 64%),
        linear-gradient(180deg, #f7ece8, #fefdf7);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 1px 3px rgba(24, 24, 43, 0.05),
        0 2px 6px rgba(24, 24, 43, 0.04);
    opacity: 0;
    transform: translateY(100%);
    will-change: transform, opacity;
}
.contact-form:not(.is-arrived) {
    pointer-events: none;
}
.contact-form.is-arrived {
    opacity: 1;
    animation: none;
    transform: translateY(0);
    will-change: auto;
    pointer-events: auto;
}
.contact-section.is-rising .contact-form:not(.is-arrived) {
    pointer-events: none;
    animation: contact-form-rise-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes contact-form-rise-in {
    0% {
        opacity: 1;
        transform: translateY(calc(100% + 18vh));
    }
    68% {
        opacity: 1;
        transform: translateY(-8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-form-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(24, 24, 43, 0.18);
    border-radius: 10px;
    background: #fff;
    padding: 12px 14px;
    font: inherit;
    font-size: 16px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: var(--muted-dark);
    opacity: 1;
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: rgba(167, 73, 48, 0.55);
    box-shadow: 0 0 0 3px rgba(167, 73, 48, 0.15);
}

.contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#contact-turnstile { margin-top: 14px; }

.contact-disclaimer {
    margin-top: 10px;
    font-size: var(--text-caption);
    line-height: var(--leading-snug);
    color: var(--muted-dark);
}

.contact-disclaimer a { text-decoration: underline; }

.contact-form .btn { margin-top: 14px; width: 100%; }

.contact-status {
    min-height: 20px;
    margin-top: 8px;
    font-size: var(--text-small);
}

.contact-status.is-success { color: #1a8b43; }
.contact-status.is-error { color: #c23a32; }

.contact-success {
    margin-top: 12px;
    border: 1px solid rgba(46, 204, 113, 0.4);
    border-radius: 12px;
    background: #eafaf1;
    padding: 12px;
}

.contact-success[hidden] { display: none; }

.contact-success h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

.contact-success p {
    color: #225f38;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.final-cta { text-align: center; }
.final-cta .final-steps-list {
    display: grid;
    width: fit-content;
    max-width: min(100%, 52ch);
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.15em;
    list-style-position: outside;
    text-align: left;
    font-size: var(--text-lead);
    line-height: var(--leading-body);
    color: rgba(201, 201, 214, 0.87);
}

.final-cta .final-steps-list li {
    text-shadow: none;
    transition: text-shadow 0.2s ease, color 0.2s ease;
}
.final-actions { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.final-actions .btn-lg {
    box-sizing: border-box;
    width: min(100%, 26rem);
    min-width: min(100%, 26rem);
    max-width: 100%;
    text-align: center;
}

.footer {
    position: relative;
    z-index: 1;
    background: #111421;
    color: var(--muted-light);
    border-top: 1px solid var(--border-dark);
    padding: 26px 0;
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px 24px;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}
.footer-brand {
    display: grid;
    gap: 6px;
}
.footer-version {
    color: var(--muted-light);
    font-size: var(--text-caption);
}
.footer a { color: var(--text-light); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-legal a { color: var(--muted-light); font-size: var(--text-caption); }
.footer-legal a:hover { color: var(--text-light); }

/* Legal subpages (privacy, etc.) */
body.legal-subpage {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header--legal {
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-glass--legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 8px 12px 8px 16px;
}

.header--legal .logo {
    flex-shrink: 0;
}

.legal-back {
    flex-shrink: 0;
    white-space: nowrap;
}

.legal-doc-table-wrap {
    overflow-x: auto;
    margin: 0 0 16px;
}

.legal-doc-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.legal-doc-table th,
.legal-doc-table td {
    padding: 10px 12px;
    border: 1px solid var(--border-light);
    text-align: left;
    vertical-align: top;
}

.legal-doc-table th {
    background: #f7f9fc;
    font-weight: 600;
}

.legal-doc-table code {
    font-size: 0.92em;
    word-break: break-word;
}

.legal-page {
    flex: 1;
    padding: 48px 0 88px;
}

.legal-doc {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 40px);
    border-radius: var(--radius);
    border: 1px solid var(--border-light);
    background: #ffffff;
    box-shadow:
        0 10px 28px rgba(24, 24, 43, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.legal-doc-title {
    text-align: center;
    margin-bottom: 16px;
    font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
}

.legal-doc-meta {
    margin-bottom: 24px;
    color: var(--muted-dark);
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}

.legal-doc h2 {
    text-align: left;
    margin: 32px 0 12px;
    font-size: clamp(1.125rem, 0.6vw + 1rem, 1.375rem);
}

.legal-doc h3 {
    margin: 24px 0 10px;
    font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.2rem);
}

.legal-doc p,
.legal-doc li {
    color: var(--text-dark);
    font-size: var(--text-lead);
    line-height: var(--leading-body);
}

.legal-doc p { margin-bottom: 12px; }

.legal-doc ul {
    margin: 0 0 16px 1.25rem;
    display: grid;
    gap: 8px;
}

.legal-doc a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-doc a:hover {
    color: #8a3d28;
}

.legal-doc-divider {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid var(--border-light);
}

.footer-legal a[aria-current="page"] {
    color: var(--text-light);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px 20px 24px;
    min-height: 120px;
    background: #18182b;
    border-top: 1px solid rgba(254, 253, 247, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 -4px 24px rgba(0, 0, 0, 0.12);
}

.cookie-banner[hidden] { display: none; }

.cookie-banner-text {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    width: 100%;
    max-width: min(920px, 96vw);
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.cookie-banner-link {
    color: #2ecc71;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #2ecc71;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.cookie-banner-link:hover {
    color: var(--text-light);
    border-bottom-color: var(--text-light);
}

.cookie-banner-accept {
    width: 100%;
    max-width: 500px;
    flex-shrink: 0;
    margin-bottom: 8px;
}

body.has-cookie-banner { padding-bottom: 140px; }

.calc-form,
.calc-lead-section {
    background: transparent;
}
.calc-form-unified {
    margin: 0;
}
.calc-form-head {
    margin-bottom: 18px;
}
.calc-form-head h3 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: var(--text-dark);
}
.calc-fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
}
.calc-fieldset:last-child { margin-bottom: 0; }
.calc-fieldset-modules > legend { margin-top: 32px; }
.calc-fieldset legend,
.calc-result h3 {
    display: block;
    width: 100%;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: var(--text-dark);
    margin: 0 0 24px;
}
.calc-fieldset-note {
    margin: 0 0 12px;
    color: #57534E;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}
.calc-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.calc-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) auto minmax(220px, 0.95fr);
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(24, 24, 43, 0.1);
    border-radius: 14px;
    background: #ffffff;
}
.calc-row-static {
    background: #f6f3f2;
}
.calc-row-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 4px;
}
.calc-row-name strong {
    width: 100%;
    font-size: var(--text-body);
    line-height: var(--leading-tight);
    color: var(--text-dark);
    text-align: left;
}
.calc-row-name span {
    width: 100%;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
    color: #57534E;
    text-align: left;
}
.calc-row-qty {
    display: flex;
    justify-content: center;
}
.calc-row-price {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
    text-align: right;
}
.calc-row-price-line {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    min-width: 88px;
}
.calc-row-price strong {
    font-family: var(--font-display);
    font-size: var(--text-body);
    font-weight: 700;
    color: var(--text-dark);
}
.calc-row-price span {
    font-size: var(--text-caption);
    color: #57534E;
}
.calc-static-qty {
    display: none;
}
.calc-stepper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.calc-step-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(24, 24, 43, 0.2);
    background: #ffffff;
    color: #2E2E40;
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(24, 24, 43, 0.08);
    transition: transform 120ms ease-out, box-shadow 120ms ease-out, background 120ms ease-out;
}
.calc-step-btn.is-hovered:not(:disabled) {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(24, 24, 43, 0.16);
}
.calc-step-btn.is-pressed:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 1px 1px rgba(24, 24, 43, 0.12);
}
.calc-step-btn:disabled {
    background: #f1f1f2;
    color: #8a8995;
    cursor: not-allowed;
    box-shadow: none;
}
.calc-stepper input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    margin: 0;
    border: 0;
}
.calc-stepper input[readonly] { caret-color: transparent; }
.calc-qty-display {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.calc-qty-digit {
    position: relative;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(24, 24, 43, 0.32);
    background: linear-gradient(180deg, #fff7ef 0%, #f0e4d7 100%);
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.86),
        inset 0 -4px 6px rgba(112, 49, 41, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.38),
        0 1px 2px rgba(24, 24, 43, 0.12);
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    user-select: none;
    transition: transform 120ms ease-out, box-shadow 120ms ease-out;
}
.calc-qty-digit:focus-visible {
    outline: 1px solid rgba(112, 49, 41, 0.5);
    outline-offset: 1px;
}
.calc-qty-digit:hover {
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.92),
        inset 0 -4px 6px rgba(112, 49, 41, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5),
        0 2px 4px rgba(24, 24, 43, 0.16);
}
.calc-qty-digit:active { transform: translateY(1px); }
.calc-stepper.is-disabled .calc-qty-digit {
    cursor: not-allowed;
    background: #f1f1f2;
    border-color: rgba(24, 24, 43, 0.16);
}
.calc-stepper.is-disabled .calc-qty-digit:hover {
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.86),
        inset 0 -4px 6px rgba(112, 49, 41, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.38),
        0 1px 2px rgba(24, 24, 43, 0.12);
}
.calc-stepper.is-disabled .calc-qty-digit:active { transform: none; }
.calc-qty-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    color: #703129;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(112, 49, 41, 0.25);
}
.calc-module-note {
    margin: 12px 0 0;
    color: #57534E;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}
.calc-module-limit-note {
    margin-top: 12px;
    transition: color 160ms ease;
}
.calc-module-limit-note.is-warning { color: #c31a1a; }
.calc-result-note {
    color: #57534E;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: var(--text-small);
    line-height: var(--leading-snug);
}
.calc-print-action {
    margin-top: 14px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.calc-print-action .btn {
    width: 100%;
    justify-content: center;
}
.calc-totals {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(24, 24, 43, 0.12);
}
.calc-totals p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0;
}
.calc-totals-divider {
    height: 1px;
    margin: 28px 0;
    background: #d5d5d9;
}
.calc-totals strong {
    color: var(--text-dark);
    font-size: var(--text-body);
}
.calc-lead-section {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(24, 24, 43, 0.12);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.calc-lead-head {
    text-align: center;
}
.calc-lead-form {
    width: 100%;
}
.calc-lead-form .contact-form-grid,
.calc-lead-form .contact-status,
.calc-lead-form .contact-success {
    width: 100%;
}
.calc-lead-form .btn {
    margin-top: 14px;
    width: 100%;
}
#lead-turnstile {
    margin-top: 14px;
}



@media (max-width: 1080px) {
    :root {
        --hero-header-offset: 72px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        height: var(--hero-content-height);
        align-content: stretch;
        padding-top: var(--hero-header-offset);
        padding-bottom: clamp(16px, 4dvh, 28px);
    }

    .hero-visuals {
        display: none;
    }

    .hero-copy {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        min-height: 100%;
        padding-top: 0;
    }

    .hero-copy .kicker,
    .hero-copy h1,
    .hero-description-group,
    .hero-description,
    .hero-cta,
    .hero .trust-list {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-description-group {
        max-width: none;
    }

    .hero-copy .kicker {
        font-size: var(--text-small);
        line-height: 1.45;
    }

    .hero-copy h1 {
        font-size: clamp(1.5rem, 6vw + 0.25rem, 2rem);
        line-height: 1.15;
    }

    .hero-description-group {
        --hero-desc-gap: clamp(0.28em, 0.45dvh + 0.18em, 0.52em);
        max-width: none;
    }

    .hero-description {
        font-size: var(--text-small);
        line-height: 1.45;
    }

    .hero-cta {
        flex-shrink: 0;
    }

    .hero-cta .btn-lg {
        padding: 12px 20px;
        font-size: var(--text-small);
    }

    .hero .trust-list {
        gap: 4px;
        font-size: var(--text-small);
        line-height: 1.45;
    }

    .steps-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) and (max-height: 740px) {
    .hero-copy {
        justify-content: space-evenly;
        gap: clamp(6px, 1.8dvh, 14px);
    }

    .hero-description-group {
        --hero-desc-gap: clamp(0.22em, 0.35dvh + 0.12em, 0.42em);
    }
}

@media (max-width: 900px) {
    .header .nav { display: none; }
    .nav-toggle { display: inline-flex; }
    .header-glass {
        padding: 6px 4px 6px 12px;
    }
    .header-actions {
        margin-left: auto;
        gap: 0;
    }
    .header-actions .header-buttons {
        display: none;
    }
    .header-actions .header-login-btn,
    .header-actions .header-register-btn { display: none; }
    .header-nav-panel-inner {
        pointer-events: none;
    }

    .header-nav-panel-link,
    .nav-toggle {
        touch-action: none;
        pointer-events: auto;
    }
    .compare-grid, .value-grid, .pricing-grid, .abilities-grid, .faq-section .faq-grid { grid-template-columns: 1fr; }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-card--bg {
        min-height: clamp(280px, 70vw, 360px);
        padding-bottom: clamp(6.5rem, 36vw, 9.5rem);
    }

    .features-screen .feature-card--bg {
        min-height: auto;
        padding-bottom: 0;
    }

    .features-screen .feature-card--bg::after {
        left: 0;
        right: 0;
        top: 50%;
        bottom: auto;
        width: 100%;
        height: 74%;
        transform: translateY(calc(-50% + 10px)) scale(0.98);
        background-size: contain;
        background-position: center center;
        filter: grayscale(1) saturate(0) brightness(1.25);
        opacity: 0.16;
        transition:
            transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            filter 0.45s ease-out,
            opacity 0.35s ease-out;
    }

    .features-screen .feature-card--bg.is-bg-active::after {
        transform: translateY(-50%) scale(1);
        filter: grayscale(0) saturate(1.06) brightness(1);
        opacity: 1;
    }

    .features-screen .feature-card-body h3 {
        min-height: auto;
    }

    .features-screen .feature-card-guide {
        min-height: 0;
        margin-top: 1rem;
    }

    .pricing-card.feature-card--bg {
        min-height: clamp(260px, 70vw, 360px);
    }

    .contact-layout {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .contact-visual {
        display: none;
    }
}

@media (max-width: 640px) {
    .section { padding: 68px 0; }
    .section-light-band__part { padding-top: 68px; padding-bottom: 0; }
    .section-light-band__part + .section-light-band__part { padding-top: 56px; }
    .section-light-band__part:last-child { padding-bottom: 68px; }
    .section-blue-band__part { padding-top: 68px; padding-bottom: 0; }
    .section-blue-band__part + .section-blue-band__part { padding-top: 56px; }
    .section-blue-band__part:last-child { padding-bottom: 68px; }
    .hero-cta, .final-actions { flex-direction: column; }
    .btn, .btn-lg { width: 100%; }
    .landing-calc-shell { padding: 18px; border-radius: 22px; }
    .landing-calc-shell-header { flex-direction: column; }
    .calc-row {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
    .calc-row-qty,
    .calc-row-price {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .calc-row-price {
        flex-wrap: wrap;
        gap: 16px;
    }
    .calc-row-price-line {
        align-items: flex-start;
        min-width: 0;
    }
    .cookie-banner-text { font-size: var(--text-small); }
    body.has-cookie-banner { padding-bottom: 160px; }
    .logo-track { gap: 28px; padding: 0 14px; }
    .logo-pill {
        width: 190px;
        height: 56px;
    }
}

@media print {
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        overflow: visible !important;
        background: #fff !important;
    }

    body.calc-print-mode > *:not(#calc-print-root) {
        display: none !important;
    }

    body.calc-print-mode #calc-print-root {
        display: block !important;
        width: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
        color: #000;
    }

    body.calc-print-mode .landing-calc-shell-header {
        margin-bottom: 20px;
        text-align: center;
    }

    body.calc-print-mode .landing-calc-shell-header h3 {
        color: #000;
    }

    body.calc-print-mode .landing-calc-shell-subtitle {
        color: #444;
    }

    body.calc-print-mode .calc-form,
    body.calc-print-mode .calc-row {
        background: #fff !important;
        box-shadow: none !important;
    }

    body.calc-print-mode .calc-row,
    body.calc-print-mode .calc-totals-divider {
        border-color: rgba(0, 0, 0, 0.18) !important;
    }

    body.calc-print-mode .calc-row-name strong,
    body.calc-print-mode .calc-row-price strong,
    body.calc-print-mode .calc-totals strong {
        color: #000 !important;
    }

    body.calc-print-mode .calc-step-btn,
    body.calc-print-mode .no-print {
        display: none !important;
    }
}

