:root {
  --ink: #151413;
  --paper: #faf9f7;
  --white: #ffffff;
  --soft: #f0efec;
  --red: #ff3126;
  --red-accessible: #d42319;
  --muted: #686461;
  --line: #d8d5d1;
  --dark: #0b0b0b;
  --dark-soft: #171717;
  --max: 1180px;
  --pad: clamp(22px, 5vw, 72px);
  --section: clamp(76px, 9vw, 126px);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(100%, var(--max)); margin: auto; padding-inline: var(--pad); }
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--dark);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.qualifier {
  padding: 12px var(--pad);
  background: var(--dark);
  color: var(--white);
  text-align: center;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.qualifier span { color: var(--red); }

.hero { padding: clamp(64px, 8vw, 112px) 0 0; background: var(--paper); }
.hero-copy { max-width: 1030px; margin: auto; padding-inline: var(--pad); text-align: center; }
.hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.5rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.subhead {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.6;
  text-wrap: balance;
}
.button {
  min-width: 300px;
  min-height: 58px;
  margin-top: 28px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--red-accessible);
  border-radius: 999px;
  background: var(--red-accessible);
  color: var(--white);
  font-size: .84rem;
  font-weight: 850;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); background: transparent; color: var(--red-accessible); }
.time-note { margin: 13px 0 0; color: var(--muted); font-size: .75rem; }

.proof-strip { margin-top: clamp(64px, 8vw, 96px); background: var(--dark); color: var(--white); }
.proof-strip .shell { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 34px; }
.proof-stat { padding: 5px 34px; border-left: 1px solid #353535; text-align: center; }
.proof-stat:first-child { border-left: 0; }
.proof-stat strong {
  display: block;
  color: var(--red);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
}
.proof-stat span {
  display: block;
  margin-top: 8px;
  color: #c9c6c2;
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.section-head { max-width: 820px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}
.section-head.center .lead { margin-inline: auto; }

.resources { padding-block: var(--section); background: var(--dark); color: var(--white); }
.resources .lead { color: #aaa6a2; }
.resource-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.resource-card {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid #303030;
  border-radius: var(--radius);
  background: var(--dark-soft);
}
.resource-index { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.resource-card h3 {
  max-width: 360px;
  margin: 54px 0 0;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.resource-card p { margin: auto 0 0; padding-top: 28px; color: #b8b4b0; font-size: .96rem; line-height: 1.65; }

.survey-section {
  scroll-margin-top: 10px;
  padding: 20px 20px 0;
  background: var(--paper);
}
.survey-section:focus { outline: none; }
.survey-panel {
  max-width: 1240px;
  margin: auto;
  padding: clamp(48px, 7vw, 86px) clamp(20px, 6vw, 80px) clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
}
.survey-heading { margin-bottom: 36px; }
.survey-heading .lead { color: #aaa6a2; }
.section-label {
  display: block;
  margin-bottom: 20px;
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.form-stage {
  max-width: 980px;
  min-height: 720px;
  margin: auto;
  overflow: hidden;
  border-radius: 16px;
  background: #1f1e1d;
}
.form-stage iframe { display: block; width: 100%; border: 0; background: #070707; }
.form-config-message {
  margin: 20px;
  padding: 1.4rem 1.5rem;
  border: 1px solid #5c3632;
  border-radius: 14px;
  background: #251715;
  color: #f6cfcb;
  font-weight: 700;
}
.survey-section[data-form-ready="false"] [data-fillout-id] { display: none; }
.survey-section[data-form-ready="false"] .form-stage { min-height: 0; }
.form-note { max-width: 980px; margin: 15px auto 0; color: #85817e; font-size: .75rem; text-align: center; }

.faq { padding-block: var(--section); background: var(--paper); }
.faq-list { max-width: 900px; margin: auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.02rem;
  font-weight: 800;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: var(--red);
  font-size: 1.6rem;
  font-weight: 400;
}
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin: 0; padding: 0 48px 25px 0; color: var(--muted); line-height: 1.7; }

.footer { padding: 42px 0; background: var(--paper); color: var(--muted); font-size: .72rem; }
.footer .shell { display: flex; justify-content: space-between; gap: 20px; }
.footer strong { color: var(--ink); }

@media (max-width: 700px) {
  .qualifier { padding-inline: 16px; font-size: .64rem; letter-spacing: .07em; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .button { width: 100%; min-width: 0; }
  .proof-strip .shell { grid-template-columns: 1fr; padding-block: 18px; }
  .proof-stat { padding: 22px; border-left: 0; border-top: 1px solid #353535; }
  .proof-stat:first-child { border-top: 0; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 285px; }
  .resource-card h3 { margin-top: 38px; }
  .survey-section { padding-inline: 10px; }
  .survey-panel { padding-inline: 10px; }
  .form-stage { min-height: 680px; border-radius: 12px; }
  .footer .shell { flex-direction: column; }
  .footer span:last-child { display: none; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.72rem; }
}

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