@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");
:root {
  --blue: #3758f9;
  --ink: #18213a;
  --muted: #59637a;
  --pale: #f4f6fc;
  --line: #dce2ee;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--ink);
  font:
    16px/1.65 "DM Sans",
    sans-serif;
  background: #fff;
}
h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(2.6rem, 4.6vw, 4.4rem);
  margin: 14px 0 24px;
  line-height: 1.13;
}
h1 span {
  color: var(--blue);
}
h2 {
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  margin: 10px 0 24px;
}
h3 {
  font-size: 1.23rem;
  letter-spacing: -0.02em;
}
p {
  margin: 0 0 18px;
}
a {
  color: var(--blue);
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input,
select,
textarea {
  font: inherit;
}
a,
button,
input,
select,
textarea,
summary {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid #bf6500;
}
.wrap {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.review-banner {
  background: #fff5db;
  color: #60471a;
  text-align: center;
  padding: 10px 24px;
  font-size: 0.85rem;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
}
.logo {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
nav {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
nav a {
  text-decoration: none;
  color: inherit;
  font-size: 0.88rem;
  font-weight: 600;
}
.nav-cta {
  color: var(--blue);
}
.hero {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 70px;
  padding-top: 65px;
  padding-bottom: 80px;
  align-items: center;
}
.eyebrow {
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 14px;
}
.lead {
  font-size: 1.2rem;
  color: #414c64;
  max-width: 620px;
}
.actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 16px;
}
.button {
  background: var(--blue);
  color: white;
  padding: 14px 23px;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 48px;
}
.button:hover {
  background: #2542d1;
}
.button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.fine {
  font-size: 0.85rem;
  color: var(--muted);
}
.campaign-card {
  padding: 34px;
  border: 1px solid #d4dcfa;
  background: linear-gradient(155deg, #f0f3ff, #fff);
  border-radius: 18px;
  box-shadow: 0 18px 60px #2237780e;
}
.campaign-card h2 {
  font-size: 2.05rem;
}
.campaign-card dl {
  margin: 25px 0;
}
.campaign-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.89rem;
}
.campaign-card dt {
  color: var(--muted);
}
.campaign-card dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}
.price {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin: 16px 0 0;
}
.price span {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--muted);
}
.band {
  background: #18264a;
  color: white;
}
.statement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
}
.statement p {
  font-weight: 700;
  margin: 0;
}
.statement span {
  font-size: 0.9rem;
  color: #d4def4;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}
.grid {
  display: grid;
  gap: 28px;
}
.three {
  grid-template-columns: repeat(3, 1fr);
}
.two {
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
.card {
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 12px;
}
.card p:last-child {
  margin: 0;
}
.number {
  font-size: 0.8rem;
  color: var(--blue);
  font-weight: 800;
}
.callout {
  border-left: 3px solid var(--blue);
  padding: 14px 20px;
  background: #f0f3ff;
  font-size: 0.92rem;
  margin-top: 28px;
}
.soft {
  background: var(--pale);
}
.steps {
  padding-left: 25px;
}
.steps li {
  padding: 0 0 14px 10px;
}
.steps li::marker {
  color: var(--blue);
  font-weight: 700;
}
.steps h3 {
  margin: 0 0 10px;
}
.tracker {
  background: white;
  border-radius: 14px;
  padding: 32px;
  border: 1px solid var(--line);
}
.tracker > div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 20px;
}
.tracker p {
  font-size: 0.91rem;
  margin: 9px 0 0;
}
.status {
  padding: 5px 11px;
  border-radius: 5px;
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-block;
}
.submitted {
  background: #def4e7;
  color: #185436;
}
.prepared {
  background: #e7edff;
  color: #2e458f;
}
.blocked {
  background: #fff1d4;
  color: #765219;
}
.skipped {
  background: #edf0f5;
  color: #536076;
}
.checklist {
  padding-left: 20px;
}
.checklist li {
  margin: 0 0 18px;
}
.exclusions {
  background: #fbfcff;
}
.faq {
  max-width: 900px;
}
details {
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  font-weight: 700;
  padding-right: 10px;
}
details p {
  margin: 16px 0 0;
  color: #414c64;
}
.faq > p:last-child {
  margin-top: 26px;
}
form {
  background: var(--pale);
  padding: 30px;
  border-radius: 14px;
}
form > label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 7px;
}
label span {
  font-weight: 400;
}
input:not([type="checkbox"]),
select,
textarea {
  width: 100%;
  border: 1px solid #b5bfd2;
  background: #fff;
  padding: 11px 12px;
  border-radius: 6px;
  margin-bottom: 18px;
  color: var(--ink);
}
textarea {
  resize: vertical;
}
label.consent {
  display: flex;
  gap: 10px;
  font-size: 0.82rem;
  align-items: flex-start;
  margin: 4px 0 24px;
}
input[type="checkbox"] {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin-top: 4px;
}
form .button {
  width: 100%;
}
#pilot-result {
  margin: 18px 0 0;
  overflow-wrap: anywhere;
}
#pilot-result.error {
  color: #9d2020;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer {
  background: #14203a;
  color: white;
  padding: 45px 0;
}
footer nav {
  margin: 25px 0;
}
footer .fine {
  color: #bcc7df;
}
footer img {
  object-fit: contain;
}
.skip {
  position: fixed;
  top: -100px;
  left: 10px;
  z-index: 10;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.terms {
  max-width: 860px;
}
.terms h2 {
  font-size: 1.65rem;
  margin-top: 40px;
}
@media (max-width: 850px) {
  .hero {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .campaign-card {
    max-width: 600px;
  }
  .three,
  .two {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-header {
    align-items: flex-start;
  }
  .site-header nav {
    justify-content: flex-end;
    gap: 12px 20px;
  }
  .statement {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}
@media (max-width: 520px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    flex-direction: column;
    gap: 18px;
  }
  .site-header nav {
    justify-content: flex-start;
    gap: 12px 18px;
  }
  .site-header .logo {
    width: 160px;
  }
  .hero {
    padding-top: 28px;
    padding-bottom: 45px;
  }
  .campaign-card,
  form,
  .tracker,
  .card {
    padding: 24px;
  }
  .actions {
    gap: 18px;
  }
  .actions .button {
    width: 100%;
  }
  .review-banner {
    font-size: 0.76rem;
    padding: 9px 16px;
  }
  .price {
    font-size: 2.5rem;
  }
  .campaign-card dl div {
    gap: 10px;
    font-size: 0.84rem;
  }
  footer nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
