:root {
  --blue: #2f6fbf;
  --blue-dark: #1f4f93;
  --green: #03c322;
  --ink: #151923;
  --muted: #5f6470;
  --line: #d8dde4;
  --soft: #eaf4ff;
  --counter: #91a2aa;
  --page: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

a {
  color: var(--blue);
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 16px 8px;
}

.site-logo {
  width: 132px;
  max-width: 48vw;
  display: block;
}

main {
  width: 100%;
  overflow: hidden;
}

.offer {
  text-align: center;
  padding: 0 14px;
}

.offer-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

h1,
h2 {
  margin: 0;
  font-family: Poppins, Inter, Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(27px, 8vw, 44px);
  line-height: 1.05;
  font-weight: 800;
  min-width: 0;
}

h2 {
  color: #2168bd;
  font-size: clamp(27px, 7vw, 38px);
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}

.secure-badge {
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.secure-badge img {
  width: 100%;
  height: 100%;
}

.secure-badge::after {
  content: "1";
  position: absolute;
  right: -7px;
  top: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #05b93a;
  color: white;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
}

.gift-card {
  max-width: 520px;
  margin: -10px auto 0;
  border: 1px solid #cfd4dc;
  border-radius: 5px;
  min-height: 164px;
  padding: 18px 18px 16px;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.gift-card strong {
  font-size: 18px;
}

.gift-card img {
  width: 118px;
  height: auto;
}

.gift-card span {
  font-size: 16px;
}

.award {
  padding: 9px 16px 8px;
  text-align: center;
  border-bottom: 1px solid #edf0f4;
}

.award p {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
}

.counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: white;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.counter span:not(.dollar) {
  min-width: 27px;
  height: 29px;
  display: inline-grid;
  place-items: center;
  background: var(--counter);
  border-radius: 2px;
  line-height: 1;
}

.counter .dollar {
  color: var(--counter);
  margin-right: 1px;
}

.signup {
  max-width: 540px;
  margin: 0 auto;
  padding: 3px 15px 14px;
}

.form-kicker {
  margin: 0 0 5px;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
}

form {
  display: grid;
  gap: 7px;
}

label {
  color: #888;
  font-size: 16px;
  font-weight: 800;
}

input {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-family: inherit;
}

input:focus {
  outline: 3px solid rgba(47, 111, 191, 0.22);
  border-color: #111;
}

.consent {
  margin: 5px 0 5px;
  color: #111;
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.form-error {
  min-height: 18px;
  margin: -2px 0 0;
  color: #c62828;
  font-size: 12px;
  font-weight: 700;
}

.continue-button,
.track-button {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 6px;
  background: #336fb8;
  color: white;
  font-family: Poppins, Inter, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  cursor: pointer;
}

.continue-button:hover,
.track-button:hover {
  background: var(--blue-dark);
}

.testimonial {
  margin: 40px auto 52px;
  width: min(94%, 520px);
  border-radius: 5px;
  background: #e2f0fb;
  padding: 18px 18px 22px;
  text-align: center;
}

.testimonial blockquote {
  margin: 0 0 17px;
  font-size: 18px;
  font-weight: 800;
  color: #3b3f48;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0 auto 14px;
}

.stars img {
  width: 28px;
  height: 28px;
}

.stars.small {
  justify-content: flex-start;
  margin-bottom: 12px;
}

.stars.small img {
  width: 21px;
  height: 21px;
}

.verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.verified img {
  width: 20px;
  height: 20px;
}

.guide {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 18px;
}

.guide h2 {
  margin: 0 0 24px;
}

.guide h2:not(:first-child) {
  margin-top: 36px;
}

.guide-block {
  display: grid;
  grid-template-columns: 1fr 130px;
  align-items: center;
  gap: 22px;
  padding: 0 6px;
}

.guide-block.reverse {
  grid-template-columns: 130px 1fr;
}

.guide-block p,
.guide-copy {
  margin: 0;
  color: #333a45;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}

.guide-block img {
  width: 100%;
  max-width: 150px;
  justify-self: center;
}

.reward-table {
  width: min(100%, 520px);
  margin: 24px auto 42px;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}

.reward-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.reward-table div + div {
  border-top: 1px solid var(--line);
}

.reward-table span,
.reward-table strong {
  padding: 12px 14px;
}

.reward-table span + span,
.reward-table strong + strong {
  border-left: 1px solid var(--line);
}

.reward-table strong {
  background: var(--soft);
}

.reviews {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 18px 40px;
}

.reviews h2 {
  margin-bottom: 22px;
}

.reviews article {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 14px;
  background: white;
}

.reviews article p {
  margin: 0 0 12px;
  color: #333a45;
}

.reviews article strong {
  font-size: 13px;
}

.track-button {
  display: block;
  max-width: 360px;
  margin: 24px auto 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 22px 18px 30px;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-bottom: 10px;
}

.site-footer a {
  color: #111;
  text-decoration: none;
}

.site-footer p {
  max-width: 680px;
  margin: 0 auto;
}

.flow-page {
  min-height: 100vh;
  background: #f7f9fc;
}

.flow-shell {
  width: min(100% - 32px, 620px);
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: visible;
}

.flow-offer {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 16px;
  margin: 8px 0 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}

.flow-offer img {
  width: 118px;
  height: auto;
}

.flow-eyebrow {
  margin: 0 0 2px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.flow-offer h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.05;
}

.flow-offer p:last-child {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.flow-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(21, 25, 35, 0.08);
}

.flow-progress {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.flow-progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5ebf2;
}

.flow-progress-track div {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 220ms ease;
}

.flow-step {
  display: none;
}

.flow-step.is-active {
  display: grid;
  gap: 10px;
}

.flow-step h2 {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
  text-align: left;
}

.flow-subtitle {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
}

.flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.flow-grid.three {
  grid-template-columns: 1fr 92px 96px;
}

select {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 0 10px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.check-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
  color: #1d2430;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.choice-grid {
  display: grid;
  gap: 10px;
}

.choice-grid label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  border: 2px solid #d6dce5;
  border-radius: 6px;
  padding: 0 14px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.choice-grid input {
  width: 18px;
  height: 18px;
}

.choice-grid label:has(input:checked) {
  border-color: var(--blue);
  background: #eff6ff;
}

.deal-list {
  display: grid;
  gap: 10px;
}

.deal-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px;
  background: #fbfdff;
}

.deal-list strong {
  font-size: 15px;
}

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

.deal-list button {
  grid-row: 1 / span 2;
  grid-column: 2;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: white;
  padding: 10px 12px;
  font-weight: 800;
  cursor: pointer;
}

.flow-disclaimer {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.flow-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-top: 18px;
}

.secondary-button {
  min-width: 94px;
  min-height: 56px;
  border: 1px solid #bfc7d2;
  border-radius: 6px;
  background: white;
  color: var(--blue);
  font-family: Poppins, Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.secondary-button[hidden] {
  display: none;
}

.secondary-button[hidden] + .continue-button {
  grid-column: 1 / -1;
}

.flow-actions .continue-button {
  min-height: 56px;
}

.flow-actions .continue-button:disabled {
  background: #7f8b99;
  cursor: default;
}

@media (max-width: 520px) {
  .site-header {
    min-height: 38px;
    padding-top: 13px;
  }

  .site-logo {
    width: 112px;
  }

  .offer {
    padding: 0;
  }

  h1 {
    font-size: 25px;
    white-space: nowrap;
    max-width: 100%;
  }

  h2 {
    font-size: 24px;
  }

  .secure-badge {
    display: none;
  }

  .gift-card {
    width: 334px;
    max-width: 334px;
    margin: -4px auto 0 28px;
    min-height: 164px;
  }

  .signup {
    width: 334px;
    max-width: 334px;
    margin-left: 28px;
    margin-right: auto;
    padding-inline: 0;
  }

  .form-kicker {
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    font-size: 13px;
  }

  .continue-button,
  .track-button {
    min-height: 64px;
    font-size: 23px;
  }

  .testimonial {
    margin: 40px auto 52px 28px;
    width: 334px;
    max-width: 334px;
  }

  .guide {
    width: 334px;
    max-width: 334px;
    margin-left: 28px;
    margin-right: auto;
    padding-inline: 0;
  }

  .reviews {
    width: 334px;
    max-width: 334px;
    margin-left: 28px;
    margin-right: auto;
    padding-inline: 0;
  }

  .flow-shell {
    width: 334px;
    margin-left: 28px;
    margin-right: auto;
  }

  .flow-offer {
    grid-template-columns: 86px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .flow-offer img {
    width: 86px;
  }

  .flow-offer h1 {
    font-size: 21px;
  }

  .flow-card {
    padding: 14px;
  }

  .flow-step h2 {
    font-size: 23px;
  }

  .flow-grid,
  .flow-grid.three {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .deal-list article {
    grid-template-columns: 1fr;
  }

  .deal-list button {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
  }

  .flow-actions {
    grid-template-columns: 1fr;
  }

  .secondary-button {
    order: 2;
  }

  .guide-block,
  .guide-block.reverse {
    grid-template-columns: 1fr 96px;
    gap: 12px;
  }

  .guide-block.reverse {
    grid-template-columns: 96px 1fr;
  }

  .guide-block p,
  .guide-copy {
    font-size: 17px;
  }
}

@media (min-width: 760px) {
  .site-logo {
    width: 156px;
  }

  .offer {
    padding-top: 10px;
  }

  .gift-card {
    margin-top: 4px;
  }

  .signup {
    padding-top: 8px;
  }

  .testimonial {
    margin-top: 48px;
  }
}
