.navbar{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;display:flex;align-items:center}.nav-container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-text{margin-left:10px;font-weight:800;color:var(--accent)}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--primary);cursor:pointer}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{font-size:.95rem;font-weight:500;color:var(--primary-light);transition:color .2s;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--accent);border-radius:2px}.nav-button{background-color:var(--primary);color:#fff;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:600;transition:transform .2s,background-color .2s}.nav-button:hover{background-color:var(--accent);transform:translateY(-1px)}.mobile-toggle{display:none;cursor:pointer}.mobile-dropdown{position:absolute;top:var(--header-height);left:0;width:100%;background:#fff;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-20px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:-1}.mobile-dropdown.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-list a{font-size:1.1rem;font-weight:600;color:var(--primary);display:block}.mobile-btn{background-color:var(--accent);color:#fff!important;text-align:center;padding:12px;border-radius:8px}@media(max-width:768px){.desktop-menu{display:none}.mobile-toggle{display:block}}.site-footer{background-color:#0f172a;color:#94a3b8;padding-top:5rem;border-top:1px solid #1e293b}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:1.5fr 1fr 1.5fr .5fr;gap:3rem}.footer-col h3{color:#fff;font-size:1.1rem;margin-bottom:1.5rem;font-weight:600}.footer-logo{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.footer-logo img{transition:filter .3s ease}.footer-logo:hover img{filter:drop-shadow(1px 1px 0px #ffffff) drop-shadow(-1px -1px 0px #ffffff) drop-shadow(1px -1px 0px #ffffff) drop-shadow(-1px 1px 0px #ffffff) drop-shadow(0 0 5px #ffffff)}.brand-col p{line-height:1.6;max-width:300px}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.8rem}.footer-col a{color:#94a3b8;text-decoration:none;transition:color .2s;font-size:.95rem}.footer-col a:hover{color:#2563eb}.contact-list li{display:flex;align-items:flex-start;gap:10px}.contact-list .icon{color:#2563eb;margin-top:3px}.social-icons{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.social-link:hover{background:#2563eb;color:#fff!important;transform:translateY(-3px)}.footer-bottom{background-color:#020617;padding:1.5rem 2rem;display:flex;justify-content:center;align-items:center;gap:2rem;font-size:.85rem;flex-wrap:wrap}.legal-links{display:flex;gap:1.5rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}}.home-page{padding-top:var(--header-height)}.hero-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;max-width:var(--container-width);margin:0 auto;padding:4rem 2rem;min-height:80vh}.hero-text h1{font-size:4rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;color:var(--primary);margin-bottom:1.5rem}.hero-text p{font-size:1.25rem;line-height:1.6;color:var(--primary-light);margin-bottom:2.5rem;max-width:90%}.hero-buttons{display:flex;gap:1rem}.btn-primary{background-color:var(--accent);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;box-shadow:var(--shadow-md);transition:all .2s ease}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:#fff;color:var(--primary);padding:1rem 2rem;border-radius:8px;font-weight:600;border:1px solid #e2e8f0;transition:all .2s ease}.btn-secondary:hover{background-color:#f1f5f9}.hero-visual{position:relative;height:500px;background:radial-gradient(circle at center,#e2e8f0 0%,transparent 70%)}.category-section{max-width:var(--container-width);margin:0 auto;padding:6rem 2rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.category-card{background:#fff;padding:2.5rem;border-radius:var(--radius);border:1px solid #f1f5f9;box-shadow:var(--shadow-sm);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.card-link{margin-top:1.5rem;display:inline-flex;align-items:center;color:var(--accent);font-weight:600}@media(max-width:768px){.hero-visual{display:none}.hero-container{grid-template-columns:1fr;text-align:center;padding-top:2rem;padding-bottom:4rem;min-height:auto}.hero-buttons{justify-content:center;margin-bottom:2rem}.hero-text h1{font-size:2.5rem}}.about-section{padding:8rem 2rem;background-color:#0f172a;position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px;opacity:.3;pointer-events:none}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1}.eyebrow-text{color:#60a5fa;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem;display:block;margin-bottom:1rem}.about-content h2{font-size:3rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em}.lead-text{font-size:1.25rem;color:#e2e8f0;font-weight:500;margin-bottom:1.5rem;line-height:1.6}.body-text{color:#94a3b8;line-height:1.7;margin-bottom:2.5rem;font-size:1.05rem}.stat-row{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:800;color:#3b82f6;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.cards-column{display:flex;flex-direction:column;gap:2rem}.identity-card{padding:2.5rem;border-radius:16px;display:flex;gap:1.5rem;align-items:flex-start;transition:transform .3s ease}.identity-card:hover{transform:translateY(-5px)}.identity-card.mission{background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.identity-card.mission h3{font-size:1.25rem;margin-bottom:.75rem;color:#fff}.identity-card.mission p{color:#cbd5e1;font-size:.95rem;line-height:1.6}.identity-card.mission .icon-wrapper{background:#ffffff1a}.identity-card.vision{background:#fff;border:none;color:#0f172a;box-shadow:0 20px 25px -5px #0000004d}.identity-card.vision h3{font-size:1.25rem;margin-bottom:.75rem;color:#0f172a}.identity-card.vision p{color:#475569;font-size:.95rem;line-height:1.6}.identity-card.vision .icon-wrapper{background:#78aff7;color:#2563eb}.icon-wrapper{min-width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.about-container{grid-template-columns:1fr;gap:3rem}.about-content h2{font-size:2.5rem}}.contact-section{background-color:#f8fafc;padding:6rem 2rem;border-top:1px solid #e2e8f0}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.eyebrow-text{color:#2563eb;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;display:block;margin-bottom:1rem}.contact-info h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.1}.contact-info p{color:#64748b;font-size:1.1rem;margin-bottom:2.5rem;line-height:1.6}.contact-info a{color:#64748b;font-size:1rem;margin-bottom:2.5rem;line-height:1.6}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;align-items:center;gap:1rem}.icon-box{width:48px;height:48px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2563eb;box-shadow:0 2px 4px #0000000d}.info-item h4{font-size:.95rem;color:#0f172a;margin-bottom:2px}.info-item p{font-size:.95rem;color:#64748b;margin:0}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;border:1px solid #f1f5f9}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#334155;margin-bottom:.5rem}.contact-form input,.contact-form textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;transition:all .2s;background-color:#f8fafc}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 3px #2563eb1a}.submit-btn{width:100%;background-color:#0f172a;color:#fff;padding:14px;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.submit-btn:hover{background-color:#2563eb}@media(max-width:768px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-info h2{font-size:2rem}}.page-header{position:relative;background-color:#0f172a;color:#fff;padding:8rem 2rem 6rem;overflow:hidden;background-image:radial-gradient(#334155 1px,transparent 1px);background-size:30px 30px;text-align:center}.page-header:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:80%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 60%);z-index:0;pointer-events:none}.header-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.breadcrumbs{display:flex;justify-content:center;gap:.5rem;font-size:.85rem;color:#94a3b8;margin-bottom:1.5rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}.breadcrumbs span{color:#475569}.breadcrumbs a:hover{color:#2563eb}.page-header h1{font-size:3.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;background:linear-gradient(to right,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.page-header p{color:#94a3b8;font-size:1.2rem;max-width:650px;margin:0 auto 2.5rem;line-height:1.6}.hero-badges{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.badge-item{display:flex;align-items:center;gap:8px;background:#ffffff0d;padding:8px 16px;border-radius:50px;border:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#e2e8f0}.catalog-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:250px 1fr;gap:3rem;align-items:start}.filters-sidebar{position:sticky;top:100px;background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.filter-group h3{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#64748b;margin-bottom:1rem}.filter-option{display:flex;align-items:center;margin-bottom:.75rem;cursor:pointer;color:#475569;font-size:.95rem;transition:color .2s}.filter-option:hover{color:#2563eb}.filter-checkbox{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;margin-right:10px;display:flex;align-items:center;justify-content:center}.filter-option.active .filter-checkbox{background-color:#2563eb;border-color:#2563eb}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;border:1px solid #f1f5f9;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a;border-color:#cbd5e1}.card-image{height:200px;background:#f8fafc;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f1f5f9}.card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.sku-tag{font-size:.75rem;color:#64748b;font-family:monospace;background:#f1f5f9;padding:2px 6px;border-radius:4px;width:fit-content;margin-bottom:.5rem}.card-title{font-weight:600;color:#0f172a;margin-bottom:.5rem;line-height:1.4;font-size:1.1rem}.card-meta{font-size:.85rem;color:#64748b;margin-bottom:1.5rem}.btn-outline{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-weight:600;background:transparent;cursor:pointer;transition:all .2s}.product-card:hover .btn-outline{background-color:#0f172a;color:#fff;border-color:#0f172a}@media(max-width:768px){.catalog-container{grid-template-columns:1fr}.filters-sidebar{position:static;margin-bottom:2rem}}.contact-hero{position:relative;background-color:#0f172a;color:#fff;padding:8rem 2rem 6rem;text-align:center;overflow:hidden;background-image:radial-gradient(#334155 1px,transparent 1px);background-size:30px 30px}.contact-hero:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:80%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 60%);z-index:0;pointer-events:none}.contact-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:transparent}.contact-hero p{color:#94a3b8;font-size:1.2rem;line-height:1.6}.contact-container{max-width:1200px;margin:4rem auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative;z-index:10}.map-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #00000003;height:100%;min-height:600px;position:relative}.map-frame{width:100%;height:100%;border:none;filter:grayscale(20%) contrast(1.1)}.map-overlay{position:absolute;bottom:20px;left:20px;right:20px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.contact-detail{display:flex;align-items:center;gap:12px;margin-bottom:.8rem;color:#334155;font-weight:500}.contact-detail:last-child{margin-bottom:0}.contact-detail svg{color:#2563eb}.form-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a}.form-header{margin-bottom:2rem}.form-header h2{font-size:1.8rem;color:#0f172a;margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.9rem;font-weight:600;color:#475569;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:14px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;background:#f8fafc;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.submit-button{width:100%;background:#0f172a;color:#fff;padding:16px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.submit-button:hover{background:#2563eb}@media(max-width:900px){.contact-container{grid-template-columns:1fr}.map-card{min-height:400px;order:2}}.about-hero{position:relative;background-color:#0f172a;color:#fff;padding:8rem 2rem 6rem;text-align:center;overflow:hidden;background-image:radial-gradient(#334155 1.5px,transparent 1.5px);background-size:40px 40px}.about-hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at center,rgba(37,99,235,.15) 0%,transparent 70%);z-index:0;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.breadcrumbs{display:flex;justify-content:center;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin-bottom:1.5rem}.breadcrumbs a{color:#94a3b8;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:#fff}.breadcrumbs span{opacity:.5}.breadcrumbs .current{color:#fff}.about-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:#fff;letter-spacing:-.02em}.about-hero p{font-size:1.25rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.6}.hero-badges{display:flex;justify-content:center;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}.badge-item{display:flex;align-items:center;gap:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:10px 20px;border-radius:50px;color:#e2e8f0;font-size:.95rem;font-weight:500;transition:all .3s ease}.badge-item:hover{background:#2563eb26;border-color:#2563eb66;transform:translateY(-2px)}.badge-icon{color:#3b82f6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.5s}.story-section{padding:6rem 2rem;background:#fff}.story-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-tag{color:#2563eb;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;display:block;margin-bottom:1rem}.story-text h2{font-size:2.5rem;color:#0f172a;margin-bottom:1.5rem;line-height:1.1}.story-text p{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.story-image-card{background:#f1f5f9;height:400px;border-radius:16px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#94a3b8;font-weight:600}.card-caption{position:absolute;bottom:20px;right:20px;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;color:#0f172a;font-size:.9rem}.values-section{background-color:#f8fafc;padding:6rem 2rem;border-top:1px solid #e2e8f0}.values-container{max-width:1100px;margin:0 auto}.values-header{text-align:center;margin-bottom:4rem}.values-header h2{font-size:2.5rem;color:#0f172a}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #e2e8f0;transition:transform .2s}.value-card:hover{transform:translateY(-5px);border-color:#cbd5e1}.value-icon{color:#2563eb;margin-bottom:1.5rem}.value-card h3{font-size:1.25rem;color:#0f172a;margin-bottom:1rem}.value-card p{color:#64748b;line-height:1.6}.about-cta{background-color:#0f172a;padding:6rem 2rem;text-align:center;color:#fff}.about-cta h2{font-size:2.5rem;margin-bottom:2rem}.cta-button{display:inline-block;background-color:#2563eb;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:background .2s}.cta-button:hover{background-color:#1d4ed8}@media(max-width:768px){.story-container{grid-template-columns:1fr}.story-image-card{height:300px;order:-1}.hero-badges{flex-direction:column;gap:1rem;align-items:center}.badge-item{width:100%;justify-content:center;max-width:280px}}.legal-page{padding:8rem 2rem 6rem;background-color:#f8fafc;min-height:80vh}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0}.legal-container h1{font-size:2.5rem;color:#0f172a;margin-bottom:.5rem}.last-updated{color:#64748b;font-size:.9rem;margin-bottom:3rem;border-bottom:1px solid #e2e8f0;padding-bottom:2rem}.legal-container section{margin-bottom:2.5rem}.legal-container h2{font-size:1.25rem;color:#0f172a;margin-bottom:1rem}.legal-container p{line-height:1.7;color:#334155;margin-bottom:1rem}.legal-container ul{list-style:disc;padding-left:1.5rem;color:#334155;margin-bottom:1rem}.legal-container li{margin-bottom:.5rem}@media(max-width:600px){.legal-container{padding:1.5rem}}:root{--primary: #0f172a;--primary-light: #334155;--accent: #2563eb;--accent-hover: #1d4ed8;--bg-light: #f8fafc;--white: #ffffff;--radius: 12px;--container-width: 1200px;--header-height: 80px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-light);color:var(--primary);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}
