/* Copied verbatim from Service.tsx and app.css on 2026-09-25. Shared by every preview page. */
.liquid-glass-bg {
    background: linear-gradient(145deg, #0a0f1e 0%, #160d2a 25%, #0b1524 50%, #0d1220 75%, #0f0a1f 100%);
}

[data-theme="dark-glass"] .liquid-glass-bg::before {
    filter: blur(35px);
    opacity: 0.9;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.6) 0%, rgba(167, 139, 250, 0.3) 35%, transparent 65%);
}

[data-theme="dark-glass"] .liquid-glass-bg::after {
    filter: blur(35px);
    opacity: 0.9;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.55) 0%, rgba(56, 189, 248, 0.25) 35%, transparent 65%);
}

[data-theme="dark-glass"] .liquid-glass-orb {
    filter: blur(30px);
    opacity: 0.8;
}

[data-theme="dark-glass"] .liquid-glass-orb:nth-child(1) {
    background: radial-gradient(circle, rgba(244, 114, 182, 0.45) 0%, rgba(251, 113, 133, 0.18) 40%, transparent 70%);
}

[data-theme="dark-glass"] .liquid-glass-orb:nth-child(2) {
    background: radial-gradient(circle, rgba(52, 211, 153, 0.4) 0%, rgba(110, 231, 183, 0.16) 40%, transparent 70%);
}

[data-theme="dark-glass"] .liquid-glass-orb:nth-child(3) {
    background: radial-gradient(circle, rgba(251, 191, 36, 0.35) 0%, rgba(253, 224, 71, 0.14) 40%, transparent 70%);
}

/* Dark Glass - stat cards (mirrors liquid-glass approach: SVG refraction + inner glow) */
[data-theme="dark-glass"] .stat-card {
    position: relative;
    isolation: isolate;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-theme="dark-glass"] .stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow:
        inset 0 0 24px -5px rgba(255, 255, 255, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

[data-theme="dark-glass"] .stat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    backdrop-filter: url(#lg-filter) blur(40px) saturate(1.8);
    -webkit-backdrop-filter: url(#lg-filter) blur(40px) saturate(1.8);
}

[data-theme="dark-glass"] .stat-card > * {
    position: relative;
    z-index: 2;
}

[data-theme="dark-glass"] .stat-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px) scale(1.02);
}

[data-theme="dark-glass"] .stat-card:hover::before {
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 0 28px -4px rgba(255, 255, 255, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

/* Dark Glass - sidebar */
[data-theme="dark-glass"] aside {
    background: rgba(15, 23, 42, 0.65) !important;
    backdrop-filter: blur(40px) saturate(1.6);
    -webkit-backdrop-filter: blur(40px) saturate(1.6);
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow:
        inset -1px 0 0 rgba(255, 255, 255, 0.06),
        4px 0 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
    [data-theme="dark-glass"] aside {
        background: rgba(15, 23, 42, 0.85) !important;
        backdrop-filter: blur(40px) saturate(1.6);
        -webkit-backdrop-filter: blur(40px) saturate(1.6);
        padding-top: env(safe-area-inset-top, 0px);
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
}

/* Sidebar logo box - matches login hero-logo-box per theme */
.sidebar-logo-box {
    background: rgba(255,255,255,0.45);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.sidebar-logo-box svg { color: #0284c7; }

/* Brand wordmark - gradient text matching the glass logo accent */
.sidebar-brand {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    letter-spacing: -0.02em;
}
[data-theme="dark"] .sidebar-brand,
[data-theme="dark-glass"] .sidebar-brand {
    background: linear-gradient(135deg, #7dd3fc, #38bdf8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-theme="dark"] .sidebar-logo-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
[data-theme="dark"] .sidebar-logo-box svg { color: #38bdf8; }

[data-theme="dark-glass"] .sidebar-logo-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
[data-theme="dark-glass"] .sidebar-logo-box svg { color: #38bdf8; }

[data-theme="dark-glass"] .sidebar-link.active {
    background: transparent !important;
    box-shadow: none;
}

/* Dark Glass - table */
[data-theme="dark-glass"] .table-header {
    background: rgba(15, 23, 42, 0.35) !important;
}

[data-theme="dark-glass"] .table-row:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Dark Glass - inputs */
[data-theme="dark-glass"] input[type="date"],
[data-theme="dark-glass"] input[type="datetime-local"],
[data-theme="dark-glass"] input[type="text"],
[data-theme="dark-glass"] input[type="password"],
[data-theme="dark-glass"] input[type="number"],
[data-theme="dark-glass"] input[type="time"],
[data-theme="dark-glass"] select,
[data-theme="dark-glass"] textarea {
    background-color: rgba(30, 41, 59, 0.5) !important;
    color: #f8fafc !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[data-theme="dark-glass"] input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(0.8);
    cursor: pointer;
}

[data-theme="dark-glass"] input:focus,
[data-theme="dark-glass"] select:focus,
[data-theme="dark-glass"] textarea:focus {
    background-color: rgba(51, 65, 85, 0.6) !important;
    border-color: rgba(99, 102, 241, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15) !important;
}

/* Dark Glass - mobile top bar */
[data-theme="dark-glass"] .mobile-top-bar {
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(24px) saturate(1.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    padding-top: env(safe-area-inset-top, 0px);
    border-bottom: none;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

/* Dark Glass - text/bg color overrides */
[data-theme="dark-glass"] .text-slate-400 { color: #94a3b8 !important; }
[data-theme="dark-glass"] .text-slate-500 { color: #94a3b8 !important; }
[data-theme="dark-glass"] .text-slate-600 { color: #cbd5e1 !important; }
[data-theme="dark-glass"] .text-slate-700 { color: #cbd5e1 !important; }
[data-theme="dark-glass"] .text-slate-800 { color: #f8fafc !important; }
[data-theme="dark-glass"] .bg-white { background-color: rgba(15, 23, 42, 0.4) !important; }
[data-theme="dark-glass"] .bg-slate-50 { background-color: rgba(30, 41, 59, 0.35) !important; }
[data-theme="dark-glass"] .bg-slate-100 { background-color: rgba(30, 41, 59, 0.3) !important; }
[data-theme="dark-glass"] .border-slate-100,
[data-theme="dark-glass"] .border-slate-200 { border-color: rgba(255, 255, 255, 0.1) !important; }
[data-theme="dark-glass"] .bg-red-50 { background-color: rgba(239, 68, 68, 0.15) !important; }
[data-theme="dark-glass"] .border-red-200 { border-color: rgba(239, 68, 68, 0.3) !important; }
[data-theme="dark-glass"] .bg-indigo-50 { background-color: rgba(99, 102, 241, 0.15) !important; }
[data-theme="dark-glass"] .text-indigo-600 { color: #a5b4fc !important; }

/* Dark Glass - page transition */
[data-theme="dark-glass"] .animate-fade-in {
    animation: lgPageFade 0.3s ease-out forwards;
}

/* Dark Glass - badges glass effect */
[data-theme="dark-glass"] .badge-success,
[data-theme="dark-glass"] .badge-warning,
[data-theme="dark-glass"] .badge-info {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 0 8px -3px rgba(255, 255, 255, 0.1);
}

/* Dark Glass - main content area transparent */
[data-theme="dark-glass"] main {
    background: transparent !important;
}

/* Dark Glass - glass card containers */
[data-theme="dark-glass"] main > .rounded-2xl {
    position: relative;
    isolation: isolate;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

[data-theme="dark-glass"] main > .rounded-2xl::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

[data-theme="dark-glass"] main > .rounded-2xl::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: inherit;
    backdrop-filter: blur(1px) saturate(1.3);
    -webkit-backdrop-filter: blur(1px) saturate(1.3);
    pointer-events: none;
}

/* Dark Glass - scrollbar */
[data-theme="dark-glass"] ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}

[data-theme="dark-glass"] ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

/* Dark Glass - floating indicator (dark version of .lg-indicator) */
[data-theme="dark-glass"] .lg-indicator {
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04),
        0 2px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark-glass"] .lg-indicator::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

[data-theme="dark-glass"] .lg-indicator::after {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}

/* Dark Glass - highlight indicator */
[data-theme="dark-glass"] .lg-highlight-indicator {
    background: rgba(99, 102, 241, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(129, 140, 248, 0.25),
        inset 0 -1px 0 rgba(129, 140, 248, 0.08),
        0 0 20px rgba(99, 102, 241, 0.15),
        0 0 0 1px rgba(129, 140, 248, 0.2);
    border: 1px solid rgba(129, 140, 248, 0.25);
}

[data-theme="dark-glass"] .lg-highlight-indicator::before {
    background: linear-gradient(90deg, transparent, rgba(129,140,248,0.3), transparent);
}

[data-theme="dark-glass"] .lg-highlight-indicator::after {
    background: linear-gradient(90deg, transparent, rgba(129,140,248,0.12), transparent);
}

/* Dark Glass - modal overrides */
[data-theme="dark-glass"] .modal-overlay {
    background: rgba(0,0,0,0.6) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
[data-theme="dark-glass"] .modal-overlay > .modal-surface {
    background: rgba(15, 23, 42, 0.88) !important;
    backdrop-filter: blur(32px) saturate(1.4) !important;
    -webkit-backdrop-filter: blur(32px) saturate(1.4) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    box-shadow: 0 12px 48px rgba(0,0,0,0.3) !important;
}
[data-theme="dark-glass"] .modal-overlay > .modal-surface input,
[data-theme="dark-glass"] .modal-overlay > .modal-surface select {
    background: rgba(30, 41, 59, 0.6) !important;
    border-color: rgba(255,255,255,0.1) !important;
}

/* Liquid Glass - animated mesh background (iOS 26 bright style) */
[data-theme="liquid-glass"] html,
[data-theme="liquid-glass"] body {
    background: #e8ecf4 !important;
}

.liquid-glass-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(145deg, #dfe6f0 0%, #c9d6e8 30%, #e0d4ec 60%, #d4e4ef 100%);
}

.liquid-glass-bg::before,
.liquid-glass-bg::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.7;
    animation: liquidFloat 20s ease-in-out infinite;
}

.liquid-glass-bg::before {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.5) 0%, rgba(196, 181, 253, 0.3) 40%, transparent 70%);
    top: -15%;
    left: -10%;
    animation-delay: 0s;
}

.liquid-glass-bg::after {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.45) 0%, rgba(125, 211, 252, 0.2) 40%, transparent 70%);
    bottom: -15%;
    right: -10%;
    animation-delay: -10s;
}

.liquid-glass-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
}

.liquid-glass-orb:nth-child(1) {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.4) 0%, rgba(251, 113, 133, 0.15) 40%, transparent 70%);
    top: 35%;
    left: 25%;
    animation: liquidFloat 25s ease-in-out infinite -5s;
}

.liquid-glass-orb:nth-child(2) {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 211, 153, 0.35) 0%, rgba(110, 231, 183, 0.15) 40%, transparent 70%);
    top: 15%;
    right: 15%;
    animation: liquidFloat 22s ease-in-out infinite -8s;
}

.liquid-glass-orb:nth-child(3) {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.3) 0%, rgba(253, 224, 71, 0.12) 40%, transparent 70%);
    bottom: 15%;
    left: 45%;
    animation: liquidFloat 18s ease-in-out infinite -12s;
}

@keyframes liquidFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(60px, -40px) scale(1.1); }
    50% { transform: translate(-30px, 50px) scale(0.95); }
    75% { transform: translate(40px, 20px) scale(1.05); }
}


/* ==========================================================
   Landing page - Liquid Glass (1:1 with Login.tsx hero side)
   ========================================================== */
.lp-page { min-height: 100vh; width: 100%; position: relative; z-index: 1; }

/* ===== Top nav ===== */
.lp-nav {
    position: sticky; top: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    backdrop-filter: blur(24px) saturate(1.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 1px 12px rgba(0, 0, 0, 0.04);
}
.lp-brand { display: inline-flex; align-items: center; gap: 0.625rem; }
.lp-brand-logo {
    width: 38px; height: 38px; border-radius: 11px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.lp-brand-logo svg { color: #0284c7; }
.lp-brand-text { display: flex; flex-direction: column; line-height: 1; }
.lp-brand-name { font-size: 1rem; font-weight: 700; color: #0f172a; letter-spacing: -0.01em; }
.lp-brand-tag { font-size: 0.6875rem; color: #64748b; margin-top: 2px; }

.lp-nav-links { display: flex; align-items: center; gap: 1.75rem; }
.lp-nav-link {
    font-size: 0.9rem; font-weight: 500; color: #334155;
    text-decoration: none; transition: color 0.2s;
}
.lp-nav-link:hover { color: #0284c7; }

.lp-nav-cta {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.875rem; font-weight: 600; color: #0f172a;
    padding: 0.55rem 1.1rem; border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 0 12px -4px rgba(255, 255, 255, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-nav-cta:hover {
    transform: translateY(-1px) scale(1.02);
    background: rgba(255, 255, 255, 0.7);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 0 16px -4px rgba(255, 255, 255, 0.4),
        0 6px 20px rgba(0, 0, 0, 0.08);
}

.lp-nav-toggle {
    display: none;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    width: 40px; height: 40px;
    align-items: center; justify-content: center;
    color: #0f172a; cursor: pointer;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.lp-mobile-menu {
    /* Absolutely positioned under the sticky nav so it follows the nav when the page is scrolled */
    display: none; flex-direction: column; gap: 0;
    position: absolute;
    top: 100%; left: 0; right: 0;
    padding: 0.5rem 1.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(28px) saturate(1.5);
    backdrop-filter: blur(28px) saturate(1.5);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    z-index: 49;
}
.lp-mobile-menu.open { display: flex; }
.lp-mobile-menu a {
    display: flex; align-items: center; min-height: 48px;
    padding: 0.5rem 0.25rem;
    color: #334155; font-weight: 500; font-size: 0.98rem;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.09);
    transition: color 0.15s ease;
}
.lp-mobile-menu a:active { color: #0284c7; }
.lp-mobile-menu a:last-child {
    border-bottom: none;
    font-weight: 700; color: #0284c7;
}

/* ===== Container ===== */
.lp-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ===== Hero ===== */
.lp-hero { padding: 6rem 0 5rem; }
.lp-hero-grid {
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 3.5rem; align-items: center;
}

.lp-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.4rem 0.85rem; border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: 0.75rem; font-weight: 600; color: #0369a1;
    letter-spacing: 0.02em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.lp-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; }

.lp-hero h1 {
    font-size: 3.5rem; line-height: 1.05; letter-spacing: -0.035em;
    font-weight: 700; color: #0f172a;
    margin: 1.25rem 0 1.25rem;
}
.lp-hero h1 .accent {
    background: linear-gradient(135deg, #0284c7 0%, #4f46e5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.lp-hero p {
    font-size: 1.1rem; color: #475569; line-height: 1.65;
    max-width: 540px; margin: 0 0 2rem;
}

.lp-hero-ctas { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.lp-btn-primary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 1.5rem; border-radius: 14px;
    font-size: 0.95rem; font-weight: 600; color: #0f172a;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 0 14px -4px rgba(255, 255, 255, 0.35),
        0 4px 14px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    background: rgba(255, 255, 255, 0.7);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 0 18px -4px rgba(255, 255, 255, 0.4),
        0 10px 28px rgba(0, 0, 0, 0.1);
}
.lp-btn-secondary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 1.4rem; border-radius: 14px;
    font-size: 0.95rem; font-weight: 500; color: #334155;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.25s;
}
.lp-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #0284c7;
}

.lp-hero-proof {
    margin-top: 2.25rem; display: flex; gap: 2rem;
    padding-top: 1.5rem; border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.lp-hero-proof-item { display: flex; flex-direction: column; gap: 0.15rem; }
.lp-hero-proof-num { font-size: 1.5rem; font-weight: 700; color: #0f172a; letter-spacing: -0.02em; }
.lp-hero-proof-label { font-size: 0.8rem; color: #64748b; }

/* ===== Hero mock card ===== */
.lp-hero-visual {
    position: relative;
    border-radius: 28px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    backdrop-filter: blur(24px) saturate(1.5);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 0 30px -10px rgba(255, 255, 255, 0.3),
        0 20px 60px rgba(15, 23, 42, 0.12);
}
.lp-mock-header {
    display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 1.1rem;
}
.lp-mock-title { font-size: 0.9rem; font-weight: 600; color: #0f172a; }
.lp-mock-live {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.7rem; font-weight: 600; color: #166534;
    padding: 0.25rem 0.65rem; border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
}
.lp-mock-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; animation: lpPulse 1.6s ease-in-out infinite; }

.lp-mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-bottom: 1.25rem; }
.lp-mock-stat {
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lp-mock-stat-num { font-size: 1.4rem; font-weight: 700; color: #0f172a; letter-spacing: -0.02em; }
.lp-mock-stat-label { font-size: 0.7rem; color: #64748b; margin-top: 2px; }

.lp-mock-row {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    margin-bottom: 0.5rem;
}
.lp-mock-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 0.8rem; font-weight: 600; color: #fff;
    flex-shrink: 0;
}
.lp-mock-row-body { flex: 1; min-width: 0; }
.lp-mock-row-name { font-size: 0.85rem; font-weight: 600; color: #0f172a; }
.lp-mock-row-meta { font-size: 0.7rem; color: #64748b; margin-top: 1px; }
.lp-mock-badge {
    font-size: 0.65rem; font-weight: 600;
    padding: 0.2rem 0.55rem; border-radius: 999px;
    background: rgba(34, 197, 94, 0.18); color: #166534;
}
.lp-mock-badge.out { background: rgba(234, 179, 8, 0.18); color: #92400e; }

/* ===== AI Face Recognition Spotlight ===== */
.lp-face {
    padding: 5rem 0 4.5rem;
}
.lp-face-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 3.5rem;
    align-items: center;
}
.lp-face-copy .lp-eyebrow {
    background: rgba(14, 165, 233, 0.1);
    border-color: rgba(14, 165, 233, 0.25);
    color: #0369a1;
}
.lp-face-copy .lp-eyebrow-dot {
    background: linear-gradient(135deg, #0284c7, #4f46e5);
    box-shadow: 0 0 8px rgba(14, 165, 233, 0.6);
}
.lp-face-copy h2 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 1rem 0 1.1rem;
}
.lp-face-copy h2 .accent {
    background: linear-gradient(135deg, #0284c7 0%, #4f46e5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.lp-face-copy > p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 520px;
}
.lp-face-checks {
    display: flex; flex-direction: column; gap: 0.65rem;
    margin-bottom: 1.75rem;
}
.lp-face-check {
    display: flex; align-items: flex-start; gap: 0.7rem;
    font-size: 0.95rem; color: #334155; line-height: 1.5;
}
.lp-face-check span.icon {
    flex-shrink: 0;
    width: 22px; height: 22px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(34, 197, 94, 0.18);
    color: #166534; margin-top: 2px;
}
.lp-face-check strong { color: #0f172a; font-weight: 600; }

.lp-face-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem; margin-top: 0.5rem;
}
.lp-face-stat {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lp-face-stat-num {
    font-size: 1.35rem; font-weight: 700; color: #0f172a;
    letter-spacing: -0.02em;
}
.lp-face-stat-label {
    font-size: 0.7rem; color: #64748b; margin-top: 2px;
}

/* ----- face scan visual ----- */
.lp-face-visual {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    border-radius: 32px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    backdrop-filter: blur(24px) saturate(1.5);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 0 40px -12px rgba(255, 255, 255, 0.35),
        0 30px 70px rgba(15, 23, 42, 0.14);
    /* chips float around the frame - do NOT clip them */
    overflow: visible;
    display: flex; align-items: center; justify-content: center;
}
/* Camera viewfinder frame */
.lp-face-frame {
    position: relative;
    width: 78%; aspect-ratio: 1 / 1;
    border-radius: 28px;
    background:
        radial-gradient(ellipse at top left, rgba(56, 189, 248, 0.12), transparent 55%),
        radial-gradient(ellipse at bottom right, rgba(167, 139, 250, 0.15), transparent 55%),
        rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.25);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
/* Corner brackets */
.lp-face-corner {
    position: absolute; width: 26px; height: 26px;
    border-color: #0284c7; border-style: solid; border-width: 0;
}
.lp-face-corner.tl { top: 14px; left: 14px; border-top-width: 3px; border-left-width: 3px; border-top-left-radius: 10px; }
.lp-face-corner.tr { top: 14px; right: 14px; border-top-width: 3px; border-right-width: 3px; border-top-right-radius: 10px; }
.lp-face-corner.bl { bottom: 14px; left: 14px; border-bottom-width: 3px; border-left-width: 3px; border-bottom-left-radius: 10px; }
.lp-face-corner.br { bottom: 14px; right: 14px; border-bottom-width: 3px; border-right-width: 3px; border-bottom-right-radius: 10px; }

/* Portrait SVG - friendly abstract face */
.lp-face-portrait {
    width: 76%;
    height: 94%;
    display: block;
    animation: lpFacePulse 3.6s ease-in-out infinite;
    filter: drop-shadow(0 10px 24px rgba(15, 23, 42, 0.18));
}

/* Scanning line */
.lp-face-scanline {
    position: absolute; left: 10%; right: 10%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.85) 25%, rgba(79, 70, 229, 0.9) 75%, transparent);
    border-radius: 3px;
    box-shadow:
        0 0 14px rgba(14, 165, 233, 0.7),
        0 0 28px rgba(79, 70, 229, 0.4);
    animation: lpScan 2.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    top: 0;
}

/* Mesh dots overlay (tiny grid) */
.lp-face-mesh {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(14, 165, 233, 0.18) 1px, transparent 1.5px);
    background-size: 14px 14px;
    mix-blend-mode: overlay;
    opacity: 0.55;
    pointer-events: none;
}

/* Floating info chips around the frame */
.lp-face-chip {
    position: absolute;
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.5rem 0.8rem;
    border-radius: 14px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(14px) saturate(1.4);
    backdrop-filter: blur(14px) saturate(1.4);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 6px 18px rgba(15, 23, 42, 0.08);
    color: #0f172a;
    animation: lpFloat 5s ease-in-out infinite;
}
.lp-face-chip.match {
    top: 10%; right: -4%;
    color: #166534;
    background: rgba(220, 252, 231, 0.8);
    border-color: rgba(134, 239, 172, 0.7);
    animation-delay: 0.4s;
}
.lp-face-chip.match .dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.8);
    animation: lpPulse 1.2s ease-in-out infinite;
}
.lp-face-chip.time {
    bottom: 12%; left: -3%;
    animation-delay: 1.1s;
}
.lp-face-chip.liveness {
    top: 48%; left: -6%;
    animation-delay: 2.1s;
}
.lp-face-chip.score {
    bottom: 6%; right: -3%;
    animation-delay: 1.6s;
}

@keyframes lpScan {
    0%   { top: 8%;  opacity: 0; }
    10%  { opacity: 1; }
    50%  { top: 92%; opacity: 1; }
    60%  { top: 92%; opacity: 0; }
    61%  { top: 8%;  opacity: 0; }
    100% { top: 8%;  opacity: 0; }
}
@keyframes lpFacePulse {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50%      { transform: scale(1.02); filter: brightness(1.08); }
}
@keyframes lpFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}

/* Flagship highlight on face-recognition feature card */
.lp-feature-card.flagship {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(14, 165, 233, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 0 20px -4px rgba(14, 165, 233, 0.18),
        0 10px 30px rgba(14, 165, 233, 0.12);
    position: relative;
}
.lp-feature-card.flagship::after {
    content: '';
    position: absolute;
    top: -1px; left: -1px; right: -1px; bottom: -1px;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.4), rgba(79, 70, 229, 0.2) 60%, transparent);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}
.lp-flagship-tag {
    position: absolute;
    top: 14px; right: 14px;
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase; color: #0284c7;
    padding: 0.25rem 0.55rem; border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(14, 165, 233, 0.2);
}
.lp-feature-card.flagship .lp-feature-icon {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(79, 70, 229, 0.15));
    box-shadow: inset 0 0 12px -2px rgba(255, 255, 255, 0.5);
}

/* ===== Section styling ===== */
.lp-section { padding: 5rem 0; }
.lp-section-head { text-align: center; margin-bottom: 3rem; }
.lp-section-head h2 {
    font-size: 2.4rem; font-weight: 700; color: #0f172a;
    letter-spacing: -0.025em; line-height: 1.15;
    margin: 0.75rem 0 0.75rem;
}
.lp-section-head p {
    font-size: 1.05rem; color: #64748b; max-width: 640px; margin: 0 auto;
    line-height: 1.6;
}

/* ===== Feature grid ===== */
.lp-feature-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem;
}
.lp-feature-card {
    padding: 1.6rem 1.4rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    backdrop-filter: blur(18px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 0 14px -4px rgba(255, 255, 255, 0.25),
        0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-feature-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 0 18px -4px rgba(255, 255, 255, 0.35),
        0 16px 40px rgba(0, 0, 0, 0.08);
}
.lp-feature-icon {
    width: 48px; height: 48px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(14, 165, 233, 0.08);
    box-shadow: inset 0 0 10px -2px rgba(255, 255, 255, 0.35);
    margin-bottom: 1.1rem;
}
.lp-feature-icon svg { color: #0284c7; }
.lp-feature-card h3,
.lp-feature-card h4 { font-size: 1.05rem; font-weight: 600; color: #0f172a; margin: 0 0 0.4rem; letter-spacing: -0.01em; }
.lp-feature-card p { font-size: 0.875rem; color: #64748b; line-height: 1.55; margin: 0; }

/* ===== Feature bullet grid ===== */
.lp-bullet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem 2.5rem;
}
.lp-bullet-cat {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0284c7;
    margin: 0 0 1rem;
    line-height: 1;
}
.lp-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.lp-bullet-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.4;
}
.lp-bullet-icon {
    flex: 0 0 auto;
    width: 22px; height: 22px;
    border-radius: 7px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(14, 165, 233, 0.1);
    color: #0284c7;
}
.lp-bullet-icon svg { color: #0284c7; }

/* ===== How it works ===== */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; position: relative; }
.lp-step {
    position: relative;
    padding: 2rem 1.6rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    backdrop-filter: blur(18px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 0 16px -4px rgba(255, 255, 255, 0.3),
        0 4px 16px rgba(0, 0, 0, 0.04);
}
.lp-step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 12px;
    font-weight: 700; font-size: 1rem; color: #0284c7;
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.2);
    margin-bottom: 1rem;
}
.lp-step h3 { font-size: 1.15rem; font-weight: 600; color: #0f172a; margin: 0 0 0.5rem; letter-spacing: -0.01em; }
.lp-step p { font-size: 0.92rem; color: #64748b; line-height: 1.6; margin: 0; }

/* ===== Comparison table ===== */
.lp-compare-wrap {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    backdrop-filter: blur(20px) saturate(1.5);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 0 24px -8px rgba(255, 255, 255, 0.3),
        0 12px 40px rgba(15, 23, 42, 0.08);
}
.lp-compare-scroll { overflow-x: auto; }
.lp-compare {
    width: 100%; min-width: 720px;
    border-collapse: separate; border-spacing: 0;
}
.lp-compare thead th {
    padding: 1.1rem 1rem;
    text-align: center;
    font-size: 0.8rem; font-weight: 600; color: #334155;
    letter-spacing: 0.02em; text-transform: uppercase;
    background: rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.lp-compare thead th:first-child { text-align: left; padding-left: 1.5rem; }
.lp-compare thead th.ours {
    color: #0284c7;
    background: rgba(14, 165, 233, 0.08);
    font-weight: 700;
    position: relative;
}
.lp-compare thead th.ours::after {
    content: '';
    position: absolute;
    left: 10%; right: 10%; bottom: -1px; height: 2px;
    background: linear-gradient(90deg, transparent, #0284c7 35%, #4f46e5 65%, transparent);
}
.lp-compare tbody td {
    padding: 0.95rem 1rem;
    text-align: center;
    font-size: 0.9rem; color: #334155;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle;
}
.lp-compare tbody td:first-child {
    text-align: left;
    font-weight: 500; color: #0f172a;
    padding-left: 1.5rem;
}
.lp-compare tbody tr:last-child td { border-bottom: none; }
.lp-compare tbody tr:hover td { background: rgba(255, 255, 255, 0.25); }
.lp-compare td.ours {
    background: rgba(14, 165, 233, 0.06);
    border-left: 1px solid rgba(14, 165, 233, 0.1);
    border-right: 1px solid rgba(14, 165, 233, 0.1);
}
.lp-compare tbody tr:last-child td.ours { border-bottom: none; }

.lp-cell {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 50%;
    font-size: 0.85rem; font-weight: 700;
}
.lp-cell.yes { background: rgba(34, 197, 94, 0.18); color: #166534; }
.lp-cell.no  { background: rgba(239, 68, 68, 0.14); color: #b91c1c; }
.lp-cell.mid { background: rgba(234, 179, 8, 0.18); color: #92400e; }
.lp-cell-note {
    display: block; font-size: 0.7rem; color: #64748b;
    margin-top: 4px; line-height: 1.3;
}

.lp-compare-legend {
    display: flex; justify-content: center; gap: 1.5rem;
    flex-wrap: wrap; margin-top: 1.25rem;
    font-size: 0.78rem; color: #64748b;
}
.lp-legend-item { display: inline-flex; align-items: center; gap: 0.4rem; }

/* ===== Mobile compare cards (phone replacement for the table) ===== */
.lp-compare-cards { display: none; }
.lp-compare-card {
    padding: 1.1rem 1.1rem 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    backdrop-filter: blur(18px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 4px 16px rgba(0, 0, 0, 0.04);
    margin-bottom: 0.85rem;
}
.lp-compare-card-title {
    font-size: 0.95rem; font-weight: 600; color: #0f172a;
    margin: 0 0 0.85rem; line-height: 1.3;
}
.lp-compare-card-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.55rem 0;
    font-size: 0.85rem; color: #475569;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.lp-compare-card-row:last-of-type { border-bottom: none; }
.lp-compare-card-row.ours {
    margin-top: 0.4rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(14, 165, 233, 0.25);
    border-radius: 12px;
    background: rgba(14, 165, 233, 0.08);
    color: #0f172a;
    font-weight: 600;
}
.lp-compare-card-note {
    display: block;
    font-size: 0.72rem; color: #0369a1; font-weight: 500;
    margin-top: 0.4rem; padding: 0 0.85rem;
    line-height: 1.4;
}

/* Desktop / mobile layout switch - used by compare section */
.lp-desktop-only { display: block; }
.lp-mobile-only  { display: none; }
@media (max-width: 720px) {
    .lp-desktop-only { display: none; }
    .lp-mobile-only  { display: block; }
    .lp-compare-cards { display: block; }
}

/* ===== Unique-advantage chips under the table ===== */
.lp-unique-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
    margin-top: 1.75rem;
}
.lp-unique {
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(14px) saturate(1.3);
    backdrop-filter: blur(14px) saturate(1.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lp-unique-tag {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-size: 0.68rem; font-weight: 700; color: #0284c7;
    padding: 0.2rem 0.55rem; border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    letter-spacing: 0.04em; text-transform: uppercase;
    margin-bottom: 0.55rem;
}
.lp-unique h4 { font-size: 0.95rem; font-weight: 600; color: #0f172a; margin: 0 0 0.3rem; }
.lp-unique p { font-size: 0.82rem; color: #64748b; line-height: 1.5; margin: 0; }

/* ===== Pricing ===== */
.lp-price-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
    margin-top: 2.5rem; max-width: 880px; margin-left: auto; margin-right: auto;
    align-items: start;
}
.lp-price-card {
    position: relative;
    padding: 2rem 1.85rem 1.85rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    backdrop-filter: blur(20px) saturate(1.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 10px 50px rgba(15, 23, 42, 0.06);
    display: flex; flex-direction: column;
}
.lp-price-card.featured {
    border: 1px solid rgba(2, 132, 199, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 14px 60px rgba(2, 132, 199, 0.14);
}
.lp-price-badge {
    position: absolute; top: -0.7rem; left: 1.85rem;
    font-size: 0.66rem; font-weight: 700; color: #fff;
    padding: 0.28rem 0.7rem; border-radius: 999px;
    background: linear-gradient(135deg, #0284c7, #4f46e5);
    letter-spacing: 0.05em; text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}
.lp-price-head { display: flex; align-items: baseline; justify-content: space-between; gap: 0.5rem; flex-wrap: wrap; }
.lp-price-name { font-size: 1.15rem; font-weight: 700; color: #0f172a; letter-spacing: -0.01em; }
.lp-price-amount { font-size: 1.6rem; font-weight: 700; color: #0f172a; letter-spacing: -0.02em; }
.lp-price-amount span { font-size: 0.82rem; font-weight: 500; color: #64748b; margin-left: 0.15rem; }
.lp-price-sub { font-size: 0.92rem; color: #475569; margin: 0.6rem 0 1.15rem; line-height: 1.5; }
.lp-price-list { list-style: none; padding: 0; margin: 0 0 1.5rem; display: flex; flex-direction: column; gap: 0.65rem; flex: 1; }
.lp-price-list li {
    display: flex; align-items: flex-start; gap: 0.55rem;
    font-size: 0.9rem; color: #334155; line-height: 1.45;
}
.lp-price-list li svg { color: #10b981; flex-shrink: 0; margin-top: 1px; }
.lp-price-cta { width: 100%; justify-content: center; }
.lp-price-note { display: block; text-align: center; font-size: 0.78rem; color: #64748b; margin-top: 0.65rem; }
@media (max-width: 720px) {
    .lp-price-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .lp-price-card { padding: 1.75rem 1.4rem 1.5rem; }
}

/* ===== Benefits (two-column with icons) ===== */
.lp-benefits-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center;
}
.lp-benefits-list { display: flex; flex-direction: column; gap: 1rem; }
.lp-benefit {
    display: flex; gap: 1rem; padding: 1.1rem 1.2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(14px) saturate(1.3);
    backdrop-filter: blur(14px) saturate(1.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-benefit:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateX(4px);
}
.lp-benefit-icon {
    flex-shrink: 0;
    width: 42px; height: 42px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(14, 165, 233, 0.1);
}
.lp-benefit-icon svg { color: #0284c7; }
.lp-benefit-body h4 { font-size: 0.95rem; font-weight: 600; color: #0f172a; margin: 0 0 0.25rem; }
.lp-benefit-body p { font-size: 0.85rem; color: #64748b; line-height: 1.55; margin: 0; }

/* ===== CTA ===== */
.lp-cta-section { padding: 4rem 0 5rem; }
.lp-cta-card {
    padding: 3rem 2.5rem;
    border-radius: 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    backdrop-filter: blur(24px) saturate(1.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 0 30px -8px rgba(255, 255, 255, 0.35),
        0 20px 60px rgba(15, 23, 42, 0.1);
}
.lp-cta-card h2 { font-size: 2.2rem; font-weight: 700; color: #0f172a; letter-spacing: -0.025em; margin: 0 0 0.6rem; }
.lp-cta-card p { font-size: 1.05rem; color: #475569; max-width: 560px; margin: 0 auto 2rem; line-height: 1.6; }

.lp-contact-row { display: flex; justify-content: center; align-items: stretch; gap: 1rem; flex-wrap: wrap; max-width: 720px; margin: 0 auto; }
.lp-contact-chip {
    flex: 1 1 200px;
    display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
    padding: 0.8rem 1.25rem; border-radius: 14px;
    font-size: 0.9rem; font-weight: 500; color: #0f172a;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.25s;
}
.lp-contact-chip:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 8px 20px rgba(0, 0, 0, 0.08);
}
.lp-contact-chip.viber { background: rgba(124, 58, 237, 0.1); border-color: rgba(124, 58, 237, 0.25); color: #6d28d9; }
.lp-contact-chip.viber:hover { background: rgba(124, 58, 237, 0.18); }

/* ===== FAQ section ===== */
.lp-faq-list { display: flex; flex-direction: column; gap: 0.75rem; max-width: 820px; margin: 0 auto; }
.lp-faq-item {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    backdrop-filter: blur(18px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 4px 16px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.25s ease;
}
.lp-faq-item[open] {
    background: rgba(255, 255, 255, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 8px 24px rgba(0, 0, 0, 0.06);
}
.lp-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    font-size: 0.98rem; font-weight: 600; color: #0f172a;
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.lp-faq-q::-webkit-details-marker { display: none; }
.lp-faq-q::after {
    content: '+';
    display: inline-flex; align-items: center; justify-content: center;
    width: 26px; height: 26px; border-radius: 50%;
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
    font-size: 1.1rem; font-weight: 500;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}
.lp-faq-item[open] .lp-faq-q::after { content: '−'; transform: rotate(180deg); }
.lp-faq-a {
    padding: 0 1.25rem 1.1rem;
    font-size: 0.92rem; color: #475569; line-height: 1.65;
}
@media (max-width: 560px) {
    .lp-faq-item { border-radius: 13px; }
    .lp-faq-q { padding: 0.85rem 1rem; font-size: 0.92rem; }
    .lp-faq-a { padding: 0 1rem 0.95rem; font-size: 0.88rem; line-height: 1.6; }
    .lp-faq-q::after { width: 22px; height: 22px; font-size: 1rem; }
}

/* ===== Sticky bottom mobile CTA bar ===== */
.lp-mobile-cta-bar {
    display: none;
    position: fixed;
    left: 0.75rem; right: 0.75rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    z-index: 60;
    gap: 0.5rem;
    padding: 0.55rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    backdrop-filter: blur(24px) saturate(1.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 10px 30px rgba(15, 23, 42, 0.14);
}
.lp-mobile-cta-bar .cta {
    flex: 1;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 0.4rem;
    min-height: 46px;
    border-radius: 13px;
    font-size: 0.9rem; font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.lp-mobile-cta-bar .cta.primary {
    flex: 1.3;
    color: #fff;
    background: linear-gradient(135deg, #0284c7 0%, #4f46e5 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 4px 14px rgba(14, 165, 233, 0.35);
}
.lp-mobile-cta-bar .cta.primary:active { transform: scale(0.97); }
.lp-mobile-cta-bar .cta.ghost {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.55);
}
.lp-mobile-cta-bar .cta.ghost:active { background: rgba(255, 255, 255, 0.7); }
@media (max-width: 720px) {
    .lp-mobile-cta-bar { display: flex; }
}

/* ===== Footer ===== */
.lp-footer {
    padding: 2rem 0 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 2rem;
    text-align: center;
    color: #64748b;
    font-size: 0.85rem;
}

/* ===== Animations ===== */
@keyframes lpPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(1.4); }
}
@keyframes lpFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}
.lp-fade { animation: lpFadeUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both; }
.lp-fade-1 { animation-delay: 0.05s; }
.lp-fade-2 { animation-delay: 0.15s; }
.lp-fade-3 { animation-delay: 0.25s; }
.lp-fade-4 { animation-delay: 0.35s; }

/* ===== Responsive ===== */
@media (max-width: 1023px) {
    .lp-hero { padding: 4rem 0 3.5rem; }
    .lp-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .lp-hero h1 { font-size: 2.6rem; }
    .lp-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-steps { grid-template-columns: 1fr; }
    .lp-benefits-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .lp-unique-grid { grid-template-columns: 1fr; }
    .lp-face-grid { grid-template-columns: 1fr; gap: 2.75rem; }
    .lp-face-copy h2 { font-size: 2.1rem; }
    .lp-face { padding: 3.5rem 0; }
    .lp-face-visual { max-width: 360px; }
    .lp-section-head h2 { font-size: 2rem; }
    .lp-cta-card h2 { font-size: 1.8rem; }
    .lp-cta-card { padding: 2.25rem 1.5rem; }
    .lp-nav-links { display: none; }
    .lp-nav-toggle { display: inline-flex; }

    /* Pull face-scan chips to the frame edges - no negative offsets on phone */
    .lp-face-visual { padding: 1.5rem; }
    .lp-face-chip { font-size: 0.7rem; padding: 0.45rem 0.7rem; border-radius: 12px; }
    .lp-face-chip.match     { top: 2%;   right: 2%; }
    .lp-face-chip.time      { bottom: 14%; left: 2%; }
    .lp-face-chip.liveness  { top: 46%; left: 2%; }
    .lp-face-chip.score     { bottom: 2%; right: 2%; }
}
@media (max-width: 560px) {
    .lp-nav { padding: 0.85rem 1.25rem; }
    .lp-container { padding: 0 1.1rem; }
    .lp-hero { padding: 2.5rem 0 2rem; }
    .lp-hero h1 { font-size: 1.95rem; line-height: 1.1; }
    .lp-hero p { font-size: 1rem; margin-bottom: 1.5rem; }
    .lp-feature-grid { grid-template-columns: 1fr; }
    .lp-bullet-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .lp-section { padding: 3rem 0; }
    .lp-section-head { margin-bottom: 2rem; }
    .lp-section-head h2 { font-size: 1.6rem; }

    /* Hero CTAs - 1 primary button + 2 demoted text-links
       sitting side-by-side on a single row below. Keeps visual
       weight proportional to the short subhead. */
    .lp-hero-ctas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem 1rem;
        align-items: center;
    }
    .lp-hero-ctas .lp-btn-primary {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        padding: 0.7rem 1.25rem;
        font-size: 0.95rem;
        min-height: 46px;
        border-radius: 12px;
    }
    /* Secondary CTAs: strip chrome, become text-links that
       share one row - lighter than full-width buttons. */
    .lp-hero-ctas .lp-btn-secondary {
        width: auto;
        padding: 0.3rem 0.5rem;
        font-size: 0.85rem;
        font-weight: 500;
        color: #0369a1;
        background: transparent;
        border: none;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .lp-hero-ctas .lp-btn-secondary:nth-of-type(1) { justify-self: end; }
    .lp-hero-ctas .lp-btn-secondary:nth-of-type(2) { justify-self: start; }
    .lp-hero-ctas .lp-btn-secondary:hover,
    .lp-hero-ctas .lp-btn-secondary:active {
        background: transparent;
        color: #0284c7;
        text-decoration: underline;
    }

    /* Proof row → 3 compact columns, don't wrap */
    .lp-hero-proof {
        gap: 0.75rem;
        margin-top: 1.75rem;
        padding-top: 1rem;
        justify-content: space-between;
    }
    .lp-hero-proof-item { flex: 1; min-width: 0; }
    .lp-hero-proof-num { font-size: 0.95rem; }
    .lp-hero-proof-label { font-size: 0.7rem; line-height: 1.25; }

    /* Mock dashboard card - compact on phone */
    .lp-hero-visual { padding: 1.25rem; border-radius: 20px; }
    .lp-mock-stats { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
    .lp-mock-stat { padding: 0.6rem; }
    .lp-mock-stat-num { font-size: 1.05rem; }
    .lp-mock-stat-label { font-size: 0.65rem; }
    .lp-mock-row { padding: 0.55rem 0.65rem; }
    .lp-mock-avatar { width: 32px; height: 32px; font-size: 0.75rem; }
    .lp-mock-row-name { font-size: 0.8rem; }
    .lp-mock-row-meta { font-size: 0.65rem; }

    /* Face spotlight - phone-tight */
    .lp-face-visual { max-width: 280px; }
    .lp-face-copy h2 { font-size: 1.75rem; }
    .lp-face-stats { grid-template-columns: repeat(3, 1fr); gap: 0.4rem; }
    .lp-face-stat { padding: 0.65rem 0.5rem; }
    .lp-face-stat-num { font-size: 0.95rem; }
    .lp-face-stat-label { font-size: 0.65rem; }

    /* Contact chips stack full width - tighter padding so
       chip chrome doesn't dwarf the number/email inside it.
       Still meets 44px tap target via min-height. */
    .lp-contact-chip {
        width: 100%;
        justify-content: center;
        padding: 0.55rem 1rem;
        min-height: 44px;
        font-size: 0.88rem;
        border-radius: 12px;
    }
    .lp-cta-card { padding: 1.75rem 1.25rem; }
    .lp-cta-card h2 { font-size: 1.55rem; }

    /* Flagship badge - doesn't crowd h3 on narrow cards */
    .lp-flagship-tag { top: 10px; right: 10px; font-size: 0.58rem; }

    /* Nav menu - clean text list, no card chrome per link.
       Keeps 44px tap target via min-height, but removes the
       per-item background that made links look chunkier than
       the text inside them. */
    .lp-mobile-menu {
        padding: 0.5rem 1.25rem 0.85rem;
        gap: 0;
    }

    /* Room for the fixed bottom CTA bar */
    .lp-footer { padding-bottom: 5.5rem; }

    /* ----- Card padding & typography tightened per NN/g + Material specs ----- */

    /* Feature cards - 16-20px padding, not 26px */
    .lp-feature-card { padding: 1.15rem 1.1rem; border-radius: 16px; }
    .lp-feature-card h3,
    .lp-feature-card h4 { font-size: 1rem; }
    .lp-feature-card p { font-size: 0.9rem; line-height: 1.5; }
    .lp-bullet-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem 1.5rem; }
    .lp-bullet-list li { font-size: 0.9rem; }
    .lp-feature-icon { width: 40px; height: 40px; margin-bottom: 0.75rem; border-radius: 12px; }
    .lp-feature-icon svg { width: 18px; height: 18px; }

    /* Step cards - 20px padding, not 32px */
    .lp-step { padding: 1.25rem 1.15rem; border-radius: 18px; }
    .lp-step-num { width: 32px; height: 32px; font-size: 0.9rem; border-radius: 10px; margin-bottom: 0.75rem; }
    .lp-step h3 { font-size: 1.05rem; }
    .lp-step p { font-size: 0.9rem; line-height: 1.5; }
    .lp-steps { gap: 0.85rem; }

    /* Benefit rows - slightly denser */
    .lp-benefit { padding: 0.9rem 1rem; gap: 0.75rem; border-radius: 14px; }
    .lp-benefit-icon { width: 36px; height: 36px; border-radius: 10px; }
    .lp-benefit-icon svg { width: 17px; height: 17px; }
    .lp-benefit-body h4 { font-size: 0.92rem; }
    .lp-benefit-body p { font-size: 0.85rem; line-height: 1.5; }
    .lp-benefits-list { gap: 0.6rem; }

    /* Unique-advantage cards */
    .lp-unique { padding: 1rem 1.05rem; border-radius: 14px; }
    .lp-unique h4 { font-size: 1rem; margin-bottom: 0.3rem; }
    .lp-unique p { font-size: 0.88rem; line-height: 1.5; }
    .lp-unique-grid { gap: 0.65rem; }
    .lp-unique-tag { font-size: 0.62rem; padding: 0.18rem 0.5rem; margin-bottom: 0.5rem; }

    /* Face-spotlight bullets - denser rhythm, still 16px+ */
    .lp-face-checks { gap: 0.55rem; margin-bottom: 1.25rem; }
    .lp-face-check { font-size: 0.9rem; line-height: 1.45; gap: 0.6rem; }
    .lp-face-check span.icon { width: 20px; height: 20px; }
    .lp-face-check span.icon svg { width: 12px; height: 12px; }

    /* Compare cards (mobile stacked) - tight but readable */
    .lp-compare-card { padding: 0.95rem 1rem 1.05rem; margin-bottom: 0.7rem; border-radius: 14px; }
    .lp-compare-card-title { font-size: 0.9rem; margin-bottom: 0.65rem; line-height: 1.35; }
    .lp-compare-card-row { padding: 0.45rem 0; font-size: 0.82rem; }
    .lp-compare-card-row.ours { padding: 0.6rem 0.75rem; border-radius: 10px; }
    .lp-compare-card-note { font-size: 0.72rem; margin-top: 0.35rem; padding: 0 0.75rem; }
    .lp-cell { width: 24px; height: 24px; font-size: 0.75rem; }

    /* CTA card - 20px padding */
    .lp-cta-card { padding: 1.5rem 1.15rem; border-radius: 22px; }
    .lp-cta-card h2 { font-size: 1.45rem; }
    .lp-cta-card p { font-size: 0.95rem; margin-bottom: 1.25rem; }

    /* Button spacing - 12px per Material/Apple spec (was 10px).
       Hero CTA gap now lives in the grid rule above. */
    .lp-contact-row { gap: 0.6rem; }

    /* Mock dashboard rows - denser, fit more info without height bloat */
    .lp-mock-row { padding: 0.45rem 0.55rem; gap: 0.6rem; border-radius: 10px; }
    .lp-mock-header { padding-bottom: 0.7rem; margin-bottom: 0.85rem; }

    /* Live mock stat cards */
    .lp-mock-stat-label { line-height: 1.2; }

    /* Hero proof divider & balance */
    .lp-hero-proof { border-top: 1px solid rgba(0, 0, 0, 0.06); }

    /* Nav brand more compact */
    .lp-brand-logo { width: 34px; height: 34px; border-radius: 10px; }
    .lp-brand-name { font-size: 0.95rem; }
    .lp-brand-tag { font-size: 0.65rem; }

    /* Compare legend smaller under mobile card stack */
    .lp-compare-legend { gap: 0.85rem; font-size: 0.72rem; margin-top: 0.85rem; }
    .lp-compare-legend .lp-cell { width: 16px !important; height: 16px !important; font-size: 0.55rem !important; }

    /* Sticky bottom CTA bar - slimmer on phone so it doesn't
       hog screen. 42px min-height still meets Apple HIG 44pt
       once inner padding is factored in. */
    .lp-mobile-cta-bar {
        left: 0.6rem;
        right: 0.6rem;
        padding: 0.4rem;
        border-radius: 15px;
        gap: 0.4rem;
    }
    .lp-mobile-cta-bar .cta {
        min-height: 42px;
        font-size: 0.88rem;
        border-radius: 11px;
    }
}

/* Extra-narrow phones (≤380px - older iPhones, budget Android) */
@media (max-width: 380px) {
    .lp-hero h1 { font-size: 1.7rem; }
    .lp-face-copy h2 { font-size: 1.55rem; }
    .lp-section-head h2 { font-size: 1.4rem; }
    .lp-cta-card h2 { font-size: 1.3rem; }
    .lp-hero-proof-num { font-size: 0.85rem; }
    .lp-hero-proof-label { font-size: 0.65rem; }
    .lp-face-visual { max-width: 240px; }
    .lp-face-stats { gap: 0.3rem; }
    .lp-face-stat { padding: 0.55rem 0.4rem; }
    .lp-face-stat-num { font-size: 0.85rem; }
    .lp-face-stat-label { font-size: 0.6rem; }
}

/* ===== Mobile performance - lighter orbs on narrow screens ===== */
@media (max-width: 768px) {
    /* Smaller, less-blurred orbs are cheaper to composite on low-end phones */
    .liquid-glass-bg::before,
    .liquid-glass-bg::after,
    .liquid-glass-orb {
        filter: blur(50px);
    }
    .liquid-glass-bg::before { width: 360px; height: 360px; }
    .liquid-glass-bg::after  { width: 340px; height: 340px; }
    .liquid-glass-orb:nth-child(1) { width: 280px; height: 280px; }
    .liquid-glass-orb:nth-child(2) { width: 260px; height: 260px; }
    .liquid-glass-orb:nth-child(3) { width: 240px; height: 240px; }
}

/* ===== Respect user's reduced-motion preference ===== */
@media (prefers-reduced-motion: reduce) {
    .liquid-glass-bg::before,
    .liquid-glass-bg::after,
    .liquid-glass-orb,
    .lp-face-portrait,
    .lp-face-scanline,
    .lp-face-chip,
    .lp-mock-live-dot,
    .lp-fade { animation: none !important; }
    .lp-fade { opacity: 1; transform: none; }
    * { transition-duration: 0.01ms !important; }
}
