.error-main{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:80px 0;background-color:#f8f9fa}.error-content{text-align:center;max-width:600px;margin:0 auto;padding:40px 20px}.error-number{font-size:120px;font-weight:bold;color:#10b981;line-height:1;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,0.1)}.error-content h1{font-size:36px;color:#333;margin-bottom:16px;font-weight:600}.error-content p{font-size:18px;color:#666;margin-bottom:40px;line-height:1.6}.error-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.error-actions .btn{padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:500;font-size:16px;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:8px}.error-actions .btn-primary{background-color:#10b981;color:white;border:2px solid #10b981}.error-actions .btn-primary:hover{background-color:#059669;border-color:#059669;transform:translateY(-2px)}.error-actions .btn-secondary{background-color:transparent;color:#10b981;border:2px solid #10b981}.error-actions .btn-secondary:hover{background-color:#10b981;color:white;transform:translateY(-2px)}@media (max-width:768px){.error-main{padding:40px 0;min-height:50vh}.error-number{font-size:80px}.error-content h1{font-size:28px}.error-content p{font-size:16px}.error-actions{flex-direction:column;align-items:center}.error-actions .btn{width:200px;justify-content:center}}@media (max-width:480px){.error-content{padding:20px 15px}.error-number{font-size:60px}.error-content h1{font-size:24px}.error-content p{font-size:14px}}
.company-overview{padding:4rem 0}.overview-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.overview-grid{grid-template-columns:1fr 1fr}}.overview-content{color:var(--gray-700)}.overview-image img{width:100%;height:auto;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:var(--emerald-green);display:block}.stat-label{font-size:0.875rem;color:var(--gray-600)}.mission-vision{background-color:var(--off-white);padding:4rem 0}.mission-vision-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.mission-vision-grid{grid-template-columns:repeat(2,1fr)}}.mission-card,.vision-card{background-color:var(--white);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);text-align:center}.card-icon{width:3rem;height:3rem;background-color:rgba(42,157,143,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--emerald-green)}.card-icon svg{width:1.5rem;height:1.5rem}.values-section{padding:4rem 0}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background-color:var(--white);padding:2rem;border-radius:var(--border-radius-lg);text-align:center;box-shadow:var(--shadow-lg);transition:var(--transition)}.value-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.value-icon{width:4rem;height:4rem;background-color:rgba(42,157,143,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--emerald-green)}.value-icon svg{width:2rem;height:2rem}.certifications-section{padding:4rem 0;background-color:var(--off-white)}.certifications-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.certifications-grid{grid-template-columns:repeat(2,1fr)}}.certification-card{background-color:var(--white);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);text-align:center}.certification-card img{height:5rem;margin-bottom:1rem}.cta-section{background:linear-gradient(135deg,var(--emerald-green) 0%,#238276 100%);color:var(--white);padding:4rem 0;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.cta-subtitle{font-size:1.25rem;margin-bottom:2rem;color:rgba(255,255,255,0.9)}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.cart-section{padding:4rem 0}.cart-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:2rem}@media (min-width:1024px){.cart-grid{grid-template-columns:2fr 1fr}}.cart-card{background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.cart-header{padding:1.5rem;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center;background-color:var(--navy-blue)}.cart-content{padding:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid var(--gray-200);border-radius:var(--border-radius);margin-bottom:1rem}.cart-item:last-child{margin-bottom:0}.cart-item-image{width:80px;height:80px;border-radius:var(--border-radius);object-fit:cover;flex-shrink:0}.cart-item-details{flex:1}.cart-item-name{font-weight:600;color:var(--navy-blue);margin-bottom:0.25rem}.cart-item-specs{font-size:0.875rem;color:var(--gray-600);margin-bottom:0.5rem}.cart-item-price{font-size:1.125rem;font-weight:700;color:var(--emerald-green)}.cart-item-controls{display:flex;align-items:center;gap:0.5rem}.quantity-control{display:flex;align-items:center;gap:0.5rem}.quantity-btn{width:2rem;height:2rem;border:1px solid var(--gray-300);background-color:var(--white);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.quantity-btn:hover{background-color:var(--gray-50);border-color:var(--gray-400)}.quantity-input{width:3rem;text-align:center;border:1px solid var(--gray-300);border-radius:var(--border-radius);padding:0.25rem}.cart-item-total{text-align:right}.cart-item-total-price{font-weight:700;color:var(--navy-blue);margin-bottom:0.5rem}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:0.25rem;border-radius:var(--border-radius);transition:var(--transition)}.remove-btn:hover{background-color:rgba(239,68,68,0.1)}.order-summary{position:sticky;top:6rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:0.75rem}.summary-row:last-child{margin-bottom:0}.summary-total{font-size:1.125rem;font-weight:700;padding-top:0.75rem;border-top:1px solid var(--gray-200)}.summary-total .summary-price{color:var(--emerald-green)}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart-icon{width:4rem;height:4rem;color:var(--gray-400);margin:0 auto 1rem}#cartContent .btn-outline,#cartContent h2{color:var(--off-white)}@media (max-width:768px){.cart-grid{grid-template-columns:1fr}.cart-item{flex-direction:column;text-align:center}.cart-item-controls{justify-content:center}}h2{color:var(--off-white);margin-bottom:1rem}.cart-header .btn-outline{color:white !important}
.contact-section{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:2fr 1fr}}.contact-card{background-color:var(--white);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:0.5rem;margin-top:0.5rem}.checkbox-label{display:flex;align-items:center;gap:0.5rem;cursor:pointer;font-size:0.875rem}.checkbox-label input[type="checkbox"]{margin:0;width:auto}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;gap:1rem;align-items:flex-start}.method-icon{width:3rem;height:3rem;background-color:rgba(42,157,143,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--emerald-green);flex-shrink:0}.method-icon svg{width:1.5rem;height:1.5rem}.method-content h3{font-size:1.125rem;font-weight:600;margin-bottom:0.5rem;color:var(--navy-blue)}.method-content p{color:var(--gray-600);margin-bottom:0.25rem}.method-content small{color:var(--gray-500);font-size:0.75rem}.whatsapp-link{color:var(--emerald-green);font-weight:500;text-decoration:underline}.business-hours{display:flex;flex-direction:column;gap:0.75rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;border-bottom:1px solid var(--gray-200)}.hours-item:last-child{border-bottom:none}.day{font-weight:500;color:var(--gray-700)}.time{color:var(--gray-600)}.hours-note{font-size:0.875rem;color:var(--gray-500);margin-top:1rem;font-style:italic}.faq-section{padding:4rem 0;background-color:var(--off-white)}.faq-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-item{background-color:var(--white);padding:1.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.faq-item h3{font-size:1.125rem;font-weight:600;margin-bottom:0.75rem;color:var(--navy-blue)}.faq-item p{color:var(--gray-600);margin:0}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.checkbox-group{grid-template-columns:1fr}}
:root{--navy-blue:#0d1b2a;--emerald-green:#2a9d8f;--gold:#e9c46a;--off-white:#f8f9fa;--white:#ffffff;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-montserrat:"Montserrat",sans-serif;--font-lato:"Lato",sans-serif;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow:0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);--border-radius:0.375rem;--border-radius-lg:0.5rem;--border-radius-xl:0.75rem;--transition:all 0.2s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-lato);font-size:16px;line-height:1.6;color:var(--gray-700);background-color:var(--off-white);width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-montserrat);font-weight:600;color:var(--navy-blue);line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto}.container{margin:0 auto;width:80%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1rem;border:1px solid transparent;border-radius:var(--border-radius);font-size:0.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-sm{padding:0.375rem 0.75rem;font-size:0.75rem}.btn-lg{padding:0.75rem 1.5rem;font-size:1rem}.btn-full{width:100%}.btn-primary{background-color:var(--emerald-green);color:var(--white);border-color:var(--emerald-green)}.btn-primary:hover{background-color:#238276;border-color:#238276}.btn-outline{background-color:transparent;color:var(--gray-700);border-color:var(--gray-300)}.btn-outline:hover{background-color:var(--gray-50);border-color:var(--gray-400)}.btn-outline-white{background-color:transparent;color:var(--white);border-color:var(--white)}.btn-outline-white:hover{background-color:var(--white);color:var(--navy-blue)}.icon{width:1rem;height:1rem;margin-right:0.5rem}.header{position:sticky;top:0;z-index:1000;background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200)}.nav-wrapper{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none}.logo-icon{width:2rem;height:2rem;color:var(--white);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.875rem}.logo-text{font-family:var(--font-montserrat);font-weight:700;font-size:1.25rem;color:var(--navy-blue)}@media (max-width:620px){.logo-text{font-size:1rem}}footer .logo-text{color:var(--off-white)}.nav-desktop{display:none;align-items:center;gap:2rem}@media (min-width:1024px){.nav-desktop{display:flex}}.nav-link{font-size:0.875rem;font-weight:500;color:var(--gray-700);transition:var(--transition)}.nav-link:hover{color:var(--emerald-green)}.dropdown{position:relative}.dropdown-trigger{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:0.25rem}.dropdown-arrow{width:1rem;height:1rem;transition:var(--transition)}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-content{position:absolute;top:100%;left:0;margin-top:0.5rem;width:15rem;background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--gray-200);opacity:0;visibility:hidden;transform:translateY(-10px);transition:var(--transition);z-index:50}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-grid{display:grid;padding:1.5rem}.category-section{display:flex;flex-direction:column;gap:0.75rem}.category-header{border-bottom:1px solid rgba(42,157,143,0.2);padding-bottom:0.5rem}.category-link{display:block;padding:0.5rem;border-radius:var(--border-radius);transition:var(--transition)}.category-link:hover{background-color:rgba(42,157,143,0.05)}.category-title{font-size:0.875rem;font-weight:600;color:var(--emerald-green);margin-bottom:0.25rem}.category-desc{font-size:0.75rem;color:var(--gray-600);margin:0}.subcategory-list{display:flex;flex-direction:column;gap:0.25rem}.subcategory-link{display:block;padding:0.5rem;border-radius:var(--border-radius);transition:var(--transition)}.subcategory-link:hover{background-color:var(--gray-50)}.subcategory-title{font-size:0.75rem;font-weight:500;color:var(--gray-900);margin-bottom:0.25rem}.subcategory-desc{font-size:0.75rem;color:var(--gray-500);margin:0}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-phone{display:none}@media (min-width:768px){.nav-phone{display:inline-flex}}.cart-btn{position:relative}.cart-count{position:absolute;top:-0.5rem;right:-0.5rem;background-color:var(--emerald-green);color:var(--white);font-size:0.75rem;font-weight:600;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:block;background:none;border:1px solid var(--gray-300);border-radius:var(--border-radius);padding:0.375rem;cursor:pointer}@media (min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu{display:none;position:fixed;top:4rem;right:0;width:20rem;max-width:90vw;height:calc(100vh - 4rem);background-color:var(--white);box-shadow:var(--shadow-xl);z-index:999}.mobile-menu.active{display:block}.mobile-menu-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu-link{font-size:1.125rem;font-weight:500;color:var(--gray-700);padding:0.75rem 0;border-bottom:1px solid var(--gray-200)}.mobile-menu-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:0.75rem}.page-hero{background-color:var(--navy-blue);color:var(--white);padding:4rem 0;text-align:center}.page-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.page-subtitle{font-size:1.25rem;color:rgba(255,255,255,0.9);max-width:48rem;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--navy-blue)}.section-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:48rem;margin:0 auto}.footer{background-color:var(--navy-blue);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.footer-desc{color:rgba(255,255,255,0.8);margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:0.75rem}.contact-item{display:flex;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.8)}.contact-item .icon{width:1rem;height:1rem;margin-right:0}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:rgba(255,255,255,0.8);transition:var(--transition)}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.2);padding-top:1rem;text-align:center;color:rgba(255,255,255,0.6)}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:var(--shadow-lg);transition:var(--transition);z-index:1000}.whatsapp-float:hover{transform:scale(1.1);box-shadow:var(--shadow-xl)}.whatsapp-float svg{width:2rem;height:2rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:var(--gray-700);margin-bottom:0.5rem}.form-group input,.form-group select,.form-group textarea{padding:0.75rem;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--emerald-green);box-shadow:0 0 0 3px rgba(42,157,143,0.1)}.required{color:#ef4444}.hidden{display:none !important}.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}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 0.6s ease-out}@keyframes slideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.slide-in{animation:slideIn 0.6s ease-out}.loading{opacity:0.6;pointer-events:none}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid var(--gray-300);border-radius:50%;border-top-color:var(--emerald-green);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.container{padding:0 0.75rem}.page-title{font-size:2rem}.section-title{font-size:2rem}.dropdown-content{width:20rem;left:-8rem}.dropdown-grid{grid-template-columns:1fr}}@media print{.header,.footer,.whatsapp-float,.btn,.mobile-menu{display:none !important}body{font-size:12pt;line-height:1.4;color:#000;background:#fff}.container{max-width:none;padding:0}h1,h2,h3,h4,h5,h6{color:#000;page-break-after:avoid}.section-title{font-size:18pt}}
.hero{position:relative;background:linear-gradient(135deg,var(--navy-blue) 0%,#1a365d 100%);color:var(--white);padding:6rem 0;text-align:center;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("/placeholder.svg?height=600&width=1200&text=Manufacturing+Background") center / cover;opacity:0.1;z-index:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(13,27,42,0.9) 0%,rgba(42,157,143,0.1) 100%);z-index:2}.hero-content{position:relative;z-index:3;max-width:55rem;margin:0 auto}.hero-title{font-size:2.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--white)}@media (max-width:768px){.hero-title{font-size:2rem}}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:rgba(255,255,255,0.9)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.trust-indicators{background-color:var(--white);padding:2rem 0;border-bottom:1px solid var(--gray-200)}.trust-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.trust-logo{height:3rem;opacity:0.6;transition:var(--transition)}.trust-logo:hover{opacity:1}.highlights{padding:4rem 0;background-color:var(--white)}.highlights-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.highlights-grid{grid-template-columns:repeat(4,1fr)}}.highlight-card{text-align:center;padding:2rem;border-radius:var(--border-radius-lg);background-color:var(--off-white);transition:var(--transition)}.highlight-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.highlight-icon{width:4rem;height:4rem;background-color:rgba(42,157,143,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--emerald-green)}.highlight-icon svg{width:2rem;height:2rem}.highlight-title{font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;color:var(--navy-blue)}.highlight-desc{color:var(--gray-600);margin:0}.featured-categories{padding:4rem 0;background-color:var(--off-white)}.categories-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{background-color:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.category-image{position:relative;height:12rem;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.category-card:hover .category-image img{transform:scale(1.05)}.category-content{padding:1.5rem}.category-description{color:var(--gray-600);margin-bottom:1.5rem}.cta-section{background:linear-gradient(135deg,var(--emerald-green) 0%,#238276 100%);color:var(--white);padding:4rem 0;text-align:center}.cta-content{max-width:48rem;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.cta-subtitle{font-size:1.25rem;margin-bottom:2rem;color:rgba(255,255,255,0.9)}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.hero-actions,.cta-actions{flex-direction:column;align-items:center}.btn-lg{width:100%;max-width:20rem}.cta-title{font-size:2rem}}
.breadcrumb-section{background-color:var(--off-white);padding:1rem 0;border-bottom:1px solid var(--gray-200)}.breadcrumb{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--gray-600)}.breadcrumb a{color:var(--emerald-green);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-detail-section{padding:3rem 0}.product-detail-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width:1024px){.product-detail-grid{grid-template-columns:1fr 1fr}}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{position:relative;background-color:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.main-image img{width:100%;height:500px;object-fit:cover}.zoom-btn{position:absolute;top:1rem;right:1rem;background-color:rgba(255,255,255,0.9);border:none;border-radius:var(--border-radius);padding:0.5rem;cursor:pointer;transition:var(--transition)}.zoom-btn:hover{background-color:var(--white)}.thumbnail-images{display:flex;gap:0.5rem;overflow-x:auto;padding:0.5rem 0}.thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:var(--border-radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:var(--transition)}.thumbnail.active{border-color:var(--emerald-green)}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-header{border-bottom:1px solid var(--gray-200);padding-bottom:1.5rem}.product-category{display:inline-block;background-color:rgba(42,157,143,0.1);color:var(--emerald-green);padding:0.25rem 0.75rem;border-radius:var(--border-radius);font-size:0.875rem;font-weight:500;margin-bottom:1rem}.product-name{font-size:2rem;font-weight:700;color:var(--navy-blue);margin-bottom:0.5rem}.product-short-desc{font-size:1.125rem;color:var(--gray-600);margin-bottom:1rem}.product-pricing{background-color:var(--off-white);border-radius:var(--border-radius-lg);margin-bottom:1rem}.price-range{font-size:2rem;font-weight:700;color:var(--emerald-green);margin-bottom:0.5rem}.price-details{display:flex;flex-wrap:wrap;gap:1rem;font-size:0.875rem;color:var(--gray-600)}.price-detail{display:flex;align-items:center;gap:0.25rem}.action-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width:768px){.action-buttons{flex-direction:row}}.trust-indicators{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 0;border-top:1px solid var(--gray-200)}.trust-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--gray-600)}.trust-icon{width:1rem;height:1rem;color:var(--emerald-green)}.product-tabs{margin-top:3rem}.tab-buttons{display:flex;border-bottom:1px solid var(--gray-200);margin-bottom:2rem;overflow-x:auto}.tab-btn{background:none;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:var(--gray-600);cursor:pointer;border-bottom:2px solid transparent;transition:var(--transition);white-space:nowrap}.tab-btn.active{color:var(--emerald-green);border-bottom-color:var(--emerald-green)}.tab-content{display:none}.tab-content.active{display:block}.tab-card{background-color:var(--white);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.specifications-grid{display:grid;grid-template-columns:1fr;gap:1rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid var(--gray-100)}.spec-item:last-child{border-bottom:none}.spec-label{font-weight:500;color:var(--gray-700)}.spec-value{color:var(--gray-600);text-align:right}.applications-list{display:grid;grid-template-columns:1fr;gap:0.5rem}@media (min-width:768px){.applications-list{grid-template-columns:repeat(2,1fr)}}.application-item{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0}.application-dot{width:0.5rem;height:0.5rem;background-color:var(--emerald-green);border-radius:50%;flex-shrink:0}.customization-form{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:768px){.customization-form{grid-template-columns:repeat(2,1fr)}}.form-group.full-width{grid-column:1 / -1}.form-group textarea{resize:vertical;min-height:100px}.related-products{margin-top:4rem}.related-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.related-grid{grid-template-columns:repeat(4,1fr)}}.related-product{background-color:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);text-decoration:none;color:inherit}.related-product:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.related-product img{width:100%;height:200px;object-fit:cover}.related-product-content{padding:1rem}.related-product-name{font-weight:600;color:var(--navy-blue);margin-bottom:0.5rem}.related-product-price{color:var(--emerald-green);font-weight:700}.quantity-selector{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.quantity-label{font-weight:500;color:var(--gray-700);margin-right:1rem}.quantity-controls{display:flex;align-items:center;border:1px solid var(--gray-300);border-radius:var(--border-radius);overflow:hidden}.quantity-btn{background-color:var(--gray-100);border:none;padding:0.5rem 0.75rem;cursor:pointer;transition:var(--transition);color:var(--gray-600)}.quantity-btn:hover{background-color:var(--gray-200)}.quantity-btn:disabled{opacity:0.5;cursor:not-allowed}.quantity-input{border:none;padding:0.5rem;width:80px;text-align:center;font-weight:500}.quantity-input:focus{outline:none}#step1,#step2{transition:var(--transition)}.btn-success{background-color:#10b981;color:var(--white)}.btn-success:hover{background-color:#059669;color:var(--white)}@media (max-width:768px){.product-detail-section{padding:2rem 0}.product-name{font-size:1.5rem}.price-range{font-size:1.5rem}.tab-card{padding:1rem}.main-image img{height:300px}}
.products-section{padding:4rem 0}.products-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem;background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}.search-box{display:flex;align-items:center;position:relative;min-width:20rem}.search-input{width:100%;padding:0.75rem 1rem;padding-right:3rem;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:1rem;transition:var(--transition)}.search-input:focus{outline:none;border-color:var(--emerald-green);box-shadow:0 0 0 3px rgba(42,157,143,0.1)}.search-btn{position:absolute;right:0.5rem;background:none;border:none;color:var(--gray-400);cursor:pointer;padding:0.5rem;border-radius:var(--border-radius);transition:var(--transition)}.search-btn:hover{color:var(--emerald-green);background-color:rgba(42,157,143,0.1)}.filter-buttons{display:flex;flex-wrap:wrap;gap:0.5rem}.filter-btn{background-color:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300);padding:0.5rem 1rem;border-radius:var(--border-radius);font-size:0.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.filter-btn:hover,.filter-btn.active{background-color:var(--emerald-green);color:var(--white);border-color:var(--emerald-green)}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background-color:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.product-image{position:relative;height:15rem;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.product-card:hover .product-image img{transform:scale(1.05)}.product-badges{position:absolute;top:0.75rem;left:0.75rem;display:flex;flex-direction:column;gap:0.5rem}.badge{padding:0.25rem 0.5rem;border-radius:var(--border-radius);font-size:0.75rem;font-weight:500;color:var(--white)}.badge-premium{background-color:var(--gold);color:var(--navy-blue)}.badge-iso{background-color:var(--emerald-green)}.badge-popular{background-color:#3b82f6}.badge-luxury{background-color:#8b5cf6}.badge-essential{background-color:#f59e0b}.badge-standard{background-color:var(--gray-500)}.badge-required{background-color:#ef4444}.badge-eco{background-color:#10b981}.badge-durable{background-color:#6b7280}.badge-flexible{background-color:#06b6d4}.badge-custom{background-color:#8b5cf6}.badge-decorative{background-color:#ec4899}.product-content{padding:1.5rem}.product-title{font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;color:var(--navy-blue)}.product-description{color:var(--gray-600);margin-bottom:1rem;font-size:0.875rem}.product-specs{display:flex;flex-direction:column;gap:0.25rem}.spec{font-size:0.75rem;color:var(--gray-500)}.product-footer{margin-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap}.product-actions{width:100%}.product-actions a{width:45%}.product-actions button{width:45%}.product-price{font-size:1.125rem;font-weight:700;color:var(--emerald-green)}@media (max-width:768px){.products-controls{flex-direction:column;align-items:stretch}.search-box{min-width:auto}.filter-buttons{justify-content:center}}
.track-form-container{max-width:32rem;margin:0 auto 3rem}.track-card{background-color:var(--white);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.track-form{display:flex;flex-direction:column;gap:1rem}.help-section{padding:4rem 0;background-color:var(--off-white)}.help-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.help-grid{grid-template-columns:repeat(3,1fr)}}.help-card{background-color:var(--white);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);text-align:center}.help-icon{width:4rem;height:4rem;background-color:rgba(42,157,143,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--emerald-green)}.help-icon svg{width:2rem;height:2rem}.cart-header h2 {color: var(--off-white);margin-bottom: 1rem;}.cart-header .btn-outline{color: white !important } .products-panel{position:absolute;background:#fff;border:1px solid var(--gray-200);box-shadow:var(--shadow-xl);border-radius:var(--border-radius-lg);padding:1rem;z-index:60;display:flex;flex-direction:column;gap:.5rem}.has-submenu{position:relative}.subcategory-link{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-radius:var(--border-radius);cursor:pointer}.product-link:hover,.subcategory-link:hover{background-color:var(--gray-50)}.right-arrow{width:.75rem;height:.75rem;color:var(--gray-500);transition:var(--transition)}.has-submenu:hover .right-arrow{transform:translateX(3px);color:var(--emerald-green)}.product-submenu{position:absolute;top:0;left:100%;margin-left:.5rem;background-color:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);min-width:14rem;opacity:0;visibility:hidden;transform:translateX(-10px);transition:var(--transition);z-index:60}.has-submenu:hover .product-submenu{opacity:1;visibility:visible;transform:translateX(0)}.product-link{display:block;padding:.5rem 1rem;font-size:.75rem;color:var(--gray-900)}.footer-social h4{font-size:1.2rem;margin-bottom:5px;margin-top:20px;color:#fff}.social-links{list-style:none;padding:0;display:flex;gap:20px}.social-links li a{color:#fff;text-decoration:none;font-size:1rem;display:flex;align-items:center;gap:8px;transition:color .3s}.social-links li a svg{fill:#fff;transition:fill .3s}.social-links li a:hover{color:var(--emerald-green)}.social-links li a:hover svg{fill:var(--emerald-green)}
