@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f9f9f9;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}.App{width:100%;min-height:100vh;margin:0;padding:0;box-sizing:border-box}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header{position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,#2e7d32,#388e3c);box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease}.header.scrolled{background:linear-gradient(135deg,#1b5e20,#2e7d32);box-shadow:0 4px 20px rgba(0,0,0,.15)}.main-nav{display:flex;justify-content:space-between;align-items:center;height:70px;padding:0}.nav-brand{gap:12px;text-decoration:none}.brand-icon,.nav-brand{display:flex;align-items:center;transition:all .3s ease}.brand-icon{width:40px;height:40px;background:rgba(255,255,255,.15);border-radius:8px;justify-content:center}.brand-icon i{color:white;font-size:18px}.nav-brand:hover .brand-icon{background:rgba(255,255,255,.25);transform:scale(1.05)}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-name{font-size:1.5rem;font-weight:700;color:white;letter-spacing:-.5px}.brand-tagline{font-size:.75rem;color:#a5d6a7;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-top:-2px}.nav-links{display:flex;list-style:none;gap:0;margin:0;padding:0;align-items:center}.nav-links li{position:relative}.nav-link{display:flex;align-items:center;height:70px;padding:0 20px;color:rgba(255,255,255,.9);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;border-bottom:3px solid transparent;text-transform:uppercase;letter-spacing:.5px}.nav-link.active,.nav-link:hover{color:white;background:rgba(255,255,255,.1);border-bottom-color:#ffcc02}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:#ffcc02;transition:width .3s ease}.nav-link.active:after,.nav-link:hover:after{width:100%}.mobile-nav{display:none;align-items:center;gap:15px}.menu-btn,.search-btn{background:rgba(255,255,255,.15);border:none;color:white;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:16px}.menu-btn:hover,.search-btn:hover{background:rgba(255,255,255,.25);transform:scale(1.05)}.menu-btn:active,.search-btn:active{transform:scale(.95)}.contact-bar{background:#1b5e20;padding:8px 0;font-size:.85rem;color:rgba(255,255,255,.8);text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.contact-bar a{color:#a5d6a7;text-decoration:none;margin:0 15px;transition:color .3s ease}.contact-bar a:hover{color:white}.contact-bar i{margin-right:5px;font-size:.8rem}@media (max-width:768px){.container{padding:0 15px}.main-nav{height:60px}.brand-name{font-size:1.3rem}.brand-tagline{font-size:.7rem}.brand-icon{width:35px;height:35px}.brand-icon i{font-size:16px}.nav-links{display:none}.mobile-nav{display:flex}.menu-btn,.search-btn{width:36px;height:36px;font-size:14px}.contact-bar{display:none}}@media (max-width:480px){.container{padding:0 12px}.main-nav{height:55px}.brand-name{font-size:1.2rem}.brand-tagline{font-size:.65rem}.brand-icon{width:32px;height:32px}.brand-icon i{font-size:14px}.mobile-nav{gap:10px}.menu-btn,.search-btn{width:32px;height:32px;font-size:13px}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header{animation:slideInFromTop .6s ease-out}.nav-brand:hover{transform:translateY(-1px)}.nav-brand:hover .brand-name{text-shadow:0 2px 4px rgba(0,0,0,.3)}.menu-btn:focus,.nav-link:focus,.search-btn:focus{outline:2px solid #ffcc02;outline-offset:2px}@media (prefers-reduced-motion:reduce){.brand-icon,.header,.menu-btn,.nav-brand,.nav-link,.search-btn{transition:none!important;animation:none!important}}@media print{.header{position:static;box-shadow:none;background:white!important}.nav-brand,.nav-link{color:black!important}.mobile-nav{display:none}}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.banner-slider{z-index:1}.banner-slider,.slide{position:absolute;top:0;left:0;width:100%;height:100%}.slide{opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;object-position:center center}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.2) 50%,rgba(0,0,0,.5));z-index:2}.hero-content{position:relative;z-index:10;text-align:center;color:white;max-width:800px;padding:0 20px}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:1.5rem;text-shadow:2px 4px 8px rgba(0,0,0,.7);line-height:1.2}.title-highlight{color:#ffcc02;text-shadow:2px 4px 8px rgba(0,0,0,.9)}.hero-description{font-size:clamp(1.1rem,2.5vw,1.4rem);margin-bottom:2.5rem;text-shadow:1px 2px 4px rgba(0,0,0,.8);line-height:1.6;opacity:.95}.hero-actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:3rem}.hero-btn{display:inline-flex;align-items:center;gap:10px;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:400;font-size:1rem;transition:all .3s ease;text-transform:none;letter-spacing:.5px}.hero-btn.primary{background:#ffcc02;color:#1b5e20;border:2px solid #ffcc02}.hero-btn.primary:hover{background:transparent;color:#ffcc02;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,204,2,.3)}.hero-btn.secondary{background:transparent;color:white;border:2px solid rgba(255,255,255,.8)}.hero-btn.secondary:hover{background:white;color:#1b5e20;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.3)}.slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);color:#1b5e20;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:18px;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;opacity:.8}.slide-btn:hover{background:#ffcc02;color:#1b5e20;transform:translateY(-50%) scale(1.1);opacity:1}.prev{left:20px}.next{right:20px}.slide-indicators{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all .3s ease}.indicator.active{background:#ffcc02;border-color:#ffcc02;transform:scale(1.2)}.indicator:hover:not(.active){background:rgba(255,255,255,.4);border-color:rgba(255,255,255,.9)}.services-section{padding:80px 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1b5e20;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.service-card{background:white;padding:2rem;border-radius:8px;text-align:center;transition:all .3s ease;border:1px solid #e9ecef;box-shadow:0 2px 10px rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#2e7d32}.service-icon{font-size:3rem;color:#ff9800;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;font-weight:600;color:#1b5e20;margin-bottom:1rem}.service-card p{color:#6c757d;line-height:1.6;font-size:.95rem}.cta-section{padding:80px 0;background:linear-gradient(135deg,#1b5e20,#2e7d32);color:white;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-btn{display:inline-flex;align-items:center;gap:10px;background:#ffcc02;color:#1b5e20;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:400;font-size:1rem;text-transform:none;letter-spacing:.5px;transition:all .3s ease}.cta-btn:hover{background:transparent;color:#ffcc02;border:2px solid #ffcc02;transform:translateY(-2px)}.about-section{padding:80px 0;background:white}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1b5e20;margin-bottom:1.5rem}.about-text p{color:#6c757d;line-height:1.8;margin-bottom:1rem;font-size:1rem}.about-text a{color:#2e7d32;font-weight:500;text-decoration:none}.about-text a:hover{text-decoration:underline}.about-map{border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.footer{background:#1b5e20;color:white;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-info h3{font-size:1.5rem;margin-bottom:1rem;color:#a5d6a7}.footer-info p{line-height:1.7;opacity:.9}.footer-info a{color:#ffcc02;text-decoration:none}.footer-info a:hover{text-decoration:underline}.contact-details h3{font-size:1.5rem;margin-bottom:1rem;color:#a5d6a7}.contact-item{display:flex;align-items:center;gap:10px;margin-bottom:.8rem;font-size:.95rem}.contact-item i{color:#ffcc02;width:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.social-links{gap:1rem;margin-bottom:1rem}.social-links,.social-links a{display:flex;justify-content:center}.social-links a{align-items:center;width:40px;height:40px;background:rgba(255,255,255,.1);color:white;border-radius:50%;font-size:18px;transition:all .3s ease}.social-links a:hover{background:#ffcc02;color:#1b5e20;transform:translateY(-2px)}.copyright{opacity:.7;font-size:.9rem}.whatsapp-float{position:fixed;bottom:20px;right:20px;width:56px;height:56px;background:#25d366;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 12px rgba(37,211,102,.4);z-index:1000;transition:all .3s ease}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.6)}@media (max-width:768px){.hero{height:70vh;min-height:500px}.hero-content{padding:0 15px}.hero-actions{flex-direction:column;gap:1rem}.hero-btn{width:100%;justify-content:center;padding:.9rem 1.5rem}.slide-btn{width:40px;height:40px;font-size:14px}.prev{left:15px}.next{right:15px}.services-section{padding:60px 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.about-content,.footer-content{grid-template-columns:1fr;gap:2rem}.footer-content{text-align:center}.contact-item{justify-content:center}.whatsapp-float{width:50px;height:50px;font-size:20px;bottom:15px;right:15px}}@media (max-width:480px){.hero{height:60vh;min-height:450px}.section-title{font-size:2rem}.about-section,.cta-section,.services-section{padding:50px 0}.service-card{padding:1.2rem}.slide-indicators{bottom:20px}.footer{padding:40px 0 20px}}.cta-btn:focus,.hero-btn:focus,.indicator:focus,.slide-btn:focus{outline:2px solid #ffcc02;outline-offset:2px}@media (prefers-reduced-motion:reduce){.hero-btn,.indicator,.service-card,.slide,.slide-btn{transition:none!important}}