﻿/* ============================================================
   FEEDUCAREER FOUNDATION - FUTURISTIC MNC DESIGN v2.0
   Stripe. Vercel. Linear. Salesforce quality.
   Font: Space Grotesk + Inter
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

:root {
  --fc-dark:#020617;--fc-dark-2:#0f172a;--fc-dark-3:#1e293b;--fc-dark-4:#334155;
  --fc-slate:#475569;--fc-muted:#64748b;--fc-border:#e2e8f0;
  --fc-white:#ffffff;--fc-off:#f8fafc;--fc-off2:#f1f5f9;
  --fc-indigo:#4f46e5;--fc-indigo-dk:#3730a3;--fc-indigo-lt:#eef2ff;
  --fc-violet:#7c3aed;--fc-cyan:#22d3ee;--fc-coral:#f97316;
  --fc-amber:#f59e0b;--fc-green:#10b981;--fc-red:#ef4444;
  --fc-g1:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);
  --fc-g2:linear-gradient(135deg,#22d3ee 0%,#4f46e5 100%);
  --fc-g3:linear-gradient(135deg,#f97316 0%,#ef4444 100%);
  --fc-g-dark:linear-gradient(135deg,#020617 0%,#0f172a 100%);
  --fc-g-hero:linear-gradient(120deg,rgba(2,6,23,.92) 0%,rgba(79,70,229,.55) 100%);
  --s1:0 1px 3px rgba(0,0,0,.06);--s2:0 4px 16px rgba(0,0,0,.08);
  --s3:0 12px 40px rgba(0,0,0,.12);--s4:0 24px 64px rgba(0,0,0,.16);
  --glow:0 0 40px rgba(79,70,229,.35);
  --r1:8px;--r2:14px;--r3:20px;--r4:28px;--r5:40px;
  --tf:.18s cubic-bezier(.4,0,.2,1);--tm:.32s cubic-bezier(.4,0,.2,1);--ts:.55s cubic-bezier(.4,0,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter','Space Grotesk',sans-serif !important; color: #1e293b !important; background: #fff !important; -webkit-font-smoothing: antialiased !important; overflow-x: hidden !important; }
h1,h2,h3,h4,h5,h6 { font-family: 'Space Grotesk','Inter',sans-serif !important; font-weight: 700 !important; letter-spacing: -.025em !important; line-height: 1.12 !important; color: #020617 !important; }
a { text-decoration: none !important; }
::selection { background: rgba(79,70,229,.15); }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: #4f46e5; border-radius: 99px; }
