.nav-buttons{display:flex;gap:1rem}.hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4rem 5%;background:linear-gradient(135deg,rgba(37,99,235,.85) 0,rgba(30,58,138,.9) 100%),url(/images/hero.jfif) center/cover;align-items:center}.hero-content h1{font-size:3rem;color:#fff;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.2rem;margin-bottom:2rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-form{background:#fff;padding:2rem;border-radius:10px;border:3px solid #f97316;box-shadow:0 4px 6px rgba(0,0,0,.1)}.hero-form h3{color:#2563eb;margin-bottom:1.5rem;text-align:center}.social-proof{background:#2563eb;color:#fff;padding:4rem 5%;text-align:center}.social-proof h2{font-size:2.5rem;margin-bottom:.5rem}.social-proof p{font-size:1.2rem;margin-bottom:3rem;opacity:.9}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.testimonial-card{background:#fff;color:#333;padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:left}.stars{color:#f59e0b;font-size:1.2rem;margin-bottom:1rem}.testimonial-card p{font-size:1rem;margin-bottom:1rem;line-height:1.6;color:#475569}.reviewer{font-weight:700;color:#2563eb}.services{padding:4rem 5%;background:#fff;text-align:center}.services h2{font-size:2.5rem;color:#2563eb;margin-bottom:3rem}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:#f8fafc;padding:2rem;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.service-icon{font-size:3rem;margin-bottom:1rem;color:#2563eb}.service-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.service-card h3{color:#2563eb;margin-bottom:1rem}.stats-bar{background:#f97316;color:#fff;padding:3rem 5%;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.stat h3{font-size:3rem;margin-bottom:.5rem}.stat p{font-size:1.1rem}.difference{padding:4rem 5%;background:#fff}.difference h2{font-size:2.5rem;color:#2563eb;text-align:center;margin-bottom:3rem}.difference-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.difference-item{display:flex;gap:1rem;align-items:start}.difference-icon{font-size:2.5rem;color:#2563eb}.difference-item h3{color:#2563eb;margin-bottom:.5rem}.contact-form-section{background:#1e3a8a;color:#fff;padding:4rem 5%;text-align:center}.contact-form-section h2{font-size:2.5rem;margin-bottom:2rem}.contact-form-container{max-width:700px;margin:0 auto}.features-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 5%;background:#fff;text-align:center}.feature-item{padding:2rem}.feature-circle{width:150px;height:150px;border-radius:50%;background:#eff6ff;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#2563eb;overflow:hidden}.feature-circle img{width:100%;height:100%;object-fit:cover}.feature-item h3{color:#2563eb;font-size:1.3rem}.guarantee{background:#f97316;color:#fff;padding:3rem 5%;text-align:center}.guarantee h2{font-size:2rem;margin-bottom:1rem}.service-area{padding:4rem 5%;background:#fff;text-align:center}.service-area h2{font-size:2.5rem;color:#2563eb;margin-bottom:1rem}.service-area p{font-size:1.2rem;color:#475569;max-width:800px;margin:0 auto}.final-cta{background:#1e3a8a;color:#fff;padding:3rem 5%;text-align:center}.final-cta h2{font-size:2rem;margin-bottom:2rem}.service-details{padding:4rem 5%;background:#f8fafc}.service-details h2{font-size:2.5rem;color:#2563eb;text-align:center;margin-bottom:3rem}.service-section{margin-bottom:2rem}.service-section h4{color:#2563eb;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.service-list{list-style:none;padding:0}.service-list li{padding:.5rem 0;padding-left:2rem;position:relative;color:#475569;line-height:1.6}.service-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem}.pricing-box{background:#eff6ff;padding:1.5rem;border-radius:8px;margin-top:1.5rem;border-left:4px solid #2563eb}.pricing-box h4{color:#2563eb;margin-bottom:.5rem}.pricing-box p{color:#475569;margin:.5rem 0}.extras-box{background:#fef3c7;padding:1.5rem;border-radius:8px;margin-top:1.5rem;border-left:4px solid #f97316}.extras-box h4{color:#f97316;margin-bottom:.5rem}@media (max-width:768px){.nav-buttons{display:none}.hero{grid-template-columns:1fr}.hero-content h1{font-size:2rem}.stats-bar{grid-template-columns:1fr}.features-row{grid-template-columns:1fr}}