/* ============================================================
   INSIGHT LINGVO — Brand-true stylesheet
   Brandbook tokens:
     Fiery Orange #FF6600 · Charcoal Deep #333333 · Pure Black #000000
     Insight Grey #CCCCCC · Star Dust #FFFFFF
   Typography:
     Insight Script (Caveat fallback) · Insight Sans (Outfit fallback)
   ============================================================ */

:root {
    /* Brand */
    --c-orange: #FF6600;
    --c-orange-soft: #ff8a3a;
    --c-orange-glow: #ffae66;
    --c-orange-hover: #e65a00;
    --c-charcoal: #1a1416;
    --c-charcoal-2: #221a1d;
    --c-black: #0a0606;
    --c-jet: #050303;
    --c-grey: #cccccc;
    --c-grey-soft: #a8a8a8;
    --c-grey-faint: rgba(204, 204, 204, 0.55);
    --c-stardust: #ffffff;

    /* Surfaces */
    --bg-deep: var(--c-black);
    --bg-deeper: var(--c-jet);
    --bg-card: rgba(255, 255, 255, 0.025);
    --bg-card-hover: rgba(255, 102, 0, 0.04);
    --border-soft: rgba(255, 255, 255, 0.08);
    --border-orange: rgba(255, 102, 0, 0.4);

    --shadow-glow-sm: 0 0 24px -6px rgba(255, 102, 0, 0.4);
    --shadow-glow-md: 0 0 60px -10px rgba(255, 102, 0, 0.55);
    --shadow-glow-lg: 0 0 120px -20px rgba(255, 102, 0, 0.65);

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --radius-xl: 28px;

    --font-sans: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-script: 'Caveat', cursive;

    --easing: cubic-bezier(.2, .7, .2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-sans);
    background: var(--bg-deep);
    color: var(--c-grey);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.text-center { text-align: center; }
.w-100 { width: 100%; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 { font-family: var(--font-sans); font-weight: 700; line-height: 1.1; color: var(--c-stardust); letter-spacing: -0.02em; }
.section-title {
    font-size: clamp(2rem, 4.4vw, 3.6rem);
    font-weight: 800;
    color: var(--c-stardust);
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}
.title-accent {
    color: var(--c-orange);
    text-shadow: 0 0 30px rgba(255, 102, 0, 0.45);
}
.section-lead {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    color: var(--c-grey-soft);
    margin-bottom: 12px;
    line-height: 1.5;
}

.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--c-orange);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.eyebrow.center { justify-content: center; }
.spark-mark {
    width: 18px; height: 22px;
    color: var(--c-orange);
    filter: drop-shadow(0 0 8px rgba(255, 102, 0, 0.7));
}

.script-accent {
    font-family: var(--font-script);
    font-style: italic;
    font-size: 1.3em;
    color: var(--c-stardust);
    background: linear-gradient(180deg, #fff 0%, #ffd6a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 4px;
    line-height: 1;
}

.section-header { margin-bottom: 60px; }

/* ============================================================
   HERO (kept from previous design)
   ============================================================ */
.hero-screen {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(ellipse 80% 60% at 70% 50%, #1a0a05 0%, var(--bg-deep) 60%, #000 100%);
    overflow: hidden;
    color: var(--c-stardust);
    isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
#particles-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.85; }

.hero-glow { position: absolute; border-radius: 50%; filter: blur(110px); opacity: 0.55; will-change: transform, opacity; }
.hero-glow-1 { width: 700px; height: 700px; right: -120px; top: -100px; background: radial-gradient(circle, var(--c-orange) 0%, rgba(255,102,0,0) 65%); animation: floatGlow 14s ease-in-out infinite alternate; }
.hero-glow-2 { width: 500px; height: 500px; right: 10%; bottom: -150px; background: radial-gradient(circle, var(--c-orange-hover) 0%, rgba(230,90,0,0) 70%); animation: floatGlow 18s ease-in-out -4s infinite alternate-reverse; opacity: 0.4; }
@keyframes floatGlow {
    0%   { transform: translate(0,0) scale(1); opacity: 0.45; }
    50%  { transform: translate(-40px, 30px) scale(1.08); opacity: 0.6; }
    100% { transform: translate(20px, -20px) scale(0.95); opacity: 0.5; }
}

.circuit-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,102,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,102,0,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 60% 80% at 70% 50%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 60% 80% at 70% 50%, #000 30%, transparent 80%);
    opacity: 0.6;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar { position: relative; width: 100%; height: 88px; display: flex; align-items: center; z-index: 10; }
.nav-content { display: flex; justify-content: space-between; align-items: center; gap: 32px; }

.logo { display: flex; align-items: center; }
.logo-text {
    display: inline-flex; align-items: baseline; gap: 4px;
    font-family: var(--font-script);
    font-size: 2.4rem; font-weight: 700;
    line-height: 1;
}
.logo-script { color: #fff; font-style: italic; }
.logo-script.accent { color: var(--c-orange); text-shadow: 0 0 22px rgba(255,102,0,0.55); }

.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { color: var(--c-stardust); font-weight: 500; font-size: 1.02rem; letter-spacing: 0.2px; transition: color 0.25s ease; }
.nav-links a:hover { color: var(--c-orange); }
.nav-sep { color: rgba(255,255,255,0.25); user-select: none; }

.nav-cta { color: var(--c-orange) !important; position: relative; padding-bottom: 4px; }
.nav-cta::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--c-orange), transparent);
    transform-origin: center;
    animation: navUnderline 2.4s ease-in-out infinite;
}
@keyframes navUnderline {
    0%, 100% { transform: scaleX(0.7); opacity: 0.7; }
    50%      { transform: scaleX(1); opacity: 1; }
}

/* Hero grid */
.hero-grid {
    position: relative; z-index: 5;
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px;
    align-items: center;
    min-height: calc(100vh - 88px);
    padding-top: 20px; padding-bottom: 60px;
}
.hero-text { max-width: 620px; }
.hero-title {
    font-size: clamp(2.4rem, 4.6vw, 4.4rem);
    color: #e7e7ea; font-weight: 700;
    letter-spacing: -1.5px; line-height: 1.05;
    margin-bottom: 28px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}
.hero-tagline {
    font-size: clamp(1.4rem, 2vw, 1.85rem);
    font-weight: 400; color: #d4d4d8;
    margin-bottom: 22px; letter-spacing: -0.3px;
}
.hero-subtitle {
    font-size: 1.08rem; color: var(--c-grey-soft);
    line-height: 1.6; margin-bottom: 40px; max-width: 520px;
}
.emoji-tiny { font-size: 0.85em; vertical-align: -0.05em; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

/* ============================================================
   BUTTONS — glow + outline-glow + ghost
   ============================================================ */
.btn-glow {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 18px 34px;
    background: linear-gradient(180deg, #1a1416 0%, #0d0a0c 100%);
    color: #fff;
    border: 1.5px solid rgba(255,102,0,0.85);
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 1rem; font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-decoration: none;
    box-shadow:
        0 0 0 1px rgba(255,102,0,0.15),
        0 0 30px -4px rgba(255,102,0,0.6),
        0 0 70px -10px rgba(255,102,0,0.5),
        inset 0 0 16px rgba(255,102,0,0.12);
    transition: transform 0.25s var(--easing), box-shadow 0.25s var(--easing);
}
.btn-glow span { position: relative; z-index: 1; }
.btn-glow::before {
    content: ''; position: absolute; inset: -2px;
    border-radius: 999px;
    background: linear-gradient(120deg, transparent, rgba(255,102,0,0.55), transparent);
    opacity: 0; transition: opacity 0.3s var(--easing);
    z-index: -1; filter: blur(12px);
}
.btn-glow:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(255,102,0,0.3),
        0 0 40px -2px rgba(255,102,0,0.85),
        0 0 100px -10px rgba(255,102,0,0.7),
        inset 0 0 20px rgba(255,102,0,0.2);
}
.btn-glow:hover::before { opacity: 1; }

.btn-outline-glow {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 16px 32px;
    background: transparent;
    color: var(--c-stardust);
    border: 1.5px solid rgba(255,255,255,0.15);
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 1rem; font-weight: 600;
    cursor: pointer; text-decoration: none;
    transition: all 0.25s var(--easing);
}
.btn-outline-glow:hover {
    border-color: var(--c-orange);
    color: var(--c-orange);
    box-shadow: 0 0 30px -8px rgba(255,102,0,0.6);
    transform: translateY(-2px);
}

.btn-ghost {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 18px;
    background: transparent; color: #e7e7ea;
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: 1rem; font-weight: 500;
    border-radius: 999px;
    transition: color 0.25s ease;
}
.btn-ghost:hover { color: var(--c-orange); }
.kbd, .key {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 28px; height: 28px; padding: 0 8px;
    font-family: var(--font-sans); font-size: 0.85rem; font-weight: 600;
    color: #e7e7ea;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.18);
    border-bottom-width: 2px;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.4) inset;
}
.key-spark {
    width: 22px; height: 28px;
    color: var(--c-orange);
    filter: drop-shadow(0 0 10px rgba(255,102,0,0.7));
    flex-shrink: 0;
    transition: transform 0.3s var(--easing);
}
.btn-ghost:hover .key-spark { transform: rotate(-6deg) scale(1.08); }

/* Hero visual */
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 540px; }
.elephant-stage { position: relative; width: min(100%, 600px); aspect-ratio: 1 / 1; }
.hero-elephant {
    position: absolute; inset: 0; margin: auto;
    width: 100%; height: 100%; object-fit: contain;
    filter:
        drop-shadow(0 0 24px rgba(255,102,0,0.55))
        drop-shadow(0 0 60px rgba(255,102,0,0.4))
        drop-shadow(0 12px 30px rgba(0,0,0,0.6));
    animation: elephantBreathe 6s ease-in-out infinite;
    z-index: 2;
}
@keyframes elephantBreathe {
    0%, 100% { transform: translateY(0) scale(1); }
    50%      { transform: translateY(-10px) scale(1.015); }
}
.orbit-glow {
    position: absolute; inset: 5%; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,102,0,0.45) 0%, rgba(255,102,0,0.12) 35%, transparent 65%);
    filter: blur(40px);
    animation: orbitPulse 5s ease-in-out infinite alternate;
    z-index: 1;
}
@keyframes orbitPulse {
    0%   { opacity: 0.6; transform: scale(0.92); }
    100% { opacity: 0.95; transform: scale(1.05); }
}
.circuit-lines { position: absolute; inset: -10%; width: 120%; height: 120%; z-index: 3; pointer-events: none; }
.cline { stroke-dasharray: 800; stroke-dashoffset: 800; animation: drawLine 6s ease-in-out infinite; opacity: 0.7; }
.cline:nth-child(2) { animation-delay: 0.6s; }
.cline:nth-child(3) { animation-delay: 1.2s; }
.cline:nth-child(4) { animation-delay: 1.8s; }
.cline:nth-child(5) { animation-delay: 2.4s; }
@keyframes drawLine {
    0%   { stroke-dashoffset: 800; opacity: 0; }
    20%  { opacity: 0.9; }
    60%  { stroke-dashoffset: 0; opacity: 0.7; }
    100% { stroke-dashoffset: -800; opacity: 0; }
}
.spark-dot {
    position: absolute; width: 6px; height: 6px;
    border-radius: 50%; background: var(--c-orange-glow);
    box-shadow: 0 0 10px var(--c-orange), 0 0 20px var(--c-orange);
    z-index: 4;
}
.s1 { top: 12%;  left: 20%; animation: sparkle 3.2s ease-in-out infinite; }
.s2 { top: 30%;  right: 8%; animation: sparkle 4.5s -1s ease-in-out infinite; }
.s3 { bottom: 22%; left: 10%; animation: sparkle 3.8s -0.5s ease-in-out infinite; }
.s4 { bottom: 12%; right: 22%; animation: sparkle 4.2s -2s ease-in-out infinite; }
.s5 { top: 50%;  right: -2%; width: 4px; height: 4px; animation: sparkle 5s -1.5s ease-in-out infinite; }
.s6 { top: 55%;  left: -2%;  width: 4px; height: 4px; animation: sparkle 4.8s -2.5s ease-in-out infinite; }
@keyframes sparkle {
    0%, 100% { transform: scale(0.6); opacity: 0.3; }
    50%      { transform: scale(1.4); opacity: 1; }
}

.scroll-hint {
    position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
    width: 28px; height: 44px;
    border: 1.5px solid rgba(255,255,255,0.25);
    border-radius: 14px; z-index: 5;
    cursor: pointer;
    display: block; text-decoration: none;
    transition: border-color 0.25s ease, transform 0.25s ease;
}
.scroll-hint:hover { border-color: var(--c-orange); transform: translateX(-50%) translateY(-2px); }
.scroll-hint span { display: block; width: 3px; height: 8px; margin: 8px auto 0; background: var(--c-orange); border-radius: 2px; animation: scrollDot 1.8s ease-in-out infinite; }
@keyframes scrollDot {
    0%   { transform: translateY(0); opacity: 1; }
    70%  { transform: translateY(12px); opacity: 0; }
    100% { transform: translateY(0); opacity: 0; }
}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--easing), transform 0.9s var(--easing); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 0.18s; }

/* Hero reveals trigger immediately on load */
.hero-screen .reveal { opacity: 0; transform: translateY(24px); animation: revealIn 1s 0.2s var(--easing) forwards; transition: none; }
.hero-screen .reveal-delay { animation-delay: 0.5s; }
@keyframes revealIn { to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   OM DIVIDER
   ============================================================ */
.om-divider {
    display: flex; align-items: center; justify-content: center;
    gap: 28px; padding: 60px 32px;
    background: var(--bg-deep);
}
.div-line {
    flex: 0 1 200px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,102,0,0.45), transparent);
}
.om-emblem {
    width: 56px; height: 56px;
    color: var(--c-orange);
    filter: drop-shadow(0 0 16px rgba(255,102,0,0.55));
    animation: emblemPulse 4s ease-in-out infinite;
}
@keyframes emblemPulse {
    0%, 100% { filter: drop-shadow(0 0 12px rgba(255,102,0,0.45)); transform: scale(1); }
    50%      { filter: drop-shadow(0 0 22px rgba(255,102,0,0.75)); transform: scale(1.05); }
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
.section { position: relative; padding: 120px 0; overflow: hidden; background: var(--bg-deep); color: var(--c-grey); }
.weave-bg {
    position: absolute; inset: 0; z-index: 0;
    background-image:
        radial-gradient(ellipse at 20% 30%, rgba(255,102,0,0.08), transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(255,102,0,0.06), transparent 55%);
    pointer-events: none;
}
.weave-bg::before {
    content: ''; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,102,0,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,102,0,0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 90% at 50% 50%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 90% at 50% 50%, #000 30%, transparent 80%);
}
.weave-bg-2 { background: radial-gradient(ellipse at 80% 30%, rgba(255,102,0,0.1), transparent 55%); }
.weave-bg-3 { background: radial-gradient(ellipse at 50% 0%, rgba(255,102,0,0.12), transparent 50%); }

.section > .container { position: relative; z-index: 2; }

/* ============================================================
   PROBLEM
   ============================================================ */
.section-problem { padding-top: 80px; }
.problem-grid {
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 60px; align-items: center;
}
.problem-list {
    list-style: none; margin: 28px 0 28px;
    display: flex; flex-direction: column; gap: 14px;
}
.problem-list li {
    display: flex; align-items: center; gap: 14px;
    font-size: 1.08rem;
    color: var(--c-grey);
    padding: 14px 18px;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
    transition: all 0.3s var(--easing);
}
.problem-list li:hover {
    border-color: rgba(255,102,0,0.35);
    background: rgba(255,102,0,0.04);
    transform: translateX(4px);
}
.bullet-x { width: 22px; height: 22px; color: var(--c-orange); flex-shrink: 0; }

.solution-box {
    margin-top: 32px; padding: 28px 32px;
    background: linear-gradient(135deg, rgba(255,102,0,0.08), rgba(255,102,0,0.02));
    border: 1px solid rgba(255,102,0,0.25);
    border-left: 3px solid var(--c-orange);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-glow-sm);
}
.solution-box p { color: var(--c-grey); font-size: 1.1rem; }
.solution-box .strong { color: var(--c-stardust); font-weight: 700; margin-top: 4px; font-size: 1.18rem; }

/* CTA card */
.cta-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-xl);
    padding: 44px 36px 36px;
    text-align: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05);
    overflow: hidden;
}
.cta-card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255,102,0,0.12), transparent 60%);
    pointer-events: none;
}
.cta-card-emblem {
    width: 56px; height: 56px;
    color: var(--c-orange);
    filter: drop-shadow(0 0 20px rgba(255,102,0,0.6));
    margin: 0 auto 20px;
    position: relative; z-index: 1;
}
.cta-card-title {
    color: var(--c-stardust); font-size: 1.5rem;
    margin-bottom: 26px; position: relative; z-index: 1;
}
.cta-stack {
    display: flex; flex-direction: column; gap: 12px;
    margin-bottom: 26px; position: relative; z-index: 1;
}
.quote {
    color: var(--c-grey-soft); font-style: italic;
    margin-bottom: 14px; font-family: var(--font-script);
    font-size: 1.4rem; line-height: 1.3;
    position: relative; z-index: 1;
}
.strong-quote {
    color: var(--c-orange); font-weight: 800;
    text-transform: uppercase; font-size: 0.95rem;
    letter-spacing: 0.08em;
    position: relative; z-index: 1;
}

/* ============================================================
   ELEPHANT SECTION
   ============================================================ */
.elephant-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
}
.feature-list {
    list-style: none;
    display: flex; flex-direction: column; gap: 16px;
    margin: 28px 0 36px;
}
.feature-list li {
    display: flex; align-items: center; gap: 16px;
    font-size: 1.05rem; color: var(--c-grey);
    padding: 14px 18px;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
    transition: all 0.3s var(--easing);
}
.feature-list li:hover {
    border-color: rgba(255,102,0,0.35);
    background: rgba(255,102,0,0.04);
    transform: translateX(4px);
}
.feat-ico {
    width: 28px; height: 28px; color: var(--c-orange);
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(255,102,0,0.45));
}

.inline-cta {
    display: flex; flex-direction: column; gap: 18px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(255,102,0,0.08), rgba(255,102,0,0.01));
    border: 1px solid rgba(255,102,0,0.3);
    border-radius: var(--radius-md);
}
.cta-text { color: var(--c-stardust); font-weight: 600; font-size: 1.05rem; }

.elephant-portrait {
    position: relative; aspect-ratio: 1 / 1;
    max-width: 520px; margin: 0 auto; width: 100%;
}
.portrait-glow {
    position: absolute; inset: 8%;
    background: radial-gradient(circle, rgba(255,102,0,0.5) 0%, rgba(255,102,0,0.1) 40%, transparent 70%);
    filter: blur(60px); border-radius: 50%;
    animation: orbitPulse 6s ease-in-out infinite alternate;
}
.portrait-frame {
    position: absolute; inset: 4%; border-radius: 50%;
    border: 1px solid rgba(255,102,0,0.25);
    box-shadow: 0 0 60px -10px rgba(255,102,0,0.45), inset 0 0 40px rgba(255,102,0,0.08);
}
.portrait-img {
    position: absolute; inset: 0; margin: auto;
    width: 96%; height: 96%; object-fit: contain;
    filter:
        drop-shadow(0 0 24px rgba(255,102,0,0.5))
        drop-shadow(0 0 50px rgba(255,102,0,0.35));
    animation: elephantBreathe 6s ease-in-out infinite;
}
.portrait-weave {
    position: absolute; inset: -8%;
    width: 116%; height: 116%;
    color: var(--c-orange);
    opacity: 0.35;
    filter: drop-shadow(0 0 6px rgba(255,102,0,0.5));
    animation: weaveFloat 12s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes weaveFloat {
    0%   { transform: rotate(-1deg) scale(1); opacity: 0.3; }
    100% { transform: rotate(2deg) scale(1.04); opacity: 0.5; }
}

/* ============================================================
   LEVELS
   ============================================================ */
.levels-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 22px; margin-bottom: 60px;
}
.level-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    overflow: hidden;
    transition: all 0.4s var(--easing);
}
.level-card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(255,102,0,0.15), transparent 60%);
    opacity: 0; transition: opacity 0.4s ease;
    pointer-events: none;
}
.level-card:hover {
    border-color: rgba(255,102,0,0.5);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -10px rgba(0,0,0,0.5), 0 0 50px -10px rgba(255,102,0,0.3);
}
.level-card:hover::before { opacity: 1; }
.card-corner {
    position: absolute; top: 0; right: 0;
    width: 60px; height: 60px;
    background: linear-gradient(225deg, rgba(255,102,0,0.25) 0%, transparent 60%);
    pointer-events: none;
}
.level-badge {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, var(--c-orange), var(--c-orange-hover));
    color: #fff;
    font-weight: 800; font-size: 0.92rem;
    letter-spacing: 0.08em;
    border-radius: 8px;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(255,102,0,0.3);
}
.level-card h3 { color: var(--c-stardust); font-size: 1.3rem; margin-bottom: 12px; }
.level-card p { color: var(--c-grey-soft); font-size: 0.95rem; line-height: 1.55; }
.level-line {
    display: block; width: 0; height: 2px;
    background: linear-gradient(90deg, var(--c-orange), transparent);
    margin-top: 22px;
    transition: width 0.5s var(--easing);
}
.level-card:hover .level-line { width: 100%; }

.level-test-banner {
    position: relative;
    display: flex; align-items: center; gap: 28px;
    padding: 32px 40px;
    background: linear-gradient(135deg, rgba(255,102,0,0.08), rgba(255,102,0,0.01));
    border: 1px solid rgba(255,102,0,0.3);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-glow-sm);
}
.banner-emblem {
    width: 60px; height: 60px;
    color: var(--c-orange);
    filter: drop-shadow(0 0 16px rgba(255,102,0,0.6));
    flex-shrink: 0;
}
.level-test-banner > div { flex: 1; }
.level-test-banner h3 { color: var(--c-stardust); font-size: 1.5rem; margin-bottom: 4px; }
.level-test-banner p { color: var(--c-grey-soft); }

/* ============================================================
   FORMATS
   ============================================================ */
.formats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 22px; margin-bottom: 50px;
}
.format-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    text-align: left;
    overflow: hidden;
    transition: all 0.4s var(--easing);
}
.format-card:hover {
    border-color: rgba(255,102,0,0.45);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -10px rgba(0,0,0,0.5), 0 0 60px -15px rgba(255,102,0,0.4);
}
.format-num {
    font-family: var(--font-script);
    font-size: 2.6rem;
    color: rgba(255,102,0,0.4);
    line-height: 1; margin-bottom: 14px;
    letter-spacing: -0.02em;
}
.format-icon {
    width: 38px; height: 38px;
    color: var(--c-orange);
    margin-bottom: 18px;
    filter: drop-shadow(0 0 10px rgba(255,102,0,0.5));
}
.format-card h3 { color: var(--c-stardust); font-size: 1.3rem; margin-bottom: 12px; }
.format-card p { color: var(--c-grey-soft); font-size: 0.95rem; }
.format-card-feat {
    background: linear-gradient(180deg, rgba(255,102,0,0.1), rgba(255,102,0,0.02));
    border-color: rgba(255,102,0,0.4);
    box-shadow: var(--shadow-glow-sm);
}

.formats-footer { text-align: center; margin-top: 12px; }
.formats-footer p {
    font-size: 1.2rem; color: var(--c-grey-soft);
    line-height: 1.5;
}
.formats-footer strong { color: var(--c-stardust); font-weight: 700; }

/* ============================================================
   PLANS
   ============================================================ */
.pricing-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 22px; align-items: stretch;
}
.pricing-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1040px; margin-left: auto; margin-right: auto;
}
.price-card {
    position: relative;
    display: flex; flex-direction: column;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-xl);
    padding: 36px 28px;
    overflow: visible;
    transition: all 0.4s var(--easing);
}
.price-card:hover {
    border-color: rgba(255,102,0,0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -10px rgba(0,0,0,0.5);
}
.price-popular {
    border: 2px solid var(--c-orange);
    background: linear-gradient(180deg, rgba(255,102,0,0.1), rgba(255,102,0,0.015));
    box-shadow: 0 0 60px -10px rgba(255,102,0,0.55), inset 0 1px 0 rgba(255,102,0,0.2);
    transform: scale(1.04);
}
.price-popular:hover { transform: scale(1.04) translateY(-6px); }
.price-premium {
    border: 1.5px dashed rgba(255,102,0,0.5);
    background: linear-gradient(180deg, rgba(255,102,0,0.06), rgba(255,255,255,0.01));
}

.popular-badge {
    position: absolute; top: -18px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--c-orange), var(--c-orange-hover));
    color: #fff; padding: 9px 22px;
    border-radius: 999px;
    font-weight: 800; font-size: 0.78rem;
    text-transform: uppercase; letter-spacing: 0.12em;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(255,102,0,0.55), 0 0 30px -4px rgba(255,102,0,0.7);
    z-index: 5;
}
.price-num {
    font-family: var(--font-script);
    font-size: 2.4rem;
    color: rgba(255,102,0,0.4);
    line-height: 1; margin-bottom: 8px;
}
.price-card h3 { color: var(--c-stardust); font-size: 1.4rem; margin-bottom: 10px; }
.price-desc { color: var(--c-grey-soft); font-size: 0.92rem; min-height: 70px; margin-bottom: 22px; }

.price {
    color: var(--c-stardust);
    font-size: 2.4rem; font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    display: flex; align-items: baseline; gap: 4px;
}
.price-currency { font-size: 1.4rem; font-weight: 600; color: var(--c-orange); }
.price-period { font-size: 0.95rem; font-weight: 500; color: var(--c-grey-soft); margin-left: 4px; }

.price-features {
    list-style: none;
    padding-top: 22px;
    border-top: 1px solid var(--border-soft);
    margin-bottom: 28px;
    flex: 1;
    display: flex; flex-direction: column; gap: 12px;
}
.price-features li {
    display: flex; align-items: center; gap: 10px;
    color: var(--c-grey); font-size: 0.95rem;
    font-weight: 500;
}
.check { width: 18px; height: 18px; color: var(--c-orange); flex-shrink: 0; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; align-items: stretch;
}
.t-card {
    position: relative;
    display: flex; flex-direction: column;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-xl);
    padding: 36px 32px 32px;
    transition: all 0.4s var(--easing);
}
.t-card:hover {
    border-color: rgba(255,102,0,0.4);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px -10px rgba(0,0,0,0.5), 0 0 50px -15px rgba(255,102,0,0.3);
}
.t-mark {
    width: 36px; height: 36px;
    color: var(--c-orange);
    opacity: 0.6;
    margin-bottom: 18px;
    filter: drop-shadow(0 0 8px rgba(255,102,0,0.5));
}
.t-card p {
    font-family: var(--font-sans);
    font-size: 0.98rem; line-height: 1.62;
    color: var(--c-stardust);
    margin-bottom: 22px;
    flex: 1 1 auto;
}
.t-author {
    display: flex; align-items: center; gap: 12px;
    border-top: 1px solid var(--border-soft);
    padding-top: 18px;
}
.t-avatar {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c-orange), var(--c-orange-hover));
    color: #fff; font-weight: 700;
    box-shadow: 0 4px 12px rgba(255,102,0,0.3);
}
.t-author > div { display: flex; flex-direction: column; }
.t-author strong { color: var(--c-stardust); font-size: 0.98rem; }
.t-author span { color: var(--c-grey-soft); font-size: 0.85rem; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.section-final-cta {
    padding: 140px 0 160px;
    background: radial-gradient(ellipse 90% 70% at 50% 50%, #1a0a05 0%, var(--bg-deep) 60%, #000 100%);
    text-align: center; overflow: hidden;
}
.final-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.final-glow-1 { width: 600px; height: 600px; left: 10%; top: 10%; background: radial-gradient(circle, var(--c-orange), transparent 70%); opacity: 0.45; animation: floatGlow 16s ease-in-out infinite alternate; }
.final-glow-2 { width: 500px; height: 500px; right: 10%; bottom: 0; background: radial-gradient(circle, var(--c-orange-hover), transparent 70%); opacity: 0.35; animation: floatGlow 20s ease-in-out -3s infinite alternate-reverse; }
.weave-bg-final {
    background:
        radial-gradient(ellipse at 50% 50%, rgba(255,102,0,0.08), transparent 60%);
}
.weave-bg-final::before {
    background-size: 80px 80px;
    background-image:
        linear-gradient(rgba(255,102,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,102,0,0.04) 1px, transparent 1px);
    mask-image: radial-gradient(ellipse 70% 90% at 50% 50%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 90% at 50% 50%, #000 30%, transparent 80%);
}

.final-cta-content { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.final-emblem {
    width: 72px; height: 72px;
    color: var(--c-orange);
    margin: 0 auto 28px;
    filter: drop-shadow(0 0 24px rgba(255,102,0,0.7));
    animation: emblemPulse 4s ease-in-out infinite;
}
.final-title {
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800; color: var(--c-stardust);
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}
.final-sub { font-size: clamp(1.2rem, 2vw, 1.5rem); color: var(--c-grey); margin-bottom: 28px; }
.final-motiv { font-size: 1.1rem; color: var(--c-grey-soft); line-height: 1.6; margin-bottom: 36px; }
.final-tag { font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: var(--c-stardust); font-weight: 500; margin-bottom: 40px; }
.final-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.main-footer {
    padding: 70px 0 30px;
    background: var(--bg-deeper);
    border-top: 1px solid var(--border-soft);
    color: var(--c-grey-soft);
}
.footer-grid {
    display: grid; grid-template-columns: 1.4fr 2fr;
    gap: 60px; padding-bottom: 50px;
    border-bottom: 1px solid var(--border-soft);
}
.footer-brand .logo-text { font-size: 2.2rem; margin-bottom: 16px; display: inline-flex; }
.footer-brand p { color: var(--c-grey-soft); max-width: 320px; }

.social-links {
    display: flex; gap: 12px; margin-top: 22px;
    flex-wrap: wrap;
}
.social-link {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 16px;
    color: var(--c-grey);
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    font-size: 0.9rem; font-weight: 500;
    transition: all 0.25s var(--easing);
}
.social-link svg { color: var(--c-orange); transition: transform 0.3s ease; flex-shrink: 0; }
.social-link:hover {
    color: var(--c-stardust);
    border-color: rgba(255,102,0,0.5);
    background: rgba(255,102,0,0.06);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px -4px rgba(255,102,0,0.4);
}
.social-link:hover svg { transform: scale(1.15); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-cols h4 {
    color: var(--c-stardust); font-size: 0.92rem;
    text-transform: uppercase; letter-spacing: 0.12em;
    margin-bottom: 18px;
}
.footer-cols a {
    display: block; color: var(--c-grey-soft);
    margin-bottom: 10px; font-size: 0.95rem;
    transition: color 0.2s ease;
}
.footer-cols a:hover { color: var(--c-orange); }
.footer-bottom {
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 32px; padding-top: 30px;
    flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.88rem; color: var(--c-grey-soft); }
.footer-mission {
    max-width: 540px; text-align: right;
    font-style: italic; color: var(--c-grey-faint);
}

/* ============================================================
   MODAL
   ============================================================ */
.modal-overlay {
    position: fixed; inset: 0;
    background: rgba(5,3,3,0.85); backdrop-filter: blur(6px);
    display: flex; justify-content: center; align-items: center;
    z-index: 1000; opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease;
}
.modal-overlay.active { opacity: 1; pointer-events: auto; }
.modal-content {
    background: linear-gradient(180deg, var(--c-charcoal-2), var(--c-charcoal));
    border: 1px solid rgba(255,102,0,0.3);
    color: var(--c-grey);
    border-radius: var(--radius-xl);
    padding: 44px 40px 40px;
    width: 90%; max-width: 520px;
    max-height: 90vh; overflow-y: auto;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), 0 0 80px -20px rgba(255,102,0,0.4);
    text-align: left;
}
.modal-content.text-center { text-align: center; }
.modal-overlay.active .modal-content { transform: translateY(0); }
.modal-emblem {
    width: 50px; height: 50px;
    color: var(--c-orange);
    margin: 0 auto 16px;
    filter: drop-shadow(0 0 14px rgba(255,102,0,0.6));
}
#modal-title { color: var(--c-stardust); margin-bottom: 8px; font-size: 1.7rem; text-align: center; }
#modal-body { color: var(--c-grey); font-size: 0.98rem; line-height: 1.6; }
#modal-body .modal-lead { color: var(--c-grey); font-size: 1rem; margin-bottom: 18px; text-align: center; }
#modal-body p { margin-bottom: 12px; }
#modal-body ul.modal-bullets {
    list-style: none; padding: 0; margin: 18px 0;
    display: flex; flex-direction: column; gap: 10px;
}
#modal-body ul.modal-bullets li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 12px 14px;
    background: rgba(255,102,0,0.05);
    border: 1px solid rgba(255,102,0,0.18);
    border-radius: var(--radius-md);
    color: var(--c-grey);
    font-size: 0.94rem;
}
#modal-body ul.modal-bullets li::before {
    content: '✦'; color: var(--c-orange); flex-shrink: 0;
    font-size: 0.9rem; margin-top: 2px;
}
#modal-body input {
    width: 100%; padding: 14px 16px; margin: 14px 0;
    border: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.03);
    color: var(--c-stardust);
    border-radius: var(--radius-md);
    font-family: var(--font-sans); font-size: 1rem;
    outline: none; transition: border-color 0.25s ease;
}
#modal-body input:focus { border-color: var(--c-orange); }
#modal-body .modal-cta-tg {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; margin-top: 22px;
    padding: 16px 24px;
    background: linear-gradient(180deg, #1a1416 0%, #0d0a0c 100%);
    color: #fff;
    border: 1.5px solid rgba(255,102,0,0.85);
    border-radius: 999px;
    font-family: var(--font-sans); font-size: 1rem; font-weight: 600;
    text-decoration: none; cursor: pointer;
    box-shadow: 0 0 30px -4px rgba(255,102,0,0.6), inset 0 0 16px rgba(255,102,0,0.12);
    transition: all 0.25s var(--easing);
}
#modal-body .modal-cta-tg:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px -2px rgba(255,102,0,0.85);
}
#modal-body .modal-cta-tg svg { width: 18px; height: 18px; }
#modal-body .modal-note {
    margin-top: 14px; text-align: center;
    color: var(--c-grey-soft); font-size: 0.85rem;
}
.close-modal {
    position: absolute; top: 16px; right: 18px;
    font-size: 1.6rem; color: var(--c-grey-soft);
    line-height: 1;
}
.close-modal:hover { color: var(--c-stardust); }

@keyframes pulse { 0% { transform: scale(0.95); opacity: 0.8; } 100% { transform: scale(1.1); opacity: 1; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .levels-grid, .formats-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid-3 { grid-template-columns: 1fr; max-width: 480px; }
    .pricing-grid { gap: 26px; }
    .price-popular { transform: scale(1); }
    .price-popular:hover { transform: translateY(-6px); }
    .testimonials-grid { grid-template-columns: 1fr; }
}
@media (max-width: 992px) {
    .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 0; }
    .hero-text { max-width: 100%; text-align: center; margin: 0 auto; }
    .hero-actions { justify-content: center; }
    .hero-subtitle { margin-left: auto; margin-right: auto; }
    .hero-visual { min-height: 360px; order: -1; }
    .elephant-stage { width: 380px; }
    .problem-grid, .elephant-grid { grid-template-columns: 1fr; gap: 50px; }
    .level-test-banner { flex-direction: column; text-align: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom { flex-direction: column; }
    .footer-mission { text-align: left; }
    .section { padding: 90px 0; }
}
@media (max-width: 600px) {
    .container { padding: 0 20px; }
    .levels-grid, .formats-grid, .pricing-grid { grid-template-columns: 1fr; }
    .nav-links { gap: 10px; font-size: 0.85rem; }
    .nav-sep { display: none; }
    .nav-links a { font-size: 0.9rem; }
    .logo-text { font-size: 1.8rem; }
    .hero-actions { flex-direction: column; gap: 14px; }
    .hero-actions .btn-glow, .hero-actions .btn-ghost { width: 100%; }
    .footer-cols { grid-template-columns: repeat(2, 1fr); }
    .om-divider { padding: 40px 20px; gap: 16px; }
    .om-emblem { width: 40px; height: 40px; }
    .div-line { flex-basis: 80px; }
    .final-actions { flex-direction: column; }
    .final-actions .btn-glow, .final-actions .btn-outline-glow { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-glow, .orbit-glow, .cline, .spark-dot, .hero-elephant, .scroll-hint span,
    .nav-cta::after, .reveal, .om-emblem, .final-emblem, .portrait-img, .portrait-weave,
    .final-glow {
        animation: none !important;
    }
    .reveal { opacity: 1; transform: none; transition: none; }
}
