*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #f59e0b;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--white: #ffffff;--success: #10b981;--error: #ef4444}body{font-family:Open Sans,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo-text{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--primary-color)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);border-radius:2px;transition:all .3s ease}.cta-button-small{background:var(--primary-color);color:var(--white)!important;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;transition:all .3s ease}.cta-button-small:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.hero{position:relative;background:linear-gradient(135deg,#1e40af,#2563eb);background-image:url(https://images.pexels.com/photos/1571460/pexels-photo-1571460.jpeg?auto=compress&cs=tinysrgb&w=1920);background-size:cover;background-position:center;background-attachment:fixed;padding:180px 0 120px;color:var(--white);text-align:center;margin-top:70px}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e40aff2,#2563ebe6)}.hero-content{position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.hero-cta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.cta-button-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--secondary-color);color:var(--white);padding:1.2rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #f59e0b4d}.cta-button-primary:hover{background:#d97706;transform:translateY(-3px);box-shadow:0 6px 20px #f59e0b66}.cta-button-secondary{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);color:var(--primary-color);padding:1.2rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.cta-button-secondary:hover{background:var(--bg-light);transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.phone-icon{font-size:1.2rem}.hero-badges{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.8rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-icon{font-size:1.2rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-light);margin-bottom:3rem}.services{padding:100px 0;background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--bg-light);padding:2.5rem;border-radius:12px;transition:all .3s ease;border:2px solid transparent}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a;border-color:var(--primary-color)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.8}.cta-banner{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);padding:80px 0;text-align:center;color:var(--white)}.cta-banner h2{font-size:2.5rem;margin-bottom:1rem}.cta-banner p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.about{padding:100px 0;background:var(--bg-light)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-intro{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.about-features{display:flex;flex-direction:column;gap:2rem}.feature{display:flex;gap:1.5rem}.feature-icon{font-size:2.5rem;flex-shrink:0}.feature h3{font-size:1.3rem;margin-bottom:.5rem}.feature p{color:var(--text-light);line-height:1.7}.about-image img{width:100%;height:600px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #00000026}.testimonials{padding:100px 0;background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:var(--bg-light);padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.stars{color:var(--secondary-color);font-size:1.3rem;margin-bottom:1rem}.testimonial-text{font-size:1.05rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.3rem}.testimonial-author strong{color:var(--text-dark);font-size:1.1rem}.testimonial-author span{color:var(--text-light);font-size:.9rem}.contact{padding:100px 0;background:var(--bg-light)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.contact-intro{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:1.8rem;flex-shrink:0}.contact-item strong{display:block;font-size:1.1rem;margin-bottom:.3rem;color:var(--text-dark)}.contact-item p{color:var(--text-light)}.contact-item a{color:var(--primary-color);text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.contact-hours{padding:1.5rem;background:var(--white);border-radius:8px;border-left:4px solid var(--primary-color)}.contact-hours strong{display:block;font-size:1.1rem;margin-bottom:.8rem;color:var(--text-dark)}.contact-hours p{color:var(--text-light);margin:.3rem 0}.contact-form-wrapper{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.9rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:Open Sans,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.form-message{padding:1rem;border-radius:6px;font-weight:500;text-align:center;display:none}.form-message.success{background:#d1fae5;color:#065f46;border:1px solid var(--success);display:block}.form-message.error{background:#fee2e2;color:#991b1b;border:1px solid var(--error);display:block}.loader{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer{background:var(--text-dark);color:var(--white);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#fffc;line-height:1.8}.footer-license{margin-top:1rem;font-size:.9rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.7rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3}@media (max-width: 968px){.nav-links{position:fixed;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:2rem;box-shadow:0 10px 30px #0000001a;transform:translate(-100%);transition:transform .3s ease;gap:1.5rem}.nav-links.active{transform:translate(0)}.mobile-menu-toggle{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center}.about-content{grid-template-columns:1fr}.about-image{order:-1}.contact-content,.form-row{grid-template-columns:1fr}}@media (max-width: 640px){.hero-title,.section-title{font-size:2rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.hero-badges{flex-direction:column;align-items:center}.cta-button-primary,.cta-button-secondary{width:100%;max-width:300px}}
