/* ============================================================
   Agency Phone — Landing Page Styles
   ============================================================ */

/* ---------- Mobile: hide phone demo, show fallback ---------- */
.mobile-demo-fallback {
    display: none;
    text-align: center;
    padding: 40px 20px;
}
.mobile-demo-img {
    width: 260px;
    max-width: 80%;
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(0,0,0,.4);
}
.mobile-demo-notice {
    margin-top: 24px;
    padding: 18px 24px;
    background: rgba(214, 163, 33, .08);
    border: 1px solid rgba(214, 163, 33, .2);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: 400px;
}
.mobile-demo-notice i {
    font-size: 1.4rem;
    color: var(--lp-accent);
    flex-shrink: 0;
}
.mobile-demo-notice p {
    margin: 0;
    font-size: .9rem;
    color: var(--lp-text-muted);
    line-height: 1.5;
    text-align: left;
}
@media (max-width: 767px) {
    .mobile-demo-fallback { display: block; }
    .phone-wrapper,
    #phone-container,
    .phone-demo-controls,
    .phone-demo-callout,
    #demo-power-btn,
    #demo-buy-btn,
    #demo-config-modal,
    #phone-mount {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    .hero-product-visual {
        display: none !important;
    }
    .gallery-card {
        max-width: 280px;
        margin: 0 auto;
    }
    .gallery-card-img {
        max-height: 360px;
    }
    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}
@media (min-width: 768px) {
    .mobile-demo-fallback { display: none !important; }
}

/* ---------- Google Font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ---------- CSS Custom Properties ---------- */
:root {
    --lp-bg: #060401;
    --lp-bg-alt: #120a02;
    --lp-surface: rgba(214, 163, 33, .07);
    --lp-border: rgba(214, 163, 33, .16);
    --lp-text: #f4ebd8;
    --lp-text-muted: #bba886;
    --lp-accent: #d6a321;
    --lp-accent2: #f0ca64;
    --lp-accent3: #8f6410;
    --lp-gradient: linear-gradient(135deg, #6e4605, #c69418, #f1d581);
    --lp-radius: 20px;
    --lp-glass: rgba(255, 232, 188, .05);
    --lp-glass-border: rgba(214, 163, 33, .15);
    --lp-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ---------- Custom Scrollbar ---------- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--lp-bg, #060401);
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--lp-accent, #d6a321), var(--lp-accent3, #8f6410));
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--lp-accent2, #f0ca64), var(--lp-accent, #d6a321));
}
/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--lp-accent, #d6a321) var(--lp-bg, #060401);
}

/* ---------- Body overrides for landing ---------- */
html, body {
    overflow-x: hidden;
}
body.web-demo {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    font-family: var(--lp-font);
    background: var(--lp-bg);
    scroll-behavior: smooth;
}

.landing-topbar {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 40;
    pointer-events: none;
    transition: opacity .26s ease, transform .26s ease;
}
.landing-topbar-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    pointer-events: auto;
}
.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--lp-text);
    font-weight: 700;
    font-size: 1.08rem;
}
.landing-brand img {
    width: 38px;
    height: 38px;
    filter: drop-shadow(0 0 18px rgba(214, 163, 33, .22));
}
.landing-topnav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 33, .12);
    background: rgba(16, 10, 3, .82);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}
.landing-topnav a {
    color: var(--lp-text-muted);
    text-decoration: none;
    font-size: .98rem;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 999px;
    transition: color .22s ease, background .22s ease, transform .22s ease;
}
.landing-topnav a:hover {
    color: var(--lp-text);
    background: rgba(214, 163, 33, .08);
    transform: translateY(-1px);
}
.landing-topbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.landing-discord-btn,
.landing-language-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 33, .14);
    background: rgba(15, 10, 4, .84);
    color: var(--lp-text);
    text-decoration: none;
    font-size: .96rem;
    font-weight: 600;
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.landing-discord-btn i,
.landing-language-toggle i {
    color: #6676ff;
}
.landing-discord-btn:hover,
.landing-language-toggle:hover,
.landing-language-wrap.is-open .landing-language-toggle {
    transform: translateY(-1px);
    border-color: rgba(214, 163, 33, .24);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .26);
}
/* ---- Theme Toggle Button ---- */
.landing-theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(214, 163, 33, .14);
    background: rgba(15, 10, 4, .84);
    color: var(--lp-text);
    cursor: pointer;
    font-size: 1.1rem;
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .3s ease, box-shadow .3s ease, background .4s ease;
    overflow: hidden;
    position: relative;
}
.landing-theme-toggle:hover {
    transform: translateY(-1px) scale(1.05);
    border-color: rgba(214, 163, 33, .24);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .26);
}
.landing-theme-toggle:active {
    transform: scale(0.92);
}
.landing-theme-toggle i {
    transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .3s ease;
    position: absolute;
}
.theme-icon-moon {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
}
.theme-icon-sun {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}
body.light-mode .theme-icon-moon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}
body.light-mode .theme-icon-sun {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
}

.landing-language-wrap {
    position: relative;
}
.landing-language-toggle {
    cursor: pointer;
}
.landing-language-toggle span {
    min-width: 28px;
}
.landing-language-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(560px, 88vw);
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border-radius: 28px;
    border: 1px solid rgba(214, 163, 33, .16);
    background: rgba(10, 7, 3, .94);
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .42);
}
.landing-language-menu[hidden] {
    display: none;
}
.landing-language-option {
    border: 1px solid transparent;
    background: transparent;
    color: var(--lp-text-muted);
    border-radius: 18px;
    padding: 14px 16px;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.landing-language-option:hover {
    color: var(--lp-text);
    background: rgba(214, 163, 33, .08);
    transform: translateY(-1px);
}
.landing-language-option.active {
    color: var(--lp-accent2);
    background: rgba(214, 163, 33, .12);
    border-color: rgba(214, 163, 33, .14);
}

body.web-demo.demo-focus .landing-topbar {
    opacity: 0;
    transform: translateY(-18px);
    pointer-events: none;
}

/* ---------- Reusable ---------- */
.lp-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.lp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.lp-section-label {
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--lp-accent);
    margin-bottom: 12px;
}
.lp-section-title {
    font-family: var(--lp-font);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 16px;
}
.lp-section-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: var(--lp-text-muted);
    max-width: 600px;
    line-height: 1.6;
}
.gradient-text {
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---------- Reveal on scroll ---------- */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .35s; }
.reveal-delay-5 { transition-delay: .45s; }

/* ============================================================
   SECTION 1 — HERO
   ============================================================ */
.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 154px 24px 72px;
    gap: 0;
}

/* Animated mesh gradient background */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(
        135deg,
        #050301 0%,
        #120902 22%,
        #211103 42%,
        #2f1904 58%,
        #120902 82%,
        #050301 100%
    );
    background-size: 400% 400%;
    animation: meshGradient 20s ease infinite;
}
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(214, 163, 33, .16) 0%, transparent 60%),
        radial-gradient(ellipse at 82% 78%, rgba(241, 213, 129, .10) 0%, transparent 48%),
        radial-gradient(circle at 18% 28%, rgba(143, 100, 16, .18) 0%, transparent 36%);
}

@keyframes meshGradient {
    0%   { background-position: 0% 50%; }
    25%  { background-position: 50% 0%; }
    50%  { background-position: 100% 50%; }
    75%  { background-position: 50% 100%; }
    100% { background-position: 0% 50%; }
}

/* Floating orbs */
.hero-orbs {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .35;
    animation: float 14s ease-in-out infinite;
}
.orb:nth-child(1) { width: 350px; height: 350px; background: rgba(214, 163, 33, .85); top: 10%; left: 5%;  animation-delay: 0s;  animation-duration: 16s; }
.orb:nth-child(2) { width: 250px; height: 250px; background: rgba(125, 78, 9, .75); top: 60%; left: 15%; animation-delay: -3s; animation-duration: 13s; }
.orb:nth-child(3) { width: 300px; height: 300px; background: rgba(241, 213, 129, .65); top: 20%; right: 10%; animation-delay: -6s; animation-duration: 18s; }
.orb:nth-child(4) { width: 200px; height: 200px; background: rgba(183, 129, 17, .70); bottom: 15%; right: 20%; animation-delay: -2s; animation-duration: 15s; }
.orb:nth-child(5) { width: 180px; height: 180px; background: rgba(143, 100, 16, .78); top: 45%; left: 50%; animation-delay: -8s; animation-duration: 17s; }
.orb:nth-child(6) { width: 280px; height: 280px; background: rgba(214, 163, 33, .70); bottom: 5%; left: 40%; animation-delay: -4s; animation-duration: 14s; }
.orb:nth-child(7) { width: 160px; height: 160px; background: rgba(247, 223, 160, .52); top: 5%; left: 60%; animation-delay: -10s; animation-duration: 19s; }
.orb:nth-child(8) { width: 220px; height: 220px; background: rgba(120, 80, 18, .75); bottom: 25%; right: 5%; animation-delay: -7s; animation-duration: 12s; }

@keyframes float {
    0%, 100% { transform: translateY(0) translateX(0) scale(1); }
    33%      { transform: translateY(-30px) translateX(15px) scale(1.05); }
    66%      { transform: translateY(20px) translateX(-10px) scale(.95); }
}

/* Hero content */
.hero-content {
    position: relative;
    z-index: 2;
    padding: 48px 24px 72px;
    max-width: 1340px;
    margin: 0 auto;
}
.hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    align-items: center;
    gap: 56px;
}
.hero-copy {
    max-width: 640px;
    text-align: left;
}
.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 18px;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 33, .22);
    background: rgba(18, 10, 4, .66);
    color: var(--lp-accent2);
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
}
.hero-product-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
}
.hero-product-visual::before {
    content: '';
    position: absolute;
    inset: 10% 5% 8%;
    border-radius: 42px;
    background:
        radial-gradient(circle at 28% 22%, rgba(214, 163, 33, .26) 0%, transparent 38%),
        radial-gradient(circle at 78% 78%, rgba(241, 213, 129, .18) 0%, transparent 32%);
    filter: blur(22px);
    opacity: .95;
}
.hero-product-frame {
    position: relative;
    width: min(100%, 560px);
    border-radius: 36px;
    overflow: hidden;
    border: 1px solid rgba(214, 163, 33, .18);
    background: linear-gradient(180deg, rgba(22, 13, 5, .92), rgba(13, 8, 3, .84));
    box-shadow:
        0 36px 92px rgba(0, 0, 0, .42),
        0 0 58px rgba(214, 163, 33, .12);
    transform: perspective(1800px) rotateX(8deg) rotateY(-14deg) translateY(12px);
}
.hero-product-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .1) 0%, transparent 16%, transparent 100%),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .08) 0%, transparent 28%);
    pointer-events: none;
}
.hero-product-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.hero-product-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 33, .18);
    background: rgba(10, 7, 3, .86);
    color: var(--lp-text);
    font-size: .84rem;
    font-weight: 600;
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
    white-space: nowrap;
    z-index: 3;
}
.hero-product-chip i {
    color: var(--lp-accent);
}
.hero-product-chip-top {
    top: 54px;
    left: -20px;
}
.hero-product-chip-bottom {
    right: -16px;
    bottom: 56px;
}
.hero-logo {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    margin: 0 0 32px;
    display: block;
    filter: drop-shadow(0 0 40px rgba(214, 163, 33, .32));
    animation: shimmer 3s ease-in-out infinite alternate;
}
.hero-headline {
    font-family: var(--lp-font);
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 20px;
    letter-spacing: -.03em;
}
.hero-subtitle {
    font-size: clamp(1.05rem, 2.5vw, 1.35rem);
    color: var(--lp-text-muted);
    margin: 0 0 40px;
    max-width: 640px;
    line-height: 1.6;
}
.hero-cta-group {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 14px;
    font-family: var(--lp-font);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all .3s cubic-bezier(.16,1,.3,1);
}
.btn-primary {
    background: var(--lp-gradient);
    color: #120802;
    box-shadow: 0 0 30px rgba(214, 163, 33, .26);
    animation: pulseGlow 3s ease-in-out infinite;
}
.btn-primary:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 50px rgba(214, 163, 33, .45);
}
.btn-secondary {
    background: rgba(18, 12, 4, .72);
    color: var(--lp-text);
    border: 1px solid var(--lp-glass-border);
    backdrop-filter: blur(12px);
}
.btn-secondary:hover {
    background: rgba(28, 18, 6, .88);
    border-color: rgba(214, 163, 33, .28);
    transform: translateY(-2px);
}
.hero-demo-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
    color: var(--lp-text-muted);
    font-size: .95rem;
    font-weight: 500;
}
.hero-demo-note i {
    color: var(--lp-accent);
}
.hero-price-note {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin: 18px 0 0;
    color: var(--lp-text);
    font-size: .96rem;
    font-weight: 600;
}
.hero-price-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 33, .2);
    background: rgba(214, 163, 33, .1);
    color: var(--lp-accent2);
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 30px rgba(214, 163, 33, .28); }
    50%      { box-shadow: 0 0 54px rgba(214, 163, 33, .42), 0 0 84px rgba(111, 72, 10, .18); }
}
@keyframes shimmer {
    0%   { filter: drop-shadow(0 0 30px rgba(214, 163, 33, .28)) brightness(1); }
    100% { filter: drop-shadow(0 0 50px rgba(241, 213, 129, .34)) brightness(1.08); }
}

/* Scroll indicator */
.hero-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--lp-text-muted);
    font-size: .8rem;
    opacity: .5;
    animation: fadeInUp 1s 1.5s both;
}
.hero-scroll-hint .scroll-arrow {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(214, 163, 33, .25);
    border-radius: 12px;
    position: relative;
}
.hero-scroll-hint .scroll-arrow::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: rgba(214, 163, 33, .55);
    border-radius: 2px;
    animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
    50%      { transform: translateX(-50%) translateY(14px); opacity: .2; }
}

body.exit-discount-open {
    overflow: hidden;
}

.exit-discount-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.exit-discount-modal.active {
    opacity: 1;
    pointer-events: all;
}

.exit-discount-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(214, 163, 33, .12) 0%, transparent 44%),
        rgba(0, 0, 0, .78);
    backdrop-filter: blur(10px);
}

.exit-discount-card {
    position: relative;
    width: min(100%, 680px);
    padding: 34px 34px 30px;
    border-radius: 28px;
    border: 1px solid rgba(214, 163, 33, .18);
    background: linear-gradient(180deg, rgba(12, 8, 3, .96) 0%, rgba(8, 5, 2, .96) 100%);
    box-shadow: 0 34px 120px rgba(0, 0, 0, .48), 0 0 60px rgba(214, 163, 33, .10);
    text-align: center;
    transform: translateY(18px) scale(.97);
    transition: transform .32s cubic-bezier(.16, 1, .3, 1);
}

.exit-discount-modal.active .exit-discount-card {
    transform: translateY(0) scale(1);
}

.exit-discount-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 248, 233, .9);
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.exit-discount-close:hover {
    transform: scale(1.04);
    background: rgba(214, 163, 33, .12);
    color: var(--lp-text);
}

.exit-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    margin-bottom: 22px;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 33, .25);
    background: linear-gradient(180deg, rgba(42, 29, 7, .98), rgba(28, 18, 4, .96));
    color: var(--lp-accent2);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 14px 36px rgba(214, 163, 33, .12);
}

.exit-discount-title {
    margin: 0 0 14px;
    color: var(--lp-text);
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.exit-discount-copy {
    max-width: 520px;
    margin: 0 auto 20px;
    color: var(--lp-text-muted);
    font-size: clamp(.94rem, 1.2vw, 1.06rem);
    line-height: 1.55;
}

.exit-discount-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    width: min(100%, 580px);
    margin: 0 auto 18px;
    padding: 12px;
    border-radius: 20px;
    border: 1px dashed rgba(214, 163, 33, .12);
    background: rgba(2, 2, 2, .9);
}

.exit-discount-code {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 16px;
    color: #fff;
    font-size: clamp(1.65rem, 2.6vw, 2.7rem);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: lowercase;
}

.exit-discount-copy-btn {
    min-width: 118px;
    min-height: 64px;
    padding: 0 22px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #f6edd8, #ffffff);
    color: #090603;
    font-size: 1.1rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.exit-discount-copy-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(255, 255, 255, .12);
}

.exit-discount-copy-btn.is-copied {
    background: linear-gradient(180deg, #d6a321, #f0ca64);
    color: #140c02;
}

.exit-discount-redeem {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--lp-text-muted);
    font-size: 1.08rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.exit-discount-redeem:hover {
    color: var(--lp-accent2);
    transform: translateX(4px);
}

/* ============================================================
   SECTION 2 — PHONE SHOWCASE
   ============================================================ */
.phone-showcase-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px;
    background: linear-gradient(180deg,
        #050301 0%,
        #0a0703 10%,
        #130b03 50%,
        #090603 90%,
        #050301 100%
    );
}
.phone-showcase-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
}
.phone-wrapper {
    position: relative;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-demo-callout {
    position: absolute;
    top: 50%;
    z-index: 12;
    display: flex;
    align-items: center;
    gap: 16px;
    pointer-events: none;
}

.phone-demo-callout-left {
    right: calc(50% + 220px);
    transform: translateY(-50%);
}

.phone-demo-callout-right {
    left: calc(50% + 220px);
    transform: translateY(-50%);
}

.phone-demo-callout-line {
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 163, 33, .55), rgba(214, 163, 33, .95));
}

.phone-demo-callout-right .phone-demo-callout-line {
    background: linear-gradient(90deg, rgba(214, 163, 33, .95), rgba(214, 163, 33, .55), transparent);
}

.phone-demo-callout-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 33, .16);
    background: rgba(15, 10, 4, .84);
    color: var(--lp-text);
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .01em;
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
}

.phone-demo-callout-badge i {
    color: var(--lp-accent);
}

/* Override phone positioning for landing page */
body.web-demo #phone-container {
    position: absolute !important;
}


/* ============================================================
   SECTION 3 — FEATURES GALLERY
   ============================================================ */
.features-gallery-section {
    background: var(--lp-bg);
    padding: 120px 0;
    position: relative;
}
.features-gallery-section::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(214, 163, 33, .08) 0%, transparent 70%);
    pointer-events: none;
}
.features-gallery-header {
    text-align: center;
    margin-bottom: 64px;
}
.features-gallery-header .lp-section-subtitle {
    margin: 0 auto;
}

/* Staggered gallery grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.gallery-card {
    position: relative;
    grid-column: auto !important;
    border-radius: var(--lp-radius);
    overflow: hidden;
    background: var(--lp-glass);
    border: 1px solid var(--lp-glass-border);
    backdrop-filter: blur(16px);
    aspect-ratio: 9 / 16;
    transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
.gallery-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 60px rgba(214, 163, 33, .16);
    border-color: rgba(214, 163, 33, .32);
}
.gallery-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .6s cubic-bezier(.16,1,.3,1);
}
.gallery-card:hover .gallery-card-img {
    transform: scale(1.04);
}

.gallery-card-img-contain {
    object-fit: contain;
    object-position: center center;
    background:
        radial-gradient(circle at 50% 12%, rgba(214, 163, 33, .08), transparent 36%),
        linear-gradient(180deg, rgba(10, 8, 3, .98), rgba(8, 6, 2, .98));
    padding: 16px;
}

.gallery-card-img-ai {
    object-position: center center;
}

.gallery-card-img-browser {
    object-position: center 8%;
}

.gallery-card-img-music {
    object-position: center 12%;
}
.gallery-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px 20px;
    background: linear-gradient(to top, rgba(8, 5, 1, .92) 0%, transparent 100%);
}
.gallery-card-caption h3 {
    font-family: var(--lp-font);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.gallery-card-caption p {
    font-size: .85rem;
    color: var(--lp-text-muted);
    margin: 0;
    line-height: 1.45;
}

/* ============================================================
   SECTION 4 — FEATURE HIGHLIGHTS
   ============================================================ */
.feature-highlights-section {
    background: var(--lp-bg-alt);
    padding: 120px 0;
    position: relative;
}
.feature-highlights-header {
    text-align: center;
    margin-bottom: 64px;
}
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}
.feature-card {
    position: relative;
    padding: 40px 32px;
    border-radius: var(--lp-radius);
    background: var(--lp-glass);
    border: 1px solid var(--lp-glass-border);
    backdrop-filter: blur(16px);
    text-align: center;
    transition: all .4s cubic-bezier(.16,1,.3,1);
    overflow: hidden;
}
.feature-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: var(--lp-radius);
    padding: 1px;
    background: linear-gradient(135deg, rgba(214, 163, 33, .34), rgba(241, 213, 129, .12), rgba(143, 100, 16, .34));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .4s ease;
}
.feature-card:hover::before {
    opacity: 1;
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 60px rgba(214, 163, 33, .12);
    background: rgba(255, 232, 188, .07);
}
.feature-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(214, 163, 33, .16), rgba(143, 100, 16, .18));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    color: var(--lp-accent);
}
.feature-card h3 {
    font-family: var(--lp-font);
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.feature-card p {
    font-size: .95rem;
    color: var(--lp-text-muted);
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   SECTION 5 — STATS BAR
   ============================================================ */
.stats-section {
    background: linear-gradient(180deg, #050301, #100802, #050301);
    padding: 80px 0;
    position: relative;
}
.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(214, 163, 33, .05), transparent);
    pointer-events: none;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.stat-item {
    padding: 24px 16px;
}
.stat-number {
    font-family: var(--lp-font);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-number .gradient-text {
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-label {
    font-size: .9rem;
    color: var(--lp-text-muted);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* ============================================================
   SECTION 6 — CTA / FOOTER
   ============================================================ */
.cta-section {
    background: var(--lp-bg);
    padding: 120px 0 60px;
    text-align: center;
    position: relative;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: -200px; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(214, 163, 33, .06) 0%, transparent 70%);
    pointer-events: none;
}
.cta-headline {
    font-family: var(--lp-font);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 32px;
    line-height: 1.15;
}
.cta-section .btn-primary {
    font-size: 1.1rem;
    padding: 16px 40px;
}

/* Footer */
.landing-footer {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid var(--lp-border);
    background: var(--lp-bg);
}
.landing-footer p {
    font-size: .85rem;
    color: var(--lp-text-muted);
    margin: 0;
}
.landing-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 14px;
}
.landing-footer a {
    color: var(--lp-accent);
    text-decoration: none;
    transition: color .2s, transform .2s ease;
}
.landing-footer a:hover {
    color: var(--lp-accent2);
    transform: translateY(-1px);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes countUp {
    from { opacity: 0; transform: scale(.8); }
    to   { opacity: 1; transform: scale(1); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .exit-discount-card {
        padding: 44px 26px 32px;
        border-radius: 28px;
    }
    .exit-discount-badge {
        min-height: 52px;
        padding: 0 20px;
        margin-bottom: 24px;
        font-size: .9rem;
    }
    .exit-discount-copy {
        margin-bottom: 28px;
    }
    .exit-discount-code-row {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
        border-radius: 24px;
    }
    .exit-discount-code,
    .exit-discount-copy-btn {
        min-height: 78px;
    }
    .exit-discount-copy-btn {
        width: 100%;
    }
    .exit-discount-redeem {
        font-size: 1.2rem;
    }
    .landing-topbar {
        top: 14px;
    }
    .landing-topbar-inner {
        padding: 0 14px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .landing-brand {
        width: 100%;
        justify-content: center;
    }
    .landing-topnav {
        order: 3;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 24px;
    }
    .landing-topnav a {
        padding: 10px 16px;
        font-size: .88rem;
    }
    .landing-topbar-actions {
        width: 100%;
        justify-content: center;
    }
    .landing-discord-btn,
    .landing-language-toggle {
        min-height: 44px;
        padding: 0 14px;
    }
    .landing-language-menu {
        width: min(92vw, 540px);
        right: 50%;
        transform: translateX(50%);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-content {
        padding: 24px 18px 58px;
    }
    .hero-stage {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .hero-copy {
        text-align: center;
        max-width: 100%;
    }
    .hero-kicker {
        font-size: .74rem;
        padding: 8px 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-subtitle,
    .hero-price-note,
    .hero-demo-note {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .hero-cta-group {
        justify-content: center;
    }
    .hero-product-visual {
        min-height: auto;
        padding-top: 10px;
    }
    .hero-product-frame {
        width: min(100%, 420px);
        border-radius: 28px;
        transform: none;
    }
    .hero-product-chip {
        font-size: .76rem;
        padding: 9px 12px;
    }
    .hero-product-chip-top {
        top: -10px;
        left: 6px;
    }
    .hero-product-chip-bottom {
        right: 6px;
        bottom: -10px;
    }
    .hero-demo-note {
        font-size: .84rem;
        line-height: 1.4;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .feature-cards {
        grid-template-columns: 1fr;
    }
    .hero-headline {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    .phone-wrapper {
        min-height: 600px;
    }
    .phone-demo-callout {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        justify-content: center;
        width: 100%;
        margin-bottom: 14px;
    }
    .phone-wrapper {
        flex-direction: column;
        gap: 8px;
    }
    .phone-demo-callout-line {
        display: none;
    }
    .phone-demo-callout-badge {
        font-size: .84rem;
        min-height: 46px;
        padding: 0 14px;
    }
}

@media (max-width: 480px) {
    .exit-discount-modal {
        padding: 16px;
    }
    .exit-discount-card {
        padding: 40px 18px 26px;
    }
    .exit-discount-close {
        top: 16px;
        right: 16px;
        width: 44px;
        height: 44px;
    }
    .exit-discount-code {
        font-size: clamp(1.8rem, 8vw, 2.6rem);
        letter-spacing: .04em;
    }
    .landing-language-menu {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .hero-cta-group {
        flex-direction: column;
        align-items: center;
    }
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    .landing-brand {
        font-size: .96rem;
    }
    .hero-product-frame {
        width: min(100%, 340px);
    }
}

/* ============================================================
   LIGHT MODE
   ============================================================ */
body.web-demo.light-mode {
    --lp-bg: #f5f3ef;
    --lp-bg-alt: #ede9e1;
    --lp-surface: rgba(120, 90, 20, .06);
    --lp-border: rgba(120, 90, 20, .14);
    --lp-text: #1a1408;
    --lp-text-muted: #6b5d3f;
    --lp-accent: #9a7512;
    --lp-accent2: #c49b1e;
    --lp-accent3: #6e4c08;
    --lp-glass: rgba(120, 90, 20, .04);
    --lp-glass-border: rgba(120, 90, 20, .1);
    background: var(--lp-bg);
}

body.light-mode .hero-bg {
    background: linear-gradient(180deg, #f5f3ef 0%, #ede5d4 40%, #f0ead8 70%, #f5f3ef 100%) !important;
}

body.light-mode .hero-bg::after {
    opacity: 0.08 !important;
}

body.light-mode .landing-topnav {
    background: rgba(255, 255, 255, .88);
    border-color: rgba(120, 90, 20, .1);
}

body.light-mode .landing-topnav a {
    color: var(--lp-text-muted);
}

body.light-mode .landing-topnav a:hover {
    color: var(--lp-text);
    background: rgba(120, 90, 20, .06);
}

body.light-mode .landing-discord-btn,
body.light-mode .landing-language-toggle,
body.light-mode .landing-theme-toggle {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(120, 90, 20, .1);
    color: var(--lp-text);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

body.light-mode .landing-discord-btn:hover,
body.light-mode .landing-language-toggle:hover,
body.light-mode .landing-theme-toggle:hover {
    border-color: rgba(120, 90, 20, .2);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

body.light-mode .landing-brand {
    color: var(--lp-text);
}

body.light-mode .landing-brand img {
    filter: invert(1) drop-shadow(0 0 18px rgba(120, 90, 20, .12));
}

body.light-mode .hero-logo {
    filter: invert(1) drop-shadow(0 0 40px rgba(120, 90, 20, .2));
    animation: shimmerLight 3s ease-in-out infinite alternate;
}
@keyframes shimmerLight {
    0%   { filter: invert(1) drop-shadow(0 0 30px rgba(120, 90, 20, .15)) brightness(1); }
    100% { filter: invert(1) drop-shadow(0 0 50px rgba(120, 90, 20, .22)) brightness(1.04); }
}

body.light-mode .hero-eyebrow {
    background: rgba(120, 90, 20, .08);
    border-color: rgba(120, 90, 20, .12);
    color: var(--lp-accent);
}

body.light-mode .hero-title {
    color: var(--lp-text);
}

body.light-mode .hero-subtitle {
    color: var(--lp-text-muted);
}

body.light-mode .btn-primary {
    background: var(--lp-gradient);
    color: #fff;
}

body.light-mode .btn-secondary {
    background: rgba(255, 255, 255, .8);
    border-color: rgba(120, 90, 20, .12);
    color: var(--lp-text);
}

body.light-mode .btn-secondary:hover {
    background: rgba(255, 255, 255, .95);
    border-color: rgba(120, 90, 20, .2);
}

body.light-mode .hero-stats span {
    color: var(--lp-text-muted);
}

body.light-mode .phone-showcase-section {
    background: linear-gradient(var(--lp-bg) 0%, #ede5d4 10%, #e8ddc8 50%, #ede5d4 90%, var(--lp-bg) 100%) !important;
}

body.light-mode .phone-demo-callout-badge {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(120, 90, 20, .12);
    color: var(--lp-text);
}

body.light-mode .phone-demo-control {
    background: rgba(255, 255, 255, .9) !important;
    border-color: rgba(120, 90, 20, .12) !important;
    color: var(--lp-text) !important;
}
body.light-mode #demo-buy-btn {
    background: linear-gradient(180deg, #b8880f, #c4941d) !important;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(120, 90, 20, 0.18);
}

body.light-mode .gallery-card {
    background: rgba(255, 255, 255, .8);
    border-color: rgba(120, 90, 20, .1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

body.light-mode .gallery-card:hover {
    border-color: rgba(120, 90, 20, .2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
}

body.light-mode .gallery-card-img-contain {
    background:
        radial-gradient(circle at 50% 12%, rgba(120, 90, 20, .06), transparent 36%),
        linear-gradient(180deg, rgba(245, 243, 239, .98), rgba(237, 233, 225, .98));
}

body.light-mode .gallery-card-caption {
    background: linear-gradient(to top, rgba(255, 255, 255, .95) 0%, transparent 100%);
}

body.light-mode .gallery-card-caption h3 {
    color: var(--lp-text);
}

body.light-mode .gallery-card-label {
    color: var(--lp-text);
}

body.light-mode .gallery-card-desc {
    color: var(--lp-text-muted);
}

body.light-mode .highlight-card {
    background: rgba(255, 255, 255, .5);
    border-color: rgba(120, 90, 20, .08);
}

body.light-mode .highlight-card:hover {
    border-color: rgba(120, 90, 20, .16);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
}

body.light-mode .stats-section {
    background: linear-gradient(180deg, #ede5d4, #f5f0e4, #ede5d4);
}
body.light-mode .stats-section::before {
    background: linear-gradient(90deg, transparent, rgba(214, 163, 33, .06), transparent);
}
body.light-mode .stat-item .stat-number {
    color: var(--lp-accent);
}

body.light-mode .stat-item .stat-label {
    color: var(--lp-text-muted);
}

body.light-mode .cta-card {
    background: rgba(255, 255, 255, .7);
    border-color: rgba(120, 90, 20, .1);
}

body.light-mode .landing-footer {
    border-top-color: rgba(120, 90, 20, .08);
    color: var(--lp-text-muted);
}

body.light-mode .landing-footer a {
    color: var(--lp-text-muted);
}

body.light-mode .landing-footer a:hover {
    color: var(--lp-text);
}

body.light-mode .landing-language-menu {
    background: rgba(255, 255, 255, .95);
    border-color: rgba(120, 90, 20, .1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

body.light-mode .landing-language-menu button {
    color: var(--lp-text-muted);
}

body.light-mode .landing-language-menu button:hover,
body.light-mode .landing-language-menu button.active {
    color: var(--lp-text);
    background: rgba(120, 90, 20, .06);
}

body.light-mode .section-header h2,
body.light-mode .features-gallery-section h2,
body.light-mode .feature-highlights-section h2,
body.light-mode .stats-section h2,
body.light-mode .cta-section h2 {
    color: var(--lp-text);
}

body.light-mode .section-header p {
    color: var(--lp-text-muted);
}

body.light-mode ::selection {
    background: rgba(154, 117, 18, .2);
    color: var(--lp-text);
}

body.light-mode ::-webkit-scrollbar-track {
    background: #f5f0e6;
}
body.light-mode ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #c4941d, #9a7215);
    border-radius: 8px;
}
body.light-mode ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #d6a321, #c4941d);
}
body.light-mode {
    scrollbar-color: #c4941d #f5f0e6;
}

/* ── Hero product frame ── */
body.light-mode .hero-product-visual::before {
    background:
        radial-gradient(circle at 28% 22%, rgba(214, 163, 33, .12) 0%, transparent 38%),
        radial-gradient(circle at 78% 78%, rgba(241, 213, 129, .08) 0%, transparent 32%);
}
body.light-mode .hero-product-frame {
    background: linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(245, 242, 235, .92));
    border-color: rgba(120, 90, 20, .12);
    box-shadow:
        0 36px 92px rgba(0, 0, 0, .10),
        0 0 58px rgba(214, 163, 33, .06);
}
body.light-mode .hero-product-frame::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, transparent 16%, transparent 100%),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .15) 0%, transparent 28%);
}
body.light-mode .hero-product-chip {
    background: rgba(255, 255, 255, .92);
    border-color: rgba(120, 90, 20, .12);
    color: var(--lp-text);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
}

/* ── Hero price area ── */
body.light-mode .hero-price-pill {
    background: rgba(214, 163, 33, .12);
    border-color: rgba(120, 90, 20, .15);
}
body.light-mode .hero-price-note {
    color: var(--lp-text);
}
body.light-mode .hero-scroll-hint .scroll-arrow {
    border-color: rgba(120, 90, 20, .18);
}
body.light-mode .hero-scroll-hint .scroll-arrow::after {
    background: rgba(120, 90, 20, .4);
}

/* ── Exit discount modal ── */
body.light-mode .exit-discount-backdrop {
    background:
        radial-gradient(circle at 50% 0%, rgba(214, 163, 33, .08) 0%, transparent 44%),
        rgba(0, 0, 0, .45);
}
body.light-mode .exit-discount-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 245, 238, .98) 100%);
    border-color: rgba(120, 90, 20, .12);
    box-shadow: 0 34px 120px rgba(0, 0, 0, .15), 0 0 60px rgba(214, 163, 33, .06);
}
body.light-mode .exit-discount-close {
    background: rgba(120, 90, 20, .06);
    color: var(--lp-text-muted);
}
body.light-mode .exit-discount-close:hover {
    background: rgba(120, 90, 20, .12);
    color: var(--lp-text);
}
body.light-mode .exit-discount-badge {
    background: linear-gradient(180deg, rgba(214, 163, 33, .12), rgba(214, 163, 33, .08));
    border-color: rgba(120, 90, 20, .15);
}
body.light-mode .exit-discount-title {
    color: var(--lp-text);
}
body.light-mode .exit-discount-copy {
    color: var(--lp-text-muted);
}
body.light-mode .exit-discount-code-row {
    background: rgba(120, 90, 20, .04);
    border-color: rgba(120, 90, 20, .12);
}
body.light-mode .exit-discount-code {
    color: var(--lp-text);
}
body.light-mode .exit-discount-copy-btn {
    background: linear-gradient(180deg, var(--lp-accent), var(--lp-accent2));
    color: #fff;
}
body.light-mode .exit-discount-copy-btn:hover {
    box-shadow: 0 18px 34px rgba(214, 163, 33, .18);
}
body.light-mode .exit-discount-redeem {
    color: var(--lp-text-muted);
}
body.light-mode .exit-discount-redeem:hover {
    color: var(--lp-accent);
}

/* ── Highlight card icons & text ── */
body.light-mode .highlight-card h3 {
    color: var(--lp-text);
}
body.light-mode .highlight-card p {
    color: var(--lp-text-muted);
}
body.light-mode .highlight-icon {
    background: rgba(214, 163, 33, .1);
    color: var(--lp-accent);
}

/* ── CTA section ── */
body.light-mode .cta-card h2 {
    color: var(--lp-text);
}
body.light-mode .cta-card p {
    color: var(--lp-text-muted);
}

/* ============================================================
   COOKIE CONSENT BANNER (DSGVO)
   ============================================================ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0 20px 20px;
    pointer-events: none;
}
.cookie-banner-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 28px;
    background: rgba(10, 8, 3, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(214, 163, 33, .18);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    gap: 24px;
    pointer-events: auto;
}
.cookie-banner-text h3 {
    font-family: var(--lp-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-text);
    margin: 0 0 8px;
}
.cookie-banner-text p {
    font-size: .82rem;
    line-height: 1.5;
    color: var(--lp-text-muted);
    margin: 0 0 8px;
}
.cookie-privacy-link {
    font-size: .78rem;
    color: var(--lp-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-privacy-link:hover {
    color: var(--lp-accent2);
}
.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 12px 22px;
    border-radius: 12px;
    font-family: var(--lp-font);
    font-size: .88rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
    white-space: nowrap;
}
.cookie-btn-reject {
    border: 1px solid rgba(214, 163, 33, .2);
    background: transparent;
    color: var(--lp-text-muted);
}
.cookie-btn-reject:hover {
    transform: translateY(-1px);
    border-color: rgba(214, 163, 33, .35);
    color: var(--lp-text);
}
.cookie-btn-accept {
    border: none;
    background: linear-gradient(180deg, var(--lp-accent), var(--lp-accent3));
    color: #fff;
}
.cookie-btn-accept:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(214, 163, 33, .3);
}
@media (max-width: 600px) {
    .cookie-banner-inner {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 20px;
    }
    .cookie-banner-actions {
        width: 100%;
        justify-content: stretch;
    }
    .cookie-btn {
        width: 100%;
    }
    .cookie-btn-accept {
        width: 100%;
    }
}

/* Cookie Banner Light Mode */
body.light-mode .cookie-banner-inner {
    background: rgba(255, 255, 255, .95);
    border-color: rgba(120, 90, 20, .12);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}
body.light-mode .cookie-banner-text h3 {
    color: var(--lp-text);
}
body.light-mode .cookie-banner-text p {
    color: var(--lp-text-muted);
}
body.light-mode .cookie-btn-reject {
    border-color: rgba(120, 90, 20, .16);
    color: rgba(79, 54, 12, .72);
}
body.light-mode .cookie-btn-reject:hover {
    border-color: rgba(120, 90, 20, .28);
    color: var(--lp-text);
}
body.light-mode .cookie-btn-accept {
    background: linear-gradient(180deg, #c4941d, #9a7215);
}
