/* ═══════════════════════════════════════════════
   TESTONAX – BOFU OFFER PAGE
   Bottom of Funnel · High-conversion · 2026
═══════════════════════════════════════════════ */

:root {
  --primary:      #003397;
  --primary-dark: #00246b;
  --red:          #e21549;
  --red-dark:     #b80f3b;
  --green:        #12944f;
  --gold:         #f5a623;
  --text:         #0d1226;
  --muted:        #5c677d;
  --border:       #dce3ef;
  --bg:           #f4f7fc;
  --white:        #ffffff;
  --shadow:       0 4px 24px rgba(0,51,151,.10);
  --shadow-lg:    0 10px 40px rgba(0,51,151,.16);
  --r:            14px;
  --r-sm:         8px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* ── UTILITY ────────────────────────────────────────────── */
.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 18px;
}
.text-center { text-align: center; }
.text-muted  { color: var(--muted); }

/* ── URGENCY BAR ────────────────────────────────────────── */
.urgency-bar {
  background: var(--primary-dark);
  color: var(--white);
  text-align: center;
  padding: 9px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.urgency-bar strong { color: var(--gold); }

/* ── HEADER ─────────────────────────────────────────────── */
.bofu-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 12px 18px;
  text-align: center;
}
.bofu-header img { height: 34px; margin: 0 auto; }

/* ── COUNTDOWN STRIP ────────────────────────────────────── */
.countdown-strip {
  background: var(--red);
  color: var(--white);
  padding: 10px 18px;
  text-align: center;
}
.cd-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cd-text { font-size: 0.88rem; font-weight: 700; white-space: nowrap; }
.cd-timer {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 900;
  font-size: 1.1rem;
}
.cd-unit {
  background: rgba(0,0,0,.22);
  border-radius: 5px;
  padding: 4px 10px;
  min-width: 40px;
  text-align: center;
  line-height: 1.1;
}
.cd-unit small {
  display: block;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .75;
  margin-top: 2px;
}
.cd-colon { font-size: 1.2rem; opacity: .6; margin-bottom: 8px; }

/* ── HERO OFFER ─────────────────────────────────────────── */
.hero-offer {
  background: linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: var(--white);
  padding: 36px 18px 32px;
  text-align: center;
}
.offer-badge {
  display: inline-block;
  background: var(--gold);
  color: #1a1100;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.hero-offer h1 {
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero-offer h1 em { font-style: normal; color: var(--gold); }
.hero-offer .sub {
  font-size: 0.95rem;
  opacity: .82;
  max-width: 480px;
  margin: 0 auto 20px;
}
.hero-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.88rem;
  margin-bottom: 20px;
}
.hero-stars .stars { font-size: 1.2rem; color: var(--gold); letter-spacing: 2px; }

/* ── PRODUCT BOX ────────────────────────────────────────── */
.product-box {
  background: var(--white);
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  margin: -24px 0 0;
  position: relative;
  z-index: 10;
}

/* ── PACKAGE TABS ───────────────────────────────────────── */
.pkg-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 2px solid var(--border);
}
.pkg-tab {
  padding: 12px 6px;
  text-align: center;
  cursor: pointer;
  border: none;
  background: var(--bg);
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
  transition: background .2s, color .2s;
  position: relative;
  border-right: 1px solid var(--border);
}
.pkg-tab:last-child { border-right: none; }
.pkg-tab .tab-name { font-size: 0.88rem; font-weight: 800; color: var(--text); display: block; }
.pkg-tab .tab-save {
  display: inline-block;
  background: var(--border);
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 50px;
  margin-top: 3px;
}
.pkg-tab.active {
  background: var(--white);
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  margin-bottom: -2px;
}
.pkg-tab.active .tab-save {
  background: var(--green);
  color: var(--white);
}
.pkg-tab .popular-dot {
  position: absolute;
  top: 6px; right: 6px;
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
}

/* ── PACKAGE CONTENT ────────────────────────────────────── */
.pkg-panel { display: none; padding: 24px 20px; }
.pkg-panel.active { display: block; }

.pkg-layout {
  display: flex;
  gap: 20px;
  align-items: center;
}
.pkg-img {
  flex: 0 0 140px;
  text-align: center;
}
.pkg-img img {
  width: 100%;
  max-width: 140px;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0,51,151,.18));
}
.pkg-info { flex: 1; min-width: 0; }

.pkg-popular-badge {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
  letter-spacing: .03em;
}
.pkg-info h2 {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 2px;
}
.pkg-qty {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 12px;
}
.pkg-perks {
  list-style: none;
  margin-bottom: 14px;
}
.pkg-perks li {
  font-size: 0.84rem;
  padding: 3px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.pkg-perks li::before {
  content: '✓';
  color: var(--green);
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.pkg-perks li strong { font-weight: 700; }

.pkg-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.pkg-old {
  font-size: 0.88rem;
  color: var(--muted);
  text-decoration: line-through;
}
.pkg-new {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}
.pkg-save-badge {
  background: var(--red);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 50px;
}
.pkg-per {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 16px;
}
.pkg-day-price {
  font-size: 0.82rem;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 16px;
}

/* ── CTA BUTTON ─────────────────────────────────────────── */
.btn-cta {
  display: block;
  width: 100%;
  background: var(--red);
  color: var(--white);
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 16px 24px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 6px 22px rgba(226,21,73,.38);
  transition: background .2s, transform .15s, box-shadow .15s;
  letter-spacing: .01em;
}
.btn-cta:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(226,21,73,.48);
}
.btn-cta:active { transform: translateY(0); }
.btn-cta .btn-arrow { margin-right: 6px; }

.btn-cta-ghost {
  display: block;
  width: 100%;
  background: transparent;
  color: var(--primary);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 11px 24px;
  border: 2px solid var(--primary);
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  transition: background .2s, color .2s;
}
.btn-cta-ghost:hover { background: var(--primary); color: var(--white); }

.secure-note {
  text-align: center;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* ── PAYMENT ICONS ──────────────────────────────────────── */
.payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  background: var(--bg);
  flex-wrap: wrap;
}
.payment-icons span {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  margin-right: 4px;
}

/* ── GUARANTEE ──────────────────────────────────────────── */
.guarantee-section {
  background: var(--white);
  border: 2px solid var(--green);
  border-radius: var(--r);
  padding: 24px 20px;
  margin: 20px 0;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.guarantee-icon {
  font-size: 3rem;
  line-height: 1;
  flex-shrink: 0;
}
.guarantee-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 6px;
}
.guarantee-body p {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ── TRUST ICONS ROW ────────────────────────────────────── */
.trust-row {
  display: flex;
  justify-content: center;
  gap: 0;
  background: var(--white);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border);
  margin: 20px 0;
}
.trust-item {
  flex: 1;
  text-align: center;
  padding: 16px 8px;
  border-right: 1px solid var(--border);
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
}
.trust-item:last-child { border-right: none; }
.trust-item .ti-icon {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}

/* ── SOCIAL PROOF ───────────────────────────────────────── */
.social-proof {
  background: var(--white);
  border-radius: var(--r);
  padding: 20px;
  margin: 20px 0;
  border: 1px solid var(--border);
}
.proof-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}
.proof-rating-big {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-num {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}
.rating-detail .stars { color: var(--gold); font-size: 1rem; }
.rating-detail .count { font-size: 0.75rem; color: var(--muted); }
.proof-verified {
  font-size: 0.72rem;
  color: var(--green);
  font-weight: 700;
  background: #e8f7ee;
  padding: 4px 10px;
  border-radius: 50px;
}

.review-mini {
  border-top: 1px solid var(--border);
  padding: 14px 0;
}
.review-mini:first-of-type { border-top: none; padding-top: 0; }
.rmini-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.rmini-author { font-size: 0.84rem; font-weight: 700; }
.rmini-stars  { color: var(--gold); font-size: 0.85rem; }
.rmini-title  { font-size: 0.84rem; font-weight: 700; margin-bottom: 3px; }
.rmini-body   { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }
.rmini-check  { font-size: 0.72rem; color: var(--green); font-weight: 700; margin-top: 5px; }
.rmini-check::before { content: '✓ '; }

/* ── LAST CALL BLOCK ────────────────────────────────────── */
.last-call {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-radius: var(--r);
  padding: 28px 20px;
  text-align: center;
  color: var(--white);
  margin: 20px 0;
}
.last-call h2 {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 6px;
}
.last-call h2 em { font-style: normal; color: var(--gold); }
.last-call p {
  font-size: 0.88rem;
  opacity: .8;
  margin-bottom: 20px;
}
.last-call .price-big {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.last-call .price-note {
  font-size: 0.78rem;
  opacity: .65;
  margin-bottom: 20px;
}
.last-call .btn-cta {
  max-width: 380px;
  margin: 0 auto;
}

/* ── FAQ ────────────────────────────────────────────────── */
.faq-section {
  background: var(--white);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border);
  margin: 20px 0;
}
.faq-section-title {
  font-size: 0.95rem;
  font-weight: 800;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  padding: 14px 20px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
  background: var(--white);
  border: none;
  width: 100%;
  font-family: inherit;
  text-align: left;
  color: var(--text);
}
.faq-q:hover { background: var(--bg); }
.faq-icon { color: var(--primary); font-size: 1.1rem; flex-shrink: 0; transition: transform .25s; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  transition: max-height .3s ease, padding .3s;
  padding: 0 20px;
  background: var(--bg);
}
.faq-item.open .faq-a  { max-height: 200px; padding: 12px 20px 16px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ── STICKY FOOTER CTA ──────────────────────────────────── */
.sticky-footer {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--white);
  border-top: 2px solid var(--border);
  padding: 12px 18px;
  z-index: 500;
  box-shadow: 0 -4px 20px rgba(0,0,0,.10);
  display: none;
}
.sticky-footer-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.sf-info { flex: 1; font-size: 0.82rem; font-weight: 600; min-width: 0; }
.sf-info strong { color: var(--primary); display: block; font-size: 0.9rem; }
.sf-info span   { color: var(--muted); font-weight: 400; font-size: 0.75rem; }
.sf-btn {
  background: var(--red);
  color: var(--white);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 12px 22px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(226,21,73,.32);
  flex-shrink: 0;
  transition: background .2s;
}
.sf-btn:hover { background: var(--red-dark); }

/* ── FOOTER ─────────────────────────────────────────────── */
.bofu-footer {
  background: #0a0f1e;
  color: rgba(255,255,255,.45);
  font-size: 0.73rem;
  line-height: 1.65;
  padding: 28px 18px 80px; /* 80px bottom = sticky CTA espaço */
  text-align: center;
}
.bofu-footer .logo-f { filter: brightness(0) invert(1); opacity: .35; height: 24px; margin: 0 auto 14px; }
.footer-links-f {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.footer-links-f a { color: rgba(255,255,255,.45); }
.footer-links-f a:hover { color: var(--white); }
.disclaimer { font-size: 0.7rem; opacity: .45; max-width: 580px; margin: 0 auto; }

/* ── SECTION SPACER ─────────────────────────────────────── */
.section {
  padding: 28px 0;
}
.section + .section {
  padding-top: 0;
}

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 520px) {
  .pkg-layout { flex-direction: column; align-items: center; text-align: center; }
  .pkg-img { flex: unset; }
  .pkg-perks li { justify-content: flex-start; text-align: left; }
  .pkg-price-row { justify-content: center; }
  .pkg-per, .pkg-day-price { text-align: center; }
  .pkg-new { font-size: 1.8rem; }
  .guarantee-section { flex-direction: column; text-align: center; align-items: center; }
  .proof-header { flex-direction: column; align-items: flex-start; }
  .last-call .price-big { font-size: 2rem; }
  .sticky-footer-inner { gap: 10px; }
  .sf-info strong { font-size: 0.82rem; }
  .sf-btn { font-size: 0.8rem; padding: 11px 16px; }
}

@media (max-width: 380px) {
  .pkg-tabs { font-size: 0.7rem; }
  .pkg-tab .tab-name { font-size: 0.8rem; }
  .btn-cta { font-size: 0.95rem; padding: 14px 16px; }
  .hero-offer h1 { font-size: 1.3rem; }
  .cd-timer { font-size: 0.95rem; }
  .cd-unit { min-width: 34px; padding: 3px 7px; }
}
