:root {
  --bg: #eaf4fb;
  --card: #ffffff;
  --text: #132238;
  --muted: #5a6b7c;
  --brand: #475977;
  --accent: #efab3a;
  --accent-dark: #d89323;
  --success: #65c7a7;
  --border: #d7e2ec;
  --shadow: 0 10px 30px rgba(19,34,56,.10);
  --radius: 18px;
  --max: 1060px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eef6fb;
    color: var(--text);
}
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  padding: 22px 0;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(71,89,119,.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { font-size: 28px; font-weight: 800; letter-spacing: -.02em; color: var(--brand); }
.brand span { color: var(--accent); }
.nav-note { color: var(--muted); font-size: 20px; }
.hero, .step-shell, .results-shell { padding: 56px 0 72px; }
.panel {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(71,89,119,.10);
  box-shadow: var(--shadow);
  border-radius: 28px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  padding: 36px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(101,199,167,.18);
  color: #1f6d57;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0 0 14px; line-height: 1.08; }
h1 { font-size: clamp(36px, 5vw, 62px); letter-spacing: -.04em; }
h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -.03em; }
h3 { font-size: 22px; letter-spacing: -.02em; }
.lead { font-size: 20px; line-height: 1.6; color: var(--muted); margin: 0 0 22px; }
.subtle { color: var(--muted); line-height: 1.7; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 16px;
  border: 0;
  background: var(--accent);
  color: white;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(239,171,58,.28);
}
.btn:hover { background: var(--accent-dark); text-decoration: none; }
.btn.secondary {
  background: white;
  color: var(--brand);
  border: 1px solid var(--border);
  box-shadow: none;
}
.stack-card {
  background: linear-gradient(145deg, #fff 0%, #f4f8fc 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
}
.stack-card ul { margin: 16px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.quick-facts {
  display: grid; gap: 14px;
}
.fact {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px; background: white; border: 1px solid var(--border); border-radius: 18px;
}
.fact-badge {
  width: 42px; height: 42px; border-radius: 12px; background: rgba(71,89,119,.10);
  display: inline-flex; align-items: center; justify-content: center; font-size: 20px;
}
.step-layout { max-width: 880px; margin: 0 auto; }
.progress {
  height: 16px; background: #f1f4f7; border-radius: 999px; overflow: hidden; border: 1px solid #e6edf3;
}
.progress > span { display: block; height: 100%; background: linear-gradient(90deg, #65c7a7 0%, #83d3b8 100%); }
.progress-label { text-align: center; color: var(--muted); font-size: 14px; margin-top: 10px; }
.step-card { margin-top: 22px; padding: 30px; }
.step-title { text-align: center; margin-bottom: 10px; }
.step-intro { text-align: center; color: var(--muted); max-width: 720px; margin: 0 auto 28px; line-height: 1.7; }
.option-grid { display: grid; gap: 16px; }
.option-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.option-card {
  display: block; padding: 24px; border-radius: 20px; border: 1px solid var(--border); background: white;
  box-shadow: 0 6px 18px rgba(19,34,56,.06); min-height: 130px;
}
.option-card:hover { border-color: var(--brand); transform: translateY(-1px); text-decoration: none; }
.option-card strong { display: block; font-size: 23px; margin-top: 8px; color: var(--text); }
.option-card span { display: block; color: var(--muted); line-height: 1.6; margin-top: 8px; }
.option-list { display: grid; gap: 14px; }
.option-row {
  display: block; padding: 22px 22px; background: white; border: 1px solid var(--border); border-radius: 16px;
  color: var(--text); box-shadow: 0 6px 14px rgba(19,34,56,.05);
}
.option-row:hover { border-color: var(--brand); text-decoration: none; }
.option-row strong { font-size: 21px; display: block; margin-bottom: 6px; }
.option-row span { color: var(--muted); line-height: 1.55; }
.field-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 8px; }
label { font-weight: 700; }
input, select, textarea {
  width: 100%; min-height: 58px; border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px;
  font-size: 17px; color: var(--text); background: white;
}
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 14px; color: var(--muted); line-height: 1.6; }
.step-actions { display: flex; justify-content: space-between; gap: 16px; margin-top: 28px; }
.back-link { display: inline-flex; align-items: center; justify-content: center; min-width: 110px; }
.mini-note {
  margin-top: 16px; padding: 14px 16px; border-left: 4px solid var(--success); background: rgba(101,199,167,.10);
  color: #2b5f4e; border-radius: 12px;
}
.results-hero { text-align: center; max-width: 860px; margin: 0 auto 30px; }
.badge-row { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; background: rgba(71,89,119,.10); color: var(--brand); font-weight: 700; }
.results-grid { display: grid; gap: 18px; }
.result-card {
  display: grid; grid-template-columns: 1.1fr 1.5fr auto; gap: 18px; align-items: center;
  background: white; border: 1px solid var(--border); border-radius: 22px; padding: 24px;
  box-shadow: 0 10px 22px rgba(19,34,56,.06);
}
.result-logo {
  min-height: 112px; border-radius: 18px; background: linear-gradient(135deg, #f5f8fb 0%, #edf3f8 100%);
  border: 1px solid #e4ebf2; display: flex; align-items: center; justify-content: center; text-align: center; padding: 18px;
  font-size: 30px; font-weight: 800; color: var(--brand);
}
.result-logo.netgcs { background: linear-gradient(135deg, rgba(71,89,119,.12), rgba(239,171,58,.18)); color: #21314c; }
.result-copy ul { margin: 0; padding-left: 20px; line-height: 1.8; }
.result-copy p { margin: 0 0 10px; color: var(--muted); }
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px;
  font-weight: 700; font-size: 13px; letter-spacing: .02em;
}
.pill.partner { background: rgba(71,89,119,.10); color: var(--brand); }
.pill.addon { background: rgba(101,199,167,.16); color: #1c6a54; }
.cta-col { display: grid; gap: 10px; justify-items: end; }
.cta-col .btn { min-width: 210px; }
.next-steps {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 34px;
}
.next-step {
  background: white; border: 1px solid var(--border); border-radius: 22px; padding: 24px; text-align: center; box-shadow: 0 8px 18px rgba(19,34,56,.05);
}
.faq-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: 22px; margin-top: 38px; }
.faq-list, .faq-box { background: white; border: 1px solid var(--border); border-radius: 22px; padding: 26px; box-shadow: 0 8px 18px rgba(19,34,56,.05); }
.faq-item + .faq-item { border-top: 1px solid #ecf1f6; margin-top: 18px; padding-top: 18px; }
.faq-item h4 { margin: 0 0 10px; font-size: 22px; }
.faq-item p, .faq-box p, .faq-box li { color: var(--muted); line-height: 1.7; }
.faq-box ul { margin: 0; padding-left: 20px; }
.footer { padding: 32px 0 48px; color: var(--muted); font-size: 14px; }
@media (max-width: 920px) {
  .hero-grid, .faq-grid, .result-card { grid-template-columns: 1fr; }
  .option-grid.two, .next-steps, .field-grid { grid-template-columns: 1fr; }
  .cta-col { justify-items: stretch; }
  .cta-col .btn { min-width: 0; width: 100%; }
}
@media (max-width: 640px) {
  .hero-grid, .step-card { padding: 22px; }
  .step-actions { flex-direction: column-reverse; }
  .back-link, .step-actions .btn { width: 100%; }
  h1 { font-size: 38px; }
}





.advisor-microcopy {
    margin-top: 14px;
    text-align: center;
    font-size: 0.9rem;
    color: #6b7a89;
    line-height: 1.4;
}

    .advisor-microcopy span {
        display: block;
        margin-top: 4px;
        font-size: 0.85rem;
        color: #8a98a7;
    }