:root{--primary: #006994;--primary-dark: #004e6e;--secondary: #f4a460;--text-dark: #1f2937;--text-light: #6b7280;--white: #ffffff;--bg-light: #f3f4f6;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-dark);line-height:1.5}.header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.5rem;color:var(--primary);font-weight:800;line-height:1.2;font-family:"Baloo Tammudu 2",cursive}.subtitle{font-size:.875rem;color:var(--text-light)}.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}.nav-links a:hover{color:var(--primary)}.cta-button{background:var(--primary);color:var(--white)!important;padding:.5rem 1.5rem;border-radius:9999px}.cta-button:hover{background:var(--primary-dark)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer}.hero{position:relative;height:80vh;min-height:500px;background-image:url(https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&q=80&w=1920);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.hero-content{position:relative;z-index:1}.hero h2{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center}.btn{padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:transform .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--primary);color:var(--white)}.btn-secondary{background:var(--white);color:var(--text-dark)}.section{padding:5rem 0}.bg-light{background:var(--bg-light)}.bg-white{background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.divider{height:4px;width:60px;background:var(--secondary);margin:0 auto}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);margin:0 auto}.about-grid{display:grid;gap:4rem}.lead{font-size:1.25rem;color:var(--text-dark);margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-card{text-align:center;padding:2rem;background:var(--bg-light);border-radius:1rem;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:48px;height:48px;color:var(--primary);margin-bottom:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-image{height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-info h3{font-size:1.25rem;margin-bottom:.5rem}.product-info p{color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.price{font-weight:700;color:var(--primary)}.btn-sm{padding:.5rem 1rem;background:var(--secondary);color:var(--white);border:none;border-radius:.5rem;cursor:pointer}.location-container{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow)}.contact-info{padding:2rem;background:var(--primary);color:var(--white)}.info-item{display:flex;gap:1rem;margin-bottom:2rem}.info-item .icon{width:24px;height:24px;flex-shrink:0}.info-item h3{font-size:1.1rem;margin-bottom:.25rem;opacity:.9}.info-item p{opacity:.8;font-size:.95rem}.map-wrapper{min-height:400px}.map-wrapper iframe{width:100%;height:100%;min-height:400px}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--white);text-decoration:none;opacity:.8;transition:opacity .3s}.footer-links a:hover{opacity:1}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.875rem;opacity:.6}@media (max-width: 768px){.section{padding:3rem 0}.container,.header-content{padding:0 1.5rem}.mobile-menu-btn{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:var(--shadow);text-align:center}.nav-links.active{display:flex}.hero h2{font-size:2.5rem}.hero p{font-size:1rem}.location-container{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}.about-grid{gap:2rem}.section-header h2{font-size:2rem}}
