:root {
  --ink: #08090c;
  --ink-soft: #131722;
  --panel: #181d29;
  --paper: #f5f7fb;
  --white: #ffffff;
  --muted: #aeb8cc;
  --text: #eef3fb;
  --red: #ef233c;
  --red-dark: #c71930;
  --cyan: #16bac5;
  --yellow: #f5d547;
  --body: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Sora", system-ui, sans-serif;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
  padding: 22px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 800;
}
.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(239, 35, 60, .55);
  border-radius: 50%;
  color: var(--yellow);
}
.brand-mark svg { width: 17px; height: 17px; }
.nav-link {
  border-bottom: 1px solid rgba(22, 186, 197, .58);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 0;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 92vh;
  place-items: center;
  overflow: hidden;
  padding: 118px 20px 84px;
  background: var(--ink);
  text-align: center;
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(8, 9, 12, .86);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  content: "";
}
.hero-doc {
  position: absolute;
  z-index: -2;
  width: min(34vw, 480px);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .62);
  filter: blur(2.5px) brightness(.52) saturate(.58);
}
.hero-doc.one { top: 9%; left: -4%; transform: rotate(-7deg); }
.hero-doc.two { top: 7%; right: -4%; transform: rotate(7deg); }
.hero-doc.three { bottom: -22%; left: 50%; width: min(42vw, 580px); transform: translateX(-50%); }
.hero-content { width: min(100%, 900px); }
.eyebrow {
  margin: 0 0 22px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 6px 34px rgba(0, 0, 0, .9);
}
.hero-lede {
  max-width: 760px;
  margin: 0 auto 26px;
  color: var(--text);
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.48;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .9);
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin: 0 auto 34px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}
.hero-points li { display: inline-flex; align-items: center; gap: 8px; }
.hero-points svg { width: 17px; height: 17px; color: var(--cyan); }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: var(--red);
  box-shadow: 0 20px 44px -18px rgba(239, 35, 60, .8);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 16px 24px;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--red-dark); box-shadow: 0 24px 50px -18px rgba(239, 35, 60, .9); transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button svg { width: 19px; height: 19px; }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: 14px; font-weight: 600; }

.section { padding: 92px 20px; }
.section-inner { width: min(100%, var(--max)); margin: 0 auto; }
.section-kicker {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section h2 {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.1;
  letter-spacing: 0;
}
.section-lede { max-width: 720px; color: var(--muted); font-size: 19px; }

.contents { background: var(--ink-soft); }
.resource-list { margin-top: 56px; border-top: 1px solid rgba(174, 184, 204, .2); }
.resource {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: 52px 0;
  border-bottom: 1px solid rgba(174, 184, 204, .2);
}
.resource:nth-child(even) .resource-media { order: 2; }
.resource-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  box-shadow: 0 26px 54px -28px rgba(0, 0, 0, .9);
  background: #fff;
}
.resource-media img {
  width: 100%;
  height: auto;
  filter: blur(7px) brightness(.72) saturate(.65);
  transform: scale(1.035);
}
.resource-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  clip-path: inset(0 0 80% 0);
  background-image: var(--preview-image);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  content: "";
}
.resource-media::after {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 32px);
  border: 1px solid rgba(245, 213, 71, .52);
  border-radius: 6px;
  background: rgba(8, 9, 12, .92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
  color: var(--white);
  content: "Full PDF unlocks after opt-in";
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 11px 14px;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
.resource-number { color: var(--cyan); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.resource h3 {
  margin: 8px 0 14px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.16;
  letter-spacing: 0;
}
.resource p { margin-bottom: 18px; color: var(--muted); font-size: 18px; }
.resource ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.resource li { position: relative; padding-left: 24px; color: var(--text); font-weight: 600; }
.resource li::before { position: absolute; top: .55em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); content: ""; }

.optin { background: var(--paper); color: #181d29; }
.optin-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
}
.optin h2 { color: #181d29; }
.optin-copy { color: #3a4557; font-size: 19px; }
.confidence {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.confidence li { display: flex; align-items: flex-start; gap: 11px; color: #232a38; font-weight: 700; }
.confidence svg { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 3px; color: #008f9a; }
.form-panel {
  border: 1px solid rgba(58, 69, 87, .14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 64px -38px rgba(24, 29, 41, .42);
  padding: clamp(24px, 4vw, 42px);
}
.form-panel h3 { margin-bottom: 8px; color: #181d29; font-family: var(--display); font-size: 25px; letter-spacing: 0; }
.form-intro { margin-bottom: 24px; color: #657185; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { color: #232a38; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(58, 69, 87, .24);
  border-radius: 7px;
  background: #f8f9fc;
  color: #181d29;
  padding: 13px 14px;
}
.field input:focus { border-color: var(--cyan); background: #fff; outline: 3px solid rgba(22, 186, 197, .2); }
.honeypot { position: absolute; left: -9999px; }
.form-panel .button { width: 100%; margin-top: 6px; }
.privacy { margin: 14px 0 0; color: #657185; font-size: 13px; text-align: center; }

.proof { padding: 38px 20px; border-top: 1px solid rgba(174, 184, 204, .16); background: var(--ink); }
.proof-inner { display: flex; width: min(100%, var(--max)); align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; }
.proof blockquote { max-width: 780px; margin: 0; color: var(--text); font-size: clamp(18px, 2.5vw, 24px); font-weight: 700; }
.proof cite { color: var(--yellow); font-size: 14px; font-style: normal; font-weight: 800; }

.footer { padding: 34px 20px; border-top: 1px solid rgba(174, 184, 204, .14); background: var(--ink); color: var(--muted); }
.footer-inner { display: flex; width: min(100%, var(--max)); justify-content: space-between; gap: 20px; margin: 0 auto; font-size: 13px; }

.thanks {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 120px 20px 64px;
  background: var(--ink);
}
.thanks-inner { width: min(100%, 880px); text-align: center; }
.thanks h1 { margin-bottom: 18px; font-size: clamp(40px, 7vw, 70px); }
.thanks-lede { max-width: 690px; margin: 0 auto 30px; color: var(--muted); font-size: 20px; }
.thanks .button { margin-bottom: 48px; }
.download-list { display: grid; gap: 12px; margin: 0 auto 36px; text-align: left; }
.download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  border: 1px solid rgba(174, 184, 204, .2);
  border-radius: 8px;
  background: var(--panel);
  padding: 18px 20px;
}
.download-item strong { display: block; color: var(--white); }
.download-item span { color: var(--muted); font-size: 14px; }
.download-link { flex: 0 0 auto; color: var(--cyan); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.back-link { color: var(--muted); font-weight: 700; }

@media (max-width: 760px) {
  .hero { min-height: 88vh; padding-top: 104px; }
  .hero-doc { width: 68vw; opacity: .58; }
  .hero-doc.one { top: 12%; left: -35%; }
  .hero-doc.two { top: 12%; right: -35%; }
  .hero-doc.three { bottom: -5%; width: 82vw; opacity: .38; }
  .hero::after { background: rgba(8, 9, 12, .9); }
  .resource, .optin-grid { grid-template-columns: 1fr; }
  .resource:nth-child(even) .resource-media { order: 0; }
  .resource { gap: 28px; padding: 40px 0; }
  .proof-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .optin-grid { gap: 36px; }
}

@media (max-width: 520px) {
  .brand span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-nav { width: calc(100% - 28px); }
  .nav-link { font-size: 12px; }
  .hero { padding-right: 16px; padding-left: 16px; }
  h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero-points { align-items: center; flex-direction: column; }
  .section { padding: 72px 16px; }
  .button { width: 100%; padding-right: 16px; padding-left: 16px; }
  .download-item { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
