/* ============================================================
   creativebee.app — Premium Design System v2
   Exaggerated Minimalism + Cinematic Dark + Glassmorphism
   Inspired by: Codrops, Godly, Saspo aesthetics
   ============================================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

/* --- Design Tokens --- */
:root {
  /* Core Palette — Cinematic Dark */
  --color-void: #0A0908;
  --color-dark: #111010;
  --color-surface-dark: #1A1917;
  --color-surface-mid: #232120;
  --color-surface-light: #2C2A28;

  /* Gold Accent System */
  --color-gold: #D4A017;
  --color-gold-bright: #F0B429;
  --color-gold-dim: #A07812;
  --color-gold-glow: rgba(212, 160, 23, 0.18);
  --color-gold-glow-strong: rgba(212, 160, 23, 0.35);
  --color-gold-border: rgba(212, 160, 23, 0.22);

  /* Text */
  --color-text-primary: #F5F0E8;
  --color-text-secondary: rgba(245, 240, 232, 0.6);
  --color-text-tertiary: rgba(245, 240, 232, 0.35);
  --color-text-accent: var(--color-gold-bright);

  /* Light Section Colors */
  --color-light-bg: #F7F5F0;
  --color-light-surface: #FFFFFF;
  --color-light-text: #1A1917;
  --color-light-muted: #6B6560;
  --color-light-border: rgba(26, 25, 23, 0.08);

  /* Glassmorphism */
  --glass-dark: rgba(10, 9, 8, 0.6);
  --glass-dark-strong: rgba(10, 9, 8, 0.85);
  --glass-mid: rgba(35, 33, 32, 0.55);
  --glass-light: rgba(255, 255, 255, 0.06);
  --glass-light-hover: rgba(255, 255, 255, 0.09);
  --glass-border: rgba(255, 255, 255, 0.07);
  --glass-border-gold: rgba(212, 160, 23, 0.2);
  --glass-inner: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --glass-inner-gold: inset 0 1px 0 rgba(212, 160, 23, 0.15);
  --blur-sm: blur(8px);
  --blur-md: blur(16px);
  --blur-lg: blur(24px);
  --blur-xl: blur(40px);

  /* Shadows — cinematic multi-layer */
  --shadow-card: 0 0 0 1px rgba(255,255,255,0.04), 0 4px 16px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.4);
  --shadow-card-hover: 0 0 0 1px rgba(212,160,23,0.15), 0 8px 40px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.4), 0 0 60px rgba(212,160,23,0.06);
  --shadow-gold-glow: 0 0 24px rgba(212,160,23,0.25), 0 0 60px rgba(212,160,23,0.1);
  --shadow-btn: 0 1px 2px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.12);
  --shadow-btn-hover: 0 4px 20px rgba(212,160,23,0.4), 0 1px 3px rgba(0,0,0,0.3);

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;

  /* Scale — Bold & Expressive */
  --text-xs: 0.75rem;
  --text-sm: 0.8125rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.3125rem;
  --text-2xl: clamp(1.375rem, 2vw + 0.5rem, 1.625rem);
  --text-3xl: clamp(1.75rem, 2.5vw + 0.5rem, 2.125rem);
  --text-4xl: clamp(2rem, 3.5vw + 0.5rem, 2.75rem);
  --text-5xl: clamp(2.5rem, 4.5vw + 0.5rem, 3.5rem);
  --text-hero: clamp(3rem, 7vw, 6.5rem);
  --text-hero-sub: clamp(1.5rem, 3vw, 2.5rem);

  /* Spacing */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.25rem;
  --sp-6: 1.5rem;
  --sp-8: 2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-32: 8rem;

  /* Radius */
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 12px;
  --r-xl: 16px;
  --r-2xl: 24px;
  --r-full: 9999px;

  /* Easing — premium curves */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);

  /* Transitions */
  --t-fast: 160ms var(--ease-out-expo);
  --t-base: 320ms var(--ease-out-expo);
  --t-slow: 600ms var(--ease-out-expo);

  /* Layout */
  --max-w: 1280px;
  --max-w-text: 760px;
  --nav-h: 100px;
}

/* ============================================================
   LIGHT THEME DESIGN TOKENS (Luxury Warm Ivory & Gold)
   ============================================================ */
[data-theme="light"] {
  --color-void: #F8F6F0;
  --color-dark: #EFECE4;
  --color-surface-dark: #FFFFFF;
  --color-surface-mid: #F5F2EB;
  --color-surface-light: #E7E2D6;

  --color-gold: #B45309;
  --color-gold-bright: #D97706;
  --color-gold-dim: #92400E;
  --color-gold-glow: rgba(217, 119, 6, 0.12);
  --color-gold-glow-strong: rgba(217, 119, 6, 0.25);
  --color-gold-border: rgba(217, 119, 6, 0.25);

  --color-text-primary: #1C1917;
  --color-text-secondary: #57534E;
  --color-text-tertiary: #A8A29E;

  --glass-dark: rgba(248, 246, 240, 0.82);
  --glass-dark-strong: rgba(248, 246, 240, 0.96);
  --glass-mid: rgba(255, 255, 255, 0.85);
  --glass-light: rgba(28, 25, 23, 0.04);
  --glass-light-hover: rgba(28, 25, 23, 0.07);
  --glass-border: rgba(28, 25, 23, 0.09);
  --glass-border-gold: rgba(217, 119, 6, 0.3);
  --glass-inner: inset 0 1px 0 rgba(255, 255, 255, 0.8);

  --shadow-card: 0 0 0 1px rgba(28, 25, 23, 0.06), 0 4px 20px rgba(28, 25, 23, 0.05);
  --shadow-card-hover: 0 0 0 1px rgba(217, 119, 6, 0.3), 0 16px 40px rgba(28, 25, 23, 0.09), 0 0 30px rgba(217, 119, 6, 0.08);
  --shadow-btn: 0 2px 6px rgba(217, 119, 6, 0.25);
  --shadow-btn-hover: 0 6px 22px rgba(217, 119, 6, 0.4);
}

[data-theme="light"] .hero::before {
  opacity: 0.12;
}

[data-theme="light"] .hero__grid {
  background-image:
    linear-gradient(rgba(28,25,23,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28,25,23,0.035) 1px, transparent 1px);
}

[data-theme="light"] .cursor-glow {
  background: radial-gradient(circle, rgba(217,119,6,0.08) 0%, transparent 70%);
  mix-blend-mode: multiply;
}

[data-theme="light"] .hero__badge {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(28, 25, 23, 0.1);
  box-shadow: 0 12px 32px rgba(28, 25, 23, 0.08), inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--color-text-primary);
  background: var(--color-void);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.1;
  font-weight: 600;
  color: var(--color-text-primary);
}

/* ============================================================
   UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--sp-8);
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.section { padding: var(--sp-32) 0; }
.section--sm { padding: var(--sp-20) 0; }

.label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold-bright);
  margin-bottom: var(--sp-5);
}

.label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--color-gold-bright);
  opacity: 0.7;
}

.section-title {
  font-size: var(--text-5xl);
  font-weight: 700;
  margin-bottom: var(--sp-5);
  letter-spacing: -0.02em;
}

.section-sub {
  font-size: var(--text-lg);
  color: var(--color-text-secondary);
  max-width: 580px;
  line-height: 1.8;
}

.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

/* Light section overrides */
.section--light {
  background: var(--color-light-bg);
  color: var(--color-light-text);
}
.section--light h2,
.section--light h3,
.section--light h4 { color: var(--color-light-text); }
.section--light .label { color: var(--color-gold-dim); }
.section--light .label::before { background: var(--color-gold-dim); }
.section--light .section-sub { color: var(--color-light-muted); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--r-md);
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.btn--gold {
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-bright) 100%);
  color: var(--color-void);
  box-shadow: var(--shadow-btn);
}

.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-hover);
  filter: brightness(1.08);
}

.btn--gold:active { transform: translateY(0); }

.btn--ghost {
  background: var(--glass-light);
  color: var(--color-text-primary);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--blur-sm);
  -webkit-backdrop-filter: var(--blur-sm);
}

.btn--ghost:hover {
  background: var(--glass-light-hover);
  border-color: var(--glass-border-gold);
  color: var(--color-gold-bright);
}

.btn--outline-light {
  background: transparent;
  color: var(--color-light-text);
  border: 1.5px solid var(--color-light-border);
}

.btn--outline-light:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.btn--lg { padding: 16px 40px; font-size: var(--text-base); }
.btn--sm { padding: 10px 22px; font-size: var(--text-xs); }

/* ============================================================
   NAVIGATION — Fixed glass bar
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
}

/* The actual inner bar */
.nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-w);
  height: var(--nav-h);
  margin: 0 auto;
  padding: 0 var(--sp-8);
  gap: var(--sp-8);
}

/* Backdrop */
.nav__backdrop {
  position: absolute;
  inset: 0;
  background: var(--glass-dark);
  backdrop-filter: var(--blur-xl);
  -webkit-backdrop-filter: var(--blur-xl);
  border-bottom: 1px solid var(--glass-border);
  transition: background var(--t-base), box-shadow var(--t-base);
}

.nav--scrolled .nav__backdrop {
  background: var(--glass-dark-strong);
  box-shadow: 0 1px 40px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04);
}

/* Logo */
.nav__logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.nav__logo-img {
  height: 72px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  display: block;
  transition: transform var(--t-fast);
}

.nav__logo:hover .nav__logo-img {
  transform: scale(1.03);
}

.footer__logo-img {
  height: 60px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  display: block;
  margin-bottom: var(--sp-4);
}

/* Default (Dark Mode): Show dark logos, hide light logos */
.logo--dark { display: block !important; }
.logo--light { display: none !important; }

/* Light Mode: Show light logos, hide dark logos */
[data-theme="light"] .logo--dark { display: none !important; }
[data-theme="light"] .logo--light { display: block !important; }

/* Service Page Specific Styles */
.service-hero {
  padding: calc(var(--nav-h) + var(--sp-16)) 0 var(--sp-20);
  background: var(--color-void);
  position: relative;
  overflow: hidden;
}

.service-hero__badges {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-top: var(--sp-8);
}

.service-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 8px 16px;
  background: var(--glass-light);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--color-text-secondary);
  backdrop-filter: var(--blur-sm);
}

.service-hero__badge svg {
  width: 14px;
  height: 14px;
  stroke: var(--color-gold-bright);
  stroke-width: 2;
  fill: none;
}

.service-feature__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-12);
}

.service-feature__card {
  background: var(--color-surface-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  box-shadow: var(--shadow-card);
  transition: all var(--t-base);
}

.service-feature__card:hover {
  background: var(--color-surface-mid);
  border-color: var(--glass-border-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.service-deliverable__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-12);
}

.service-deliverable__card {
  background: var(--color-surface-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
  transition: all var(--t-base);
}

.service-deliverable__card:hover {
  background: var(--color-surface-mid);
  border-color: var(--glass-border-gold);
}

/* Links group — centered */
.nav__links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  flex: 1;
  justify-content: center;
}

.nav__link {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-secondary);
  transition: color var(--t-fast);
  position: relative;
  padding-bottom: 2px;
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--color-gold-bright);
  transition: width var(--t-base);
}

.nav__link:hover,
.nav__link--active {
  color: var(--color-text-primary);
}

.nav__link:hover::after,
.nav__link--active::after {
  width: 100%;
}

/* Nav Right Actions */
.nav__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-shrink: 0;
}

/* Theme Toggle Button */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--r-lg);
  border: 1px solid var(--glass-border);
  background: var(--glass-light);
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all var(--t-fast);
  backdrop-filter: var(--blur-sm);
  -webkit-backdrop-filter: var(--blur-sm);
}

.theme-toggle:hover {
  border-color: var(--glass-border-gold);
  color: var(--color-gold-bright);
  background: var(--glass-light-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.15);
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform var(--t-base), color var(--t-fast);
}

.theme-toggle:hover svg {
  transform: rotate(20deg);
}

/* Icons state */
.theme-toggle .icon-sun { display: none; }
.theme-toggle .icon-moon { display: block; }
[data-theme="light"] .theme-toggle .icon-sun { display: block; }
[data-theme="light"] .theme-toggle .icon-moon { display: none; }

/* CTA — right side */
.nav__cta {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

/* Mobile toggle */
.nav__toggle {
  display: none;
  position: relative;
  z-index: 1001;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: var(--sp-2);
}

.nav__toggle span {
  width: 22px; height: 1.5px;
  background: var(--color-text-primary);
  border-radius: 2px;
  transition: all var(--t-base);
  display: block;
}

.nav__toggle--active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle--active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__toggle--active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu panel */
.nav__mobile {
  position: fixed;
  top: 0; right: -100%;
  width: min(320px, 90vw);
  height: 100vh;
  background: var(--color-dark);
  border-left: 1px solid var(--glass-border);
  backdrop-filter: var(--blur-lg);
  -webkit-backdrop-filter: var(--blur-lg);
  padding: calc(var(--nav-h) + var(--sp-8)) var(--sp-8) var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
  transition: right var(--t-base);
  z-index: 999;
}

.nav__mobile--open { right: 0; }

.nav__mobile .nav__links {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--sp-6);
}

.nav__mobile .nav__link { font-size: var(--text-xl); }
.nav__mobile .nav__cta { width: 100%; text-align: center; margin-top: var(--sp-4); }

.nav__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 998;
  backdrop-filter: var(--blur-sm);
}
.nav__overlay--visible { display: block; }

/* ============================================================
   HERO — Full viewport cinematic dark
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--color-void);
  overflow: hidden;
  padding-top: var(--nav-h);
}

/* Ambient glow blobs */
.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  will-change: transform;
}

.hero__blob--1 {
  width: 600px; height: 600px;
  top: -100px; right: -100px;
  background: radial-gradient(circle, rgba(212,160,23,0.12) 0%, transparent 70%);
  animation: blobFloat 8s ease-in-out infinite;
}

.hero__blob--2 {
  width: 400px; height: 400px;
  bottom: -50px; left: 5%;
  background: radial-gradient(circle, rgba(212,160,23,0.07) 0%, transparent 70%);
  animation: blobFloat 12s ease-in-out infinite reverse;
}

.hero__blob--3 {
  width: 300px; height: 300px;
  top: 30%; left: 40%;
  background: radial-gradient(circle, rgba(240,180,41,0.05) 0%, transparent 70%);
  animation: blobFloat 10s ease-in-out infinite 3s;
}

@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(20px, -30px) scale(1.04); }
  66% { transform: translate(-15px, 15px) scale(0.97); }
}

/* Noise texture overlay */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

/* Subtle grid */
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}

.hero__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--sp-12);
  align-items: center;
  position: relative;
  z-index: 1;
  padding: var(--sp-12) 0 var(--sp-20);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold-bright);
  margin-bottom: var(--sp-6);
  padding: 8px 16px;
  background: rgba(212,160,23,0.08);
  border: 1px solid rgba(212,160,23,0.2);
  border-radius: var(--r-full);
}

.hero__eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--color-gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--color-gold-bright);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.hero__title {
  font-size: var(--text-hero);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-text-primary);
  margin-bottom: var(--sp-6);
}

.hero__title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-bright) 50%, var(--color-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__description {
  font-size: var(--text-lg);
  color: var(--color-text-secondary);
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: var(--sp-8);
}

.hero__actions {
  display: flex;
  gap: var(--sp-4);
  flex-wrap: wrap;
  align-items: center;
}

/* Hero Visual Showcase */
.hero__visual-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__image-card {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-2xl);
  overflow: hidden;
  border: 1px solid rgba(212, 160, 23, 0.25);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6), 0 0 40px rgba(212, 160, 23, 0.15);
  background: var(--color-surface-dark);
  transition: transform var(--t-base), box-shadow var(--t-base);
}

.hero__image-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 30px 70px rgba(0,0,0,0.8), 0 0 60px rgba(212, 160, 23, 0.25);
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__image-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 40%, rgba(10, 9, 8, 0.4) 100%);
  pointer-events: none;
}

/* Floating Badges */
.hero__badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: 12px 18px;
  background: rgba(26, 25, 23, 0.82);
  backdrop-filter: var(--blur-md);
  -webkit-backdrop-filter: var(--blur-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-xl);
  box-shadow: 0 12px 32px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.15);
  z-index: 2;
  transition: all var(--t-base);
  animation: badgeFloat 6s ease-in-out infinite;
}

.hero__badge:hover {
  border-color: rgba(212, 160, 23, 0.4);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 40px rgba(0,0,0,0.6), 0 0 20px rgba(212, 160, 23, 0.2);
}

.hero__badge--top {
  top: -10px;
  right: -10px;
  animation-delay: 0s;
}

.hero__badge--bottom {
  bottom: -15px;
  left: -20px;
  animation-delay: 3s;
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero__badge-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r-md);
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold-bright);
  flex-shrink: 0;
}

.hero__badge-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.hero__badge-icon--gold {
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.25), rgba(240, 180, 41, 0.15));
}

.hero__badge-title {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--color-text-primary);
  letter-spacing: 0.02em;
}

.hero__badge-sub {
  font-size: 11px;
  color: var(--color-text-secondary);
}

.hero__scroll-hint {
  position: absolute;
  bottom: var(--sp-10);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  color: var(--color-text-tertiary);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--color-text-tertiary));
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  40% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  60% { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ============================================================
   MARQUEE — Trusted By
   ============================================================ */
.marquee-section {
  padding: var(--sp-8) 0;
  background: var(--color-dark);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: var(--sp-16);
  white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
  width: max-content;
}

.marquee-track:hover { animation-play-state: paused; }

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-tertiary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marquee-item::before {
  content: '';
  width: 4px; height: 4px;
  background: var(--color-gold);
  border-radius: 50%;
}

/* ============================================================
   STATS
   ============================================================ */
.stats { background: var(--color-dark); }

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-2xl);
  overflow: hidden;
  background: var(--glass-light);
  backdrop-filter: var(--blur-md);
  -webkit-backdrop-filter: var(--blur-md);
}

.stats__item {
  padding: var(--sp-10) var(--sp-8);
  text-align: center;
  border-right: 1px solid var(--glass-border);
  transition: background var(--t-base);
}

.stats__item:last-child { border-right: none; }

.stats__item:hover { background: var(--glass-light-hover); }

.stats__number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--sp-2);
}

.stats__label {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  font-weight: 500;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services { background: var(--color-void); }

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--glass-border);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-2xl);
  overflow: hidden;
  margin-top: var(--sp-16);
}

.service-card {
  background: var(--color-surface-dark);
  padding: var(--sp-10);
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212,160,23,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--t-base);
  pointer-events: none;
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  transform: scaleX(0);
  transition: transform var(--t-slow);
  pointer-events: none;
}

.service-card:hover {
  background: var(--color-surface-mid);
  transform: none;
}

.service-card:hover::before { opacity: 1; }
.service-card:hover::after { transform: scaleX(1); }

.service-card__num {
  font-family: var(--font-display);
  font-size: var(--text-5xl);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgba(212,160,23,0.12);
  line-height: 1;
  margin-bottom: var(--sp-4);
  transition: color var(--t-base);
}

.service-card:hover .service-card__num { color: rgba(212,160,23,0.22); }

.service-card__icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212,160,23,0.08);
  border: 1px solid rgba(212,160,23,0.15);
  border-radius: var(--r-lg);
  margin-bottom: var(--sp-5);
  color: var(--color-gold-bright);
  transition: all var(--t-base);
}

.service-card:hover .service-card__icon {
  background: rgba(212,160,23,0.15);
  box-shadow: 0 0 20px rgba(212,160,23,0.2);
}

.service-card__icon svg {
  width: 20px; height: 20px;
  stroke: currentColor; stroke-width: 1.5; fill: none;
}

.service-card__title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: var(--sp-3);
  letter-spacing: -0.01em;
}

.service-card__desc {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.75;
  margin-bottom: var(--sp-6);
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-gold);
  transition: gap var(--t-fast), color var(--t-fast);
}

.service-card__link:hover { gap: var(--sp-3); color: var(--color-gold-bright); }

.service-card__link svg {
  width: 14px; height: 14px;
  stroke: currentColor; stroke-width: 2.5; fill: none;
  transition: transform var(--t-fast);
}

.service-card__link:hover svg { transform: translateX(3px); }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--color-dark); }

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
}

.about__features {
  margin-top: var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.about__feat {
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
  padding: var(--sp-5);
  background: var(--glass-light);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  backdrop-filter: var(--blur-sm);
  transition: all var(--t-base);
}

.about__feat:hover {
  background: var(--glass-light-hover);
  border-color: var(--glass-border-gold);
  box-shadow: var(--shadow-card);
}

.about__feat-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212,160,23,0.1);
  border-radius: var(--r-md);
  color: var(--color-gold-bright);
}

.about__feat-icon svg {
  width: 18px; height: 18px;
  stroke: currentColor; stroke-width: 1.5; fill: none;
}

.about__feat-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 3px;
  font-family: var(--font-body);
}

.about__feat-text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.65;
}

/* Right visual */
.about__visual {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--r-2xl);
  overflow: hidden;
  background: linear-gradient(160deg, var(--color-surface-mid) 0%, var(--color-void) 100%);
  border: 1px solid var(--glass-border);
}

.about__visual-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

.about__visual-center {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}

.about__visual-ring {
  width: 200px; height: 200px;
  border: 1px solid rgba(212,160,23,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  animation: ringPulse 4s ease-in-out infinite;
}

.about__visual-ring::before {
  content: '';
  width: 130px; height: 130px;
  border: 1px solid rgba(212,160,23,0.15);
  border-radius: 50%;
  position: absolute;
}

.about__visual-ring::after {
  content: '';
  width: 70px; height: 70px;
  background: rgba(212,160,23,0.08);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(212,160,23,0.2);
}

@keyframes ringPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212,160,23,0.1); }
  50% { box-shadow: 0 0 0 20px rgba(212,160,23,0); }
}

.about__visual-dot {
  position: absolute;
  width: 6px; height: 6px;
  background: var(--color-gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--color-gold);
}
.about__visual-dot:nth-child(1) { top: 25%; left: 20%; }
.about__visual-dot:nth-child(2) { top: 65%; right: 15%; }
.about__visual-dot:nth-child(3) { bottom: 20%; left: 35%; }

/* ============================================================
   PROCESS
   ============================================================ */
.process { background: var(--color-void); }

.process__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--glass-border);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-2xl);
  overflow: hidden;
  margin-top: var(--sp-16);
}

.process__step {
  background: var(--color-surface-dark);
  padding: var(--sp-10) var(--sp-8);
  transition: background var(--t-base);
  position: relative;
}

.process__step:hover { background: var(--color-surface-mid); }

.process__step-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(135deg, rgba(212,160,23,0.3) 0%, rgba(212,160,23,0.08) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--sp-5);
  transition: all var(--t-base);
}

.process__step:hover .process__step-num {
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process__step-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: var(--sp-3);
}

.process__step-text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.75;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { background: var(--color-dark); }

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-16);
}

.t-card {
  background: var(--color-surface-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}

.t-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212,160,23,0.4), transparent);
  opacity: 0;
  transition: opacity var(--t-base);
}

.t-card:hover {
  background: var(--color-surface-mid);
  border-color: var(--glass-border-gold);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.t-card:hover::before { opacity: 1; }

.t-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: var(--sp-5);
}

.t-card__star {
  width: 14px; height: 14px;
  background: var(--color-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.t-card__text {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: var(--sp-6);
  font-style: italic;
}

.t-card__author {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.t-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-surface-light), var(--color-surface-dark));
  border: 1px solid var(--glass-border-gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-gold);
  flex-shrink: 0;
}

.t-card__name {
  font-weight: 600;
  font-size: var(--text-sm);
  color: var(--color-text-primary);
}

.t-card__role {
  font-size: var(--text-xs);
  color: var(--color-text-tertiary);
  margin-top: 2px;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--color-surface-dark);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: var(--sp-24) 0;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(212,160,23,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner__inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.cta-banner__title {
  font-size: var(--text-5xl);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-text-primary);
  margin-bottom: var(--sp-5);
}

.cta-banner__text {
  font-size: var(--text-lg);
  color: var(--color-text-secondary);
  margin-bottom: var(--sp-10);
  line-height: 1.8;
}

.cta-banner__actions {
  display: flex;
  gap: var(--sp-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--color-void);
  border-top: 1px solid var(--glass-border);
  padding: var(--sp-20) 0 var(--sp-8);
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--sp-12);
  margin-bottom: var(--sp-16);
}

.footer__logo {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-text-primary);
  display: flex; align-items: center; gap: 6px;
  margin-bottom: var(--sp-4);
}

.footer__desc {
  font-size: var(--text-sm);
  color: var(--color-text-tertiary);
  line-height: 1.8;
  margin-bottom: var(--sp-6);
  max-width: 280px;
}

.footer__social { display: flex; gap: var(--sp-3); }

.footer__social-link {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  color: var(--color-text-tertiary);
  transition: all var(--t-fast);
}

.footer__social-link:hover {
  border-color: var(--glass-border-gold);
  color: var(--color-gold-bright);
  background: rgba(212,160,23,0.05);
}

.footer__social-link svg {
  width: 16px; height: 16px;
  stroke: currentColor; stroke-width: 1.5; fill: none;
}

.footer__col-title {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-primary);
  margin-bottom: var(--sp-5);
}

.footer__links { display: flex; flex-direction: column; gap: var(--sp-3); }

.footer__link {
  font-size: var(--text-sm);
  color: var(--color-text-tertiary);
  transition: color var(--t-fast);
}
.footer__link:hover { color: var(--color-gold-bright); }

.footer__bottom {
  border-top: 1px solid var(--glass-border);
  padding-top: var(--sp-8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--text-xs);
  color: var(--color-text-tertiary);
}

/* ============================================================
   PRICING PAGE
   ============================================================ */
.pricing-hero {
  background: var(--color-void);
  padding: calc(var(--nav-h) + var(--sp-20)) 0 var(--sp-20);
  position: relative;
  overflow: hidden;
}

.pricing-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.pricing-hero__blob--1 {
  width: 500px; height: 500px;
  top: -100px; right: -100px;
  background: radial-gradient(circle, rgba(212,160,23,0.1) 0%, transparent 70%);
}

.pricing-hero__blob--2 {
  width: 300px; height: 300px;
  bottom: 0; left: 10%;
  background: radial-gradient(circle, rgba(212,160,23,0.06) 0%, transparent 70%);
}

.pricing-hero__content { text-align: center; position: relative; z-index: 1; }
.pricing-hero__title { font-size: var(--text-5xl); color: var(--color-text-primary); margin-bottom: var(--sp-5); letter-spacing: -0.02em; }
.pricing-hero__sub { font-size: var(--text-lg); color: var(--color-text-secondary); max-width: 520px; margin: 0 auto; line-height: 1.8; }

/* Pricing cards */
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-16);
}

.p-card {
  background: var(--color-surface-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  padding: var(--sp-10);
  display: flex;
  flex-direction: column;
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}

.p-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,160,23,0.3), transparent);
  opacity: 0;
  transition: opacity var(--t-base);
}

.p-card:hover {
  background: var(--color-surface-mid);
  border-color: var(--glass-border-gold);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.p-card:hover::before { opacity: 1; }

.p-card--featured {
  background: var(--color-surface-mid);
  border-color: rgba(212,160,23,0.35);
  box-shadow: 0 0 0 1px rgba(212,160,23,0.15), var(--shadow-card), 0 0 60px rgba(212,160,23,0.06);
}

.p-card--featured::before { opacity: 1; }

.p-card__badge {
  position: absolute;
  top: -1px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-bright) 100%);
  color: var(--color-void);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 0 0 var(--r-md) var(--r-md);
}

.p-card__tier {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-tertiary);
  margin-bottom: var(--sp-4);
}

.p-card__price {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-text-primary);
  line-height: 1;
  margin-bottom: var(--sp-2);
}

.p-card__price-note {
  font-size: var(--text-sm);
  color: var(--color-text-tertiary);
  margin-bottom: var(--sp-6);
  padding-bottom: var(--sp-6);
  border-bottom: 1px solid var(--glass-border);
}

.p-card__desc {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.75;
  margin-bottom: var(--sp-8);
}

.p-card__features {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  flex-grow: 1;
  margin-bottom: var(--sp-8);
}

.p-card__feat {
  display: flex;
  gap: var(--sp-3);
  align-items: flex-start;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.5;
}

.p-card__feat svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
  stroke: var(--color-gold);
  stroke-width: 2.5; fill: none;
  margin-top: 2px;
}

.p-card__cta { width: 100%; }

/* Comparison Table */
.comparison { background: var(--color-dark); }

.comparison__table-wrap {
  margin-top: var(--sp-12);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--color-surface-dark);
}

.comparison__table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
}

.comparison__table thead {
  background: var(--color-surface-mid);
}

.comparison__table th {
  padding: var(--sp-5) var(--sp-6);
  text-align: left;
  font-weight: 600;
  color: var(--color-text-primary);
  border-bottom: 1px solid var(--glass-border);
}

.comparison__table th:not(:first-child) { text-align: center; }
.comparison__table td { padding: var(--sp-4) var(--sp-6); border-bottom: 1px solid rgba(255,255,255,0.03); color: var(--color-text-secondary); }
.comparison__table td:not(:first-child) { text-align: center; }
.comparison__table tr:last-child td { border-bottom: none; }
.comparison__table .check { color: var(--color-gold-bright); font-weight: 600; }
.comparison__table .dash { color: var(--color-text-tertiary); }

.comparison__table .cat-row td {
  background: var(--color-surface-mid);
  font-weight: 600;
  color: var(--color-text-primary);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: var(--sp-4) var(--sp-6);
}

/* FAQ */
.faq { background: var(--color-void); }

.faq__list {
  max-width: 760px;
  margin: var(--sp-16) auto 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--glass-border);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  overflow: hidden;
}

.faq__item {
  background: var(--color-surface-dark);
  transition: background var(--t-fast);
}

.faq__item--open { background: var(--color-surface-mid); }

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-6);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--color-text-primary);
  text-align: left;
  background: none;
  cursor: pointer;
  transition: color var(--t-fast);
  font-family: var(--font-body);
  gap: var(--sp-4);
}

.faq__question:hover { color: var(--color-gold-bright); }

.faq__icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
  transition: transform var(--t-base);
  stroke: currentColor; stroke-width: 2; fill: none;
  color: var(--color-text-tertiary);
}

.faq__item--open .faq__icon {
  transform: rotate(180deg);
  color: var(--color-gold);
}

.faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease-out-expo); }
.faq__item--open .faq__answer { max-height: 400px; }

.faq__answer-text {
  padding: 0 var(--sp-6) var(--sp-6);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.85;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo);
}

.reveal--visible { opacity: 1; transform: translateY(0); }

.reveal--delay-1 { transition-delay: 0.08s; }
.reveal--delay-2 { transition-delay: 0.16s; }
.reveal--delay-3 { transition-delay: 0.24s; }
.reveal--delay-4 { transition-delay: 0.32s; }
.reveal--delay-5 { transition-delay: 0.40s; }
.reveal--delay-6 { transition-delay: 0.48s; }

.reveal--left { transform: translateX(-28px); }
.reveal--left.reveal--visible { transform: translateX(0); }
.reveal--right { transform: translateX(28px); }
.reveal--right.reveal--visible { transform: translateX(0); }
.reveal--scale { transform: scale(0.95); }
.reveal--scale.reveal--visible { transform: scale(1); }

/* ============================================================
   CURSOR GLOW (desktop only)
   ============================================================ */
.cursor-glow {
  position: fixed;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,23,0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s linear;
  mix-blend-mode: screen;
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   SCHEDULE / DISCOVERY BOOKING COMPONENT
   ============================================================ */
.schedule-section {
  padding: calc(var(--nav-h) + var(--sp-16)) 0 var(--sp-24);
  background: var(--color-void);
  min-height: 100vh;
  position: relative;
}

.schedule__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--sp-12);
  align-items: flex-start;
  margin-top: var(--sp-12);
}

.schedule__info {
  background: var(--color-surface-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-2xl);
  padding: var(--sp-10);
  box-shadow: var(--shadow-card);
  position: sticky;
  top: calc(var(--nav-h) + 20px);
}

.schedule__perks {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  margin-top: var(--sp-8);
}

.schedule__perk {
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
}

.schedule__perk-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-md);
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold-bright);
  flex-shrink: 0;
}

.schedule__perk-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.schedule__perk-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 2px;
}

.schedule__perk-desc {
  font-size: var(--text-xs);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.schedule__card {
  background: var(--color-surface-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-2xl);
  padding: var(--sp-10);
  box-shadow: var(--shadow-card);
}

/* Forms */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-5);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
}

.form-group--full {
  grid-column: 1 / -1;
}

.form-label {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--color-surface-mid);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  color: var(--color-text-primary);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  transition: all var(--t-fast);
  outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
  background: var(--color-surface-light);
}

.form-textarea {
  resize: vertical;
  min-height: 110px;
}

/* Time Slot Selection */
.slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
  margin-top: var(--sp-2);
}

.slot-btn {
  padding: 10px;
  text-align: center;
  border-radius: var(--r-md);
  border: 1px solid var(--glass-border);
  background: var(--color-surface-mid);
  color: var(--color-text-secondary);
  font-size: var(--text-xs);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--t-fast);
}

.slot-btn:hover {
  border-color: var(--glass-border-gold);
  color: var(--color-text-primary);
}

.slot-btn--active {
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-bright) 100%);
  color: var(--color-void) !important;
  border-color: transparent;
  font-weight: 700;
}

/* ============================================================
   LEGAL / POLICY PAGES
   ============================================================ */
.legal-hero {
  padding: calc(var(--nav-h) + var(--sp-16)) 0 var(--sp-12);
  background: var(--color-void);
  border-bottom: 1px solid var(--glass-border);
  text-align: center;
}

.legal__updated {
  font-size: var(--text-xs);
  color: var(--color-text-tertiary);
  margin-top: var(--sp-3);
}

.legal__wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding: var(--sp-16) var(--sp-8) var(--sp-24);
}

.legal__content {
  background: var(--color-surface-dark);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-2xl);
  padding: var(--sp-12);
  box-shadow: var(--shadow-card);
}

.legal__section {
  margin-bottom: var(--sp-10);
}

.legal__section:last-child {
  margin-bottom: 0;
}

.legal__section h2 {
  font-size: var(--text-2xl);
  color: var(--color-text-primary);
  margin-bottom: var(--sp-4);
  letter-spacing: -0.01em;
}

.legal__section p {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.85;
  margin-bottom: var(--sp-4);
}

.legal__section ul {
  list-style: disc;
  padding-left: var(--sp-6);
  margin-bottom: var(--sp-4);
  color: var(--color-text-secondary);
  font-size: var(--text-sm);
  line-height: 1.8;
}

.legal__section li {
  margin-bottom: var(--sp-2);
}

/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 1024px) {
  .hero__layout { grid-template-columns: 1fr; gap: var(--sp-10); text-align: center; }
  .hero__content { max-width: 100%; margin: 0 auto; }
  .hero__actions { justify-content: center; }
  .hero__description { margin-left: auto; margin-right: auto; }
  .hero__visual-wrapper { max-width: 440px; margin: 0 auto; }
  .schedule__grid { grid-template-columns: 1fr; }
  .schedule__info { position: static; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .process__timeline { grid-template-columns: repeat(2, 1fr); }
  .testimonials__grid { grid-template-columns: 1fr 1fr; }
  .testimonials__grid .t-card:last-child { grid-column: 1 / -1; max-width: 480px; margin: 0 auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-10); }
  .pricing__grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .about__grid { gap: var(--sp-10); }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__item:nth-child(2) { border-right: none; }
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 768px) {
  :root { --nav-h: 64px; }

  .container { padding: 0 var(--sp-5); }
  .section { padding: var(--sp-20) 0; }

  /* Nav */
  .nav__toggle { display: flex; }
  .nav__links, .nav__cta { display: none; }
  .nav__mobile .nav__links { display: flex; }
  .nav__mobile .nav__cta { display: inline-flex; }

  /* Hero */
  .hero { padding: calc(var(--nav-h) + var(--sp-8)) 0 var(--sp-16); min-height: auto; }
  .hero__layout { padding: var(--sp-4) 0; }
  .hero__content { padding: 0; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__blob { display: none; }
  .hero__scroll-hint { display: none; }
  .hero__badge { padding: 8px 12px; }
  .hero__badge-icon { width: 30px; height: 30px; }
  .hero__badge-title { font-size: 11px; }
  .hero__badge-sub { font-size: 9px; }

  /* Forms & Schedule */
  .form-grid { grid-template-columns: 1fr; }
  .slots-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule__card, .schedule__info, .legal__content { padding: var(--sp-6); }

  /* Sections */
  .services__grid { grid-template-columns: 1fr; }
  .process__timeline { grid-template-columns: 1fr; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .testimonials__grid .t-card:last-child { max-width: none; }
  .about__grid { grid-template-columns: 1fr; }
  .about__visual { aspect-ratio: 16/9; max-height: 260px; order: -1; }

  /* Stats */
  .stats__grid { grid-template-columns: 1fr 1fr; border-radius: var(--r-xl); }
  .stats__item { border-right: none; border-bottom: 1px solid var(--glass-border); }
  .stats__item:nth-child(odd) { border-right: 1px solid var(--glass-border); }
  .stats__item:nth-last-child(-n+2) { border-bottom: none; }

  /* Footer */
  .footer__grid { grid-template-columns: 1fr; gap: var(--sp-8); }
  .footer__bottom { flex-direction: column; gap: var(--sp-3); text-align: center; }

  /* CTA */
  .cta-banner__actions { flex-direction: column; }
  .cta-banner__actions .btn { width: 100%; justify-content: center; }

  /* FAQ */
  .faq__list { max-width: none; }
}

@media (max-width: 375px) {
  html { font-size: 14px; }
  .stats__grid { grid-template-columns: 1fr; }
  .stats__item { border-right: none !important; }
}
