:root{
  --navy:#12225c;
  --blue:#2f6bff;
  --blue-dim:#1f4fd1;
  --red:#e2263a;
  --orange:#c2410c;
  --ink:#1a1f2e;
  --muted:#6b7280;
  --muted-2:#64748b;
  --bg:#f2f3f5;
  --surface:#ffffff;
  --border:#e3e5ea;
  --star:#ffb020;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:14px;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
.container{max-width:1240px;margin:0 auto;padding:0 20px;}
.icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.icon-sm{width:15px;height:15px;}
.icon-lg{width:28px;height:28px;}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

/* Top strip */
.topstrip{background:var(--navy);color:#fff;font-size:12.5px;font-weight:500;text-align:center;padding:8px 16px;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.1px;}
.topstrip b{color:#ffcf6b;}
.topstrip .icon{width:14px;height:14px;color:#ffcf6b;}

/* Navbar (mobile-first: base = phone, grows via min-width queries) */
header.nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border);}
.navrow{display:flex;align-items:center;gap:12px;height:64px;}
.brand{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-right:auto;}
.brand-logo{height:44px;width:auto;display:block;}

.menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:0;border:1.5px solid var(--border);background:#fff;color:var(--navy);cursor:pointer;flex-shrink:0;}
.menu-btn .icon{width:19px;height:19px;}

.searchbar{flex:1;max-width:520px;display:none;align-items:center;background:var(--bg);border:1.5px solid var(--border);border-radius:0;height:42px;padding:0 14px;gap:8px;color:var(--muted-2);}
.searchbar input{border:none;background:none;outline:none;font-size:13.5px;width:100%;color:var(--ink);font-family:inherit;}

nav.links{display:none;gap:22px;flex-shrink:0;}
nav.links a{font-size:13.5px;font-weight:500;color:var(--ink);}
nav.links a:hover{color:var(--blue);}
.nav-icons{display:flex;gap:8px;align-items:center;flex-shrink:0;}
.nav-icons .btn-outline{display:none;}

/* Mobile dropdown panel (menu-btn toggles #navCollapse.open) */
.nav-collapse{display:none;flex-direction:column;gap:14px;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:16px 20px 20px;box-shadow:0 10px 20px rgba(20,30,60,.08);}
.nav-collapse.open{display:flex;}
.nav-collapse .searchbar{display:flex;max-width:none;}
.nav-collapse nav.links{display:flex;flex-direction:column;gap:4px;}
.nav-collapse nav.links a{padding:10px 4px;border-bottom:1px solid var(--border);}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:40px;padding:0 18px;border-radius:0;font-weight:600;font-size:13.5px;border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:.15s ease;font-family:inherit;}
.btn .icon{width:16px;height:16px;}
.btn-primary{background:var(--blue);color:#fff;}
.btn-primary:hover{background:var(--blue-dim);}
.btn-orange{background:var(--orange);color:#fff;}
.btn-orange:hover{background:#9a3412;}
.btn-outline{background:#fff;color:var(--ink);border-color:var(--border);}
.btn-outline:hover{border-color:var(--blue);color:var(--blue);}
.btn-whatsapp{background:#15803d;color:#fff;}
.btn-whatsapp:hover{background:#166534;}
.btn-lg{height:46px;padding:0 22px;font-size:14px;}
.btn-block{width:100%;}

/* Hero carousel (mobile-first) */
.hero-wrap{padding:12px 0 0;}
.carousel{position:relative;border-radius:0;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);}
.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;}
.carousel-track::-webkit-scrollbar{display:none;}
.slide{flex:0 0 100%;scroll-snap-align:start;height:200px;position:relative;background:var(--navy);}
.slide img{width:100%;height:100%;object-fit:cover;object-position:top;}

/* Offer banner slide — dark, product-focused (estilo MegaElectronicos) */
.offer-slide{width:100%;height:100%;position:relative;background:#0a0a0c;display:flex;align-items:center;overflow:hidden;}
.offer-copy{position:relative;z-index:2;padding:0 18px;max-width:62%;}
.offer-tag{display:inline-block;background:var(--blue);color:#fff;font-size:9.5px;font-weight:700;padding:3px 8px;border-radius:0;margin-bottom:8px;letter-spacing:.3px;text-transform:uppercase;}
.offer-slide.vender .offer-tag{background:var(--orange);}
.offer-copy h3{color:#fff;font-size:16px;font-weight:700;margin:0 0 6px;line-height:1.2;}
.offer-copy p{color:#c7cbd6;font-size:11px;margin:0 0 12px;max-width:260px;line-height:1.45;}
.offer-visual{position:absolute;right:0;top:0;bottom:0;width:48%;}
.offer-visual img{width:100%;height:100%;object-fit:cover;filter:brightness(.9);}
.offer-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a0a0c 0%,rgba(10,10,12,.05) 45%);}
.offer-visual.icon-visual{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 60% 50%,#1c1c1f,#000);}
.offer-visual.icon-visual svg{width:34%;height:34%;color:var(--orange);opacity:.85;}
.offer-visual.icon-visual.blue svg{color:var(--blue);}

.dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:3;}
.dots span{width:6px;height:6px;border-radius:0;background:rgba(255,255,255,.5);}
.dots span.on{background:#fff;width:16px;border-radius:0;}

.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:0;background:rgba(0,0,0,.4);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;padding:0;}
.carousel-arrow:hover{background:rgba(0,0,0,.6);}
.carousel-arrow.prev{left:10px;}
.carousel-arrow.next{right:10px;}
.carousel-arrow .icon{width:16px;height:16px;}

/* Trust strip */
.trust-strip{background:#fff;border:1px solid var(--border);border-radius:0;margin-top:12px;display:grid;grid-template-columns:1fr;}
.trust-item{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border);}
.trust-item:last-child{border-bottom:none;}
.trust-item .icon{color:var(--blue);}
.trust-item b{display:block;font-size:12.5px;color:var(--ink);}
.trust-item span{font-size:11px;color:var(--muted);}

/* Dual CTA strip */
.dual-cta{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px;}
.cta-box{border-radius:0;padding:16px 18px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;}
.cta-box.vender{background:#fff3e8;border:1px solid #ffd9ae;}
.cta-box.comprar{background:#eaf0ff;border:1px solid #c7d7ff;}
.cta-box h4{margin:0 0 4px;font-size:15px;color:var(--ink);}
.cta-box p{margin:0;font-size:12.5px;color:var(--muted);}
.cta-box .btn{width:100%;}

/* Section heading */
.section{padding:40px 0;}
.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;}
.section-head h2{font-size:19px;margin:0;color:var(--ink);font-weight:700;}
.section-head a{font-size:12.5px;font-weight:500;color:var(--blue);}
.section-sub{font-size:12.5px;color:var(--muted);margin:-12px 0 18px;}

/* Categorías (mobile-first) */
.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
.cat-card{background:#fff;border:1px solid var(--border);border-radius:0;padding:14px 6px;text-align:center;transition:.15s;}
.cat-card:hover{border-color:var(--blue);}
.cat-card .icwrap{width:40px;height:40px;border-radius:0;background:var(--bg);display:flex;align-items:center;justify-content:center;margin:0 auto 8px;}
.cat-card .icon{color:var(--navy);}
.cat-card .lb{font-size:11px;font-weight:500;color:var(--ink);}

/* Ofertas de hoy */
.hoy-section{background:#fff5f5;border:1px solid #f3caca;padding:18px;}
.hoy-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:6px 14px;margin-bottom:16px;}
.hoy-title{font-size:19px;font-weight:700;color:var(--ink);}
.hoy-timer{font-size:12.5px;color:var(--red);font-weight:600;}
.hoy-timer .mono{font-family:ui-monospace,"SF Mono","Cascadia Code",Consolas,monospace;font-variant-numeric:tabular-nums;}
.hoy-note{font-size:11px;color:var(--muted-2);margin:14px 0 0;}

/* Product grid (shared: promos + catalog), mobile-first */
.prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;}
.prod-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:0;overflow:hidden;display:flex;flex-direction:column;transition:.15s;}
.prod-card:hover{border-color:var(--blue);}
.prod-img{height:140px;background:#fafafa;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--border);}
.prod-img.has-photo{padding:0;}
.prod-img.has-photo > a{display:block;width:100%;height:100%;}
.prod-img.has-photo img{width:100%;height:100%;object-fit:cover;}
.prod-img .icon{width:38px;height:38px;color:#c3c7d1;}
.badge-row{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;}
.prod-badge{background:var(--navy);color:#fff;font-size:9.5px;font-weight:700;padding:3px 7px;border-radius:0;letter-spacing:.2px;}
.prod-badge.usado{background:#0f766e;}
.prod-off{background:var(--red);color:#fff;font-size:9.5px;font-weight:700;padding:3px 7px;border-radius:0;}
.prod-plan{background:var(--blue);color:#fff;font-size:9.5px;font-weight:700;padding:3px 7px;border-radius:0;}
.prod-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:3px;flex:1;}
.prod-code{font-size:10px;color:var(--muted-2);}
.prod-body h4{font-size:13px;margin:2px 0 0;color:var(--ink);font-weight:600;line-height:1.3;}
.prod-body a.prod-title-link{color:inherit;}
.prod-body a.prod-title-link:hover h4{color:var(--blue);}
.price-contado{font-size:17px;font-weight:700;color:var(--ink);margin-top:6px;}
.price-old{font-size:11.5px;color:var(--muted-2);text-decoration:line-through;font-weight:500;}
.price-cuota{font-size:11px;color:var(--blue);font-weight:500;}
.stock-ok{font-size:10.5px;color:#1e8a4a;font-weight:500;margin-top:4px;}
.prod-body .btn{margin-top:10px;width:100%;height:36px;font-size:12.5px;}

/* Cómo funciona (mobile-first) */
.steps{display:grid;grid-template-columns:1fr;gap:12px;}
.step{background:#fff;border:1px solid var(--border);border-radius:0;padding:20px;}
.step .num{width:28px;height:28px;border-radius:0;background:var(--bg);color:var(--navy);font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;}
.step h4{font-size:14px;margin:0 0 6px;color:var(--ink);}
.step p{font-size:12.5px;color:var(--muted);line-height:1.5;margin:0;}

/* Cotizar tu usado (mobile-first) */
.cotizar-wrap{background:#fff;border:1px solid var(--border);border-radius:0;padding:18px;display:grid;grid-template-columns:1fr;gap:20px;}
.cotizar-info h2{font-size:19px;color:var(--ink);margin:0 0 10px;font-weight:700;}
.cotizar-info p{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 14px;}
.check-list li{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:var(--ink);list-style:none;font-weight:500;margin-bottom:9px;}
.check-list{padding:0;}
.check-list .icon{color:var(--blue);flex-shrink:0;margin-top:1px;width:16px;height:16px;}
.form-row{margin-bottom:14px;}
.form-row label{display:block;font-size:11px;font-weight:500;color:var(--ink);text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px;}
.form-row input,.form-row select,.form-row textarea{width:100%;height:40px;border:1.5px solid var(--border);border-radius:0;padding:0 12px;font-size:13px;font-family:inherit;background:#fbfbfc;color:var(--ink);}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--blue);}
.form-row textarea{height:72px;padding:10px 12px;resize:none;}
.form-grid2{display:grid;grid-template-columns:1fr;gap:14px;}
.estado-opts{display:flex;gap:8px;flex-wrap:wrap;}
.estado-opts label{position:relative;display:flex;align-items:center;gap:6px;border:1.5px solid var(--border);border-radius:0;padding:8px 14px;font-size:12.5px;font-weight:500;cursor:pointer;color:var(--ink);transition:.15s ease;}
.estado-opts label:hover{border-color:var(--blue);}
.estado-opts input[type="radio"]{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none;}
.estado-opts label:has(input:checked){border-color:var(--blue);background:#eaf0ff;color:var(--blue);font-weight:600;}
.estado-opts label:has(input:focus-visible){outline:2px solid var(--blue);outline-offset:2px;}
.upload-box{position:relative;border:1.5px dashed var(--border);border-radius:0;padding:20px;text-align:center;color:var(--muted);font-size:12.5px;background:#fbfbfc;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:.15s ease;}
.upload-box:hover{border-color:var(--blue);color:var(--blue);}
.upload-box.has-files{border-style:solid;border-color:var(--blue);color:var(--ink);background:#eaf0ff;}
.upload-box input[type="file"]{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none;}
.upload-box .icon{color:var(--muted-2);}
.disclaimer{font-size:11px;color:var(--muted-2);margin-top:10px;line-height:1.5;}

/* Catálogo por categoría */
.cat-row{margin-bottom:32px;}
.cat-row:last-child{margin-bottom:0;}
.cat-row-head{margin-bottom:12px;}
.cat-row-head h3{font-size:15px;margin:0;color:var(--ink);font-weight:700;}
.cat-row-head a{font-size:12px;font-weight:500;color:var(--blue);}

/* Testimonios (mobile-first) */
.testi-note{font-size:11px;color:var(--muted-2);font-style:italic;margin:-8px 0 16px;}
.testi-grid{display:grid;grid-template-columns:1fr;gap:12px;}
.testi-card{background:#fff;border:1px solid var(--border);border-radius:0;padding:18px;}
.testi-stars{display:flex;gap:2px;color:var(--star);margin-bottom:10px;}
.testi-stars .icon{width:14px;height:14px;fill:var(--star);stroke:var(--star);}
.testi-card p{font-size:12.5px;color:var(--ink);line-height:1.6;margin:0 0 14px;}
.testi-who{display:flex;align-items:center;gap:9px;}
.testi-avatar{width:32px;height:32px;border-radius:0;background:var(--bg);color:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;}
.testi-who b{display:block;font-size:12.5px;color:var(--ink);}
.testi-who small{font-size:11px;color:var(--muted-2);}

/* Alianza (mobile-first) */
.alianza{background:#fff;border:1px solid var(--border);border-radius:0;display:grid;grid-template-columns:1fr;overflow:hidden;align-items:center;}
.alianza img{width:100%;height:auto;max-height:420px;object-fit:contain;background:#fff;}
.alianza-copy{padding:20px;}
.alianza-copy h2{font-size:19px;color:var(--ink);margin:0 0 10px;font-weight:700;}
.alianza-copy p{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 16px;}
.req-list{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;}
.req-list span{font-size:12.5px;background:var(--bg);border:1px solid var(--border);border-radius:0;padding:9px 12px;display:flex;align-items:center;gap:9px;font-weight:500;color:var(--ink);}
.req-list .icon{color:var(--blue);width:16px;height:16px;}

/* Footer (mobile-first) */
footer{background:var(--navy);color:#c9d3ef;padding:32px 0 20px;margin-top:24px;}
.foot-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px;}
footer h5{color:#fff;font-size:13px;margin:0 0 14px;font-weight:500;}
footer p{font-size:12.5px;color:#a9b4d6;line-height:1.8;margin:0 0 6px;}
footer .flink{font-size:12.5px;color:#a9b4d6;line-height:2.1;display:flex;align-items:center;gap:7px;}
footer .flink:hover{color:#fff;}
footer .flink .icon{width:14px;height:14px;color:#7d89ae;}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;font-size:11px;color:#7d89ae;text-align:center;}

/* Ficha de producto (mobile-first) */
.breadcrumb{font-size:12px;color:var(--muted);margin:16px 0;display:flex;gap:6px;flex-wrap:wrap;}
.breadcrumb a{color:var(--blue);font-weight:500;}
.breadcrumb span{color:var(--muted-2);}

.ficha-grid{display:grid;grid-template-columns:1fr;gap:24px;}

.gallery-main{position:relative;background:#fff;border:1px solid var(--border);border-radius:0;overflow:hidden;height:260px;cursor:zoom-in;}
.gallery-main img{width:100%;height:100%;object-fit:cover;}
.zoom-btn{position:absolute;top:10px;right:10px;width:38px;height:38px;background:rgba(20,24,42,.72);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:2;}
.zoom-btn:hover{background:rgba(20,24,42,.9);}
.zoom-btn .icon{width:18px;height:18px;}

.lightbox{display:none;position:fixed;inset:0;background:rgba(10,12,20,.94);z-index:200;align-items:center;justify-content:center;padding:24px;}
.lightbox.open{display:flex;}
.lightbox img{max-width:100%;max-height:100%;object-fit:contain;}
.lightbox-close{position:absolute;top:16px;right:16px;width:44px;height:44px;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;line-height:1;}
.lightbox-close:hover{background:rgba(255,255,255,.22);}
.gallery-thumbs{display:flex;gap:8px;margin-top:8px;}
.gallery-thumbs button{padding:0;border:2px solid var(--border);border-radius:0;overflow:hidden;width:60px;height:60px;cursor:pointer;background:none;flex-shrink:0;}
.gallery-thumbs button.active{border-color:var(--blue);}
.gallery-thumbs img{width:100%;height:100%;object-fit:cover;}

.ficha-info .badge-lg{display:inline-block;font-size:11px;font-weight:700;padding:5px 10px;border-radius:0;margin-bottom:10px;letter-spacing:.3px;}
.ficha-info .badge-lg.usado{background:#0f766e;color:#fff;}
.ficha-info .badge-lg.nuevo{background:var(--navy);color:#fff;}
.ficha-info h1{font-size:21px;margin:0 0 6px;color:var(--ink);font-weight:700;line-height:1.25;}
.ficha-info .cat-tag{font-size:12px;color:var(--muted);margin-bottom:16px;}
.ficha-oferta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff5f5;border:1px solid #f3caca;padding:8px 12px;margin-bottom:10px;}
.ficha-oferta .prod-off{font-size:11px;}
.ficha-oferta-timer{font-size:12px;color:var(--red);font-weight:600;}
.ficha-oferta-timer .mono{font-family:ui-monospace,"SF Mono","Cascadia Code",Consolas,monospace;font-variant-numeric:tabular-nums;}
.ficha-price-old{font-size:16px;color:var(--muted-2);text-decoration:line-through;font-weight:500;margin:0 0 2px;}
.ficha-price{font-size:26px;font-weight:700;color:var(--ink);margin:0 0 4px;}
.ficha-cuota-label{font-size:12.5px;color:var(--muted);font-weight:500;margin-bottom:8px;}
.cuota-table{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px;}
.cuota-opt{border:1px solid var(--border);padding:8px 6px;text-align:center;background:#fbfbfc;}
.cuota-opt b{display:block;font-size:12px;color:var(--navy);font-weight:700;margin-bottom:3px;}
.cuota-opt span{display:block;font-size:11.5px;color:var(--ink);font-weight:600;}
.ficha-stock{font-size:12.5px;color:#1e8a4a;font-weight:500;margin-bottom:18px;}
.ficha-ctas{display:flex;flex-direction:column;gap:10px;margin-bottom:18px;}
.ficha-ctas .btn{flex:1;}

.condition-box{background:#fff3e8;border:1px solid #ffd9ae;border-radius:0;padding:14px 16px;font-size:12.5px;color:var(--ink);display:flex;gap:10px;align-items:flex-start;margin-bottom:8px;line-height:1.5;}
.condition-box .icon{color:var(--orange);flex-shrink:0;margin-top:1px;}
.condition-box.nuevo{background:var(--blue-soft,#eaf0ff);border-color:#c7d7ff;}
.condition-box.nuevo .icon{color:var(--blue);}
.spec-tbc{color:var(--muted-2);font-style:italic;font-weight:500 !important;}

.spec-list{display:flex;flex-direction:column;margin-top:4px;}
.spec-list div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px;}
.spec-list div:last-child{border-bottom:none;}
.spec-list div span:first-child{color:var(--muted);font-weight:500;}
.spec-list div span:last-child{color:var(--ink);font-weight:500;text-align:right;}

.card-box{background:#fff;border:1px solid var(--border);border-radius:0;padding:28px;}
.detail-block{background:#fff;border:1px solid var(--border);border-radius:0;padding:18px;margin-bottom:16px;}
.detail-block h2{font-size:16px;margin:0 0 12px;color:var(--ink);font-weight:700;}
.detail-block p{font-size:13.5px;color:var(--muted);line-height:1.7;margin:0 0 14px;}
.detail-block p:last-child{margin-bottom:0;}

@media(min-width:480px){
  .ficha-ctas{flex-direction:row;}
  .cuota-table{grid-template-columns:repeat(4,1fr);}
}

@media(min-width:900px){
  .ficha-grid{grid-template-columns:1fr 1fr;gap:40px;}
  .gallery-main{height:420px;}
}

/* ===== Mobile-first breakpoints: base styles above are for phones (~360-414px). ===== */

/* Small phones/phablets and up (480px+) */
@media(min-width:480px){
  .form-grid2{grid-template-columns:1fr 1fr;}
  .foot-grid{grid-template-columns:1fr 1fr;}
  .trust-strip{grid-template-columns:repeat(2,1fr);}
}

/* Tablets (700px+) */
@media(min-width:700px){
  .cats{grid-template-columns:repeat(4,1fr);}
  .prod-grid{grid-template-columns:repeat(3,1fr);}
  .dual-cta{grid-template-columns:1fr 1fr;}
  .cta-box{flex-direction:row;align-items:center;justify-content:space-between;}
  .cta-box .btn{width:auto;}
  .slide{height:300px;}
  .offer-copy{padding:0 44px;max-width:52%;}
  .offer-tag{font-size:11px;padding:4px 10px;}
  .offer-copy h3{font-size:28px;}
  .offer-copy p{font-size:14px;max-width:320px;margin-bottom:18px;}
  .carousel-arrow .icon{width:20px;height:20px;}
}

/* Small laptops / tablet landscape (900px+) */
@media(min-width:900px){
  .cotizar-wrap{grid-template-columns:.85fr 1.15fr;padding:28px;}
  .alianza{grid-template-columns:.85fr 1.15fr;}
  .alianza img{height:100%;max-height:480px;}
  .steps{grid-template-columns:repeat(3,1fr);}
  .testi-grid{grid-template-columns:repeat(3,1fr);}
}

/* Desktop (1024px+): full nav, wide grids */
@media(min-width:1024px){
  .navrow{height:76px;gap:24px;}
  .brand{margin-right:0;}
  .brand-logo{height:52px;}
  .menu-btn{display:none;}
  .nav-collapse{display:none !important;}
  .searchbar{display:flex;}
  nav.links{display:flex;}
  .nav-icons .btn-outline{display:inline-flex;}
  .cats{grid-template-columns:repeat(8,1fr);}
  .prod-grid{grid-template-columns:repeat(4,1fr);}
  .trust-strip{grid-template-columns:repeat(4,1fr);}
  .trust-item{border-right:1px solid var(--border);border-bottom:none;}
  .trust-item:last-child{border-right:none;}
  .foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;}
}
