:root{--brand: #0f766e;--brand-dark: #0b5e58;--bg: #0b1220;--text: #0a0a0a;--muted: #6b7280;--card: #ffffff;--ring: #a7f3d0}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:12px;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.btn.primary{background:var(--brand);color:#fff}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f766e40}.btn.outline{border:2px solid var(--brand);color:var(--brand);background:#fff}.btn.outline:hover{background:#f0fdfa}.hero{padding:72px 0;background:radial-gradient(1000px 400px at 50% -50%,#f0fdfa 0%,transparent 60%),linear-gradient(180deg,#fff,#f8fafc)}.hero-row{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}@media (min-width: 900px){.hero-row{grid-template-columns:1.2fr .8fr}}.hero .brand{width:120px;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.08))}.hero h1{font-size:44px;margin:16px 0 8px;letter-spacing:.3px}.hero p{font-size:18px;color:var(--muted);margin:0 0 20px}.hero .actions{display:inline-flex;gap:12px;margin-bottom:12px}.hero .contacts{display:flex;gap:12px;color:var(--muted)}.hero .contacts a{color:var(--brand-dark);text-decoration:none}.hero-illustration{width:100%;height:320px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 10px 20px #00000014}.contactbar{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.contactbar .row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;gap:12px}.contactbar .phones{display:flex;gap:16px}.contactbar a{color:var(--brand-dark);text-decoration:none}.plans{padding:40px 0}.marquee{position:relative;overflow:hidden;padding:12px 0}.marquee-track{display:inline-flex;gap:64px;padding:16px 0;animation:marquee 28s linear infinite}.marquee-item{display:grid;place-items:center}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer{padding:28px 0}.footer .footer-content{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:14px}@media (max-width: 640px){.footer .footer-content{flex-direction:column;gap:8px}}.section{padding:40px 0}.section.alt{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.grid-3{display:grid;grid-template-columns:repeat(1,1fr);gap:16px}@media (min-width: 800px){.grid-3{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--card);border:1px solid #e5e7eb;border-radius:16px;padding:18px}.step{background:var(--card);border:1px solid #e5e7eb;border-radius:16px;padding:18px;text-align:left}.step .num{font-weight:700;color:var(--brand);margin-bottom:6px}.testimonial{background:var(--card);border:1px solid #e5e7eb;border-radius:16px;padding:18px}.testimonial p{margin:0 0 12px}.testimonial span{color:var(--muted);font-size:14px}.faq{display:grid;gap:12px}.faq-item{background:var(--card);border:1px solid #e5e7eb;border-radius:16px;padding:18px}.section h2{text-align:left}.quote-form{display:grid;grid-template-columns:1fr;gap:12px;max-width:720px;margin:0 auto}.quote-form input{height:48px;border-radius:12px;border:1px solid #e5e7eb;padding:0 14px;font-size:16px}.quote-form .btn{height:48px}.section h2{text-align:center;font-size:32px;margin:0 0 18px}.lead-script .script-card{background:var(--card);border:1px solid #e5e7eb;border-radius:16px;padding:18px}.floating-contact{position:fixed;right:16px;bottom:16px;display:grid;gap:10px;z-index:50}.floating-contact .btn{min-width:140px}.navbar{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #e5e7eb}.nav-row{display:flex;justify-content:space-between;align-items:center;height:64px}.nav-left{display:flex;align-items:center;gap:10px}.nav-logo{width:36px;height:36px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.nav-title{font-family:Khand,sans-serif;font-weight:600;letter-spacing:.3px}.quote-form{display:grid;grid-template-columns:1fr;gap:12px;max-width:600px;margin:0 auto}.quote-form input{height:44px;border-radius:12px;border:1px solid #e5e7eb;padding:0 12px;font-size:16px}.quote-form .btn{height:44px}.font-khand{font-family:Khand,system-ui,sans-serif}
