.site-header{position:relative;z-index:100;background:#fff}
.header-main{height:104px;display:grid;grid-template-columns:auto minmax(280px,500px);align-items:center;justify-content:space-between;gap:2rem}
.brand{width:310px}
.site-search{position:relative;width:100%;justify-self:end}
.site-search input{height:50px;padding-right:55px;background:#f8fafc}
.site-search button{position:absolute;right:4px;top:4px;width:42px;height:42px;padding:0;display:grid;place-items:center;border:0;border-radius:8px;background:var(--navy);color:#fff;line-height:0;cursor:pointer}
.site-search svg,.account-link svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.site-nav{background:var(--navy);color:#fff}
.nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.nav-links,.nav-actions{display:flex;align-items:center;gap:2rem}
.nav-links a{position:relative;height:64px;padding:0;display:flex;align-items:center;color:#cbd5e1;font-weight:600;text-decoration:none}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--primary);border-radius:3px 3px 0 0}
.nav-actions{gap:.7rem}
.nav-actions form{display:flex}
.account-link,.account-settings-link,.logout-link{display:inline-flex;align-items:center;gap:.55rem;border-radius:9px;font-weight:600;text-decoration:none}
.account-link{padding:.65rem .9rem;background:#fff;color:var(--navy)}
.account-settings-link{padding:.65rem .8rem;color:#cbd5e1}
.account-settings-link:hover,.account-settings-link.active{color:#fff;background:#263247}
.logout-link{padding:.65rem .8rem;border:1px solid #334155;background:transparent;color:#cbd5e1;cursor:pointer}
.menu-toggle{position:relative;display:none;width:46px;height:46px;padding:0;border:1px solid var(--border);border-radius:11px;background:#fff;color:var(--navy);cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s}
.menu-toggle:hover{background:#f8fafc;border-color:#cbd5e1}
.menu-toggle:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(220,38,38,.16)}
.menu-toggle span{position:absolute;left:11px;width:22px;height:2px;border-radius:99px;background:currentColor;transform-origin:center;transition:top .28s ease,transform .28s ease,opacity .2s ease}
.menu-toggle span:nth-child(1){top:15px}
.menu-toggle span:nth-child(2){top:22px}
.menu-toggle span:nth-child(3){top:29px}
.menu-toggle[aria-expanded="true"] span:nth-child(1){top:22px;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(.25)}
.menu-toggle[aria-expanded="true"] span:nth-child(3){top:22px;transform:rotate(-45deg)}

.home-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden}
.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}
.hero-image{object-fit:cover}
.hero-shade{background:linear-gradient(90deg,rgba(5,12,28,.92) 0%,rgba(5,12,28,.66) 48%,rgba(5,12,28,.18) 100%)}
.hero-copy{position:relative;color:#fff}
.hero-copy h1{max-width:750px;font-size:clamp(3rem,6vw,5.2rem);line-height:.98;letter-spacing:-.055em}
.hero-copy p{max-width:650px;margin-top:1.4rem;color:#e2e8f0;font-size:1.18rem}
.hero-actions{display:flex;gap:.75rem;margin-top:2rem}
.trust-strip{background:#fff;border-bottom:1px solid var(--border)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-grid div{padding:1.4rem 2rem;border-right:1px solid var(--border)}
.trust-grid div:first-child{padding-left:0}
.trust-grid div:last-child{border:0}
.trust-grid strong,.trust-grid span{display:block}
.trust-grid strong{font-size:1.1rem}
.trust-grid span{color:var(--muted);font-size:.9rem}
.brands-section{padding:1rem 0;background:#fff;overflow:hidden}
.brands-track{width:max-content;display:flex;align-items:center;animation:brand-scroll 45s linear infinite}
.brands-track a{margin-inline:2.6rem;display:flex;align-items:center;justify-content:center;border-radius:10px;outline-offset:4px}
.brands-track img{width:150px;height:70px;object-fit:contain;filter:grayscale(1);opacity:.5;transition:filter .2s ease,opacity .2s ease,transform .2s ease}
.brands-track a:hover img,.brands-track a:focus-visible img{filter:none;opacity:1;transform:scale(1.04)}
@keyframes brand-scroll{to{transform:translateX(-50%)}
}

.carousel-shell{position:relative}
.product-row{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;padding:6px 3px 1.5rem;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}
.product-row::-webkit-scrollbar{display:none}
.product-row.single-product{display:grid;grid-template-columns:minmax(240px,280px);justify-content:start}
.product-row .product-card{box-shadow:none}
.product-row .product-card:hover{transform:translateY(-2px);border-color:#94a3b8;box-shadow:none}
.product-card{min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;scroll-snap-align:start;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.product-card:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:var(--shadow)}
.product-card img{width:100%;aspect-ratio:4/3;padding:1rem;object-fit:contain;background:linear-gradient(145deg,#f8fafc,#eef2f7);transition:transform .25s ease}
.product-card:hover img{transform:scale(1.035)}
.product-card-body{min-height:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 1.25rem 1.4rem}
.product-card-meta{max-width:100%;padding:.28rem .55rem;border-radius:7px;background:#f1f5f9;color:var(--muted);font-size:.72rem;font-weight:700;line-height:1.35;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card h3{margin:0;font-size:1.12rem;line-height:1.3}
.carousel-control{position:absolute;top:42%;z-index:2;width:46px;height:46px;padding:0;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--navy);font-size:0;line-height:1;box-shadow:var(--shadow-sm);cursor:pointer}
.carousel-control::before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;box-sizing:border-box;border-top:2px solid currentColor;border-right:2px solid currentColor;transform-origin:center}
.carousel-control.prev::before{transform:rotate(-135deg)}
.carousel-control.next::before{transform:rotate(45deg)}
.carousel-control.prev{left:-23px}
.carousel-control.next{right:-23px}

.feature-section{padding-block:6rem;background:var(--navy);color:#fff}
.feature-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:center}
.feature-copy p{margin:1rem 0 1.8rem;color:#94a3b8}
.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.feature-cards article{min-height:250px;padding:1.5rem;border:1px solid #334155;border-radius:14px;background:#111d33}
.feature-cards strong{color:#fda4af;font-size:.85rem}
.feature-cards h3{margin:.85rem 0 .6rem}
.feature-cards p{color:#94a3b8;font-size:.92rem}
.faq-list{max-width:820px;margin:auto;display:grid;gap:.8rem}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}
.faq-question{width:100%;padding:1.2rem 1.3rem;display:flex;align-items:center;justify-content:space-between;background:#fff;color:var(--ink);font-weight:700;text-align:left;cursor:pointer;list-style:none}.faq-question::-webkit-details-marker{display:none}
.faq-question:focus-visible{outline:3px solid rgba(225,29,72,.25);outline-offset:-3px}
.faq-question i{position:relative;width:18px;height:18px}
.faq-question i:before,.faq-question i:after{content:"";position:absolute;left:2px;right:2px;top:8px;height:2px;background:var(--ink);transition:.2s}
.faq-question i:after{transform:rotate(90deg)}
.faq-item[open] .faq-question i:after{transform:rotate(0)}
.faq-answer{overflow:hidden;border-top:1px solid transparent}
.faq-answer p{padding:1rem 1.3rem 1.2rem;color:var(--muted)}
.faq-item[open]{box-shadow:var(--shadow-sm)}.faq-item[open] .faq-answer{border-top-color:var(--border)}.faq-item[open] .faq-question{color:var(--primary)}
.faq-item.is-animating .faq-answer{will-change:height,opacity}
.faq-item.is-closing .faq-question i:after{transform:rotate(90deg)}

.page-hero{height:360px;padding:5rem 0;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(15,23,42,.94) 0%,rgba(15,23,42,.78) 52%,rgba(15,23,42,.42) 100%),url('/assets/images/hero-image.png');background-position:center 44%;background-size:cover;background-repeat:no-repeat;color:#fff}
.page-hero h1{max-width:780px;font-size:clamp(2.5rem,5vw,4.4rem);line-height:1.05;letter-spacing:-.045em}
.page-hero p{max-width:620px;margin-top:1rem;color:#cbd5e1;font-size:1.08rem}
.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:start}
.catalog-filters{position:sticky;top:20px}
.filter-heading,.results-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.filter-heading h2,.results-head h2{font-size:1.35rem}
.filter-reset{border:0;background:none;color:var(--primary);font-weight:700;text-decoration:none;cursor:pointer}
.filter-group{padding:1.2rem 0;border-bottom:1px solid var(--border)}
.filter-group h3{margin-bottom:.8rem;font-size:.92rem}
.filter-options-scroll{max-height:185px;overflow-y:auto;padding-right:.4rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
.filter-options-scroll::-webkit-scrollbar{width:5px}
.filter-options-scroll::-webkit-scrollbar-track{background:transparent}
.filter-options-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}
.filter-options-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.filter-option{display:flex;align-items:center;gap:.6rem;margin:.55rem 0;color:var(--muted);font-size:.92rem;font-weight:500;cursor:pointer;transition:color .15s ease}
.filter-option:hover{color:var(--ink)}
.filter-option input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}
.filter-button{width:100%;margin-top:1.2rem}
.results-head{margin-bottom:1.2rem}
.results-head p{color:var(--muted)}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.15rem}
.catalog-view-toggle{padding:3px;display:inline-flex;align-items:center;gap:2px;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:var(--shadow-sm)}
.catalog-view-toggle button{width:34px;height:34px;padding:0;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;transition:background .18s ease,color .18s ease}
.catalog-view-toggle button:hover{background:#f1f5f9;color:var(--ink)}
.catalog-view-toggle button.is-active{background:var(--navy);color:#fff}
.catalog-view-toggle button:focus-visible{outline:3px solid rgba(220,38,38,.22);outline-offset:2px}
.catalog-view-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.products-grid[data-catalog-view="list"]{grid-template-columns:1fr;gap:.55rem}
.products-grid[data-catalog-view="list"] .product-card{min-height:96px;flex-direction:row;align-items:stretch;border-radius:10px;box-shadow:none}
.products-grid[data-catalog-view="list"] .product-card:hover{transform:none;box-shadow:var(--shadow-sm)}
.products-grid[data-catalog-view="list"] .product-card>img{width:116px;aspect-ratio:auto;padding:.55rem;flex:0 0 116px}
.products-grid[data-catalog-view="list"] .product-card-body{justify-content:center;gap:.3rem;padding:.6rem .85rem}
.products-grid[data-catalog-view="list"] .product-card-meta{padding:.18rem .42rem;font-size:.66rem}
.products-grid[data-catalog-view="list"] .product-card h3{font-size:.94rem}
.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem}
.prose p{margin-bottom:1.2rem;color:#475569;font-size:1.08rem}
.values-section{padding-block:5rem;background:#fff}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.values-grid article{padding:2rem;border:1px solid var(--border);border-radius:14px}
.values-grid span{color:var(--primary);font-weight:800}
.values-grid h2{margin:.85rem 0 .6rem}
.values-grid p{color:var(--muted)}
.cta-panel{margin-block:5rem;padding-inline:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;border-radius:18px;background:var(--primary);color:#fff}
.contact-layout{padding-bottom:1.5rem;display:grid;grid-template-columns:.85fr 1.35fr;gap:1.5rem}
.contact-panel{padding:2.2rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}
.contact-panel .eyebrow.light{color:var(--primary)}
.contact-panel>p{margin-top:.7rem;color:var(--muted)}
.contact-panel dl{display:grid;gap:1.2rem;margin-top:2.2rem}
.contact-panel dl div{padding-top:1rem;border-top:1px solid var(--border)}
.contact-panel dt{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.contact-panel dd{margin-top:.2rem}
.contact-panel a{text-decoration:none}
.contact-panel a:hover{color:var(--primary)}
.contact-form{display:grid;gap:1.5rem;padding:2.2rem}
.contact-form>div>p{color:var(--muted)}
.map-section{height:420px;margin-bottom:6rem}
.map-section iframe{width:100%;height:100%;border:0;border-radius:var(--radius)}

.auth-page{min-height:700px;padding:4rem 20px;background:linear-gradient(135deg,#172033 0%,#202b40 50%,#f6f8fb 50%)}
.auth-shell{width:min(1050px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:20px;box-shadow:var(--shadow)}
.auth-intro{padding:4rem 3rem;background:linear-gradient(145deg,#172033,#0f172a);color:#fff}
.auth-intro h1{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.04em}
.auth-intro p{margin-top:1rem;color:#cbd5e1}
.auth-intro ul{display:grid;gap:.7rem;margin-top:2rem;list-style:none}
.auth-intro li:before{content:"✓";margin-right:.7rem;color:#fda4af;font-weight:800}
.auth-card{padding:3rem;background:#fff;display:grid;gap:1.4rem}
.auth-card>div>p,.auth-help{color:var(--muted)}
.auth-help{text-align:center;font-size:.9rem}
.auth-help a{color:var(--primary);font-weight:700}

.site-footer{padding-top:4.5rem;background:#0b1324;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:5rem;padding-bottom:4rem}
.footer-brand img{width:250px}
.footer-brand p{max-width:420px;margin-top:1.3rem;color:#94a3b8}
.site-footer h2{margin-bottom:1.1rem;font-size:1rem}
.site-footer ul{display:grid;gap:.65rem;list-style:none;color:#94a3b8}
.site-footer a{text-decoration:none}
.site-footer a:hover{color:#fff}
.footer-bottom{padding:1.2rem 0;border-top:1px solid #1e293b;color:#64748b}
.footer-bottom .container{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem}
.whatsapp-button{position:fixed;right:24px;bottom:24px;z-index:90;width:56px;height:56px;padding:12px;border-radius:50%;background:#22c55e;box-shadow:0 12px 25px rgba(34,197,94,.3);transition:.2s}
.whatsapp-button:hover{transform:translateY(-3px)}

@media(max-width:900px){.site-header{box-shadow:0 1px 0 var(--border)}
.header-main{height:auto;min-height:0;padding-block:13px;grid-template-columns:minmax(0,1fr) 46px;gap:12px 16px}
.brand{width:min(250px,100%)}
.site-search{grid-column:1/-1;grid-row:2;width:100%;max-width:none;justify-self:stretch}
.site-search input{height:48px;padding-left:1rem;padding-right:52px;background:#f8fafc}
.site-search button{right:4px;top:4px;width:40px;height:40px}
.menu-toggle{display:block;justify-self:end}
.site-nav{display:block;max-height:0;overflow:hidden;visibility:hidden;opacity:0;pointer-events:none;transition:max-height .38s cubic-bezier(.4,0,.2,1),opacity .24s ease,visibility 0s linear .38s}
.site-nav.open{max-height:520px;visibility:visible;opacity:1;pointer-events:auto;transition:max-height .38s cubic-bezier(.4,0,.2,1),opacity .28s ease,visibility 0s}
.nav-inner{height:auto;padding-block:14px 18px;align-items:stretch;flex-direction:column;gap:12px}
.nav-links,.nav-actions{align-items:stretch;flex-direction:column;gap:4px}
.nav-links a{height:auto;min-height:46px;padding:.7rem 1rem;border-radius:9px}
.nav-links a:hover,.nav-links a.active{background:rgba(255,255,255,.08)}
.nav-links a.active:after{display:none}
.nav-actions{padding-top:12px;border-top:1px solid #273449}
.nav-actions form{display:block}
.account-link,.account-settings-link,.logout-link{width:100%;min-height:46px;justify-content:center}
.home-hero{min-height:540px}
.feature-grid,.about-grid{grid-template-columns:1fr;gap:2rem}
.contact-layout{grid-template-columns:1fr;gap:1.5rem}
.feature-cards{grid-template-columns:1fr}
.feature-cards article{min-height:auto}
.feature-cards h3{margin-top:.85rem}
.catalog-layout{grid-template-columns:1fr}
.catalog-filters{position:static}
.values-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
.footer-brand{grid-column:1/-1}
}

@media(max-width:600px){.header-main{padding-block:11px;gap:10px 12px}
.brand{width:min(205px,100%)}
.site-search input{height:46px;font-size:.92rem}
.site-search button{width:38px;height:38px}
.page-hero{height:310px;background-position:58% center}
.home-hero{min-height:580px}
.hero-copy h1{font-size:3rem}
.hero-actions{align-items:stretch;flex-direction:column}
.trust-grid{grid-template-columns:1fr}
.trust-grid div{padding:1rem 0;border-right:0;border-bottom:1px solid var(--border)}
.product-row{grid-auto-columns:86%}
.carousel-control{display:none}
.feature-section{padding-block:4rem}
.cta-panel{margin-inline:14px;padding:2rem;align-items:flex-start;flex-direction:column}
.auth-page{padding:1rem 14px;background:#172033}
.auth-shell{grid-template-columns:1fr}
.auth-intro{padding:2.2rem 1.5rem}
.auth-card{padding:2rem 1.5rem}
.footer-grid{grid-template-columns:1fr}
.footer-brand{grid-column:auto}
.footer-bottom .container{flex-direction:column}
.whatsapp-button{right:16px;bottom:16px;width:50px;height:50px}
.brands-track a{margin-inline:1.6rem}
.brands-track img{width:110px;height:55px}
.results-head{align-items:flex-start}
.products-grid[data-catalog-view="list"] .product-card{min-height:0;flex-direction:column}
.products-grid[data-catalog-view="list"] .product-card>img{width:100%;aspect-ratio:4/3;flex:auto}
}

@media(prefers-reduced-motion:reduce){.menu-toggle span,.site-nav{transition:none}}

