:root {
    --bg-gradient-start: #040112;
    --bg-gradient-end: #070422;
    --glass-surface: rgba(16, 22, 36, 0.72);
    --glass-border: rgba(148, 163, 184, 0.28);
    --glass-hover: rgba(255, 255, 255, 0.04);
    --text-primary: #f8fafc;
    --text-muted: rgba(226, 232, 240, 0.96);
    --text-secondary: rgba(241, 245, 249, 0.92);
    --accent-pink: #f472b6;
    --accent-yellow: #facc15;
    --accent-blue: #60a5fa;
    --accent-teal: #34d399;
    --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --shadow-soft: 0 20px 60px -15px rgba(219, 39, 119, 0.32), 0 10px 30px -10px rgba(34, 211, 238, 0.26);
    --shadow-glow: 0 28px 70px -24px rgba(219, 39, 119, 0.5), 0 20px 58px -34px rgba(34, 211, 238, 0.42);
    --mobile-header-gradient: linear-gradient(135deg, rgba(20, 13, 35, 0.92), rgba(9, 7, 19, 0.82));
    --mobile-menu-gradient: linear-gradient(180deg, rgba(16, 8, 32, 0.92) 0%, rgba(6, 3, 12, 0.98) 100%);
    --mobile-menu-stroke: rgba(255, 255, 255, 0.08);
    --panel-strong: rgba(13, 20, 33, 0.82);
    --panel-strong-hover: rgba(16, 25, 45, 0.9);
    --panel-muted: rgba(10, 16, 28, 0.72);
}

/* Light theme variables */
:root.light {
    --bg-gradient-start: #f5f7ff;
    --bg-gradient-end: #eef2ff;
    --glass-surface: rgba(255, 255, 255, 0.9);
    --glass-border: rgba(15, 23, 42, 0.16);
    --glass-hover: rgba(0, 0, 0, 0.04);
    --text-primary: #0b1220;
    --text-muted: rgba(11, 18, 32, 0.78);
    --text-secondary: rgba(11, 18, 32, 0.9);
    --accent-pink: #AE5FFF;
    --accent-yellow: #eab308;
    --accent-blue: #2563eb;
    --accent-teal: #0ea5a4;
    --shadow-soft: 0 24px 60px -40px rgba(2, 6, 23, 0.26);
    --shadow-glow: 0 26px 80px -56px rgba(124, 91, 255, 0.35);
    --mobile-header-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 255, 0.88));
    --mobile-menu-gradient: linear-gradient(180deg, rgba(246, 243, 250, 0.96) 0%, rgba(251, 248, 255, 0.98) 100%);
    --mobile-menu-stroke: rgba(15, 23, 42, 0.16);
    --panel-strong: rgba(255, 255, 255, 0.98);
    --panel-strong-hover: rgba(255, 255, 255, 1);
    --panel-muted: rgba(255, 255, 255, 0.92);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--text-primary);
    background: linear-gradient(180deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

body p,
body li {
    color: var(--text-secondary);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

ul {
    list-style: none;
}

.container {
    width: min(1180px, 90vw);
    margin: 0 auto;
}

.background-animation {
    display: none;
}

.blob {
    position: absolute;
    filter: blur(110px);
    opacity: 0.18;
    transform: translate(-50%, -50%);
}

.blob-1 {
    top: 12%;
    left: 16%;
    width: 420px;
    height: 420px;
    background: rgba(244, 114, 182, 0.85);
    animation: float 18s ease-in-out infinite;
}

.blob-2 {
    top: 65%;
    left: 82%;
    width: 360px;
    height: 360px;
    background: rgba(96, 165, 250, 0.9);
    animation: float 22s ease-in-out infinite reverse;
}

.blob-3 {
    top: 85%;
    left: 15%;
    width: 320px;
    height: 320px;
    background: rgba(250, 204, 21, 0.6);
    animation: float 24s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-45%, -55%) scale(1.05); }
}

.aurora-page {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    isolation: isolate;
}

.aurora-page__layer {
    position: absolute;
    inset: -20%;
    filter: blur(72px);
    opacity: 0.42;
    will-change: transform, opacity;
    animation: aurora-drift 22s ease-in-out infinite alternate;
}

.aurora-page__layer--one {
    background:
        radial-gradient(ellipse 42% 30% at 18% 8%, rgba(232, 62, 211, 0.42), transparent 72%),
        radial-gradient(ellipse 46% 34% at 84% 32%, rgba(42, 209, 255, 0.34), transparent 75%),
        radial-gradient(ellipse 52% 38% at 36% 56%, rgba(128, 89, 255, 0.28), transparent 76%);
}

.aurora-page__layer--two {
    background:
        radial-gradient(ellipse 46% 36% at 70% 72%, rgba(232, 62, 211, 0.32), transparent 74%),
        radial-gradient(ellipse 42% 30% at 28% 84%, rgba(42, 209, 255, 0.24), transparent 75%);
    animation-duration: 30s;
    animation-delay: -7s;
    opacity: 0.34;
}

.aurora-page__layer--three {
    background:
        radial-gradient(ellipse 52% 40% at 50% 108%, rgba(128, 89, 255, 0.34), transparent 76%),
        radial-gradient(ellipse 32% 28% at 86% 96%, rgba(42, 209, 255, 0.24), transparent 72%);
    animation-duration: 34s;
    animation-delay: -12s;
    opacity: 0.3;
}

.aurora-page__video {
    position: absolute;
    inset: -8%;
    width: 116%;
    height: 116%;
    object-fit: cover;
    opacity: 0.4;
    filter: saturate(1.28) contrast(1.08) brightness(0.74);
    transform: translateZ(0) scale(1.05);
    mix-blend-mode: screen;
    animation: aurora-video-drift 36s ease-in-out infinite alternate;
}

.aurora-page__film {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 12%, rgba(211, 66, 252, 0.24), transparent 46%),
        radial-gradient(circle at 86% 72%, rgba(29, 220, 255, 0.2), transparent 50%),
        linear-gradient(180deg, rgba(3, 0, 12, 0.2) 0%, rgba(4, 3, 15, 0.74) 62%, rgba(5, 4, 16, 0.92) 100%);
}

@keyframes aurora-drift {
    0% { transform: translate3d(-2.5%, -1.5%, 0) scale(1); }
    50% { transform: translate3d(2%, 2.5%, 0) scale(1.05); }
    100% { transform: translate3d(-1%, 4%, 0) scale(1.03); }
}

@keyframes aurora-video-drift {
    0% { transform: translate3d(-2%, -2%, 0) scale(1.05); }
    50% { transform: translate3d(1.5%, 1%, 0) scale(1.11); }
    100% { transform: translate3d(-1%, 2.5%, 0) scale(1.08); }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0.95rem 0;
    backdrop-filter: blur(20px) saturate(130%);
    background: linear-gradient(180deg, rgba(6, 3, 20, 0.86), rgba(4, 2, 14, 0.72));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 44px -32px rgba(0, 0, 0, 0.84);
}

:root.light .site-header {
    background: rgba(255, 255, 255, 0.75);
    border-bottom-color: rgba(17, 24, 39, 0.12);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: nowrap;
}

.site-header__inner {
    min-height: 60px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 8px 26px rgba(176, 46, 228, 0.45));
}

.logo-mark-wrap {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.logo-media {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 14px;
    padding: 6px;
    background: linear-gradient(135deg, rgba(244, 114, 182, 0.35), rgba(96, 165, 250, 0.2));
    box-shadow: 0 18px 40px -24px rgba(96, 165, 250, 0.8);
    object-fit: cover;
}

.logo-media--animated {
    position: relative;
    z-index: 1;
}

.logo-media--fallback {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
    .logo-media--animated {
        display: none;
    }

    .logo-media--fallback {
        opacity: 1;
        position: relative;
    }

    .hero-motion-video--animated {
        display: none;
    }

    .hero-motion-video--fallback {
        opacity: 1;
        position: relative;
    }

    .hero-phone-frame {
        animation: none;
        transform: none;
    }

    .hero-media-wrap::before {
        display: none;
    }

    .aurora-page__layer {
        animation: none;
    }
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 1 280px;
}

.main-nav a {
    font-weight: 500;
    font-size: 0.95rem;
    color: rgba(236, 241, 252, 0.86);
    text-shadow: 0 1px 10px rgba(3, 6, 18, 0.4);
}

.main-nav a:hover {
    color: var(--text-primary);
}

.language-switcher {
    position: relative;
}

.language-switcher summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.25);
    cursor: pointer;
}

.language-switcher summary::-webkit-details-marker {
    display: none;
}

.language-switcher summary img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--mobile-header-gradient);
    color: #f8fafc;
    box-shadow: 0 20px 40px -24px rgba(0, 0, 0, 0.45);
}

.mobile-menu-toggle svg {
    width: 20px;
    height: 20px;
}

:root.light .mobile-menu-toggle {
    color: #111827;
    border-color: rgba(15, 23, 42, 0.16);
    box-shadow: 0 18px 32px -24px rgba(15, 23, 42, 0.35);
}

/* Theme toggle button */
#theme-toggle {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

:root.light #theme-toggle {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(23, 23, 33, 0.15);
}

.language-options {
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    background: rgba(10, 15, 24, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 16px;
    padding: 0.4rem;
    display: grid;
    gap: 0.2rem;
    min-width: 220px;
    box-shadow: var(--shadow-soft);
}

.language-options button {
    border: none;
    background: transparent;
    color: var(--text-primary);
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 500;
    cursor: pointer;
}

.language-options button:hover {
    background: rgba(96, 165, 250, 0.14);
}

.language-options-grid {
    display: grid;
    gap: 0.4rem;
}

.language-options-grid button {
    width: 100%;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0.6rem 0.7rem;
    background: rgba(255, 255, 255, 0.08);
}

body.mobile-menu-open {
    overflow: hidden;
}

.web-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 140;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.web-mobile-menu.is-open {
    pointer-events: auto;
    opacity: 1;
}

.web-mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 15, 0.7);
    backdrop-filter: blur(28px);
}

.web-mobile-menu__panel {
    position: absolute;
    inset: 14px;
    padding: 1.5rem;
    padding-top: calc(env(safe-area-inset-top, 0px) + 1.3rem);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1.7rem);
    background:
        radial-gradient(circle at 14% 34%, rgba(185, 79, 255, 0.2), transparent 34%),
        radial-gradient(circle at 88% 9%, rgba(38, 222, 255, 0.14), transparent 30%),
        var(--mobile-menu-gradient);
    color: var(--text-primary);
    border: 1px solid var(--mobile-menu-stroke);
    border-radius: 28px;
    box-shadow: 0 26px 64px -26px rgba(2, 2, 10, 0.78);
    transform: translateY(24px);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.web-mobile-menu.is-open .web-mobile-menu__panel {
    transform: translateY(0);
}

.web-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.web-mobile-menu__close {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
}

.web-mobile-menu__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.9rem;
    order: 2;
    margin-top: 0.6rem;
}

.web-mobile-menu__section {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    order: 1;
}

.web-mobile-menu__sectionLabel {
    display: none;
}

.web-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.web-mobile-menu__nav a {
    padding: 0.48rem 0;
    border-radius: 0;
    border: none;
    background: transparent;
    font-size: 1.52rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 520;
    color: rgba(248, 250, 255, 0.96);
}

.web-mobile-menu__actions .button-ghost {
    border: none;
    background: transparent;
    box-shadow: none;
    justify-content: flex-start;
    padding: 0.2rem 0;
    min-height: auto;
    font-size: 1.52rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: rgba(248, 250, 255, 0.92);
}

.web-mobile-menu__actions .button-primary {
    width: 100%;
    min-height: 56px;
    font-size: 1.38rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.web-mobile-menu__system {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.system-card {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.system-card__label {
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(214, 225, 247, 0.66);
}

.system-card__content {
    display: grid;
    gap: 0.5rem;
}

.web-mobile-menu__footerLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.web-mobile-menu__footerLinks a {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.82);
}

:root.light .web-mobile-menu__backdrop {
    background: rgba(7, 8, 12, 0.35);
}

:root.light .web-mobile-menu__sectionLabel {
    color: rgba(15, 23, 42, 0.6);
}

:root.light .web-mobile-menu__nav a {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.12);
}

:root.light .system-card {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.12);
}

:root.light .system-card__label {
    color: rgba(15, 23, 42, 0.65);
}

:root.light .web-mobile-menu__footerLinks a {
    color: rgba(15, 23, 42, 0.72);
}

:root.light .web-mobile-menu__close {
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.16);
    color: rgba(15, 23, 42, 0.85);
}

.language-options-grid {
    display: grid;
    gap: 0.4rem;
}

.language-options-grid button {
    width: 100%;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: 0.72rem 0.78rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(249, 251, 255, 0.94);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.68rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.button.full-width {
    width: 100%;
}

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

.button-primary {
    background: linear-gradient(115deg, #ca35ff 0%, #7f63ff 48%, #32d7f8 100%);
    color: #f8fbff;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 64px -26px rgba(199, 55, 249, 0.65), 0 12px 32px -18px rgba(50, 215, 248, 0.55);
    text-shadow: 0 1px 8px rgba(2, 6, 23, 0.34);
}

.button-primary:hover {
    box-shadow: 0 26px 72px -24px rgba(199, 55, 249, 0.72), 0 14px 34px -16px rgba(50, 215, 248, 0.62);
}

.nav-get-started {
    padding: 0.72rem 1.55rem;
    font-size: 1.03rem;
}

.nav-get-started::after {
    content: "→";
    margin-left: 0.45rem;
    font-size: 1.15em;
    line-height: 1;
}

.button-secondary {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.35);
    color: var(--text-primary);
}

.button-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
}

.button-ghost {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(148, 163, 184, 0.2);
    color: var(--text-primary);
}

.button-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

.listen-control-row {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
}

.listen-control {
    min-width: 104px;
    padding: 0.45rem 0.95rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.listen-status-notice {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 230;
    max-width: min(92vw, 360px);
    border-radius: 14px;
    border: 1px solid rgba(250, 204, 21, 0.45);
    background: rgba(17, 24, 39, 0.92);
    color: #f8fafc;
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 0.7rem 0.85rem;
    box-shadow: 0 20px 40px -24px rgba(0, 0, 0, 0.65);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.listen-status-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.listen-status-notice.is-error {
    border-color: rgba(248, 113, 113, 0.6);
}

:root.light .listen-status-notice {
    background: rgba(255, 255, 255, 0.95);
    color: #111827;
    border-color: rgba(217, 119, 6, 0.32);
}

section {
    padding: clamp(4rem, 7vw, 7rem) 0;
    scroll-margin-top: 110px;
}

.hero {
    padding-top: 9rem;
    display: flex;
    align-items: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero-grid {
    display: grid;
    gap: clamp(3rem, 6vw, 6rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: center;
}

@media (min-width: 961px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    }
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.78);
}

:root.light .badge {
    border-color: rgba(100, 116, 139, 0.35);
    background: rgba(255, 255, 255, 0.55);
    color: rgba(15, 23, 42, 0.78);
}

.hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.hero-tagline {
    margin-top: 1.25rem;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    color: var(--text-secondary);
    max-width: 32rem;
}

.hero-cta-panel {
    margin-top: 2rem;
    padding: 1.2rem;
    border-radius: 26px;
    background: radial-gradient(circle at 0% 0%, rgba(96, 165, 250, 0.25), transparent 60%), rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 25px 60px -40px rgba(15, 23, 42, 0.8);
}

:root.light .hero-cta-panel {
    background: radial-gradient(circle at 0% 0%, rgba(96, 165, 250, 0.15), transparent 55%), rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.08);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-cta-note {
    margin-top: 0.75rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.hero-proof {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.hero-proof li {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.04);
}

.hero-variant-link {
    margin-top: 1rem;
    color: var(--text-muted);
    font-size: 0.92rem;
}

.hero-variant-link a {
    margin-left: 0.35rem;
    color: var(--accent-blue);
    font-weight: 600;
    text-decoration: none;
}

.hero-variant-link a:hover {
    text-decoration: underline;
}

.stats-grid {
    margin-top: clamp(2.5rem, 4vw, 3rem);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.stat-card {
    padding: 1.4rem;
    border-radius: 24px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    box-shadow: var(--shadow-soft);
}

.stat-value {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.08;
    overflow-wrap: break-word;
}

.stat-label {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.callout-card {
    border: 1px solid rgba(244, 114, 182, 0.25);
    border-radius: 18px;
    padding: 1.1rem 1.3rem;
    background: rgba(244, 114, 182, 0.16);
    color: #fff7ed;
}

.callout-label {
    font-weight: 600;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.callout-body {
    margin-top: 0.75rem;
    font-size: 0.95rem;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-phone-frame {
    width: min(390px, 90vw);
    border-radius: 36px;
    border: 1px solid var(--glass-border);
    background: linear-gradient(165deg, rgba(16, 24, 40, 0.55), rgba(10, 6, 28, 0.82));
    box-shadow: 0 42px 88px -48px rgba(16, 24, 40, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 0.75rem;
    transform: translateY(-4px) scale(1.04);
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    animation: heroPulse 8s ease-in-out infinite;
}

.hero-media-wrap {
    position: relative;
    isolation: isolate;
}

.hero-media-wrap::before {
    content: "";
    position: absolute;
    inset: -9%;
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 25%, rgba(244, 114, 182, 0.34), transparent 55%),
        radial-gradient(circle at 78% 72%, rgba(96, 165, 250, 0.28), transparent 54%);
    filter: blur(18px);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
}

.hero-motion-video {
    width: 100%;
    display: block;
    border-radius: 28px;
    aspect-ratio: 9 / 18;
    object-fit: cover;
    object-position: center center;
    background: rgba(15, 23, 42, 0.45);
}

.hero-motion-video--animated {
    position: relative;
    z-index: 1;
    transform: scale(1.01);
}

.hero-motion-video--fallback {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
}

@keyframes heroPulse {
    0%,
    100% {
        transform: translateY(-4px) scale(1.04);
        box-shadow: 0 42px 88px -48px rgba(16, 24, 40, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    }
    50% {
        transform: translateY(-8px) scale(1.06);
        box-shadow: 0 54px 98px -44px rgba(96, 165, 250, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.09) inset;
    }
}

.hero-comparison-visual {
    width: min(460px, 96vw);
    border-radius: 30px;
    border: 1px solid var(--glass-border);
    background: linear-gradient(170deg, rgba(15, 23, 42, 0.58), rgba(30, 27, 75, 0.78));
    box-shadow: var(--shadow-glow);
    padding: 1.4rem;
    display: grid;
    gap: 0.95rem;
}

.hero-comparison-visual h3 {
    font-size: 1.35rem;
    line-height: 1.2;
}

.hero-comparison-subtitle {
    color: var(--text-secondary);
    font-size: 0.92rem;
}

.hero-cost-row {
    display: grid;
    gap: 0.4rem;
}

.hero-cost-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.hero-cost-head strong {
    color: var(--text-primary);
    font-size: 0.92rem;
}

.hero-cost-track {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.25);
    overflow: hidden;
}

.hero-cost-bar {
    display: block;
    height: 100%;
    width: var(--bar-width, 0%);
    border-radius: 999px;
}

.hero-cost-bar.is-app {
    background: linear-gradient(90deg, #22c55e, #84cc16);
}

.hero-cost-bar.is-counseling {
    background: linear-gradient(90deg, #f59e0b, #f97316);
}

.hero-cost-bar.is-divorce {
    background: linear-gradient(90deg, #fb7185, #ef4444);
}

.hero-comparison-footnote {
    color: var(--text-muted);
    font-size: 0.82rem;
}

:root.light .hero-comparison-visual {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.92));
}

:root.light .callout-card {
    background: rgba(250, 240, 255, 0.72);
    border-color: rgba(167, 139, 250, 0.35);
    color: rgba(31, 41, 55, 0.82);
}

:root.light .callout-label {
    color: rgba(55, 65, 81, 0.7);
}

:root.light .callout-body {
    color: rgba(55, 65, 81, 0.85);
}

.section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.section-heading h2 {
    font-size: clamp(2.1rem, 3vw, 2.7rem);
    letter-spacing: -0.02em;
}

.section-heading p {
    margin-top: 1.1rem;
    color: var(--text-secondary);
    font-size: 1rem;
}

.value-stack {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.guidance-showcase {
    padding: clamp(2.5rem, 6vw, 4.8rem) 0;
}

.guidance-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.guidance-card {
    border-radius: 30px;
    border: 1px solid rgba(240, 191, 90, 0.5);
    background: linear-gradient(
        160deg,
        rgba(255, 245, 224, 0.93) 0%,
        rgba(255, 240, 219, 0.88) 48%,
        rgba(250, 232, 255, 0.86) 100%
    );
    color: #26163f;
    padding: 1.65rem;
    box-shadow: 0 26px 68px -46px rgba(245, 179, 50, 0.82);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guidance-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 76px -44px rgba(245, 179, 50, 0.9);
}

.guidance-card__eyebrow {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #b87417;
}

.guidance-card h3 {
    margin-top: 0.8rem;
    font-size: 1.58rem;
    letter-spacing: -0.015em;
    line-height: 1.16;
    color: #2a1743;
}

.guidance-card p {
    margin-top: 0.95rem;
    color: rgba(42, 23, 67, 0.9);
}

.guidance-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(206, 156, 51, 0.52);
    background: linear-gradient(98deg, rgba(248, 193, 28, 0.98), rgba(246, 143, 109, 0.9));
    color: #211133;
    padding: 0.58rem 1rem;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.02em;
}

:root.light .guidance-card {
    border-color: rgba(218, 169, 68, 0.46);
    box-shadow: 0 28px 72px -50px rgba(217, 153, 24, 0.6);
}

.value-stack__intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.pillars-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pillar-card {
    border-radius: 26px;
    padding: 1.8rem;
    background: var(--glass-surface);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-soft);
    min-height: 100%;
}

.pillar-label {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    color: var(--text-primary);
}

.pillar-body {
    margin-top: 0.9rem;
    font-size: 0.98rem;
    color: var(--text-secondary);
}

.metrics-strip {
    padding: 2.5rem 0 1.5rem;
}

.metrics-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.metric-card {
    border-radius: 26px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    padding: 1.4rem;
    box-shadow: var(--shadow-soft);
}

.metric-value {
    font-size: 2.2rem;
    font-weight: 700;
}

.metric-label {
    margin-top: 0.35rem;
    font-weight: 600;
}

.metric-copy {
    margin-top: 0.45rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.story-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
}

.story-card {
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    padding: 2rem;
    box-shadow: var(--shadow-soft);
}

.story-card ul {
    margin-top: 1.2rem;
    display: grid;
    gap: 0.8rem;
    color: var(--text-muted);
}

.plans {
    padding: 4rem 0 2rem;
}

.plans-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.plan-card {
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--panel-strong);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    box-shadow: var(--shadow-soft);
}

.plan-label {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.65);
}

.plan-card ul {
    display: grid;
    gap: 0.6rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

:root.light .plan-label,
:root.light .testimonial-label {
    color: rgba(55, 65, 81, 0.6);
}

.pillars-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pillar-card {
    border-radius: 26px;
    border: 1px solid var(--glass-border);
    background: var(--panel-strong);
    padding: 1.8rem;
    box-shadow: var(--shadow-soft);
}

.features-grid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.feature-card {
    position: relative;
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--panel-strong);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(244, 114, 182, 0.45);
    background: var(--panel-strong-hover);
}

.feature-icon {
    font-size: 1.8rem;
}

.feature-card h3 {
    margin-top: 1.5rem;
    font-size: 1.25rem;
}

.feature-card p {
    margin-top: 0.9rem;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.how {
    background: rgba(255, 255, 255, 0.02);
}

.steps-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.step-card {
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--panel-muted);
    box-shadow: var(--shadow-soft);
}

.step-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.25), rgba(244, 114, 182, 0.2));
    border: 1px solid rgba(148, 163, 184, 0.28);
    color: rgba(226, 232, 240, 0.82);
}

.step-card h3 {
    margin-top: 1.4rem;
    font-size: 1.2rem;
}

.step-card p {
    margin-top: 0.8rem;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.aivo {
    background: rgba(255, 255, 255, 0.015);
}

.aivo-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.aivo-card {
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.aivo-card ul {
    display: grid;
    gap: 0.6rem;
    color: var(--text-muted);
    font-size: 0.92rem;
}

.aivo-card li {
    position: relative;
    padding-left: 1.4rem;
}

.aivo-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-pink), var(--accent-yellow));
    box-shadow: 0 0 10px rgba(244, 114, 182, 0.6);
}

.question-graph {
    background: rgba(255, 255, 255, 0.02);
    padding-top: clamp(4rem, 7vw, 7rem);
    padding-bottom: clamp(4rem, 7vw, 7rem);
}

.question-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.question-card {
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    box-shadow: var(--shadow-soft);
}

.question-card ul {
    margin-top: 1rem;
    display: grid;
    gap: 0.6rem;
    color: var(--text-muted);
    font-size: 0.92rem;
}

.question-card li {
    position: relative;
    padding-left: 1.4rem;
}

.question-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-teal));
    box-shadow: 0 0 10px rgba(96, 165, 250, 0.6);
}

.partners {
    position: relative;
}

.partners-grid {
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: center;
}

.partners-copy ul {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.partner-points li {
    position: relative;
    padding-left: 1.6rem;
}

.partner-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-yellow), var(--accent-pink));
    box-shadow: 0 0 12px rgba(244, 114, 182, 0.6);
}

.partners-panel .glass-panel {
    padding: 2.3rem;
    border-radius: 30px;
    border: 1px solid rgba(244, 114, 182, 0.4);
    background: rgba(244, 114, 182, 0.12);
    box-shadow: var(--shadow-glow);
}

.professionals {
    background: rgba(255, 255, 255, 0.01);
}

.professionals-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pro-card {
    border-radius: 30px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: var(--shadow-soft);
}

.pro-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(226, 232, 240, 0.65);
}

.pro-card ul {
    color: var(--text-muted);
    display: grid;
    gap: 0.6rem;
    font-size: 0.95rem;
}

.pro-download {
    margin-top: 1.5rem;
    text-align: center;
}

.pro-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pro-contact-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pro-contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(6px);
}

.pro-contact-modal__panel {
    position: relative;
    width: min(760px, 100%);
    max-height: calc(100dvh - 2.5rem);
    overflow: auto;
    border-radius: 24px;
    border: 1px solid var(--glass-border);
    background: linear-gradient(150deg, rgba(13, 22, 45, 0.96), rgba(10, 18, 38, 0.98));
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.6);
    padding: 1.5rem;
}

.pro-contact-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid var(--glass-border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-primary);
    width: 32px;
    height: 32px;
    border-radius: 999px;
    cursor: pointer;
}

.pro-contact-modal__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.65);
    margin-bottom: 0.6rem;
}

.pro-contact-modal__subtitle {
    margin-top: 0.55rem;
    color: var(--text-muted);
}

.pro-contact-form {
    margin-top: 1.1rem;
    display: grid;
    gap: 0.9rem;
}

.pro-contact-form__grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pro-contact-form label {
    display: grid;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.88);
}

.pro-contact-form input,
.pro-contact-form select,
.pro-contact-form textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    background: rgba(15, 23, 42, 0.72);
    color: var(--text-primary);
    padding: 0.62rem 0.72rem;
    font: inherit;
}

.pro-contact-form textarea {
    resize: vertical;
    min-height: 104px;
}

.pro-contact-form__checkbox {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.55rem;
}

.pro-contact-form__checkbox input {
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
}

#pro-contact-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.pro-contact-form__status {
    margin: 0;
    min-height: 1.2rem;
    font-size: 0.92rem;
    color: var(--text-muted);
}

.pro-contact-form__status.is-error {
    color: #fca5a5;
}

.pro-contact-form__status.is-success {
    color: #86efac;
}

.pro-contact-form__actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.65rem;
}

:root.light .pro-contact-modal__backdrop {
    background: rgba(15, 23, 42, 0.38);
}

:root.light .pro-contact-modal__panel {
    background: linear-gradient(150deg, rgba(252, 252, 255, 0.98), rgba(248, 250, 255, 0.98));
}

:root.light .pro-contact-modal__eyebrow {
    color: rgba(15, 23, 42, 0.6);
}

:root.light .pro-contact-form label {
    color: rgba(15, 23, 42, 0.85);
}

:root.light .pro-contact-form input,
:root.light .pro-contact-form select,
:root.light .pro-contact-form textarea {
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    border-color: rgba(148, 163, 184, 0.42);
}

.testimonial {
    background: rgba(255, 255, 255, 0.015);
}

.testimonial-label {
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: rgba(226, 232, 240, 0.65);
}

.testimonial-carousel {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem;
    align-items: center;
}

.testimonial-track-wrapper {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 1rem;
}

.testimonial-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 520px;
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--panel-strong);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-slide blockquote {
    font-size: 1.05rem;
    line-height: 1.6;
}

.testimonial-meta {
    color: var(--text-muted);
    font-weight: 500;
}

.carousel-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-primary);
    font-size: 1.2rem;
    cursor: pointer;
}

.testimonial-dots {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.8rem;
}

.testimonial-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(148, 163, 184, 0.4);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.testimonial-dots button.active {
    background: var(--accent-blue);
    opacity: 1;
}

/* --- Story page --- */
.story-page {
    padding-top: 7rem;
}

.story-intro,
.story-loops {
    padding: 3rem 0;
}

.story-hero {
    padding: 3rem 0 1rem;
}

.story-hero-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
}

.story-hero-tagline {
    margin-top: 1.2rem;
    font-size: 1.05rem;
    color: var(--text-muted);
}

.story-hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.story-hero-note {
    margin-top: 0.75rem;
    color: var(--text-muted);
}

.story-hero-card {
    border-radius: 28px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    padding: 2rem;
    box-shadow: var(--shadow-soft);
}

.story-hero-card ul {
    margin-top: 1rem;
    display: grid;
    gap: 0.7rem;
    color: var(--text-muted);
    list-style: disc;
    padding-left: 1.2rem;
}

.story-pillars {
    padding: 3rem 0;
}

.story-cta {
    padding: 3rem 0 4rem;
}

.story-cta-card {
    border-radius: 30px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    padding: clamp(2rem, 5vw, 3rem);
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.story-cta-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.main-nav .active {
    color: var(--text-primary);
}

.product-gallery {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    box-shadow: var(--shadow-soft);
    height: clamp(320px, 45vw, 520px);
}

:root.light .gallery-card {
    background: rgba(255, 255, 255, 0.92);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: inherit;
    transition: transform 0.8s ease;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-card-body {
    position: absolute;
    inset: auto 0 0 0;
    padding: clamp(1.25rem, 4vw, 1.75rem);
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.04) 0%, rgba(2, 6, 23, 0.78) 74%);
}

:root.light .gallery-card-body {
    background: linear-gradient(180deg, rgba(250, 250, 255, 0) 0%, rgba(250, 250, 255, 0.96) 80%);
}

.gallery-card-label,
.pill-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(248, 250, 252, 0.85);
    background: rgba(2, 6, 23, 0.4);
}

:root.light .gallery-card-label,
:root.light .pill-label {
    color: rgba(15, 23, 42, 0.75);
    border-color: rgba(15, 23, 42, 0.14);
    background: rgba(15, 23, 42, 0.06);
}

.gallery-card h3 {
    margin-top: 1.1rem;
    font-size: 1.35rem;
}

.gallery-card p {
    margin-top: 0.55rem;
    color: rgba(248, 250, 252, 0.88);
}

:root.light .gallery-card p {
    color: rgba(15, 23, 42, 0.78);
}

.product-video {
    padding: clamp(4.5rem, 9vw, 6.8rem) 0;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: center;
}

.video-copy p {
    color: var(--text-muted);
}

.video-highlights {
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.video-highlights li {
    position: relative;
    padding-left: 1.8rem;
    color: var(--text-primary);
}

.video-highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-pink), var(--accent-blue));
    box-shadow: 0 10px 25px -12px rgba(244, 114, 182, 0.7);
}

.video-meta {
    margin-top: 1.5rem;
    font-weight: 600;
    color: var(--accent-blue);
}

.video-frame {
    border-radius: 32px;
    border: 1px solid var(--glass-border);
    background: var(--glass-surface);
    padding: clamp(1rem, 3vw, 1.5rem);
    box-shadow: var(--shadow-glow);
}

.video-frame video {
    width: 100%;
    border-radius: 24px;
    display: block;
}

.video-accessibility {
    margin-top: 0.65rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.faq-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.faq-card {
    padding: 1.8rem;
    border-radius: 26px;
    border: 1px solid var(--glass-border);
    background: var(--panel-muted);
}

.faq-card h3 {
    font-size: 1.05rem;
}

.faq-card p {
    margin-top: 0.8rem;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.cta {
    padding-bottom: clamp(5rem, 8vw, 8rem);
}

.cta-card {
    padding: clamp(3rem, 6vw, 4rem);
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.5), rgba(244, 114, 182, 0.45), rgba(96, 165, 250, 0.45));
    color: rgba(255, 255, 255, 0.97);
    text-align: center;
    box-shadow: 0 40px 120px -50px rgba(244, 114, 182, 0.8);
}

.cta-card h2 {
    font-size: clamp(2.2rem, 3vw, 2.9rem);
    letter-spacing: -0.02em;
}

.cta-card p {
    margin-top: 1.1rem;
    max-width: 560px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
}

.cta-actions {
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta .button-secondary {
    border-color: rgba(255, 255, 255, 0.42);
    color: rgba(255, 255, 255, 0.95);
}

.cta .button-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
}

:root.light .cta-card {
    color: #020617;
}

:root.light .cta-card p {
    color: rgba(15, 23, 42, 0.8);
}

:root.light .cta .button-secondary {
    border-color: rgba(15, 23, 42, 0.35);
    color: #0f172a;
}

:root.light .cta .button-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}

.site-footer {
    padding: 2.2rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    text-align: center;
    color: rgba(226, 232, 240, 0.6);
    font-size: 0.85rem;
}

.footer-content {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--text-primary);
}

:root.light .site-footer {
    color: rgba(55, 65, 81, 0.64);
    border-top-color: rgba(15, 23, 42, 0.08);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.hero .reveal:nth-child(1) { transition-delay: 0.05s; }
.hero .reveal:nth-child(2) { transition-delay: 0.12s; }
.hero .reveal:nth-child(3) { transition-delay: 0.2s; }

@media (max-width: 1040px) {
    .main-nav .nav-primary-link {
        display: none;
    }
    .mobile-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }
    .site-header .container {
        gap: 0.75rem;
    }
}

@media (max-width: 760px) {
    .pro-contact-form__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .main-nav {
        gap: 0.75rem;
    }
    .main-nav a,
    .button,
    .language-switcher summary {
        font-size: 0.85rem;
    }
    .hero {
        padding-top: 8rem;
    }
    .hero-visual {
        order: -1;
        margin-bottom: 2rem;
    }

    .hero-phone-frame {
        transform: none;
        animation-duration: 10s;
    }
}

@media (max-width: 760px) {
    .site-header {
        background: var(--mobile-header-gradient);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 0.7rem 0;
    }
    .site-header .container {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
    }
    body.has-mobile-menu .main-nav {
        display: none;
    }
    .mobile-menu-toggle {
        display: none;
    }
    body.has-mobile-menu .mobile-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }
    .web-mobile-menu__nav a,
    .web-mobile-menu__actions .button-primary,
    .web-mobile-menu__actions .button-ghost {
        font-size: 1.34rem;
    }
    .web-mobile-menu__actions .button-primary {
        min-height: 52px;
        font-size: 1.28rem;
    }
    .web-mobile-menu__panel {
        inset: 8px;
        border-radius: 22px;
    }
    .hero-actions {
        width: 100%;
    }
    .hero-actions .button {
        flex: 1 1 auto;
        justify-content: center;
    }
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    :root.light .site-header {
        border-bottom-color: rgba(15, 23, 42, 0.08);
    }
}

@media (max-width: 560px) {
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stat-card {
        padding: 1.1rem;
    }
    .stat-value {
        font-size: clamp(1.45rem, 7vw, 1.8rem);
        overflow-wrap: anywhere;
        hyphens: auto;
    }
    .web-mobile-menu__nav a,
    .web-mobile-menu__actions .button-primary,
    .web-mobile-menu__actions .button-ghost {
        font-size: 1.18rem;
    }
    .web-mobile-menu__actions .button-primary {
        font-size: 1.14rem;
        min-height: 48px;
    }
    .badge {
        font-size: 0.7rem;
        letter-spacing: 0.14em;
        padding: 0.45rem 0.9rem;
    }
    .hero h1 {
        font-size: 2.3rem;
    }
    .hero-tagline {
        font-size: 1rem;
    }
    .hero-visual .glass-panel {
        padding: 1.6rem;
        max-width: 100%;
    }
    .hero-comparison-visual {
        width: 100%;
    }
    .feature-card,
    .guidance-card,
    .step-card,
    .faq-card {
        padding: 1.6rem;
    }
    .guidance-card h3 {
        font-size: 1.35rem;
    }
    .cta-card {
        padding: 2.5rem clamp(1.4rem, 5vw, 2rem);
    }
}

/* Keep chat widget launcher above sticky headers/menus. */
elevenlabs-convai {
    z-index: 220 !important;
}
