:root {
  --navy: #0e1b2c;
  --navy-2: #16283f;
  --gold: #c9a24b;
  --gold-2: #e0bd63;
  --ink: #101820;
  --paper: #f7f5f0;
  --line: rgba(255, 255, 255, 0.12);
  --ok: #1c7a4a;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* Sticky call bar (mobile-first — this is the primary conversion) */
.callbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
}
.callbar .brand { display: inline-flex; align-items: center; }
.callbar .logo { height: 36px; width: auto; display: block; }
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--gold-2);
  font-weight: 700;
  text-decoration: none;
  padding: 8px 14px;
  border: 1.5px solid rgba(201, 162, 75, 0.55);
  border-radius: 999px;
  font-size: 15px;
  white-space: nowrap;
}
.btn-call:active { transform: translateY(1px); }
.btn-call:hover { border-color: var(--gold-2); }
.btn-call svg { width: 15px; height: 15px; fill: var(--gold-2); }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
  min-height: 78vh;
  padding: 0;
  background: var(--navy);
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  z-index: 0;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(10,18,30,0.97) 0%,
    rgba(10,18,30,0.86) 24%,
    rgba(10,18,30,0.45) 54%,
    rgba(10,18,30,0.12) 100%
  );
}
.hero .wrap { position: relative; z-index: 2; padding: 0 20px 40px; width: 100%; }
.wrap { max-width: 760px; margin: 0 auto; }
.eyebrow {
  display: inline-block;
  color: var(--gold-2);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
h1 {
  font-size: clamp(28px, 7vw, 44px);
  line-height: 1.08;
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.sub { font-size: clamp(16px, 4.4vw, 20px); color: #d7dee8; margin: 0 0 26px; max-width: 34ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-call-lg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: clamp(18px, 5vw, 22px);
  box-shadow: 0 3px 0 rgba(0,0,0,0.3);
}
.btn-call-lg svg { width: 22px; height: 22px; fill: currentColor; }
.cta-note { color: #aeb9c7; font-size: 14px; }

/* Trust strip */
.trust {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 760px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.trust .item {
  background: #fff;
  border: 1px solid rgba(16,24,32,0.08);
  border-radius: 12px;
  padding: 14px 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(14,27,44,0.06);
}
.trust .big { font-weight: 800; font-size: 18px; color: var(--navy); }
.trust .small { font-size: 12px; color: #5b6672; margin-top: 2px; }

/* Body */
.section { max-width: 760px; margin: 0 auto; padding: 34px 20px; }
.section h2 { font-size: clamp(22px, 5.4vw, 28px); margin: 0 0 14px; color: var(--navy); letter-spacing: -0.3px; }
.section p { margin: 0 0 14px; font-size: 17px; color: #33404d; }
.checks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; color: #24303c; }
.checks svg { width: 22px; height: 22px; flex: none; margin-top: 1px; fill: var(--ok); }

/* Floating jump-to-form button */
.fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(14, 27, 44, 0.4);
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.2s ease;
}
.fab svg { width: 27px; height: 27px; fill: currentColor; position: relative; z-index: 1; }
.fab:active { transform: scale(0.93); }
.fab.is-hidden { opacity: 0; pointer-events: none; transform: translateY(10px) scale(0.9); }
.fab::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(201, 162, 75, 0.55);
  animation: fab-pulse 2.6s ease-out infinite;
}
@keyframes fab-pulse {
  0% { box-shadow: 0 0 0 0 rgba(201, 162, 75, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(201, 162, 75, 0); }
  100% { box-shadow: 0 0 0 0 rgba(201, 162, 75, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .fab::after { animation: none; }
}

/* Video */
.video-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(14,27,44,0.16);
  background: var(--navy);
  max-width: 680px;
  margin: 8px auto 0;
}
.video-wrap wistia-player { display: block; }

/* Form card */
.form-card {
  background: #fff;
  border: 1px solid rgba(16,24,32,0.10);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(14,27,44,0.08);
}
.form-card h2 { margin-top: 0; }
.form-card .or { text-align: center; color: #7a8593; font-size: 14px; margin: 6px 0 18px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 14px; font-weight: 600; color: #2a3642; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #c8cfd8;
  border-radius: 10px;
  font-size: 16px; /* 16px prevents iOS zoom */
  font-family: inherit;
  background: #fff;
  color: var(--ink);
}
.field textarea { min-height: 88px; resize: vertical; }
.btn-submit {
  width: 100%;
  background: var(--navy);
  color: #fff;
  border: 0;
  padding: 16px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.btn-submit:disabled { opacity: 0.6; cursor: default; }
.form-note { font-size: 12px; color: #7a8593; margin-top: 12px; text-align: center; }
.form-status { margin-top: 14px; font-size: 15px; font-weight: 600; }
.form-status.ok { color: var(--ok); }
.form-status.err { color: #b23b3b; }

/* Multi-step qualifier */
.form-head { text-align: center; }
.form-eyebrow { display: block; color: var(--gold); font-weight: 800; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 6px; }
.steps { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px 0 26px; }
.step-dot { display: flex; flex-direction: column; align-items: center; gap: 7px; color: #9aa4b0; font-size: 11px; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; }
.step-dot .num { width: 32px; height: 32px; border-radius: 50%; background: #e6e9ee; color: #9aa4b0; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; transition: 0.2s; }
.step-dot.is-active .num, .step-dot.is-done .num { background: var(--gold); color: var(--ink); }
.step-dot.is-active { color: var(--navy); }
.step-bar { flex: 1; max-width: 64px; height: 2px; background: #e6e9ee; transition: 0.2s; }
.step-bar.is-done { background: var(--gold); }
.fstep[hidden] { display: none; }
.q { border: 0; padding: 0; margin: 0 0 20px; }
.q legend, .q-title { font-size: 16px; font-weight: 700; color: var(--navy); margin: 0 0 10px; padding: 0; }
.opts { display: flex; flex-wrap: wrap; gap: 8px; }
.opts label { flex: 1; min-width: 84px; position: relative; }
.opts input { position: absolute; opacity: 0; width: 0; height: 0; }
.opts span { display: block; text-align: center; padding: 12px 10px; border: 1.5px solid #c8cfd8; border-radius: 10px; font-size: 15px; font-weight: 600; color: #33404d; cursor: pointer; transition: 0.15s; }
.opts input:checked + span { border-color: var(--gold); background: rgba(201, 162, 75, 0.14); color: var(--navy); }
.opts input:focus-visible + span { outline: 2px solid var(--navy); outline-offset: 2px; }
.step-nav { display: flex; gap: 10px; margin-top: 4px; }
.btn-next { flex: 1; background: var(--gold); color: var(--ink); border: 0; padding: 15px; border-radius: 12px; font-size: 17px; font-weight: 800; cursor: pointer; }
.btn-back { background: transparent; color: #5b6672; border: 1.5px solid #c8cfd8; padding: 15px 18px; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 6px; font-size: 12px; color: #5b6672; line-height: 1.45; cursor: pointer; }
.consent input { margin-top: 2px; width: 18px; height: 18px; flex: none; }
.err-msg { color: #b23b3b; font-size: 13px; margin: 4px 0 10px; font-weight: 600; }
.err-msg[hidden] { display: none; }

/* Footer / disclaimer */
footer { background: var(--navy); color: #9fabbb; font-size: 12px; padding: 26px 20px 40px; }
footer .wrap { max-width: 760px; }
footer a { color: var(--gold-2); }
footer p { margin: 0 0 8px; }

@media (min-width: 700px) {
  .hero { min-height: 70vh; }
  .hero .wrap { padding: 0 20px 56px; }
}
@media (min-width: 1000px) {
  .hero { min-height: 62vh; }
}
