.hanlob-compare{width:100%;font-family:Helvetica,Arial,sans-serif;overflow:visible}
.hanlob-compare,.hanlob-compare *{box-sizing:border-box}

/* Encabezado limpio, alineado al lenguaje visual del sitio */
.hanlob-compare__intro{text-align:center;padding:34px 24px 18px;background:#fff}
.hanlob-compare__title{max-width:1040px;margin:0 auto;font-size:clamp(30px,3.6vw,52px);line-height:1.08;font-weight:900;letter-spacing:-1.5px}
.hanlob-compare__title-highlight{color:#2D93C8}
.hanlob-compare__description{max-width:820px;margin:12px auto 0;font-size:16px;line-height:1.6;color:#42516a}
.hanlob-compare__question-wrap{display:flex;align-items:center;justify-content:center;padding:0 20px 22px;background:#fff}
.hanlob-compare__question{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0 48px;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;line-height:1;color:#2D93C8;background:transparent!important}
.hanlob-compare__question:before,.hanlob-compare__question:after{content:"";position:absolute;top:50%;width:34px;height:2px;background:currentColor;opacity:.9}
.hanlob-compare__question:before{left:0}.hanlob-compare__question:after{right:0}

/* Tres estados unidos, sin marco exterior */
.hanlob-compare__panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:0;overflow:hidden;border-radius:10px}
.hanlob-compare__panel{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;isolation:isolate;color:#fff;overflow:hidden}
.hanlob-compare__panel::before{content:"";position:absolute;inset:0;z-index:-2}
.hanlob-compare__panel::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.02) 42%,rgba(0,0,0,.74) 100%);pointer-events:none}
.hanlob-compare__panel+.hanlob-compare__panel{border-left:1px solid rgba(255,255,255,.28)}
.hanlob-compare__panel--2{z-index:2;box-shadow:inset 2px 0 0 rgba(45,147,200,.9),inset -2px 0 0 rgba(45,147,200,.9)}
.hanlob-compare__panel--2::after{background:linear-gradient(180deg,rgba(0,28,45,.06) 0%,rgba(0,28,45,.02) 44%,rgba(0,25,38,.72) 100%)}
.hanlob-compare__panel-inner{min-height:inherit;display:flex;flex-direction:column;justify-content:space-between;gap:24px}

/* Tarjeta superior más ligera */
.hanlob-compare__panel-head{display:flex;align-items:center;gap:12px;width:fit-content;max-width:100%;padding:11px 15px;border-radius:10px;background:rgba(9,21,35,.82)!important;box-shadow:0 8px 24px rgba(0,0,0,.16);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);border:1px solid rgba(255,255,255,.16)}
.hanlob-compare__panel--1 .hanlob-compare__panel-head{background:rgba(249,197,27,.94)!important;color:#101820}
.hanlob-compare__panel--2 .hanlob-compare__panel-head{background:rgba(45,147,200,.94)!important}
.hanlob-compare__main-icon{font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center}
.hanlob-compare__main-icon svg{width:22px;height:22px}
.hanlob-compare__badge{width:50px;height:50px;min-width:50px;border:0!important;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;color:#2D93C8!important;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.hanlob-compare__panel-title{margin:0;color:inherit;font-size:21px;line-height:1.05;font-weight:900;letter-spacing:.01em}
.hanlob-compare__panel-subtitle{margin-top:4px;font-size:12px;line-height:1.3;font-weight:600;opacity:.92}

/* Información inferior: más aire y menos peso visual */
.hanlob-compare__bullets{display:flex;flex-direction:column;gap:15px;max-width:430px;padding:18px 18px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(4,13,21,.03),rgba(4,13,21,.18));text-shadow:0 2px 5px rgba(0,0,0,.45)}
.hanlob-compare__bullet{display:flex;gap:13px;align-items:flex-start}
.hanlob-compare__bullet-icon{border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 14px rgba(0,0,0,.18);text-shadow:none}
.hanlob-compare__bullet-title{font-size:17px;line-height:1.15;font-weight:900}
.hanlob-compare__bullet-description{margin-top:4px;font-size:13px;line-height:1.42;font-weight:500;opacity:.96}
.hanlob-compare__recommended{align-self:flex-start;margin-top:2px;padding:8px 13px;border-radius:999px;font-size:13px;font-weight:900;letter-spacing:.02em;box-shadow:0 6px 16px rgba(0,0,0,.16)}

/* Cierre inferior más limpio, ya no parece footer pesado */
.hanlob-compare__footer{display:flex;align-items:center;justify-content:center;gap:14px;padding:17px 24px;text-transform:uppercase;background:#f3f8fc!important;border-top:1px solid rgba(45,147,200,.18)}
.hanlob-compare__footer-icon{display:flex;font-size:25px;color:#2D93C8}
.hanlob-compare__footer-icon svg{width:25px;height:25px;fill:currentColor}
.hanlob-compare__footer-text{font-size:17px;line-height:1.25;font-weight:900;text-align:center;color:#0B1933}

@media(max-width:1024px){
 .hanlob-compare__panel-head{padding:10px 12px;gap:9px}
 .hanlob-compare__panel-title{font-size:18px}
 .hanlob-compare__panel-subtitle{font-size:11px}
 .hanlob-compare__badge{width:44px;height:44px;min-width:44px;font-size:15px}
 .hanlob-compare__bullets{padding:15px 13px;gap:13px}
 .hanlob-compare__bullet-title{font-size:15px}
 .hanlob-compare__bullet-description{font-size:11.5px}
}
@media(max-width:767px){
 .hanlob-compare__intro{padding:28px 18px 15px}
 .hanlob-compare__title{font-size:30px;letter-spacing:-.7px}
 .hanlob-compare__description{font-size:14px}
 .hanlob-compare__question-wrap{padding-bottom:15px}
 .hanlob-compare__question{font-size:12px;padding:0 42px}
 .hanlob-compare__question:before,.hanlob-compare__question:after{width:28px}
 .hanlob-compare__panels{grid-template-columns:1fr;overflow:visible}
 .hanlob-compare__panel+.hanlob-compare__panel{border-left:0;border-top:1px solid rgba(255,255,255,.3)}
 .hanlob-compare__panel--2{box-shadow:inset 0 2px 0 rgba(45,147,200,.9),inset 0 -2px 0 rgba(45,147,200,.9)}
 .hanlob-compare__panel-head{width:auto;align-self:flex-start;max-width:100%}
 .hanlob-compare__panel-title{font-size:21px}
 .hanlob-compare__panel-subtitle{font-size:12px}
 .hanlob-compare__bullets{max-width:100%;width:100%;padding:16px;background:linear-gradient(180deg,rgba(4,13,21,.06),rgba(4,13,21,.28))}
 .hanlob-compare__bullet-title{font-size:16px}
 .hanlob-compare__bullet-description{font-size:12.5px}
 .hanlob-compare__footer{padding:16px;gap:10px}
 .hanlob-compare__footer-text{font-size:14px}
}
