:root {
  --white: #ffffff;
  --gold: #ffd700;
  --navy: #002368;
  --navy-deep: #001a4d;
  --navy-soft: #0a3080;
  --ink: #0c1730;
  --muted: #5b667e;
  --line: #e6e9f2;
  --radius: 16px;
  --shadow-sm: 0 4px 16px rgba(0, 35, 104, 0.08);
  --shadow-md: 0 18px 50px rgba(0, 35, 104, 0.16);
  --maxw: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .display { font-family: "Sora", "Plus Jakarta Sans", sans-serif; line-height: 1.12; letter-spacing: -0.02em; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(255, 215, 0, 0.16); color: var(--white);
  border: 1px solid rgba(255, 215, 0, 0.5);
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255,215,0,.25); }

.gold { color: var(--gold); }

/* ---------- Header ---------- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(0, 35, 104, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: var(--maxw); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-logo { height: 46px; width: auto; display: block; }
.nav-cta { color: var(--navy); background: var(--gold); text-decoration: none; font-weight: 700; font-size: .9rem; padding: 10px 20px; border-radius: 999px; transition: transform .15s ease, box-shadow .15s ease; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255,215,0,.35); }
@media (max-width: 600px) { .brand-logo { height: 38px; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: "Plus Jakarta Sans"; font-weight: 700; font-size: 1.02rem;
  padding: 16px 28px; border-radius: 12px; border: none; cursor: pointer;
  text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 26px rgba(255,215,0,.4); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,215,0,.5); }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--white); overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(255,215,0,.18), transparent 60%),
    radial-gradient(700px 400px at 0% 110%, rgba(255,215,0,.10), transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 26px 26px; opacity: .5;
}
.hero-inner { position: relative; z-index: 1; padding-top: 70px; padding-bottom: 90px; text-align: center; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 800; margin: 22px auto 0; max-width: 14ch; }
.hero .lede { color: rgba(255,255,255,.82); font-size: clamp(1.02rem, 2vw, 1.18rem); max-width: 60ch; margin: 22px auto 0; }
.hero .lede strong { color: var(--white); }

/* ---------- Hero CTA (button that scrolls to the form) ---------- */
.hero-cta { margin-top: 32px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero-cta .btn { padding: 17px 34px; font-size: 1.08rem; }
.hero-cta .micro { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: rgba(255,255,255,.78); }
.hero-cta .micro .check { color: var(--gold); font-weight: 800; }

/* ---------- Signup form ---------- */
.signup { max-width: 480px; margin: 36px auto 0; }
.signup-row { display: flex; flex-direction: column; gap: 10px; background: var(--white); padding: 10px; border-radius: 16px; box-shadow: var(--shadow-md); }
.signup-row input,
.signup-row select {
  width: 100%; border: 1px solid var(--line); outline: none; background: var(--white);
  font-family: inherit; font-size: 1rem; color: var(--ink); padding: 14px 16px; border-radius: 10px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.signup-row input::placeholder { color: #9aa3b5; }
.signup-row input:focus,
.signup-row select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(0,35,104,.12); }
.signup-row select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23002368' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
}
.signup-row select:invalid { color: #9aa3b5; }
.signup-row .btn { width: 100%; padding: 15px 22px; }
.signup .micro { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: .9rem; color: rgba(255,255,255,.78); }
.signup .micro .check { color: var(--gold); font-weight: 800; }
.form-msg { margin-top: 12px; font-size: .92rem; font-weight: 600; min-height: 1.2em; }
.form-msg.error { color: #ffd0d0; }
.form-msg.success { color: var(--gold); }

/* ---------- Section scaffolding ---------- */
section { padding: 84px 0; }
.section-head { text-align: center; max-width: 64ch; margin: 0 auto 50px; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 800; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin-top: 14px; }
.section-head.light h2 { color: var(--white); }
.section-head.light p { color: rgba(255,255,255,.78); }

.band-navy { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: var(--white); }
.band-soft { background: #f6f8fc; }

/* ---------- Who this is for ---------- */
.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 880px; margin: 0 auto; }
.check-item {
  display: flex; gap: 14px; align-items: flex-start; padding: 22px 24px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.check-item .ico { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; background: rgba(0,35,104,.07); color: var(--navy); display: grid; place-items: center; font-weight: 800; }
.check-item p { font-size: 1.02rem; color: var(--ink); font-weight: 500; }
@media (max-width: 720px) { .checklist { grid-template-columns: 1fr; } }

/* ---------- Opportunity ---------- */
.opportunity { text-align: center; max-width: 70ch; margin: 0 auto; }
.opportunity p { font-size: 1.15rem; color: rgba(255,255,255,.85); margin-top: 18px; }
.opportunity .big { font-family: "Sora"; font-size: clamp(1.4rem, 3vw, 2rem); color: var(--white); font-weight: 700; margin-top: 6px; }

/* ---------- Programs ---------- */
.programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.program {
  position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  overflow: hidden;
}
.program::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--gold), #ffe766); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.program:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(255,215,0,.6); }
.program:hover::before { transform: scaleX(1); }
.program .pico { width: 52px; height: 52px; border-radius: 13px; background: var(--navy); color: var(--gold); display: grid; place-items: center; margin-bottom: 18px; }
.program .pico svg { width: 26px; height: 26px; }
.program h3 { font-size: 1.2rem; font-weight: 700; color: var(--navy); }
.program p { color: var(--muted); margin-top: 10px; font-size: .98rem; }
.programs-note { text-align: center; margin-top: 36px; color: var(--muted); font-weight: 600; }
.programs-note b { color: var(--navy); }
@media (max-width: 900px) { .programs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .programs { grid-template-columns: 1fr; } }

/* ---------- Bonuses ---------- */
.bonus-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.bonus {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius);
  padding: 26px 20px; text-align: center; transition: transform .2s ease, background .2s ease;
}
.bonus:hover { transform: translateY(-5px); background: rgba(255,215,0,.1); border-color: rgba(255,215,0,.4); }
.bonus .gift { font-size: 1.9rem; }
.bonus p { color: var(--white); font-weight: 600; margin-top: 12px; font-size: .96rem; }
.bonus-foot { text-align: center; color: rgba(255,255,255,.78); max-width: 60ch; margin: 36px auto 0; font-size: 1.02rem; }
@media (max-width: 980px) { .bonus-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .bonus-grid { grid-template-columns: 1fr; } }

/* ---------- Two-column feature cards (guarantee + limited) ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.feature-card { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 38px 34px; box-shadow: var(--shadow-sm); }
.feature-card.accent { background: var(--navy); color: var(--white); border: none; position: relative; overflow: hidden; }
.feature-card.accent::after { content: ""; position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(255,215,0,.25), transparent 70%); }
.feature-card .tag { display: inline-block; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); background: rgba(255,215,0,.2); padding: 6px 14px; border-radius: 999px; }
.feature-card.accent .tag { color: var(--navy); background: var(--gold); }
.feature-card h3 { font-size: 1.5rem; margin-top: 16px; color: var(--navy); }
.feature-card.accent h3 { color: var(--white); position: relative; z-index: 1; }
.feature-card ul { list-style: none; margin-top: 22px; display: grid; gap: 14px; position: relative; z-index: 1; }
.feature-card li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.feature-card li .tick { color: var(--gold); font-weight: 800; flex-shrink: 0; }
.feature-card .closing { margin-top: 22px; font-style: italic; color: var(--muted); position: relative; z-index: 1; }
.feature-card.accent .closing { color: rgba(255,255,255,.8); }
.feature-card.accent li { color: rgba(255,255,255,.92); }
@media (max-width: 820px) { .duo { grid-template-columns: 1fr; } }

/* ---------- Why join now / timeline ---------- */
.why { text-align: center; max-width: 70ch; margin: 0 auto; }
.date-pill {
  display: inline-flex; align-items: center; gap: 12px; margin: 8px 0 22px;
  background: rgba(255,215,0,.16); border: 1px solid rgba(255,215,0,.5); color: var(--navy);
  padding: 14px 26px; border-radius: 14px; font-family: "Sora"; font-weight: 700; font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}
.why p { color: var(--muted); font-size: 1.1rem; }

/* ---------- Final CTA ---------- */
.final { text-align: center; }
.final h2 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; color: var(--white); max-width: 18ch; margin: 0 auto; }
.final h2 .gold { display: block; }
.final .signup { margin-top: 36px; }

/* ---------- Footer ---------- */
footer { background: var(--navy-deep); color: rgba(255,255,255,.7); padding: 56px 0 40px; }
.foot-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; align-items: flex-start; }
.foot-brand b { color: var(--white); font-family: "Sora"; font-size: 1.05rem; }
.foot-brand p { margin-top: 8px; max-width: 42ch; font-size: .95rem; }
.small-print { margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; color: rgba(255,255,255,.55); }
.small-print p { margin-top: 6px; }
.small-print b { color: rgba(255,255,255,.8); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ====================================================================
   CONVERSION COMPONENTS (MAGIC · Guarantee · Bonuses · Urgency · Scarcity)
   ==================================================================== */

/* ---------- Announcement bar (magnetic reason + urgency) ---------- */
.announce { background: var(--gold); color: var(--navy); }
.announce-inner { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; padding: 10px 24px; text-align: center; }
.announce-text { font-size: .92rem; font-weight: 600; }
.announce-text strong { font-weight: 800; }
.announce-count { font-family: "Sora", monospace; font-weight: 800; font-size: .9rem; background: var(--navy); color: var(--gold); padding: 5px 12px; border-radius: 8px; white-space: nowrap; }
@media (max-width: 640px) { .announce-text { font-size: .82rem; } }

/* ---------- MAGIC chips ---------- */
.magic-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 28px auto 0; max-width: 760px; }
.magic-chips .chip {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.9); border-radius: 999px; padding: 9px 16px; font-size: .86rem; font-weight: 500;
}
.magic-chips .chip b { color: var(--gold); font-weight: 700; margin-right: 6px; text-transform: uppercase; font-size: .72rem; letter-spacing: .06em; }

/* ---------- Seats / scarcity bar ---------- */
.seats { max-width: 540px; margin: 30px auto 0; text-align: left; }
.seats-head { display: flex; justify-content: space-between; align-items: baseline; font-size: .88rem; color: rgba(255,255,255,.82); margin-bottom: 8px; }
.seats-head b { color: var(--gold); font-family: "Sora"; font-size: 1.05rem; }
.seats-pct { font-weight: 700; color: var(--gold); }
.seats-bar { height: 10px; border-radius: 999px; background: rgba(255,255,255,.14); overflow: hidden; }
.seats-fill { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--gold), #ffe766); transition: width 1.1s cubic-bezier(.2,.8,.2,1); }
.seats.light .seats-head { color: rgba(255,255,255,.82); }

/* ---------- Program CTA tile ---------- */
.program-cta { display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(160deg, var(--navy), var(--navy-deep)); color: var(--white); border: none; }
.program-cta .program-cta-num { font-family: "Sora"; font-size: 2rem; font-weight: 800; color: var(--gold); }
.program-cta .program-cta-sub { font-weight: 600; margin-top: 4px; }
.program-cta p { color: rgba(255,255,255,.75); margin-top: 10px; font-size: .92rem; }
.program-cta::before { display: none; }

/* ---------- Bonus stack (structured categories) ---------- */
.bonus-cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bonus-cat {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 26px 26px 22px; transition: transform .2s ease, border-color .2s ease;
}
.bonus-cat:hover { transform: translateY(-4px); border-color: rgba(255,215,0,.4); }
.bonus-cat.highlight { background: rgba(255,215,0,.1); border-color: rgba(255,215,0,.55); }
.bonus-cat-head { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 16px; }
.bonus-cat-tag { font-family: "Sora"; font-weight: 700; font-size: 1.05rem; color: var(--gold); }
.bonus-cat-aim { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--navy); background: var(--gold); padding: 4px 10px; border-radius: 999px; }
.bonus-cat ul { list-style: none; display: grid; gap: 11px; }
.bonus-cat li { display: flex; gap: 11px; align-items: flex-start; color: rgba(255,255,255,.92); font-weight: 500; font-size: .98rem; }
.bonus-cat .b-ico { flex-shrink: 0; color: var(--gold); }
.value-flag { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 800; padding: 8px 18px; border-radius: 999px; margin-bottom: 12px; }
.bonus-foot .value-flag { display: inline-block; }
.bonus-foot { display: flex; flex-direction: column; align-items: center; gap: 4px; }
@media (max-width: 760px) { .bonus-cats { grid-template-columns: 1fr; } }

/* ---------- Triple Guarantee ---------- */
.guarantees { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.g-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.g-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.g-card .g-badge { width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 16px; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-size: 1.5rem; }
.g-card h3 { font-size: 1.2rem; color: var(--navy); }
.g-card p { color: var(--muted); margin-top: 10px; font-size: .98rem; }
.guarantee-foot { text-align: center; margin-top: 32px; font-style: italic; color: var(--navy); font-weight: 600; font-size: 1.05rem; }
@media (max-width: 820px) { .guarantees { grid-template-columns: 1fr; } }

/* ---------- Urgency + Scarcity ---------- */
.urgency-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.urgency-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 32px 30px; }
.u-tag { display: inline-block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--navy); background: var(--gold); padding: 5px 14px; border-radius: 999px; }
.urgency-card p { color: rgba(255,255,255,.82); margin-top: 16px; }
.urgency-card p b { color: var(--white); }
.u-warn { color: var(--gold) !important; font-weight: 600; }
.u-list { list-style: none; margin: 18px 0 4px; display: grid; gap: 10px; }
.u-list li { display: flex; gap: 10px; color: rgba(255,255,255,.9); font-weight: 500; }
.u-list .tick { color: var(--gold); font-weight: 800; }

/* Countdown */
.countdown { display: flex; gap: 12px; margin-top: 20px; }
.cd-box { flex: 1; background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 14px 6px; text-align: center; }
.cd-box span { display: block; font-family: "Sora"; font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 800; color: var(--gold); line-height: 1; }
.cd-box small { display: block; margin-top: 6px; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.6); }

/* Price ladder */
.ladder { display: flex; align-items: stretch; justify-content: center; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.ladder-step { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 18px 24px; text-align: center; min-width: 160px; }
.ladder-step.active { background: var(--gold); border-color: var(--gold); }
.ladder-step b { display: block; font-family: "Sora"; font-size: 1.05rem; color: var(--white); }
.ladder-step span { display: block; margin-top: 4px; font-size: .82rem; color: rgba(255,255,255,.7); }
.ladder-step.active b { color: var(--navy); }
.ladder-step.active span { color: rgba(0,35,104,.8); }
.ladder-arrow { display: flex; align-items: center; color: var(--gold); font-size: 1.4rem; font-weight: 800; }
@media (max-width: 820px) { .urgency-grid { grid-template-columns: 1fr; } .ladder-arrow { transform: rotate(90deg); } }

/* ---------- WhatsApp Community ---------- */
.community {
  position: relative; max-width: 760px; margin: 0 auto; text-align: center; overflow: hidden;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--white); border-radius: 24px; padding: 56px 40px; box-shadow: var(--shadow-md);
}
.community::after {
  content: ""; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,211,102,.28), transparent 70%); pointer-events: none;
}
.community > * { position: relative; z-index: 1; }
.community-badge {
  width: 78px; height: 78px; margin: 0 auto 22px; border-radius: 20px;
  background: #25D366; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.4);
}
.community-badge svg { width: 44px; height: 44px; fill: #fff; }
.community h2 { color: var(--white); font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 800; }
.community p { color: rgba(255,255,255,.82); max-width: 52ch; margin: 16px auto 0; font-size: 1.05rem; }
.community-perks {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px;
  margin: 22px auto 0; max-width: 560px;
}
.community-perks li { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.9); font-weight: 500; font-size: .95rem; }
.community-perks .tick { color: var(--gold); font-weight: 800; }
.btn-whatsapp {
  background: #25D366; color: #fff; margin-top: 30px; box-shadow: 0 10px 26px rgba(37,211,102,.45);
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(37,211,102,.55); }
.btn-whatsapp svg { width: 22px; height: 22px; fill: #fff; }
.community-note { display: block; margin-top: 16px; font-size: .86rem; color: rgba(255,255,255,.6); }

/* ====================================================================
   RESPONSIVE — tablet & mobile tuning
   ==================================================================== */

/* ----- Tablet / small laptop ----- */
@media (max-width: 768px) {
  section { padding: 60px 0; }
  .section-head { margin-bottom: 36px; }
  .hero-inner { padding-top: 52px; padding-bottom: 64px; }
  .feature-card { padding: 30px 24px; }
  .urgency-card { padding: 26px 22px; }
  .community { padding: 44px 28px; }
  .g-card { padding: 28px 24px; }
}

/* ----- Phones ----- */
@media (max-width: 480px) {
  .wrap { padding: 0 18px; }
  .nav-inner { padding: 12px 18px; }
  .nav-cta { padding: 9px 16px; font-size: .85rem; }
  .brand-logo { height: 34px; }

  section { padding: 48px 0; }
  .section-head { margin-bottom: 30px; }
  .section-head p { font-size: 1rem; }

  /* Hero */
  .hero-inner { padding-top: 40px; padding-bottom: 52px; }
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); margin-top: 18px; }
  .hero .lede { font-size: 1rem; margin-top: 18px; }
  .magic-chips { gap: 8px; margin-top: 22px; }
  .magic-chips .chip { font-size: .8rem; padding: 8px 13px; }
  .hero-cta .btn { width: 100%; padding: 16px 24px; }

  /* Buttons full-width feel better on phones */
  .btn { font-size: .98rem; }

  /* Announcement bar */
  .announce-inner { gap: 8px; padding: 10px 20px; }
  .announce-text { font-size: .8rem; line-height: 1.45; }
  .announce-count { font-size: .8rem; padding: 4px 10px; }

  /* Cards / sections inner spacing */
  .check-item { padding: 18px 18px; }
  .feature-card { padding: 26px 20px; }
  .feature-card h3 { font-size: 1.3rem; }
  .urgency-card { padding: 24px 18px; }
  .community { padding: 38px 20px; border-radius: 20px; }
  .community-badge { width: 66px; height: 66px; }
  .community-badge svg { width: 36px; height: 36px; }
  .program { padding: 26px 22px; }
  .bonus-cat { padding: 22px 20px; }
  .g-card { padding: 26px 22px; }

  /* Countdown: keep 4 across but compact */
  .countdown { gap: 8px; }
  .cd-box { padding: 12px 4px; border-radius: 10px; }
  .cd-box span { font-size: clamp(1.3rem, 7vw, 1.8rem); }
  .cd-box small { font-size: .6rem; letter-spacing: .06em; }

  /* Price ladder stacks fully */
  .ladder-step { width: 100%; min-width: 0; }

  /* Final CTA */
  .final .final-sub { font-size: 1rem; }

  /* Footer */
  .foot-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* ---------- Final CTA ---------- */
.final { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: var(--white); text-align: center; }
.final h2 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; color: var(--white); max-width: 18ch; margin: 0 auto; }
.final h2 .gold { display: block; }
.final .final-sub { color: rgba(255,255,255,.82); max-width: 60ch; margin: 20px auto 0; font-size: 1.08rem; }
.final .signup { margin-top: 32px; }
