.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-image{height:60px;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column}.logo-main{font-size:24px;font-weight:800;color:var(--primary-blue);letter-spacing:1px;line-height:1}.logo-sub{font-size:14px;font-weight:600;color:var(--secondary-blue);letter-spacing:2px}@media (max-width: 860px){.logo-image{height:50px}.logo-main{font-size:20px}.logo-sub{font-size:12px}}.desktop-nav{display:flex;gap:30px;align-items:center}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:600;font-size:14px;letter-spacing:.5px;position:relative;padding:8px 0;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--accent-orange),var(--accent-yellow));transition:width .3s ease;border-radius:2px}.nav-link:hover,.nav-link.active{color:var(--primary-blue)}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:5px;width:28px}.hamburger span{width:100%;height:3px;background:var(--primary-blue);border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-nav{display:none;flex-direction:column;background:var(--white);box-shadow:0 4px 20px #0000001a;padding:20px;gap:15px}.mobile-nav-link{text-decoration:none;color:var(--text-dark);font-weight:600;font-size:16px;padding:12px 0;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary-blue);padding-left:10px}@media (max-width: 960px){.desktop-nav{gap:20px}.nav-link{font-size:13px}}@media (max-width: 860px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}.mobile-nav{display:flex}.logo-main{font-size:20px}.logo-sub{font-size:12px}.logo-image{height:50px}}.footer{background:linear-gradient(135deg,var(--dark-blue),var(--primary-blue));color:var(--white);padding:60px 0 20px;margin-top:80px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer-logo-image{height:70px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(255,255,255,.2))}.footer-logo .logo-text{display:flex;flex-direction:column}.footer-logo .logo-main{font-size:24px;font-weight:800;color:var(--white);letter-spacing:1px;line-height:1}.footer-logo .logo-sub{font-size:14px;font-weight:600;color:var(--light-blue);letter-spacing:2px}@media (max-width: 768px){.footer-logo-image{height:60px}.footer-logo .logo-main{font-size:20px}.footer-logo .logo-sub{font-size:12px}}.footer-tagline{font-size:18px;font-weight:600;color:var(--accent-yellow);margin-bottom:20px}.social-links{display:flex;gap:15px;margin-top:10px}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{background:linear-gradient(135deg,var(--accent-orange),var(--accent-yellow));transform:translateY(-3px);box-shadow:0 4px 15px #f9731666}.footer-title{font-size:20px;font-weight:700;margin-bottom:20px;color:var(--white);position:relative;padding-bottom:10px}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--accent-orange),var(--accent-yellow));border-radius:2px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--accent-yellow);padding-left:5px}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:15px}.footer-contact li{display:flex;align-items:flex-start;gap:12px;color:#fffc}.footer-contact i{color:var(--accent-yellow);font-size:18px;margin-top:2px;min-width:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.footer-bottom p{color:#ffffffb3;font-size:14px}.footer-made{color:var(--accent-yellow)!important}.footer-made i{color:#ef4444;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:30px}.footer-section{text-align:center;align-items:center}.footer-logo{justify-content:center}.footer-title{text-align:center}.footer-title:after{left:50%;transform:translate(-50%)}.footer-links,.footer-contact{align-items:center}.footer-contact li,.social-links{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}.home{width:100%}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.3),transparent 50%)}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:900px;padding:40px 20px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:20px;line-height:1.2}.hero-title .highlight{background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:2rem;font-weight:600;color:var(--accent-yellow);margin-bottom:10px}.hero-description{font-size:1.3rem;color:#ffffffe6;margin-bottom:40px}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-large{padding:16px 40px;font-size:18px}.hero-shapes{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.shape{position:absolute;border-radius:50%;background:#ffffff0d;animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;right:15%;animation-delay:5s}.shape-3{width:150px;height:150px;bottom:20%;left:50%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.features{background:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:50px}.feature-card{background:var(--white);padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;border:1px solid rgba(59,130,246,.1)}.feature-card:hover{box-shadow:0 10px 30px var(--shadow-lg);border-color:var(--secondary-blue)}.feature-icon{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:36px;box-shadow:0 5px 20px #3b82f64d}.feature-title{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:15px}.feature-description{color:var(--text-light);line-height:1.8}.product-categories{background:var(--white)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}.category-card{background:var(--white);padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;border:2px solid transparent}.category-card:hover{border-color:var(--secondary-blue);box-shadow:0 10px 30px var(--shadow-lg)}.category-icon{width:100px;height:100px;margin:0 auto 25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .3s ease}.category-card:hover .category-icon{transform:rotate(360deg) scale(1.1)}.category-title{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:15px}.category-description{color:var(--text-light);margin-bottom:20px;line-height:1.8}.category-link{color:var(--secondary-blue);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.category-link:hover{color:var(--primary-blue);gap:12px}.cta-section{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));padding:80px 0;color:var(--white);text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}.cta-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:40px;line-height:1.8}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.features-grid,.categories-grid{grid-template-columns:1fr;gap:20px}.cta-title{font-size:2rem}.cta-description{font-size:1rem}}.about-us{width:100%}.about-hero{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));padding:120px 0 80px;text-align:center;color:var(--white)}.about-hero-title{font-size:3rem;font-weight:800;margin-bottom:15px}.about-hero-subtitle{font-size:1.5rem;color:#ffffffe6}.company-overview{background:var(--white)}.overview-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.overview-text{padding-right:20px}.overview-description p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:20px}.highlight-name{background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.15rem;position:relative;display:inline-block}.highlight-name:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--accent-orange),var(--accent-yellow));border-radius:2px;opacity:.6}.overview-image{position:relative}.image-placeholder{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:20px;padding:80px 40px;text-align:center;color:var(--white);box-shadow:0 10px 40px #3b82f64d}.image-placeholder i{font-size:80px;margin-bottom:20px;opacity:.9}.image-placeholder p{font-size:1.2rem;font-weight:600}.stats-section{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));padding:60px 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 20px;border-radius:20px;text-align:center;color:var(--white);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.stat-card:hover{background:#ffffff26;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.stat-icon{font-size:48px;margin-bottom:15px;color:var(--accent-yellow)}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:10px}.stat-label{font-size:1rem;color:#ffffffe6}.values-section{background:var(--bg-light)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.value-card{background:var(--white);padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;border:1px solid rgba(59,130,246,.1)}.value-card:hover{box-shadow:0 10px 30px var(--shadow-lg);border-color:var(--secondary-blue)}.value-icon{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,var(--accent-orange),var(--accent-yellow));border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:36px;box-shadow:0 5px 20px #f973164d}.value-title{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:15px}.value-description{color:var(--text-light);line-height:1.8}.milestones-section{background:var(--white)}.milestones-timeline{max-width:800px;margin:50px auto 0;position:relative;padding:40px 0}.milestones-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--primary-blue),var(--secondary-blue));transform:translate(-50%)}.milestone-item{display:flex;align-items:center;margin-bottom:60px;position:relative}.milestone-item:nth-child(odd){flex-direction:row}.milestone-item:nth-child(2n){flex-direction:row-reverse}.milestone-year{width:120px;height:120px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.5rem;font-weight:800;box-shadow:0 5px 20px #3b82f666;position:relative;z-index:2;flex-shrink:0}.milestone-content{flex:1;background:var(--white);padding:30px;border-radius:15px;box-shadow:0 5px 20px var(--shadow);margin:0 40px;border:2px solid rgba(59,130,246,.1)}.milestone-title{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:10px}.milestone-description{color:var(--text-light);line-height:1.8}.location-section{background:var(--bg-light)}.location-content{max-width:800px;margin:0 auto;text-align:center}.location-info{display:flex;align-items:center;justify-content:center;gap:30px;background:var(--white);padding:40px;border-radius:20px;box-shadow:0 5px 20px var(--shadow);margin-top:40px}.location-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--accent-orange),var(--accent-yellow));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:36px;flex-shrink:0;box-shadow:0 5px 20px #f973164d}.location-details h3{font-size:1.8rem;font-weight:700;color:var(--primary-blue);margin-bottom:10px}.location-details p{color:var(--text-light);font-size:1.1rem;line-height:1.8}@media (max-width: 968px){.overview-content{grid-template-columns:1fr;gap:40px}.overview-text{padding-right:0}}@media (max-width: 768px){.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1.2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.values-grid{grid-template-columns:1fr}.milestones-timeline:before{left:60px}.milestone-item{flex-direction:row!important;padding-left:100px}.milestone-year{width:100px;height:100px;font-size:1.2rem;position:absolute;left:0}.milestone-content{margin:0}.location-info{flex-direction:column;text-align:center}}.gallery{width:100%}.gallery-hero{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));padding:120px 0 80px;text-align:center;color:var(--white)}.gallery-hero-title{font-size:3rem;font-weight:800;margin-bottom:15px}.gallery-hero-subtitle{font-size:1.5rem;color:#ffffffe6}.gallery-filters{background:var(--bg-light);padding:40px 0}.filter-buttons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.filter-btn{padding:12px 30px;border:2px solid var(--primary-blue);background:var(--white);color:var(--primary-blue);border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:16px}.filter-btn:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 15px #1e3a8a4d}.filter-btn.active{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--white);border-color:transparent;box-shadow:0 4px 15px #3b82f666}.gallery-grid-section{background:var(--white)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.gallery-item{cursor:pointer;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease}.gallery-item:hover{box-shadow:0 10px 30px var(--shadow-lg)}.gallery-image-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden}.gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:flex-end;padding:30px;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-info{color:var(--white);width:100%}.gallery-item-title{font-size:1.3rem;font-weight:700;margin-bottom:5px}.gallery-item-category{font-size:.9rem;color:#fffc;margin-bottom:10px}.gallery-icon{font-size:24px;color:var(--accent-yellow)}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000080}.lightbox-close{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#000000b3;border:none;border-radius:50%;color:var(--white);font-size:24px;cursor:pointer;z-index:2001;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.lightbox-close:hover{background:#000000e6;transform:rotate(90deg)}.lightbox-image{width:100%;max-height:80vh;object-fit:contain;display:block}.lightbox-info{padding:30px;background:var(--white);text-align:center}.lightbox-info h3{font-size:1.8rem;font-weight:700;color:var(--primary-blue);margin-bottom:10px}.lightbox-info p{color:var(--text-light);font-size:1.1rem}@media (max-width: 768px){.gallery-hero-title{font-size:2rem}.gallery-hero-subtitle{font-size:1.2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.filter-btn{padding:10px 20px;font-size:14px}.lightbox-content{max-width:95vw;max-height:95vh}.lightbox-close{width:40px;height:40px;font-size:20px;top:10px;right:10px}}.our-products{width:100%}.products-hero{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));padding:120px 0 80px;text-align:center;color:var(--white)}.products-hero-title{font-size:3rem;font-weight:800;margin-bottom:15px}.products-hero-subtitle{font-size:1.5rem;color:#ffffffe6}.products-section{background:var(--bg-light)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.product-card{background:var(--white);border-radius:20px;padding:35px;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column}.product-card:hover{border-color:var(--secondary-blue);box-shadow:0 10px 30px var(--shadow-lg)}.product-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.product-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.product-name{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin:0}.product-description{color:var(--text-light);line-height:1.8;margin-bottom:20px;flex-grow:1}.product-features{margin-bottom:25px}.features-title{font-size:1rem;font-weight:600;color:var(--primary-blue);margin-bottom:12px}.features-list{list-style:none;padding:0;margin:0}.features-list li{display:flex;align-items:center;gap:10px;color:var(--text-light);margin-bottom:8px;font-size:.95rem}.features-list i{color:var(--secondary-blue);font-size:14px}.product-btn{padding:12px 24px;border:none;border-radius:50px;color:var(--white);font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;font-size:16px;box-shadow:0 4px 15px #0003}.product-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.product-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;overflow-y:auto}.product-modal-content{background:var(--white);border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;position:relative;box-shadow:0 20px 60px #00000080}.modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#0000001a;border:none;border-radius:50%;color:var(--text-dark);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background:#0003;transform:rotate(90deg)}.modal-header{display:flex;align-items:center;gap:20px;margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid var(--bg-light)}.modal-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:40px;flex-shrink:0}.modal-title{font-size:2rem;font-weight:700;color:var(--primary-blue);margin:0}.modal-description{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:30px}.modal-sections{display:flex;flex-direction:column;gap:30px}.modal-section{background:var(--bg-light);padding:25px;border-radius:15px}.section-heading{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-bottom:15px;display:flex;align-items:center;gap:10px}.section-heading i{color:var(--accent-orange)}.modal-features,.modal-applications{list-style:none;padding:0;margin:0}.modal-features li,.modal-applications li{display:flex;align-items:center;gap:12px;padding:10px 0;color:var(--text-dark);border-bottom:1px solid rgba(0,0,0,.05)}.modal-features li:last-child,.modal-applications li:last-child{border-bottom:none}.modal-features i{color:var(--secondary-blue)}.modal-applications i{color:var(--accent-orange);font-size:12px}.modal-specs{display:flex;flex-direction:column;gap:12px}.spec-item{display:flex;justify-content:space-between;padding:12px;background:var(--white);border-radius:8px;border-left:4px solid var(--secondary-blue)}.spec-label{font-weight:600;color:var(--primary-blue)}.spec-value{color:var(--text-light)}@media (max-width: 768px){.products-hero-title{font-size:2rem}.products-hero-subtitle{font-size:1.2rem}.products-grid{grid-template-columns:1fr;gap:20px}.product-modal-content{padding:25px;max-height:95vh}.modal-header{flex-direction:column;text-align:center}.modal-title{font-size:1.5rem}}.contact-us{width:100%}.contact-hero{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));padding:120px 0 80px;text-align:center;color:var(--white)}.contact-hero-title{font-size:3rem;font-weight:800;margin-bottom:15px}.contact-hero-subtitle{font-size:1.5rem;color:#ffffffe6}.contact-section{background:var(--bg-light)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}.contact-info-title{font-size:2rem;font-weight:700;color:var(--primary-blue);margin-bottom:15px}.contact-info-description{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:40px}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-card{background:var(--white);padding:30px;border-radius:15px;text-align:center;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;border:2px solid transparent}.contact-card:hover{border-color:var(--secondary-blue);box-shadow:0 10px 30px var(--shadow-lg)}.contact-card-icon{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px}.contact-card-title{font-size:1.2rem;font-weight:700;color:var(--primary-blue);margin-bottom:10px}.contact-card-details{color:var(--text-light);font-size:1rem}.contact-form-wrapper{background:var(--white);padding:40px;border-radius:20px;box-shadow:0 5px 20px var(--shadow)}.form-title{font-size:2rem;font-weight:700;color:var(--primary-blue);margin-bottom:30px}.form-group{margin-bottom:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:8px;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:14px 18px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;font-family:Poppins,sans-serif;transition:all .3s ease;background:var(--white);color:var(--text-dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-blue);box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:16px;font-size:18px;display:flex;align-items:center;justify-content:center;gap:10px}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-success{background:#10b981;color:var(--white);padding:15px 20px;border-radius:10px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:600}.form-error{background:#ef4444;color:var(--white);padding:15px 20px;border-radius:10px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:600}.map-section{background:var(--white);padding:60px 0}.map-placeholder{background:var(--bg-light);border-radius:20px;padding:80px 40px;text-align:center;border:2px dashed #e5e7eb}.map-icon{width:100px;height:100px;margin:0 auto 30px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:48px;box-shadow:0 5px 20px #3b82f64d}.map-placeholder h3{font-size:1.8rem;font-weight:700;color:var(--primary-blue);margin-bottom:10px}.map-placeholder p{color:var(--text-light);font-size:1.1rem;margin-bottom:5px}.map-note{font-size:.9rem;color:var(--text-light);font-style:italic;margin-top:20px}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:40px}.contact-cards{grid-template-columns:1fr}}@media (max-width: 768px){.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1.2rem}.contact-form-wrapper{padding:25px}.form-row{grid-template-columns:1fr}.form-title{font-size:1.5rem}}.certifications{width:100%}.certifications-hero{background:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));padding:120px 0 80px;text-align:center;color:var(--white)}.certifications-hero-title{font-size:3rem;font-weight:800;margin-bottom:15px}.certifications-hero-subtitle{font-size:1.5rem;color:#ffffffe6}.certifications-section{background:var(--white)}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.certification-card{background:var(--white);border-radius:20px;padding:35px;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;border:2px solid transparent;text-align:center;position:relative}.certification-card:hover{border-color:var(--secondary-blue);box-shadow:0 10px 30px var(--shadow-lg)}.certification-icon{width:100px;height:100px;margin:0 auto 25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .3s ease}.certification-card:hover .certification-icon{transform:scale(1.1) rotate(5deg)}.certification-name{font-size:1.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:10px}.certification-description{font-size:1rem;font-weight:600;color:var(--text-light);margin-bottom:15px}.certification-details{color:var(--text-light);line-height:1.8;margin-bottom:20px;font-size:.95rem}.certification-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:50px;color:var(--white);font-weight:600;font-size:.9rem;margin-top:10px}.standards-section{background:var(--bg-light)}.standards-list{display:flex;flex-direction:column;gap:25px;margin-top:50px;max-width:900px;margin-left:auto;margin-right:auto}.standard-item{background:var(--white);border-radius:15px;padding:30px;box-shadow:0 5px 20px var(--shadow);border-left:5px solid var(--secondary-blue);transition:all .3s ease}.standard-item:hover{box-shadow:0 10px 30px var(--shadow-lg);transform:translate(5px)}.standard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.standard-number{font-size:1.5rem;font-weight:800;color:var(--primary-blue);font-family:Courier New,monospace}.standard-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:24px}.standard-description{color:var(--text-light);line-height:1.8;margin-bottom:15px;font-size:1.05rem}.standard-products{display:flex;align-items:center;gap:10px;padding:12px 20px;background:var(--bg-light);border-radius:8px;color:var(--primary-blue);font-weight:600;font-size:.95rem}.standard-products i{color:var(--accent-orange)}.quality-section{background:var(--white)}.quality-content{max-width:1000px;margin:0 auto}.quality-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;margin-top:50px}.quality-item{background:var(--bg-light);padding:35px 25px;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent}.quality-item:hover{background:var(--white);border-color:var(--secondary-blue);box-shadow:0 5px 20px var(--shadow);transform:translateY(-5px)}.quality-item i{font-size:48px;color:var(--secondary-blue);margin-bottom:20px}.quality-item h3{font-size:1.2rem;font-weight:700;color:var(--primary-blue);margin-bottom:12px}.quality-item p{color:var(--text-light);line-height:1.8;font-size:.95rem}@media (max-width: 768px){.certifications-hero-title{font-size:2rem}.certifications-hero-subtitle{font-size:1.2rem}.certifications-grid,.quality-grid{grid-template-columns:1fr;gap:20px}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px}@media (max-width: 768px){main{padding-top:70px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #1e3a8a;--secondary-blue: #3b82f6;--accent-orange: #f97316;--accent-yellow: #fbbf24;--dark-blue: #0f172a;--light-blue: #60a5fa;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f8fafc;--white: #ffffff;--shadow: rgba(0, 0, 0, .1);--shadow-lg: rgba(0, 0, 0, .15)}body{font-family:Poppins,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.btn{display:inline-block;padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:16px;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--white);box-shadow:0 4px 15px #3b82f666}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699}.btn-secondary{background:linear-gradient(135deg,var(--accent-orange),#fb923c);color:var(--white);box-shadow:0 4px 15px #f9731666}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731699}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px;color:var(--primary-blue);position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--accent-orange),var(--accent-yellow));border-radius:2px}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animate-fade-in{animation:fadeIn 1s ease-out}@media (max-width: 768px){.section{padding:50px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.btn{padding:12px 24px;font-size:14px}}
