:root{
  --blue-dark:#0b1e3f;
  --blue-darker:#071630;
  --yellow:#ffd633;
  --yellow-light:#ffe98a;
  --orange:#FF6B00;
  --white:#ffffff;
  --green:#1f9d55;
  --gray:#9aa3b2;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--blue-dark);color:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{line-height:1.2;font-weight:800}
.container{width:100%;max-width:980px;margin:0 auto;padding:0 18px}
.center{text-align:center}
.accent{color:var(--yellow)}
.strong{font-weight:800}
.topbar{background:var(--yellow);color:var(--blue-dark);font-weight:800;text-align:center;padding:10px 12px;font-size:14px;letter-spacing:.3px}
.hero{padding:28px 0 36px;background:linear-gradient(180deg,var(--blue-dark) 0%,var(--blue-darker) 100%);text-align:center}
.hero h1{font-size:26px;color:#fff;margin-bottom:14px}
.hero h1 .price-inline{color:var(--yellow)}
.sub-hero{color:var(--yellow-light);font-size:16px;margin-bottom:18px}
.hero-img{margin:18px auto;max-width:360px;border-radius:14px}
.trust-line{margin-top:14px;font-size:13px;color:#dde5f3}
.trust-line.dark{color:#cfd6e4}
.btn-cta{display:inline-block;background:var(--orange);color:#fff;text-transform:uppercase;font-weight:800;padding:16px 22px;border-radius:12px;text-decoration:none;font-size:16px;margin:14px auto 0;box-shadow:0 6px 0 rgba(0,0,0,.25),0 10px 24px rgba(255,107,0,.35);transition:transform .15s ease}
.btn-cta:active{transform:translateY(2px)}
.btn-cta.full{display:block;width:100%;text-align:center;font-size:17px}
.section{padding:36px 0}
.section.alt{background:#0a1a36}
.section h2{font-size:22px;margin-bottom:18px;color:#fff}
.section .accent.center{margin-top:14px}
.features{display:grid;grid-template-columns:1fr;gap:10px;margin:8px 0 18px}
.feature-card{display:flex;align-items:center;gap:12px;background:#11264c;border:1px solid #1f3a6e;border-radius:12px;padding:14px 16px;color:#fff;font-weight:600}
.feature-card .emoji{font-size:22px;flex-shrink:0}
.reasons{display:grid;grid-template-columns:1fr;gap:14px;margin-top:10px}
.reason{background:#11264c;border:1px solid #1f3a6e;border-radius:14px;padding:18px;text-align:center}
.reason-emoji{font-size:34px;margin-bottom:8px}
.reason h3{color:var(--yellow);font-size:18px;margin-bottom:6px}
.reason p{color:#e4ecf9;font-size:15px}
.bonus-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:18px 0}
.bonus-card{position:relative;background:#11264c;border:2px solid var(--yellow);border-radius:14px;padding:16px;text-align:center}
.bonus-card img{margin:6px auto 10px;max-width:180px;border-radius:10px}
.bonus-card h3{color:var(--yellow);font-size:18px;margin-bottom:6px}
.bonus-card p{color:#e4ecf9;font-size:14px}
.bonus-card .old-price{display:inline-block;margin-top:8px;text-decoration:line-through;color:var(--gray);font-size:14px}
.free-badge{position:absolute;top:10px;right:10px;background:var(--green);color:#fff;font-weight:800;padding:4px 10px;border-radius:999px;font-size:12px;letter-spacing:.5px}
.bonus-total{margin-top:8px;font-size:16px;color:#fff}
.bonus-total s{color:var(--gray)}
.bonus-total .accent{font-size:20px;display:block;margin-top:6px}
.offer{background:var(--blue-darker)}
.countdown{margin:16px 0 20px}
.countdown-label{color:#fff;font-size:14px;margin-bottom:6px}
.countdown-clock{display:inline-block;background:#000;color:var(--yellow);font-weight:800;font-size:36px;padding:10px 22px;border-radius:10px;font-variant-numeric:tabular-nums;letter-spacing:2px}
.offer-card{background:#0d2249;border:2px solid var(--yellow);border-radius:18px;padding:22px 18px;text-align:left;max-width:520px;margin:0 auto;box-shadow:0 12px 40px rgba(0,0,0,.4)}
.offer-badge{display:inline-block;background:var(--yellow);color:var(--blue-dark);font-weight:800;padding:6px 12px;border-radius:8px;font-size:13px;margin-bottom:14px;text-align:center;width:100%}
.check-list{list-style:none;color:#fff;font-size:15px;margin-bottom:16px}
.check-list li{padding:6px 0;border-bottom:1px dashed rgba(255,255,255,.08)}
.check-list li:last-child{border-bottom:none}
.old-price-lg{text-align:center;color:var(--gray);text-decoration:line-through;font-size:16px;margin-top:6px}
.today{text-align:center;color:#fff;font-size:14px;margin:4px 0}
.big-price{text-align:center;color:var(--yellow);font-weight:900;font-size:48px;line-height:1}
.installment{text-align:center;color:#dde5f3;font-size:13px;margin-top:4px}
.economy{text-align:center;color:#5be584;font-weight:700;font-size:15px;margin:10px 0}
.carousel{position:relative;overflow:hidden;border-radius:14px;background:#0a1a36;margin:14px 0}
.carousel-track{display:flex;transition:transform .35s ease;will-change:transform}
.carousel-track img{flex:0 0 100%;width:100%;height:auto;object-fit:cover}
.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.55);color:#fff;border:none;width:42px;height:42px;border-radius:999px;font-size:18px;cursor:pointer;z-index:2}
.carousel-btn.prev{left:8px}
.carousel-btn.next{right:8px}
.carousel-dots{display:flex;justify-content:center;gap:6px;padding:10px 0}
.carousel-dots span{width:8px;height:8px;border-radius:999px;background:#33476f;cursor:pointer}
.carousel-dots span.active{background:var(--yellow)}
.testimonials{display:grid;grid-template-columns:1fr;gap:14px;margin-top:10px}
.testimonial{background:#11264c;border:1px solid #1f3a6e;border-radius:14px;padding:18px}
.stars{color:var(--yellow);font-size:18px;letter-spacing:2px;margin-bottom:8px}
.testimonial p{color:#fff;font-size:15px}
.testimonial .t-name{color:var(--yellow);font-weight:700;margin-top:10px}
.testimonial .t-city{color:#cfd6e4;font-size:13px}
.guarantee-section{background:linear-gradient(180deg,#0d3a26 0%,#0b2e1f 100%)}
.guarantee-section .shield{font-size:54px;margin-bottom:8px}
.guarantee-section h2{color:#fff;margin-bottom:10px}
.guarantee-section .g-text{color:#e4f3ec;font-size:15px;max-width:520px;margin:0 auto 16px}
.faq{background:#11264c;border:1px solid #1f3a6e;border-radius:12px;margin-bottom:10px;overflow:hidden}
.faq-q{width:100%;background:transparent;color:#fff;border:none;text-align:left;padding:16px;font-size:15px;font-weight:700;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.faq-q span{color:var(--yellow);font-size:22px;line-height:1;transition:transform .25s ease}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 16px}
.faq-a p{color:#dde5f3;font-size:14px;padding:0 0 14px}
.faq.open .faq-a{max-height:400px}
.faq.open .faq-q span{transform:rotate(45deg)}
.faq-container .btn-cta{display:block;margin:18px auto 0;max-width:360px;text-align:center}
.footer{background:#040d1f;padding:24px 0;color:#fff;font-size:13px}
.footer-disclaimer{color:#7d8699;font-size:11px;margin-top:10px;max-width:640px;margin-left:auto;margin-right:auto}
@media (min-width:720px){
  .hero h1{font-size:38px}
  .section h2{font-size:28px}
  .features{grid-template-columns:1fr 1fr}
  .reasons{grid-template-columns:1fr 1fr 1fr}
  .bonus-grid{grid-template-columns:1fr 1fr}
  .testimonials{grid-template-columns:1fr 1fr 1fr}
  .hero-img{max-width:440px}
  .big-price{font-size:60px}
}