:root{--ink:#10243e;--blue:#123a68;--blue2:#0b2b4e;--paper:#fff;--soft:#f3f6f9;--line:#dce4ec;--muted:#5e6f82;--yellow:#f5b700;--green:#1faf61;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:var(--blue2);color:#dbe7f2;font-size:13px}.topbar .container{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:16px}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;gap:28px}.logo{margin-right:auto}.logo img{width:174px;height:52px;object-fit:contain}.menu{display:flex;gap:24px;font-size:14px;font-weight:700}.menu a:hover{color:#b26022}.menu-toggle{display:none;background:none;border:0;font-size:25px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 19px;border-radius:6px;border:1px solid transparent;font-weight:700;cursor:pointer}.btn-primary{background:var(--yellow);color:#17212b}.btn-secondary{background:var(--blue);color:#fff}.btn-green{background:var(--green);color:#fff}.hero{position:relative;min-height:670px;display:flex;align-items:center;overflow:hidden;background:var(--blue2);color:#fff}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,27,48,.97) 0%,rgba(7,27,48,.86) 48%,rgba(7,27,48,.25) 100%)}.hero-content{position:relative;padding:74px 0;max-width:760px;margin-left:max(calc((100vw - var(--max))/2),20px);margin-right:20px}.eyebrow,.kicker{font-size:13px;font-weight:800;text-transform:uppercase;color:#bd6b2c;letter-spacing:0}.hero .eyebrow{color:#ffd76a}.hero h1{font-size:clamp(44px,6vw,74px);line-height:1.02;max-width:760px;margin:0}.lead{font-size:19px;color:inherit;opacity:.86;max-width:720px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:38px;background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.25)}.proof-strip span{padding:14px;background:rgba(7,27,48,.75);font-size:12px}.proof-strip b{display:block;font-size:18px;color:#fff}.section{padding:76px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:30px}.section-head p{max-width:530px;color:var(--muted)}h1,h2,h3{line-height:1.15;margin-top:0}h2{font-size:clamp(32px,4vw,50px);margin-bottom:10px}h3{font-size:23px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card,.box{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.product-card img{width:100%;height:340px;object-fit:cover}.card-body,.box{padding:25px}.card-body ul{padding-left:19px;color:var(--muted)}.tag{font-size:12px;text-transform:uppercase;color:#a85218;font-weight:800}.text-link{font-weight:800;color:var(--blue)}.purchase,.page-hero{background:var(--soft)}.info{padding:24px;border-left:3px solid var(--yellow);background:#fff}.info b,.info span{display:block}.info span{font-size:14px;color:var(--muted);margin-top:6px}.factory-teaser{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.factory-teaser img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}.cta{background:var(--blue);color:#fff;text-align:center}.cta p{max-width:680px;margin-left:auto;margin-right:auto}.cta .actions{justify-content:center}.page-hero{padding:70px 0 55px}.page-hero h1{font-size:clamp(38px,5vw,62px);margin-bottom:14px}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.full{grid-column:1/-1}input,select,textarea{width:100%;padding:13px;border:1px solid #cbd6e0;border-radius:5px;background:#fff;font:inherit}textarea{min-height:120px;resize:vertical}.video-box{background:#000;max-width:960px;margin:auto}.video-box video{width:100%;max-height:600px}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.step{padding:20px;background:#fff;border:1px solid var(--line)}.step b{display:block;color:#a85218;margin-bottom:5px}.footer{background:#091f38;color:#dce7f1;padding:52px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-logo{width:180px;background:#fff;padding:6px}.footer p{color:#aebfd0}.float-wa{position:fixed;right:18px;bottom:18px;z-index:60;background:var(--green);color:#fff;padding:12px 17px;border-radius:6px;font-weight:800}.muted{color:var(--muted)}@media(max-width:850px){.topbar span:last-child,.nav-cta{display:none}.menu-toggle{display:block}.menu{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:18px 20px;border-bottom:1px solid var(--line);flex-direction:column}.menu.open{display:flex}.hero{min-height:620px}.hero-bg img{object-position:65% center}.hero h1{font-size:44px}.proof-strip,.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.section-head,.factory-teaser{display:block}.factory-teaser img{margin-top:28px}.process{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.container{width:min(100% - 28px,var(--max))}.topbar .container{padding:8px 0}.hero h1{font-size:38px}.proof-strip,.grid-2,.grid-4,.grid-3,.footer-grid,.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.product-card img{height:260px}.section{padding:58px 0}.process{grid-template-columns:1fr}.float-wa{right:12px;bottom:12px}}

.product-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-detail-hero{padding:72px 0;background:linear-gradient(135deg,#071f3b,#123a68);color:#fff}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.product-detail-hero h1{font-size:clamp(58px,8vw,104px);margin-bottom:8px}.product-detail-hero h2{font-size:30px}.product-detail-cover{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:10px}.product-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-image-grid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-image-grid img{width:100%;aspect-ratio:1/1;object-fit:contain}.product-image-grid figcaption{padding:12px 16px;font-size:13px;color:var(--muted)}
@media(max-width:850px){.product-list-grid,.product-image-grid{grid-template-columns:repeat(2,1fr)}.product-detail-layout{grid-template-columns:1fr}.product-detail-cover{max-width:620px}}@media(max-width:560px){.product-list-grid,.product-image-grid{grid-template-columns:1fr}.product-detail-hero{padding:52px 0}.product-detail-hero h1{font-size:54px}}

.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-product-grid .product-card{display:flex;flex-direction:column}.home-product-grid .product-card img{height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff}.home-product-grid .card-body{display:flex;flex:1;flex-direction:column}.home-product-grid .text-link{margin-top:auto}.home-products-action{text-align:center;margin-top:34px}@media(max-width:850px){.home-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.home-product-grid{grid-template-columns:1fr}}
.nav-dropdown{position:relative;display:flex;align-items:center;gap:4px}.dropdown-toggle{border:0;background:transparent;font:inherit;cursor:pointer}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:-18px;width:330px;padding:10px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 30px rgba(7,31,59,.18);z-index:80}.nav-dropdown-menu a{display:block;padding:10px 12px}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{display:block}.category-cover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.category-card img,.category-card-placeholder{width:100%;height:220px;object-fit:cover}.category-card-placeholder{display:grid;place-items:center;background:#071f3b;color:#f58220;font-weight:800}.category-priority{color:#f58220;font-weight:800}.category-intro{display:grid;grid-template-columns:1.15fr 1fr;gap:42px;align-items:center}.category-hero-image,.category-placeholder{width:100%;min-height:390px;max-height:520px;object-fit:cover;border-radius:8px}.category-placeholder{display:grid;place-items:center;background:#071f3b;color:#f58220}.category-placeholder img{width:220px}.category-placeholder b{display:block}.category-keywords{color:#a85218;font-weight:700}.category-model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media(max-width:850px){.category-cover-grid,.category-model-grid{grid-template-columns:repeat(2,1fr)}.category-intro{grid-template-columns:1fr}.menu .nav-dropdown{display:block}.nav-dropdown-menu{position:static;width:auto;box-shadow:none;margin-top:8px}}@media(max-width:560px){.category-cover-grid,.category-model-grid{grid-template-columns:1fr}}
.product-card-actions{margin-top:18px}.product-whatsapp{width:100%;min-height:42px;padding:9px 14px}.header .logo img{object-fit:contain}.footer-logo{object-fit:contain}

.home-whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;align-items:center;gap:10px;padding:8px 14px 8px 8px;border-radius:999px;background:#075e54;color:#fff;font-weight:800;box-shadow:0 10px 30px rgba(7,94,84,.36);transition:transform .2s ease,box-shadow .2s ease;animation:waPulse 2.2s infinite}.home-whatsapp-float svg{width:52px;height:52px;display:block}.home-whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(7,94,84,.48)}@keyframes waPulse{0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.32),0 10px 30px rgba(7,94,84,.36)}50%{box-shadow:0 0 0 12px rgba(37,211,102,0),0 10px 30px rgba(7,94,84,.36)}}@media(max-width:560px){.home-whatsapp-float{right:14px;bottom:14px;padding:6px}.home-whatsapp-float svg{width:48px;height:48px}.home-whatsapp-float span{display:none}}
.product-card-linked{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.product-card-linked:hover,.product-card-linked:focus{transform:translateY(-3px);box-shadow:0 12px 28px rgba(7,31,59,.14);outline:2px solid transparent}.f-product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.f-product-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.f-product-gallery img{width:100%;aspect-ratio:1/1;object-fit:contain}.f-product-gallery figcaption{padding:14px 18px;color:var(--muted)}@media(max-width:560px){.f-product-gallery{grid-template-columns:1fr}}