:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --white: #ffffff;
  --emerald: #6ee7b7;
  --emerald-strong: #34d399;
  --cyan: #67e8f9;
  --amber: #fcd34d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--slate-950);
  color: var(--white);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(2,6,23,.92);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; }
.brand { display: inline-flex; flex-direction: column; }
.brand-name { font-weight: 900; font-size: 20px; letter-spacing: -.03em; }
.brand-tagline { margin-top: 2px; font-size: 11px; text-transform: uppercase; letter-spacing: .28em; color: var(--slate-400); transition: color .2s ease; }
.brand:hover .brand-tagline { color: var(--emerald); }
.desktop-nav { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--slate-300); white-space: nowrap; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--emerald); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--emerald); color: var(--slate-950); padding: 12px 20px; font-size: 13px; font-weight: 900; white-space: nowrap; }
.header-cta:hover { background: #a7f3d0; }

.hero { position: relative; overflow: hidden; }
.orb { position: absolute; border-radius: 999px; filter: blur(120px); pointer-events: none; }
.orb-main { left: 50%; top: 0; transform: translateX(-50%); width: 680px; height: 680px; background: rgba(110,231,183,.20); }
.orb-cyan { right: 0; top: 130px; width: 520px; height: 520px; background: rgba(103,232,249,.10); }
.orb-amber { left: 0; bottom: 0; width: 420px; height: 420px; background: rgba(252,211,77,.10); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; }
.eyebrow { display: inline-flex; border: 1px solid rgba(110,231,183,.25); background: rgba(110,231,183,.10); color: #d1fae5; border-radius: 999px; padding: 10px 20px; font-size: 14px; font-weight: 700; }
h1 { margin: 24px 0 0; max-width: 900px; font-size: clamp(52px, 7vw, 92px); line-height: .95; letter-spacing: -.035em; font-weight: 900; }
.hero-lead { margin: 28px 0 0; max-width: 760px; font-size: 20px; line-height: 1.8; color: var(--slate-300); }
.button-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.button-row.centered { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 16px 28px; font-size: 14px; font-weight: 900; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--emerald); color: var(--slate-950); }
.btn-primary:hover { background: #a7f3d0; }
.btn-outline { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.05); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,.10); }
.btn-dark { background: var(--slate-950); color: var(--white); margin-top: 32px; }
.btn-dark:hover { background: var(--slate-800); }

.readiness-card-wrap { position: relative; }
.readiness-card-wrap::before { content: ""; position: absolute; inset: -12px; border-radius: 38px; background: linear-gradient(135deg, rgba(110,231,183,.25), rgba(255,255,255,.05), rgba(103,232,249,.20)); filter: blur(18px); }
.glow-card { position: relative; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.07); border-radius: 32px; padding: 28px; box-shadow: 0 25px 70px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.card-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 20px; margin-bottom: 28px; }
.mini-label { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--emerald); font-weight: 900; }
.card-header h2 { margin: 8px 0 0; font-size: 26px; line-height: 1.1; letter-spacing: -.02em; }
.pill { display: inline-flex; border-radius: 999px; background: var(--emerald); color: var(--slate-950); padding: 8px 16px; font-size: 13px; font-weight: 900; }
.question-list { display: grid; gap: 12px; }
.question-list div { display: flex; align-items: center; justify-content: space-between; border-radius: 18px; background: rgba(2,6,23,.55); padding: 16px 20px; color: var(--slate-200); }
.question-list span { color: var(--emerald); }
.insight-box { margin-top: 28px; border: 1px solid rgba(110,231,183,.2); background: rgba(110,231,183,.1); border-radius: 24px; padding: 20px; color: #d1fae5; font-size: 14px; line-height: 1.6; }

.stats-strip { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); border-radius: 24px; padding: 24px; }
.stat-card strong { display: block; color: var(--emerald); font-size: 28px; line-height: 1.1; font-weight: 900; letter-spacing: -.025em; }
.stat-card span { display: block; margin-top: 12px; color: var(--slate-300); font-size: 14px; line-height: 1.65; }

.program { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(135deg, var(--slate-900), var(--slate-950)); }
.program-orb { position: absolute; right: 0; top: 0; width: 420px; height: 420px; border-radius: 999px; background: rgba(110,231,183,.10); filter: blur(120px); }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; }
.two-col.top-align { align-items: start; }
.two-col.bottom-align { align-items: end; }
.two-col.center-align { align-items: center; }
.section-label { font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .32em; color: var(--emerald); }
.section-label.dark { color: var(--slate-500); }
h2 { margin: 16px 0 0; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.02; font-weight: 900; letter-spacing: -.03em; }
.program-copy p, .section-lead, .developers p, .experience p { color: var(--slate-300); font-size: 18px; line-height: 1.8; margin: 0; }
.program-copy p + p { margin-top: 24px; }
.tile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.tile-grid div { border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.05); border-radius: 18px; padding: 16px 18px; color: var(--slate-200); }
.impact-box { margin-top: 32px; border: 1px solid rgba(110,231,183,.20); background: rgba(110,231,183,.10); border-radius: 32px; padding: 28px; }
.impact-box strong { display: block; font-size: 56px; line-height: .95; color: var(--emerald); font-weight: 900; letter-spacing: -.025em; }
.impact-box span { display: block; margin-top: 8px; font-size: 18px; color: var(--white); font-weight: 800; }
.impact-box p { margin-top: 8px; color: var(--slate-300); font-size: 16px; }
.closing-line { margin-top: 32px !important; color: var(--slate-200) !important; font-size: 21px !important; line-height: 1.7 !important; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
.service-card span { display: block; font-size: 13px; font-weight: 900; letter-spacing: .25em; color: var(--emerald); }
.service-card h3 { margin: 22px 0 0; font-size: 26px; line-height: 1.05; letter-spacing: -.02em; }
.service-card p { margin: 20px 0 0; color: var(--slate-300); line-height: 1.75; }

.light-section { position: relative; overflow: hidden; background: var(--white); color: var(--slate-950); }
.light-orb { position: absolute; right: 0; top: 0; width: 384px; height: 384px; border-radius: 999px; background: #bbf7d0; filter: blur(100px); }
.developers .container { position: relative; }
.developers p { color: var(--slate-700); margin-top: 24px; }
.developer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.developer-grid div { border: 1px solid var(--slate-200); background: #f8fafc; border-radius: 24px; padding: 24px; color: var(--slate-950); font-weight: 900; font-size: 18px; line-height: 1.45; box-shadow: 0 4px 18px rgba(15,23,42,.06); }

.narrow-heading { max-width: 780px; }
.stack-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 48px; }
.stack-grid div { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.06); border-radius: 28px; padding: 24px; min-height: 190px; display: flex; flex-direction: column; }
.stack-grid span { color: var(--emerald); font-size: 13px; font-weight: 900; }
.stack-grid strong { display: block; margin-top: 34px; font-size: 24px; line-height: 1.1; letter-spacing: -.02em; }
.stack-grid i { display: block; height: 8px; border-radius: 999px; background: rgba(110,231,183,.8); margin-top: auto; }
.stack-copy { max-width: 860px; color: var(--slate-300); font-size: 18px; line-height: 1.8; margin-top: 40px; }

.muted-section { background: var(--slate-900); }
.check-list { display: grid; gap: 12px; margin-top: 32px; }
.check-list div { display: flex; align-items: flex-start; gap: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); border-radius: 20px; padding: 16px 20px; color: var(--slate-200); }
.check-list span { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 999px; background: var(--emerald); color: var(--slate-950); font-weight: 900; font-size: 14px; }


.experience h2 {
  margin-bottom: 28px;
}

.experience-list { display: grid; gap: 20px; }
.experience-list div { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); border-radius: 24px; padding: 28px; color: var(--slate-200); font-size: 18px; line-height: 1.8; }

.why h2 { max-width: 900px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.why-grid article { border: 1px solid var(--slate-200); background: #f8fafc; border-radius: 32px; padding: 32px; box-shadow: 0 4px 18px rgba(15,23,42,.06); }
.why-grid h3 { margin: 0; font-size: 26px; line-height: 1.1; letter-spacing: -.02em; }
.why-grid p { margin: 20px 0 0; color: var(--slate-700); line-height: 1.75; }

.contact { position: relative; overflow: hidden; background: var(--emerald); color: var(--slate-950); text-align: center; }
.contact-orb { position: absolute; left: 0; top: 0; width: 384px; height: 384px; border-radius: 999px; background: rgba(255,255,255,.4); filter: blur(100px); }
.contact-inner { position: relative; max-width: 900px; }
.contact-pill { display: inline-flex; border-radius: 999px; background: var(--slate-950); color: #d1fae5; padding: 10px 20px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .25em; }
.contact h2 { font-size: clamp(48px, 6vw, 82px); }
.contact p { max-width: 780px; margin: 24px auto 0; color: var(--slate-800); font-size: 21px; line-height: 1.75; }
.btn-contact { background: var(--slate-950); color: var(--white); padding: 18px 34px; }
.btn-contact:hover { background: var(--slate-800); }
.btn-contact-secondary { border: 1px solid rgba(2,6,23,.2); background: rgba(255,255,255,.4); color: var(--slate-950); padding: 18px 34px; }
.btn-contact-secondary:hover { background: rgba(255,255,255,.7); }

.site-footer { border-top: 1px solid rgba(255,255,255,.1); padding: 40px 0; color: var(--slate-400); }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; font-size: 14px; }
.footer-inner strong { display: block; color: var(--white); font-weight: 900; }
.footer-inner span { display: block; margin-top: 6px; }

.reveal { animation: rise .7s ease both; }
.delay-1 { animation-delay: .08s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-cta { display: none; }
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .stats-grid, .service-grid, .stack-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .section-pad { padding: 72px 0; }
  .header-inner { padding: 14px 0; }
  .brand-name { font-size: 18px; }
  .brand-tagline { font-size: 9px; letter-spacing: .22em; }
  h1 { font-size: 54px; }
  h2 { font-size: 40px; }
  .hero-lead, .contact p { font-size: 18px; }
  .stats-grid, .service-grid, .stack-grid, .why-grid, .tile-grid, .developer-grid { grid-template-columns: 1fr; }
  .glow-card { padding: 22px; border-radius: 26px; }
  .footer-inner { flex-direction: column; }
}
