/* =====================================================
   CareerIQ AI — Premium Stylesheet
   Palette: Midnight Slate & Neon Cobalt
   ===================================================== */

/* ---- CSS Variables / Design Tokens ---- */
/* ---- CSS Variables / Design Tokens ---- */
:root {
  /* ═══════════════════════════════════════════════
     DARK MODE — Rose Gold
     Deep charcoal surfaces, rose/gold brand accents
     ═══════════════════════════════════════════════ */

  /* Surfaces */
  --bg-primary:        #1a1218;
  --bg-secondary:      #221720;
  --bg-card:           #281d26;
  --bg-card-hover:     #32252f;
  --bg-highest:        #3d2e39;
  --bg-lowest:         #130d11;
  --bg-bright:         #3d2e39;

  /* Glass overlays */
  --bg-glass:          rgba(244, 165, 176, 0.05);
  --bg-glass-hover:    rgba(244, 165, 176, 0.10);
  --bg-nav:            rgba(26, 18, 24, 0.88);
  --bg-nav-scrolled:   rgba(19, 13, 17, 0.97);

  /* Borders */
  --border:            #4a3545;
  --border-strong:     #7a5a72;
  --border-input:      #4a3545;

  /* Text */
  --text-primary:      #f4eff2;
  --text-secondary:    #d4bfca;
  --text-muted:        #9a7f92;
  --text-inverse:      #2a1f27;
  --text-error:        #ffb3b0;
  --text-success:      #86efac;

  /* Brand — Rose Gold */
  --brand:             #f4a5b0;  /* rose on dark */
  --brand-light:       #ffd7de;  /* lighter rose tint */
  --brand-dark:        #c2185b;  /* deep rose/magenta */
  --on-brand:          #2a0a14;  /* text ON brand bg */

  /* Semantic colors */
  --green:             #86efac;
  --orange:            #fbbf24;
  --red:               #ffb3b0;
  --pink:              #f4a5b0;
  --on-red:            #3b0012;

  /* Gradients */
  --gradient-brand:    linear-gradient(135deg, #f4a5b0 0%, #c2185b 100%);
  --gradient-text:     linear-gradient(135deg, #ffd7de 0%, #f4a5b0 50%, #c2185b 100%);
  --gradient-hero:     radial-gradient(ellipse at top, rgba(244, 165, 176, 0.14) 0%, transparent 65%);

  /* Elevation */
  --shadow-sm:         0 0 0 1px rgba(255, 255, 255, 0.06);
  --shadow-md:         0 0 0 1px rgba(255, 255, 255, 0.09);
  --shadow-lg:         0 0 0 1px rgba(255, 255, 255, 0.09), 0 8px 24px rgba(0,0,0,0.5);
  --shadow-xl:         0 0 0 1px rgba(255, 255, 255, 0.09), 0 16px 40px rgba(0,0,0,0.65);
  --shadow-glow:       0 0 28px rgba(244, 165, 176, 0.22);
  --shadow-glow-sm:    0 0 14px rgba(244, 165, 176, 0.15);

  /* Shape */
  --radius-xs:         2px;
  --radius-sm:         4px;
  --radius-md:         8px;
  --radius-lg:         12px;
  --radius-xl:         16px;
  --radius-full:       9999px;

  /* Layout */
  --nav-height:        64px;

  /* Motion */
  --transition:        0.2s ease;
  --transition-md:     0.3s ease;
  --transition-lg:     0.5s ease;
  --transition-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Typography */
  --font-sans:         'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:         'Geist', 'Geist Mono', monospace;

  /* ── Chart / Graph / UI Accent tokens (dark) ── */
  --accent-1:          #f4a5b0;   /* primary accent = brand rose */
  --accent-1-rgb:      244, 165, 176;
  --accent-2:          #ffd7de;   /* lighter rose */
  --accent-2-rgb:      255, 215, 222;
  --accent-glass:      rgba(244, 165, 176, 0.10);
  --accent-glass-md:   rgba(244, 165, 176, 0.18);
  --accent-glass-lg:   rgba(244, 165, 176, 0.30);
  --accent-glow-sm:    0 0 14px  rgba(244, 165, 176, 0.35);
  --accent-glow-md:    0 0 28px  rgba(244, 165, 176, 0.45);
  --accent-glow-lg:    0 8px 28px rgba(244, 165, 176, 0.55);
  /* chart bar palette */
  --chart-bar-1:       linear-gradient(180deg, #f4a5b0, #c2185b);
  --chart-bar-2:       linear-gradient(180deg, #ffd7de, #f4a5b0);
  --chart-bar-3:       linear-gradient(180deg, #fbbf24, #b45309);
  --chart-bar-4:       linear-gradient(180deg, #86efac, #16a34a);
  /* company logo accents */
  --logo-a:            linear-gradient(135deg, #c2185b, #f4a5b0);
  --logo-b:            linear-gradient(135deg, #880e4f, #c2185b);
  /* particle / canvas accent */
  --particle-rgb:      244, 165, 176;
  --particle-line-rgb: 244, 165, 176;
  /* reading progress bar */
  --progress-bar-bg:   linear-gradient(90deg, #c2185b, #ffd7de, #f4a5b0);
  --progress-glow-rgb: 194, 24, 91;
  /* chatbot button */
  --chatbot-bg:        linear-gradient(135deg, #c2185b, #f4a5b0);
  --chatbot-glow-rgb:  244, 165, 176;
  /* pricing card hover */
  --pricing-hover-shadow: 0 20px 60px rgba(194, 24, 91, 0.18), 0 0 0 1px rgba(194, 24, 91, 0.25);
  /* section badge / tag */
  --badge-bg:          rgba(244, 165, 176, 0.10);
  --badge-border:      rgba(244, 165, 176, 0.22);
  --tag-bg:            rgba(244, 165, 176, 0.10);
  --tag-border:        rgba(244, 165, 176, 0.20);
  /* mockup hover / ring */
  --mockup-hover-bg:   rgba(244, 165, 176, 0.04);
  --mockup-hover-border: rgba(244, 165, 176, 0.30);
  --mockup-outer-glow: rgba(244, 165, 176, 0.08);
  --mockup-ring-glow:  rgba(244, 165, 176, 0.12);
  /* sidebar active */
  --sidebar-active-bg: rgba(244, 165, 176, 0.10);
  /* step/faq open accent */
  --step-card-hover-border: rgba(244, 165, 176, 0.30);
  --faq-open-bg:       rgba(244, 165, 176, 0.12);
  --faq-open-border:   rgba(244, 165, 176, 0.28);
  /* testimonial featured */
  --featured-card-bg:  linear-gradient(135deg, rgba(244, 165, 176, 0.06), rgba(255, 215, 222, 0.04));
  --featured-card-border: rgba(244, 165, 176, 0.22);
  /* plan-popular */
  --popular-card-bg:   linear-gradient(135deg, rgba(244, 165, 176, 0.08), rgba(255, 215, 222, 0.05));
  --popular-card-border: rgba(244, 165, 176, 0.35);
  /* toggle active */
  --toggle-badge-bg:   rgba(244, 165, 176, 0.12);
  /* user chat bubble */
  --user-msg-bg:       rgba(244, 165, 176, 0.12);
  /* node pulse */
  --node-pulse-color:  rgba(244, 165, 176, 0.30);
  /* mini-step in-progress glow */
  --mini-node-glow:    rgba(244, 165, 176, 0.40);
  /* cta orbs */
  --cta-orb-1-color:   rgba(244, 165, 176, 0.16);
  --cta-orb-2-color:   rgba(255, 215, 222, 0.15);
  /* pricing orb */
  --pricing-orb-color: rgba(244, 165, 176, 0.06);
  /* hero orbs */
  --hero-orb-1:        rgba(244, 165, 176, 0.18);
  --hero-orb-2:        rgba(255, 215, 222, 0.14);
  --hero-orb-3:        rgba(244, 165, 176, 0.12);
  /* grid overlay */
  --grid-line-color:   rgba(244, 165, 176, 0.04);
  /* step-number glow */
  --step-number-glow:  rgba(244, 165, 176, 0.35);
  /* scroll-top glow */
  --scroll-top-glow:   rgba(244, 165, 176, 0.35);
  --scroll-top-glow-hover: rgba(244, 165, 176, 0.50);
  /* plan-cta */
  --plan-cta-glow:     rgba(244, 165, 176, 0.30);
  --plan-cta-glow-hover: rgba(244, 165, 176, 0.42);
  /* feature icon hover */
  --feature-icon-hover-bg: rgba(244, 165, 176, 0.18);
  --feature-icon-hover-glow: rgba(244, 165, 176, 0.18);
  /* testimonial metric */
  --metric-bg:         rgba(244, 165, 176, 0.10);
  --metric-border:     rgba(244, 165, 176, 0.22);
}

[data-theme="light"] {
  /* ═══════════════════════════════════════════════
     LIGHT MODE — Rose Gold
     Warm white surfaces, deep rose brand
     ═══════════════════════════════════════════════ */

  /* Surfaces */
  --bg-primary:        #fff8f9;
  --bg-secondary:      #fdeef1;
  --bg-card:           #ffffff;
  --bg-card-hover:     #fdf2f4;
  --bg-highest:        #f9e4e8;
  --bg-lowest:         #ffffff;
  --bg-bright:         #ffffff;

  /* Glass overlays */
  --bg-glass:          rgba(194, 24, 91, 0.04);
  --bg-glass-hover:    rgba(194, 24, 91, 0.08);
  --bg-nav:            rgba(255, 248, 249, 0.90);
  --bg-nav-scrolled:   rgba(255, 248, 249, 0.98);

  /* Borders */
  --border:            #f0c8d0;
  --border-strong:     #c2849a;
  --border-input:      #f0c8d0;

  /* Text */
  --text-primary:      #1f0f15;
  --text-secondary:    #5c3347;
  --text-muted:        #9a6080;
  --text-inverse:      #f4eff2;
  --text-error:        #a01040;
  --text-success:      #166534;

  /* Brand — deep rose on light */
  --brand:             #c2185b;
  --brand-light:       #f4a5b0;
  --brand-dark:        #880e4f;
  --on-brand:          #ffffff;

  /* Semantic colors */
  --green:             #166534;
  --orange:            #92400e;
  --red:               #a01040;
  --pink:              #c2185b;
  --on-red:            #ffffff;

  /* Gradients */
  --gradient-brand:    linear-gradient(135deg, #c2185b 0%, #880e4f 100%);
  --gradient-text:     linear-gradient(135deg, #c2185b 0%, #880e4f 100%);
  --gradient-hero:     radial-gradient(ellipse at top, rgba(194, 24, 91, 0.07) 0%, transparent 65%);

  /* Elevation */
  --shadow-sm:         0 1px 3px rgba(31, 15, 21, 0.08);
  --shadow-md:         0 4px 12px rgba(31, 15, 21, 0.10);
  --shadow-lg:         0 8px 28px rgba(31, 15, 21, 0.12);
  --shadow-xl:         0 16px 48px rgba(31, 15, 21, 0.14);
  --shadow-glow:       0 0 24px rgba(194, 24, 91, 0.18);
  --shadow-glow-sm:    0 0 12px rgba(194, 24, 91, 0.12);

  /* ── Chart / Graph / UI Accent tokens (light) ── */
  --accent-1:          #c2185b;
  --accent-1-rgb:      194, 24, 91;
  --accent-2:          #880e4f;
  --accent-2-rgb:      136, 14, 79;
  --accent-glass:      rgba(194, 24, 91, 0.08);
  --accent-glass-md:   rgba(194, 24, 91, 0.14);
  --accent-glass-lg:   rgba(194, 24, 91, 0.25);
  --accent-glow-sm:    0 0 14px  rgba(194, 24, 91, 0.25);
  --accent-glow-md:    0 0 28px  rgba(194, 24, 91, 0.32);
  --accent-glow-lg:    0 8px 28px rgba(194, 24, 91, 0.38);
  /* chart bar palette */
  --chart-bar-1:       linear-gradient(180deg, #c2185b, #880e4f);
  --chart-bar-2:       linear-gradient(180deg, #f4a5b0, #c2185b);
  --chart-bar-3:       linear-gradient(180deg, #d97706, #92400e);
  --chart-bar-4:       linear-gradient(180deg, #22c55e, #166534);
  /* company logo accents */
  --logo-a:            linear-gradient(135deg, #880e4f, #c2185b);
  --logo-b:            linear-gradient(135deg, #c2185b, #f4a5b0);
  /* particle / canvas accent */
  --particle-rgb:      194, 24, 91;
  --particle-line-rgb: 194, 24, 91;
  /* reading progress bar */
  --progress-bar-bg:   linear-gradient(90deg, #880e4f, #c2185b, #f4a5b0);
  --progress-glow-rgb: 194, 24, 91;
  /* chatbot button */
  --chatbot-bg:        linear-gradient(135deg, #880e4f, #c2185b);
  --chatbot-glow-rgb:  194, 24, 91;
  /* pricing card hover */
  --pricing-hover-shadow: 0 20px 60px rgba(194, 24, 91, 0.15), 0 0 0 1px rgba(194, 24, 91, 0.20);
  /* section badge / tag */
  --badge-bg:          rgba(194, 24, 91, 0.08);
  --badge-border:      rgba(194, 24, 91, 0.20);
  --tag-bg:            rgba(194, 24, 91, 0.08);
  --tag-border:        rgba(194, 24, 91, 0.18);
  /* mockup hover / ring */
  --mockup-hover-bg:   rgba(194, 24, 91, 0.03);
  --mockup-hover-border: rgba(194, 24, 91, 0.25);
  --mockup-outer-glow: rgba(194, 24, 91, 0.06);
  --mockup-ring-glow:  rgba(194, 24, 91, 0.10);
  /* sidebar active */
  --sidebar-active-bg: rgba(194, 24, 91, 0.08);
  /* step/faq open accent */
  --step-card-hover-border: rgba(194, 24, 91, 0.25);
  --faq-open-bg:       rgba(194, 24, 91, 0.10);
  --faq-open-border:   rgba(194, 24, 91, 0.22);
  /* testimonial featured */
  --featured-card-bg:  linear-gradient(135deg, rgba(194, 24, 91, 0.05), rgba(244, 165, 176, 0.03));
  --featured-card-border: rgba(194, 24, 91, 0.18);
  /* plan-popular */
  --popular-card-bg:   linear-gradient(135deg, rgba(194, 24, 91, 0.06), rgba(244, 165, 176, 0.04));
  --popular-card-border: rgba(194, 24, 91, 0.30);
  /* toggle active */
  --toggle-badge-bg:   rgba(194, 24, 91, 0.10);
  /* user chat bubble */
  --user-msg-bg:       rgba(194, 24, 91, 0.10);
  /* node pulse */
  --node-pulse-color:  rgba(194, 24, 91, 0.25);
  /* mini-step in-progress glow */
  --mini-node-glow:    rgba(194, 24, 91, 0.35);
  /* cta orbs */
  --cta-orb-1-color:   rgba(194, 24, 91, 0.12);
  --cta-orb-2-color:   rgba(244, 165, 176, 0.10);
  /* pricing orb */
  --pricing-orb-color: rgba(194, 24, 91, 0.05);
  /* hero orbs */
  --hero-orb-1:        rgba(194, 24, 91, 0.14);
  --hero-orb-2:        rgba(244, 165, 176, 0.10);
  --hero-orb-3:        rgba(194, 24, 91, 0.09);
  /* grid overlay */
  --grid-line-color:   rgba(194, 24, 91, 0.06);
  /* step-number glow */
  --step-number-glow:  rgba(194, 24, 91, 0.30);
  /* scroll-top glow */
  --scroll-top-glow:   rgba(194, 24, 91, 0.30);
  --scroll-top-glow-hover: rgba(194, 24, 91, 0.45);
  /* plan-cta */
  --plan-cta-glow:     rgba(194, 24, 91, 0.25);
  --plan-cta-glow-hover: rgba(194, 24, 91, 0.38);
  /* feature icon hover */
  --feature-icon-hover-bg: rgba(194, 24, 91, 0.14);
  --feature-icon-hover-glow: rgba(194, 24, 91, 0.14);
  /* testimonial metric */
  --metric-bg:         rgba(194, 24, 91, 0.08);
  --metric-border:     rgba(194, 24, 91, 0.18);
}

/* ---- Reset ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
}

body {
  font-family: var(--font-sans);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background var(--transition-md), color var(--transition-md);
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img,
svg {
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

input,
textarea {
  font-family: inherit;
}

/* ---- Container ---- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Typography ---- */
.gradient-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ======================================================
   BUTTONS
   ====================================================== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--brand);
  color: var(--text-primary);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all var(--transition-md);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-brand);
  opacity: 0;
  transition: opacity var(--transition);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-glow-sm);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary span,
.btn-primary svg {
  position: relative;
  z-index: 1;
}

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

.btn-primary.btn-glow {
  animation: glowPulse 3s infinite;
}

@keyframes glowPulse {

  0%,
  100% {
    box-shadow: var(--accent-glow-sm);
  }

  50% {
    box-shadow: var(--accent-glow-md), 0 0 0 6px var(--accent-glass);
  }
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: var(--text-primary);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--border-strong);
  transition: all var(--transition-md);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.btn-secondary:hover {
  background: var(--bg-glass-hover);
  border-color: var(--brand-light);
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  transition: all var(--transition);
}

.btn-ghost:hover {
  color: var(--text-primary);
  background: var(--bg-glass);
}

.btn-ghost-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all var(--transition-md);
}

.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.btn-lg {
  padding: 14px 28px;
  font-size: 15px;
}

.w-full {
  width: 100%;
  justify-content: center;
}

/* ======================================================
   NAVBAR
   ====================================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-height);
  background: var(--bg-nav);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: all var(--transition-md);
}

.navbar.scrolled {
  background: var(--bg-nav-scrolled);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-icon {
  flex-shrink: 0;
}

.logo-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.logo-ai {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
}

.nav-link {
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  transition: all var(--transition);
}

.nav-link:hover {
  color: var(--text-primary);
  background: var(--bg-glass);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.theme-toggle {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all var(--transition);
  border: 1px solid var(--border);
  background: var(--bg-glass);
}

.theme-toggle:hover {
  color: var(--text-primary);
  background: var(--bg-glass-hover);
  border-color: var(--border-strong);
}

[data-theme="dark"] .sun-icon {
  display: block;
}

[data-theme="dark"] .moon-icon {
  display: none;
}

[data-theme="light"] .sun-icon {
  display: none;
}

[data-theme="light"] .moon-icon {
  display: block;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border-radius: var(--radius-sm);
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-secondary);
  border-radius: 2px;
  transition: all var(--transition-md);
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px 24px;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
}

.mobile-menu.open {
  display: flex;
}

.mobile-link {
  padding: 12px 16px;
  border-radius: var(--radius-md);
  font-weight: 500;
  color: var(--text-secondary);
  transition: all var(--transition);
}

.mobile-link:hover {
  color: var(--text-primary);
  background: var(--bg-glass);
}

.mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* ======================================================
   HERO
   ====================================================== */
.hero {
  min-height: 100vh;
  padding-top: calc(var(--nav-height) + 60px);
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: orbFloat 8s ease-in-out infinite;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--hero-orb-1), transparent 70%);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.orb-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--hero-orb-2), transparent 70%);
  top: 100px;
  right: -100px;
  animation-delay: -3s;
}

.orb-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--hero-orb-3), transparent 70%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: -6s;
}

@keyframes orbFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -20px) scale(1.05);
  }

  66% {
    transform: translate(-20px, 30px) scale(0.97);
  }
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--grid-line-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-color) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 32px;
  backdrop-filter: blur(10px);
  animation: fadeInDown 0.6s ease both;
}

.badge-dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green);
  animation: blink 2s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.4
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@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)
  }
}

.hero-headline {
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  margin-bottom: 28px;
  animation: fadeInUp 0.7s 0.1s ease both;
}

.hero-subheadline {
  font-size: clamp(16px, 2.5vw, 20px);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
  font-weight: 400;
  animation: fadeInUp 0.7s 0.2s ease both;
}

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  animation: fadeInUp 0.7s 0.3s ease both;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s 0.4s ease both;
}

.stat-item {
  padding: 0 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-unit {
  font-size: 28px;
  font-weight: 800;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* Hero Mockup */
.hero-mockup {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 24px;
  animation: scaleIn 0.9s 0.5s ease both;
}

.mockup-window {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl), 0 0 0 1px var(--mockup-ring-glow), 0 0 80px var(--mockup-outer-glow);
}

.mockup-titlebar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--border);
}

.titlebar-dots {
  display: flex;
  gap: 7px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot-red {
  background: #ffb4ab;
}

.dot-yellow {
  background: #ffb3b0;
}

.dot-green {
  background: #c6c6c9;
}

.titlebar-title {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
}

.titlebar-badge {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}

.mockup-body {
  display: flex;
  min-height: 360px;
}

.mockup-sidebar {
  width: 160px;
  background: rgba(255, 255, 255, 0.015);
  border-right: 1px solid var(--border);
  padding: 20px 12px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
}

.sidebar-logo-icon {
  width: 22px;
  height: 22px;
  background: var(--gradient-brand);
  border-radius: 6px;
}

.sidebar-logo span {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
}

.sidebar-item:hover {
  color: var(--text-primary);
  background: var(--bg-glass);
}

.sidebar-item.active {
  color: var(--brand-light);
  background: var(--sidebar-active-bg);
}

.mockup-main {
  flex: 1;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
  overflow: hidden;
}

.mockup-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 14px;
  transition: all var(--transition);
}

.mockup-card:hover {
  border-color: var(--mockup-hover-border);
  background: var(--mockup-hover-bg);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.card-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-secondary);
}

.card-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: var(--radius-full);
}

.card-badge-purple {
  background: var(--badge-bg);
  color: var(--brand-light);
}

.card-badge-green {
  background: rgba(134, 239, 172, 0.12);
  color: var(--green);
}

.card-badge-blue {
  background: var(--badge-bg);
  color: var(--brand-light);
}

.career-match-card {
  grid-column: 1;
}

.skill-card {
  grid-column: 2;
}

.roadmap-card {
  grid-column: 1 / -1;
}

.match-display {
  display: flex;
  align-items: center;
  gap: 14px;
}

.match-ring {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.ring-svg {
  width: 100%;
  height: 100%;
}

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

.ring-value {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-primary);
}

.ring-label {
  font-size: 10px;
  color: var(--text-muted);
}

.match-role {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.match-company {
  font-size: 10px;
  color: var(--brand-light);
  margin-bottom: 8px;
}

.match-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.tag {
  font-size: 9px;
  padding: 2px 7px;
  background: var(--tag-bg);
  color: var(--brand-light);
  border-radius: var(--radius-full);
  border: 1px solid var(--tag-border);
}

.skill-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}



.skill-bar-header {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.skill-bar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  height: 5px;
  overflow: hidden;
}

.skill-bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.roadmap-visual {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.roadmap-step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.roadmap-node {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-glass);
  border: 2px solid var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.roadmap-step.completed .roadmap-node {
  background: var(--brand);
}

.active-node {
  background: var(--brand) !important;
  position: relative;
}

.node-pulse {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--node-pulse-color);
  animation: pulse 2s infinite;
}

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

  100% {
    transform: scale(2);
    opacity: 0
  }
}

.upcoming-node {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: var(--border) !important;
}

.roadmap-content {
  display: flex;
  flex-direction: column;
}

.roadmap-step-title {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
}

.roadmap-step-status {
  font-size: 9px;
  color: var(--text-muted);
  white-space: nowrap;
}

.completed-text {
  color: var(--green) !important;
}

.active-text {
  color: var(--brand-light) !important;
}

.upcoming-text {
  color: var(--text-muted) !important;
}

.roadmap-connector {
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, var(--brand), var(--border));
  flex-shrink: 0;
}

/* Floating badges */
.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
  min-width: 200px;
}

.badge-icon {
  font-size: 20px;
}

.badge-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
}

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

.badge-ai {
  bottom: 40px;
  left: -20px;
  animation: float1 4s ease-in-out infinite;
}

.badge-skill {
  top: 80px;
  right: -20px;
  animation: float2 4s ease-in-out infinite 2s;
}

@keyframes float1 {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }
}

/* ======================================================
   TRUSTED BY
   ====================================================== */
.trusted-section {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.trusted-label {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 24px;
}

.trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.trusted-logo {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: -0.02em;
  transition: color var(--transition);
  opacity: 0.5;
  cursor: default;
}

.trusted-logo:hover {
  color: var(--text-secondary);
  opacity: 0.8;
}

/* ======================================================
   SECTION COMMON
   ====================================================== */
.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--badge-bg);
  color: var(--brand-light);
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 1px solid var(--badge-border);
}

.section-title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.section-desc {
  font-size: 18px;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ======================================================
   FEATURES
   ====================================================== */
.features-section {
  padding: 120px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  transition: all var(--transition-md);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--accent-glass-md), var(--accent-glass));
  opacity: 0;
  transition: opacity var(--transition-md);
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
}

.feature-card::after {
  content: '';
  position: absolute;
  inset: 1px;
  background: var(--bg-card);
  border-radius: calc(var(--radius-xl) - 1px);
  z-index: 1;
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--shadow-lg), var(--shadow-glow-sm);
}

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

.feature-card>* {
  position: relative;
  z-index: 2;
}

.feature-card-large {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.feature-card-right {
  direction: rtl;
}

.feature-card-right>* {
  direction: ltr;
}

.feature-icon {
  width: 52px;
  height: 52px;
  background: var(--accent-glass);
  border: 1px solid var(--accent-glass-md);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-light);
  margin-bottom: 20px;
  transition: all var(--transition-md);
}

.feature-card:hover .feature-icon {
  background: var(--feature-icon-hover-bg);
  box-shadow: 0 0 20px var(--feature-icon-hover-glow);
}

.feature-icon-cyan {
  background: var(--accent-glass);
  border-color: var(--badge-border);
  color: var(--brand-light);
}

.feature-icon-purple {
  background: var(--accent-glass);
  border-color: var(--badge-border);
  color: var(--brand);
}

.feature-icon-green {
  background: rgba(134, 239, 172, 0.10);
  border-color: rgba(134, 239, 172, 0.20);
  color: var(--green);
}

.feature-icon-orange {
  background: rgba(251, 191, 36, 0.10);
  border-color: rgba(251, 191, 36, 0.20);
  color: var(--orange);
}

.feature-icon-pink {
  background: var(--accent-glass);
  border-color: var(--badge-border);
  color: var(--pink);
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-list li {
  font-size: 13px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gradient-brand);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Assessment Visual */
.feature-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.assessment-visual {
  padding: 20px 0;
}

.assessment-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 120px;
}

.chart-bar {
  width: 36px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6px;
  animation: barGrow 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
  position: relative;
  overflow: visible;
}

.chart-bar span {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.7);
  writing-mode: horizontal-tb;
  white-space: nowrap;
}

@keyframes barGrow {
  from {
    transform: scaleY(0);
    transform-origin: bottom
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom
  }
}

/* Skill Gap mini */
.feature-mini-visual {
  margin-top: 12px;
}


.gap-label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.gap-track {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-full);
  height: 8px;
  gap: 4px;
  padding: 0 4px;
}

.gap-current {
  height: 4px;
  background: var(--gradient-brand);
  border-radius: var(--radius-full);
}

.gap-arrow {
  font-size: 10px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.gap-target {
  flex: 1;
  height: 4px;
  background: rgba(198, 198, 201, 0.25);
  border: 1px dashed rgba(198, 198, 201, 0.45);
  border-radius: var(--radius-full);
}

/* Chat preview */
.chat-preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.chat-msg {
  font-size: 11px;
  padding: 8px 12px;
  border-radius: 10px;
  line-height: 1.5;
  max-width: 90%;
}

.ai-msg {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-secondary);
  border-radius: 10px 10px 10px 2px;
}

.user-msg {
  background: var(--user-msg-bg);
  color: var(--brand-light);
  align-self: flex-end;
  border-radius: 10px 10px 2px 10px;
}

/* Resume score mini */
.resume-score-mini {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.resume-score-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: conic-gradient(var(--brand) 87%, var(--bg-glass) 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.resume-score-circle::before {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--bg-card);
  border-radius: 50%;
}

.score-value,
.score-label {
  position: relative;
  z-index: 1;
}

.score-value {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}

.score-label {
  font-size: 8px;
  color: var(--text-muted);
}

.resume-score-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rs-bar {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rs-bar span {
  font-size: 9px;
  color: var(--text-muted);
}

.rs-fill {
  height: 4px;
  background: var(--gradient-brand);
  border-radius: 2px;
}

/* Job matches mini */
.job-matches-mini {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.job-match-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid var(--border);
}

.job-match-logo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}

.g-logo {
  background: var(--logo-a);
}

.m-logo {
  background: var(--logo-b);
}

.job-match-info {
  display: flex;
  flex-direction: column;
}

.job-match-info span:first-child {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-primary);
}

.job-match-info span:last-child {
  font-size: 10px;
  color: var(--green);
}

/* Roadmap mini visual */
.roadmap-mini-visual {
  justify-content: flex-start;
}

.mini-roadmap {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.mini-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
  padding: 4px 0;
}

.mini-step.done {
  color: var(--text-secondary);
}

.mini-step.in-progress {
  color: var(--brand-light);
}

.mini-node {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  transition: all var(--transition);
}

.mini-step.done .mini-node {
  border-color: var(--green);
  background: var(--green);
}

.mini-step.in-progress .mini-node {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 0 10px var(--mini-node-glow);
}

.mini-line {
  width: 2px;
  height: 14px;
  background: var(--border);
  margin-left: 6px;
}

/* ======================================================
   HOW IT WORKS
   ====================================================== */
.how-it-works {
  padding: 120px 0;
  background: var(--bg-secondary);
}

.steps-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.steps-line {
  position: absolute;
  top: 24px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: var(--gradient-brand);
  z-index: 0;
  opacity: 0.3;
}

.step-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: var(--on-brand);
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px var(--step-number-glow);
  letter-spacing: -0.03em;
}

.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 24px 20px;
  transition: all var(--transition-md);
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: var(--step-card-hover-border);
  box-shadow: var(--shadow-md), var(--shadow-glow-sm);
}

.step-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--accent-glass);
  border: 1px solid var(--badge-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-light);
  margin: 0 auto 16px;
}

.step-icon-purple {
  background: var(--accent-glass);
  border-color: var(--badge-border);
  color: var(--brand);
}

.step-icon-cyan {
  background: var(--accent-glass);
  border-color: var(--badge-border);
  color: var(--brand-light);
}

.step-icon-green {
  background: rgba(134, 239, 172, 0.10);
  border-color: rgba(134, 239, 172, 0.20);
  color: var(--green);
}

.step-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.step-desc {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

.step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.step-tag {
  font-size: 10px;
  padding: 3px 9px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--text-muted);
  font-weight: 500;
}

/* ======================================================
   TESTIMONIALS
   ====================================================== */
.testimonials-section {
  padding: 120px 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  transition: all var(--transition-md);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-card:hover {
  border-color: var(--step-card-hover-border);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md), var(--shadow-glow-sm);
}

.featured-testimonial {
  grid-column: span 2;
  background: var(--featured-card-bg);
  border-color: var(--featured-card-border);
}

.testimonial-stars {
  color: #ffb3b0;
  font-size: 14px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
}

.featured-testimonial .testimonial-text {
  font-size: 16px;
  color: var(--text-primary);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.author-info {
  flex: 1;
}

.author-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
}

.author-role {
  font-size: 12px;
  color: var(--text-muted);
}

.testimonial-metric {
  background: var(--metric-bg);
  color: var(--brand-light);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  border: 1px solid var(--metric-border);
  white-space: nowrap;
}

/* ======================================================
   PRICING
   ====================================================== */
.pricing-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.pricing-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pricing-orb {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pricing-orb-color), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pricing-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 56px;
}

.toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}

.toggle-badge {
  background: var(--toggle-badge-bg);
  color: var(--brand-light);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  margin-left: 4px;
}

.pricing-toggle {
  width: 44px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  position: relative;
  transition: all var(--transition-md);
}

.pricing-toggle.active {
  background: var(--brand);
  border-color: var(--brand);
}

.toggle-thumb {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all var(--transition-md);
  box-shadow: var(--shadow-sm);
}

.pricing-toggle.active .toggle-thumb {
  transform: translateX(20px);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  transition: all var(--transition-md);
  position: relative;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.plan-popular {
  background: var(--popular-card-bg);
  border-color: var(--popular-card-border);
  transform: scale(1.03);
  box-shadow: var(--shadow-lg), var(--shadow-glow-sm);
}

.plan-popular:hover {
  transform: scale(1.03) translateY(-4px);
}

.plan-popular-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--gradient-brand);
  color: #dfe3e7;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  letter-spacing: 0.03em;
}

.plan-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 8px;
}

.price-currency {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-secondary);
}

.price-amount {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--text-primary);
  transition: all var(--transition-md);
}

.price-period {
  font-size: 14px;
  color: var(--text-muted);
  align-self: flex-end;
  margin-bottom: 8px;
}

.plan-desc {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.6;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.plan-features li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-yes {
  color: var(--text-secondary);
}

.feature-no {
  color: var(--text-muted);
  opacity: 0.5;
}

.feature-yes::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
}

.feature-no::before {
  content: '–';
  color: var(--text-muted);
}

.plan-cta {
  display: block;
  text-align: center;
  padding: 13px;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition-md);
}

.plan-cta-primary {
  background: var(--gradient-brand);
  color: var(--on-brand);
  font-weight: 700;
  box-shadow: 0 4px 20px var(--plan-cta-glow);
}

.plan-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--plan-cta-glow-hover);
}

.plan-cta-outline {
  border: 1px solid var(--border-strong);
  color: var(--text-primary);
}

.plan-cta-outline:hover {
  background: var(--bg-glass);
  border-color: var(--brand-light);
}

.pricing-note {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ======================================================
   FAQ
   ====================================================== */
.faq-section {
  padding: 120px 0;
  background: var(--bg-secondary);
}

.faq-container {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}

.faq-item.open {
  border-color: var(--step-card-hover-border);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  transition: all var(--transition);
}

.faq-question span {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: all var(--transition-md);
}

.faq-item.open .faq-icon {
  background: var(--faq-open-bg);
  border-color: var(--faq-open-border);
  color: var(--brand-light);
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.open .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ======================================================
   CTA BANNER
   ====================================================== */
.cta-banner {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.cta-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--cta-orb-1-color), transparent);
  top: -100px;
  left: -100px;
}

.cta-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--cta-orb-2-color), transparent);
  bottom: -100px;
  right: -100px;
}

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

.cta-title {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cta-desc {
  font-size: 18px;
  color: var(--text-secondary);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}

/* ======================================================
   FOOTER
   ====================================================== */
.footer {
  padding: 80px 0 40px;
  border-top: 1px solid var(--border);
  background: var(--bg-secondary);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 64px;
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-tagline {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 280px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--bg-glass);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all var(--transition);
}

.social-link:hover {
  color: var(--text-primary);
  background: var(--bg-glass-hover);
  border-color: var(--border-strong);
}

.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 14px;
  color: var(--text-muted);
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--text-primary);
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 13px;
  color: var(--text-muted);
}

.footer-bottom-right {
  font-size: 13px;
  color: var(--text-muted);
}

/* ======================================================
   SCROLL TO TOP
   ====================================================== */
.scroll-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: var(--on-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px var(--scroll-top-glow);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all var(--transition-md);
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px var(--scroll-top-glow-hover);
}

/* ======================================================
   SCROLL ANIMATIONS (Intersection Observer)
   ====================================================== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.delay-1 {
  transition-delay: 0.1s;
}

.animate-on-scroll.delay-2 {
  transition-delay: 0.2s;
}

.animate-on-scroll.delay-3 {
  transition-delay: 0.3s;
}

.animate-on-scroll.delay-4 {
  transition-delay: 0.4s;
}

.animate-on-scroll.delay-5 {
  transition-delay: 0.5s;
}

/* ======================================================
   RESPONSIVE
   ====================================================== */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card-large {
    grid-column: span 2;
  }

  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured-testimonial {
    grid-column: span 2;
  }

  .steps-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-line {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .nav-actions .btn-ghost,
  .nav-actions .btn-primary {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero {
    padding-top: calc(var(--nav-height) + 40px);
    padding-bottom: 60px;
  }

  .hero-stats {
    gap: 0;
  }

  .stat-item {
    padding: 0 16px;
  }

  .stat-number {
    font-size: 24px;
  }

  .hero-mockup {
    margin-top: 48px;
  }

  .mockup-sidebar {
    display: none;
  }

  .mockup-main {
    grid-template-columns: 1fr;
  }

  .career-match-card,
  .skill-card,
  .roadmap-card {
    grid-column: 1;
  }

  .floating-badge {
    display: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-large {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .feature-card-right {
    direction: ltr;
  }

  .steps-container {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .featured-testimonial {
    grid-column: span 1;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .plan-popular {
    transform: none;
  }

  .plan-popular:hover {
    transform: translateY(-4px);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .footer-brand {
    grid-column: span 2;
  }

  .section-title {
    font-size: 28px;
  }

  .section-desc {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 36px;
  }

  .hero-subheadline {
    font-size: 15px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta a {
    justify-content: center;
  }

  .hero-stats {
    gap: 0;
  }

  .stat-item {
    padding: 0 8px;
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-unit {
    font-size: 18px;
  }

  .features-section,
  .how-it-works,
  .testimonials-section,
  .pricing-section,
  .faq-section,
  .cta-banner {
    padding: 80px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: span 1;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .scroll-top {
    bottom: 16px;
    right: 16px;
  }
}

/* ======================================================
   LIGHT MODE ADJUSTMENTS
   ====================================================== */
[data-theme="light"] .hero-orb {
  opacity: 0.7;
}

[data-theme="light"] .grid-overlay {
  background-image:
    linear-gradient(var(--grid-line-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-color) 1px, transparent 1px);
}

[data-theme="light"] .mockup-window {
  box-shadow: var(--shadow-xl), 0 0 0 1px var(--mockup-ring-glow);
}

[data-theme="light"] .mockup-sidebar {
  background: rgba(0, 0, 0, 0.02);
}

[data-theme="light"] .mockup-card {
  background: rgba(0, 0, 0, 0.015);
}

[data-theme="light"] .ai-msg {
  background: rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .user-msg {
  background: var(--user-msg-bg);
}

[data-theme="light"] .resume-score-circle::before {
  background: var(--bg-card);
}

[data-theme="light"] .trusted-logo {
  color: var(--text-secondary);
}

/* Particle canvas */
#particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
