@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  gap: 18px;
}

.header-brand-group {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.header-divider {
  width: 1px;
  height: 26px;
  background: var(--line);
  flex: none;
}

.header-by {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  flex: none;
}

.header-trusty-wordmark {
  width: 168px;
  height: auto;
  display: block;
  flex: none;
}

.organizer-lockup {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  padding: 9px 16px 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 24px rgba(17,29,64,.06);
  backdrop-filter: blur(10px);
}

.organizer-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.organizer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.organizer-brand img {
  width: 28px;
  height: auto;
  display: block;
  border-radius: 7px;
}

.footer-organizer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.footer-organizer img {
  width: 210px;
  height: auto;
  border-radius: 4px;
}

.footer-organizer p {
  margin: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding-left: max(22px, calc((100vw - 1120px) / 2));
  padding-right: max(22px, calc((100vw - 1120px) / 2));
  background:
    radial-gradient(700px 380px at 12% -10%, rgba(42, 63, 126, .10), transparent 60%),
    radial-gradient(620px 360px at 95% 8%, rgba(200, 16, 46, .07), transparent 55%);
}

.hero {
  padding-top: 54px;
  padding-bottom: 50px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 63, 126, .11), transparent 66%);
  left: -330px;
  top: -180px;
  pointer-events: none;
}

.hero-card {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.purpose-card {
  padding: 30px;
}

.purpose-symbol {
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 165px;
  opacity: .055;
  pointer-events: none;
}

.purpose-card h2 {
  margin: 5px 0 12px;
}

.purpose-card .boundary {
  margin-top: 20px;
}

.purpose-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 16px;
}

.purpose-list li {
  display: grid;
  gap: 2px;
  padding-left: 18px;
  border-left: 3px solid var(--red);
}

.purpose-list strong {
  color: var(--navy);
}

.purpose-list span {
  color: var(--muted);
  font-size: 14px;
}

.choice-card:not(.choice-yes) {
  min-height: auto;
  padding: 14px 18px;
  opacity: .72;
}

.choice-card:not(.choice-yes) strong {
  font-size: 14px;
}

.choice-card:not(.choice-yes) span {
  font-size: 12px;
}

.interest-gate {
  grid-template-columns: 1fr .48fr;
  align-items: stretch;
}

.choice-yes {
  background: linear-gradient(135deg, #fff7f8, #fff);
  box-shadow: 0 10px 30px rgba(17, 29, 64, .08);
}

@media (max-width: 800px) {
  .interest-gate {
    grid-template-columns: 1fr;
  }

  .footer-organizer {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 560px) {
  .site-header {
    gap: 8px;
  }

  .brand {
    max-width: 126px;
  }

  .organizer-lockup {
    gap: 8px;
    padding: 7px 10px;
  }

  .footer-organizer img {
    width: 190px;
  }
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--navy), var(--red));
}

.hero h1 em {
  color: var(--red);
  font-style: normal;
}

.hero-lede strong {
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero .eyebrow {
  display: inline-flex;
  background: #fff;
  border: 1px solid #f1d2d8;
  border-radius: 999px;
  padding: 7px 14px;
  box-shadow: 0 1px 4px rgba(17, 29, 64, .05);
}

.comparison-half {
  padding: 25px 27px;
}

.comparison-half.now {
  background: linear-gradient(180deg, #fff7f8, #fff);
  border-bottom: 1px solid var(--line);
}

.comparison-half.later {
  background: #fff;
}

.comparison-half h2 {
  margin: 5px 0 15px;
  font-size: 22px;
}

.comparison-half ul {
  list-style: none;
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
}

.comparison-half li {
  display: flex;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
}

.comparison-half.now li span {
  color: var(--green);
}

.comparison-half.later li span {
  color: var(--navy);
}

.comparison-half .boundary {
  margin-top: 18px;
}

.eyebrow.light {
  color: #ff9cac;
}

.numbers-strip {
  max-width: 1120px;
  margin: -24px auto 40px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  z-index: 2;
}

.number-stat {
  min-height: 128px;
  padding: 21px 18px;
  display: grid;
  align-content: center;
  gap: 5px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(17, 29, 64, .09);
}

.number-stat strong {
  color: var(--navy);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -.04em;
}

.number-stat:first-child strong {
  color: var(--red);
}

.number-stat span {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
}

.signal-strip {
  background: linear-gradient(120deg, var(--navy), #263d7b);
  color: #fff;
  padding: 48px max(22px, calc((100vw - 1120px) / 2));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 42px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.signal-strip::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 16, 46, .4), transparent 65%);
}

.signal-intro,
.signal-cards {
  position: relative;
  z-index: 1;
}

.signal-intro h2 {
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
  margin: 0 0 12px;
}

.signal-intro p:last-child,
.signal-cards p {
  color: #d9deeb;
}

.signal-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.signal-cards article {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  padding: 18px;
}

.signal-cards span {
  color: #ff9cac;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.signal-cards h3 {
  margin: 8px 0 6px;
  font-size: 17px;
}

.signal-cards p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 900px) {
  .numbers-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-left: 17px;
    padding-right: 17px;
  }

  .signal-strip {
    padding: 40px 17px;
  }

  .signal-cards {
    grid-template-columns: 1fr;
  }

  .numbers-strip {
    margin-top: -12px;
    padding: 0 17px;
    gap: 9px;
  }

  .number-stat {
    min-height: 112px;
    padding: 17px 14px;
  }
}

/* Softer live style: premium white/gradient layout with a lighter brand presence. */
:root {
  --red: #c8102e;
  --red-deep: #a50c25;
  --navy: #1b2a5b;
  --navy-deep: #101a3b;
  --ink: #1f2533;
  --muted: #5b6475;
  --paper: #f7f8fc;
  --line: #e2e6ef;
  --shadow: 0 18px 50px rgba(17, 29, 64, .10);
}

body {
  background: var(--paper);
  color: var(--ink);
}

.site-header {
  height: 80px;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(226, 230, 239, .9);
  box-shadow: 0 8px 30px rgba(17, 29, 64, .06);
  backdrop-filter: blur(14px);
}

.brand,
.brand b {
  color: var(--navy);
}

.brand {
  font-size: 18px;
  flex: none;
}

.site-header .button-small {
  background: var(--red);
  border: 1.5px solid var(--red);
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
}

.hero {
  background:
    radial-gradient(720px 420px at 8% -8%, rgba(27, 42, 91, .12), transparent 62%),
    radial-gradient(640px 360px at 94% 8%, rgba(200, 16, 46, .08), transparent 55%),
    linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
  overflow: hidden;
  padding-top: 62px;
  padding-bottom: 58px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: 58px;
  align-items: start;
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 42, 91, .09), transparent 66%);
  left: -330px;
  top: -180px;
  pointer-events: none;
}

.organizer-lockup {
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(17, 29, 64, .06);
  padding: 9px 16px 9px 12px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, .72);
  gap: 14px;
}

.organizer-brand img {
  width: 28px;
}

.eyebrow,
.hero .eyebrow {
  color: var(--red);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 7px 14px;
  border: 1px solid #f1d2d8;
  box-shadow: 0 1px 4px rgba(17, 29, 64, .05);
  background: #fff;
  border-radius: 999px;
  margin-bottom: 18px;
}

.hero h1 {
  color: var(--navy);
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.06;
  letter-spacing: -.04em;
  max-width: 820px;
}

.hero-lede {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.55;
  max-width: 690px;
}

.button {
  border-radius: 999px;
  font-weight: 800;
}

.button-primary,
.button-small {
  background: var(--red);
  color: #fff;
}

.button-primary:hover,
.button-small:hover {
  background: var(--red-deep);
}

.hero-actions .button-primary {
  min-width: 235px;
  font-size: 18px;
  padding: 16px 30px;
}

.trust-list {
  gap: 12px;
  margin-top: 26px;
}

.trust-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--ink);
  background: #fff;
}

.trust-list li::before {
  color: var(--red);
}

.hero-card,
.form-shell,
.choice-card,
.next-steps li,
.faq-grid details,
.success-card,
.no-message {
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.purpose-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 32px;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--navy), var(--red));
}

.purpose-symbol {
  opacity: .05;
}

.card-kicker {
  color: var(--red) !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px !important;
}

.purpose-card h2,
.section-heading h2,
.steps-section h2,
.faq-section h2,
.spread-section h2 {
  color: var(--navy);
}

.purpose-card h2 {
  font-size: 30px;
  line-height: 1.18;
}

.purpose-list {
  gap: 18px;
}

.purpose-list li {
  border-left: 3px solid var(--red);
  padding-left: 18px;
}

.purpose-list strong {
  color: var(--navy);
  font-size: 16px;
}

.purpose-list span {
  color: var(--ink);
  font-size: 15px;
}

.interest-section {
  background: #fff;
  border-top: 1px solid var(--line);
  padding-top: 64px;
}

.section-heading {
  text-align: left;
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(34px, 4vw, 48px);
}

.section-heading > p:last-child {
  color: var(--ink);
}

.interest-gate,
.form-shell {
  max-width: 800px;
}

.choice-card {
  border: 1.5px solid var(--line);
}

.choice-yes {
  background: linear-gradient(135deg, #fff7f8, #fff);
  border-color: #efb8c2;
}

.choice-card strong {
  color: var(--red);
}

.choice-card:not(.choice-yes) strong {
  color: var(--ink);
}

.progress li.active span,
.progress li.done span,
.next-steps > li > span {
  background: var(--red);
}

.step-heading h3 {
  color: var(--ink);
}

.field,
.question legend {
  color: var(--ink);
}

.tap-options input:checked + span,
.not-sure input:checked + span {
  border-color: var(--red);
  box-shadow: inset 0 0 0 1px var(--red);
  background: #fff7f6;
  color: var(--ink);
}

.steps-section,
.faq-section {
  max-width: 1120px;
}

.next-steps {
  grid-template-columns: repeat(3, 1fr);
}

.next-steps li {
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
}

.next-steps h3 {
  color: var(--red);
}

.faq-grid details {
  border: 1px solid var(--line);
  background: #fff;
}

.faq-grid summary {
  color: var(--ink);
}

.spread-section {
  background: linear-gradient(120deg, var(--navy-deep), #263d7b);
  padding-top: 50px;
  padding-bottom: 50px;
}

.spread-section h2 {
  color: #fff;
}

.spread-section p {
  color: #fff;
}

.spread-section .share-feedback {
  min-height: 20px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
}

.share-box .share-feedback {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.spread-section .button-light,
.spread-section .button-primary {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

footer {
  background: #0b132c;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .next-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 68px;
    padding: 0 14px;
    gap: 10px;
  }

  .header-brand-group {
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .header-divider {
    display: none;
  }

  .header-by {
    display: none;
  }

  .header-trusty-wordmark {
    width: 94px;
  }

  .brand {
    max-width: 110px;
  }

  .brand span {
    display: inline;
    font-size: 12px;
  }

  .site-header .button-small {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .organizer-lockup {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 11px;
    gap: 10px;
    max-width: 100%;
  }

  .organizer-label {
    font-size: 9px;
  }

  .organizer-brand {
    gap: 7px;
    font-size: 12px;
  }

  .organizer-brand img {
    width: 24px;
  }

  .purpose-card {
    padding: 26px 22px;
  }

  .section-heading {
    text-align: left;
  }
}
