:root{--primary-color: #0e4c92;--secondary-color: #08365d;--accent-color: #ffb81c;--dark-color: #1a1a1a;--light-color: #f5f5f5;--border-color: #d1d5db;--text-color: #333333;--success-color: #059669;--danger-color: #dc2626;--transition: all .3s ease;--shadow: 0 10px 30px rgba(0, 0, 0, .2);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--section-space: clamp(2rem, 3.5vw, 2.75rem);--hero-vertical-space: clamp(1.75rem, 3.5vw, 2.5rem);--home-hero-min-height: clamp(360px, 56vh, 470px);--page-hero-min-height: clamp(240px, 40vh, 340px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color);background-color:#fff}img{max-width:100%;height:auto;display:block}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--secondary-color)}main{display:block}.container{width:min(1200px,calc(100% - 40px));margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.navbar-shell{position:sticky;top:0;z-index:1000}.navbar{background:#fffffff5;backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);border-bottom:4px solid var(--primary-color)}.nav-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0}.logo img{max-height:44px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-menu a{color:var(--text-color);font-weight:500;position:relative}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color)}.nav-menu a.active:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:var(--primary-color)}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:6px;background:none;border:none;cursor:pointer;padding:0}.menu-toggle span{width:25px;height:3px;background:var(--dark-color);transition:var(--transition)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:var(--transition);border:none;cursor:pointer;text-align:center}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--secondary-color);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow)}.btn-secondary{background:var(--accent-color);color:var(--dark-color);font-weight:600}.btn-secondary:hover{background:#e6a500;color:var(--dark-color);transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-link{display:inline-flex;align-items:center;gap:.5rem;padding:0;font-weight:600}.btn-link:after{content:"→"}.btn-link:hover{gap:.9rem}.btn-submit{width:100%}.hero,.page-hero,.cta-section{background-size:cover;background-position:center}.hero{color:#fff;padding:var(--hero-vertical-space) 0;position:relative;overflow:hidden;border-bottom:8px solid var(--accent-color);min-height:var(--home-hero-min-height);display:flex;align-items:center}.hero:before{content:"";position:absolute;top:0;right:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}.hero-home{background-image:linear-gradient(135deg,#0e4c92d9,#08365dd9),url(/images/halogen-hero.jpg)}.hero .container{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:2rem;align-items:stretch;position:relative;z-index:1}.hero-content{background:#08365d73;border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:2.25rem;backdrop-filter:blur(6px);display:flex;flex-direction:column;justify-content:center}.hero-content h1,.page-hero h1{margin:0 0 .9rem;line-height:1.15}.hero-content h1{font-size:clamp(2rem,4vw,3.2rem)}.hero-content p{font-size:clamp(1rem,1.6vw,1.2rem);margin:0 0 1.5rem;opacity:.95;max-width:58ch}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-buttons .btn{min-width:170px}.hero-buttons .btn-secondary{background:#fff3;border:2px solid #ffffff;color:#fff}.hero-buttons .btn-secondary:hover{background:#ffffff4d}.hero-stats{display:grid;grid-template-columns:1fr;gap:1rem}.stat-card{background:#ffffff29;padding:1.25rem 1.5rem;border-radius:12px;text-align:left;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.35);display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.stat-card h2{margin:0;font-size:clamp(1.6rem,2.6vw,2.2rem);color:var(--accent-color);line-height:1}.stat-card p{margin:0;text-align:right}.mission,.featured-products,.company-story,.products-section,.contact-section,.compliance,.specifications{padding:var(--section-space) 0}.mission,.values,.timeline,.specifications,.map-section{background:#f5f5f5}.mission-content{max-width:900px;margin:0 auto;text-align:center}.mission-content h2,.featured-products h2,.values h2,.compliance h2,.timeline h2,.specifications h2,.contact-info h2,.contact-form-wrapper h2,.map-section h2{font-size:clamp(1.8rem,3vw,2.5rem);margin:0 0 1rem;color:var(--dark-color)}.mission-content>p,.section-subtitle{color:#6b7280}.mission-content>p{font-size:1.1rem;margin:0 0 2rem;line-height:1.8}.mission-highlights,.values-grid,.compliance-grid,.timeline-items,.products-grid,.spec-row{display:grid;gap:2rem}.mission-highlights,.values-grid,.compliance-grid,.spec-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.timeline-items{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.highlight,.value-card,.timeline-item,.spec-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm)}.highlight{border-left:5px solid var(--accent-color)}.highlight i,.value-icon,.spec-item i{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.highlight h3,.value-card h3,.spec-item h3,.compliance-item h3,.timeline-item h3,.product-details h2,.product-features h3,.product-specs h3,.product-guarantee h3{margin:0 0 .5rem;color:var(--dark-color)}.highlight p,.value-card p,.timeline-item p,.spec-item p,.compliance-item p,.product-description{color:#6b7280}.section-subtitle{text-align:center;margin:0 0 3rem;font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:2rem;overflow:hidden}.product-card .product-image{width:100%;height:320px;border-radius:8px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:1.5rem}.featured-product-horizontal{display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(320px,1fr);gap:2.5rem;align-items:center;text-align:left}.featured-product-horizontal .product-content{display:flex;flex-direction:column;justify-content:center}.specs{list-style:none;margin:0 0 1.5rem;padding:0}.specs li{padding:.5rem 0;color:#6b7280}.specs li:before{content:"✓ ";color:var(--success-color);font-weight:700;margin-right:.5rem}.page-hero{color:#fff;padding:clamp(1.5rem,3vw,2.1rem) 0;text-align:center;border-bottom:8px solid var(--accent-color);min-height:var(--page-hero-min-height);display:flex;align-items:center}.page-hero p{margin:0;font-size:clamp(1rem,1.8vw,1.15rem);opacity:.95}.page-hero-about{background-image:linear-gradient(135deg,#0e4c92d9,#08365dd9),url(https://images.unsplash.com/photo-1513828583688-c52646db42da?w=1200&q=80&auto=format&fit=crop)}.page-hero-products{background-image:linear-gradient(135deg,#0e4c92d9,#08365dd9),url(/images/halogen-hero.jpg)}.page-hero-contact,.cta-support{background-image:linear-gradient(135deg,#0e4c92e6,#08365de6),url(https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&q=80&auto=format&fit=crop)}.story-grid,.product-featured,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.story-grid{align-items:center}.story-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.product-featured{align-items:start}.product-img{width:100%;max-width:600px;border-radius:12px;box-shadow:var(--shadow)}.product-features,.product-specs,.product-guarantee{margin-bottom:2rem}.product-features ul{list-style:none;margin:0;padding:0}.product-features li{padding:.5rem 0;display:flex;align-items:flex-start;gap:.5rem}.product-features i{color:var(--success-color);margin-top:.2rem}.specs-grid{display:flex;flex-wrap:wrap;gap:.5rem}.spec-badge{background:var(--light-color);border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.product-guarantee{background:var(--light-color);padding:1.5rem;border-radius:8px;border-left:4px solid var(--accent-color)}.product-cta{display:flex;gap:1rem;flex-wrap:wrap}.compliance-item{background:#fff;border:2px solid var(--primary-color);padding:2rem;border-radius:12px;text-align:center}.timeline{padding:var(--section-space) 0}.timeline-marker{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:1rem;border-radius:50%;background:var(--primary-color);color:#fff;font-weight:700;font-size:1rem}.contact-info h2,.contact-form-wrapper h2{margin-bottom:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.info-item:last-child{border-bottom:none}.info-icon{flex-shrink:0;width:50px;height:50px;background:var(--light-color);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-color)}.info-content h3{margin:0 0 .5rem;color:var(--dark-color)}.info-content p{margin:0 0 .25rem;color:#6b7280}.info-content a{font-weight:600}.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}.form-group label{margin-bottom:.5rem;font-weight:600;color:var(--dark-color)}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid var(--border-color);border-radius:6px;font:inherit;transition:var(--transition)}.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 #0e4c921a}.form-group textarea{resize:vertical;min-height:120px}.form-message{display:none;padding:1rem;margin-top:1rem;border-radius:6px}.form-message.success{display:block;background:#d1fae5;color:#065f46}.form-message.error{display:block;background:#fee2e2;color:#991b1b}.map-section{padding:var(--section-space) 0}.map-section h2{margin-bottom:2rem;text-align:center}.map-container{overflow:hidden;border-radius:12px;box-shadow:var(--shadow)}.map-container iframe{border:0}.cta-section{color:#fff;padding:4rem 0;text-align:center;border-top:8px solid var(--accent-color);border-bottom:8px solid var(--accent-color);background-image:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%)}.cta-section h2{margin:0 0 .5rem;font-size:clamp(1.8rem,3vw,2.5rem)}.cta-section p{margin:0 0 2rem;font-size:1.25rem;opacity:.95}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem;border-top:8px solid var(--accent-color)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h2{margin:0 0 1rem;font-size:1.1rem}.footer-section p,.footer-section a{color:#d1d5db}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li+li{margin-top:.5rem}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center;color:#9ca3af;font-size:.9rem}@media(max-width:768px){:root{--section-space: 1.75rem;--home-hero-min-height: 0;--page-hero-min-height: 220px}.container{width:min(100% - 30px,1200px)}.menu-toggle{display:flex}.nav-menu{position:absolute;top:70px;left:0;right:0;flex-direction:column;gap:0;max-height:0;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.nav-menu.active{max-height:500px}.nav-menu li{width:100%;padding:1rem;border-bottom:1px solid var(--border-color)}.nav-menu a.active:after{display:none}.hero .container,.story-grid,.featured-product-horizontal,.product-featured,.contact-grid,.form-row{grid-template-columns:1fr}.hero-content{padding:1.5rem}.hero-buttons,.product-cta{flex-direction:column}.hero-buttons .btn,.product-cta .btn{width:100%;min-width:0}.stat-card{flex-direction:column;align-items:flex-start;gap:.35rem}.stat-card p{text-align:left}.featured-product-horizontal .product-image{height:260px}}@media(max-width:480px){.hero-content h1,.page-hero h1,.cta-section h2{font-size:1.5rem}.hero-content p,.section-subtitle{font-size:1rem}.products-grid,.values-grid,.compliance-grid,.timeline-items{grid-template-columns:1fr}.specs-grid{flex-direction:column}.spec-badge{text-align:center}.map-container{height:300px}}
