/* ══════════════════════════════════════════
   HV26 - UTILITY CLASSES
   Reutilizables en todas las subpáginas
══════════════════════════════════════════ */
/* Degradado cálido bottom-to-top — columnas de contenido con fondo sutil */
.hv26-bg-gradient-warm .vc_column-inner {
    background: linear-gradient(to top, #e6e3e0 0%, #fefefd 100%) !important;
}

.hv26-full-height .wpb_column {
    height: 100vh !important;
}

.hv26-col-flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/*Widths - Margin y Padding*/
.hv26-h-100-white .vc_column-inner {
    background: white;
    border-radius: 30px;
    box-shadow: var(--hv-shadow-card);
}

.hv26-stretch-col .vc_column-inner {
    border-bottom: 1px solid #27503b;
    padding-bottom: 40px;
}

.hv26-stretch-col-no .vc_column-inner {
    border-bottom: 2px solid #27503b;
}

.hv26-bg-cream {
    background: #f9f7f4 !important;
}

.hv26-br-3,
.hv26-br-3 img {
    border-radius: 30px !important;
}

.hv26-br-y-3,
.hv26-br-y-3 img,
.hv26-br-y-3 .vc_column-inner {
    border-radius: 0 30px 30px 0 !important;
}

.hv26-br-2,
.hv26-br-2 img,
.hv26-br-2 .vc_column-inner {
    border-radius: 20px !important;
}

.hv26-br-2-right,
.hv26-br-2-right .vc_column-inner {
    border-radius: 0px 20px 20px 0px;
}

.hv26-br-1 .hv26-br-1 img {
    border-radius: 10px !important;
}

.hv26-bg-image {
    background: url(https://hormonavida.com/wp-content/uploads/2026/04/Clinical-Leader-Ship-hormona-Vida-bg-4.webp) !important;
}

.hv26-mt-2 {
    margin-top: 20px !important;
}

.hv26-max-width-1 {
    max-width: 1100px;
    margin: auto !important;
    display: block !important;
}

.hv26-max-width-1300 {
    max-width: 1300px;
    margin: auto !important;
    display: block !important;
}

.hv26-max-width-12 {
    max-width: 450px;
    display: block;
    margin: auto;
}

.hv26-max-width-400 {
    max-width: 400px;
    display: block;
    margin: auto;
}

.hv26-col-max-width {
    max-width: 500px;
    display: block;
    margin: auto;
}

.hv26-col-max-width-700 {
    max-width: 700px;
    display: block;
    margin: auto;
}

.hv26-col-max-width-750 {
    max-width: 750px;
    display: block;
    margin: auto;
}

.hv26-col-max-width-2 {
    max-width: 900px;
    display: block;
    margin: auto;
}

.hv26-col-max-width-3 {
    max-width: 600px;
    display: block;
    margin: auto;
}

.hv26-max-width5 {
    max-width: 550px !important;
    display: block;
    margin: auto;
}

.hv26-py60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}



.hv26-p100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.hv26-py100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.hv26-px60,
.hv26-px60-all {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.hv26-p30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.hv26-px40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.hv26-p-fullrow {
    padding: 120px;
}

.hv26-bg-pos-top .vc_column-inner {
    background-position: top !important;
}

.hv26-bg-pos-cover,
.hv26-bg-pos-cover .vc_column-inner {
    background-size: cover;
}

.hv26-bg-pos-bottom {
    background-position: bottom;
}

.hv26-quote {
    font-style: italic !important;
}

/* Tag / pill pasivo — display de condiciones/etiquetas (no interactivo) */
.hv26-tag {
    display: inline-block;
    background: #f5f3ef;
    color: var(--hv-text-soft) !important;
    border-radius: var(--hv-radius-pill);
    padding: 20px;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
}

.hv26-tag-card {
    display: inline-block;
    background: #f5f3ef;
    color: var(--hv-text-soft) !important;
    border-radius: 10px;
    padding: 40px;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
}

/* Grid 2 columnas — para tags, features, pares de contenido */
.hv26-d-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* ── FAQ: Nav lateral de temas ── */
.hv26-faq-nav {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv26-faq-nav__item {
    display: block;
    padding: 10px 18px;
    border-left: 2px solid transparent;
    color: var(--hv-text-soft) !important;
    cursor: pointer;
    font-size: 1.2em;
    transition: border-color 0.2s ease, color 0.2s ease;
    line-height: 1.1;
    user-select: none;
}

.hv26-faq-nav__item:hover {
    color: var(--hv-green) !important;
    border-left-color: rgba(39, 80, 59, 0.3);
}

.hv26-faq-nav__item.hv-active {
    border-left-color: var(--hv-green) !important;
    color: var(--hv-text) !important;
    font-weight: 600;
}

.hv26-d-grid-3-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

/* ── Accordion variante card (FAQ) ── */
.hv26-accordion--cards .hv26-accordion__item {
    background: #f5f4f0;
    border-radius: 12px;
    border-bottom: none !important;
    margin-bottom: 10px;
    padding: 0 24px;
    overflow: hidden;
}

.hv26-accordion--cards .hv26-accordion__item:last-child {
    margin-bottom: 0;
}

.hv26-accordion--cards .hv26-accordion__trigger {
    font-weight: 400 !important;
    font-size: 1.2em;
    text-transform: capitalize;
    text-wrap: auto;
}

.hv26-accordion--cards .hv26-accordion__item--open .hv26-accordion__panel {
    max-height: 1000px !important;
}

.hv26-accordion--cards .hv26-accordion__item.hv-hidden {
    display: none !important;
}

.hv26-faq-plus {
    font-size: 1.4em;
    line-height: 1;
    color: var(--hv-green);
    transition: transform 0.3s ease;
    display: inline-block;
    flex-shrink: 0;
}

.hv26-accordion__item--open .hv26-faq-plus {
    transform: rotate(45deg);
}

/* Avatar circular — fotos de doctores/equipo */
.hv26-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    flex-shrink: 0;
    border: 3px solid #f0ede8;
}

.hv26-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 0 !important;
}

/* ── Tipografía ── */
.hv26-txt-center {
    text-align: center !important;
}

.hv26-txt-right {
    text-align: right !important;
}

.hv26-txt-left {
    text-align: left !important;
}

.hv26-title {
    font-weight: 700 !important;
    color: var(--hv-green) !important;
    margin: 0 !important;
}

.hv26-title--light {
    font-weight: 400 !important;
    color: var(--hv-green) !important;
    margin: 0 !important;
}

.hv26-title--light strong {
    color: var(--hv-green) !important;
}

.hv26-title--white {
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.hv26-title--light-white {
    font-weight: 400 !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.hv26-title--light-white strong {
    font-weight: 700 !important;
    color: #ffffff !important;
}

/* Callout ghost — borde blanco semitransparente, fondo transparente
   Usar sobre columnas con fondo de color */
.hv26-callout--ghost {
    width: 100%;
    border: 1.5px solid #fff;
    border-radius: var(--hv-radius-lg);
    padding: 40px;
    text-align: left;
    background: transparent;
    box-sizing: border-box;
}

.hv26-callout--ghost p {
    color: #ffffff !important;
    margin: 0 !important;
}

.hv26-label {
    font-weight: 700 !important;
    color: var(--hv-green) !important;
    margin: 0 0 10px !important;
}

.hv26-label-light {
    color: var(--hv-green) !important;
    margin: 0 0 10px !important;
}

.hv26-label--dark {
    font-weight: 700 !important;
    color: var(--hv-text) !important;
    margin: 10px 0 10px !important;
}

.hv26-label--dark-light {
    color: var(--hv-text) !important;
    margin: 10px 0 10px !important;
    font-weight: 400 !important;
}

.hv26-body {
    color: var(--hv-text-muted) !important;
    margin: 0 !important;
}

/* Párrafo con énfasis bold, color oscuro (no muted) */
.hv26-body--bold {
    font-weight: 700 !important;
    color: var(--hv-text);
    margin: 0 !important;
    line-height: 1.5 !important;
}

.hv26-body--green {
    color: var(--hv-green) !important;
    margin: 0 !important;
    font-weight: 400;
    font-size: 1.2em;
}

.hv26-body--soft {
    color: var(--hv-text-soft) !important;
    margin: 0 !important;
    font-weight: 400;
    font-size: 1.2em;
}

.hv26-eyebrow {
    font-size: 0.85em !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--hv-text-soft) !important;
    margin: 0 !important;
}

/* Número de paso decorativo — 01, 02, 03...
   Grande, itálico, color verde muy suave */
.hv26-step-num {
    font-size: 3.5em !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #d4c8b3 !important;
    line-height: 1 !important;
    margin: 0 !important;
    display: block;
}

/* Lista numerada editorial — 01, 02, 03...
   Número en gris claro + texto en text-soft */
.hv26-ol-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv26-ol-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 12px 0 !important;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 400;
}

.hv26-ol-list li:last-child {
    border-bottom: none !important;
}

.hv26-ol-num {
    flex-shrink: 0;
    color: var(--hv-text-faint, #27503b);
    font-size: 0.85em;
    font-weight: 500;
    min-width: 22px;
    padding-top: 2px;
}

/* Icon list variante blanca — sobre fondos de color oscuro */
.hv26-icon-list--white li {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

/* Lista con icono a la izquierda + separador — para features/principios */
.hv26-icon-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv26-icon-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 12px 0 !important;
    border-bottom: var(--hv-border) !important;
    color: var(--hv-text-soft);
    line-height: 1.4;
    font-size: 1.2em;
    font-weight: 400;
}

ul .hv26-body--soft {
    font-size: 1.2em;
}

.hv26-icon-list li:last-child {
    border-bottom: none !important;
}

.hv26-icon-list li img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* ── Listas con separadores verdes ── */
.hv26-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Checklist variante blanca — sobre fondos oscuros con imagen de fondo */
.hv26-checklist--white li {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.18) !important;
    font-size: 1.3em;
    font-weight: 400;
    list-style: none;
    margin: 10px 0;
}

.hv26-list li {
    color: var(--hv-text-list) !important;
    padding: 10px 0 !important;
    border-bottom: var(--hv-border) !important;
    max-width: 100% !important;
    line-height: 1.4 !important;
    font-weight: 400;
    font-size: 1.3em;
}

.hv26-ul-li li {
    font-size: 1.3em;
}

.hv26-list li:last-child {
    border-bottom: none !important;
}

/* Variante: separadores grises sutiles */
.hv26-list--gray li {
    border-bottom: var(--hv-border-light) !important;
}


.hv26-list--green li {
    border-bottom: var(--hv-border) !important;
}


/* ── Checklist con icono ── */
.hv26-checklist {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.hv26-checklist li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: var(--hv-text-list) !important;
    padding: 10px 0 !important;
    border-bottom: var(--hv-border) !important;
    max-width: 100% !important;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 400;
}

.hv26-checklist li:last-child {
    border-bottom: none !important;
}

.hv26-checklist li img {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}

.hv26-checklist-without-lines li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: var(--hv-text-list) !important;
    padding: 10px 0 !important;
    max-width: 100% !important;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 400;
}

.hv26-checklist-without-lines li img {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}

/* ── Cards ── */

/* Card blanca con sombra */
/* Tarjeta de tema editorial — contenedor con borde inferior separador */
.hv26-topic-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px;
}

/* Lista tamaño reducido — para grids de contenido denso / links editoriales */
.hv26-list--sm li {
    font-size: 1em !important;
    padding: 7px 0 !important;
    line-height: 1.35 !important;
}

/* Lista editorial con <p> y separadores — sin usar <ul>/<li> */
.hv26-p-list p {
    padding: 8px 0 !important;
    color: var(--hv-text-soft) !important;
    font-size: 1em !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}

.hv26-card-py {
    background: #ffffff;
    border-radius: var(--hv-radius-lg);
    padding: 60px 40px;
    box-shadow: var(--hv-shadow-card);
    box-sizing: border-box;
}

.hv26-card--cream,
.hv26-card--cream-col .vc_column-inner {
    background: #f9f7f4;
    border-radius: var(--hv-radius-lg);
    padding: 40px;
    box-shadow: var(--hv-shadow-card);
    box-sizing: border-box;
}

.hv26-card,
.hv26-card-col .vc_column-inner {
    background: #ffffff;
    border-radius: var(--hv-radius-lg);
    padding: 40px;
    box-shadow: var(--hv-shadow-card);
    box-sizing: border-box;
}

.hv26-card-col .vc_column-inner {
    padding: 40px !important;
}



/* Card con borde verde */
.hv26-card--bordered {
    background: #ffffff;
    border: 1.5px solid var(--hv-green);
    border-radius: var(--hv-radius-lg);
    padding: 40px;
    box-sizing: border-box;
}

/* Card verde sólido */
.hv26-card--green {
    background: var(--hv-green);
    border-radius: var(--hv-radius-lg);
    padding: 28px 40px;
    box-sizing: border-box;
}

.hv26-card--green p {
    color: #ffffff !important;
}

/* Card oscura con imagen de fondo (genérica) */
.hv26-card--dark {
    border-radius: var(--hv-radius-lg);
    overflow: hidden;
    background:
        var(--hv-overlay-dark),
        center / cover no-repeat;
    /* Agrega background-image inline o con clase específica */
    padding: 32px;
    box-sizing: border-box;
}

/* ── Callout centrado con borde ── */
.hv26-callout {
    width: 100%;
    border: 1.5px solid var(--hv-green);
    border-radius: var(--hv-radius-lg);
    padding: 22px 36px;
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
}

.hv26-callout--left {
    text-align: left;
}

/* ── Botones ── */
.hv26-btn--outline-white {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

.hv26-btn--outline-white:hover {
    background: #ffffff !important;
    color: var(--hv-green) !important;
}

.hv26-btn {
    text-align: center;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 28px !important;
    border-radius: var(--hv-radius-pill) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
    box-sizing: border-box !important;
}

.hv26-btn--solid {
    background: var(--hv-green) !important;
    color: #ffffff !important;
    border: 2px solid var(--hv-green) !important;
}

.hv26-btn--solid:hover {
    background: var(--hv-green-dark) !important;
    border-color: var(--hv-green-dark) !important;
    color: #ffffff !important;
}

.hv26-btn--solid-dark {
    background: var(--hv-text-muted) !important;
    color: #ffffff !important;
    border: 2px solid var(--hv-text-muted) !important;
}

.hv26-btn--solid-dark:hover {
    background: var(--hv-text-muted) !important;
    border-color: var(--hv-text-muted) !important;
    color: #333333 !important;
}

.hv26-btn--outline {
    background: transparent !important;
    color: var(--hv-green) !important;
    border: 2px solid var(--hv-green) !important;
}

.hv26-btn--outline:hover {
    background: var(--hv-green) !important;
    color: #ffffff !important;
}

/* ── Layout helpers ── */
.hv26-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.hv26-col--center {
    justify-content: center;
}

.hv26-col--gap-sm {
    gap: 10px;
}

.hv26-col--gap-md {
    gap: 16px;
}

.hv26-col--gap-lg {
    gap: 24px;
}

/* ── Foto con border-radius ── */
.hv26-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--hv-radius-lg);
    display: block;
}

.hv26-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--hv-text-soft) !important;
    font-size: 1em;
}

.hv26-d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.hv26-meta img {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* ── Badge / Etiqueta ── */
.hv26-badge {
    background: var(--hv-green);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 12px 32px;
    border-radius: var(--hv-radius-pill);
    display: inline-block;
    white-space: nowrap;
}

.hv26-photo--flush img {
    border-radius: 0 !important;
    height: 100%;
}

.hv26-mx-2 {
    margin: 0 30px !important;
}

.hv26-d-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.hv26-d-end {
    align-items: flex-end;
    text-align: right;
}

@media (min-width: 1600px) {
    .hv26-mx-100 {
        margin: 0 100px !important;
    }
}

/* ══════════════════════════════
   RESPONSIVE GLOBAL ≤ 1400px
══════════════════════════════ */
@media (min-width: 1400px) {

    .hv26-list li,
    .hv26-checklist--white li,
    .hv26-accordion--cards .hv26-accordion__trigger,
    .hv26-icon-list li,
    .hv26-accordion__panel p,
    .hv26-faq-nav__item,
    ul .hv26-body--soft,
    .hv26-ul-li li,
    .hv26-ol-list li {
        font-size: 1.7em !important;
    }

    .hv26-p-fullrow {
        padding: 120px 150px !important;
    }

    .hv26-checklist li,
    .hv26-checklist-without-lines li {
        font-size: 1.7em !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .hv26-col-max-width {
        max-width: 400px;
    }

    .hv26-ol-list li {
        padding: 0;
    }

    .ul-li li {
        font-size: 1.4em !important;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .row-p-hv-2026 {
        padding: 20px 60px !important;
    }
}

/* ══════════════════════════════
   RESPONSIVE GLOBAL ≤ 768px
══════════════════════════════ */
@media (max-width: 768px) {
    .hv26-title {
        text-align: center;
    }

    .hv26-d-end {
        align-items: center;
        text-align: center;
    }

    .hv-26-order-2 {
        order: 2;
    }

    .hv26-d-flex {
        gap: 40px;

    }

    .hv26-br-2-right,
    .hv26-br-2-right .vc_column-inner {
        border-radius: 20px !important;
    }

    .hv26-d-grid-2 {
        grid-template-columns: 1fr;
    }

    .hv26-d-grid-5 {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .hv26-txt-right {
        text-align: center !important;
    }

    .hv26-txt-left {
        text-align: center !important;
    }

    .txt-center-phone {
        text-align: center !important;
    }

    .h1-div {
        font-size: 1.3em !important;
    }

    .hv26-py30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .hv26-card--cream,
    .hv26-card--cream-col .vc_column-inner {
        padding: 40px 20px !important;
    }

    .hv26-card,
    .hv26-card-col .vc_column-inner {
        padding: 40px 20px !important;
    }

    .hv26-p100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .blog_archive article {
        min-height: auto !important;
    }

    .hv26-full-height .wpb_column {
        height: auto !important;
    }

    .hv26-stretch-col-no {
        padding: 20px 40px !important;
    }

    .p-phone {
        padding: 20px 40px !important;
    }

    .m-phone {
        margin: 20px 40px !important;
    }

    .hv26-px-2-mb {
        padding: 40px !important;
    }

    .hv26-px60 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .hv26-px60-all {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .hv26-d-grid-3-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hv26-faq-layout {
        flex-direction: column !important;
    }

    .hv26-faq-sidebar {
        flex: none !important;
        width: 100% !important;
        position: static !important;
    }

    .hv26-faq-nav {
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px;
    }

    .hv26-faq-nav__item {
        border-left: none !important;
        border-radius: 20px;
        background: #f9f7f4;
        padding: 6px 16px !important;
        font-size: 1.2em;
    }

    .hv26-faq-nav__item.hv-active {
        background: var(--hv-green) !important;
        color: #fff !important;
    }

    .hv26-bg-pos-cover,
    .hv26-bg-pos-cover .vc_column-inner {
        background-size: inherit !important;
    }

    .hv26-col-flex {
        display: block !important;
    }

    .hv26-bg-image {
        background: #e7e5e0 !important;
    }

    .hv26-py100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .hv26-px40 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .hv26-py100 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .hv26-py60 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .hv26-bg-none,
    .hv26-bg-none .wpb_wrapper .vc_row {
        background: white !important;
    }

    .hv26-oma__cards {
        display: block;
    }

    .hv26-oma__card {
        aspect-ratio: 16 / 9;
        margin: 10px 0;
    }

    .hv26-photo--flush img {
        min-height: 300px;
        height: 300px;
    }

    .hv26-bg-pos-top .vc_column-inner {
        background-size: cover !important;
    }

    .hv26-p-fullrow {
        padding: 50px !important;
    }

    .hv26-callout--ghost {
        padding: 18px 20px;
        border-radius: var(--hv-radius-sm);
    }

    .hv26-accordion__trigger {
        font-size: 1.2em;
    }

    .hv26-slider {
        padding: 0 30px 24px;
    }

    .hv26-slider__arrow {
        width: 30px;
        height: 30px;
    }

    .hv26-btn--chip {
        width: max-content !important;
        text-align: center;
        min-width: 240px;
    }

    .hv26-lead {
        font-size: 1.2em !important;
        line-height: 1.2 !important;
    }

    .hv26-callout {
        padding: 18px 20px;
        border-radius: var(--hv-radius-sm);
    }

    .hv26-btn {
        width: 90% !important;
        margin: auto;
        display: block !important;
    }

    .hv26-photo img {
        border-radius: var(--hv-radius-sm);
        height: 260px;
    }

    /* Foto sin border-radius — para fotos edge-to-edge en columna */
    .hv26-title,
    .hv26-title--white {
        font-size: 2em !important;
    }

    .hv26-title--light {
        font-size: 2em !important;
    }
}

/* ══════════════════════════════════════════
   BOTONES — variantes adicionales
══════════════════════════════════════════ */

/* Blanco con borde verde */
.hv26-btn--white {
    background: #ffffff !important;
    color: var(--hv-green) !important;
    border: 1.5px solid var(--hv-green) !important;
}

.hv26-btn--white:hover {
    background: var(--hv-green) !important;
    color: #ffffff !important;
}

/* Verde oscuro, padding generoso */
.hv26-btn--dark {
    background: var(--hv-green) !important;
    color: #ffffff !important;
    border: 2px solid var(--hv-green) !important;
    padding: 18px 28px !important;
}

.hv26-btn--dark:hover {
    background: #ffffff !important;
    color: var(--hv-green) !important;
    border-color: var(--hv-green) !important;
}

/* Crema / neutro cálido */
.hv26-btn--cream {
    background: #d5c8b5 !important;
    color: #111111 !important;
    border: 1.5px solid #d5c8b5 !important;
    min-width: 130px;
}

.hv26-btn--cream:hover {
    background: var(--hv-green) !important;
    color: #ffffff !important;
    border-color: var(--hv-green) !important;
}

/* Chip / pill beige */
.hv26-btn--chip {
    background: #f9f7f4 !important;
    color: #3a3a3a !important;
    border: 1.5px solid #f9f7f4 !important;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 18px 28px !important;
    font-weight: 400 !important;
}

.hv26-btn--chip:hover {
    background: var(--hv-green) !important;
    border-color: var(--hv-green) !important;
    color: #ffffff !important;
}


/* ══════════════════════════════════════════
   UTILIDADES DE COLOR Y TEXTO
══════════════════════════════════════════ */
.hv26-txt-white,
.hv26-txt-white h1,
.hv26-txt-white h2,
.hv26-txt-white h3,
.hv26-txt-white p {
    color: #ffffff !important;
}

.hv26-c-green,
.hv26-c-green h1,
.hv26-c-green h2,
.hv26-c-green h3 {
    color: var(--hv-green) !important;
}

.hv26-t-bold,
.hv26-t-bold h1,
.hv26-t-bold h2,
.hv26-t-bold h3 {
    font-weight: 700 !important;
}

.hv26-text-center {
    text-align: center !important;
}

.hv26-no-padding .vc_column-inner {
    padding: 0 !important;
}


/* ══════════════════════════════════════════
   ACORDEÓN GENÉRICO
   Reemplaza: hv26-care__accordion + hv26-faq
══════════════════════════════════════════ */
.hv26-accordion {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv26-accordion__item {
    border-bottom: 1px solid var(--hv-green);
    overflow: hidden;
}

.hv26-accordion__item:last-child {
    border-bottom: none !important;
}

.hv26-accordion__trigger {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 16px 0 !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    text-align: left !important;
    color: var(--hv-text) !important;
    font-size: 1.4em;
    font-family: inherit;
    line-height: 1.4;
}

.hv26-accordion__trigger:hover {
    color: var(--hv-green) !important;
}

.hv26-accordion__arrow {
    flex-shrink: 0;
    color: var(--hv-green);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.hv26-accordion__item--open .hv26-accordion__arrow {
    transform: rotate(180deg);
}

.hv26-accordion__panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, padding 0.3s ease;
}

.hv26-accordion__item--open .hv26-accordion__panel {
    max-height: 400px;
    padding-bottom: 16px;
}

.hv26-accordion__panel p {
    color: #666 !important;
    margin: 0 !important;
    font-size: 1.2em;
    line-height: 1.75;
}


/* ══════════════════════════════════════════
   SLIDER / TESTIMONIAL GENÉRICO
══════════════════════════════════════════ */
.hv26-slider {
    position: relative;
    width: 100%;
    padding: 20px 60px 40px;
    box-sizing: border-box;
    text-align: center;
}

.hv26-slider__track {
    position: relative;
    min-height: 200px;
}

.hv26-slider__slide {
    display: none;
    flex-direction: column;
    align-items: center;
    animation: hv26FadeIn .4s ease;
}

.hv26-slider__slide.hv26-active {
    display: flex;
}

.hv26-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f9f7f4 !important;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .2s ease;
}

.hv26-slider__arrow:hover {
    color: var(--hv-green);
}

.hv26-slider__arrow--prev {
    left: 0;
}

.hv26-slider__arrow--next {
    right: 0;
}

.hv26-slider__divider {
    width: 33%;
    height: 2px;
    background: var(--hv-green);
    margin: 28px auto 0;
    border-radius: 2px;
}


/* ══════════════════════════════════════════
   PHASE LABEL (Phase 1, 2, 3…)
   Reutilizable en páginas con fases
══════════════════════════════════════════ */
.hv26-phase-label {
    display: block;
    font-size: 2.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.90);
    margin: 0;
}

.hv26-phase-title {
    display: block;
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.2;
    margin: 0;
}

/* Variante sobre fondo claro */
.hv26-phase-title--dark {
    color: var(--hv-green) !important;
}

.hv26-lead {
    font-size: 1.4em !important;
    line-height: 1.2 !important;
    color: var(--hv-text) !important;
    margin: 0 !important;
    font-weight: 400;
}