:root {
  color-scheme: light;
  --ink: #111318;
  --steel: #3c4650;
  --paper: #f5f3ed;
  --white: #ffffff;
  --line: #d8dadd;
  --copper: #dc5929;
  --cobalt: #2869c7;
  --jade: #1d9878;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 8px max(18px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 8px; }
nav { display: flex; gap: 24px; }
nav a { color: var(--steel); font-size: 0.94rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { color: var(--copper); }

.hero { position: relative; min-height: min(730px, 78vh); overflow: hidden; background: var(--ink); }
.hero picture, .hero-media { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center 18%; }
.hero-shade { position: absolute; inset: 0; background: rgba(8, 11, 15, 0.72); }
.hero-copy { position: relative; z-index: 2; width: min(760px, calc(100% - 36px)); margin: 0 auto; padding-top: clamp(110px, 17vh, 180px); color: var(--white); text-align: center; }
.eyebrow { margin: 0 0 8px; color: var(--copper); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow { color: #ff8d62; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 0.98; letter-spacing: 0; }
.lede { max-width: 700px; margin: 0 auto 28px; font-size: clamp(1.08rem, 2.2vw, 1.42rem); color: #eef1f4; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.primary-action, .secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border-radius: 6px; font-weight: 740; text-decoration: none; }
.primary-action { background: var(--copper); color: var(--white); }
.secondary-action { border: 1px solid rgba(255, 255, 255, 0.72); color: var(--white); }

.band { padding: clamp(62px, 8vw, 104px) 18px; }
.band:nth-of-type(even) { background: var(--white); }
.content { width: min(var(--max), 100%); margin: 0 auto; }
h2 { max-width: 820px; margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: 0; }
h3 { margin-bottom: 8px; font-size: 1.2rem; }
.section-lede { max-width: 780px; color: var(--steel); font-size: 1.1rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 38px; background: var(--line); border: 1px solid var(--line); }
.feature-grid article { min-height: 250px; padding: 24px; background: var(--white); }
.feature-grid .step { display: block; margin-bottom: 34px; color: var(--copper); font: 760 0.9rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.feature-grid p, .proof-layout p, .methods-layout > p, .privacy-layout > p { color: var(--steel); }

.proof { background: var(--ink) !important; color: var(--white); }
.proof-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr); align-items: center; gap: clamp(34px, 7vw, 82px); }
.proof-layout img { width: 100%; max-height: 620px; object-fit: contain; object-position: center; border: 1px solid #3b4148; border-radius: 8px; background: var(--paper); }
.proof-layout p { color: #cbd0d5; }
.checklist { display: grid; gap: 10px; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 24px; color: #e4e7e9; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 0.58em; width: 10px; height: 10px; background: var(--jade); }

.methods-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 60px; }
.methods-layout .source-links { grid-column: 1 / -1; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px; }
.source-links a { padding: 10px 13px; border: 1px solid var(--line); border-radius: 5px; color: var(--cobalt); font-weight: 680; text-decoration: none; background: var(--white); }

.privacy-band { background: #e8f2ef !important; }
.privacy-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 60px; align-items: start; }
.privacy-layout .text-link { color: var(--cobalt); font-weight: 760; }

.legal-main { min-height: calc(100vh - 128px); }
.legal-hero { padding: 88px 18px 52px; background: var(--ink); color: var(--white); }
.legal-hero h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-hero p:last-child { max-width: 760px; color: #d9dde1; font-size: 1.15rem; }
.legal-copy { width: min(840px, calc(100% - 36px)); margin: 0 auto; padding: 60px 0 90px; }
.legal-copy h2 { margin: 42px 0 10px; font-size: 1.45rem; }
.legal-copy p { color: var(--steel); }
.legal-copy a { color: var(--cobalt); }
.support-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.support-options section { padding: 22px; background: var(--white); }
.support-options h2 { margin-top: 0; }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px max(18px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: #c9ced3; }
footer span:last-child { display: flex; gap: 18px; }
footer a { color: var(--white); }

@media (max-width: 820px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-layout, .methods-layout, .privacy-layout { grid-template-columns: 1fr; }
  .methods-layout .source-links { grid-column: auto; }
}

@media (max-width: 620px) {
  .site-header { min-height: 58px; }
  .brand img { width: 36px; height: 36px; }
  nav { gap: 13px; }
  nav a { font-size: 0.84rem; }
  .hero { min-height: 720px; }
  .hero-media { object-position: center top; }
  .hero-copy { padding-top: 104px; }
  .feature-grid, .support-options { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; }
  .feature-grid .step { margin-bottom: 18px; }
  footer { flex-direction: column; }
}
