:root {
  --navy: #0b2548;
  --blue: #2b84ea;
  --blue-dark: #1769d3;
  --blue-soft: #e8f2fd;
  --mint: #f3faf6;
  --text: #1b2430;
  --muted: #5b6775;
  --line: #e6edf5;
  --bg: #ffffff;
  --offer: #0e7a46;
  --danger: #c2410c;
  --gold: #c9a227;
  --shadow: 0 16px 40px rgba(11, 37, 72, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
a { color: var(--blue); }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.brand img { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; }
.nav { display: flex; gap: 16px; align-items: center; font-size: 14px; }
.nav a { color: var(--muted); text-decoration: none; }
.nav a:hover { color: var(--navy); }
.top-cta {
  background: var(--blue);
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  padding: 48px 0 24px;
}
.hero-art {
  position: relative;
  animation: floaty 5s ease-in-out infinite;
}
.hero-art img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--blue-soft);
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
}
.badge.green { background: #e8f8ef; color: var(--offer); }
h1, h2, h3 { color: var(--navy); letter-spacing: -0.03em; }
h1 { font-size: clamp(30px, 4.4vw, 46px); line-height: 1.12; margin: 12px 0; }
.lead { color: var(--muted); font-size: 17px; margin: 0 0 20px; }
.checks { display: grid; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; }
.checks li { display: flex; gap: 10px; align-items: flex-start; color: var(--text); }
.icon {
  width: 22px; height: 22px; flex: none;
  background: var(--blue-soft); color: var(--blue-dark);
  border-radius: 50%; display: grid; place-items: center;
}
.icon svg { width: 13px; height: 13px; }
.price-box {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.now { font-size: 36px; font-weight: 800; color: var(--navy); }
.was { color: var(--muted); text-decoration: line-through; }
.pay, button.pay {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.pay:hover { background: var(--blue-dark); }
.pay.wa { background: #128C7E; text-decoration: none; display: inline-block; text-align: center; }
.pay.wa:hover { background: #075E54; }
.thanks-actions {
  display: grid;
  gap: 12px;
  max-width: 420px;
  margin: 20px auto 0;
}
.thanks-actions .pay { width: 100%; text-decoration: none; box-sizing: border-box; }
.pay:disabled { opacity: .65; cursor: wait; }
.pay::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.28), transparent 70%);
  transform: translateX(-120%);
  animation: shine 3.2s ease-in-out infinite;
}
.tiny { font-size: 13px; color: var(--muted); }
section { padding: 28px 0; }
.section-title { font-size: 28px; margin: 0 0 8px; }
.section-sub { color: var(--muted); margin: 0 0 22px; }
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 8px 0 28px;
}
.stat {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  background: #fff;
}
.stat-ic {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue-dark);
  display: grid;
  place-items: center;
}
.stat-ic svg { width: 22px; height: 22px; }
.stat b { display: block; font-size: 22px; color: var(--navy); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.audience-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.audience-list.not li { background: #fbfbfd; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(11, 37, 72, 0.45);
  display: grid;
  place-items: center;
  padding: 16px;
}
.modal-card {
  width: min(480px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--shadow);
  animation: fadeUp .35s ease;
}
.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.close-btn {
  border: 0;
  background: var(--blue-soft);
  color: var(--navy);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
.thanks-hero {
  text-align: center;
  padding: 28px 0 8px;
}
.thanks-hero .big-check {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #e8f8ef;
  color: var(--offer);
  display: grid;
  place-items: center;
}
.lock-box { text-align: center; padding: 48px 0; }
.grid-4, .grid-3, .grid-2 { display: grid; gap: 14px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1fr 1fr; }
.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .ic {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--blue-soft); display: grid; place-items: center; margin-bottom: 10px;
}
.card .ic svg { width: 20px; height: 20px; color: var(--blue-dark); }
.card h3 { margin: 0 0 6px; font-size: 16px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.bonus {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: center;
  background: linear-gradient(180deg, #f7fbff, #fff);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}
.strike { text-decoration: line-through; color: var(--muted); }
.free-tag {
  display: inline-block;
  background: #e8f8ef;
  color: var(--offer);
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
}
.quote {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}
.stars { color: var(--gold); letter-spacing: 1px; margin-bottom: 8px; }
.who { display: flex; gap: 10px; align-items: center; margin-top: 12px; font-size: 13px; color: var(--muted); }
.avatar {
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 700; color: #fff; background: var(--blue);
}
.pricing-table { width: 100%; border-collapse: collapse; }
.pricing-table td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.pricing-table td:last-child { text-align: right; font-weight: 700; }
.checkout-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--shadow);
  background: #fff;
}
form { display: grid; gap: 12px; }
label { font-size: 13px; font-weight: 600; color: var(--navy); }
input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%; margin-top: 6px; border: 1px solid var(--line);
  border-radius: 10px; padding: 12px 14px; font: inherit;
}
input:focus { outline: 2px solid #bfd8f8; border-color: var(--blue); }
.faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 8px 0;
  background: #fff;
}
.faq summary { cursor: pointer; font-weight: 600; color: var(--navy); }
.faq p { color: var(--muted); margin: 8px 0 0; }
.legal { padding: 40px 0 48px; }
.legal h1 { font-size: 32px; }
.legal h2 { font-size: 18px; margin-top: 28px; }
.legal p, .legal li { color: var(--muted); }
.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  color: var(--muted);
  font-size: 13px;
}
body:has(.floater) .site-footer { padding-bottom: 120px; }
.site-footer .links { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-bottom: 10px; }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: var(--navy); }
.floater {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(11,37,72,.1);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}
.floater-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.timer {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: var(--danger);
  animation: pulse 1s ease-in-out infinite;
}
.floater .pay { width: auto; padding: 11px 18px; }
.error { color: var(--danger); font-size: 13px; }
.hidden { display: none !important; }
.reveal { opacity: 0; transform: translateY(16px); animation: fadeUp .7s ease forwards; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes shine { 0% { transform: translateX(-120%); } 40%, 100% { transform: translateX(120%); } }
@keyframes pulse { 50% { opacity: .55; } }
@media (max-width: 900px) {
  .hero, .bonus, .grid-4, .grid-3, .audience-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 14px 10px; }
  .stat b { font-size: 18px; }
  .grid-2 { grid-template-columns: 1fr; }
  .nav .hide-sm { display: none; }
  .hero { padding-top: 24px; }
}
