@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/poppins-600.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/poppins-700.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 800; font-display: swap; src: url("/fonts/poppins-800.woff2") format("woff2"); }

:root {
  --navy: #0b2a5b;
  --navy-2: #163e7e;
  --red: #e30613;
  --red-dark: #b9000f;
  --soft: #eef3fa;
  --line: #d6e0ef;
  --ink: #0b2a5b;
  --muted: #4a5b78;
  --bg: #ffffff;
  --radius: 22px;
  --shadow: 0 12px 30px rgba(11, 42, 91, .10);
  --font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; }
.red { color: var(--red); }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 50; }
.skip:focus { left: 16px; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(1140px, 100%); margin: 0 auto; padding-inline: 20px; }
.narrow { width: min(820px, 100%); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .95em 1.6em; border-radius: 999px; font-weight: 700; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.btn svg { width: 1.3em; height: 1.3em; }
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(227, 6, 19, .28); }
.btn-red:hover { background: var(--red-dark); }
.btn-ghost { border-color: var(--navy); color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-white { background: #fff; color: var(--red); }
.btn-sm { padding: .6em 1.2em; font-size: .95rem; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
.brand-mark { width: 44px; height: 52px; }
.brand-text { display: flex; flex-direction: column; font-weight: 700; line-height: 1; font-size: 1rem; }
.brand-text strong { color: var(--red); font-weight: 800; font-size: 1.15rem; }
.nav { display: flex; align-items: center; gap: 26px; font-weight: 600; }
.nav a:not(.btn) { text-decoration: none; color: var(--muted); }
.nav a:not(.btn):hover { color: var(--navy); }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; }
.bars, .bars::before, .bars::after { display: block; width: 24px; height: 3px; background: var(--navy); border-radius: 3px; position: relative; margin: auto; transition: transform .2s ease; }
.bars::before, .bars::after { content: ""; position: absolute; left: 0; }
.bars::before { top: -8px; }
.bars::after { top: 8px; }

.hero { position: relative; overflow: hidden; padding-block: clamp(48px, 8vw, 96px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; position: relative; }
.eyebrow { display: inline-block; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; margin-bottom: .8em; }
.eyebrow.center { display: block; }
.lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--muted); max-width: 34em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 26px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; padding: 0; margin: 0; font-weight: 600; font-size: .95rem; }
.trust li { display: flex; align-items: center; gap: 8px; }
.trust li::before { content: ""; width: 20px; height: 20px; border-radius: 50%; background: var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12l4 4 8-8' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat; }
.hero-art svg { width: 100%; height: auto; filter: drop-shadow(0 18px 30px rgba(11, 42, 91, .12)); }

.swoosh { position: absolute; top: 0; height: 100%; width: clamp(160px, 22vw, 320px); pointer-events: none; }
.swoosh-right { right: -40px; }
.swoosh-left { left: -60px; }
.dots { position: absolute; width: 160px; height: 110px; background-image: radial-gradient(#c5d0e2 2.5px, transparent 2.6px); background-size: 22px 22px; pointer-events: none; }
.dots-hero { top: 36px; right: 22%; }
.dots-steps { bottom: 30px; right: 6%; }

.section { position: relative; padding-block: clamp(56px, 8vw, 100px); }
.section-soft { background: var(--soft); overflow: hidden; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); transition: transform .2s ease; }
.card:hover { transform: translateY(-4px); }
.card p { color: var(--muted); margin: 0; font-size: .96rem; }
.card-icon { width: 54px; height: 54px; border-radius: 16px; background: var(--soft); display: grid; place-items: center; margin-bottom: 16px; }
.card-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--red); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.steps { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: none; }
.steps li { background: #fff; border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); position: relative; }
.steps p { color: var(--muted); margin: 0; }
.step-num { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 800; font-size: 1.3rem; margin-bottom: 14px; }

.tips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.tip { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 26px 22px 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.tip-num { font-weight: 800; font-size: 2.6rem; line-height: 1; margin: 0 0 14px; color: var(--navy); letter-spacing: -.03em; }
.tip-num span { color: var(--red); }
.pill { background: var(--red); color: #fff; border-radius: 18px; padding: 12px 16px; font-size: 1.05rem; text-align: center; }
.tip > p:not(.tip-num):not(.tip-cta) { color: var(--muted); font-size: .96rem; }
.checks { list-style: none; padding: 8px 16px; margin: 4px 0 18px; background: var(--soft); border-radius: 18px; }
.checks li { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-weight: 600; border-bottom: 1px solid var(--line); }
.checks li:last-child { border-bottom: 0; }
.checks li::before { content: ""; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12l4 4 8-8' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px no-repeat; }
.checks-navy li::before { background-color: var(--navy); }
.tip-cta { margin: auto 0 0; background: var(--red); color: #fff; border-radius: 999px; padding: 10px 18px; font-weight: 700; text-align: center; }

.faq { margin-top: 36px; display: grid; gap: 12px; }
.faq details { background: #fff; border-radius: 18px; border: 1px solid var(--line); padding: 4px 22px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--red); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); }

.cta-band { position: relative; overflow: hidden; background: var(--red); color: #fff; padding-block: 56px; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; }
.cta-band h2 { margin-bottom: .2em; }
.cta-band p { margin: 0; opacity: .92; }

.site-footer { background: var(--navy); color: #cdd7e8; padding-block: 36px; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.footer-brand { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: .4em; }
.footer-brand strong { color: #ff4b55; }
.disclaimer { font-size: .85rem; max-width: 46em; margin: 0; }
.copy { font-size: .85rem; margin: 0; }

.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 45; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(0, 0, 0, .2); }
.wa-float svg { width: 30px; height: 30px; }

.promo { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--navy); color: #fff; text-decoration: none; padding: 10px 20px; font-size: .92rem; font-weight: 500; line-height: 1.35; }
.promo-text { min-width: 0; }
.promo strong { color: #ff4b55; }
.promo:hover { background: var(--navy-2); }
.promo-dot { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: #ff4b55; box-shadow: 0 0 0 0 rgba(255, 75, 85, .7); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255, 75, 85, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 75, 85, 0); } }

.adelanto-grid { display: grid; grid-template-columns: 1.45fr .85fr; gap: 40px; align-items: center; position: relative; }
.steps-inline { margin-top: 28px; gap: 16px; }
.steps-inline li { padding: 22px 20px; }
.steps-inline .step-num { width: 42px; height: 42px; font-size: 1.1rem; }
.month-card { background: var(--navy); color: #fff; border-radius: 28px; padding: 34px 30px; box-shadow: 0 20px 40px rgba(11, 42, 91, .25); position: relative; overflow: hidden; }
.month-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border: 22px solid var(--red); border-radius: 50%; opacity: .9; }
.month-kicker { text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: .82rem; color: #ff4b55; margin-bottom: .2em; }
.month-name { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; line-height: 1.05; margin-bottom: .4em; position: relative; z-index: 1; }
.month-card > p:not(.month-kicker):not(.month-name):not(.month-note) { color: #d5def0; }
.month-card .btn { width: 100%; margin: 8px 0 14px; }
.month-note { font-size: .78rem; color: #9fb0cf; margin: 0; }

@media (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .adelanto-grid { grid-template-columns: 1fr; }
  .month-card { max-width: 480px; }
  .tips { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 420px; margin: 0 auto; }
  .steps { grid-template-columns: 1fr; }
  .swoosh-right { opacity: .5; right: -110px; }
  .dots-hero { display: none; }
}

@media (max-width: 520px) {
  .promo { font-size: .84rem; padding: 9px 16px; justify-content: flex-start; }
  .promo-long { display: none; }
  .cards { grid-template-columns: 1fr; }
  .hero-ctas .btn { width: 100%; }
  .cta-row .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .card { transition: none; }
}
