/* =========================================================
   HANLOB TABS PRO 1.1.0
   Azul corporativo: #2D93C8
========================================================= */

.hanlob-tabs-pro,
.hanlob-tabs-pro * {
    box-sizing: border-box;
}

.hanlob-tabs-pro {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}

.hanlob-tabs-pro__nav-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hanlob-tabs-pro__nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    border: 1px solid #dce8ef;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    background: #ffffff;
}

.hanlob-tabs-pro__nav::-webkit-scrollbar {
    display: none;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab:hover,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab:focus,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab:active {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 145px;
    min-height: 62px;
    margin: 0;
    padding: 13px 16px;
    appearance: none;
    -webkit-appearance: none;
    background: #ffffff !important;
    background-image: none !important;
    border: 0 !important;
    border-right: 1px solid #e5edf2 !important;
    border-radius: 0 !important;
    color: #27394a !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-transform: none !important;
    cursor: pointer;
    transition:
        background-color .20s ease,
        color .20s ease,
        box-shadow .20s ease;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab:last-child {
    border-right: 0 !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    background: #2D93C8;
    border-radius: 3px 3px 0 0;
    transition: width .24s cubic-bezier(.22,.61,.36,1);
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab:hover {
    background: #f7fbfe !important;
    color: #167eaf !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active:hover,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active:focus {
    background: #eef8fd !important;
    color: #167eaf !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active::after {
    width: calc(100% - 28px);
}

.hanlob-tabs-pro__icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: inherit;
}

.hanlob-tabs-pro__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.hanlob-tabs-pro__content {
    width: 100%;
    min-height: 280px;
    background: #ffffff;
    border: 1px solid #dce8ef;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 26px rgba(24, 74, 108, .05);
}

.hanlob-tabs-pro__panel {
    width: 100%;
    opacity: 0;
    transform: translateY(5px);
}

.hanlob-tabs-pro__panel.is-active {
    opacity: 1;
    transform: translateY(0);
    animation: hanlobTabFade .28s cubic-bezier(.22,.61,.36,1) both;
}

.hanlob-tabs-pro__panel-inner {
    width: 100%;
    padding: 24px;
}

@keyframes hanlobTabFade {
    from {
        opacity: 0;
        transform: translateY(7px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Integración con contenido existente */
.hanlob-tabs-pro__panel-inner > :first-child {
    margin-top: 0 !important;
}

.hanlob-tabs-pro__panel-inner > :last-child {
    margin-bottom: 0 !important;
}

.hanlob-tabs-pro__panel table {
    width: 100%;
    border-collapse: collapse;
}

.hanlob-tabs-pro__panel img {
    max-width: 100%;
    height: auto;
}

/* Oculta las tabs nativas si todavía aparecen en otra zona */
.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

@media (max-width: 767px) {
    .hanlob-tabs-pro__nav {
        display: flex;
        grid-template-columns: none;
        border-radius: 12px 12px 0 0;
    }

    .hanlob-tabs-pro button.hanlob-tabs-pro__tab {
        flex: 0 0 auto;
        min-width: 150px;
        min-height: 56px;
        padding: 11px 14px;
        font-size: 12px !important;
    }

    .hanlob-tabs-pro__panel-inner {
        padding: 18px 15px;
    }

    .hanlob-tabs-pro__content {
        min-height: 220px;
        border-radius: 0 0 12px 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hanlob-tabs-pro,
    .hanlob-tabs-pro * {
        animation: none !important;
        transition: none !important;
    }
}


/* =========================================================
   ELEMENTOR EDITOR COMPATIBILITY — v1.1.1
========================================================= */

body.elementor-editor-active .hanlob-tabs-pro,
body.elementor-editor-preview .hanlob-tabs-pro,
.elementor-edit-mode .hanlob-tabs-pro {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    clear: both !important;
    overflow: visible !important;
    z-index: 1 !important;
}

body.elementor-editor-active .hanlob-tabs-pro__nav-wrap,
body.elementor-editor-preview .hanlob-tabs-pro__nav-wrap,
.elementor-edit-mode .hanlob-tabs-pro__nav-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

body.elementor-editor-active .hanlob-tabs-pro__nav,
body.elementor-editor-preview .hanlob-tabs-pro__nav,
.elementor-edit-mode .hanlob-tabs-pro__nav {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    float: none !important;
    transform: none !important;
}

body.elementor-editor-active button.hanlob-tabs-pro__tab,
body.elementor-editor-preview button.hanlob-tabs-pro__tab,
.elementor-edit-mode button.hanlob-tabs-pro__tab {
    position: relative !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 62px !important;
    margin: 0 !important;
    transform: none !important;
}

body.elementor-editor-active .hanlob-tabs-pro__content,
body.elementor-editor-preview .hanlob-tabs-pro__content,
.elementor-edit-mode .hanlob-tabs-pro__content {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 220px !important;
    clear: both !important;
    overflow: hidden !important;
}

body.elementor-editor-active .hanlob-tabs-pro__panel,
body.elementor-editor-preview .hanlob-tabs-pro__panel,
.elementor-edit-mode .hanlob-tabs-pro__panel {
    position: relative !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

body.elementor-editor-active .hanlob-tabs-pro__panel-inner img,
body.elementor-editor-preview .hanlob-tabs-pro__panel-inner img,
.elementor-edit-mode .hanlob-tabs-pro__panel-inner img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
}

body.elementor-editor-active .hanlob-tabs-pro__panel-inner,
body.elementor-editor-preview .hanlob-tabs-pro__panel-inner,
.elementor-edit-mode .hanlob-tabs-pro__panel-inner {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

/* En el editor evita que elementos flotantes del contenido se encimen. */
body.elementor-editor-active .hanlob-tabs-pro__panel-inner::after,
body.elementor-editor-preview .hanlob-tabs-pro__panel-inner::after,
.elementor-edit-mode .hanlob-tabs-pro__panel-inner::after {
    content: "";
    display: table;
    clear: both;
}

.hanlob-specifications-wrap{overflow:hidden;border:1px solid #dce7f0;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.hanlob-specifications-table{width:100%;border-collapse:separate;border-spacing:0}
.hanlob-specifications-table th,.hanlob-specifications-table td{padding:11px 16px;border-bottom:1px solid #e8eef3}
.hanlob-specifications-table tr:last-child th,.hanlob-specifications-table tr:last-child td{border-bottom:0}
.hanlob-specifications-table th{width:30%;background:#f4f9fd;color:#0e4f86;font-size:14px;font-weight:700;text-align:left}
.hanlob-specifications-table td{color:#425466;font-size:14px;line-height:1.5}
.hanlob-section-intro{max-width:760px;margin-bottom:20px}
.hanlob-section-intro h3{margin:0 0 7px;color:#23384d;font-size:21px;font-weight:800}
.hanlob-section-intro p{margin:0;color:#5a6875;font-size:14px;line-height:1.6}
.hanlob-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.hanlob-info-card{display:flex;gap:13px;padding:16px;background:#fff;border:1px solid #dcecf4;border-radius:12px;transition:.2s ease}
.hanlob-info-card:hover{border-color:#2d93c8;box-shadow:0 7px 18px rgba(45,147,200,.10);transform:translateY(-2px)}
.hanlob-card-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;border-radius:11px;background:#eaf6fc;color:#2d93c8}
.hanlob-card-icon svg{width:21px;height:21px;fill:currentColor}
.hanlob-info-card h4{margin:0 0 4px;color:#23384d;font-size:15px;font-weight:800}
.hanlob-info-card p{margin:0;color:#596775;font-size:13px;line-height:1.55}
.hanlob-product-description{max-width:900px;color:#445565;font-size:15px;line-height:1.75}
.hanlob-tabs-empty{margin:0;padding:14px;background:#f7fbfe;border:1px solid #dcecf4;border-radius:10px;color:#556574}
@media(max-width:767px){
.hanlob-specifications-table,.hanlob-specifications-table tbody,.hanlob-specifications-table tr,.hanlob-specifications-table th,.hanlob-specifications-table td{display:block;width:100%}
.hanlob-specifications-table tr{padding:11px 13px;border-bottom:1px solid #e8eef3}
.hanlob-specifications-table th{padding:0 0 4px;background:transparent;border:0}
.hanlob-specifications-table td{padding:0;border:0}
.hanlob-cards-grid{grid-template-columns:1fr}
}


/* =========================================================
   ESPECIFICACIONES PREMIUM — v1.2.1
========================================================= */

.hanlob-specifications-wrap {
    border-color: #d7e5ee !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 22px rgba(22, 72, 108, .055) !important;
}

.hanlob-specifications-table th,
.hanlob-specifications-table td {
    padding: 13px 17px !important;
}

.hanlob-specifications-table th {
    width: 33% !important;
    background: #f5faff !important;
}

.hanlob-specifications-table tr:nth-child(even) th {
    background: #eef7fc !important;
}

.hanlob-specifications-table tr:nth-child(even) td {
    background: #fbfdfe !important;
}

.hanlob-spec-row {
    transition: background-color .18s ease;
}

.hanlob-spec-row:hover th {
    background: #e7f4fb !important;
}

.hanlob-spec-row:hover td {
    background: #f7fbfd !important;
}

.hanlob-spec-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.hanlob-spec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border-radius: 8px;
    background: #e6f4fb;
    color: #2d93c8;
}

.hanlob-spec-icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.hanlob-spec-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #247a43;
    font-weight: 700;
}

.hanlob-spec-status__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e7f7ed;
    color: #1f9b51;
    font-size: 12px;
    font-weight: 800;
}

.hanlob-spec-origin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #33495d;
}

.hanlob-spec-origin__flag {
    font-size: 18px;
    line-height: 1;
}

.hanlob-specifications-table td {
    color: #405365 !important;
}

@media (max-width: 767px) {

    .hanlob-specifications-table th,
    .hanlob-specifications-table td {
        padding: 0 !important;
    }

    .hanlob-specifications-table tr {
        padding: 13px 14px !important;
    }

    .hanlob-spec-label {
        gap: 8px;
    }

    .hanlob-spec-icon {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }
}


/* v1.2.2 Compact Premium */
.hanlob-specifications-table th,
.hanlob-specifications-table td{
padding:9px 14px!important;
font-size:13px!important;
}
.hanlob-specifications-table th{width:31%!important}
.hanlob-spec-icon{
width:22px!important;
height:22px!important;
flex-basis:22px!important;
border-radius:6px!important;
}
.hanlob-spec-icon svg{
width:13px!important;
height:13px!important;
}
.hanlob-spec-label{
gap:7px!important;
}
.hanlob-specifications-wrap{
border-radius:12px!important;
}
.hanlob-tabs-pro__panel-inner{
padding:18px!important;
}
.hanlob-section-intro{
margin-bottom:16px!important;
}
.hanlob-section-intro h3{
font-size:19px!important;
margin-bottom:4px!important;
}
.hanlob-section-intro p{
font-size:13px!important;
}
.hanlob-cards-grid{
gap:10px!important;
}
.hanlob-info-card{
padding:13px!important;
gap:10px!important;
border-radius:10px!important;
}
.hanlob-info-card h4{
font-size:14px!important;
margin-bottom:3px!important;
}
.hanlob-info-card p{
font-size:12px!important;
line-height:1.45!important;
}
.hanlob-card-icon{
width:36px!important;
height:36px!important;
min-width:36px!important;
}
.hanlob-card-icon svg{
width:18px!important;
height:18px!important;
}


/* =========================================================
   CONFECCIÓN ORIGINAL VISUAL — v1.3.0
========================================================= */

.hanlob-construction-visual { width: 100%; }

.hanlob-construction-visual__intro {
    max-width: 760px;
    margin: 0 0 16px;
}

.hanlob-construction-visual__eyebrow {
    display: inline-block;
    margin-bottom: 5px;
    color: #2d93c8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.hanlob-construction-visual__intro h3 {
    margin: 0 0 5px;
    color: #23384d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.hanlob-construction-visual__intro p {
    max-width: 680px;
    margin: 0;
    color: #5b6976;
    font-size: 13px;
    line-height: 1.55;
}

.hanlob-construction-visual__figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #f7fbfd;
    border: 1px solid #dce9f1;
    border-radius: 12px;
}

.hanlob-construction-visual__figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: contain;
    margin: 0 auto;
}

.hanlob-construction-visual__highlights {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    margin-top: 11px;
}

.hanlob-construction-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 7px 8px;
    background: #ffffff;
    border: 1px solid #dce9f1;
    border-radius: 9px;
    color: #334b60;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.hanlob-construction-highlight__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #2d93c8;
}

.hanlob-construction-highlight__icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@media (max-width: 1024px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hanlob-construction-visual__intro h3 { font-size: 18px; }
    .hanlob-construction-visual__figure { border-radius: 10px; }

    .hanlob-construction-visual__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .hanlob-construction-highlight {
        justify-content: flex-start;
        min-height: 36px;
        padding: 7px;
        font-size: 10px;
        text-align: left;
    }
}


/* =========================================================
   CONFECCIÓN ORIGINAL — AJUSTE VISUAL v1.3.1
========================================================= */

.hanlob-construction-visual__intro {
    margin-bottom: 12px !important;
}

.hanlob-construction-visual__intro h3 {
    font-size: 19px !important;
}

.hanlob-construction-visual__intro p {
    font-size: 12.5px !important;
}

.hanlob-construction-visual__figure {
    padding: 0 !important;
    background: #ffffff !important;
    border-color: #d9e7ef !important;
}

.hanlob-construction-visual__figure img {
    width: 100% !important;
    max-height: 500px !important;
    object-fit: contain !important;
    object-position: center !important;
}

.hanlob-construction-visual__highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 14px !important;
}

.hanlob-construction-highlight {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 11px !important;
    min-height: 88px !important;
    padding: 13px !important;
    border-radius: 11px !important;
    text-align: left !important;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease !important;
}

.hanlob-construction-highlight:hover {
    border-color: #2d93c8 !important;
    box-shadow: 0 7px 18px rgba(45,147,200,.10) !important;
    transform: translateY(-2px);
}

.hanlob-construction-highlight__icon {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    border-radius: 10px;
    background: #eaf6fc;
}

.hanlob-construction-highlight__icon svg {
    width: 20px !important;
    height: 20px !important;
}

.hanlob-construction-highlight__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.hanlob-construction-highlight__copy strong {
    color: #23384d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.25;
}

.hanlob-construction-highlight__copy small {
    color: #5b6976;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.42;
}

@media (max-width: 900px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: 1fr !important;
    }

    .hanlob-construction-highlight {
        min-height: 78px !important;
        padding: 12px !important;
    }

    .hanlob-construction-highlight__copy strong {
        font-size: 13px;
    }

    .hanlob-construction-highlight__copy small {
        font-size: 11px;
    }
}


/* =========================================================
   AJUSTES COMPACTOS + USOS IDEALES VISUALES — v1.3.2
========================================================= */

/* Confección original más compacta */
.hanlob-construction-visual__figure img {
    max-height: 390px !important;
}

.hanlob-construction-visual__highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 10px !important;
}

.hanlob-construction-highlight {
    align-items: center !important;
    min-height: 48px !important;
    padding: 8px 9px !important;
    gap: 7px !important;
}

.hanlob-construction-highlight__icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    border-radius: 7px !important;
}

.hanlob-construction-highlight__icon svg {
    width: 15px !important;
    height: 15px !important;
}

.hanlob-construction-highlight__copy {
    gap: 1px !important;
}

.hanlob-construction-highlight__copy strong {
    font-size: 11.5px !important;
    line-height: 1.2 !important;
}

.hanlob-construction-highlight__copy small {
    display: none !important;
}

/* Usos ideales con iconos Hanlob */
.hanlob-uses-visual {
    width: 100%;
}

.hanlob-uses-visual__intro {
    margin: 0 0 14px;
}

.hanlob-uses-visual__eyebrow {
    display: inline-block;
    margin-bottom: 5px;
    color: #2d93c8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.hanlob-uses-visual__intro h3 {
    margin: 0 0 5px;
    color: #23384d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.hanlob-uses-visual__intro p {
    margin: 0;
    color: #5b6976;
    font-size: 12.5px;
    line-height: 1.5;
}

.hanlob-uses-visual__figure {
    width: 100%;
    margin: 0;
    padding: 22px 20px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce9f1;
    border-radius: 12px;
}

.hanlob-uses-visual__figure img {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

@media (max-width: 900px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .hanlob-construction-visual__figure img {
        max-height: 300px !important;
    }

    .hanlob-construction-visual__highlights {
        grid-template-columns: 1fr !important;
    }

    .hanlob-construction-highlight {
        min-height: 44px !important;
    }

    .hanlob-uses-visual__figure {
        padding: 16px 10px;
    }

    .hanlob-uses-visual__intro h3 {
        font-size: 17px;
    }
}


/* =========================================================
   USOS IDEALES EN TARJETAS — v1.3.3
========================================================= */

.hanlob-uses-visual__figure {
    display: none !important;
}

.hanlob-uses-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.hanlob-use-visual-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 14px 10px 13px;
    background: #ffffff;
    border: 1px solid #dce9f1;
    border-radius: 12px;
    text-align: center;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.hanlob-use-visual-card:hover {
    border-color: #2d93c8;
    box-shadow: 0 8px 20px rgba(45,147,200,.10);
    transform: translateY(-2px);
}

.hanlob-use-visual-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 82px;
    margin-bottom: 8px;
}

.hanlob-use-visual-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hanlob-use-visual-card__content h4 {
    margin: 0 0 5px;
    color: #23384d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.hanlob-use-visual-card__content p {
    margin: 0;
    color: #5d6b78;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.42;
}

@media (max-width: 1024px) {
    .hanlob-uses-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hanlob-uses-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hanlob-use-visual-card {
        padding: 12px 8px;
    }

    .hanlob-use-visual-card__icon {
        width: 82px;
        height: 72px;
    }
}

@media (max-width: 420px) {
    .hanlob-uses-cards {
        grid-template-columns: 1fr;
    }

    .hanlob-use-visual-card {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        text-align: left;
    }

    .hanlob-use-visual-card__icon {
        width: 72px;
        height: 64px;
        flex: 0 0 72px;
        margin: 0;
    }
}


/* =========================================================
   PULIDO GENERAL DE LAS CUATRO PESTAÑAS — v1.3.4
========================================================= */

/* Navegación */
.hanlob-tabs-pro button.hanlob-tabs-pro__tab {
    min-height: 50px !important;
    padding: 10px 12px !important;
    font-size: 11.5px !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active::after {
    width: calc(100% - 20px) !important;
    height: 2px !important;
}

.hanlob-tabs-pro__content {
    min-height: 0 !important;
}

.hanlob-tabs-pro__panel-inner {
    padding: 14px 12px !important;
}

/* Especificaciones más compactas */
.hanlob-specifications-table th,
.hanlob-specifications-table td {
    padding: 7px 11px !important;
    font-size: 12px !important;
}

.hanlob-specifications-table th {
    width: 32% !important;
}

.hanlob-spec-icon {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
    border-radius: 6px !important;
}

.hanlob-spec-icon svg {
    width: 11px !important;
    height: 11px !important;
}

.hanlob-spec-label {
    gap: 6px !important;
}

.hanlob-spec-status__check {
    width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
}

.hanlob-spec-origin__flag {
    font-size: 14px !important;
}

/* Confección original */
.hanlob-construction-visual__intro {
    margin-bottom: 9px !important;
}

.hanlob-construction-visual__eyebrow {
    margin-bottom: 3px !important;
    font-size: 9px !important;
}

.hanlob-construction-visual__intro h3 {
    margin-bottom: 3px !important;
    font-size: 17px !important;
}

.hanlob-construction-visual__intro p {
    font-size: 11px !important;
    line-height: 1.4 !important;
}

.hanlob-construction-visual__figure img {
    max-height: 330px !important;
}

.hanlob-construction-visual__highlights {
    gap: 6px !important;
    margin-top: 7px !important;
}

.hanlob-construction-highlight {
    min-height: 38px !important;
    padding: 6px 8px !important;
}

.hanlob-construction-highlight__icon {
    width: 23px !important;
    height: 23px !important;
    flex: 0 0 23px !important;
}

.hanlob-construction-highlight__icon svg {
    width: 13px !important;
    height: 13px !important;
}

.hanlob-construction-highlight__copy strong {
    font-size: 10px !important;
}

/* Descripción más legible */
.hanlob-product-description {
    max-width: none !important;
    color: #405365 !important;
    font-size: 12.5px !important;
    line-height: 1.65 !important;
}

.hanlob-product-description p {
    margin: 0 0 11px !important;
}

.hanlob-product-description p:last-child {
    margin-bottom: 0 !important;
}

.hanlob-product-description ul,
.hanlob-product-description ol {
    margin: 8px 0 12px 18px !important;
    padding: 0 !important;
}

.hanlob-product-description li {
    margin-bottom: 4px !important;
}

.hanlob-product-description strong {
    color: #23384d !important;
}

/* Usos ideales */
.hanlob-uses-visual__intro {
    margin-bottom: 10px !important;
}

.hanlob-uses-visual__eyebrow {
    margin-bottom: 3px !important;
    font-size: 9px !important;
}

.hanlob-uses-visual__intro h3 {
    margin-bottom: 3px !important;
    font-size: 17px !important;
}

.hanlob-uses-visual__intro p {
    font-size: 11px !important;
}

.hanlob-uses-cards {
    gap: 8px !important;
}

.hanlob-use-visual-card {
    min-height: 126px !important;
    padding: 10px 8px !important;
    border-radius: 10px !important;
}

.hanlob-use-visual-card__icon {
    width: 82px !important;
    height: 62px !important;
    margin-bottom: 5px !important;
}

.hanlob-use-visual-card__content h4 {
    margin-bottom: 3px !important;
    color: #23384d !important;
    font-size: 12px !important;
}

.hanlob-use-visual-card__content p {
    font-size: 9.5px !important;
    line-height: 1.35 !important;
}

/* Mantener alineación visual con el bloque lateral */
.hanlob-tabs-pro {
    align-self: flex-start;
}

@media (max-width: 767px) {
    .hanlob-tabs-pro button.hanlob-tabs-pro__tab {
        min-width: 135px !important;
        min-height: 48px !important;
        padding: 9px 10px !important;
        font-size: 11px !important;
    }

    .hanlob-tabs-pro__panel-inner {
        padding: 12px 10px !important;
    }

    .hanlob-specifications-table tr {
        padding: 10px 11px !important;
    }

    .hanlob-construction-visual__figure img {
        max-height: 285px !important;
    }

    .hanlob-use-visual-card {
        min-height: 120px !important;
    }

    .hanlob-use-visual-card__icon {
        width: 78px !important;
        height: 58px !important;
    }
}


/* =========================================================
   HANLOB TABS PRO 2.0.0
   REDISEÑO PREMIUM DE DESCRIPCIÓN Y USOS IDEALES
========================================================= */

/* Ajuste general del panel */
.hanlob-tabs-pro__panel-inner {
    padding: 16px !important;
}

/* ---------------------------------------------------------
   DESCRIPCIÓN PREMIUM
--------------------------------------------------------- */

.hanlob-description-premium {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, .75fr);
    gap: 14px;
    width: 100%;
}

.hanlob-description-premium__hero {
    grid-row: span 2;
    padding: 20px;
    background:
        linear-gradient(135deg, #f8fcfe 0%, #ffffff 72%);
    border: 1px solid #dce9f1;
    border-radius: 14px;
}

.hanlob-description-premium__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #2d93c8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.hanlob-description-premium__hero h3 {
    margin: 0 0 12px;
    color: #23384d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.hanlob-description-premium__text {
    color: #485b6c;
    font-size: 12.5px;
    line-height: 1.72;
}

.hanlob-description-premium__text p {
    margin: 0 0 11px !important;
}

.hanlob-description-premium__text p:last-child {
    margin-bottom: 0 !important;
}

.hanlob-description-premium__text ul,
.hanlob-description-premium__text ol {
    margin: 10px 0 12px 18px !important;
    padding: 0 !important;
}

.hanlob-description-premium__text li {
    margin-bottom: 4px !important;
}

.hanlob-description-premium__features {
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dce9f1;
    border-radius: 14px;
}

.hanlob-description-premium__features h4,
.hanlob-description-premium__recommendation h4 {
    margin: 0 0 10px;
    color: #23384d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.hanlob-description-premium__feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.hanlob-description-premium__feature {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 35px;
    padding: 7px 8px;
    background: #f6fbfe;
    border: 1px solid #e3eff5;
    border-radius: 9px;
    color: #344c60;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.hanlob-description-premium__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #2d93c8;
}

.hanlob-description-premium__feature-icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.hanlob-description-premium__recommendation {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 15px 16px;
    background: #eef8fd;
    border: 1px solid #cfe7f3;
    border-radius: 14px;
}

.hanlob-description-premium__recommendation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 10px;
    background: #ffffff;
    color: #2d93c8;
}

.hanlob-description-premium__recommendation-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.hanlob-description-premium__recommendation h4 {
    margin-bottom: 4px;
}

.hanlob-description-premium__recommendation p {
    margin: 0;
    color: #536576;
    font-size: 10.5px;
    line-height: 1.45;
}

/* ---------------------------------------------------------
   USOS IDEALES PREMIUM
--------------------------------------------------------- */

.hanlob-uses-premium__intro {
    margin-bottom: 14px;
}

.hanlob-uses-premium__intro span {
    display: inline-block;
    margin-bottom: 4px;
    color: #2d93c8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.hanlob-uses-premium__intro h3 {
    margin: 0;
    color: #23384d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.hanlob-uses-premium__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(118px, auto));
    gap: 10px;
}

.hanlob-use-premium-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 15px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce9f1;
    border-radius: 14px;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.hanlob-use-premium-card:hover {
    transform: translateY(-2px);
    border-color: #2d93c8;
    box-shadow: 0 9px 22px rgba(45,147,200,.10);
}

.hanlob-use-premium-card--1,
.hanlob-use-premium-card--2 {
    grid-column: span 3;
}

.hanlob-use-premium-card--3,
.hanlob-use-premium-card--4,
.hanlob-use-premium-card--5 {
    grid-column: span 2;
}

.hanlob-use-premium-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 88px;
    flex: 0 0 94px;
}

.hanlob-use-premium-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hanlob-use-premium-card__body {
    min-width: 0;
}

.hanlob-use-premium-card__body h4 {
    margin: 0 0 5px;
    color: #167eaf;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.hanlob-use-premium-card__body p {
    margin: 0;
    color: #596a78;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10.5px;
    line-height: 1.45;
}

.hanlob-use-premium-card::after {
    content: "";
    position: absolute;
    right: -22px;
    bottom: -22px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(45,147,200,.045);
    pointer-events: none;
}

/* Oculta estructuras anteriores de usos para evitar dobles estilos */
.hanlob-uses-cards,
.hanlob-uses-visual__figure,
.hanlob-uses-visual__intro {
    display: none !important;
}

/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 1024px) {
    .hanlob-description-premium {
        grid-template-columns: 1fr;
    }

    .hanlob-description-premium__hero {
        grid-row: auto;
    }

    .hanlob-uses-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .hanlob-use-premium-card--1,
    .hanlob-use-premium-card--2,
    .hanlob-use-premium-card--3,
    .hanlob-use-premium-card--4 {
        grid-column: span 1;
    }

    .hanlob-use-premium-card--5 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .hanlob-description-premium__hero {
        padding: 16px;
    }

    .hanlob-description-premium__feature-grid {
        grid-template-columns: 1fr;
    }

    .hanlob-uses-premium__grid {
        grid-template-columns: 1fr;
    }

    .hanlob-use-premium-card,
    .hanlob-use-premium-card--1,
    .hanlob-use-premium-card--2,
    .hanlob-use-premium-card--3,
    .hanlob-use-premium-card--4,
    .hanlob-use-premium-card--5 {
        grid-column: auto;
    }

    .hanlob-use-premium-card {
        padding: 12px;
    }

    .hanlob-use-premium-card__visual {
        width: 78px;
        height: 70px;
        flex-basis: 78px;
    }
}


/* =========================================================
   HANLOB TABS PRO 2.1.0
========================================================= */

/* Descripción */
.hanlob-description-premium{
grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr)!important;
gap:16px!important;
}
.hanlob-description-premium__hero{padding:22px!important}
.hanlob-description-premium__hero h3{font-size:21px!important;line-height:1.3!important}
.hanlob-description-premium__text{font-size:14.5px!important;line-height:1.78!important;color:#405365!important}
.hanlob-description-premium__features{padding:18px!important}
.hanlob-description-premium__features h4{font-size:15px!important;margin-bottom:13px!important}
.hanlob-description-premium__feature-grid{gap:10px!important}
.hanlob-description-premium__feature{min-height:56px!important;padding:11px 12px!important;font-size:12px!important;gap:9px!important}
.hanlob-description-premium__feature-icon{width:31px!important;height:31px!important;flex:0 0 31px!important}
.hanlob-description-premium__feature-icon svg{width:19px!important;height:19px!important}
.hanlob-description-premium__recommendation{
padding:19px!important;
gap:14px!important;
background:linear-gradient(135deg,#eaf7fd 0%,#f8fcfe 100%)!important;
border:1px solid #8fcdea!important;
box-shadow:0 8px 20px rgba(45,147,200,.10)!important;
}
.hanlob-description-premium__recommendation-icon{width:48px!important;height:48px!important;flex:0 0 48px!important}
.hanlob-description-premium__warning-label{display:inline-block;color:#167eaf;font-size:9px;font-weight:800;letter-spacing:.55px;text-transform:uppercase;margin-bottom:3px}
.hanlob-description-premium__recommendation h4{font-size:15px!important;margin-bottom:8px!important}
.hanlob-description-premium__recommendation ul{margin:0 0 9px 18px!important;padding:0!important;color:#3f5668;font-size:11.5px;line-height:1.55}
.hanlob-description-premium__recommendation p{font-size:11.5px!important;font-weight:700;color:#405365!important}

/* Confección original */
.hanlob-construction-visual__highlights{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;margin-top:13px!important}
.hanlob-construction-highlight{align-items:flex-start!important;gap:12px!important;min-height:88px!important;padding:14px!important;text-align:left!important}
.hanlob-construction-highlight__icon{width:42px!important;height:42px!important;flex:0 0 42px!important}
.hanlob-construction-highlight__icon svg{width:23px!important;height:23px!important}
.hanlob-construction-highlight__copy{display:flex!important;flex-direction:column!important;gap:5px!important}
.hanlob-construction-highlight__copy strong{font-size:14px!important;color:#23384d!important;font-weight:800!important}
.hanlob-construction-highlight__copy small{display:block!important;font-size:11.5px!important;line-height:1.45!important;color:#596a78!important}

/* Usos ideales */
.hanlob-uses-premium__intro{margin-bottom:16px!important}
.hanlob-uses-premium__intro h3{font-size:20px!important}
.hanlob-uses-premium__intro p{margin:5px 0 0;color:#596a78;font-size:12px}
.hanlob-uses-premium__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:auto!important;gap:13px!important}
.hanlob-use-premium-card,.hanlob-use-premium-card--1,.hanlob-use-premium-card--2,.hanlob-use-premium-card--3,.hanlob-use-premium-card--4,.hanlob-use-premium-card--5{grid-column:auto!important}
.hanlob-use-premium-card{display:block!important;min-height:230px!important;padding:0 0 17px!important;text-align:center!important;overflow:hidden!important}
.hanlob-use-premium-card__visual{width:100%!important;height:128px!important;padding:9px!important;margin:0!important;background:#f8fcfe}
.hanlob-use-premium-card__visual svg{width:100%;height:100%;display:block}
.hanlob-use-premium-card__body{padding:13px 15px 0}
.hanlob-use-premium-card__body h4{font-size:15px!important;margin-bottom:7px!important;color:#167eaf!important}
.hanlob-use-premium-card__body p{font-size:11.5px!important;line-height:1.52!important;color:#536576!important}

@media(max-width:1024px){
.hanlob-description-premium{grid-template-columns:1fr!important}
.hanlob-uses-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
.hanlob-construction-visual__highlights,.hanlob-uses-premium__grid{grid-template-columns:1fr!important}
.hanlob-description-premium__text{font-size:14px!important}
}


/* =========================================================
   HANLOB TABS PRO 2.1.1
   AJUSTES DE LEGIBILIDAD Y ALINEACIÓN
========================================================= */

/* ESPECIFICACIONES: +4 px */
.hanlob-specifications-table th,
.hanlob-specifications-table td {
    font-size: 16px !important;
    line-height: 1.45 !important;
    padding: 12px 15px !important;
}

.hanlob-specifications-table th {
    width: 34% !important;
}

.hanlob-spec-icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
}

.hanlob-spec-icon svg {
    width: 16px !important;
    height: 16px !important;
}

.hanlob-spec-label {
    gap: 9px !important;
}

/* DESCRIPCIÓN: mejor equilibrio y sin espacios vacíos */
.hanlob-description-premium {
    grid-template-columns: minmax(0, 1.55fr) minmax(315px, .8fr) !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
}

.hanlob-description-premium__hero {
    grid-row: 1 / span 2 !important;
}

.hanlob-description-premium__features,
.hanlob-description-premium__recommendation {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
}

.hanlob-description-premium__features {
    padding: 20px !important;
}

.hanlob-description-premium__feature-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
}

.hanlob-description-premium__feature {
    justify-content: flex-start !important;
    min-height: 50px !important;
    font-size: 13px !important;
}

.hanlob-description-premium__feature-icon {
    display: inline-flex !important;
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    border-radius: 9px;
    background: #eaf6fc;
}

.hanlob-description-premium__feature-icon svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
}

.hanlob-description-premium__recommendation {
    padding: 19px !important;
    margin: 0 !important;
}

.hanlob-description-premium__recommendation-copy {
    min-width: 0;
}

.hanlob-description-premium__recommendation ul {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
}

.hanlob-description-premium__recommendation p {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
}

/* USOS: escenas más claras y reconocibles */
.hanlob-use-premium-card__visual {
    height: 145px !important;
    padding: 7px !important;
    background: #ffffff !important;
}

.hanlob-use-premium-card__visual svg {
    width: 100% !important;
    height: 100% !important;
}

.hanlob-use-premium-card__body h4 {
    font-size: 16px !important;
}

.hanlob-use-premium-card__body p {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

@media (max-width: 1024px) {
    .hanlob-description-premium {
        grid-template-columns: 1fr !important;
    }

    .hanlob-description-premium__hero {
        grid-row: auto !important;
    }
}

@media (max-width: 767px) {
    .hanlob-specifications-table th,
    .hanlob-specifications-table td {
        font-size: 15px !important;
    }

    .hanlob-description-premium__feature-grid {
        grid-template-columns: 1fr !important;
    }

    .hanlob-use-premium-card__visual {
        height: 135px !important;
    }
}


/* =========================================================
   HANLOB TABS PRO 2.1.2
   USOS IDEALES CON MALLA BEIGE + ICONOS AZULES
========================================================= */

.hanlob-uses-premium__grid {
    gap: 14px !important;
}

.hanlob-use-premium-card {
    min-height: 238px !important;
    background: #ffffff !important;
    border: 1px solid #d7e6ef !important;
    border-radius: 14px !important;
    box-shadow: 0 5px 14px rgba(28, 78, 112, .04);
}

.hanlob-use-premium-card__visual {
    position: relative;
    height: 142px !important;
    padding: 0 !important;
    overflow: hidden;
    background: #ffffff !important;
    border-bottom: 1px solid #edf3f7;
}

.hanlob-use-premium-card__visual svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.hanlob-use-premium-card__body {
    padding: 15px 16px 16px !important;
}

.hanlob-use-premium-card__body h4 {
    margin-bottom: 7px !important;
    color: #167eaf !important;
    font-size: 15.5px !important;
    line-height: 1.25 !important;
}

.hanlob-use-premium-card__body p {
    color: #536576 !important;
    font-size: 11.7px !important;
    line-height: 1.52 !important;
}

.hanlob-use-premium-card:hover {
    transform: translateY(-3px) !important;
    border-color: #2d93c8 !important;
    box-shadow: 0 10px 24px rgba(45,147,200,.12) !important;
}

@media (max-width: 767px) {
    .hanlob-use-premium-card {
        min-height: 220px !important;
    }

    .hanlob-use-premium-card__visual {
        height: 132px !important;
    }
}


/* =========================================================
   HANLOB TABS PRO 3.0.0 — PULIDO FINAL
========================================================= */

/* ESPECIFICACIONES */
.hanlob-specifications-table th,
.hanlob-specifications-table td {
    font-size: 17px !important;
    padding: 13px 16px !important;
}

/* CONFECCIÓN ORIGINAL */
.hanlob-construction-visual__figure {
    max-width: 78%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hanlob-construction-visual__figure img {
    max-height: 315px !important;
}

.hanlob-construction-visual__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 15px !important;
}

.hanlob-construction-highlight {
    min-height: 96px !important;
    padding: 16px !important;
    border-radius: 13px !important;
}

.hanlob-construction-highlight__icon {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
}

.hanlob-construction-highlight__icon svg {
    width: 25px !important;
    height: 25px !important;
}

.hanlob-construction-highlight__copy strong {
    font-size: 15px !important;
}

.hanlob-construction-highlight__copy small {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

/* DESCRIPCIÓN */
.hanlob-description-premium__feature {
    min-height: 58px !important;
    align-items: center !important;
}

.hanlob-description-premium__feature-icon {
    background: #eaf6fc !important;
    color: #2d93c8 !important;
}

.hanlob-description-premium__recommendation {
    border-left: 4px solid #2d93c8 !important;
}

.hanlob-description-premium__recommendation h4 {
    font-size: 16px !important;
}

.hanlob-description-premium__recommendation ul,
.hanlob-description-premium__recommendation p {
    font-size: 13px !important;
}

/* USOS IDEALES */
.hanlob-uses-premium__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 15px !important;
}

.hanlob-use-premium-card {
    min-height: 250px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

.hanlob-use-premium-card__visual {
    height: 150px !important;
    padding: 0 !important;
    background: #ffffff !important;
}

.hanlob-use-premium-card__body {
    padding: 16px 17px 18px !important;
}

.hanlob-use-premium-card__body h4 {
    font-size: 16px !important;
}

.hanlob-use-premium-card__body p {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
}

@media (max-width: 1024px) {
    .hanlob-construction-visual__figure {
        max-width: 90%;
    }

    .hanlob-uses-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .hanlob-specifications-table th,
    .hanlob-specifications-table td {
        font-size: 15px !important;
    }

    .hanlob-construction-visual__figure {
        max-width: 100%;
    }

    .hanlob-construction-visual__highlights,
    .hanlob-uses-premium__grid {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   REPARACIÓN DE COMPATIBILIDAD — 3.0.2
   Evita colores y bordes heredados del tema/Elementor.
========================================================= */

.hanlob-tabs-pro button.hanlob-tabs-pro__tab,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab:hover,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab:focus,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab:active {
    background: #ffffff !important;
    background-image: none !important;
    border: 0 !important;
    border-right: 1px solid #e5edf2 !important;
    border-radius: 0 !important;
    color: #27394a !important;
    outline: none !important;
    box-shadow: none !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab:last-child {
    border-right: 0 !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab:hover {
    background: #f7fbfe !important;
    color: #167eaf !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active:hover,
.hanlob-tabs-pro button.hanlob-tabs-pro__tab.is-active:focus {
    background: #eef8fd !important;
    color: #167eaf !important;
}

.hanlob-tabs-pro button.hanlob-tabs-pro__tab::after {
    background: #2D93C8 !important;
}

/* El tema no puede pintar de rosa la navegación */
.hanlob-tabs-pro__nav {
    border-color: #dce8ef !important;
}

.hanlob-tabs-pro__content {
    border-color: #dce8ef !important;
}


/* =========================================================
   HANLOB TABS PRO 4.0.0 — ELEMENTOR NATIVO
========================================================= */

.hanlob-tabs-widget-wrapper,
.hanlob-tabs-widget-wrapper * {
    box-sizing: border-box;
}

.hanlob-tabs-editor-notice {
    padding: 18px;
    border: 1px dashed #2D93C8;
    border-radius: 12px;
    background: #f5fbfe;
    color: #23526d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

/* Confección original sin imagen */
.hanlob-construction-visual__figure {
    display: none !important;
}

.hanlob-construction-visual__highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 18px !important;
}

.hanlob-construction-highlight {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-height: 168px !important;
    padding: 20px !important;
    gap: 14px !important;
    background: linear-gradient(145deg, #ffffff 0%, #f8fcfe 100%) !important;
    border: 1px solid #d9e8f0 !important;
    border-radius: 15px !important;
    box-shadow: 0 6px 18px rgba(31, 73, 101, .06) !important;
}

.hanlob-construction-highlight:hover {
    transform: translateY(-3px) !important;
    border-color: #2D93C8 !important;
    box-shadow: 0 11px 26px rgba(45,147,200,.12) !important;
}

.hanlob-construction-highlight__icon {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
    border-radius: 13px !important;
    background: #eaf6fc !important;
    color: #2D93C8 !important;
}

.hanlob-construction-highlight__icon svg {
    width: 27px !important;
    height: 27px !important;
}

.hanlob-construction-highlight__copy strong {
    font-size: 16px !important;
    line-height: 1.25 !important;
}

.hanlob-construction-highlight__copy small {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
}

/* Usos con iconos de malla sombra */
.hanlob-use-premium-card__visual {
    height: 135px !important;
    background: #ffffff !important;
    padding: 8px !important;
}

.hanlob-use-premium-card__visual svg {
    width: 100% !important;
    height: 100% !important;
}

.hanlob-use-premium-card__body h4 {
    color: #167eaf !important;
}

@media (max-width: 1024px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: 1fr !important;
    }

    .hanlob-construction-highlight {
        min-height: 145px !important;
    }
}


/* =========================================================
   HANLOB TABS PRO 4.1.0 — MEDIOS EDITABLES EN ELEMENTOR
========================================================= */

.hanlob-construction-highlight__icon--custom {
    overflow: hidden !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 1px solid #dce9f1;
}

.hanlob-construction-highlight__icon--custom img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.hanlob-use-premium-card__visual--custom {
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.hanlob-use-premium-card__visual--custom img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}


/* =========================================================
   HANLOB TABS PRO 4.2.0
   CONFECCIÓN ORIGINAL CON TARJETAS VISUALES
========================================================= */

.hanlob-construction-visual__highlights {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 18px !important;
}

.hanlob-construction-highlight {
    display: block !important;
    min-height: 250px !important;
    padding: 0 0 17px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #d7e6ef !important;
    border-radius: 14px !important;
    text-align: center !important;
    box-shadow: 0 5px 14px rgba(28,78,112,.04) !important;
}

.hanlob-construction-highlight:hover {
    transform: translateY(-3px) !important;
    border-color: #2D93C8 !important;
    box-shadow: 0 10px 24px rgba(45,147,200,.12) !important;
}

.hanlob-construction-highlight__visual {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 145px !important;
    padding: 12px !important;
    overflow: hidden !important;
    background: #f8fcfe !important;
    border-bottom: 1px solid #edf3f7 !important;
}

.hanlob-construction-highlight__fallback {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 18px !important;
    background: #eaf6fc !important;
    color: #2D93C8 !important;
}

.hanlob-construction-highlight__fallback svg {
    width: 38px !important;
    height: 38px !important;
}

.hanlob-construction-highlight__visual--custom {
    padding: 0 !important;
    background: #ffffff !important;
}

.hanlob-construction-highlight__visual--custom img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.hanlob-construction-highlight__body {
    padding: 15px 16px 0 !important;
}

.hanlob-construction-highlight__body h4 {
    margin: 0 0 7px !important;
    color: #167eaf !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.hanlob-construction-highlight__body p {
    margin: 0 !important;
    color: #536576 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 11.7px !important;
    line-height: 1.52 !important;
}

/* Neutraliza estilos anteriores de la versión con iconos laterales */
.hanlob-construction-highlight__icon,
.hanlob-construction-highlight__copy {
    display: none !important;
}

@media (max-width: 1024px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .hanlob-construction-visual__highlights {
        grid-template-columns: 1fr !important;
    }

    .hanlob-construction-highlight {
        min-height: 225px !important;
    }

    .hanlob-construction-highlight__visual {
        height: 135px !important;
    }
}


/* =========================================================
   HANLOB TABS PRO 4.3.0
   ESPECIFICACIONES OPTIMIZADAS PARA MÓVIL
========================================================= */
@media (max-width: 767px) {
    /* La navegación permanece accesible sin comprimir las etiquetas. */
    .hanlob-tabs-pro__nav {
        display: flex !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 0 !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .hanlob-tabs-pro__nav::-webkit-scrollbar {
        display: none !important;
    }

    .hanlob-tabs-pro__tab {
        flex: 0 0 auto !important;
        min-width: 132px !important;
        padding: 12px 13px !important;
        white-space: nowrap !important;
    }

    /* Contenedor general de especificaciones. */
    .hanlob-specifications-wrap {
        padding: 12px !important;
        overflow: visible !important;
        border: 1px solid #d7e6ef !important;
        border-radius: 15px !important;
        background: #f7fbfe !important;
        box-shadow: 0 5px 16px rgba(20, 76, 112, .06) !important;
    }

    .hanlob-specifications-table,
    .hanlob-specifications-table tbody {
        display: grid !important;
        width: 100% !important;
        gap: 11px !important;
        border: 0 !important;
        background: transparent !important;
    }

    /* Cada fila se convierte en una tarjeta legible. */
    .hanlob-specifications-table tr,
    .hanlob-spec-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 1px solid #dce8f0 !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        box-shadow: 0 3px 10px rgba(28, 78, 112, .045) !important;
    }

    .hanlob-specifications-table th,
    .hanlob-specifications-table td {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        border: 0 !important;
    }

    .hanlob-specifications-table th {
        padding: 11px 13px !important;
        background: #edf7fc !important;
        color: #0e4f86 !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .hanlob-specifications-table td {
        padding: 12px 13px 13px !important;
        background: #ffffff !important;
        color: #354b5f !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
        overflow-wrap: anywhere !important;
    }

    .hanlob-spec-label {
        display: flex !important;
        align-items: center !important;
        gap: 9px !important;
        width: 100% !important;
        font-weight: 800 !important;
    }

    .hanlob-spec-icon {
        display: inline-flex !important;
        flex: 0 0 30px !important;
        align-items: center !important;
        justify-content: center !important;
        width: 30px !important;
        height: 30px !important;
        margin: 0 !important;
        border-radius: 9px !important;
        background: #dff2fb !important;
        color: #168fc4 !important;
    }

    .hanlob-spec-icon svg {
        width: 15px !important;
        height: 15px !important;
    }

    .hanlob-spec-status,
    .hanlob-spec-origin {
        display: inline-flex !important;
        align-items: center !important;
        gap: 7px !important;
        font-weight: 700 !important;
    }

    .hanlob-spec-status__check {
        width: 20px !important;
        height: 20px !important;
        font-size: 12px !important;
    }

    .hanlob-spec-origin__flag {
        font-size: 16px !important;
    }
}


/* =========================================================
   HANLOB TABS PRO 4.4.0
   NAVEGACIÓN 2x2, ESPECIFICACIONES COMPACTAS E IMÁGENES CUADRADAS
========================================================= */
.hanlob-construction-highlight__visual,
.hanlob-use-premium-card__visual {
    overflow: hidden;
}

.hanlob-construction-highlight__visual img,
.hanlob-use-premium-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    /* Las cuatro pestañas quedan visibles, sin desplazamiento horizontal. */
    .hanlob-tabs-pro__nav-wrap {
        overflow: visible !important;
    }

    .hanlob-tabs-pro__nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        overflow: visible !important;
        gap: 0 !important;
    }

    .hanlob-tabs-pro__tab {
        min-width: 0 !important;
        width: 100% !important;
        min-height: 48px !important;
        padding: 9px 8px !important;
        white-space: normal !important;
        text-align: center !important;
        line-height: 1.2 !important;
        border-bottom: 1px solid #dce7ef !important;
    }

    .hanlob-tabs-pro__tab:nth-child(odd) {
        border-right: 1px solid #dce7ef !important;
    }

    .hanlob-tabs-pro__label {
        display: block !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        overflow-wrap: anywhere !important;
    }

    /* Especificaciones: dos columnas compactas; las filas largas ocupan todo el ancho. */
    .hanlob-specifications-wrap {
        padding: 9px !important;
    }

    .hanlob-specifications-table,
    .hanlob-specifications-table tbody {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .hanlob-specifications-table tr,
    .hanlob-spec-row {
        min-height: 0 !important;
        border-radius: 10px !important;
    }

    .hanlob-specifications-table tr:nth-child(1),
    .hanlob-specifications-table tr:nth-child(5),
    .hanlob-specifications-table tr:nth-child(6),
    .hanlob-specifications-table tr:nth-child(11),
    .hanlob-specifications-table tr:nth-child(13) {
        grid-column: 1 / -1 !important;
    }

    .hanlob-specifications-table th {
        padding: 8px 9px !important;
        font-size: 12px !important;
    }

    .hanlob-specifications-table td {
        padding: 9px !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .hanlob-spec-label {
        gap: 7px !important;
    }

    .hanlob-spec-icon {
        flex-basis: 26px !important;
        width: 26px !important;
        height: 26px !important;
        border-radius: 8px !important;
    }

    .hanlob-spec-icon svg {
        width: 13px !important;
        height: 13px !important;
    }

    /* Tarjetas visuales más compactas. */
    .hanlob-construction-visual__highlights,
    .hanlob-uses-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .hanlob-construction-highlight,
    .hanlob-use-premium-card {
        min-height: 0 !important;
    }

    .hanlob-construction-highlight__visual,
    .hanlob-use-premium-card__visual {
        height: auto !important;
        aspect-ratio: 1 / 1;
    }

    .hanlob-construction-highlight__body,
    .hanlob-use-premium-card__body {
        padding: 11px !important;
    }

    .hanlob-construction-highlight__body h4,
    .hanlob-use-premium-card__body h4 {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .hanlob-construction-highlight__body p,
    .hanlob-use-premium-card__body p {
        font-size: 11px !important;
        line-height: 1.45 !important;
    }
}

@media (max-width: 380px) {
    .hanlob-specifications-table,
    .hanlob-specifications-table tbody,
    .hanlob-construction-visual__highlights,
    .hanlob-uses-premium__grid {
        grid-template-columns: 1fr !important;
    }

    .hanlob-specifications-table tr {
        grid-column: 1 !important;
    }
}

/* =========================================================
   HANLOB TABS PRO 4.4.1 — CORRECCIÓN GRID DE ESPECIFICACIONES
   Evita tarjetas cortadas y aprovecha todo el ancho en móvil.
========================================================= */
@media (max-width: 767px) {
    .hanlob-tabs-pro__panel[data-panel-key="specifications"] .hanlob-tabs-pro__panel-inner,
    .hanlob-specifications-wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .hanlob-specifications-table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed !important;
    }

    .hanlob-specifications-table tbody {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .hanlob-specifications-table tr,
    .hanlob-specifications-table .hanlob-spec-row {
        display: flex !important;
        flex-direction: column !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 1px solid #d7e5ee !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        box-shadow: 0 2px 7px rgba(26, 71, 99, .04) !important;
    }

    /* Filas con contenido largo usan todo el ancho. */
    .hanlob-specifications-table tr:nth-child(1),
    .hanlob-specifications-table tr:nth-child(5),
    .hanlob-specifications-table tr:nth-child(6),
    .hanlob-specifications-table tr:nth-child(11),
    .hanlob-specifications-table tr:nth-child(13) {
        grid-column: 1 / -1 !important;
    }

    .hanlob-specifications-table th,
    .hanlob-specifications-table td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    .hanlob-specifications-table th {
        flex: 0 0 auto !important;
        padding: 9px 10px !important;
        border: 0 !important;
        background: #eaf6fc !important;
    }

    .hanlob-specifications-table td {
        flex: 1 1 auto !important;
        padding: 10px !important;
        border: 0 !important;
        background: #ffffff !important;
    }

    .hanlob-spec-label {
        min-width: 0 !important;
    }

    .hanlob-spec-label > span:last-child,
    .hanlob-specifications-table td * {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 390px) {
    .hanlob-specifications-table tbody {
        grid-template-columns: 1fr !important;
    }

    .hanlob-specifications-table tr,
    .hanlob-specifications-table tr:nth-child(n) {
        grid-column: 1 !important;
    }
}
