/* ============================================================
   LUMA1 — Workforce Readiness marketing site
   Static multi-page build. One stylesheet, no build step.
   Brand: deep royal-blue + coral CTA, rounded geometric type.
   ============================================================ */

/* ---- Tokens ---- */
:root {
  --ink:        #0C1230;   /* near-black navy (dark sections, headings on light) */
  --navy:       #141C57;   /* deep brand navy */
  --blue:       #2540C6;   /* royal/primary */
  --blue-bright:#3E5BE6;
  --blue-soft:  #EAEEFC;   /* tints */
  --accent:     #FF5A4D;   /* coral-red CTA */
  --accent-dark:#E8473B;
  --paper:      #FFFFFF;
  --mist:       #F5F7FD;   /* light section bg */
  --mist-2:     #EDF1FB;
  --line:       #E2E7F5;
  --line-dark:  rgba(255,255,255,.14);
  --fg:         #1B2240;   /* body text on light */
  --muted:      #5A6486;   /* secondary text on light */
  --muted-dark: #AEB7DA;   /* secondary text on dark */
  --ok:         #19B36B;

  --radius:     14px;
  --radius-lg:  22px;
  --radius-sm:  10px;
  --shadow-sm:  0 2px 8px rgba(16,24,64,.06);
  --shadow:     0 14px 40px rgba(16,24,64,.10);
  --shadow-lg:  0 30px 70px rgba(12,18,48,.22);

  --container:  1180px;
  --space:      clamp(64px, 8vw, 120px);

  --font:       'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-head:  'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--fg);
  background: var(--paper); line-height: 1.6; font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.1; margin: 0; font-weight: 700; letter-spacing: -0.02em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: var(--space) 0; }
.section-sm { padding: clamp(40px,5vw,64px) 0; }
.center { text-align: center; }
.mw-720 { max-width: 720px; margin-left: auto; margin-right: auto; }
.mw-640 { max-width: 640px; margin-left: auto; margin-right: auto; }

/* ---- Type scale ---- */
.eyebrow {
  font-family: var(--font); font-weight: 700; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--blue);
}
.eyebrow.on-dark { color: var(--blue-bright); }
.h1 { font-size: clamp(38px, 5.4vw, 62px); line-height: 1.04; }
.h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
.h3 { font-size: clamp(21px, 2.4vw, 26px); }
.lead { font-size: clamp(18px, 1.7vw, 21px); color: var(--muted); line-height: 1.55; }
.lead.on-dark { color: var(--muted-dark); }
.on-dark, .on-dark h1, .on-dark h2, .on-dark h3 { color: #fff; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 700; font-size: 16px; cursor: pointer;
  padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 8px 22px rgba(255,90,77,.32); }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-bright); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,.3); }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-lg { padding: 17px 32px; font-size: 17px; }
.btn-link { color: var(--blue); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.btn-link:hover { gap: 10px; }
.btn-link svg { width: 17px; height: 17px; transition: transform .15s ease; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12,18,48,.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-dark);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 72px; }
.logo { font-family: var(--font-head); font-weight: 800; font-size: 26px; letter-spacing: .02em; color: #fff; }
.logo span { color: var(--accent); }
.nav { display: flex; align-items: center; gap: 26px; margin-left: 12px; }
.nav a { color: #D6DBF2; font-weight: 600; font-size: 15px; }
.nav a:hover { color: #fff; }
.header-cta { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.header-cta .btn { padding: 11px 22px; font-size: 15px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---- Hero ---- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 600px at 75% -10%, rgba(62,91,230,.55), transparent 60%),
    linear-gradient(160deg, #16205C 0%, #1E2E8E 55%, #2540C6 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 26px 26px; opacity: .5; mask-image: linear-gradient(180deg, #000, transparent 70%);
}
.hero-inner { position: relative; z-index: 1; padding: clamp(60px,8vw,104px) 0 clamp(72px,9vw,120px); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px,5vw,72px); align-items: center; }
.hero h1 { color: #fff; margin: 18px 0 0; }
.hero h1 .hl { color: #FFD9D4; }
.hero .lead { margin-top: 20px; max-width: 38ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px 30px; margin-top: 36px; }
.hero-meta div { display: flex; align-items: center; gap: 9px; font-size: 14px; color: #D6DBF2; font-weight: 600; }
.hero-meta svg { width: 18px; height: 18px; color: #8FE3B8; }

/* hero visual card */
.hero-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg); padding: 22px; backdrop-filter: blur(6px);
  box-shadow: var(--shadow-lg);
}
.phone {
  background: #fff; border-radius: 18px; overflow: hidden; color: var(--fg);
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
.phone-top { background: var(--navy); color: #fff; padding: 14px 18px; display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; }
.phone-top .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.phone-body { padding: 18px; }
.phone-step { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); }
.phone-step:last-child { border-bottom: 0; }
.phone-step .ico { flex: none; width: 34px; height: 34px; border-radius: 9px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; }
.phone-step .ico svg { width: 18px; height: 18px; }
.phone-step.done .ico { background: #E2F7EC; color: var(--ok); }
.phone-step b { font-size: 15px; color: var(--ink); display: block; }
.phone-step small { color: var(--muted); font-size: 13px; }

/* ---- Trust bar ---- */
.trust { background: var(--ink); color: #fff; }
.trust-inner { padding: 26px 0; display: flex; align-items: center; justify-content: center; gap: clamp(20px,4vw,56px); flex-wrap: wrap; }
.trust-inner span { color: var(--muted-dark); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.trust-logos { display: flex; align-items: center; gap: clamp(20px,4vw,46px); flex-wrap: wrap; }
.trust-logos b { font-family: var(--font-head); font-weight: 800; font-size: 22px; color: rgba(255,255,255,.7); letter-spacing: .04em; }

/* ---- Section intro ---- */
.intro { max-width: 720px; }
.intro.center { margin: 0 auto; }
.intro .h2 { margin-top: 14px; }
.intro .lead { margin-top: 16px; }

/* ---- Pillars / cards grid ---- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column;
}
.card.link:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-soft); }
.card .ico {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--blue-soft); color: var(--blue); margin-bottom: 18px;
}
.card .ico svg { width: 24px; height: 24px; }
.card h3 { font-size: 20px; }
.card p { color: var(--muted); margin-top: 10px; font-size: 16px; }
.card .btn-link { margin-top: 16px; }
.card .tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }

/* ---- Feature rows (alternating) ---- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,6vw,80px); align-items: center; }
.feature-row + .feature-row { margin-top: clamp(56px,7vw,96px); }
.feature-row.flip .feature-media { order: -1; }
.feature-text .h3 { margin-top: 14px; }
.feature-text .lead { margin-top: 14px; font-size: 18px; }
.feature-list { margin-top: 22px; display: grid; gap: 12px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; color: var(--fg); }
.feature-list svg { flex: none; width: 22px; height: 22px; color: var(--ok); margin-top: 1px; }
.feature-media {
  background: linear-gradient(160deg, var(--mist), var(--mist-2));
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow-sm); min-height: 280px;
  display: flex; align-items: center; justify-content: center;
}

/* mock UI blocks for media areas */
.mock { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.mock-head { background: var(--navy); color: #fff; padding: 12px 16px; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.mock-head .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.mock-body { padding: 16px; display: grid; gap: 10px; }
.mock-line { display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--fg); }
.mock-line .pill { margin-left: auto; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.pill-ok { background: #E2F7EC; color: var(--ok); }
.pill-due { background: #FDE8E6; color: var(--accent-dark); }
.pill-wait { background: var(--blue-soft); color: var(--blue); }
.mock-line .ic { width: 28px; height: 28px; border-radius: 7px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; flex: none; }
.mock-line .ic svg { width: 16px; height: 16px; }

/* ---- Stats band ---- */
.stats { background: var(--ink); color: #fff; }
.stats .grid { gap: 16px; }
.stat { text-align: center; padding: 8px; }
.stat .n { font-family: var(--font-head); font-weight: 800; font-size: clamp(34px,4vw,48px); color: #fff; letter-spacing: -.02em; }
.stat .n span { color: var(--accent); }
.stat .l { color: var(--muted-dark); margin-top: 6px; font-size: 15px; }

/* ---- Quote ---- */
.quote-band { background: linear-gradient(160deg, var(--blue), var(--blue-bright)); color: #fff; }
.quote-band .container { text-align: center; }
.quote-band blockquote { font-family: var(--font-head); font-weight: 600; font-size: clamp(22px,3vw,32px); line-height: 1.3; max-width: 900px; margin: 0 auto; letter-spacing: -.01em; }
.quote-band .who { margin-top: 24px; font-weight: 700; }
.quote-band .who small { display: block; color: rgba(255,255,255,.78); font-weight: 500; margin-top: 2px; }

/* ---- Steps (how it works) ---- */
.steps { counter-reset: step; display: grid; gap: 22px; }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; position: relative; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-head); font-weight: 800; font-size: 15px; color: var(--accent); letter-spacing: .1em; }
.step h3 { font-size: 19px; margin-top: 12px; }
.step p { color: var(--muted); margin-top: 8px; font-size: 15px; }

/* ---- FAQ ---- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--blue); font-weight: 400; flex: none; }
.faq details[open] summary::after { content: "\2013"; }
.faq details[open] summary { color: var(--blue); }
.faq .faq-a { padding: 0 24px 22px; color: var(--muted); }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(160deg, #16205C, #2540C6); color: #fff; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 26px 26px; opacity: .5; }
.cta-band .container { position: relative; z-index: 1; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .lead { margin: 16px auto 0; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ---- Footer ---- */
.site-footer { background: var(--ink); color: #fff; padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .logo { margin-bottom: 14px; display: inline-block; }
.footer-brand p { color: var(--muted-dark); max-width: 30ch; font-size: 15px; }
.footer-col h4 { font-family: var(--font); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-dark); font-weight: 700; margin-bottom: 16px; }
.footer-col a { display: block; color: #CDD4F0; font-size: 15px; padding: 6px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted-dark); font-size: 14px; }

/* ---- Page hero (inner pages) ---- */
.page-hero { background: linear-gradient(160deg, #16205C 0%, #233AAE 100%); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 26px 26px; opacity: .5; mask-image: linear-gradient(180deg,#000,transparent 75%); }
.page-hero-inner { position: relative; z-index: 1; padding: clamp(52px,7vw,92px) 0; }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px,5vw,64px); align-items: center; }
.page-hero h1 { color: #fff; margin-top: 16px; }
.page-hero .lead { margin-top: 18px; max-width: 42ch; }
.breadcrumb { font-size: 13px; color: var(--muted-dark); font-weight: 600; }
.breadcrumb a:hover { color: #fff; }

/* ---- Misc ---- */
.kicker-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.kicker-row small { color: var(--muted-dark); font-size: 14px; }
.bg-mist { background: var(--mist); }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }
.badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; color: #fff; }
.badge svg { width: 15px; height: 15px; color: #FFD9D4; }

/* ---- Mobile nav panel ---- */
.mobile-menu { display: none; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .nav, .header-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .hero-grid, .page-hero-grid, .feature-row, .feature-row.flip .feature-media { grid-template-columns: 1fr; }
  .feature-row.flip .feature-media { order: 0; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-card { max-width: 420px; }
  .mobile-menu.open { display: block; background: var(--ink); border-bottom: 1px solid var(--line-dark); }
  .mobile-menu.open a { display: block; padding: 14px 24px; color: #D6DBF2; font-weight: 600; border-top: 1px solid var(--line-dark); }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust-inner { gap: 16px; }
  body { font-size: 16px; }
}
