/* ================================================================
   KargoTakipte Landing v2 — Premium delivery-focused marketing
   ================================================================ */

.landing-v2 {
    --lv-bg: #0a1628;
    --lv-bg-soft: #0f1d32;
    --lv-surface: #111f36;
    --lv-surface-2: #162844;
    --lv-border: rgba(255, 255, 255, 0.08);
    --lv-text: #f1f5f9;
    --lv-muted: #94a3b8;
    --lv-emerald: #34d399;
    --lv-emerald-dim: rgba(52, 211, 153, 0.15);
    --lv-amber: #fbbf24;
    --lv-amber-dim: rgba(251, 191, 36, 0.15);
    --lv-blue: #60a5fa;
    --lv-rose: #fb7185;
    --lv-wa: #25d366;
    --lv-font: 'Plus Jakarta Sans', system-ui, sans-serif;
    --lv-serif: 'Instrument Serif', Georgia, serif;
    --lv-radius: 20px;
    --lv-ease: cubic-bezier(0.22, 1, 0.36, 1);
    background: var(--lv-bg);
    color: var(--lv-text);
    overflow-x: hidden;
}

.landing-v2 a { text-decoration: none; }
.landing-v2 .grain {
    position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- Nav ---- */
.lv-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    transition: background 0.4s var(--lv-ease), border-color 0.4s, backdrop-filter 0.4s;
    border-bottom: 1px solid transparent;
}
.lv-nav.scrolled {
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(20px) saturate(1.4);
    border-bottom-color: var(--lv-border);
}
.lv-logo {
    display: inline-flex; align-items: center; gap: 0.65rem;
    color: var(--lv-text); font-size: 1.05rem; font-weight: 500;
}
.lv-logo strong { font-weight: 800; }
.lv-logo-mark {
    width: 38px; height: 38px; border-radius: 11px;
    background: linear-gradient(135deg, var(--lv-emerald), #059669);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem;
    box-shadow: 0 4px 20px rgba(52, 211, 153, 0.35);
}
.lv-nav-links { gap: 0.25rem; }
.lv-nav-links a {
    color: var(--lv-muted); font-size: 0.9rem; font-weight: 500;
    padding: 0.5rem 1rem; border-radius: 999px; transition: color 0.2s, background 0.2s;
}
.lv-nav-links a:hover { color: var(--lv-text); background: rgba(255,255,255,0.06); }
.lv-menu-btn {
    background: rgba(255,255,255,0.08); border: none; color: #fff;
    width: 40px; height: 40px; border-radius: 10px; font-size: 1.25rem;
}
.lv-offcanvas { background: var(--lv-bg-soft); }
.lv-offcanvas a { display: block; color: var(--lv-text); padding: 0.75rem 0; font-weight: 500; }

/* ---- Buttons ---- */
.lv-btn-primary {
    background: linear-gradient(135deg, var(--lv-emerald) 0%, #10b981 100%);
    color: #042f1a !important; border: none; font-weight: 700;
    border-radius: 999px; padding: 0.65rem 1.35rem;
    box-shadow: 0 4px 24px rgba(52, 211, 153, 0.35);
    transition: transform 0.25s var(--lv-ease), box-shadow 0.25s;
}
.lv-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(52, 211, 153, 0.45);
    color: #042f1a !important;
}
.lv-btn-primary.lv-btn-lg { padding: 0.85rem 1.75rem; font-size: 1rem; }
.lv-btn-primary i { margin-left: 0.25rem; transition: transform 0.25s; }
.lv-btn-primary:hover i { transform: translate(2px, -2px); }

.lv-btn-outline {
    background: transparent; color: var(--lv-text) !important;
    border: 1px solid var(--lv-border); border-radius: 999px;
    font-weight: 600; padding: 0.65rem 1.35rem;
    transition: background 0.2s, border-color 0.2s;
}
.lv-btn-outline:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.2); color: #fff !important; }
.lv-btn-outline.lv-btn-lg { padding: 0.85rem 1.75rem; }

.lv-btn-ghost {
    background: transparent; color: var(--lv-muted) !important; border: none;
    font-weight: 600; border-radius: 999px;
}
.lv-btn-ghost:hover { color: var(--lv-text) !important; background: rgba(255,255,255,0.06); }

.lv-btn-outline-dark {
    background: transparent; color: var(--lv-text) !important;
    border: 1px solid var(--lv-border); border-radius: 999px; font-weight: 600;
}
.lv-btn-outline-dark:hover { background: rgba(255,255,255,0.06); }

/* ---- Hero ---- */
.lv-hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    padding: 7rem 0 5rem; overflow: hidden;
}
.lv-hero-glow {
    position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none;
}
.lv-hero-glow-1 {
    width: 600px; height: 600px; top: -200px; right: -100px;
    background: rgba(52, 211, 153, 0.12);
    animation: lv-float 12s ease-in-out infinite;
}
.lv-hero-glow-2 {
    width: 400px; height: 400px; bottom: -100px; left: -100px;
    background: rgba(96, 165, 250, 0.08);
    animation: lv-float 15s ease-in-out infinite reverse;
}
.lv-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black, transparent);
}

.lv-pill {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(255,255,255,0.06); border: 1px solid var(--lv-border);
    padding: 0.4rem 1rem 0.4rem 0.65rem; border-radius: 999px;
    font-size: 0.8rem; font-weight: 600; color: var(--lv-muted); margin-bottom: 1.5rem;
}
.lv-pill-dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--lv-emerald);
    box-shadow: 0 0 12px var(--lv-emerald);
    animation: lv-pulse 2s ease infinite;
}

.lv-hero-title {
    font-family: var(--lv-font); font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 1.25rem;
}
.lv-hero-title em {
    font-family: var(--lv-serif); font-style: italic; font-weight: 400;
    color: var(--lv-emerald); letter-spacing: -0.02em;
}

.lv-hero-sub {
    font-size: 1.125rem; line-height: 1.75; color: var(--lv-muted);
    max-width: 520px; margin-bottom: 2rem;
}
.lv-hero-sub strong { color: var(--lv-text); font-weight: 600; }

.lv-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 3rem; }

.lv-hero-metrics {
    display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem;
    padding-top: 2rem; border-top: 1px solid var(--lv-border);
}
.lv-metric-val { display: block; font-size: 1.1rem; font-weight: 800; }
.lv-metric-lbl { font-size: 0.75rem; color: var(--lv-muted); }
.lv-metric-divider { width: 1px; height: 36px; background: var(--lv-border); }
.text-emerald { color: var(--lv-emerald) !important; }
.text-amber { color: var(--lv-amber) !important; }

/* ---- Phone mockup ---- */
.lv-phone-scene { position: relative; display: flex; justify-content: center; padding: 2rem 0; }
.lv-phone-glow {
    position: absolute; width: 280px; height: 280px; border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.25), transparent 70%);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    animation: lv-pulse 4s ease infinite;
}
.lv-phone {
    position: relative; width: 290px;
    background: linear-gradient(160deg, #1a2a44, #0d1829);
    border-radius: 40px; padding: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05) inset;
    animation: lv-phone-float 6s ease-in-out infinite;
}
.lv-phone-notch {
    width: 100px; height: 28px; background: #0a1628; border-radius: 0 0 16px 16px;
    margin: 0 auto 8px; position: relative; top: -4px;
}
.lv-phone-screen {
    background: #0b1419; border-radius: 28px; overflow: hidden; min-height: 420px;
    display: flex; flex-direction: column;
}
.lv-wa-header {
    background: #1f2c34; padding: 0.85rem 1rem;
    display: flex; align-items: center; gap: 0.75rem;
}
.lv-wa-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg, var(--lv-emerald), #059669);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem; font-weight: 800; color: #fff;
}
.lv-wa-header strong { display: block; font-size: 0.85rem; color: #e9edef; }
.lv-wa-header small { color: #8696a0; font-size: 0.7rem; }

.lv-wa-chat {
    flex: 1; padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='%230b1419'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='%23ffffff' stroke-opacity='0.02'/%3E%3C/svg%3E");
}
.lv-wa-msg {
    max-width: 88%; padding: 0.55rem 0.75rem; border-radius: 8px;
    font-size: 0.78rem; line-height: 1.45; position: relative;
}
.lv-wa-in {
    background: #1f2c34; color: #e9edef; align-self: flex-start;
    border-radius: 0 8px 8px 8px;
}
.lv-wa-out {
    background: #005c4b; color: #e9edef; align-self: flex-end;
    border-radius: 8px 0 8px 8px;
}
.lv-wa-msg p { margin: 0 0 0.35rem; }
.lv-wa-meta { font-size: 0.6rem; color: #8696a0; float: right; margin-top: 0.15rem; }

.lv-animate-1 { animation: lv-msg-in 0.6s var(--lv-ease) 0.3s both; }
.lv-animate-2 { animation: lv-msg-in 0.6s var(--lv-ease) 0.8s both; }
.lv-animate-3 { animation: lv-msg-in 0.6s var(--lv-ease) 1.3s both; }

.lv-wa-status {
    padding: 0.75rem 1rem; background: rgba(0,0,0,0.3);
    display: flex; justify-content: space-between; align-items: center; gap: 0.5rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.lv-wa-status-tag {
    font-size: 0.65rem; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 6px;
    display: flex; align-items: center; gap: 0.3rem;
}
.lv-wa-status-tag.distribution { background: var(--lv-amber-dim); color: var(--lv-amber); }
.lv-wa-status-result { font-size: 0.65rem; color: var(--lv-emerald); font-weight: 600; }

.lv-float-card {
    position: absolute; background: rgba(17, 31, 54, 0.9);
    backdrop-filter: blur(12px); border: 1px solid var(--lv-border);
    border-radius: 14px; padding: 0.75rem 1rem;
    display: flex; align-items: center; gap: 0.75rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    animation: lv-float 5s ease-in-out infinite;
}
.lv-float-card i { font-size: 1.25rem; color: var(--lv-emerald); }
.lv-float-card strong { display: block; font-size: 0.8rem; color: var(--lv-text); }
.lv-float-card small { font-size: 0.65rem; color: var(--lv-muted); }
.lv-float-1 { top: 10%; right: -10%; animation-delay: 0s; }
.lv-float-2 { bottom: 15%; left: -8%; animation-delay: 1.5s; }
.lv-float-2 i { color: var(--lv-amber); }

/* ---- Mission ---- */
.lv-mission { padding: 0; margin-top: -2rem; position: relative; z-index: 2; }
.lv-mission-inner {
    background: linear-gradient(135deg, var(--lv-surface) 0%, var(--lv-surface-2) 100%);
    border: 1px solid var(--lv-border); border-radius: var(--lv-radius);
    padding: 2rem 2.5rem; display: flex; gap: 1.5rem; align-items: flex-start;
    box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}
.lv-mission-icon {
    width: 56px; height: 56px; flex-shrink: 0; border-radius: 16px;
    background: var(--lv-emerald-dim); color: var(--lv-emerald);
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.lv-mission-inner h2 {
    font-size: 1.35rem; font-weight: 800; margin-bottom: 0.5rem; letter-spacing: -0.02em;
}
.lv-mission-inner h2 span { color: var(--lv-emerald); }
.lv-mission-inner p { color: var(--lv-muted); margin: 0; line-height: 1.65; font-size: 0.95rem; }
.lv-mission-inner strong { color: var(--lv-text); }

/* ---- Sections ---- */
.lv-section { padding: 6rem 0; }
.lv-section-dark { background: var(--lv-bg-soft); }
.bg-soft-v2 { background: #0d1829; }

.lv-label {
    display: inline-block; font-size: 0.72rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--lv-emerald); margin-bottom: 0.75rem;
}
.lv-label-light { color: var(--lv-emerald); }
.lv-section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 800;
    letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 1rem;
}
.lv-section-desc { color: var(--lv-muted); font-size: 1.05rem; line-height: 1.7; max-width: 480px; }

/* ---- Compare ---- */
.lv-compare-grid {
    display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center;
}
.lv-compare-card {
    border-radius: var(--lv-radius); padding: 1.75rem;
    border: 1px solid var(--lv-border);
}
.lv-compare-bad { background: rgba(251, 113, 133, 0.06); border-color: rgba(251, 113, 133, 0.2); }
.lv-compare-good { background: rgba(52, 211, 153, 0.06); border-color: rgba(52, 211, 153, 0.25); }
.lv-compare-head {
    font-weight: 800; font-size: 0.95rem; margin-bottom: 1rem;
    display: flex; align-items: center; gap: 0.5rem;
}
.lv-compare-bad .lv-compare-head { color: var(--lv-rose); }
.lv-compare-good .lv-compare-head { color: var(--lv-emerald); }
.lv-compare-card ul { list-style: none; padding: 0; margin: 0; }
.lv-compare-card li {
    padding: 0.4rem 0; font-size: 0.9rem; color: var(--lv-muted);
    padding-left: 1.25rem; position: relative;
}
.lv-compare-card li::before {
    content: '•'; position: absolute; left: 0; opacity: 0.5;
}
.lv-compare-arrow {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--lv-emerald-dim); color: var(--lv-emerald);
    display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}

/* ---- Scenario cards ---- */
.lv-scenario-card {
    background: var(--lv-surface); border: 1px solid var(--lv-border);
    border-radius: var(--lv-radius); padding: 2rem; height: 100%;
    transition: transform 0.35s var(--lv-ease), border-color 0.35s, box-shadow 0.35s;
    position: relative; overflow: hidden;
}
.lv-scenario-card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at top right, rgba(52, 211, 153, 0.06), transparent 55%);
    pointer-events: none; opacity: 0; transition: opacity 0.35s;
}
.lv-scenario-card:hover::before { opacity: 1; }
.lv-scenario-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.25);
}
.lv-scenario-blue:hover { border-color: rgba(96, 165, 250, 0.4); }
.lv-scenario-teal:hover { border-color: rgba(52, 211, 153, 0.45); }
.lv-scenario-amber:hover { border-color: rgba(251, 191, 36, 0.4); }
.lv-scenario-rose:hover { border-color: rgba(251, 113, 133, 0.4); }

.lv-scenario-teal .lv-scenario-icon { background: var(--lv-emerald-dim); color: var(--lv-emerald); }

.lv-scenario-icon {
    width: 52px; height: 52px; border-radius: 14px; margin-bottom: 1.25rem;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem;
}
.lv-scenario-blue .lv-scenario-icon { background: rgba(96, 165, 250, 0.15); color: var(--lv-blue); }
.lv-scenario-amber .lv-scenario-icon { background: var(--lv-amber-dim); color: var(--lv-amber); }
.lv-scenario-rose .lv-scenario-icon { background: rgba(251, 113, 133, 0.15); color: var(--lv-rose); }

.lv-scenario-card h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 0.65rem; }
.lv-scenario-card > p { color: var(--lv-muted); font-size: 0.9rem; line-height: 1.65; margin-bottom: 1.25rem; }

.lv-scenario-preview {
    background: rgba(0,0,0,0.25); border-radius: 12px; padding: 0.85rem 1rem;
    display: flex; gap: 0.65rem; align-items: flex-start;
    border-left: 3px solid var(--lv-wa);
}
.lv-scenario-preview i { color: var(--lv-wa); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.lv-scenario-preview span { font-size: 0.78rem; color: #cbd5e1; line-height: 1.5; font-style: italic; }

/* ---- Bento grid ---- */
.lv-bento {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.lv-bento-item {
    background: var(--lv-surface); border: 1px solid var(--lv-border);
    border-radius: var(--lv-radius); padding: 1.75rem;
    transition: border-color 0.3s, background 0.3s;
}
.lv-bento-item:hover { border-color: rgba(52, 211, 153, 0.3); background: var(--lv-surface-2); }
.lv-bento-wide { grid-column: span 2; }
.lv-bento-tall { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.lv-bento-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: var(--lv-emerald-dim); color: var(--lv-emerald);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem; margin-bottom: 1rem;
}
.lv-bento-item h4 { font-size: 1rem; font-weight: 800; margin-bottom: 0.4rem; }
.lv-bento-item p { color: var(--lv-muted); font-size: 0.875rem; margin: 0; line-height: 1.6; }

/* ---- Steps ---- */
.lv-steps { display: flex; flex-direction: column; gap: 0; }
.lv-step {
    display: flex; gap: 1.25rem; padding: 1.5rem 0;
    border-bottom: 1px solid var(--lv-border);
}
.lv-step:last-child { border-bottom: none; }
.lv-step-num {
    font-size: 2rem; font-weight: 800; color: rgba(52, 211, 153, 0.25);
    line-height: 1; min-width: 3rem; font-variant-numeric: tabular-nums;
}
.lv-step h5 { font-weight: 800; margin-bottom: 0.25rem; font-size: 1rem; }
.lv-step p { color: var(--lv-muted); font-size: 0.9rem; margin: 0; }

/* ---- Pricing ---- */
.lv-pricing-section { background: var(--lv-bg-soft); }
.lv-price-card {
    background: var(--lv-surface); border: 1px solid var(--lv-border);
    border-radius: var(--lv-radius); padding: 2rem; height: 100%;
    position: relative; transition: transform 0.3s var(--lv-ease), border-color 0.3s;
}
.lv-price-card:hover { transform: translateY(-4px); }
.lv-price-card.featured {
    border-color: var(--lv-emerald);
    background: linear-gradient(180deg, rgba(52,211,153,0.08) 0%, var(--lv-surface) 40%);
    box-shadow: 0 24px 64px rgba(52, 211, 153, 0.12);
}
.lv-price-badge {
    position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
    background: var(--lv-emerald); color: #042f1a;
    font-size: 0.68rem; font-weight: 800; padding: 0.25rem 0.85rem; border-radius: 999px;
}
.lv-price-card h4 { font-weight: 800; margin-bottom: 0.5rem; }
.lv-price-amount {
    font-size: 3rem; font-weight: 800; letter-spacing: -0.03em;
    color: var(--lv-emerald); line-height: 1; margin: 1rem 0;
}
.lv-price-amount span { font-size: 1.25rem; font-weight: 600; opacity: 0.7; }
.lv-price-credits { color: var(--lv-muted); font-size: 0.9rem; margin-bottom: 1.5rem; }
.lv-price-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.lv-price-list li { padding: 0.35rem 0; font-size: 0.875rem; color: var(--lv-muted); }
.lv-price-list i { color: var(--lv-emerald); margin-right: 0.4rem; }

/* ---- CTA ---- */
.lv-cta {
    position: relative; padding: 5rem 0; overflow: hidden;
    background: linear-gradient(160deg, #064e3b 0%, var(--lv-bg) 50%, var(--lv-bg) 100%);
    border-top: 1px solid var(--lv-border);
}
.lv-cta-glow {
    position: absolute; width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(52,211,153,0.2), transparent 70%);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.lv-cta h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800;
    letter-spacing: -0.03em; margin-bottom: 1rem;
}
.lv-cta p { color: var(--lv-muted); font-size: 1.05rem; max-width: 520px; margin: 0 auto 2rem; }

/* ---- FAQ ---- */
.lv-faq { display: flex; flex-direction: column; gap: 0.65rem; }
.lv-faq-item {
    background: var(--lv-surface); border: 1px solid var(--lv-border);
    border-radius: 14px; overflow: hidden;
}
.lv-faq-item summary {
    padding: 1.15rem 1.35rem; font-weight: 700; cursor: pointer;
    list-style: none; display: flex; justify-content: space-between; align-items: center;
    transition: background 0.2s;
}
.lv-faq-item summary::-webkit-details-marker { display: none; }
.lv-faq-item summary::after {
    content: '+'; font-size: 1.25rem; color: var(--lv-emerald); font-weight: 400;
    transition: transform 0.25s;
}
.lv-faq-item[open] summary::after { transform: rotate(45deg); }
.lv-faq-item[open] summary { background: rgba(255,255,255,0.03); }
.lv-faq-item p {
    padding: 0 1.35rem 1.15rem; margin: 0;
    color: var(--lv-muted); font-size: 0.925rem; line-height: 1.65;
}

/* ---- Footer ---- */
.lv-footer {
    background: var(--lv-bg); border-top: 1px solid var(--lv-border);
    padding-top: 1rem;
}
.lv-footer h6 {
    font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--lv-muted); margin-bottom: 1rem; font-weight: 700;
}
.lv-footer a {
    display: block; color: var(--lv-muted); font-size: 0.9rem;
    padding: 0.25rem 0; transition: color 0.2s;
}
.lv-footer a:hover { color: var(--lv-emerald); }
.lv-footer-desc { color: var(--lv-muted); font-size: 0.9rem; line-height: 1.65; max-width: 360px; }
.lv-tech-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.lv-tech-tags span {
    font-size: 0.75rem; background: var(--lv-surface); border: 1px solid var(--lv-border);
    padding: 0.35rem 0.75rem; border-radius: 8px; color: var(--lv-muted);
}
.lv-tech-tags i { margin-right: 0.25rem; color: var(--lv-emerald); }
.lv-footer-bottom {
    border-top: 1px solid var(--lv-border); padding: 1.25rem 0 2rem;
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
    color: var(--lv-muted); font-size: 0.8rem;
}

/* ---- Scroll reveal ---- */
.lv-reveal {
    opacity: 0; transform: translateY(32px);
    transition: opacity 0.8s var(--lv-ease), transform 0.8s var(--lv-ease);
    transition-delay: var(--delay, 0s);
}
.lv-reveal.visible { opacity: 1; transform: translateY(0); }
.lv-reveal-delay { transition-delay: 0.15s; }

/* ---- Animations ---- */
@keyframes lv-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
@keyframes lv-phone-float {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-8px) rotate(1deg); }
}
@keyframes lv-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}
@keyframes lv-msg-in {
    from { opacity: 0; transform: translateY(12px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .lv-compare-grid { grid-template-columns: 1fr; }
    .lv-compare-arrow { transform: rotate(90deg); justify-self: center; }
    .lv-bento { grid-template-columns: 1fr; }
    .lv-bento-wide, .lv-bento-tall { grid-column: span 1; grid-row: span 1; }
    .lv-float-1, .lv-float-2 { display: none; }
    .lv-mission-inner { flex-direction: column; padding: 1.5rem; }
    .lv-hero { padding-top: 6rem; min-height: auto; }
    .lv-hero-row { text-align: center; }
    .lv-hero-sub { margin-left: auto; margin-right: auto; }
    .lv-hero-actions { justify-content: center; }
    .lv-hero-metrics { justify-content: center; }
}

@media (max-width: 575px) {
    .lv-section { padding: 4rem 0; }
    .lv-metric-divider { display: none; }
    .lv-hero-metrics { gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .lv-reveal { opacity: 1; transform: none; }
}
