:root {
  --navy: #18364a;
  --blue: #245f78;
  --green: #356b5c;
  --text: #26343d;
  --muted: #5c6870;
  --border: #d8dee1;
  --soft: #f4f7f7;
  --cream: #fbfaf7;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

a { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.25; }
h1 { max-width: 790px; margin-bottom: 22px; font-size: clamp(2.25rem, 5vw, 3.4rem); }
h2 { margin-bottom: 20px; font-size: clamp(1.75rem, 3.4vw, 2.5rem); }
h3 { margin-bottom: 10px; font-size: 1.2rem; }

.site-header {
  display: flex;
  max-width: 1120px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 22px 24px;
  border-bottom: 1px solid var(--border);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  letter-spacing: 0;
}

.section { max-width: 1120px; margin: 0 auto; padding: 76px 24px; }
.eyebrow {
  margin-bottom: 12px;
  color: var(--green);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.eyebrow.light { color: #c8e4da; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 11px 20px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  background: var(--blue);
  color: white;
  font: 700 .95rem Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { background: var(--navy); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, .dossier-scroll:focus-visible { outline: 3px solid #d8954b; outline-offset: 3px; }
.button-small { min-height: 40px; padding: 8px 15px; font-size: .82rem; }
.button-ghost { border-color: var(--blue); background: transparent; color: var(--blue); }

.hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 55px;
  padding-top: 70px;
  padding-bottom: 80px;
}
.hero-lede { max-width: 720px; margin-bottom: 28px; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.microcopy { color: var(--muted); font-size: .82rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 26px 0 0; padding: 0; color: var(--muted); font-size: .82rem; list-style: none; }
.trust-list li::before { margin-right: 6px; color: var(--green); content: "✓"; font-weight: 700; }
.hero-visual { min-width: 0; }
.visual-glow { display: none; }
.mini-dossier { padding: 26px; border: 1px solid var(--border); border-radius: 5px; background: white; box-shadow: 0 8px 25px rgba(24,54,74,.1); }
.doc-topline { display: flex; align-items: center; gap: 8px; padding-bottom: 13px; border-bottom: 1px solid var(--border); font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.doc-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.doc-status { margin-left: auto; color: var(--green); }
.doc-kicker { margin: 22px 0 7px; color: var(--green); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.mini-dossier h2 { max-width: 300px; font-size: 1.8rem; }
.doc-rule { width: 45px; height: 2px; margin: 20px 0; background: #d8954b; }
.doc-row { display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding: 14px 0; border-top: 1px solid var(--border); }
.doc-row > span { color: var(--green); font-size: .68rem; font-weight: 700; }
.doc-row b { font-size: .88rem; }
.doc-row p { margin: 2px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.problem-section { border-top: 1px solid var(--border); }
.section-heading { max-width: 850px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin-top: 42px; }
.problem-grid article { padding-top: 22px; border-top: 3px solid #a7c3bc; }
.number { display: block; margin-bottom: 12px; color: var(--green); font-size: .78rem; font-weight: 700; }
.problem-grid p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }

.sample-section {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 55px;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1072px)/2));
  padding-left: max(24px, calc((100vw - 1072px)/2));
  background: #eef2f1;
}
.sample-intro > p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--blue); font-weight: 700; text-decoration: none; }
.dossier-shell { overflow: hidden; border: 1px solid #c9d0d3; border-radius: 5px; background: white; box-shadow: 0 8px 24px rgba(24,54,74,.1); }
.dossier-browser-bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid #c9d0d3; background: #e4e7e7; }
.dossier-browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #9da5a8; }
.dossier-browser-bar p { margin: 0 auto; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
.dossier-scroll { max-height: 620px; padding: 42px; overflow-y: auto; background: white; scrollbar-color: var(--blue) #e3e7e8; }
.dossier-title { padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.dossier-title p, .block-label { margin-bottom: 7px; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.dossier-title h3 { margin-bottom: 4px; font-size: 2rem; }
.dossier-title span { color: var(--muted); }
.dossier-callout { margin: 28px 0; padding: 22px; border-left: 4px solid #d8954b; background: #f8f4eb; }
.dossier-callout span { color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.dossier-callout p { margin: 7px 0 0; font-size: 1rem; font-weight: 600; line-height: 1.5; }
.dossier-block { padding: 26px 0; border-bottom: 1px solid var(--border); }
.person-row { display: grid; grid-template-columns: 44px 1fr 1.35fr; gap: 14px; align-items: center; }
.avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: .72rem; font-weight: 700; }
.person-row b, .person-row span { display: block; }
.person-row span, .person-row > p { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.person-row > p { margin: 0; }
.dossier-block li { margin-bottom: 8px; }
.accent-block { margin: 0 -15px; padding: 26px 15px; background: #eef6f2; }
.dossier-footer { padding-top: 25px; color: var(--muted); font-size: .7rem; text-align: center; }

.ease-section { padding-top: 76px; padding-bottom: 76px; }
.ease-card { padding: 50px; border-radius: 5px; background: var(--navy); color: white; }
.ease-card h2 { color: white; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 34px; }
.step { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); }
.step > span { color: #c8e4da; font-size: .78rem; font-weight: 700; }
.step h3 { margin-bottom: 5px; color: white; }
.step p { margin: 0; color: #d9e3e7; font-size: .88rem; }
.ease-note { margin: 30px 0 0; color: #c8e4da; font-size: .85rem; }

.ownership-section { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; border-top: 1px solid var(--border); }
.ownership-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.ownership-list { border-top: 1px solid var(--border); }
.ownership-list > div { display: grid; grid-template-columns: 28px 1fr; padding: 22px 0; border-bottom: 1px solid var(--border); }
.ownership-list span { color: var(--green); font-weight: 700; }
.ownership-list p { margin: 0; color: var(--muted); }
.ownership-list b { color: var(--text); }

.why-free-section { display: grid; grid-template-columns: 180px 1fr; gap: 55px; border-top: 1px solid var(--border); }
.why-free-label { color: var(--green); font-size: .8rem; font-weight: 700; letter-spacing: .07em; }
.why-free-section > div:last-child { max-width: 760px; }
.why-free-section p { color: var(--muted); }
.why-free-section .no-catch { margin-top: 26px; color: var(--text); font-weight: 700; }

.faq-section { display: grid; grid-template-columns: 260px 1fr; gap: 55px; border-top: 1px solid var(--border); }
.compact h2 { font-size: 2rem; }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { display: flex; justify-content: space-between; padding: 20px 0; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green); font-size: 1.15rem; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 680px; padding: 0 35px 20px 0; color: var(--muted); }

.capture-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1072px)/2));
  padding-left: max(24px, calc((100vw - 1072px)/2));
  background: var(--navy);
  color: white;
}
.capture-section h2 { color: white; }
.capture-copy p:last-child { color: #d9e3e7; }
.capture-form { align-self: center; }
.field-row { display: grid; grid-template-columns: 1fr 1.35fr; gap: 12px; }
label { color: #d9e3e7; font-size: .76rem; font-weight: 700; }
input { width: 100%; height: 50px; margin-top: 6px; padding: 0 14px; border: 1px solid #8398a5; border-radius: 3px; background: white; color: var(--text); font: inherit; }
input::placeholder { color: #7f898f; }
.button-light { width: 100%; margin-top: 13px; border-color: #d6e9e2; background: #d6e9e2; color: var(--navy); }
.button-light:hover { background: white; }
.privacy-note { margin: 12px 0 0; color: #becbd1; font-size: .7rem; line-height: 1.5; }

footer { display: flex; max-width: 1120px; align-items: center; justify-content: space-between; margin: 0 auto; padding: 30px 24px; color: var(--muted); font-size: .75rem; }
footer p { margin: 0; }

@media (max-width: 850px) {
  .hero, .sample-section, .ownership-section, .why-free-section, .faq-section, .capture-section { grid-template-columns: 1fr; }
  .hero { gap: 42px; }
  .sample-section, .capture-section { padding-right: 24px; padding-left: 24px; }
  .problem-grid, .steps { grid-template-columns: 1fr; }
  .why-free-section, .faq-section { gap: 25px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .section { padding-top: 56px; padding-bottom: 56px; }
  .site-header .button { display: none; }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.75rem; }
  .hero { padding-top: 50px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .microcopy { text-align: center; }
  .trust-list { flex-direction: column; gap: 5px; }
  .problem-grid { gap: 20px; }
  .dossier-scroll { max-height: 560px; padding: 25px 18px; }
  .dossier-title h3 { font-size: 1.65rem; }
  .person-row { grid-template-columns: 44px 1fr; }
  .person-row > p { grid-column: 1 / -1; }
  .ease-card { padding: 34px 22px; }
  .field-row { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
