:root {
  --bg: #FFFFFF;
  --ink: #002048;
  --ink-soft: #6C7174;
  --line: #E2E5E8;
  --card: #FFFFFF;
  --navy: #002048;
  --navy-mid: #023B6D;
  --blue: #156BAF;
  --burgundy: #8B1E3F;
  --burgundy-deep: #5E1429;
  --silver: #6C7174;
  --white: #FFFFFF;
  --radius: 14px;
  --shadow: 0 10px 28px rgba(0, 32, 72, .06);
  --shadow-lg: 0 20px 48px rgba(0, 32, 72, .1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: "Barlow Condensed", "DM Sans", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.08;
  color: var(--ink);
  font-weight: 700;
}

.wrap { width: min(calc(100% - 32px), 1120px); margin-inline: auto; }

/* ——— Menu bar ——— */
.topbar {
  background: var(--silver);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #fff;
}

.brand img {
  height: 44px;
  width: auto;
  max-width: 160px;
  border-radius: 8px;
  background: #000;
  object-fit: contain;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-burgundy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: var(--burgundy);
  padding: 10px 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-burgundy:hover {
  background: var(--burgundy-deep);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(139, 30, 63, .28);
}

.btn-burgundy.lg {
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 800;
}

.nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  opacity: .92;
}

.nav-link:hover { opacity: 1; text-decoration: underline; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  background: transparent;
  border: 1.5px solid var(--line);
  padding: 10px 16px;
  border-radius: 10px;
  transition: border-color .2s ease, background .2s ease;
}

.btn-outline:hover {
  border-color: var(--silver);
  background: #F7F8F9;
}

.btn-outline.lg {
  padding: 14px 24px;
  font-size: 16px;
}

/* ——— Landing ——— */
body.landing { background: #FFFFFF; }

.lp-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) 1.08fr;
  min-height: calc(100vh - 68px);
  min-height: calc(100dvh - 68px);
  background: #fff;
  overflow: hidden;
}

.lp-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 56px);
  background: #fff;
  position: relative;
  z-index: 1;
}

.lp-hero-copy::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: var(--line);
}

.lp-hero-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: 18px;
  opacity: 0;
  animation: rise .7s ease .1s forwards;
}

.lp-hero h1 {
  font-size: clamp(40px, 5.6vw, 64px);
  text-transform: uppercase;
  margin-bottom: 18px;
  max-width: 11ch;
  color: var(--navy);
  opacity: 0;
  animation: rise .75s ease .2s forwards;
}

.lp-hero h1 em {
  font-style: normal;
  color: var(--navy-mid);
}

.lp-hero-lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--ink-soft);
  max-width: 34ch;
  margin-bottom: 28px;
  opacity: 0;
  animation: rise .75s ease .32s forwards;
}

.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  animation: rise .75s ease .44s forwards;
}

.lp-hero-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #1a1a1a;
}

.lp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.04);
  animation: heroKen 20s ease-in-out infinite alternate;
}

@keyframes heroKen {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.2%, 0, 0); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.lp-section {
  padding: 88px 0;
  background: #fff;
}

.lp-section.tone {
  background: #F7F8F9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lp-kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: 10px;
}

.lp-section h2 {
  font-size: clamp(32px, 4.2vw, 46px);
  text-transform: uppercase;
  margin-bottom: 12px;
  max-width: 18ch;
}

.lp-section .lead {
  color: var(--ink-soft);
  font-size: 17px;
  max-width: 48ch;
  margin-bottom: 36px;
}

.route-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.route-item {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
  transition: background .25s ease;
}

.route-item:last-child { border-right: none; }
.route-item:hover { background: #F7F8F9; }

.route-item span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: 8px;
}

.route-item h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.route-item p {
  font-size: 14.5px;
  color: var(--ink-soft);
}

.promise-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}

.promise-list {
  display: grid;
  gap: 22px;
}

.promise-list article {
  padding-left: 18px;
  border-left: 3px solid var(--silver);
}

.promise-list h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.promise-list p {
  color: var(--ink-soft);
  font-size: 15px;
}

.promise-panel {
  background: var(--navy);
  color: #fff;
  padding: 36px 32px;
  border-radius: 18px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.promise-panel h3 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.promise-panel p {
  color: rgba(255,255,255,.78);
  margin-bottom: 20px;
}

.lp-final {
  padding: 96px 0;
  text-align: center;
  background: #F7F8F9;
  border-top: 1px solid var(--line);
}

.lp-final h2 {
  font-size: clamp(34px, 4.5vw, 50px);
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--navy);
}

.lp-final p {
  color: var(--ink-soft);
  margin-bottom: 26px;
  font-size: 17px;
}

/* ——— Funnel ——— */
body.funnel { background: #FFFFFF; }

.funnel-hero {
  position: relative;
  color: var(--ink);
  overflow: hidden;
  padding: 48px 0 64px;
  background: #FFFFFF;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F7F8F9;
  border: 1px solid var(--line);
  padding: 7px 13px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--ink-soft);
}

.pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.15);
}

.funnel-hero h1 {
  font-size: clamp(32px, 4.4vw, 48px);
  color: var(--navy);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.funnel-hero h1 span { color: var(--navy-mid); }

.hero-lead {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 520px;
  margin-bottom: 22px;
}

.checks { display: grid; gap: 10px; margin-bottom: 28px; }
.checks div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}

.check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(34,197,94,.12);
  color: #16a34a;
  display: grid;
  place-items: center;
  font-size: 13px;
  flex-shrink: 0;
}

.hero-note { font-size: 13px; color: var(--ink-soft); }

.form-card {
  background: var(--card);
  color: var(--ink);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  scroll-margin-top: 84px;
}

.form-card-head {
  padding: 22px 24px 16px;
  border-bottom: 1px solid var(--line);
  background: #F7F8F9;
}

.form-card-head h2 { font-size: 26px; margin-bottom: 4px; text-transform: uppercase; }
.form-card-head p { font-size: 14px; color: var(--ink-soft); }
.form-body { padding: 18px 20px 8px; }

.its-form { display: grid; gap: 12px; }
.its-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.its-row-3 { grid-template-columns: 1.15fr 1fr 0.85fr; }
.its-field { display: flex; flex-direction: column; min-width: 0; }

.its-field label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6C7174;
  margin-bottom: 6px;
}

.its-field label .req { color: var(--navy); margin-left: 2px; }

.its-field input,
.its-field select {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid #D0D5DB;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  color: #002048;
  outline: none;
}

.its-field input::placeholder { color: #94a3b8; }
.its-field input:focus,
.its-field select:focus {
  border-color: var(--navy-mid);
  box-shadow: 0 0 0 3px rgba(2, 59, 109, 0.1);
}

.its-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236C7174' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.its-field.has-error input,
.its-field.has-error select { border-color: #dc2626; }

.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.form-error {
  display: none;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

.form-error.show { display: block; }

.btn-submit {
  width: 100%;
  padding: 15px;
  background: var(--burgundy);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-submit:hover:not(:disabled) {
  background: var(--burgundy-deep);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(139, 30, 63, 0.3);
}

.btn-submit:disabled { opacity: 0.7; cursor: not-allowed; }

.disclaimer {
  text-align: center;
  font-size: 12px;
  color: #6C7174;
  padding: 4px 20px 16px;
}

.disclaimer a { color: var(--navy-mid); text-decoration: underline; }

.stats {
  padding: 28px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
}
.stat h3 { font-size: 28px; color: var(--navy); }
.stat p { font-size: 13px; color: var(--ink-soft); font-weight: 600; }

section.block { padding: 64px 0; background: #fff; }
.center { text-align: center; max-width: 640px; margin: 0 auto 36px; }

.eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: 8px;
}

.center h2 { font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 10px; text-transform: uppercase; }
.center p { color: var(--ink-soft); }

.steps, .features, .faqs { display: grid; gap: 18px; }
.steps { grid-template-columns: repeat(3, 1fr); }
.features { grid-template-columns: repeat(3, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  font-family: "Barlow Condensed", sans-serif;
}

.card h3 { font-size: 18px; margin-bottom: 8px; text-transform: uppercase; }
.card p { font-size: 14.5px; color: var(--ink-soft); }
.feat-icon { font-size: 28px; margin-bottom: 12px; }
.why { background: #F7F8F9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

details.faq {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 4px 18px;
}

details.faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 14px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--silver); font-size: 20px; font-weight: 700; }
details.faq[open] summary::after { content: "–"; }
details.faq p { padding: 0 0 16px; color: var(--ink-soft); font-size: 15px; }

.bottom-cta {
  background: #F7F8F9;
  color: var(--ink);
  padding: 64px 0;
  text-align: center;
  border-top: 1px solid var(--line);
}

.bottom-cta h2 {
  color: var(--navy);
  font-size: clamp(26px, 3.4vw, 36px);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bottom-cta p { color: var(--ink-soft); margin-bottom: 22px; }

.btn {
  display: inline-block;
  background: var(--burgundy);
  color: #fff;
  font-weight: 800;
  padding: 14px 26px;
  border-radius: 12px;
  font-size: 16px;
  transition: background .2s ease, transform .2s ease;
}

.btn:hover { background: var(--burgundy-deep); transform: translateY(-1px); }

footer.site {
  background: var(--silver);
  color: rgba(255,255,255,.85);
  padding: 28px 0 40px;
  font-size: 13px;
}

.foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
}

footer.site a { color: #fff; text-decoration: underline; }

.sticky-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  background: var(--burgundy);
  color: #fff;
  text-align: center;
  font-weight: 800;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(139, 30, 63, .35);
}

@media (max-width: 900px) {
  .lp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .lp-hero-media {
    order: -1;
    min-height: 52vw;
    max-height: 420px;
  }
  .lp-hero-copy::after { display: none; }
  .lp-hero h1 { max-width: none; }
  .route-rail { grid-template-columns: 1fr 1fr; }
  .route-item:nth-child(2n) { border-right: none; }
  .route-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .promise-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .funnel-hero { padding: 32px 0 48px; }
  .stats-grid, .steps, .features { grid-template-columns: 1fr 1fr; }
  .brand span { display: none; }
}

@media (max-width: 560px) {
  .stats-grid, .steps, .features, .route-rail { grid-template-columns: 1fr; }
  .route-item { border-right: none; border-bottom: 1px solid var(--line); }
  .route-item:last-child { border-bottom: none; }
  .its-row, .its-row-3 { grid-template-columns: 1fr; }
  body.funnel { padding-bottom: 76px; }
  body.funnel .sticky-cta { display: block; }
  .form-card { scroll-margin-top: 72px; }
  .lp-cta-row { flex-direction: column; }
  .lp-cta-row a { text-align: center; width: 100%; }
  .topbar-actions .nav-link { display: none; }
}