:root {
  --ink: #101415;
  --paper: #f4f3ed;
  --white: #ffffff;
  --muted: #5f6c70;
  --line: #d8ddd9;
  --green: #35c978;
  --orange: #ff9f1a;
  --cyan: #20b9d2;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--white); }
.skip-link:focus { top: 12px; }

.site-header {
  min-height: 68px;
  padding: 10px max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.site-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; }
.site-brand img { width: 42px; height: 42px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 6px; flex-wrap: wrap; }
.site-nav a { padding: 9px 11px; font-size: .88rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange); }
.site-nav .nav-action { background: var(--orange); color: var(--ink); border-radius: 5px; }

.hero {
  min-height: min(82svh, 760px);
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  color: var(--white);
  position: relative;
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(8, 12, 13, .62); }
.hero-copy { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 84px 0 72px; position: relative; }
.hero-copy > * { max-width: 720px; }
.eyebrow, .section-label { margin: 0 0 12px; color: var(--green); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .92; letter-spacing: 0; }
.hero .lead { margin: 24px 0 0; font-size: clamp(1.05rem, 2vw, 1.35rem); color: rgba(255,255,255,.84); }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 16px; border: 1px solid var(--ink); border-radius: 5px; font-weight: 850; text-decoration: none; }
.button.primary { background: var(--green); }
.button.secondary { background: var(--white); }
.hero .button.secondary { background: rgba(16,20,21,.76); color: var(--white); border-color: rgba(255,255,255,.34); }

.band { padding: clamp(64px, 9vw, 112px) 20px; }
.band.white { background: var(--white); }
.band.dark { background: var(--ink); color: var(--white); }
.inner { width: min(var(--max), 100%); margin: 0 auto; }
.section-head { max-width: 780px; margin-bottom: 38px; }
.section-head h2, .split-copy h2, .cta-band h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 4.1rem); line-height: 1; letter-spacing: 0; }
.section-head p:last-child, .split-copy > p { color: var(--muted); font-size: 1.08rem; }
.dark .section-head p:last-child, .dark .split-copy > p { color: rgba(255,255,255,.72); }

.offer-grid, .agent-grid, .proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.offer-card, .agent-card, .proof-card { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.agent-card, .proof-card { color: var(--ink); }
.offer-card:nth-child(1) { border-top: 5px solid var(--orange); }
.offer-card:nth-child(2) { border-top: 5px solid var(--green); }
.offer-card:nth-child(3) { border-top: 5px solid var(--cyan); }
.offer-card h3, .agent-card h3, .proof-card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.offer-card p, .agent-card p, .proof-card p { margin: 0; color: var(--muted); }
.offer-card a { display: inline-block; margin-top: 18px; font-weight: 850; }

.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 7vw, 90px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border: 1px solid var(--line); border-radius: 6px; }
.split-copy ul { margin: 24px 0; padding-left: 20px; }
.split-copy li + li { margin-top: 8px; }

.steps { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid var(--line); }
.steps.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.step { padding: 24px 18px 0 0; }
.step span { display: block; margin-bottom: 10px; color: var(--orange); font-size: .78rem; font-weight: 900; }
.step strong { display: block; }
.step p { color: var(--muted); }

.quote { margin: 0; padding: 28px 0 28px 26px; border-left: 5px solid var(--orange); font-size: clamp(1.4rem, 3vw, 2.5rem); line-height: 1.18; font-weight: 800; }
.faq { border-top: 1px solid var(--line); }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 850; }
.faq p { color: var(--muted); max-width: 820px; }

.cta-band { padding: 54px; background: var(--orange); border-radius: 6px; }
.cta-band p { max-width: 700px; }
.cta-band .button { background: var(--ink); color: var(--white); }

.site-footer { padding: 34px max(20px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 30px; background: var(--ink); color: var(--white); }
.site-footer p { margin: 6px 0 0; color: rgba(255,255,255,.65); }
.site-footer nav { display: flex; gap: 12px; flex-wrap: wrap; }
.site-footer a { font-size: .86rem; font-weight: 750; }
.version-note { font-size: .76rem; white-space: nowrap; }

@media (max-width: 860px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 6px; }
  .site-nav { justify-content: flex-start; }
  .hero { min-height: 72svh; background-position: 58% center; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .offer-grid, .agent-grid, .proof-grid, .split { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: initial; }
  .steps { grid-template-columns: 1fr; }
  .steps.four { grid-template-columns: 1fr; }
  .step { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 14px; }
  .site-nav a { padding: 8px 7px; font-size: .8rem; }
  .hero-copy { width: min(100% - 28px, var(--max)); padding-bottom: 44px; }
  .band { padding-inline: 14px; }
  .cta-band { padding: 28px 20px; }
}
