:root {
  --red: #e30620;
  --red-dark: #c80019;
  --blue: #005da9;
  --green: #00b67a;
  --ink: #101828;
  --muted: #526079;
  --card: #eff4fa;
}

* { box-sizing: border-box; }
html { background: #f4f6f9; }

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 50% -10%, rgba(227, 6, 32, .08), transparent 26rem), #f4f6f9;
  font-family: Arial, Helvetica, sans-serif;
}

.page-shell { min-height: 100vh; display: grid; place-items: start center; padding: 22px 12px 40px; }
.offer { width: min(100%, 468px); min-height: 760px; padding: 30px 17px 24px; background: #fff; border-radius: 26px; box-shadow: 0 18px 60px rgba(16, 24, 40, .09); }
.brand-logo { display: block; width: min(100%, 285px); height: auto; margin: 0 auto 36px; }
.hero-copy { text-align: center; }
h1 { margin: 0; color: var(--red); font-size: clamp(37px, 10vw, 44px); line-height: 1.08; letter-spacing: -1.5px; }
.subtitle { margin: 8px 0 32px; color: var(--muted); font-size: 20px; }
.steps-card { margin-bottom: 34px; padding: 22px 22px 18px; border: 1px solid #e6edf6; border-radius: 19px; background: var(--card); }
.steps-card ol { margin: 0; padding-left: 29px; }
.steps-card li { padding: 8px 0 12px 4px; color: var(--blue); font-size: 18px; font-weight: 800; }
.steps-card li span { display: block; padding-left: 7px; color: #0b1220; font-weight: 400; }
.steps-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 15px; }
.claim-button { display: grid; width: 100%; min-height: 75px; place-items: center; color: #fff; background: linear-gradient(180deg, #ec0923, var(--red)); border: 0; border-radius: 18px; box-shadow: 0 8px 0 rgba(151, 0, 18, .12), 0 10px 20px rgba(227, 6, 32, .22); cursor: pointer; font-family: inherit; font-size: 25px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.claim-button:hover { background: linear-gradient(180deg, #f21730, var(--red-dark)); box-shadow: 0 5px 0 rgba(151, 0, 18, .12), 0 8px 16px rgba(227, 6, 32, .24); transform: translateY(2px); }
.claim-button:focus-visible { outline: 4px solid rgba(0, 93, 169, .35); outline-offset: 4px; }
.claim-button:active, .claim-button.is-pressed { transform: translateY(4px); }
.privacy-note { margin: 16px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; text-align: center; }
.reminder { display: flex; gap: 9px; align-items: flex-start; margin: 32px 2px 30px; font-size: 18px; line-height: 1.38; }
.clock { font-size: 26px; line-height: 1; }
.trust { text-align: center; }
.trust-title { font-size: 23px; font-weight: 800; }
.trust-title span { color: var(--green); font-size: 26px; }
.rating-row { display: flex; justify-content: center; gap: 3px; margin: 9px 0 7px; }
.rating-row span { display: grid; width: 29px; height: 29px; place-items: center; color: #fff; background: var(--green); font-size: 21px; }
.rating-row .partial { background: linear-gradient(90deg, var(--green) 74%, #d9e0e9 74%); }
.trust p { margin: 0; color: var(--muted); font-size: 15px; }
.trust p strong { color: var(--ink); }
.faq { margin-top: 32px; border-top: 1px solid #e5eaf1; padding-top: 26px; }
.faq h2 { margin: 0 0 15px; font-size: 22px; text-align: center; }
.faq details { margin-bottom: 9px; border: 1px solid #e1e8f0; border-radius: 12px; background: #f8fafc; }
.faq summary { padding: 14px 38px 14px 15px; cursor: pointer; font-size: 15px; font-weight: 700; }
.faq details p { margin: 0; padding: 0 15px 15px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.disclaimer { margin: 28px auto 0; max-width: 390px; color: #7a8494; font-size: 11px; line-height: 1.45; text-align: center; }
.legal-content { margin-top: 0; }
.legal-content details { display: none; margin-bottom: 8px; scroll-margin-top: 16px; border: 1px solid #e1e8f0; border-radius: 10px; background: #fff; }
.legal-content details:target { display: block; margin-top: 22px; border-color: rgba(0, 93, 169, .55); box-shadow: 0 0 0 3px rgba(0, 93, 169, .1); }
.legal-content summary { padding: 12px 14px; cursor: pointer; color: var(--blue); font-size: 14px; font-weight: 800; }
.legal-content details div { padding: 0 14px 12px; }
.legal-content details p { margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.legal-content details p:last-child { margin-bottom: 0; }
.legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #e5eaf1; }
.legal-links a { color: var(--blue); font-size: 12px; font-weight: 700; text-decoration: none; }
.legal-links a:hover { text-decoration: underline; }
.legal-links a:focus-visible { outline: 3px solid rgba(0, 93, 169, .25); outline-offset: 3px; }

@media (max-width: 500px) {
  .page-shell { padding: 0; }
  .offer { border-radius: 0; box-shadow: none; }
}

@media (max-width: 360px) {
  .offer { padding-inline: 13px; }
  .steps-card { padding-inline: 16px; }
  .steps-card li { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .claim-button { transition: none; }
}
