*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;color:#2f4f4f}h3{font-size:1.5rem;color:#2f4f4f}p{margin-bottom:1rem;color:#555}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;border:none;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;font-family:inherit}.btn-primary{background:#ffb107;color:#2f4f4f;font-weight:700}.btn-primary:hover{background:#ffa000;transform:translateY(-2px);box-shadow:0 5px 15px #ffb10766}.btn-secondary{background:transparent;color:#4682b4;border:2px solid #4682B4}.btn-secondary:hover{background:#4682b4;color:#fff;transform:translateY(-2px)}.btn-white{background:transparent;color:#fff;border:2px solid white}.btn-white:hover{background:#fff;color:#4682b4;transform:translateY(-2px)}.btn-full{width:100%;justify-content:center;padding:15px;font-size:1.1rem}.section{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.divider{width:60px;height:4px;background:linear-gradient(90deg,#4682b4,#ffb107);margin:0 auto 1rem;border-radius:2px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.card-feature{text-align:center;background:#f5f7fa;border:1px solid #e9ecef}.card-feature:hover{background:#fff;box-shadow:0 10px 30px #0000001a}.icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.icon-primary{background:linear-gradient(135deg,#4682b4,#5a9fd4)}.icon-secondary{background:linear-gradient(135deg,#ffb107,#ffc107)}.icon i{font-size:2rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4682b4}@media (max-width: 768px){.grid-2{grid-template-columns:1fr;gap:2rem}.grid-3,.grid-4{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.75rem}.section{padding:60px 0}.btn{padding:10px 20px;font-size:.9rem}}@media (max-width: 480px){.container{padding:0 15px}.section{padding:40px 0}.btn-full{width:100%}}.btn:focus,input:focus,select:focus,textarea:focus{outline:2px solid #4682B4;outline-offset:2px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand h1{font-size:1.5rem;color:#2c3e50;margin:0;font-weight:700}.brand-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:.75rem}.nav-logo{height:40px;width:auto;object-fit:contain;border-radius:4px}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:#3498db}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#3498db;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{display:flex;align-items:center}.mobile-cta{display:none}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#333}.nav-toggle:hover{color:#3498db}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.nav-toggle{display:flex;align-items:center;justify-content:center}.nav-cta{display:none}.mobile-cta{display:flex;margin-top:1rem;justify-content:center}.nav-brand h1{font-size:1.2rem}.nav-logo{height:35px}}@media (max-width: 480px){.nav-container{padding:0 15px}.nav-brand h1{font-size:1rem}.nav-logo{height:30px}}.footer{background:#2f4f4f;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem;font-weight:600}.footer-section h3{font-size:1.25rem}.footer-section h4{font-size:1.1rem;color:#4682b4}.footer-section p{color:#bdc3c7;margin-bottom:1rem;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section li{padding:.25rem 0;color:#bdc3c7;transition:color .3s ease}.footer-section li:hover{color:#4682b4}.contact-info{margin-top:1rem}.contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#bdc3c7}.contact-item svg{color:#4682b4;flex-shrink:0}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center}.footer-bottom p{color:#bdc3c7;margin:.25rem 0}.tagline{font-weight:600;color:#4682b4!important;font-size:1.1rem}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}}@media (max-width: 480px){.footer{padding:1.5rem 0 1rem}.footer-section h3{font-size:1.1rem}.footer-section h4{font-size:1rem}}.hero{background:linear-gradient(135deg,#4682b4,#5a9fd4);color:#fff;padding:120px 0 80px;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{max-width:600px}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:#e8f4fd;line-height:1.4}.hero-description{font-size:1.1rem;margin-bottom:2rem;color:#d1e7f7;line-height:1.5}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d;max-width:500px;width:100%;aspect-ratio:4/3}.hero-main-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.hero-image-container:hover .hero-main-image{transform:scale(1.05)}.hero-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem;color:#fff}.overlay-content h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}.overlay-content p{color:#e8f4fd;margin:0;font-size:1rem;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.5)}@media (max-width: 768px){.hero{padding:100px 0 60px;min-height:auto}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-image-container{max-width:400px}.hero-image-overlay{padding:1.5rem}.overlay-content h3{font-size:1.25rem}.overlay-content p{font-size:.9rem}}@media (max-width: 480px){.hero{padding:80px 0 40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.hero-image-container{max-width:350px}.hero-image-overlay{padding:1rem}.overlay-content h3{font-size:1.1rem}.overlay-content p{font-size:.85rem}}.about{background:#f5f7fa}.about-content{display:flex;flex-direction:column;gap:3rem;align-items:center;text-align:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#555;line-height:1.6}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:900px}.feature-card{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.feature-card h3{margin-bottom:.5rem;color:#2f4f4f;font-size:1.25rem}.feature-card p{color:#666;margin:0;font-size:.95rem}@media (max-width: 768px){.about-features{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 1024px){.about-features{grid-template-columns:repeat(2,1fr)}}.why-choose{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#f5f7fa;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;background:#fff}.feature-card h3{margin-bottom:1rem;color:#2f4f4f;font-size:1.25rem}.feature-card p{color:#666;margin:0;line-height:1.5}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}}.services{background:#f5f7fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.service-category{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease;text-align:center}.service-category:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.service-category h3{margin-bottom:1rem;color:#2f4f4f;font-size:1.5rem}.service-category ul{list-style:none;padding:0;text-align:left}.service-category li{color:#666;border-bottom:1px solid #eee;position:relative;padding:.5rem 0 .5rem 1.5rem;transition:color .3s ease}.service-category li:last-child{border-bottom:none}.service-category li:before{content:"✓";color:#2ecc71;font-weight:700;position:absolute;left:0;top:.5rem}.service-category li:hover{color:#2f4f4f}.services-note{text-align:center;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #00000014}.services-note p{font-size:1.1rem;color:#555;margin:0;line-height:1.6}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.service-category{padding:2rem}.service-category ul{text-align:center}}@media (max-width: 480px){.service-category,.services-note{padding:1.5rem}}.testimonials{background:#f5f7fa}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease;position:relative;border:1px solid #e9ecef}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.stars{display:flex;gap:.25rem}.star{color:#ffc107;fill:#ffc107}.quote-icon{color:#4682b4;opacity:.3}.testimonial-text{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1.5rem;font-style:italic}.testimonial-footer{border-top:1px solid #eee;padding-top:1rem}.customer-info h4{color:#2f4f4f;margin-bottom:.25rem;font-size:1.1rem}.service-info{color:#4682b4;font-weight:600;font-size:.9rem;margin-bottom:.25rem}.location-info{color:#666;font-size:.85rem;margin:0}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}}@media (max-width: 480px){.testimonial-card{padding:1.25rem}.testimonial-text{font-size:.95rem}}.process{background:#fff}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem;position:relative}.step:after{content:"";position:absolute;top:30px;left:30px;right:-1.5rem;height:2px;background:linear-gradient(90deg,#3498db,#e9ecef);z-index:0}.step:last-child:after{display:none}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#4682b4,#5a9fd4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;position:relative;z-index:1;box-shadow:0 4px 12px #4682b44d}.step-icon{width:40px;height:40px;background:#f5f7fa;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4682b4;flex-shrink:0;position:relative;z-index:1;border:2px solid white;box-shadow:0 2px 8px #0000001a}.step-content{flex:1}.step-content h3{margin-bottom:.5rem;color:#2f4f4f;font-size:1.25rem}.step-content p{color:#666;margin:0;line-height:1.5}.process-note{text-align:center;background:#f5f7fa;padding:2rem;border-radius:12px;border:2px solid #e9ecef}.process-note p{font-size:1.2rem;color:#2f4f4f;margin:0;font-weight:600}@media (max-width: 768px){.process-steps{grid-template-columns:1fr;gap:2rem}.step{flex-direction:column;text-align:center;align-items:center}.step:after{display:none}.step-content{text-align:center}}@media (max-width: 480px){.step{gap:1rem}.step-number{width:50px;height:50px;font-size:1.25rem}.step-icon{width:35px;height:35px}.process-note{padding:1.5rem}}.tips{background:#f5f7fa}.tips-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 5px 15px #00000014}.tips-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#555;line-height:1.6}.tips-list{list-style:none;padding:0;margin:1.5rem 0}.tips-list li{padding:.75rem 0;color:#666;border-bottom:1px solid #eee;display:flex;align-items:center;gap:.75rem;transition:color .3s ease}.tips-list li:last-child{border-bottom:none}.tips-list li svg{color:#ffb107;flex-shrink:0}.tips-list li:hover{color:#2f4f4f}@media (max-width: 768px){.tips-content{padding:2rem}.tips-text p{font-size:1rem}}@media (max-width: 480px){.tips-content{padding:1.5rem}.tips-list li{padding:.5rem 0;font-size:.95rem}}.contact{background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-details h3{color:#2f4f4f;margin-bottom:2rem;font-size:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-item svg{color:#4682b4;margin-top:.25rem;flex-shrink:0}.contact-item a{color:#4682b4;text-decoration:none;font-weight:600;font-size:1.1rem}.contact-item a:hover{text-decoration:underline}.contact-item strong{color:#2f4f4f;display:block;margin-bottom:.25rem}.contact-tagline{margin-top:2rem;padding:1.5rem;background:#f5f7fa;border-radius:8px;text-align:center;border:2px solid #e9ecef}.contact-tagline p{margin:0;color:#2f4f4f;font-size:1.1rem}.contact-form{background:#f5f7fa;padding:2.5rem;border-radius:12px;box-shadow:0 5px 15px #00000014}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-status{margin-bottom:1rem;padding:1rem;border-radius:8px;text-align:center}.form-status.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-status.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.form-status p{margin:0;font-weight:500}.btn:disabled:hover{transform:none;box-shadow:none}.form-row{display:flex;gap:1rem}.form-row>div{flex:1}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem}.contact-details h3{font-size:1.25rem}.form-row{flex-direction:column;gap:0}}@media (max-width: 480px){.contact-form{padding:1.5rem}.contact-tagline{padding:1rem}.contact-tagline p{font-size:1rem}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:70px}.page-header{background:linear-gradient(135deg,#4682b4,#5a9fd4);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;z-index:1}.page-header p{font-size:1.25rem;color:#e8f4fd;margin:0;position:relative;z-index:1}.fade-in{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .6s ease}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.loading{opacity:.7;pointer-events:none}.error{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c33}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.success{border-color:#27ae60!important;box-shadow:0 0 0 2px #27ae6033}.success-message{color:#27ae60;font-size:.875rem;margin-top:.25rem}@media (max-width: 768px){.page-header{padding:100px 0 60px}.page-header h1{font-size:2.5rem}.page-header p{font-size:1.1rem}}@media (max-width: 480px){.page-header{padding:80px 0 40px}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}}
