:root {
  --navy:#0B1F3A; --navy-2:#16365f; --orange:#F47A1F; --orange-2:#d95e08;
  --ink:#152033; --muted:#667085; --bg:#F6F8FC; --surface:#fff; --line:#E4E9F2;
  --ok:#087A55; --warn:#A45100; --danger:#B42318; --shadow:0 16px 40px rgba(11,31,58,.10);
  --radius:18px; --radius-sm:12px; --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent }img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:fixed;left:12px;top:-80px;z-index:999;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}.container{width:min(calc(100% - 28px),var(--max));margin:auto}.muted{color:var(--muted)}.eyebrow{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;font-weight:800;color:var(--orange)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2rem,7vw,4.35rem);line-height:1.02;letter-spacing:-.045em}h2{font-size:clamp(1.55rem,5vw,2.55rem);line-height:1.12;letter-spacing:-.03em}h3{font-size:1.05rem;line-height:1.25}.btn{border:0;border-radius:14px;min-height:46px;padding:11px 16px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .16s ease-out,background .16s ease-out,box-shadow .16s ease-out}.btn:active{transform:scale(.98)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 22px rgba(244,122,31,.25)}.btn-primary:hover{background:var(--orange-2)}.btn-dark{background:var(--navy);color:#fff}.btn-ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn-block{width:100%}.icon-btn{width:44px;height:44px;border-radius:13px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;position:relative}.badge-count{position:absolute;right:-5px;top:-7px;background:var(--orange);color:#fff;min-width:20px;height:20px;padding:0 5px;border-radius:10px;display:grid;place-items:center;font-size:.68rem;font-weight:900;border:2px solid #fff}.header{position:sticky;top:0;z-index:60;background:rgba(246,248,252,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,233,242,.8)}.header-row{height:70px;display:flex;align-items:center;gap:10px}.brand img{width:142px;height:auto}.header-search{flex:1;position:relative}.header-search input{width:100%;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 42px 0 15px;outline:none}.header-search input:focus{border-color:#90A4C0;box-shadow:0 0 0 4px rgba(22,54,95,.08)}.header-search button{position:absolute;right:4px;top:4px;width:36px;height:36px;border:0;background:transparent;border-radius:10px}.nav-desktop{display:flex;gap:6px}.nav-desktop a{padding:10px 12px;border-radius:10px;font-size:.9rem;font-weight:700}.nav-desktop a:hover{background:#fff}.hero{padding:34px 0 24px}.hero-card{background:linear-gradient(135deg,var(--navy) 0%,#173f71 65%,#1e5799 100%);color:#fff;border-radius:28px;padding:30px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero-card:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-130px;top:-150px;background:radial-gradient(circle,rgba(244,122,31,.45),rgba(244,122,31,0) 68%)}.hero-copy{position:relative;z-index:1;max-width:720px}.hero p{color:#d7e3f4;max-width:620px;font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;gap:10px;align-items:center;font-size:.84rem;font-weight:700}.trust-icon{width:34px;height:34px;border-radius:11px;background:#fff3e9;color:var(--orange-2);display:grid;place-items:center;flex:none}.section{padding:26px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px}.section-head p{margin:5px 0 0}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;min-height:128px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .18s ease-out,box-shadow .18s ease-out}.category-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(11,31,58,.08)}.category-symbol{font-size:1.7rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .18s ease-out,box-shadow .18s ease-out}.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(11,31,58,.09)}.product-image-wrap{aspect-ratio:1/1;background:#f2f4f8;position:relative;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;left:10px;top:10px;padding:5px 8px;border-radius:999px;background:#fff;color:var(--navy);font-size:.68rem;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.08)}.product-content{padding:13px;display:flex;flex-direction:column;gap:8px;flex:1}.product-name{font-size:.96rem;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-benefit{font-size:.78rem;color:var(--muted);min-height:2.4em}.product-price{font-weight:900;color:var(--navy);font-size:1.08rem}.availability{font-size:.72rem;font-weight:800;color:var(--ok)}.card-actions{display:grid;grid-template-columns:1fr 42px;gap:8px;margin-top:auto}.card-actions .btn{min-height:42px;padding:8px;font-size:.8rem}.info-strip{background:#fff;border-block:1px solid var(--line);padding:22px 0}.steps{display:grid;gap:12px}.step{display:flex;gap:13px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.step-no{width:34px;height:34px;display:grid;place-items:center;background:var(--navy);color:#fff;border-radius:11px;font-weight:900;flex:none}.footer{background:var(--navy);color:#fff;padding:34px 0 22px;margin-top:30px}.footer-grid{display:grid;gap:24px}.footer a{color:#d7e3f4}.footer-links{display:grid;gap:9px}.footer small{color:#aebed4}.whatsapp-float{position:fixed;right:16px;bottom:18px;z-index:55;background:#118C5B;color:#fff;border-radius:999px;padding:12px 15px;font-weight:900;box-shadow:0 14px 30px rgba(17,140,91,.28);display:flex;align-items:center;gap:8px}.toolbar{display:flex;gap:9px;overflow:auto;padding-bottom:4px}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:750;cursor:pointer}.chip.active{background:var(--navy);color:#fff;border-color:var(--navy)}.catalog-layout{display:grid;gap:18px}.catalog-controls{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:grid;gap:7px}.field label{font-size:.8rem;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff;color:var(--ink);outline:none}.field textarea{min-height:92px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7891b2;box-shadow:0 0 0 4px rgba(22,54,95,.08)}.full{grid-column:1/-1}.page-header{padding:26px 0 12px}.breadcrumb{font-size:.82rem;color:var(--muted);margin-bottom:8px}.product-detail{display:grid;gap:20px}.gallery-main{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;aspect-ratio:1/1}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:8px;overflow:auto;margin-top:9px}.gallery-thumbs button{width:70px;height:70px;padding:0;border-radius:12px;border:2px solid transparent;background:#fff;overflow:hidden;flex:none}.gallery-thumbs button.active{border-color:var(--orange)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.detail-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.detail-price{font-size:1.7rem;font-weight:950;color:var(--navy)}.meta-list{display:grid;gap:8px;margin:17px 0}.meta-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed var(--line);padding-bottom:8px;font-size:.88rem}.variant-list{display:flex;flex-wrap:wrap;gap:8px}.variant{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:750;cursor:pointer}.variant.active{border-color:var(--navy);background:#eef3f9}.qty-row{display:flex;gap:10px;align-items:center}.qty{display:flex;border:1px solid var(--line);border-radius:13px;overflow:hidden}.qty button{width:42px;height:44px;border:0;background:#fff;font-size:1.2rem}.qty span{width:45px;display:grid;place-items:center;font-weight:900}.detail-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.tabs{margin-top:18px;display:grid;gap:10px}.accordion{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.accordion summary{padding:15px;font-weight:850;cursor:pointer}.accordion-content{padding:0 15px 15px;color:var(--muted)}.cart-list{display:grid;gap:12px}.cart-item{background:#fff;border:1px solid var(--line);border-radius:17px;padding:12px;display:grid;grid-template-columns:82px 1fr;gap:12px}.cart-item img{width:82px;height:82px;object-fit:cover;border-radius:12px;background:#f1f3f7}.cart-item-actions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:8px}.summary-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;position:sticky;top:84px}.summary-line{display:flex;justify-content:space-between;gap:14px;padding:8px 0}.summary-total{border-top:2px solid var(--line);margin-top:6px;padding-top:14px;font-size:1.15rem;font-weight:950}.two-col{display:grid;gap:18px}.notice{border-radius:14px;padding:13px 14px;background:#eef5ff;color:#24446d;font-size:.86rem}.notice.warn{background:#fff3e8;color:#7a3f00}.notice.ok{background:#eaf8f2;color:#075c40}.status-timeline{display:grid;gap:0;margin-top:18px}.status-step{position:relative;display:grid;grid-template-columns:30px 1fr;gap:10px;padding-bottom:18px}.status-step:before{content:"";position:absolute;left:14px;top:28px;bottom:0;width:2px;background:var(--line)}.status-step:last-child:before{display:none}.status-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edf1f6;color:#718096;font-weight:900;z-index:1}.status-step.done .status-dot,.status-step.current .status-dot{background:var(--navy);color:#fff}.status-step.current .status-dot{box-shadow:0 0 0 5px rgba(244,122,31,.2);background:var(--orange)}.empty{background:#fff;border:1px dashed #c7d0de;border-radius:20px;padding:36px 20px;text-align:center}.toast{position:fixed;left:50%;bottom:82px;z-index:100;transform:translate(-50%,20px);opacity:0;background:var(--navy);color:#fff;border-radius:13px;padding:11px 15px;box-shadow:var(--shadow);transition:opacity .18s ease-out,transform .18s ease-out;pointer-events:none;font-weight:750}.toast.show{opacity:1;transform:translate(-50%,0)}.skeleton{background:linear-gradient(90deg,#eef1f5 25%,#f8fafc 45%,#eef1f5 65%);background-size:300% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:0 0}}.reveal{animation:reveal .28s ease-out both}@keyframes reveal{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(min-width:720px){.container{width:min(calc(100% - 48px),var(--max))}.hero{padding-top:48px}.hero-card{padding:54px}.trust-grid{grid-template-columns:repeat(4,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.product-detail{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:start}.two-col{grid-template-columns:minmax(0,1.4fr) minmax(310px,.6fr)}.detail-actions{grid-template-columns:1fr 1fr}.catalog-controls{grid-template-columns:2fr 1fr 1fr}}
@media(min-width:980px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(6,1fr)}.steps{grid-template-columns:repeat(4,1fr)}.nav-desktop{display:flex}.mobile-only{display:none!important}}
@media(max-width:979px){.nav-desktop{display:none}.brand img{width:120px}.header-search{display:none}.header-row{justify-content:space-between}}
@media(max-width:420px){.container{width:min(calc(100% - 20px),var(--max))}.hero-card{padding:24px 20px;border-radius:22px}.product-content{padding:11px}.product-grid{gap:9px}.product-price{font-size:1rem}.whatsapp-float span{display:none}.whatsapp-float{width:52px;height:52px;padding:0;justify-content:center}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
