
:root{
  --bg:#07100f;
  --text:#f4f7f6;
  --muted:#a9b8b3;
  --line:rgba(255,255,255,.08);
  --accent:#59f0b5;
  --accent-2:#7ae7ff;
  --gold:#d8c27c;
  --shadow:0 24px 60px rgba(0,0,0,.35);
  --radius:28px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:
    radial-gradient(circle at 82% 0%, rgba(89,240,181,.16), transparent 25%),
    radial-gradient(circle at 10% 10%, rgba(122,231,255,.10), transparent 22%),
    linear-gradient(180deg, #07100f 0%, #091514 100%);
  color:var(--text);
}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 40px), var(--max));margin:0 auto}
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(7,16,15,.72);
  border-bottom:1px solid var(--line);
}
.nav{
  min-height:80px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand{display:flex; flex-direction:column; gap:5px}
.brand-kicker{
  font-size:11px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#9feccf;
}
.brand-name{font-size:16px;font-weight:700}
.nav-links{display:flex; gap:26px; color:var(--muted); font-size:14px}
.nav-links a:hover,.footer-links a:hover{color:var(--text)}
.button{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:18px; padding:14px 20px; font-weight:700; font-size:14px;
  transition:.2s ease; border:1px solid transparent;
}
.button:hover{transform:translateY(-1px)}
.button-solid{background:#ffffff; color:#08110f}
.button-outline{border-color:rgba(89,240,181,.28); background:rgba(89,240,181,.08); color:#dbfff1}
.button-ghost{border-color:var(--line); background:rgba(255,255,255,.04); color:var(--text)}
.full{width:100%}
.hero{padding:76px 0 54px}
.hero-grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:42px; align-items:start;
}
.eyebrow{
  display:inline-flex; padding:10px 14px; border:1px solid var(--line);
  border-radius:999px; background:rgba(255,255,255,.03);
  font-size:11px; letter-spacing:.22em; text-transform:uppercase; color:#c9d4d0;
}
h1{
  font-size:62px; line-height:1.03; letter-spacing:-.04em;
  margin:18px 0 18px; max-width:900px;
}
.hero-text,.section-intro p,.positioning p,.promise p,.contact-card,.info-card p,.step-card p,.stat-card p{
  color:var(--muted); line-height:1.8;
}
.hero-text{font-size:18px; max-width:760px}
.cta-row{display:flex; gap:14px; margin:30px 0 34px; flex-wrap:wrap}
.stat-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:16px}
.stat-card,.info-card,.step-card,.pill-card,.contact-card,.promise,.panel,.certificate-frame,.callout-card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  box-shadow:var(--shadow);
}
.stat-card,.info-card,.step-card,.pill-card,.contact-card,.promise,.certificate-frame,.callout-card{
  border-radius:var(--radius);
}
.stat-card{padding:22px}
.stat-card h3,.info-card h3,.step-card h3,.contact-card h3,.promise h3,.certificate-frame h3{margin:0 0 10px}
.stat-card h3{font-size:22px}
.hero-panel .panel{padding:22px; border-radius:34px; background:rgba(255,255,255,.05)}
.panel-head,.cert-top{display:flex; justify-content:space-between; align-items:flex-start; gap:20px}
.panel-kicker,.section-kicker,.promise span{
  font-size:12px; letter-spacing:.24em; text-transform:uppercase; color:#9feccf;
}
.panel-head h2,.cert-top h3,.callout h2{margin:10px 0 0; font-size:28px}
.chip{
  border:1px solid rgba(89,240,181,.28);
  color:#dbfff1; background:rgba(89,240,181,.08);
  border-radius:999px; padding:8px 12px; font-size:12px; font-weight:700;
}
.chip-gold{
  border-color:rgba(216,194,124,.35);
  color:#f4e7b2;
  background:rgba(216,194,124,.08);
}
.metric-list{display:grid; gap:12px; margin:26px 0}
.metric-row{
  display:flex; justify-content:space-between; gap:20px; align-items:center;
  padding:16px 18px; border-radius:20px; border:1px solid var(--line); background:rgba(0,0,0,.16);
}
.metric-row span{color:var(--muted); font-size:14px}
.metric-row strong{font-size:14px}
.metric-row .accent{color:var(--accent)}
.note-card,.cert-statement,.statement{
  border-radius:24px; padding:18px; background:linear-gradient(135deg, rgba(89,240,181,.12), rgba(122,231,255,.08));
  border:1px solid var(--line);
}
.note-card span,.cert-statement span{display:block; font-size:14px; font-weight:700; color:#dffef4; margin-bottom:8px}
.note-card p,.cert-statement p,.statement p{margin:0; color:#d4dfdb; line-height:1.7}
.section{padding:90px 0}
.section-alt{background:rgba(255,255,255,.03); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.section-intro{max-width:780px; margin-bottom:34px}
.section-intro.left{margin-bottom:0}
.section-intro h2,.positioning h2,.callout h2{margin:10px 0 14px; font-size:42px; line-height:1.08; letter-spacing:-.03em}
.card-grid{display:grid; gap:18px}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.card-grid.four{grid-template-columns:repeat(4,1fr)}
.info-card,.step-card{padding:28px}
.step-no{font-size:13px; color:var(--accent-2); font-weight:700; letter-spacing:.18em}
.split{display:grid; grid-template-columns:.95fr 1.05fr; gap:28px; align-items:start}
.pill-grid,.audience-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
.pill-card{padding:22px; line-height:1.6}
.cert-list{margin-top:24px}
.certificate-frame{padding:24px; background:rgba(8,14,14,.76)}
.cert-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:24px 0}
.cert-cell{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  padding:16px;
}
.cert-cell span{display:block; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted)}
.cert-cell strong{display:block; margin-top:10px; font-size:14px}
.cert-footer{
  display:grid; grid-template-columns:120px 1fr;
  gap:20px; align-items:end; margin-top:22px;
}
.seal-mark{
  width:110px; height:110px; border-radius:999px; border:2px solid rgba(216,194,124,.45);
  display:flex; align-items:center; justify-content:center; text-align:center; line-height:1.4;
  font-size:12px; font-weight:700; color:#f4e7b2;
  background:radial-gradient(circle, rgba(216,194,124,.12), transparent 60%);
}
.sign-line{
  border-top:1px solid rgba(255,255,255,.16);
  padding-top:12px;
  display:flex; flex-direction:column; gap:6px;
}
.sign-line span{color:var(--muted); font-size:13px}
.positioning,.callout{
  display:grid; grid-template-columns:1.15fr .85fr; gap:24px;
  padding:40px; border-radius:36px; border:1px solid var(--line);
  background:linear-gradient(135deg, rgba(89,240,181,.08), rgba(255,255,255,.04), rgba(122,231,255,.08));
}
.promise{padding:26px; background:rgba(6,11,11,.55)}
.callout-card{padding:26px; background:rgba(6,11,11,.55)}
.callout-label{font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--muted)}
.callout-step{
  margin-top:12px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  padding:16px;
  color:var(--muted);
  line-height:1.7;
}
.pilot-call-band{padding-top:0}
.section-contact{border-top:1px solid var(--line); background:rgba(255,255,255,.02)}
.contact-grid{display:grid; grid-template-columns:1fr .95fr; gap:28px; align-items:start}
.contact-card{padding:28px}
.contact-line{
  display:grid; gap:4px; padding:14px 0; border-bottom:1px solid var(--line);
}
.contact-line span{color:var(--muted); font-size:13px}
.lead-form{display:grid; gap:12px; margin-top:22px}
.lead-form input,.lead-form textarea{
  width:100%; border-radius:16px; border:1px solid var(--line); background:rgba(0,0,0,.14);
  color:var(--text); padding:14px 16px; font:inherit;
}
.lead-form input::placeholder,.lead-form textarea::placeholder{color:#93a6a0}
.footer{border-top:1px solid var(--line); padding:28px 0 40px}
.footer-row{display:flex; justify-content:space-between; gap:20px; align-items:center}
.footer-brand{font-weight:700}
.footer-copy{color:var(--muted); margin-top:4px}
.footer-links{display:flex; gap:20px; color:var(--muted); font-size:14px}

/* standalone certificate page */
.certificate-page{padding:32px}
.certificate-standalone{max-width:1200px;margin:0 auto}
.sheet{
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.top{
  padding:36px 40px 24px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
}
.badge{
  border:1px solid rgba(216,194,124,.35);
  color:#f4e7b2;
  background:rgba(216,194,124,.08);
  border-radius:999px;
  padding:10px 14px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.sub{
  color:var(--muted);
  line-height:1.75;
  font-size:15px;
  margin-top:16px;
  max-width:760px;
}
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:28px 40px 0;
}
.card{
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  background:rgba(255,255,255,.03);
}
.label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--muted);
}
.value{
  margin-top:10px;
  font-size:16px;
  font-weight:600;
}
.statement{
  margin:28px 40px 0;
  padding:24px;
}
.statement h2{
  margin:0 0 12px;
  font-size:14px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d7fff0;
}
.bottom{
  padding:28px 40px 40px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start;
}
.seal, .sign{
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.03);
  padding:22px;
}
.big-seal{margin-top:14px}
.line{
  margin-top:42px;
  border-top:1px solid rgba(255,255,255,.18);
  padding-top:10px;
  color:var(--muted);
  font-size:13px;
}
.cert-footer-standalone{
  padding:18px 40px 30px;
  border-top:1px solid var(--line);
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:13px;
}

@media (max-width: 1100px){
  h1{font-size:52px}
  .hero-grid,.positioning,.contact-grid,.split,.top,.bottom,.callout{grid-template-columns:1fr}
  .card-grid.four{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 840px){
  .nav{flex-wrap:wrap; padding:14px 0}
  .nav-links{order:3; width:100%; justify-content:flex-start; overflow:auto; padding-bottom:4px}
  h1{font-size:40px}
  .section-intro h2,.positioning h2,.cert-top h3,.callout h2{font-size:34px}
  .stat-grid,.card-grid.three,.pill-grid,.audience-grid,.grid,.cert-grid{grid-template-columns:1fr}
  .card-grid.four{grid-template-columns:1fr}
  .cta-row,.footer-row,.top,.cert-footer-standalone{flex-direction:column; align-items:flex-start}
  .cert-footer{grid-template-columns:1fr}
  .certificate-page{padding:16px}
  .top,.grid,.statement,.bottom,.cert-footer-standalone{padding-left:20px;padding-right:20px}
}
