
:root{--blue:#087fc2;--navy:#10263b;--cyan:#11aee8;--red:#ff2d14;--text:#1d2b36;--muted:#607080;--light:#f4f8fb;--border:#dce7ee;--shadow:0 12px 35px rgba(16,38,59,.09)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.7}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{width:min(1180px,92%);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 0 rgba(16,38,59,.08)}
.topbar{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:inline-flex;align-items:center}
.brand img{display:block;width:auto;height:68px;max-width:260px;object-fit:contain}
.contact-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.phone{font-weight:800;color:var(--navy)}
.wa-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:11px 18px;font-weight:800;transition:.2s}
.wa-btn{background:#20bd62;color:#fff}
.wa-btn:hover,.btn:hover{transform:translateY(-1px);text-decoration:none}
.nav-wrap{border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5}
.nav{display:flex;gap:20px;align-items:center;justify-content:center;min-height:48px;overflow:auto;white-space:nowrap}
.nav a{font-size:14px;font-weight:700;color:var(--navy)}
.hero{background:linear-gradient(135deg,#effaff 0%,#fff 65%);padding:72px 0 62px;border-bottom:1px solid #e6f0f5}
.hero.compact{padding:55px 0}
.hero-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:48px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:var(--blue);margin-bottom:10px}
h1{font-size:clamp(36px,5vw,58px);line-height:1.05;margin:0 0 22px;color:var(--navy);letter-spacing:-.03em}
h2{font-size:clamp(28px,3vw,40px);line-height:1.15;color:var(--navy);margin:0 0 18px}
h3{color:var(--navy);line-height:1.2}
.hero-lead{font-size:19px;max-width:850px;color:#425767}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}
.btn.primary{background:var(--blue);color:#fff}
.btn.secondary{background:#fff;color:var(--navy);border:1px solid #b9cbd7}
.btn.big{font-size:17px;padding:14px 24px}
.small-note{font-size:13px;color:var(--muted)}
.hero-card,.compare-card,.brand-card,article{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}
.hero-card{padding:26px}
.hero-card ul{padding-left:20px}
.card-link{font-weight:800}
.section{padding:68px 0}
.section.alt{background:var(--light)}
.section p{max-width:1000px}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}
.compare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.compare-card{padding:28px}
.compare-card img{display:block;width:auto;max-width:260px;height:70px;object-fit:contain;margin-bottom:15px}
.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.brand-card{padding:18px;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}
.brand-card img{width:100%;height:75px;object-fit:contain}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:25px}
.feature-grid article{padding:23px}
.feature-grid article p{font-size:15px;color:#526675}
.pill-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.pill-list span{background:#e7f4fa;border:1px solid #cce8f3;padding:7px 12px;border-radius:999px;font-weight:700;font-size:14px}
.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:0;margin:25px 0;list-style:none}
.steps>div,.steps>li{padding:22px;border:1px solid var(--border);border-radius:14px;background:#fff}
.cta-section{text-align:center;background:linear-gradient(135deg,#0c7fc0,#0a5c91);color:#fff}
.cta-section h2,.cta-section p{color:#fff;margin-left:auto;margin-right:auto}
.faq details{border:1px solid var(--border);border-radius:10px;margin:10px 0;background:#fff;padding:15px 18px}
.faq summary{font-weight:800;cursor:pointer;color:var(--navy)}
.footer{background:#10263b;color:#d9e6ed;padding:50px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px;padding-bottom:35px}
.footer h3{color:#fff;margin-top:0}
.footer a{color:#d9eef8}
.footer-brand img{width:190px;height:auto;filter:brightness(0) invert(1);margin-bottom:10px}
.copyright{border-top:1px solid rgba(255,255,255,.14);padding:20px 0;font-size:13px;color:#aebfc9}
.floating-wa{position:fixed;right:20px;bottom:20px;z-index:60;background:#20bd62;color:#fff;font-weight:900;border-radius:999px;padding:14px 20px;box-shadow:0 10px 25px rgba(0,0,0,.2)}
@media(max-width:900px){
 .topbar{min-height:82px}.brand img{height:56px}.contact-top{gap:7px}.phone{font-size:13px}
 .nav{justify-content:flex-start;gap:16px}
 .hero{padding:50px 0}.hero-grid{grid-template-columns:1fr;gap:25px}
 .hero-lead{font-size:17px}
 .compare-grid,.steps{grid-template-columns:1fr}
 .brands-grid{grid-template-columns:repeat(2,1fr)}
 .feature-grid{grid-template-columns:repeat(2,1fr)}
 .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
 .wrap{width:min(94%,1180px)}
 .topbar{flex-direction:column;justify-content:center;padding:10px 0}.contact-top{justify-content:center}
 .brand img{height:55px}
 .hero{text-align:center}.hero-card{text-align:left}
 .hero-actions{justify-content:center}.btn{width:100%;max-width:360px}
 .brands-grid,.feature-grid{grid-template-columns:1fr}
 .brand-card{min-height:125px}
 .floating-wa{right:12px;bottom:12px;left:12px;text-align:center}
 .footer{text-align:center}
 .footer-brand img{margin-left:auto;margin-right:auto}
}

/* V2 - Marcas y footer actualizado */
.brands-title{text-align:center;font-size:clamp(30px,4vw,44px);color:var(--navy);margin-bottom:12px}
.brands-intro{text-align:center;max-width:900px!important;margin:0 auto 30px}
.brand-card{min-height:170px}
.brand-card img{height:88px;max-width:92%;background:transparent}
.brand-card strong{font-size:16px;color:var(--navy)}
.footer-domain{font-size:22px;font-weight:900;color:#fff;display:inline-block;margin-bottom:8px}
.footer-phone{font-weight:800;font-size:16px}
@media(max-width:560px){
  .brands-title{font-size:30px}
  .brand-card{min-height:145px}
  .brand-card img{height:72px}
  .footer-domain{font-size:19px}
}


/* V3 - Central, teléfonos por ciudad, despacho, Webpay y CTA */
.central-label{font-weight:900;color:var(--navy);white-space:nowrap}.central-label a{color:var(--navy)}
.call-top{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff7a18,#ff4b2b);color:#fff!important;border-radius:10px;padding:11px 16px;font-weight:900;box-shadow:0 7px 18px rgba(255,90,40,.22)}
.dispatch-banner{background:linear-gradient(90deg,#087fc2,#10aee8);color:#fff}.dispatch-banner .wrap{min-height:42px;display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;font-size:14px}.dispatch-banner strong{font-size:15px;letter-spacing:.02em}
.city-phone-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 18px}.city-phone-list li{display:flex;justify-content:space-between;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);padding:4px 0;font-size:13px}.city-phone-list a{white-space:nowrap}
.footer-call{display:inline-flex;background:#ff6a2a;color:#fff!important;border-radius:8px;padding:8px 13px;font-weight:900}
.webpay-box{margin-top:16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.webpay-box a{display:block;background:#fff;border-radius:10px;padding:7px 10px}.webpay-box img{display:block;width:105px;height:auto;object-fit:contain}.webpay-box strong{font-size:13px;color:#fff}
.city-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px}.city-contact{display:flex;flex-direction:column;gap:2px;padding:17px;background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:var(--shadow)}.city-contact strong{color:var(--navy)}.city-contact span{font-weight:800;color:var(--blue)}
.payment-panel{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;box-shadow:var(--shadow)}.payment-panel img{width:190px;height:auto;object-fit:contain}.payment-panel .eyebrow{margin-bottom:5px}
.whatsapp-cta{background:#20bd62!important;color:#fff!important;border:0;box-shadow:0 10px 25px rgba(32,189,98,.28)}.help-cta{background:linear-gradient(135deg,#0b6fae,#123e63)!important}.help-cta h2,.help-cta p{color:#fff}
@media(max-width:900px){.city-directory{grid-template-columns:repeat(2,1fr)}.payment-panel{grid-template-columns:1fr;text-align:center}.payment-panel img{margin:auto}.city-phone-list{grid-template-columns:1fr}.dispatch-banner .wrap{padding:7px 0;flex-direction:column;gap:0;line-height:1.4}}
@media(max-width:560px){.central-label{font-size:13px}.call-top{width:100%;max-width:360px}.contact-top{width:100%}.dispatch-banner strong{font-size:14px}.dispatch-banner span{font-size:12px}.city-directory{grid-template-columns:1fr}.webpay-box{justify-content:center}}

/* V4 - Diseño centrado, Mesa Central, Splendid y Webpay */
.centered-content{text-align:center}
.centered-content .wrap>p,.centered-content .wrap>ol,.centered-content .wrap>.pill-list{margin-left:auto;margin-right:auto}
.centered-content .section-head{justify-content:center;text-align:center}
.centered-content .section-head>div{width:100%}
.centered-content .feature-grid,.centered-content .compare-grid,.centered-content .brands-grid{ text-align:center }
.centered-content .feature-grid article,.centered-content .compare-grid article{display:flex;flex-direction:column;align-items:center}
.centered-content .feature-grid article p,.centered-content .compare-grid article p{margin-left:auto;margin-right:auto}
.centered-content .pill-list{justify-content:center}
.centered-content .steps{margin-left:auto;margin-right:auto;max-width:1000px;text-align:center}
.centered-content .steps>li{display:flex;flex-direction:column;justify-content:center;align-items:center}
.faq{text-align:center}
.faq details{text-align:center}
.faq summary{display:block;text-align:center}
.faq details p{margin-left:auto;margin-right:auto}
.central-top{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#10263b;color:#fff!important;border-radius:10px;padding:9px 14px;font-weight:800;line-height:1.2;white-space:nowrap;box-shadow:0 6px 18px rgba(16,38,59,.15)}
.central-top span{font-size:12px;text-transform:uppercase;letter-spacing:.04em;opacity:.9}
.central-top strong{font-size:15px}
.central-top:hover{text-decoration:none;transform:translateY(-1px)}
.webpay-logo-link{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px;min-width:220px}
.webpay-logo-link img{display:block;width:190px;height:auto;object-fit:contain}
.payment-panel{max-width:1000px;margin:0 auto}
#marcas .brands-grid{grid-template-columns:repeat(4,1fr)}
#marcas .brand-card{min-height:180px}
#marcas .brand-card img{height:92px}
@media(max-width:900px){
 .topbar{gap:10px}
 .central-top{order:1}
 .call-top{order:2}
 .wa-btn{order:3}
 #marcas .brands-grid{grid-template-columns:repeat(2,1fr)}
 .payment-panel{margin-left:auto;margin-right:auto}
}
@media(max-width:560px){
 .central-top{width:100%;max-width:360px}
 .central-top span{font-size:11px}.central-top strong{font-size:14px}
 #marcas .brands-grid{grid-template-columns:1fr}
 #marcas .brand-card{min-height:150px}
 #marcas .brand-card img{height:78px}
 .payment-panel{padding:22px 16px}
 .webpay-logo-link{min-width:0;width:100%}
 .webpay-logo-link img{width:180px}
 .centered-content .feature-grid,.centered-content .compare-grid{grid-template-columns:1fr}
}

/* V6 - Alineación, justificación y Splendid */
.centered-eyebrow{text-align:center!important;width:100%;display:block}
.text-justify{text-align:justify!important;text-justify:inter-word}
#como-elegir-home h2,
#hogar-oficina-home h2,
#marcas h2,
.centered-content h2{text-align:center!important}
#marcas .brands-intro{text-align:justify!important}
#marcas .brands-grid{justify-content:center}
#marcas .brand-card{max-width:260px;margin:0 auto;width:100%}
#hogar-oficina-home .pill-list{justify-content:center}
/* Mantener el encabezado de capacidades en una sola línea en pantallas grandes */
@media(min-width:901px){
  .centered-content .capacity-title{white-space:nowrap;font-size:clamp(24px,2.45vw,36px)}
  .copyright{display:flex;justify-content:space-between;align-items:center;gap:20px}
}
@media(max-width:900px){
  .text-justify{text-align:justify!important}
  .copyright{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
}


/* V7 - CTA header unificado y SEO/GEO */
.call-top{background:linear-gradient(135deg,#087fc2,#0aa6dc)!important;color:#fff!important;border:1px solid #087fc2!important;border-radius:10px!important;padding:11px 16px!important;font-weight:900!important;box-shadow:0 7px 18px rgba(8,127,194,.22)!important}
.call-top:hover{text-decoration:none;transform:translateY(-1px)}
.seo-answer{max-width:1050px;margin:0 auto;text-align:justify!important;line-height:1.8}
.seo-answer strong{font-weight:900}
.seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.seo-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:var(--shadow);text-align:justify}
.seo-card h3{text-align:center;margin-top:0}
.quick-answer{background:linear-gradient(135deg,#f2f9fd,#fff);border:1px solid #cfe6f3;border-left:5px solid #087fc2;border-radius:14px;padding:22px;margin:24px auto;max-width:1050px;text-align:justify}
.entity-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}
.entity-list a{background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 14px;font-weight:800}
@media(max-width:900px){.seo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.seo-grid{grid-template-columns:1fr}.seo-answer,.seo-card,.quick-answer{text-align:justify!important}}
