*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f7f8fb;color:#252525;font-family:Inter,Arial,sans-serif}
img{max-width:100%;display:block}
a{text-decoration:none}
.container{width:min(100%,620px);margin:0 auto;padding:0 18px}
.section{padding:18px 0 28px}
.hero{min-height:100vh;background:
  radial-gradient(circle at 20% 78%,rgba(255,190,205,.34),transparent 28%),
  radial-gradient(circle at 88% 76%,rgba(150,205,255,.30),transparent 25%),
  linear-gradient(180deg,#fff 0%,#fff8fa 48%,#f4f7ff 100%);
}
.headline-pill{margin:0 auto 10px;max-width:520px;padding:14px 18px;border-radius:44px;background:#f51e62;color:#fff;text-align:center;font-size:clamp(25px,6vw,42px);line-height:.98;font-weight:900;letter-spacing:-1px;box-shadow:0 5px 0 rgba(170,20,70,.08)}
.hero-text{margin:10px auto 2px;max-width:500px;text-align:center;font-size:clamp(18px,4.3vw,27px);line-height:1.13;font-weight:800}
.hero-text strong,.hero-text{ }
.hero-text strong,.receive-box em{color:#f05d7c;font-style:normal}
.main-product-image{margin:8px auto 6px;max-width:540px;min-height:250px;display:flex;align-items:center;justify-content:center}
.main-product-image img{width:100%;height:auto;object-fit:contain}
.section-title{position:relative;margin:16px 0 16px;text-align:center}
.section-title:before{content:"";position:absolute;left:0;right:0;top:50%;height:3px;background:#5b91d9;z-index:0}
.section-title span{position:relative;z-index:1;display:inline-block;padding:9px 18px;border-radius:18px;background:#5f8fd2;color:white;font-size:21px;font-weight:900}
.receive-box{margin:0 auto 20px;max-width:520px;padding:14px 18px;border-radius:22px;background:#fffbe8;border:1px solid #e8e0bd;box-shadow:0 11px 0 rgba(185,181,170,.34)}
.receive-box p{margin:5px 0;font-size:18px;line-height:1.2;font-weight:700}
.receive-box p::first-letter{color:#14c94b}
.cta-button{display:block;width:min(100%,430px);margin:25px auto 8px;padding:17px 22px;border-radius:45px;background:#63db22;color:#17310d;text-align:center;font-size:clamp(20px,5vw,30px);font-weight:900;box-shadow:0 10px 16px rgba(0,0,0,.22),inset 0 -3px 0 rgba(0,0,0,.08);transition:.15s transform,.15s filter}
.cta-button:hover{transform:translateY(-2px);filter:brightness(1.04)}
.examples{background:#fff}
.pink-title:before{background:#f05d7c}
.pink-title span{background:#f51e62}
.gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.bonuses{background:#fff7fa}
.bonus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.bonus-card{background:#fff;border-radius:16px;padding:8px;box-shadow:0 5px 14px rgba(0,0,0,.09);text-align:center}
.bonus-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}
.bonus-card h3{margin:8px 0 3px;font-size:14px}
.bonus-card p{margin:0 0 7px;font-size:11px;line-height:1.3}
.offer{padding-bottom:50px;background:linear-gradient(180deg,#fff7fa,#eef4ff)}
.offer-card{max-width:520px;margin:0 auto;padding:22px 18px 24px;border:1px solid #ddd;border-radius:24px;background:#fffef1;box-shadow:0 8px 22px rgba(0,0,0,.12);text-align:center}
.offer-badge{margin:-4px auto 15px;padding:12px;border-radius:15px;background:#13d33b;color:white;font-size:27px;font-weight:900}
.old-price{margin:0;color:#e64b59;font-size:20px;font-weight:800}
.price{margin:2px 0 12px;color:#11b83d;font-size:28px;font-weight:900}
.price span{font-size:58px;line-height:1}
.offer-card ul{margin:12px auto 0;padding:0;list-style:none;text-align:left;max-width:440px}
.offer-card li{margin:8px 0;font-size:17px;font-weight:700}
.offer-card li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:8px;border-radius:50%;background:#15d348;color:white;font-weight:900}
.final-cta{margin-top:20px}
.secure{margin:12px 0 0;color:#666;font-size:12px}
@media(max-width:430px){
  .container{padding:0 12px}
  .receive-box p{font-size:16px}
  .bonus-grid{grid-template-columns:1fr}
  .bonus-card p{font-size:13px}
  .bonus-card{padding:10px}
}
