@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;color:#1a1a1a;background:#fff;overflow-x:hidden}a{text-decoration:none}.page{width:100%}.container{max-width:960px;margin:0 auto;padding:0 20px}.sticky-bar{position:sticky;top:0;z-index:100;background:#1565c0;color:#fff;text-align:center;padding:10px 16px;font-size:.95rem;font-weight:700;letter-spacing:.02em;display:block;transition:background .2s}.sticky-bar:hover{background:#0d47a1}.floating-btn{position:fixed;bottom:24px;right:24px;z-index:200;background:#e53935;color:#fff;font-weight:800;font-size:1rem;padding:14px 20px;border-radius:50px;box-shadow:0 4px 20px #e5393580;display:none;transition:transform .2s,background .2s}.floating-btn.show{display:block}.floating-btn:hover{background:#c62828;transform:scale(1.05)}.cta-btn{display:inline-block;background:linear-gradient(135deg,#e53935,#c62828);color:#fff;font-weight:800;font-size:1rem;padding:16px 28px;border-radius:8px;text-align:center;cursor:pointer;box-shadow:0 4px 16px #e5393566;transition:transform .15s,box-shadow .15s;line-height:1.3;margin-top:16px}.cta-btn--large{font-size:1.15rem;padding:20px 36px;border-radius:10px;display:block;width:100%;max-width:520px;margin-left:auto;margin-right:auto}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #e5393580}.section{padding:64px 0}.section--gray{background:#f4f7fb}.section--blue{background:linear-gradient(135deg,#1565c0,#0d47a1)}.section--green{background:linear-gradient(135deg,#2e7d32,#1b5e20)}.section--urgent{background:linear-gradient(135deg,#e53935,#b71c1c)}.section-title{font-size:2rem;font-weight:900;text-align:center;line-height:1.2;margin-bottom:16px}.section-sub{text-align:center;color:#555;font-size:1.1rem;margin-bottom:32px;line-height:1.6}.highlight{color:#1565c0}.hero{background:linear-gradient(160deg,#e3f2fd,#fff);padding:60px 0 48px;text-align:center}.hero-badge{display:inline-block;background:#e53935;color:#fff;font-size:.85rem;font-weight:700;padding:6px 16px;border-radius:50px;margin-bottom:20px}.hero-title{font-size:2.6rem;font-weight:900;line-height:1.15;margin-bottom:16px;color:#1a1a1a}.hero-sub{font-size:1.15rem;color:#444;margin-bottom:24px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.benefits-list{list-style:none;margin:0 auto 24px;max-width:480px;text-align:left;font-size:1.05rem;color:#222;line-height:2}.trust-badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:8px}.trust-badge{background:#e8f5e9;color:#1b5e20;font-weight:700;font-size:1rem;padding:10px 20px;border-radius:8px;border:2px solid #43a047}.trust-note{color:#555;font-size:.95rem;margin-bottom:20px}.hero-img{max-width:340px;width:100%;margin-top:32px;border-radius:12px}.video-wrap{display:flex;justify-content:center;max-width:720px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:32px}.problem-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 12px #00000012;text-align:center}.problem-icon{font-size:2.5rem;margin-bottom:12px}.problem-card h3{font-size:1.15rem;font-weight:700;margin-bottom:8px}.problem-card p{color:#555;font-size:.95rem;line-height:1.6}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-top:32px}.solution-img{width:100%;border-radius:12px}.solution-desc{color:#e3f2fd;font-size:1.05rem;line-height:1.7;margin-bottom:20px}.solution-list{list-style:none;color:#fff;font-size:1rem;line-height:2;margin-bottom:24px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:32px}.benefit-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 12px #00000012;text-align:center;border-top:3px solid #1565c0}.benefit-icon{font-size:2rem;margin-bottom:12px}.benefit-card h3{font-weight:700;font-size:1.05rem;margin-bottom:8px;color:#1565c0}.benefit-card p{color:#555;font-size:.95rem;line-height:1.6}.ba-grid{display:flex;gap:16px;align-items:center;justify-content:center;margin-top:32px;flex-wrap:wrap}.ba-card{flex:1;min-width:200px;border-radius:12px;padding:28px}.ba-card--before{background:#ffebee;border:2px solid #ef9a9a}.ba-card--after{background:#e8f5e9;border:2px solid #81c784}.ba-card h3{font-size:1.3rem;font-weight:800;margin-bottom:16px}.ba-card--before h3{color:#c62828}.ba-card--after h3{color:#2e7d32}.ba-card ul{list-style:none;font-size:1rem;color:#333;line-height:2}.ba-arrow{font-size:2.5rem;font-weight:900;color:#1565c0}.bills-proof{margin-top:48px}.bills-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.bill-img-wrap img{width:100%;border-radius:12px;box-shadow:0 4px 16px #0000001a}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:32px}.gallery-item img{width:100%;border-radius:10px;box-shadow:0 2px 10px #00000014;transition:transform .2s;object-fit:cover}.gallery-item img:hover{transform:scale(1.03)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:32px}.testimonial-card{background:#f4f7fb;border-radius:12px;padding:24px;border-left:4px solid #1565c0}.stars{font-size:1.1rem;margin-bottom:8px}.testimonial-text{font-size:.97rem;color:#333;line-height:1.6;margin-bottom:16px;font-style:italic}.testimonial-author strong{display:block;font-weight:700;color:#1a1a1a}.testimonial-author span{font-size:.85rem;color:#888}.payment-badges{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:24px 0}.payment-badge{background:#fff3;color:#fff;font-weight:800;font-size:1.05rem;padding:14px 24px;border-radius:10px;border:2px solid rgba(255,255,255,.4)}.price-box{max-width:520px;margin:0 auto;text-align:center;background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 8px 40px #1565c026;border:2px solid #1565c0}.price-badge{display:inline-block;background:#e53935;color:#fff;font-size:.85rem;font-weight:700;padding:6px 16px;border-radius:50px;margin-bottom:16px}.price-title{font-size:1.5rem;font-weight:800;margin-bottom:16px}.price-old{font-size:1.1rem;color:#888;margin-bottom:4px}.price-current{font-size:1rem;color:#555}.price-value{font-size:3.5rem;font-weight:900;color:#1565c0;margin:8px 0 20px;line-height:1}.delivery-info{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-top:32px}.delivery-item{text-align:center;max-width:180px}.delivery-icon{font-size:2.5rem;margin-bottom:8px}.delivery-item p{font-size:.95rem;color:#444;font-weight:600}.faq-list{max-width:700px;margin:32px auto 0}.faq-item{border:1px solid #e0e0e0;border-radius:10px;margin-bottom:12px;overflow:hidden;cursor:pointer;transition:box-shadow .2s}.faq-item:hover,.faq-item.open{box-shadow:0 2px 12px #1565c01f}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;font-weight:700;font-size:1rem;color:#1a1a1a;background:#fff}.faq-item.open .faq-q{color:#1565c0}.faq-arrow{font-size:.75rem;color:#888;flex-shrink:0;margin-left:12px}.faq-a{padding:0 20px 18px;font-size:.97rem;color:#555;line-height:1.7;background:#fff}.urgency-badge{display:inline-block;background:#ffffff40;color:#fff;font-size:1.1rem;font-weight:700;padding:10px 24px;border-radius:50px;border:2px solid rgba(255,255,255,.5);margin:16px 0 24px}.final-price{margin:16px 0;font-size:1.1rem;color:#ffffffb3;display:flex;align-items:center;justify-content:center;gap:16px}.final-price-value{font-size:2.5rem;font-weight:900;color:gold}.footer{background:#1a1a1a;color:#888;text-align:center;padding:24px 0;font-size:.9rem}@media(max-width:768px){.hero-title{font-size:1.9rem}.section-title{font-size:1.6rem}.solution-grid,.bills-grid{grid-template-columns:1fr}.ba-arrow{transform:rotate(90deg)}.price-value{font-size:2.8rem}.floating-btn{font-size:.9rem;padding:12px 16px;right:12px;bottom:12px}}@media(max-width:480px){.hero-title{font-size:1.55rem}.cta-btn--large{font-size:1rem;padding:16px 20px}.price-box{padding:28px 20px}}
