:root {
  --navy: #0f172a;
  --navy-2: #172033;
  --navy-3: #243149;
  --orange: #f97316;
  --orange-dark: #c2410c;
  --white: #ffffff;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-400: #94a3b8;
  --slate-600: #475569;
  --slate-700: #334155;
  --success: #16a34a;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(15, 23, 42, .12);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, .btn { touch-action: manipulation; }
:focus-visible { outline: 3px solid #fb923c; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: white; color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-sm { padding: 58px 0; }
.section-alt { background: var(--slate-50); }
.section-dark { background: var(--navy); color: white; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .eyebrow, .hero .eyebrow { color: #fdba74; }
h1, h2, h3 { margin: 0 0 16px; font-weight: 850; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 18px; }
.lead { max-width: 720px; color: var(--slate-600); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.section-dark .lead, .hero .lead { color: #cbd5e1; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.kicker { color: var(--orange); }
.muted { color: var(--slate-600); }
.fine-print { color: var(--slate-600); font-size: .88rem; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(148, 163, 184, .2); background: rgba(15, 23, 42, .96); backdrop-filter: blur(14px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 154px; height: auto; border-radius: 4px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a { color: #e2e8f0; font-size: .95rem; font-weight: 700; text-decoration: none; }
.nav-links > a:hover, .nav-links > a[aria-current="page"] { color: #fdba74; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid #475569; border-radius: 10px; background: transparent; color: white; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 2px solid transparent; border-radius: 11px; background: var(--orange); color: #17100a; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); background: #fb923c; box-shadow: 0 10px 25px rgba(249, 115, 22, .25); }
.btn-small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.btn-secondary { border-color: #94a3b8; background: transparent; color: white; }
.btn-secondary:hover { border-color: white; background: rgba(255,255,255,.08); }
.btn-dark { background: var(--navy); color: white; }
.btn-dark:hover { background: var(--navy-2); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero { position: relative; overflow: hidden; padding: 92px 0 80px; background: var(--navy); color: white; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 45%, rgba(249,115,22,.09)), repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 80px); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: 70px; }
.hero h1 span { color: #fb923c; }
.hero-logo-wrap { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.055); box-shadow: 0 30px 70px rgba(0,0,0,.3); transform: rotate(1deg); }
.hero-logo-wrap::after { position: absolute; right: -18px; bottom: -18px; width: 110px; height: 7px; border-radius: 9px; background: var(--orange); content: ""; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #cbd5e1; font-size: .88rem; font-weight: 700; }
.trust-line span::before { margin-right: 7px; color: #fb923c; content: "✓"; }
.page-hero { padding: 72px 0 66px; background: var(--navy); color: white; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.45rem, 5vw, 4.2rem); }
.page-hero .lead { max-width: 760px; }

.stat-strip { border-bottom: 1px solid var(--slate-200); background: white; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 24px; border-right: 1px solid var(--slate-200); text-align: center; }
.stat:first-child { border-left: 1px solid var(--slate-200); }
.stat strong { display: block; color: var(--navy); font-size: 1.75rem; line-height: 1; }
.stat span { color: var(--slate-600); font-size: .88rem; font-weight: 650; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.card { padding: 28px; border: 1px solid var(--slate-200); border-radius: var(--radius); background: white; box-shadow: 0 8px 25px rgba(15,23,42,.05); }
.card-icon { display: grid; width: 46px; height: 46px; margin-bottom: 20px; place-items: center; border-radius: 12px; background: #fff1e8; color: var(--orange-dark); font-size: 1.25rem; font-weight: 900; }
.card p:last-child { margin-bottom: 0; }
.card-dark { border-color: #334155; background: var(--navy-2); color: white; box-shadow: none; }
.card-dark p { color: #cbd5e1; }
.check-list { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; }
.check-list li::before { position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 900; content: "✓"; }
.number-list { display: grid; gap: 14px; padding: 0; list-style: none; counter-reset: item; }
.number-list li { position: relative; padding: 18px 20px 18px 58px; border: 1px solid var(--slate-200); border-radius: 12px; counter-increment: item; }
.number-list li::before { position: absolute; top: 16px; left: 17px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 800; content: counter(item); }
.industry-panel { padding: 42px; border-radius: 24px; background: linear-gradient(135deg, var(--navy), #1e293b); color: white; box-shadow: var(--shadow); }
.industry-panel .metric { padding: 20px 0; border-bottom: 1px solid #334155; }
.industry-panel .metric:last-child { border: 0; }
.industry-panel strong { display: block; color: #fdba74; font-size: 1.5rem; }

.curriculum-list { display: grid; gap: 14px; }
.module { overflow: hidden; border: 1px solid var(--slate-200); border-radius: 14px; background: white; }
.module summary { display: flex; align-items: center; gap: 16px; padding: 21px 24px; cursor: pointer; font-weight: 820; list-style: none; }
.module summary::-webkit-details-marker { display: none; }
.module summary::after { margin-left: auto; color: var(--orange); font-size: 1.4rem; content: "+"; }
.module[open] summary::after { content: "−"; }
.module-number { min-width: 38px; color: var(--orange-dark); font-size: .78rem; letter-spacing: .08em; }
.module-body { padding: 0 24px 22px 78px; color: var(--slate-600); }

.pricing-grid { display: grid; max-width: 950px; margin: 42px auto 0; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.price-card { position: relative; padding: 38px; border: 2px solid var(--slate-200); border-radius: 22px; background: white; }
.price-card.featured { border-color: var(--orange); box-shadow: var(--shadow); }
.price-badge { position: absolute; top: -15px; right: 24px; padding: 5px 13px; border-radius: 999px; background: var(--orange); color: var(--navy); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.price { margin: 20px 0 8px; font-size: 3.2rem; font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.price small { font-size: 1rem; font-weight: 650; letter-spacing: 0; }
.price-card .btn { width: 100%; margin-top: 24px; }
.secure-note { margin-top: 14px; color: var(--slate-600); font-size: .82rem; text-align: center; }

.quote { position: relative; }
.quote::before { display: block; margin-bottom: 8px; color: var(--orange); font: 900 2.6rem Georgia, serif; line-height: .8; content: "“"; }
.quote footer { margin-top: 18px; color: var(--slate-600); font-size: .9rem; font-weight: 750; }
.disclosure { padding: 20px 0; border-bottom: 1px solid var(--slate-200); }
.disclosure summary { position: relative; padding-right: 34px; cursor: pointer; font-weight: 820; list-style: none; }
.disclosure summary::-webkit-details-marker { display: none; }
.disclosure summary::after { position: absolute; right: 4px; color: var(--orange-dark); content: "+"; }
.disclosure[open] summary::after { content: "−"; }
.disclosure p { margin: 14px 34px 0 0; color: var(--slate-600); }

.cta-band { overflow: hidden; position: relative; padding: 60px; border-radius: 26px; background: var(--navy); color: white; }
.cta-band::after { position: absolute; right: -60px; bottom: -110px; width: 260px; height: 260px; border: 44px solid rgba(249,115,22,.25); border-radius: 50%; content: ""; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { max-width: 760px; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; }
.form-card { padding: 34px; border: 1px solid var(--slate-200); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.field { margin-bottom: 20px; }
label { display: block; margin-bottom: 6px; font-weight: 780; }
input, textarea, select { width: 100%; border: 1px solid #94a3b8; border-radius: 10px; padding: 12px 14px; color: var(--navy); background: white; }
textarea { min-height: 150px; resize: vertical; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--success); font-weight: 750; }

.legal { max-width: 820px; }
.legal h2 { margin-top: 42px; font-size: 1.65rem; }
.legal h3 { margin-top: 28px; font-size: 1.15rem; }
.legal li { margin-bottom: 8px; }
.notice { padding: 18px 20px; border-left: 4px solid var(--orange); background: #fff7ed; color: var(--slate-700); }

.auth-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--slate-50); }
.auth-brand { display: flex; flex-direction: column; justify-content: center; padding: 8vw; background: var(--navy); color: white; }
.auth-brand img { width: min(440px, 100%); margin-bottom: 34px; border-radius: 8px; }
.auth-form-wrap { display: grid; padding: 36px; place-items: center; }
.auth-form { width: min(100%, 440px); }
.auth-form .btn { width: 100%; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--slate-600); font-weight: 700; text-decoration: none; }

.result-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: var(--navy); color: white; }
.result-card { width: min(100%, 680px); padding: 50px; border: 1px solid #334155; border-radius: 24px; background: var(--navy-2); text-align: center; }
.result-icon { display: grid; width: 72px; height: 72px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: rgba(249,115,22,.15); color: #fb923c; font-size: 2rem; font-weight: 900; }
.result-card .brand { justify-content: center; margin-bottom: 28px; }

.portal-body { background: var(--slate-100); }
.portal-header { background: var(--navy); color: white; }
.portal-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.portal-layout { display: grid; grid-template-columns: 240px 1fr; min-height: calc(100vh - 74px); }
.portal-sidebar { padding: 28px 20px; background: white; border-right: 1px solid var(--slate-200); }
.portal-menu { display: grid; gap: 7px; padding: 0; margin: 0; list-style: none; }
.portal-menu a { display: block; padding: 11px 13px; border-radius: 9px; color: var(--slate-700); font-weight: 720; text-decoration: none; }
.portal-menu a:hover, .portal-menu a.active { background: #fff1e8; color: var(--orange-dark); }
.portal-main { padding: 42px; min-width: 0; }
.progress-track { overflow: hidden; height: 12px; border-radius: 999px; background: var(--slate-200); }
.progress-value { width: 0; height: 100%; border-radius: inherit; background: var(--orange); transition: width .4s; }
.resource-list { display: grid; gap: 12px; }
.resource { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; border: 1px solid var(--slate-200); border-radius: 12px; background: white; }
.status-pill { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: #dcfce7; color: #166534; font-size: .78rem; font-weight: 800; }

.site-footer { padding: 62px 0 26px; background: #090f1d; color: #cbd5e1; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 46px; }
.footer-logo { width: 190px; margin-bottom: 18px; border-radius: 4px; }
.site-footer h2 { color: white; font-size: .86rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 9px; padding: 0; list-style: none; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fdba74; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid #263249; color: #94a3b8; font-size: .82rem; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; inset: 78px 0 auto; display: none; padding: 24px 20px 30px; background: var(--navy); box-shadow: 0 20px 30px rgba(0,0,0,.25); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 68px; }
  .hero-logo-wrap { width: min(100%, 560px); }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .portal-layout { grid-template-columns: 1fr; }
  .portal-sidebar { border-right: 0; border-bottom: 1px solid var(--slate-200); }
  .portal-menu { display: flex; overflow-x: auto; }
  .portal-menu li { flex: 0 0 auto; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .brand img { width: 132px; }
  .hero { padding: 58px 0; }
  .hero-grid { gap: 38px; }
  .grid-2, .grid-3, .grid-4, .pricing-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(odd) { border-left: 1px solid var(--slate-200); }
  .stat { border-bottom: 1px solid var(--slate-200); }
  .cta-band { padding: 38px 24px; }
  .price-card, .form-card { padding: 28px 22px; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-brand { padding: 42px 24px; }
  .auth-brand img { width: 240px; }
  .auth-form-wrap { padding: 42px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .portal-main { padding: 28px 16px; }
  .resource { align-items: flex-start; flex-direction: column; }
  .result-card { padding: 36px 22px; }
  .module-body { padding-left: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .site-header, .site-footer, .btn-row { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .page-hero { padding: 20px 0; background: white; color: black; }
}
