:root {
  --be-blue: #0A3C66;
  --be-green: #138245;
  --be-teal: #1CA7B0;
  --be-gold: #E5A437;
  --be-navy: #0E1620;
  --be-navy-2: #121D29;
  --be-cream: #F4EFE6;
  --be-wash: #F3FBF6;
  --be-slate: #12202A;
  --be-card: #F5F7F8;
  --be-muted: #9FA9B3;
  --be-border: rgba(244, 239, 230, 0.14);
  --be-gold-border: rgba(229, 164, 55, 0.52);
  --be-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--be-cream);
  background: var(--be-navy);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, input { font: inherit; }
button { cursor: pointer; }

.be-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(28, 167, 176, 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(229, 164, 55, 0.14), transparent 24%),
    linear-gradient(180deg, #0B111A 0%, #0E1620 48%, #111923 100%);
  overflow: hidden;
}
.be-layout { width: min(1120px, calc(100% - 40px)); margin: 0 auto; position: relative; }
.be-narrow { width: min(820px, calc(100% - 40px)); }
.be-hero { min-height: 100vh; padding: 34px 0 72px; position: relative; display: flex; align-items: center; }
.be-orb { position: absolute; border-radius: 999px; filter: blur(18px); opacity: .5; pointer-events: none; }
.be-orb-a { width: 360px; height: 360px; background: rgba(10, 60, 102, .55); top: -110px; left: -140px; }
.be-orb-b { width: 260px; height: 260px; background: rgba(19, 130, 69, .22); right: -90px; bottom: 40px; }

.be-brand-row { display: flex; gap: 14px; align-items: center; margin-bottom: 72px; }
.be-mark { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(10, 60, 102, .88); border: 1px solid rgba(229,164,55,.34); color: white; font-family: Inter, sans-serif; font-weight: 800; letter-spacing: -.04em; box-shadow: 0 0 0 4px rgba(255,255,255,.03); }
.be-brand-name, .be-brand-sub { margin: 0; }
.be-brand-name { font-family: Inter, sans-serif; font-weight: 800; letter-spacing: -.03em; }
.be-brand-sub { color: var(--be-muted); font-size: 13px; }

.be-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.be-eyebrow { margin: 0 0 14px; color: var(--be-gold); text-transform: uppercase; letter-spacing: .13em; font: 700 12px/1.2 Inter, sans-serif; }
h1, h2 { font-family: Inter, sans-serif; margin: 0; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 780px; font-size: clamp(38px, 6.2vw, 68px); }
h2 { font-size: clamp(32px, 5vw, 52px); }
.be-lead, .be-question-help, .be-decision-card p, .be-result-card p { color: rgba(244,239,230,.78); font-size: 18px; line-height: 1.62; }
.be-lead { max-width: 680px; margin: 24px 0 28px; }
.be-proof-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.be-proof-strip span, .be-badge { border: 1px solid rgba(229, 164, 55, .42); background: rgba(229,164,55,.08); color: #F7D694; border-radius: 999px; padding: 8px 12px; font: 700 11px/1 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.be-muted { color: var(--be-muted); }

.be-button { min-height: 48px; border: 0; border-radius: 12px; padding: 14px 24px; font-family: Inter, sans-serif; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease; }
.be-button:disabled { opacity: .45; cursor: not-allowed; }
.be-button:not(:disabled):hover { transform: translateY(-1px); }
.be-button-primary { background: linear-gradient(180deg, #0D4777 0%, var(--be-blue) 100%); color: #fff; border: 1px solid rgba(229,164,55,.35); box-shadow: 0 16px 34px rgba(10,60,102,.32), inset 0 1px 0 rgba(255,255,255,.16); }
.be-button-primary:not(:disabled):hover { box-shadow: 0 18px 42px rgba(10,60,102,.42), 0 0 0 4px rgba(229,164,55,.10); border-color: rgba(229,164,55,.72); }
.be-button-secondary { background: rgba(244,239,230,.06); color: var(--be-cream); border: 1px solid var(--be-border); }
.be-button-wide { width: 100%; }
.be-disclaimer { color: rgba(244,239,230,.68); font-size: 13px; margin: 14px 0 0; }

.be-decision-card, .be-quiz-card, .be-result-card { background: linear-gradient(180deg, rgba(18,29,41,.94), rgba(10,16,24,.94)); border: 1px solid var(--be-border); border-radius: 18px; box-shadow: var(--be-shadow), inset 0 1px 0 rgba(255,255,255,.05); }
.be-decision-card { padding: 26px; }
.be-card-topline { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 22px; }
.be-axis-box { min-height: 290px; border: 1px solid rgba(244,239,230,.10); border-radius: 14px; padding: 20px; background: linear-gradient(135deg, rgba(10,60,102,.38), rgba(19,130,69,.10)); position: relative; }
.be-axis-y, .be-axis-x { position: absolute; color: rgba(244,239,230,.68); font: 800 12px Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.be-axis-y { transform: rotate(-90deg); left: -36px; top: 48%; }
.be-axis-x { left: 50%; bottom: 12px; transform: translateX(-50%); }
.be-quadrants { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; height: 236px; }
.be-quadrants span { border: 1px solid rgba(229,164,55,.16); border-radius: 12px; display: grid; place-items: center; text-align: center; color: rgba(244,239,230,.82); font-weight: 700; background: rgba(0,0,0,.14); padding: 12px; }

.is-hidden { display: none !important; }
.be-quiz-section, .be-optin-section, .be-result-section { min-height: 100vh; padding: 70px 0; display: flex; align-items: center; }
.be-quiz-layout { max-width: 900px; }
.be-progress-wrap { margin-bottom: 20px; }
.be-progress-meta { display: flex; justify-content: space-between; color: rgba(244,239,230,.7); font: 700 12px Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.be-progress-track { height: 8px; border-radius: 999px; background: rgba(244,239,230,.10); overflow: hidden; }
.be-progress-fill { height: 100%; width: 25%; border-radius: inherit; background: linear-gradient(90deg, var(--be-blue), var(--be-teal), var(--be-gold)); transition: width .25s ease; }
.be-quiz-card, .be-result-card { padding: clamp(26px, 5vw, 46px); }
.be-question-help { margin: 16px 0 28px; }
.be-options { display: grid; gap: 14px; }
.be-option { text-align: left; width: 100%; border-radius: 14px; padding: 18px 18px; background: rgba(244,239,230,.045); border: 1px solid rgba(244,239,230,.12); color: var(--be-cream); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.be-option:hover { border-color: rgba(229,164,55,.52); background: rgba(10,60,102,.22); transform: translateY(-1px); }
.be-option.is-selected { border-color: rgba(229,164,55,.86); background: linear-gradient(180deg, rgba(10,60,102,.44), rgba(18,29,41,.72)); box-shadow: 0 0 0 4px rgba(229,164,55,.08); }
.be-option strong { display: block; font-family: Inter, sans-serif; font-size: 17px; margin-bottom: 5px; }
.be-option span { color: rgba(244,239,230,.68); line-height: 1.45; }
.be-card-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; }

.be-form { display: grid; gap: 16px; margin-top: 26px; }
.be-form label span { display: block; margin-bottom: 8px; color: rgba(244,239,230,.78); font: 700 13px Inter, sans-serif; }
.be-form em { color: var(--be-muted); font-style: normal; font-weight: 500; }
.be-form input { width: 100%; min-height: 50px; border-radius: 12px; border: 1px solid rgba(244,239,230,.13); background: rgba(255,255,255,.055); color: #fff; padding: 0 14px; outline: none; }
.be-form input:focus { border-color: rgba(229,164,55,.72); box-shadow: 0 0 0 4px rgba(229,164,55,.08); }
.be-route-panel { margin: 26px 0; border: 1px solid rgba(229,164,55,.22); border-radius: 16px; padding: 18px; background: rgba(229,164,55,.06); }
.be-route-panel p { margin: 12px 0 0; }
.be-check-list { display: grid; gap: 10px; padding: 0; margin: 22px 0 30px; list-style: none; color: rgba(244,239,230,.82); }
.be-check-list li::before { content: "✓"; color: var(--be-gold); font-weight: 900; margin-right: 10px; }

@media (max-width: 820px) {
  .be-layout, .be-narrow { width: min(100% - 28px, 760px); }
  .be-hero { padding: 22px 0 44px; align-items: flex-start; }
  .be-brand-row { margin-bottom: 42px; }
  .be-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .be-decision-card { order: -1; }
  .be-axis-box { min-height: 220px; }
  .be-quadrants { height: 166px; }
  .be-axis-y, .be-axis-x { display: none; }
  .be-card-actions { flex-direction: column-reverse; }
  .be-button { width: 100%; }
}
