:root{
  --bg-start:#f9f5ff;
  --bg-end:#f1f5ff;
  --text:#1f2937;
  --muted:#6b7280;
  --primary:#e11d74;
  --primary-2:#8b5cf6;
  --badge-bg:#f5e9ff;
  --badge-border:#e9d8fd;
  --card-bg:#ffffff;
  --shadow:0 20px 40px rgba(17,24,39,.12);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg-start),var(--bg-end));
  overflow-x:hidden;
}
html{overflow-x:hidden}
.page{padding:16px 16px 48px; max-width:100%; overflow-x:hidden}
.hero{
  max-width:740px;
  margin:0 auto;
  text-align:center;
  padding:0 12px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:600;
  font-size:13px;
  color:#7c3aed;
  background:var(--badge-bg);
  border:1px solid var(--badge-border);
  padding:9px 13px;
  border-radius:12px;
}
h1{
  margin:18px 0 10px;
  font-size:28px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:700;
}
.highlight{color:#d946ef}
.lead{
  margin:0 0 18px;
  font-size:16px;
  color:var(--muted);
}
.image-card{
  background:var(--card-bg);
  border-radius:20px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.image-card img{
  display:block;
  width:100%;
  height:auto;
}
.cta{
  display:block;
  width:100%;
  margin:22px 0 18px;
  text-align:center;
  text-decoration:none;
  font-weight:700;
  color:#fff;
  padding:16px 20px;
  border-radius:999px;
  background:linear-gradient(90deg,#fb7185,#d946ef 60%,#8b5cf6);
  box-shadow:0 10px 25px rgba(217,70,239,.35);
}
.cta .arrow{margin-left:8px}
.badges{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  justify-content:center;
  width:100%;
}
.badge-item{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-weight:600;
  background:#fff;
  border:1px solid #eef2ff;
  border-radius:999px;
  padding:5px 9px;
  box-shadow:0 8px 18px rgba(17,24,39,.06);
  white-space:nowrap;
  justify-content:center;
  flex:0 0 calc(50% - 12px);
  min-width:0;
  font-size:12px;
}
.badge-single{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:var(--muted);
  font-weight:600;
  margin-top:12px;
}
.badge-item .icon{font-size:13px}
.badge-item .dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#e5e7eb;
  margin-left:6px;
}
.badge-single{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:var(--muted);
  font-weight:600;
  margin-top:10px;
}
.placeholder{
  max-width:740px;
  margin:28px auto 0;
}
.placeholder-box{
  border:2px dashed #e5e7eb;
  border-radius:16px;
  padding:24px;
  color:#9ca3af;
  text-align:center;
}
.section{
  max-width:740px;
  margin:32px auto 0;
  padding:0 12px;
  text-align:center;
}
.section h2{
  font-size:26px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:700;
  margin:0 0 14px;
}
.question-list{
  list-style:none;
  padding:0;
  margin:0 0 16px;
}
.question-list li{
  font-size:16px;
  color:var(--text);
  margin:10px 0;
}
.note{
  background:#ecfdf5;
  border:1px solid #d1fae5;
  color:#065f46;
  border-radius:14px;
  padding:16px 14px;
  font-weight:600;
}
.features{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:16px;
}
.feature-card{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid #f4e7ff;
  border-radius:18px;
  padding:14px;
  box-shadow:0 10px 22px rgba(17,24,39,.06);
}
.feature-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#fee2f7,#fde7ff);
  color:#d946ef;
}
.feature-icon svg{ width:24px; height:24px }
.feature-text{ text-align:left }
.feature-title{
  font-weight:700;
  color:var(--text);
}
.feature-sub{
  color:var(--muted);
  font-size:14px;
}
.categories{ margin-top:36px }
.cards-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.card{
  position:relative;
  display:block;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(17,24,39,.10);
  background:#000;
}
.card img{
  width:100%;
  height:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.0) 40%, rgba(0,0,0,.45));
}
.label{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:2;
  color:#fff;
  text-align:left;
}
.label .title{
  font-weight:700;
}
.label .sub{
  font-size:12px;
  opacity:.9;
}
@media (min-width:768px){
  h1{font-size:36px}
  .lead{font-size:18px}
  .section h2{font-size:32px}
  .cards-grid{grid-template-columns:repeat(3,1fr); gap:16px}
}
@media (max-width:400px){
  .badge{font-size:12px; padding:8px 12px}
  .cta{padding:12px 16px}
  .badges{gap:6px}
  .badge-item{
    padding:5px 8px;
    font-size:12px;
    flex:0 0 calc(50% - 8px);
  }
}
@media (max-width:420px){
  .badges{flex-wrap:wrap}
  .badge-item{flex:1 1 100%}
}
.included{ margin-top:28px }
.include-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:12px;
}
.include-card{
  display:flex;
  align-items:center;
  gap:12px;
  background:#f0fdf4;
  border:1px solid #dcfce7;
  border-radius:16px;
  padding:14px;
  color:#065f46;
  box-shadow:0 8px 18px rgba(17,24,39,.06);
}
.include-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(22,163,74,.12);
  color:#16a34a;
}
.include-icon svg{ width:22px; height:22px }
.audience{ margin-top:28px }
.audience-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:12px;
}
.audience-item{
  display:flex;
  align-items:center;
  gap:10px;
  background:#f5fff8;
  border:1px solid #e3f9ed;
  border-radius:16px;
  padding:14px;
  color:#0f5132;
}
.audience-check{
  width:28px;
  height:28px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e9fdf1;
  color:#16a34a;
  font-weight:700;
}
.audience-note{
  margin-top:12px;
  color:#6b7280;
  font-size:13px;
}
.pricing{ margin-top:36px }
.price-wrap{ margin-top:18px }
.top-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 13px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  margin-bottom:12px;
}
.top-badge.limited{
  background:#fde7ff;
  color:#7c3aed;
  border:1px solid #f3d2ff;
}
.top-badge.best{
  background:#ffe4f0;
  color:#d946ef;
  border:1px solid #ffc1df;
}
.price-card{
  position:relative;
  background:#fff;
  border:1px solid #eef2ff;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(17,24,39,.08);
  padding:18px;
  text-align:center;
}
.price-card.premium{
  border:2px solid #f472b6;
}
.discount{
  position:absolute;
  top:14px;
  left:14px;
  background:#d1fae5;
  color:#065f46;
  font-weight:700;
  font-size:11px;
  border-radius:8px;
  padding:5px 7px;
}
.price-card h3{
  margin:6px 0 4px;
  font-size:22px;
}
.strike{
  color:#94a3b8;
  text-decoration:line-through;
  font-size:14px;
}
.price{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:6px;
  margin:8px 0 6px;
}
.price .currency{font-size:16px; color:#111827}
.price .value{font-size:44px; font-weight:700; color:#111827; line-height:1}
.price .cents{font-size:16px; color:#111827}
.saving{
  color:#10b981;
  font-weight:700;
  font-size:14px;
  margin-bottom:8px;
}
.features-list{
  list-style:none;
  padding:0;
  margin:8px 0 12px;
  text-align:left;
}
.features-list li{
  display:flex;
  align-items:center;
  gap:8px;
  color:#111827;
  padding:6px 0;
}
.features-list li::before{
  content:"✔";
  color:#10b981;
  font-weight:700;
}
.cta-secondary{
  display:block;
  width:100%;
  margin-top:8px;
  text-align:center;
  text-decoration:none;
  font-weight:700;
  color:#111827;
  padding:14px 16px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}
.bonus-title{
  margin:8px 0 6px;
  text-align:left;
  font-weight:700;
  color:#d946ef;
}
.bonus-list{ display:flex; flex-direction:column; gap:10px; text-align:left }
.bonus-item{ display:flex; gap:10px; align-items:flex-start }
.bonus-icon{
  width:26px;
  height:26px;
  border-radius:999px;
  background:#fde7ff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d946ef;
}
.bonus-heading{ font-weight:700; color:#111827 }
.bonus-sub{ font-size:13px; color:#6b7280 }
.total-box{
  margin:10px 0 10px;
  background:#fde7ff;
  color:#7c3aed;
  font-weight:700;
  border-radius:14px;
  padding:12px;
}
.social-proof{
  margin-top:8px;
  color:#6b7280;
  font-size:13px;
}
.content{ margin-top:36px }
.thin-badge-list{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:12px;
}
.thin-badge{
  display:flex;
  align-items:center;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:10px 12px;
  color:#111827;
  box-shadow:0 6px 14px rgba(17,24,39,.06);
}
.thin-badge::before{
  content:"✔";
  color:#10b981;
  font-weight:700;
  margin-right:10px;
}
.testimonials{ margin-top:36px }
.testimonial-list{
  max-width:740px;
  margin:16px auto 0;
  padding:0 12px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.testimonial-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:#fff;
  border:1px solid #eef2ff;
  border-radius:16px;
  padding:14px;
  box-shadow:0 10px 22px rgba(17,24,39,.06);
}
.avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
}
.testimonial-content{ text-align:left; flex:1 }
.testimonial-name{ font-weight:700; color:#111827 }
.stars{ color:#f59e0b; letter-spacing:2px }
.testimonial-text{ color:#374151; margin-top:6px }
.guarantee{ margin-top:36px }
.guarantee-icon{
  margin:0 auto 12px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.guarantee-icon img{ width:96px; height:auto }
.footer{
  margin-top:24px;
  padding:16px 12px;
  border-top:1px solid #e5e7eb;
  background:#f8fafc;
  text-align:center;
}
.footer-text{
  color:#6b7280;
  font-size:12px;
}
@media (min-width:768px){
  .price .value{font-size:52px}
}
