* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #f5f1e7;
  color: #16294e;
  font-family: "Hanken Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
input::placeholder { color: rgba(22, 41, 78, .32); }
@keyframes cm-pop { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }
.page { position: relative; min-height: 100vh; overflow: hidden; background: #f5f1e7; }
.watermark {
  position: absolute;
  top: -150px;
  right: -180px;
  width: 560px;
  height: 560px;
  opacity: .045;
  pointer-events: none;
}
.shell { position: relative; max-width: 500px; margin: 0 auto; padding: 78px 24px 0; }
.hero { text-align: center; margin-bottom: 32px; }
.eyebrow, .section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #39599c;
  margin: 0 0 20px;
}
.hero h1 {
  font-family: "Newsreader", serif;
  font-weight: 500;
  font-size: clamp(42px, 12vw, 60px);
  line-height: .98;
  color: #16294e;
  margin: 0 0 20px;
}
.hero-copy { font-size: 17px; line-height: 1.55; color: rgba(22, 41, 78, .72); margin: 0 auto; max-width: 30ch; }
.panel {
  background: #fcfaf4;
  border: 1px solid rgba(22, 41, 78, .09);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset, 0 24px 48px -36px rgba(22, 41, 78, .4);
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #16294e;
  margin-bottom: 8px;
}
.field input {
  width: 100%;
  padding: 15px 16px;
  border: 1.5px solid rgba(22, 41, 78, .16);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 16px;
  color: #16294e;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus { border-color: #39599c; box-shadow: 0 0 0 4px rgba(57, 89, 156, .15); }
#cm-code { letter-spacing: .12em; text-transform: uppercase; }
.field input[aria-invalid="true"] { border-color: rgba(158, 43, 43, .55); }
.field-error {
  font-size: 13px;
  line-height: 1.4;
  color: #9e2b2b;
  margin: 8px 0 0;
}
.hint { font-size: 12.5px; line-height: 1.45; color: rgba(22, 41, 78, .52); margin: 8px 0 0; }
.check { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; margin-bottom: 20px; }
.check input { margin: 1px 0 0; width: 18px; height: 18px; accent-color: #16294e; flex: none; cursor: pointer; }
.check span { font-size: 13.5px; line-height: 1.5; color: rgba(22, 41, 78, .76); }
.reassurance { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 20px; }
.reassurance img { width: 16px; height: 16px; flex: none; margin-top: 3px; }
.reassurance p {
  font-family: "Newsreader", serif;
  font-style: italic;
  font-size: 15.5px;
  line-height: 1.4;
  margin: 0;
}
.form-error {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgba(158, 43, 43, .07);
  border: 1px solid rgba(158, 43, 43, .2);
  border-radius: 12px;
  padding: 13px 15px;
  margin-bottom: 18px;
}
.form-error[hidden], .field-error[hidden], .success[hidden], .panel[hidden] { display: none; }
.form-error span {
  font-family: "Newsreader", serif;
  font-weight: 600;
  color: #9e2b2b;
  line-height: 1;
  font-size: 18px;
}
.form-error p { font-size: 13.5px; line-height: 1.45; color: #9e2b2b; margin: 0; }
button {
  width: 100%;
  padding: 17px;
  border: none;
  border-radius: 12px;
  background: #16294e;
  color: #f5f1e7;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s ease, transform .08s ease;
}
button:hover { background: #0f1f3d; }
button:active { transform: translateY(1px); }
button:disabled { cursor: wait; opacity: .82; }
.fineprint {
  font-size: 11px;
  letter-spacing: .04em;
  color: rgba(22, 41, 78, .5);
  text-align: center;
  margin: 14px 0 0;
}
.success {
  background: #16294e;
  border-radius: 18px;
  padding: 36px 26px;
  text-align: center;
  animation: cm-pop .4s ease both;
  box-shadow: 0 26px 50px -30px rgba(22, 41, 78, .55);
}
.success img { width: 34px; height: 34px; margin-bottom: 18px; }
.success h2 {
  font-family: "Newsreader", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.06;
  color: #f5f1e7;
  margin: 0 0 12px;
}
.success p { font-size: 15px; line-height: 1.55; color: rgba(245, 241, 231, .82); margin: 0 auto 22px; max-width: 32ch; }
.success strong { color: #fff; font-weight: 600; }
.success-code {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  background: rgba(245, 241, 231, .1);
  border-radius: 999px;
}
.success-code span { font-size: 12px; letter-spacing: .06em; color: #a9b6ce; }
.statement { text-align: center; margin: 46px 0 44px; }
.divider { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.divider span { flex: 1; height: 1px; background: rgba(22, 41, 78, .14); }
.divider img { width: 18px; height: 18px; opacity: .5; }
.statement p {
  font-family: "Newsreader", serif;
  font-size: 21px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 26ch;
}
.steps { margin-bottom: 44px; }
.section-label { text-align: center; margin-bottom: 26px; }
.timeline { position: relative; }
.timeline > span { position: absolute; left: 10px; top: 11px; bottom: 11px; width: 1.5px; background: rgba(22, 41, 78, .18); }
.timeline ol { list-style: none; margin: 0; padding: 0; position: relative; display: flex; flex-direction: column; gap: 24px; }
.timeline li { display: flex; gap: 16px; align-items: flex-start; }
.timeline li > span { flex: none; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; background: #f5f1e7; }
.timeline img { width: 16px; height: 16px; }
.timeline div { padding-top: 1px; }
.timeline p { margin: 0; }
.timeline div p:first-child { font-weight: 600; font-size: 16px; margin-bottom: 3px; }
.timeline div p:last-child { font-size: 14.5px; line-height: 1.5; color: rgba(22, 41, 78, .64); }
.teaser { background: #16294e; border-radius: 18px; padding: 34px 28px; text-align: center; margin-bottom: 38px; }
.teaser p:first-child { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #a9b6ce; margin: 0 0 14px; }
.teaser p:nth-child(2) { font-family: "Newsreader", serif; font-size: 20px; line-height: 1.5; color: #f5f1e7; margin: 0 auto 12px; max-width: 30ch; }
.teaser p:last-child { font-family: "Newsreader", serif; font-style: italic; font-size: 16px; color: rgba(169, 182, 206, .95); margin: 0; }
.scarcity { font-size: 11.5px; line-height: 1.6; letter-spacing: .04em; color: rgba(22, 41, 78, .52); text-align: center; margin: 0 auto; }
footer { margin-top: 40px; padding: 28px 0 48px; border-top: 1px solid rgba(22, 41, 78, .12); text-align: center; }
footer img { width: 22px; height: 22px; margin-bottom: 12px; }
footer p:first-of-type { font-size: 13px; letter-spacing: .04em; color: #16294e; margin: 0 0 6px; }
footer p:last-child { font-size: 12px; color: rgba(22, 41, 78, .45); margin: 0; }
