*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2563eb;--secondary:#10b981;--accent:#f59e0b;--dark:#1f2937;--light:#f9fafb}body{font-family:'Inter',sans-serif;line-height:1.6;color:#111827}header{background:#fff;box-shadow:0 2px 15px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}nav{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{display:flex;align-items:center;gap:12px;font-size:1.3rem;font-weight:800;color:var(--primary);text-decoration:none}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.nav-links{display:flex;list-style:none;gap:1.5rem;align-items:center}.nav-links a{text-decoration:none;color:#111827;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s}.nav-links a:hover{color:var(--primary);background:var(--light)}.cta-phone{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);color:#fff;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:700;box-shadow:0 4px 15px rgba(102,126,234,.4)}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.8rem;cursor:pointer}.hero{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);padding:4rem 2rem;color:#fff}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{font-size:3rem;margin-bottom:1rem;font-weight:900;line-height:1.1}.hero-text h1 .highlight{color:var(--accent)}.hero-text p{font-size:1.2rem;margin-bottom:1.5rem;opacity:.95}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.badge{background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.6rem 1.2rem;border-radius:50px;font-weight:600;font-size:.9rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.btn-primary{background:#fff;color:var(--primary);box-shadow:0 4px 20px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-3px)}.btn-secondary{background:rgba(255,255,255,.2);color:#fff;border:2px solid #fff}.hero-form-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.3)}.hero-form-card h3{font-size:1.6rem;margin-bottom:.5rem;color:#111827}.hero-form-card p{color:#6b7280;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#111827}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:80px}.btn-submit{width:100%;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);color:#fff;padding:1rem;font-size:1.1rem;border:none;cursor:pointer}.form-privacy{text-align:center;font-size:.8rem;color:#6b7280;margin-top:1rem}.form-privacy a{color:var(--primary)}.section{padding:4rem 2rem}.section-light{background:var(--light)}.container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800}.section-header p{font-size:1.1rem;color:#6b7280}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s}.card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card h3{font-size:1.3rem;margin-bottom:.8rem}.card p{color:#6b7280;line-height:1.7}.review-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:bold}.review-stars{color:var(--accent);font-size:1.1rem}.review-text{color:#6b7280;font-style:italic}.cta-section{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);color:#fff;text-align:center;padding:4rem 2rem}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800}.cta-section p{font-size:1.2rem;margin-bottom:2rem}footer{background:var(--dark);color:#fff;padding:3rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section a{color:rgba(255,255,255,.7);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:rgba(255,255,255,.6)}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:500px;background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.2);z-index:10000;display:none}.cookie-banner.show{display:block;animation:slideUp .5s ease}@keyframes slideUp{from{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-buttons{display:flex;gap:1rem;margin-top:1rem}.cookie-buttons button{padding:.7rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer}.cookie-accept{background:var(--secondary);color:#fff;flex:1}.cookie-reject{background:var(--light);color:#111827}@media(max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.hero-content{grid-template-columns:1fr}.hero-text h1{font-size:2rem}.section-header h2{font-size:1.8rem}};