:root{
  --brand:#00a8a8;
  --brand-dark:#008a8a;
  --brand-light:#e0f7f7;
  --accent:#25d366;
  --accent-hover:#128c7e;
  --custom:#f2295b;
  --text:#1f2937;
  --muted:#6b7280;
  --bg:#f8fafc;
  --white:#ffffff;
  --dark:#1f2937;
  --dark-2:#111827;
  --border:#e5e7eb;
  --shadow:0 18px 45px rgba(0,0,0,.10);
  --radius:22px;
  --radius-lg:32px;
  --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Nunito',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none}
.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}
.narrow{max-width:960px}
.center{text-align:center}
.section{padding:72px 0}
.section-white{background:#fff}
.section-gray{background:#f8fafc}
.section-brand{background:var(--brand);color:#fff}
.section-dark{background:#1f2937;color:#fff}
.border-top{border-top:1px solid var(--border)}
.border-bottom{border-bottom:1px solid var(--border)}

.hero{background:var(--brand);color:#fff;padding:56px 0 72px}
.hero-grid,
.two-col,
.compare-grid,
.audience-grid,
.bonus-grid,
.testimonial-grid{
  display:grid;
  gap:32px;
}
.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center}
.two-col{grid-template-columns:1fr 1fr;align-items:center}
.compare-grid{grid-template-columns:1fr 1fr}
.audience-grid{grid-template-columns:repeat(4,1fr)}
.bonus-grid{grid-template-columns:1fr 1fr}
.testimonial-grid{grid-template-columns:1fr 1fr}

.hero h1{
  font-size:clamp(2.1rem,4.6vw,4.3rem);
  line-height:1.12;
  margin:0 0 24px;
  font-weight:700;
}
.hero-lead{
  margin:0;
  font-size:1.1rem;
  background:rgba(255,255,255,.18);
  padding:18px 20px;
  border-radius:16px;
}
.highlight-ref{
  background:var(--custom);
  color:#fff;
  padding:2px 8px;
  line-height:1.5;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}
.hero-copy{display:flex;flex-direction:column;gap:20px}
.hero-media{display:flex;justify-content:center}
.hero-image{filter:drop-shadow(0 24px 30px rgba(0,0,0,.18))}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  border-radius:999px;
  transition:transform .2s ease, background-color .2s ease;
  text-align:center;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:var(--accent);
  color:#fff;
  width:min(100%,360px);
  padding:18px 28px;
  font-size:1.1rem;
  text-transform:uppercase;
}
.btn-primary:hover{background:var(--accent-hover)}
.btn-buy{
  width:100%;
  background:#22c55e;
  color:#fff;
  padding:20px 24px;
  border-radius:18px;
  font-size:1.15rem;
  font-weight:700;
  text-transform:uppercase;
  box-shadow:0 18px 34px rgba(34,197,94,.28);
  animation:pulse-soft 2s infinite;
}
.btn-buy:hover{background:#16a34a}

.section-title{
  font-size:clamp(1.8rem,3vw,2.4rem);
  line-height:1.2;
  font-weight:700;
  margin:0 0 28px;
  text-align:center;
}
.section-title.left{text-align:left}
.section-title.white{color:#fff}
.section-title.accent{color:var(--custom)}
.accent-text{color:var(--custom);font-weight:700}
.bonus-highlight{color:#fde68a}
.light-text{color:rgba(255,255,255,.92)}
.text-block p{margin:0 0 16px;font-size:1.08rem}

.author-card{
  background:rgba(255,255,255,.12);
  padding:14px;
  border-radius:28px;
  box-shadow:var(--shadow);
  max-width:470px;
  margin-inline:auto;
}
.author-card img{border-radius:22px}

.intro-text{font-size:1.05rem;margin:0 0 18px;color:#374151}
.subheading{
  margin:26px 0 16px;
  font-size:.95rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.check-list,.x-list,.ok-list,.offer-list{list-style:none;padding:0;margin:0}
.check-list li,.x-list li,.ok-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:12px;
}
.check-list li::before,
.ok-list li::before,
.x-list li::before{
  position:absolute;left:0;top:0;font-weight:700
}
.check-list li::before{content:"✓";color:var(--custom)}
.ok-list li::before{content:"✔";color:#16a34a}
.x-list li::before{content:"❌";color:var(--custom)}

.media-box{display:flex;justify-content:center}
.media-box img{filter:drop-shadow(0 22px 28px rgba(0,0,0,.14))}

.card{
  border-radius:24px;
  padding:28px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 4px 18px rgba(15,23,42,.04);
}
.card h3{
  text-align:center;
  font-size:1.35rem;
  line-height:1.25;
  margin:0 0 20px;
}
.card-image{
  border-radius:18px;
  overflow:hidden;
  height:224px;
  margin-bottom:22px;
  background:#e5e7eb;
}
.card-image img{width:100%;height:100%;object-fit:cover}
.card-negative{background:#f9fafb}
.card-positive{background:#eafcf2;border-color:#bbf0d4}

.mini-card{
  background:#fff;
  padding:28px 22px;
  border-radius:18px;
  box-shadow:0 4px 16px rgba(15,23,42,.05);
  border-top:4px solid var(--brand);
  text-align:center;
}
.mini-icon{
  font-size:2rem;
  color:var(--brand);
  margin-bottom:8px;
}
.mini-card h3{
  font-size:.95rem;
  text-transform:uppercase;
  margin:0 0 12px;
}
.mini-card p{
  margin:0;
  color:#4b5563;
  font-size:.96rem;
}

.bonus-card{
  background:#fff;
  color:var(--text);
  border-radius:24px;
  padding:34px 28px;
  box-shadow:var(--shadow);
  text-align:center;
}
.bonus-card h3{margin:0 0 18px;color:var(--custom);font-size:1.4rem}
.bonus-card p{margin:0 0 16px;color:#4b5563}
.bonus-image{margin:0 auto 18px;width:min(220px,75%)}
.bonus-image.bonus-small{width:min(150px,50%)}
.bonus-price{font-size:1.1rem;font-weight:700;color:#16a34a}
.bonus-price span{text-decoration:line-through;color:#9ca3af;font-size:.95rem}

.testimonial-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
  text-align:left;
}
.no-avatar{display:block}
.testimonial-avatar{
  width:40px;height:40px;border-radius:50%;
  overflow:hidden;flex:0 0 40px;background:#d1d5db
}
.whatsapp-bubble{
  background:#202c33;
  color:#e9edef;
  border-radius:10px;
  border-top-left-radius:0;
  padding:14px 16px;
  position:relative;
  box-shadow:0 1px .5px rgba(11,20,26,.13);
  width:100%;
}
.whatsapp-bubble::before{
  content:"";
  position:absolute;top:0;left:-8px;
  width:0;height:0;
  border-top:10px solid #202c33;
  border-left:10px solid transparent;
}
.no-avatar .whatsapp-bubble::before{display:none}
.bubble-name{margin:0 0 6px;font-size:.82rem;font-weight:700}
.bubble-text{margin:0;font-size:.95rem}
.bubble-time{margin:8px 0 0;font-size:.7rem;text-align:right;color:#9ca3af}
.bubble-green{color:#4ade80}
.bubble-blue{color:#60a5fa}
.bubble-purple{color:#c084fc}
.bubble-pink{color:#f472b6}

.offer-anchor{scroll-margin-top:16px}
.offer-box{
  max-width:760px;
  margin:0 auto;
  background:#fff;
  color:var(--text);
  border-radius:32px;
  padding:34px 26px;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
  text-align:center;
}
.offer-title{
  margin:0 0 24px;
  font-size:clamp(1.3rem,2.6vw,2rem);
  line-height:1.25;
}
.offer-list{
  max-width:320px;
  margin:0 auto 28px;
  text-align:left;
  color:#374151;
  font-weight:700;
}
.offer-list p{margin:0 0 8px}
.offer-list span{text-decoration:line-through;color:#9ca3af}
.price-block{margin:0 0 26px}
.price-alert{
  margin:0 0 10px;
  color:var(--custom);
  font-weight:700;
  text-transform:uppercase;
  font-size:.88rem;
}
.price-before{margin:0 0 6px;color:#6b7280;font-size:1.1rem}
.price-before span{text-decoration:line-through}
.price-now{
  font-size:clamp(3rem,7vw,4.4rem);
  line-height:1;
  font-weight:700;
  color:#22c55e;
}
.payments{
  margin-top:18px;
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
  color:#6b7280;
  font-size:.92rem;
  font-weight:700;
}

.guarantee-badge{
  width:96px;height:96px;
  margin:0 auto 22px;
  border:4px solid #facc15;
  color:#facc15;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.guarantee-badge .big{font-size:2rem;font-weight:700}
.guarantee-badge .small{text-transform:uppercase;font-size:.75rem;font-weight:700}
.upper{text-transform:uppercase}
.guarantee-text{
  max-width:760px;
  margin:0 auto 44px;
  color:#d1d5db;
}
.faq-wrap{
  border-top:1px solid #4b5563;
  padding-top:40px;
}
.faq-wrap h3{margin:0 0 22px;font-size:1.4rem}
.faq-list{max-width:760px;margin:0 auto;text-align:left}
.faq-item{
  padding:0 0 12px;
  margin-bottom:14px;
  border-bottom:1px solid #4b5563;
  font-weight:700;
}

@keyframes pulse-soft{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.03)}
}

@media (max-width: 991px){
  .hero-grid,.two-col,.compare-grid,.bonus-grid,.testimonial-grid{grid-template-columns:1fr}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .hero{padding:48px 0 64px}
  .hero-media{order:2}
  .hero-copy{order:1}
  .two-col.align-center{align-items:start}
  .section{padding:64px 0}
}

@media (max-width: 640px){
  .container{width:min(calc(100% - 24px),var(--container))}
  .section{padding:56px 0}
  .hero{padding:42px 0 56px}
  .hero-lead{font-size:1rem;padding:16px}
  .btn-primary{width:100%}
  .audience-grid{grid-template-columns:1fr}
  .offer-box{padding:28px 18px;border-radius:24px}
  .card,.mini-card,.bonus-card{padding:22px 18px}
  .card-image{height:200px}
}

.checkout-guarantee{
  margin:16px 0 0;
  padding:12px 16px;
  background:#ecfdf5;
  border:1px solid #86efac;
  border-radius:14px;
  text-align:center;
  box-shadow:0 6px 18px rgba(34,197,94,.10);
}

.checkout-guarantee strong{
  display:block;
  color:#166534;
  font-size:1rem;
  line-height:1.2;
  font-weight:800;
  margin-bottom:4px;
  text-transform:uppercase;
}

.checkout-guarantee span{
  display:block;
  color:#374151;
  font-size:.92rem;
  line-height:1.45;
  font-weight:700;
}