*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#0a0a0a;color:#fff;line-height:1.5}a{color:inherit;text-decoration:none}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;background:radial-gradient(ellipse at 50% 0%,rgba(34,197,94,.15) 0%,transparent 60%)}.hero-badge{display:inline-block;padding:.4rem 1.2rem;border:1px solid rgba(34,197,94,.4);border-radius:100px;font-size:.85rem;color:#22c55e;margin-bottom:1.5rem;letter-spacing:.02em}.hero h1{font-size:clamp(2.2rem,6vw,4.5rem);font-weight:900;line-height:1.1;max-width:800px;margin-bottom:1.5rem}.hero h1 .accent{color:#22c55e}.hero-sub{font-size:clamp(1rem,2.5vw,1.4rem);color:#a1a1aa;max-width:600px;margin-bottom:2.5rem}.hero-phone{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:#22c55e;margin-bottom:1rem;letter-spacing:.02em}.hero-phone a{color:#22c55e}.hero-phone a:hover{text-decoration:underline}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:#22c55e;color:#000;box-shadow:0 4px 20px #22c55e66}.btn-wa{background:#25d366;color:#fff}.btn-tg{background:#2aabee;color:#fff}.btn-ghost{background:transparent;color:#fff;border:1px solid #333}.trust{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;padding:0 1rem}.trust-item{text-align:center}.trust-num{font-size:2rem;font-weight:900;color:#22c55e}.trust-label{font-size:.85rem;color:#71717a}.section{padding:5rem 1rem;max-width:900px;margin:0 auto}.section-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:900;text-align:center;margin-bottom:3rem}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.problem-card{background:#111;border:1px solid #222;border-radius:16px;padding:2rem}.problem-card h3{font-size:1.2rem;margin-bottom:.5rem;color:#f87171}.problem-card p{color:#a1a1aa;font-size:.95rem}.problem-card .solution{margin-top:1rem;padding-top:1rem;border-top:1px solid #222;color:#22c55e;font-weight:600}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;counter-reset:step}.step{text-align:center;counter-increment:step}.step:before{content:counter(step);display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#22c55e;color:#000;font-size:1.5rem;font-weight:900;margin:0 auto 1rem}.step h3{font-size:1.1rem;margin-bottom:.5rem}.step p{color:#a1a1aa;font-size:.9rem}.free-block{background:linear-gradient(135deg,#052e16,#14532d);border:2px solid #22c55e;border-radius:24px;padding:3rem 2rem;text-align:center;margin:3rem auto;max-width:700px}.free-block h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:900;margin-bottom:1rem}.free-block ul{list-style:none;text-align:left;max-width:400px;margin:0 auto 2rem}.free-block li{padding:.5rem 0;font-size:1.1rem;color:#bbf7d0}.free-block li:before{content:"✓ ";color:#22c55e;font-weight:700}.form-section{background:#111;border:1px solid #222;border-radius:24px;padding:3rem 2rem;max-width:500px;margin:3rem auto}.form-section h2{text-align:center;font-size:1.5rem;margin-bottom:.5rem}.form-section .form-sub{text-align:center;color:#71717a;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.9rem;color:#a1a1aa;margin-bottom:.5rem}.form-input{width:100%;padding:1rem;border:1px solid #333;border-radius:12px;background:#0a0a0a;color:#fff;font-size:1rem;font-family:inherit}.form-input:focus{outline:none;border-color:#22c55e}.form-btn{width:100%;padding:1rem;background:#22c55e;color:#000;font-size:1.1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:transform .2s}.form-btn:hover{transform:translateY(-2px)}.form-consent{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:#71717a;margin-top:1rem}.form-consent a{color:#22c55e;text-decoration:underline}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.review-card{background:#111;border:1px solid #222;border-radius:16px;padding:1.5rem}.review-name{font-weight:700;margin-bottom:.3rem}.review-meta{font-size:.85rem;color:#71717a;margin-bottom:.8rem}.review-text{color:#d4d4d8;font-size:.95rem}.cta-final{text-align:center;padding:5rem 1rem;background:radial-gradient(ellipse at 50% 100%,rgba(34,197,94,.1) 0%,transparent 60%)}.cta-final h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:900;margin-bottom:1rem}.cta-final .hero-phone{margin-bottom:1.5rem}footer{border-top:1px solid #222;padding:2rem 1rem;text-align:center;color:#52525b;font-size:.85rem}footer a{color:#71717a}footer a:hover{color:#22c55e}@media(max-width:640px){.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}.trust{gap:1rem}}
