/* ═══════════════════════════════════════════════
   UPVIA CONSULTING — ENTERPRISE PORTAL
   Design System + Full Styles
   v3.0 — Video Background + Resource Hub + Expanded Details
   16 Expert Suggestions Applied
   ═══════════════════════════════════════════════ */

/* ─── DESIGN TOKENS ─── */
:root {
    --bg-primary:     #06060b;
    --bg-secondary:   #0c0c14;
    --bg-card:        #111119;
    --bg-card-hover:  #16161f;
    --bg-glass:       rgba(17, 17, 25, 0.65);
    --bg-glass-hover: rgba(25, 25, 38, 0.75);
    --clr-primary:    #7c6aff;
    --clr-primary-l:  #9e8fff;
    --clr-primary-d:  #5b48e0;
    --clr-accent:     #00e5b0;
    --clr-accent-l:   #33ffd0;
    --clr-accent-d:   #00b88c;
    --clr-success:    #00e5b0;
    --clr-warning:    #ffb547;
    --clr-danger:     #ff5c72;
    --clr-info:       #47b5ff;
    --clr-text:       #e8e6f0;
    --clr-text-muted: #8a879a;
    --clr-text-dim:   #5c586e;
    --border-subtle:  rgba(124, 106, 255, 0.1);
    --border-card:    rgba(124, 106, 255, 0.15);
    --border-glass:   rgba(255, 255, 255, 0.06);
    --grad-primary:   linear-gradient(135deg, #7c6aff 0%, #00e5b0 100%);
    --grad-hero:      linear-gradient(180deg, rgba(6,6,11,0) 0%, rgba(6,6,11,0.7) 40%, rgba(6,6,11,0.95) 100%);
    --grad-card:      linear-gradient(160deg, rgba(124,106,255,0.08) 0%, rgba(0,229,176,0.04) 100%);
    --grad-game:      linear-gradient(135deg, #1a0f3c 0%, #0a0a0f 50%, #0a1f1a 100%);
    --shadow-sm:    0 2px 8px rgba(0,0,0,0.3);
    --shadow-md:    0 8px 32px rgba(0,0,0,0.4);
    --shadow-lg:    0 16px 64px rgba(0,0,0,0.5);
    --shadow-glow:  0 0 40px rgba(124,106,255,0.15);
    --shadow-glow-accent: 0 0 40px rgba(0,229,176,0.12);
    --space-xs: 0.5rem; --space-sm: 1rem; --space-md: 1.5rem;
    --space-lg: 2.5rem; --space-xl: 4rem; --space-2xl: 6rem; --space-3xl: 8rem;
    --font-ar: 'Cairo', 'Segoe UI', sans-serif;
    --font-en: 'Inter', 'Segoe UI', sans-serif;
    --fs-hero: clamp(2.5rem, 6vw, 5rem);
    --fs-h2:   clamp(1.8rem, 4vw, 3rem);
    --fs-h3:   clamp(1.2rem, 2.5vw, 1.6rem);
    --fs-body: clamp(0.95rem, 1.2vw, 1.1rem);
    --fs-small: 0.85rem;
    --fs-xs:   0.75rem;
    --r-sm: 8px; --r-md: 12px; --r-lg: 20px; --r-xl: 28px; --r-full: 999px;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --dur-fast: 0.2s; --dur-med: 0.4s; --dur-slow: 0.7s;
    --max-width: 1280px;
    --nav-height: 72px;
}

/* ─── RESET ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body { font-family: var(--font-ar); font-size: var(--fs-body); color: var(--clr-text); background: var(--bg-primary); line-height: 1.7; direction: rtl; overflow-x: hidden; min-height: 100vh; }
[dir="ltr"], .en-text { font-family: var(--font-en); direction: ltr; }
a { color: inherit; text-decoration: none; transition: color var(--dur-fast) var(--ease-out); }
img, video, iframe { max-width: 100%; }
ul { list-style: none; }
::selection { background: var(--clr-primary); color: white; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--space-md); }
#particle-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: 0.35; }

/* ─── KEYFRAMES ─── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes gradient-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes scroll-line { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 50.1% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes badge-glow { 0%, 100% { box-shadow: 0 0 15px rgba(0,229,176,0.3); } 50% { box-shadow: 0 0 30px rgba(0,229,176,0.6); } }
@keyframes bar-grow { from { height: 0; } to { height: var(--bar-height); } }

/* ── Welcome-specific keyframes ── */
@keyframes w-letter-in {
    0%   { opacity: 0; transform: translateY(60px) rotateX(-50deg) scale(0.5); filter: blur(8px); }
    70%  { opacity: 1; transform: translateY(-5px) rotateX(2deg) scale(1.05); filter: blur(0); }
    100% { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: blur(0); }
}
@keyframes w-glow-expand {
    0%   { opacity: 0; transform: scale(0.3); }
    50%  { opacity: 0.6; }
    100% { opacity: 0; transform: scale(3); }
}
@keyframes w-progress {
    from { width: 0; }
    to   { width: 100%; }
}
@keyframes w-shape-float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25%  { transform: translate(50px, -30px) rotate(90deg); }
    50%  { transform: translate(-20px, -60px) rotate(180deg); }
    75%  { transform: translate(-50px, -20px) rotate(270deg); }
}
@keyframes w-shape-float-2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33%  { transform: translate(-40px, 40px) rotate(120deg); }
    66%  { transform: translate(30px, -40px) rotate(240deg); }
}
@keyframes hero-orb-1 {
    0%, 100% { transform: translate(0, 0); }
    50%  { transform: translate(80px, -50px); }
}
@keyframes hero-orb-2 {
    0%, 100% { transform: translate(0, 0); }
    50%  { transform: translate(-60px, 40px); }
}
@keyframes hero-orb-3 {
    0%, 100% { transform: translate(0, 0); }
    50%  { transform: translate(40px, 30px); }
}

/* ─── SCROLL REVEAL ─── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.animate-in { opacity: 0; transform: translateY(25px); animation: fadeInUp 0.8s var(--ease-out) forwards; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.6s; }
.delay-5 { animation-delay: 0.8s; }

/* ─── UTILITIES ─── */
.text-gradient { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.text-green { color: var(--clr-success) !important; }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: var(--space-xs); padding: 0.8rem 1.6rem; border-radius: var(--r-full); font-family: var(--font-ar); font-weight: 600; font-size: var(--fs-body); cursor: pointer; border: none; transition: all var(--dur-med) var(--ease-out); position: relative; overflow: hidden; white-space: nowrap; }
.btn-primary { background: var(--grad-primary); color: white; box-shadow: 0 4px 20px rgba(124,106,255,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(124,106,255,0.45); }
.btn-glass { background: var(--bg-glass); color: var(--clr-text); border: 1px solid var(--border-glass); backdrop-filter: blur(12px); }
.btn-glass:hover { background: var(--bg-glass-hover); border-color: var(--clr-primary); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--clr-primary-l); border: 1.5px solid var(--border-card); width: 100%; justify-content: center; }
.btn-outline:hover { background: rgba(124,106,255,0.08); border-color: var(--clr-primary); transform: translateY(-2px); }
.btn-play { background: var(--grad-primary); color: white; padding: 1rem 2.5rem; font-size: 1.1rem; border-radius: var(--r-full); border: none; cursor: pointer; font-family: var(--font-ar); font-weight: 700; display: inline-flex; align-items: center; gap: var(--space-sm); transition: all var(--dur-med) var(--ease-spring); box-shadow: 0 4px 30px rgba(124,106,255,0.4); }
.btn-play:hover { transform: scale(1.08) translateY(-3px); box-shadow: 0 8px 50px rgba(124,106,255,0.6); }
.btn-game-glow { animation: badge-glow 3s ease-in-out infinite; border-color: rgba(0,229,176,0.3) !important; }

/* ═══════════════════════════════════════════════
   WELCOME SCREEN — Full Animated Video
   ═══════════════════════════════════════════════ */
.welcome-screen {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #000;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0, 1),
                transform 1.2s cubic-bezier(0.4, 0, 0, 1),
                visibility 1.2s;
}
.welcome-screen.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.08);
}

/* Full-screen iframe */
#welcome-anim-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 0;
}

/* Skip button */
.welcome-skip-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7);
    padding: 8px 20px;
    border-radius: var(--r-full);
    font-family: var(--font-ar);
    font-size: var(--fs-small);
    cursor: pointer;
    z-index: 5;
    transition: all var(--dur-fast) var(--ease-out);
}
.welcome-skip-btn:hover {
    color: white;
    border-color: var(--clr-primary);
    background: rgba(124,106,255,0.2);
    transform: translateY(-2px);
}

/* Auto-progress bar */
.welcome-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255,255,255,0.08);
    z-index: 5;
}
.welcome-progress-fill {
    height: 100%;
    width: 0;
    background: var(--grad-primary);
    border-radius: 0 2px 2px 0;
    transition: width 0.3s linear;
}




/* ═══════════ SITE WRAPPER (hidden during welcome) ═══════════ */
.site-wrapper {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.site-wrapper.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ═══════════ NAVBAR ═══════════ */
.navbar { position: fixed; top: 0; left: 0; right: 0; height: var(--nav-height); z-index: 1000; transition: all var(--dur-med) var(--ease-out); background: transparent; }
.navbar.scrolled { background: rgba(6,6,11,0.85); backdrop-filter: blur(20px) saturate(1.2); border-bottom: 1px solid var(--border-subtle); box-shadow: var(--shadow-md); }
.nav-container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--space-md); height: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--font-en); font-weight: 900; font-size: 1.6rem; letter-spacing: 4px; display: flex; gap: 2px; }
.logo-u { color: var(--clr-primary); } .logo-p { color: var(--clr-primary-l); } .logo-v { color: var(--clr-accent); } .logo-i { color: var(--clr-accent-l); } .logo-a { color: var(--clr-primary); }
.nav-links { display: flex; align-items: center; gap: var(--space-lg); }
.nav-links a { font-size: var(--fs-small); font-weight: 500; color: var(--clr-text-muted); position: relative; padding: 4px 0; transition: color var(--dur-fast) var(--ease-out); }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; right: 0; width: 0; height: 2px; background: var(--grad-primary); border-radius: var(--r-full); transition: width var(--dur-med) var(--ease-out); }
.nav-links a:hover, .nav-links a.active { color: var(--clr-text); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: var(--space-sm); }
.btn-video-nav { display: flex; align-items: center; gap: 6px; background: rgba(124,106,255,0.1); color: var(--clr-primary-l); border: 1px solid var(--border-subtle); padding: 6px 14px; border-radius: var(--r-full); font-family: var(--font-ar); font-size: var(--fs-xs); font-weight: 600; cursor: pointer; transition: all var(--dur-fast) var(--ease-out); }
.btn-video-nav:hover { color: white; border-color: var(--clr-primary); background: rgba(124,106,255,0.2); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { width: 22px; height: 2px; background: var(--clr-text); border-radius: var(--r-full); transition: all var(--dur-fast) var(--ease-out); }
.nav-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ═══════════ HERO (Video Background + Animated Orbs) ═══════════ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-top: var(--nav-height); }

/* Expert #2: Animated brand video iframe for hero */
.hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.hero-anim-bg {
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0.15;
    filter: saturate(0.6);
    pointer-events: none;
    transform: scale(1.05);
}
.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(6,6,11,0.4) 0%,
        rgba(6,6,11,0.15) 30%,
        rgba(6,6,11,0.85) 100%
    );
    z-index: 1;
}

.hero-bg-anim { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.hero-gradient-orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.2; }
.orb-hero-1 { width: 600px; height: 600px; background: var(--clr-primary); top: -200px; right: -100px; animation: hero-orb-1 12s ease-in-out infinite; }
.orb-hero-2 { width: 500px; height: 500px; background: var(--clr-accent); bottom: -150px; left: -100px; animation: hero-orb-2 15s ease-in-out infinite; }
.hero-grid-bg { position: absolute; inset: 0; background-image: 
    linear-gradient(rgba(124,106,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,106,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: var(--space-xl) var(--space-md); max-width: 900px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-glass); border: 1px solid var(--border-subtle); padding: 6px 18px; border-radius: var(--r-full); font-size: var(--fs-xs); font-weight: 500; color: var(--clr-text-muted); backdrop-filter: blur(8px); margin-bottom: var(--space-lg); }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--clr-accent); animation: pulse 2s ease-in-out infinite; }
.hero-title { font-size: var(--fs-hero); font-weight: 900; line-height: 1.15; margin-bottom: var(--space-md); }
.title-line { display: block; }
.title-gradient { background: var(--grad-primary); background-size: 200% 200%; animation: gradient-shift 5s ease infinite; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.title-accent { color: var(--clr-accent); }
.hero-subtitle { font-family: var(--font-en); font-size: clamp(0.9rem, 1.5vw, 1.15rem); font-weight: 400; color: var(--clr-text-muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: var(--space-md); }
.hero-desc { font-size: var(--fs-body); color: var(--clr-text-muted); max-width: 600px; margin: 0 auto var(--space-lg); line-height: 1.8; }
.hero-cta { display: flex; gap: var(--space-sm); justify-content: center; flex-wrap: wrap; margin-bottom: var(--space-xl); }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: var(--space-lg); flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-number { display: block; font-family: var(--font-en); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-size: var(--fs-xs); color: var(--clr-text-dim); margin-top: 4px; }
.stat-divider { width: 1px; height: 40px; background: var(--border-card); }
.hero-scroll-indicator { position: absolute; bottom: var(--space-lg); left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2; }
.scroll-line { width: 2px; height: 40px; background: var(--clr-primary); border-radius: var(--r-full); animation: scroll-line 2s ease-in-out infinite; }
.hero-scroll-indicator span { font-size: var(--fs-xs); color: var(--clr-text-dim); }

/* ═══════════ SECTIONS (SHARED) ═══════════ */
.section { position: relative; padding: var(--space-3xl) 0; z-index: 1; }
.section-header { text-align: center; margin-bottom: var(--space-2xl); }
.section-tag { display: inline-block; font-family: var(--font-en); font-size: var(--fs-xs); font-weight: 600; color: var(--clr-primary-l); letter-spacing: 2px; text-transform: uppercase; margin-bottom: var(--space-sm); background: rgba(124,106,255,0.08); padding: 4px 14px; border-radius: var(--r-full); border: 1px solid var(--border-subtle); }
.section-title { font-size: var(--fs-h2); font-weight: 900; margin-bottom: var(--space-xs); }
.section-subtitle { font-size: var(--fs-body); color: var(--clr-text-muted); max-width: 600px; margin: 0 auto; }

/* ═══════════ ABOUT ═══════════ */
.section-about { background: radial-gradient(ellipse at 30% 0%, rgba(124,106,255,0.05) 0%, transparent 60%); }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--space-md); margin-bottom: var(--space-2xl); }
.problem-card { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-lg); padding: var(--space-lg); transition: all var(--dur-med) var(--ease-out); position: relative; overflow: hidden; }
.problem-card::before { content: ''; position: absolute; top: 0; right: 0; width: 80px; height: 80px; background: radial-gradient(circle, rgba(124,106,255,0.08) 0%, transparent 70%); border-radius: 0 0 0 100%; }
.problem-card:hover { border-color: var(--clr-primary); transform: translateY(-4px); box-shadow: var(--shadow-glow); }
.problem-emoji { font-size: 2rem; display: block; margin-bottom: var(--space-sm); }
.problem-card h3 { font-size: var(--fs-h3); margin-bottom: var(--space-xs); color: var(--clr-primary-l); }
.problem-card p { color: var(--clr-text-muted); font-size: var(--fs-small); line-height: 1.7; }
.solution-pipeline { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-xl); margin-bottom: var(--space-2xl); text-align: center; }
.pipeline-title { font-size: var(--fs-h3); margin-bottom: var(--space-lg); }
.pipeline-steps { display: flex; align-items: center; justify-content: center; gap: var(--space-sm); flex-wrap: wrap; margin-bottom: var(--space-lg); }
.pipeline-step { background: var(--bg-secondary); border: 1px solid var(--border-subtle); border-radius: var(--r-md); padding: var(--space-md); min-width: 160px; transition: all var(--dur-med) var(--ease-out); }
.pipeline-step:hover { border-color: var(--clr-primary); transform: translateY(-4px); box-shadow: var(--shadow-glow); }
.step-number { font-family: var(--font-en); font-size: var(--fs-xs); font-weight: 700; color: var(--clr-primary); margin-bottom: 4px; }
.step-icon { font-size: 1.5rem; margin-bottom: 8px; }
.pipeline-step h4 { font-size: var(--fs-small); font-weight: 700; margin-bottom: 4px; }
.pipeline-step p { font-size: var(--fs-xs); color: var(--clr-text-muted); }
.pipeline-connector { width: 30px; height: 2px; background: var(--border-card); flex-shrink: 0; }
.pipeline-decision { display: flex; gap: var(--space-sm); justify-content: center; flex-wrap: wrap; }
.pipeline-decision span { padding: 6px 16px; border-radius: var(--r-full); font-size: var(--fs-small); font-weight: 600; background: var(--bg-secondary); border: 1px solid var(--border-subtle); }
.decision-go { color: var(--clr-success); border-color: rgba(0,229,176,0.25) !important; }
.decision-refine { color: var(--clr-info); border-color: rgba(71,181,255,0.25) !important; }
.decision-test { color: var(--clr-warning); border-color: rgba(255,181,71,0.25) !important; }
.decision-stop { color: var(--clr-danger); border-color: rgba(255,92,114,0.25) !important; }
.usp-banner { display: flex; gap: var(--space-md); justify-content: center; flex-wrap: wrap; }
.usp-item { display: flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: var(--r-full); background: var(--bg-card); border: 1px solid var(--border-subtle); font-size: var(--fs-small); }
.usp-item.active { background: rgba(0,229,176,0.08); border-color: rgba(0,229,176,0.3); color: var(--clr-accent); }

/* ═══════════ SERVICES ═══════════ */
.section-services { background: var(--bg-secondary); }
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-md); margin-bottom: var(--space-2xl); align-items: start; }
.package-card { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-lg); transition: all var(--dur-med) var(--ease-out); position: relative; }
.package-card:hover { border-color: var(--clr-primary); transform: translateY(-6px); box-shadow: var(--shadow-glow); }
.package-card.featured { border-color: var(--clr-primary); background: var(--grad-card); box-shadow: var(--shadow-glow); }
.package-badge { position: absolute; top: -12px; right: 24px; background: var(--grad-primary); color: white; font-size: var(--fs-xs); font-weight: 700; padding: 4px 16px; border-radius: var(--r-full); animation: badge-glow 3s ease-in-out infinite; }
.package-header { margin-bottom: var(--space-md); }
.package-tier { font-family: var(--font-en); font-size: 1.3rem; font-weight: 800; color: var(--clr-primary-l); display: block; }
.package-tier-ar { font-size: var(--fs-small); color: var(--clr-text-muted); }
.package-price { margin-bottom: var(--space-md); }
.price-amount { font-family: var(--font-en); font-size: 2.2rem; font-weight: 900; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.price-currency { display: block; font-size: var(--fs-xs); color: var(--clr-text-muted); }
.package-duration { display: flex; align-items: center; gap: 6px; font-size: var(--fs-small); color: var(--clr-text-muted); margin-bottom: var(--space-md); padding-bottom: var(--space-md); border-bottom: 1px solid var(--border-subtle); }
.package-duration svg { color: var(--clr-primary); }
.package-features { margin-bottom: var(--space-md); }
.package-features li { padding: 6px 0; font-size: var(--fs-small); color: var(--clr-text-muted); border-bottom: 1px solid rgba(255,255,255,0.03); display: flex; align-items: center; gap: 8px; }
.package-features li::before { content: '◆'; color: var(--clr-primary); font-size: 8px; flex-shrink: 0; }
.package-revisions { font-size: var(--fs-xs); color: var(--clr-text-dim); margin-bottom: var(--space-md); }
.addons-row { text-align: center; margin-bottom: var(--space-2xl); }
.addons-title { font-size: var(--fs-h3); margin-bottom: var(--space-md); }
.addons-grid { display: flex; gap: var(--space-sm); justify-content: center; flex-wrap: wrap; }
.addon-chip { background: var(--bg-card); border: 1px solid var(--border-subtle); padding: 8px 18px; border-radius: var(--r-full); font-size: var(--fs-small); color: var(--clr-text-muted); transition: all var(--dur-fast) var(--ease-out); }
.addon-chip:hover { border-color: var(--clr-primary); color: var(--clr-text); }
.addon-chip strong { color: var(--clr-accent); }
.payment-policy { display: flex; align-items: center; justify-content: center; gap: var(--space-md); flex-wrap: wrap; background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-lg); }
.policy-step { text-align: center; }
.policy-percent { font-family: var(--font-en); font-size: 2rem; font-weight: 900; color: var(--clr-primary-l); }
.policy-label { font-size: var(--fs-xs); color: var(--clr-text-muted); }
.policy-arrow { font-family: var(--font-en); font-size: 1.5rem; color: var(--clr-text-dim); }

/* ═══════════ FINANCIALS ═══════════ */
.section-financials { background: radial-gradient(ellipse at 70% 50%, rgba(0,229,176,0.04) 0%, transparent 60%); }
.financial-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-md); margin-bottom: var(--space-2xl); }
.fin-card { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-lg); transition: all var(--dur-med) var(--ease-out); }
.fin-card:hover { transform: translateY(-4px); border-color: var(--clr-accent-d); box-shadow: var(--shadow-glow-accent); }
.fin-card-year { font-size: var(--fs-small); font-weight: 700; color: var(--clr-accent); margin-bottom: 4px; }
.fin-card-model { font-size: var(--fs-xs); color: var(--clr-text-dim); margin-bottom: var(--space-md); }
.fin-card-metric { margin-bottom: var(--space-md); padding-bottom: var(--space-md); border-bottom: 1px solid var(--border-subtle); }
.fin-number { font-family: var(--font-en); font-size: 2.5rem; font-weight: 900; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.fin-unit { font-size: var(--fs-small); color: var(--clr-text-muted); margin-right: 6px; }
.fin-card-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: var(--fs-small); border-bottom: 1px solid rgba(255,255,255,0.03); }
.fin-card-row span { color: var(--clr-text-muted); }
.breakeven-visual { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-xl); margin-bottom: var(--space-2xl); text-align: center; }
.breakeven-visual h3 { font-size: var(--fs-h3); margin-bottom: var(--space-md); }
.breakeven-bar { height: 32px; background: var(--bg-secondary); border-radius: var(--r-full); overflow: hidden; position: relative; margin-bottom: var(--space-sm); }
.breakeven-fill { height: 100%; width: 0; background: var(--grad-primary); border-radius: var(--r-full); transition: width 1.5s var(--ease-out); display: flex; align-items: center; justify-content: flex-end; padding: 0 var(--space-sm); }
.breakeven-fill.animated { width: calc(var(--target, 83) * 1%); }
.breakeven-marker { font-size: var(--fs-xs); font-weight: 600; color: white; white-space: nowrap; }
.breakeven-labels { display: flex; justify-content: space-between; font-size: var(--fs-xs); color: var(--clr-text-dim); margin-bottom: var(--space-sm); }
.breakeven-note { font-size: var(--fs-xs); color: var(--clr-text-muted); }
.quarterly-chart { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-xl); text-align: center; }
.quarterly-chart h3 { font-size: var(--fs-h3); margin-bottom: var(--space-lg); }
.chart-bars { display: flex; justify-content: center; gap: var(--space-xl); align-items: flex-end; height: 220px; padding-bottom: var(--space-md); }
.chart-bar-group { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.chart-bar { width: 50px; height: 0; border-radius: var(--r-sm) var(--r-sm) 0 0; display: flex; align-items: flex-start; justify-content: center; padding-top: 8px; transition: height 1.2s var(--ease-out); }
.chart-bar.animated { height: var(--bar-height); }
.chart-bar.positive { background: var(--grad-primary); }
.chart-bar.negative { background: linear-gradient(to top, var(--clr-danger), rgba(255,92,114,0.5)); }
.bar-value { font-family: var(--font-en); font-size: var(--fs-xs); font-weight: 700; color: white; white-space: nowrap; }
.bar-label { font-family: var(--font-en); font-weight: 700; font-size: var(--fs-small); }
.bar-detail { font-size: var(--fs-xs); color: var(--clr-text-dim); }

/* ═══════════ DEDICATED VIDEO SECTION ═══════════ */
.section-video {
    background: radial-gradient(ellipse at 40% 50%, rgba(124,106,255,0.06) 0%, transparent 60%);
}

.video-player-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.video-player {
    position: relative;
    border-radius: var(--r-xl);
    overflow: hidden;
    background: #000;
    border: 1px solid var(--border-card);
    box-shadow: var(--shadow-lg), 0 0 80px rgba(124,106,255,0.08);
    aspect-ratio: 16/9;
}

.brand-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Video poster overlay */
.video-poster {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(26,15,60,0.95), rgba(10,10,15,0.9));
    transition: opacity 0.5s var(--ease-out);
}
.video-poster.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-poster-bg { position: absolute; inset: 0; overflow: hidden; }
.vp-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.3; }
.vp-orb-1 { width: 300px; height: 300px; background: var(--clr-primary); top: -50px; right: -50px; animation: hero-orb-1 10s ease-in-out infinite; }
.vp-orb-2 { width: 250px; height: 250px; background: var(--clr-accent); bottom: -50px; left: -50px; animation: hero-orb-2 12s ease-in-out infinite; }

.video-poster-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.video-poster-icon {
    width: 80px; height: 80px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(124,106,255,0.2);
    border: 2px solid rgba(124,106,255,0.4);
    border-radius: 50%;
    margin: 0 auto var(--space-md);
    color: white;
    transition: all var(--dur-med) var(--ease-spring);
}
.video-poster:hover .video-poster-icon {
    transform: scale(1.15);
    background: rgba(124,106,255,0.35);
    box-shadow: 0 0 40px rgba(124,106,255,0.4);
}

.video-poster-content h3 {
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 6px;
}
.video-poster-content p {
    font-family: var(--font-en);
    font-size: var(--fs-small);
    color: var(--clr-text-muted);
    margin-bottom: var(--space-sm);
}

.video-duration-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--bg-glass);
    border: 1px solid var(--border-subtle);
    padding: 4px 14px;
    border-radius: var(--r-full);
    font-family: var(--font-en);
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--clr-text-muted);
    backdrop-filter: blur(8px);
}

/* Custom video controls — Expert #7 */
.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
}
.video-player:hover .video-controls,
.video-player.playing .video-controls { opacity: 1; }

.vc-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all var(--dur-fast);
}
.vc-btn:hover { background: rgba(255,255,255,0.1); }

.vc-progress-wrap {
    flex: 1;
    cursor: pointer;
    padding: 8px 0;
}
.vc-progress-bar {
    height: 4px;
    background: rgba(255,255,255,0.2);
    border-radius: var(--r-full);
    overflow: hidden;
}
.vc-progress-fill {
    height: 100%;
    width: 0;
    background: var(--grad-primary);
    border-radius: var(--r-full);
    transition: width 0.1s linear;
}

.vc-time {
    font-family: var(--font-en);
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    white-space: nowrap;
    min-width: 80px;
    text-align: center;
}

/* Video highlights */
.video-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-sm);
    margin-top: var(--space-md);
}

.vh-item {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    padding: 10px 16px;
    border-radius: var(--r-md);
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: var(--fs-xs);
    transition: all var(--dur-fast);
    cursor: pointer;
}
.vh-item:hover {
    border-color: var(--clr-primary);
    background: rgba(124,106,255,0.06);
}
.vh-item strong {
    font-family: var(--font-en);
    color: var(--clr-primary-l);
    white-space: nowrap;
}
.vh-item span {
    color: var(--clr-text-muted);
}

/* ═══════════ GAME SECTION ═══════════ */
.section-game { background: var(--grad-game); overflow: hidden; position: relative; padding: var(--space-3xl) 0; }
.game-bg-effects { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.game-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.3; }
.orb-1 { width: 400px; height: 400px; background: var(--clr-primary); top: -100px; right: -100px; animation: float 8s ease-in-out infinite; }
.orb-2 { width: 300px; height: 300px; background: var(--clr-accent); bottom: -80px; left: -80px; animation: float 10s ease-in-out infinite reverse; }
.orb-3 { width: 200px; height: 200px; background: var(--clr-primary-d); top: 50%; left: 50%; animation: float 6s ease-in-out infinite; }
.game-title { display: flex; align-items: center; justify-content: center; gap: var(--space-sm); }
.text-gradient-game { font-family: var(--font-en); font-size: var(--fs-h2); font-weight: 900; background: linear-gradient(135deg, #7c6aff, #00e5b0, #7c6aff); background-size: 200% 200%; animation: gradient-shift 4s ease infinite; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.game-3d-badge { font-family: var(--font-en); font-size: 0.8rem; font-weight: 900; background: var(--clr-accent); color: var(--bg-primary); padding: 3px 10px; border-radius: var(--r-sm); animation: badge-glow 2s ease-in-out infinite; }
.game-launcher { text-align: center; }
.game-preview { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); overflow: hidden; max-width: 700px; margin: 0 auto; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; position: relative; transition: all var(--dur-med) var(--ease-out); }
.game-preview:hover { border-color: var(--clr-primary); box-shadow: 0 0 60px rgba(124,106,255,0.2); }
.game-preview::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 40%, rgba(124,106,255,0.1), transparent 50%), radial-gradient(circle at 70% 60%, rgba(0,229,176,0.08), transparent 50%); }
.game-preview-content { position: relative; z-index: 1; }
.game-controller-icon { margin-bottom: var(--space-md); color: var(--clr-primary-l); animation: float 3s ease-in-out infinite; }
.game-preview-content h3 { font-family: var(--font-en); font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.game-preview-content p { color: var(--clr-text-muted); font-size: var(--fs-small); margin-bottom: var(--space-md); }

/* ═══════════ SWOT ═══════════ */
.section-swot { background: var(--bg-secondary); }
.swot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-md); }
.swot-card { background: var(--bg-card); border-radius: var(--r-lg); padding: var(--space-lg); border: 1px solid var(--border-subtle); transition: all var(--dur-med) var(--ease-out); }
.swot-card:hover { transform: translateY(-4px); }
.swot-header { font-size: var(--fs-h3); font-weight: 700; margin-bottom: var(--space-sm); padding-bottom: var(--space-sm); border-bottom: 2px solid var(--border-subtle); }
.strengths .swot-header { border-color: var(--clr-success); color: var(--clr-success); }
.weaknesses .swot-header { border-color: var(--clr-warning); color: var(--clr-warning); }
.opportunities .swot-header { border-color: var(--clr-info); color: var(--clr-info); }
.threats .swot-header { border-color: var(--clr-danger); color: var(--clr-danger); }
.strengths:hover { border-color: rgba(0,229,176,0.3); box-shadow: 0 0 30px rgba(0,229,176,0.08); }
.weaknesses:hover { border-color: rgba(255,181,71,0.3); box-shadow: 0 0 30px rgba(255,181,71,0.08); }
.opportunities:hover { border-color: rgba(71,181,255,0.3); box-shadow: 0 0 30px rgba(71,181,255,0.08); }
.threats:hover { border-color: rgba(255,92,114,0.3); box-shadow: 0 0 30px rgba(255,92,114,0.08); }
.swot-card li { padding: 8px 0; font-size: var(--fs-small); color: var(--clr-text-muted); border-bottom: 1px solid rgba(255,255,255,0.03); display: flex; align-items: flex-start; gap: 8px; line-height: 1.7; }
.swot-card li::before { content: '◆'; font-size: 6px; flex-shrink: 0; margin-top: 8px; }
.strengths li::before { color: var(--clr-success); }
.weaknesses li::before { color: var(--clr-warning); }
.opportunities li::before { color: var(--clr-info); }
.threats li::before { color: var(--clr-danger); }

/* ═══════════ CONTACT ═══════════ */
.section-contact { background: radial-gradient(ellipse at 50% 100%, rgba(124,106,255,0.06) 0%, transparent 60%); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: var(--space-xl); align-items: start; }
.contact-form { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-xl); display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { display: block; font-size: var(--fs-small); font-weight: 600; margin-bottom: 6px; color: var(--clr-text-muted); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; background: var(--bg-secondary); border: 1px solid var(--border-subtle); border-radius: var(--r-md); color: var(--clr-text); font-family: var(--font-ar); font-size: var(--fs-body); transition: all var(--dur-fast) var(--ease-out); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--clr-primary); box-shadow: 0 0 0 3px rgba(124,106,255,0.12); }
.form-group select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238a879a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 12px center; padding-left: 32px; }
.form-group textarea { resize: vertical; min-height: 100px; }
.btn-submit { grid-column: 1 / -1; justify-content: center; padding: 14px 32px; }
.contact-info { display: flex; flex-direction: column; gap: var(--space-md); }
.info-card { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-xl); padding: var(--space-lg); }
.info-card h3 { font-size: var(--fs-h3); margin-bottom: var(--space-sm); background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.info-card p { color: var(--clr-text-muted); font-size: var(--fs-small); line-height: 1.8; }
.info-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-sm); }
.info-stat { background: var(--bg-card); border: 1px solid var(--border-card); border-radius: var(--r-lg); padding: var(--space-md); text-align: center; }
.info-stat strong { display: block; font-family: var(--font-en); font-size: 1.3rem; font-weight: 800; color: var(--clr-primary-l); margin-bottom: 4px; }
.info-stat span { font-size: var(--fs-xs); color: var(--clr-text-muted); }

/* ═══════════ FOOTER ═══════════ */
.footer { background: var(--bg-secondary); border-top: 1px solid var(--border-subtle); padding: var(--space-xl) 0; }
.footer-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: var(--space-lg); padding-bottom: var(--space-lg); border-bottom: 1px solid var(--border-subtle); flex-wrap: wrap; gap: var(--space-lg); }
.footer-logo { font-family: var(--font-en); font-weight: 900; font-size: 1.4rem; letter-spacing: 4px; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: block; margin-bottom: 8px; }
.footer-brand p { font-size: var(--fs-xs); color: var(--clr-text-dim); line-height: 1.6; }
.footer-links { display: flex; gap: var(--space-md); flex-wrap: wrap; }
.footer-links a { font-size: var(--fs-small); color: var(--clr-text-muted); transition: color var(--dur-fast); }
.footer-links a:hover { color: var(--clr-primary-l); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--space-sm); font-size: var(--fs-xs); color: var(--clr-text-dim); }

/* ═══════════ GAME MODAL ═══════════ */
.game-modal { position: fixed; inset: 0; z-index: 9998; background: var(--bg-primary); display: flex; flex-direction: column; opacity: 0; visibility: hidden; transform: scale(0.95); transition: all var(--dur-med) var(--ease-out); }
.game-modal.active { opacity: 1; visibility: visible; transform: scale(1); }
.game-modal-header { display: flex; align-items: center; justify-content: space-between; padding: var(--space-sm) var(--space-md); background: var(--bg-secondary); border-bottom: 1px solid var(--border-subtle); }
.game-modal-title { font-family: var(--font-en); font-weight: 700; font-size: var(--fs-body); background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.game-modal-close { background: var(--bg-glass); border: 1px solid var(--border-glass); color: var(--clr-text); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all var(--dur-fast); }
.game-modal-close:hover { background: var(--clr-danger); border-color: var(--clr-danger); }
.game-modal-body { flex: 1; position: relative; overflow: hidden; }
.game-iframe { width: 100%; height: 100%; border: none; display: block; }
.game-loader { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-sm); background: var(--bg-primary); z-index: 2; transition: opacity var(--dur-med); }
.game-loader.hidden { opacity: 0; pointer-events: none; }
.loader-spinner { width: 48px; height: 48px; border: 3px solid var(--border-card); border-top-color: var(--clr-primary); border-radius: 50%; animation: spin 0.8s linear infinite; }
.game-loader p { font-size: var(--fs-small); color: var(--clr-text-muted); }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1024px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
    .nav-links { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: var(--bg-secondary); border-left: 1px solid var(--border-subtle); flex-direction: column; justify-content: center; align-items: center; gap: var(--space-lg); transition: right var(--dur-med) var(--ease-out); z-index: 999; }
    .nav-links.active { right: 0; }
    .nav-hamburger { display: flex; }
    .btn-video-nav span { display: none; }
    .packages-grid { grid-template-columns: 1fr; }
    .hero-stats { gap: var(--space-md); }
    .stat-divider { display: none; }
    .pipeline-steps { flex-direction: column; }
    .pipeline-connector { width: 2px; height: 20px; }
    .contact-form { grid-template-columns: 1fr; }
    .chart-bars { gap: var(--space-md); }
    .chart-bar { width: 40px; }
    .info-stats { grid-template-columns: 1fr; }
    .video-highlights { grid-template-columns: 1fr; }
    .resources-grid { grid-template-columns: 1fr; }
    .goals-timeline { flex-direction: column; }
    .audience-grid { grid-template-columns: 1fr; }
    .objection-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .hero-cta { flex-direction: column; align-items: center; }
    .hero-cta .btn { width: 100%; max-width: 280px; justify-content: center; }
    .swot-grid { grid-template-columns: 1fr; }
    .w-letter { font-size: 3.5rem !important; }
    .definition-cards { grid-template-columns: 1fr; }
    .edge-chips { justify-content: center; }
}
@media print {
    .welcome-screen, .navbar, #particle-canvas, .hero-scroll-indicator, .game-modal, .hero-video-wrap, .welcome-video-bg { display: none; }
    body { background: white; color: #333; }
    .section { padding: 2rem 0; }
}

/* ═══════════ EXPANDED UPVIA DETAILS ═══════════ */

/* Big quote */
.problem-statement { margin-bottom: var(--space-2xl); }
.big-quote {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-right: 4px solid var(--clr-primary);
    border-radius: var(--r-lg);
    padding: var(--space-xl);
    position: relative;
}
.big-quote p {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: var(--clr-text);
    line-height: 1.9;
    font-weight: 500;
}
.big-quote cite {
    display: block;
    margin-top: var(--space-sm);
    font-size: var(--fs-xs);
    color: var(--clr-text-dim);
    font-style: normal;
}

/* What is UPVIA */
.what-is-upvia { margin-bottom: var(--space-2xl); }
.subsection-title {
    font-size: var(--fs-h3);
    font-weight: 700;
    margin-bottom: var(--space-lg);
    text-align: center;
}
.definition-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}
.def-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-lg);
    padding: var(--space-lg);
    text-align: center;
    transition: all var(--dur-med) var(--ease-out);
}
.def-card:hover { transform: translateY(-4px); }
.def-icon { font-size: 2rem; display: block; margin-bottom: var(--space-sm); }
.def-card h4 { font-size: var(--fs-body); font-weight: 700; margin-bottom: var(--space-xs); }
.def-card p { font-size: var(--fs-small); color: var(--clr-text-muted); }
.def-no { border-color: rgba(255,92,114,0.15); }
.def-no:hover { border-color: rgba(255,92,114,0.4); box-shadow: 0 0 20px rgba(255,92,114,0.08); }
.def-yes { border-color: rgba(0,229,176,0.2); background: rgba(0,229,176,0.03); }
.def-yes:hover { border-color: rgba(0,229,176,0.5); box-shadow: 0 0 30px rgba(0,229,176,0.1); }

/* Target audience */
.target-audience { margin-bottom: var(--space-2xl); }
.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}
.audience-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-lg);
    padding: var(--space-lg);
    transition: all var(--dur-med) var(--ease-out);
}
.audience-card:hover { transform: translateY(-4px); border-color: var(--clr-primary); box-shadow: var(--shadow-glow); }
.audience-icon { font-size: 2rem; display: block; margin-bottom: var(--space-sm); }
.audience-card h4 { font-size: var(--fs-body); font-weight: 700; margin-bottom: var(--space-xs); color: var(--clr-primary-l); }
.audience-card p { font-size: var(--fs-small); color: var(--clr-text-muted); line-height: 1.8; }

/* Competitive edge */
.competitive-edge { margin-bottom: var(--space-2xl); }
.edge-chips {
    display: flex;
    gap: var(--space-sm);
    flex-wrap: wrap;
    justify-content: center;
}
.edge-chip {
    background: rgba(0,229,176,0.06);
    border: 1px solid rgba(0,229,176,0.15);
    padding: 8px 20px;
    border-radius: var(--r-full);
    font-size: var(--fs-small);
    color: var(--clr-accent);
    font-weight: 500;
    transition: all var(--dur-fast) var(--ease-out);
}
.edge-chip:hover {
    background: rgba(0,229,176,0.12);
    border-color: var(--clr-accent);
    transform: translateY(-2px);
}

/* Objection handling / FAQ */
.objections { margin-bottom: var(--space-2xl); }
.objection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
}
.objection-item {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-lg);
    padding: var(--space-md);
    transition: all var(--dur-med) var(--ease-out);
}
.objection-item:hover { border-color: var(--clr-primary); transform: translateY(-2px); }
.objection-item .q {
    font-size: var(--fs-small);
    font-weight: 600;
    color: var(--clr-warning);
    margin-bottom: var(--space-xs);
}
.objection-item .a {
    font-size: var(--fs-small);
    color: var(--clr-text-muted);
    line-height: 1.7;
}

/* ═══════════ RESOURCE HUB ═══════════ */
.section-resources {
    background: var(--bg-secondary);
}
.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: var(--space-md);
}
.resource-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-lg);
    padding: var(--space-lg);
    transition: all var(--dur-med) var(--ease-out);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    text-decoration: none;
}
.resource-card:hover {
    border-color: var(--clr-primary);
    transform: translateY(-6px);
    box-shadow: var(--shadow-glow);
}
.rc-icon {
    font-size: 2.5rem;
    margin-bottom: var(--space-xs);
}
.resource-card h4 {
    font-size: var(--fs-body);
    font-weight: 700;
    color: var(--clr-text);
}
.resource-card p {
    font-size: var(--fs-small);
    color: var(--clr-text-muted);
    line-height: 1.5;
}
.rc-badge {
    display: inline-block;
    background: rgba(124,106,255,0.1);
    border: 1px solid var(--border-subtle);
    padding: 3px 10px;
    border-radius: var(--r-full);
    font-family: var(--font-en);
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--clr-primary-l);
    margin-top: auto;
    align-self: flex-start;
}
.rc-game-card {
    border-color: rgba(0,229,176,0.2);
    background: linear-gradient(135deg, rgba(0,229,176,0.04), var(--bg-card));
}
.rc-game-card:hover {
    border-color: var(--clr-accent);
    box-shadow: var(--shadow-glow-accent);
}
.rc-game-card .rc-badge {
    background: rgba(0,229,176,0.1);
    color: var(--clr-accent);
}

/* ═══════════ STRATEGIC GOALS TIMELINE ═══════════ */
.section-goals {
    background: radial-gradient(ellipse at 60% 50%, rgba(124,106,255,0.04) 0%, transparent 60%);
}
.goals-timeline {
    display: flex;
    gap: var(--space-md);
}
.goal-phase {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-xl);
    padding: var(--space-lg);
    transition: all var(--dur-med) var(--ease-out);
    position: relative;
    overflow: hidden;
}
.goal-phase::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--grad-primary);
    opacity: 0;
    transition: opacity var(--dur-med);
}
.goal-phase:hover {
    border-color: var(--clr-primary);
    transform: translateY(-4px);
}
.goal-phase:hover::before { opacity: 1; }
.goal-phase-label {
    display: inline-block;
    background: rgba(124,106,255,0.1);
    border: 1px solid var(--border-subtle);
    padding: 4px 14px;
    border-radius: var(--r-full);
    font-size: var(--fs-xs);
    font-weight: 700;
    color: var(--clr-primary-l);
    margin-bottom: var(--space-md);
}
.goal-phase li {
    padding: 6px 0;
    font-size: var(--fs-small);
    color: var(--clr-text-muted);
    border-bottom: 1px solid rgba(255,255,255,0.03);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.7;
}
.goal-phase li::before {
    content: '◆';
    color: var(--clr-primary);
    font-size: 6px;
    flex-shrink: 0;
    margin-top: 8px;
}

/* ═══════════ KPIs DASHBOARD ═══════════ */
.section-kpis {
    background: var(--bg-secondary);
}
.kpi-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
    margin-bottom: var(--space-2xl);
}
.kpi-cat-title {
    font-size: var(--fs-h3);
    font-weight: 700;
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-sm);
    border-bottom: 1px solid var(--border-subtle);
}
.kpi-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--space-sm);
}
.kpi-item {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-md);
    padding: var(--space-md);
    transition: all var(--dur-med) var(--ease-out);
}
.kpi-item:hover {
    transform: translateY(-3px);
    border-color: var(--clr-primary);
    box-shadow: var(--shadow-glow);
}
.kpi-value {
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: 900;
    background: var(--grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
}
.kpi-label {
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
    margin-bottom: 8px;
}
.kpi-priority {
    display: inline-block;
    padding: 2px 10px;
    border-radius: var(--r-full);
    font-size: 10px;
    font-weight: 700;
}
.kpi-priority.critical {
    background: rgba(255,92,114,0.1);
    color: var(--clr-danger);
    border: 1px solid rgba(255,92,114,0.2);
}
.kpi-priority.high {
    background: rgba(255,181,71,0.1);
    color: var(--clr-warning);
    border: 1px solid rgba(255,181,71,0.2);
}

/* Sales Funnel */
.sales-funnel {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-xl);
    padding: var(--space-xl);
}
.funnel-steps {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    flex-wrap: wrap;
    justify-content: center;
}
.funnel-step {
    background: var(--bg-secondary);
    border: 1px solid var(--border-subtle);
    border-radius: var(--r-md);
    padding: var(--space-sm) var(--space-md);
    text-align: center;
    min-width: 130px;
    transition: all var(--dur-med) var(--ease-out);
}
.funnel-step:hover {
    border-color: var(--clr-primary);
    transform: translateY(-3px);
}
.funnel-num {
    font-family: var(--font-en);
    font-size: var(--fs-xs);
    font-weight: 800;
    color: var(--clr-primary);
    margin-bottom: 4px;
}
.funnel-detail h4 {
    font-size: var(--fs-small);
    font-weight: 700;
    margin-bottom: 2px;
}
.funnel-detail p {
    font-size: var(--fs-xs);
    color: var(--clr-text-dim);
}
.funnel-arrow {
    font-family: var(--font-en);
    color: var(--clr-text-dim);
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* ═══════════ RISK REGISTER ═══════════ */
.section-risks {
    background: radial-gradient(ellipse at 30% 50%, rgba(255,92,114,0.03) 0%, transparent 60%);
}
.risk-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
}
.risk-severity {
    font-size: var(--fs-h3);
    font-weight: 700;
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-xs);
    border-bottom: 2px solid var(--border-subtle);
}
.high-risk { color: var(--clr-danger); border-color: rgba(255,92,114,0.3) !important; }
.med-risk { color: var(--clr-warning); border-color: rgba(255,181,71,0.3) !important; }
.low-risk { color: var(--clr-success); border-color: rgba(0,229,176,0.3) !important; }

.risk-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-lg);
    padding: var(--space-md);
    margin-bottom: var(--space-sm);
    display: flex;
    gap: var(--space-md);
    align-items: flex-start;
    transition: all var(--dur-med) var(--ease-out);
}
.risk-card:hover {
    transform: translateY(-2px);
}
.risk-high:hover { border-color: rgba(255,92,114,0.4); box-shadow: 0 0 20px rgba(255,92,114,0.06); }
.risk-med:hover { border-color: rgba(255,181,71,0.4); box-shadow: 0 0 20px rgba(255,181,71,0.06); }
.risk-low:hover { border-color: rgba(0,229,176,0.4); box-shadow: 0 0 20px rgba(0,229,176,0.06); }

.risk-id {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: var(--fs-small);
    padding: 4px 10px;
    border-radius: var(--r-sm);
    flex-shrink: 0;
    min-width: 40px;
    text-align: center;
}
.risk-high .risk-id { background: rgba(255,92,114,0.1); color: var(--clr-danger); }
.risk-med .risk-id { background: rgba(255,181,71,0.1); color: var(--clr-warning); }
.risk-low .risk-id { background: rgba(0,229,176,0.1); color: var(--clr-success); }

.risk-body h4 {
    font-size: var(--fs-small);
    font-weight: 700;
    margin-bottom: 4px;
}
.risk-prob {
    font-size: var(--fs-xs);
    color: var(--clr-text-dim);
    margin-bottom: 4px;
}
.risk-mitigation {
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
    line-height: 1.6;
}

/* ═══════════ PARTNERSHIPS ═══════════ */
.section-partners {
    background: var(--bg-secondary);
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}
.partner-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-lg);
    padding: var(--space-lg);
    text-align: center;
    transition: all var(--dur-med) var(--ease-out);
}
.partner-card:hover {
    transform: translateY(-4px);
    border-color: var(--clr-primary);
    box-shadow: var(--shadow-glow);
}
.partner-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}
.partner-card h4 {
    font-size: var(--fs-body);
    font-weight: 700;
    margin-bottom: var(--space-xs);
    color: var(--clr-primary-l);
}
.partner-card p {
    font-size: var(--fs-small);
    color: var(--clr-text-muted);
    line-height: 1.7;
}

/* Financial Scenarios */
.scenarios-wrap {
    margin-top: var(--space-2xl);
}
.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}
.scenario-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--r-xl);
    padding: var(--space-lg);
    text-align: center;
    transition: all var(--dur-med) var(--ease-out);
    position: relative;
}
.scenario-card:hover {
    transform: translateY(-4px);
}
.scenario-card.featured {
    border-color: var(--clr-primary);
    background: var(--grad-card);
    box-shadow: var(--shadow-glow);
}
.scenario-badge {
    position: absolute;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    background: var(--grad-primary);
    color: white;
    font-size: var(--fs-xs);
    font-weight: 700;
    padding: 3px 14px;
    border-radius: var(--r-full);
}
.scenario-label {
    font-size: var(--fs-body);
    font-weight: 700;
    margin-bottom: var(--space-sm);
}
.scenario-projects {
    font-family: var(--font-en);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--clr-primary-l);
    margin-bottom: 4px;
}
.scenario-revenue {
    font-size: var(--fs-body);
    color: var(--clr-text-muted);
    margin-bottom: var(--space-sm);
    padding-bottom: var(--space-sm);
    border-bottom: 1px solid var(--border-subtle);
}
.scenario-profit {
    font-weight: 700;
    font-size: var(--fs-body);
}
.scenario-profit.gain { color: var(--clr-success); }
.scenario-profit.loss { color: var(--clr-danger); }

/* Responsive additions for new sections */
@media (max-width: 768px) {
    .kpi-items { grid-template-columns: repeat(2, 1fr); }
    .funnel-steps { flex-direction: column; }
    .funnel-arrow { transform: rotate(90deg); }
    .partners-grid { grid-template-columns: repeat(2, 1fr); }
    .scenarios-grid { grid-template-columns: 1fr; }
    .risk-card { flex-direction: column; }
}
@media (max-width: 480px) {
    .kpi-items { grid-template-columns: 1fr; }
    .partners-grid { grid-template-columns: 1fr; }
}
