/* ========================================================
   Home Sections V2 - GSF Hotels
   ======================================================== */

.main_title {
    position: relative;
    margin-bottom: 40px;
}

.main_title::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.7), rgba(255,255,255,0.15));
    margin: 0 auto 20px;
}

.main_title h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.main_title h2 span {
    color: #A0C4DA;
}

.main_title p {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

/* --- CATEGORIES GRID: cards premium --- */
.categories_grid a {
    border-radius: 14px !important;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.categories_grid a:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.categories_grid a img {
    transition: transform 0.5s ease;
}

.categories_grid a:hover img {
    transform: scale(1.06);
}

.categories_grid a .wrapper {
    background: transparent !important;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.35) 40%,
        transparent 100%
    ) !important;
    padding: 24px 20px 28px !important;
    transition: background 0.3s ease;
}

.categories_grid a:hover .wrapper {
    background: linear-gradient(
        to top,
        rgba(35, 44, 55, 0.88) 0%,
        rgba(47, 58, 72, 0.5) 50%,
        transparent 100%
    ) !important;
}

.categories_grid a .wrapper h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
    text-shadow: none;
    letter-spacing: 0;
}

.categories_grid a .wrapper p {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.02em;
}

/* --- HR modernizado --- */
.container.margin_60 > hr,
.container.margin_60 hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
    margin: 48px 0;
}

/* --- Simetría: forzar alturas iguales en el mosaic --- */
.categories_grid > .col-sm-12.col-md-6 > a {
    height: 100%;
}

.categories_grid > .col-sm-12.col-md-6 > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories_grid > .col-sm-12.col-md-6:first-child {
    display: flex;
}

.categories_grid > .col-sm-12.col-md-6:nth-child(2) .row {
    height: 100%;
}

.categories_grid > .col-sm-12.col-md-6:nth-child(2) .row > [class*="col-"] a {
    height: 100%;
}

.categories_grid > .col-sm-12.col-md-6:nth-child(2) .row > [class*="col-"] a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .main_title h2 {
        font-size: 24px;
    }
    .main_title p {
        font-size: 13px;
    }
    .categories_grid a .wrapper h2 {
        font-size: 16px;
    }
}

/* --- Inversionistas/Sustentabilidad cards v2 --- */

/* Cada card */
.container.margin_60 > .row > .col-lg-6.col-md-6.text-center {
    background: rgba(47, 58, 72, 0.25);
    border-radius: 14px;
    padding: 28px 24px 24px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(160, 196, 218, 0.08);
    margin-bottom: 16px;
}

.container.margin_60 > .row > .col-lg-6.col-md-6.text-center:hover {
    background: rgba(47, 58, 72, 0.4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* Imagen rounded */
.container.margin_60 > .row > .col-lg-6.col-md-6.text-center img.img-fluid {
    border-radius: 12px;
}

/* Titulo */
.container.margin_60 > .row > .col-lg-6.col-md-6.text-center h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
}

.container.margin_60 > .row > .col-lg-6.col-md-6.text-center h4 span {
    color: #A0C4DA;
}

/* Descripcion */
.container.margin_60 > .row > .col-lg-6.col-md-6.text-center > p {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Tipografia global */
.container.margin_60 { font-size: 16px; }
.main_title p { font-size: 16px; }
.tr-hero-v2__inner p { font-size: 16px; line-height: 1.6; }

/* --- Botones globales (unificado) --- */
.btn_1.outline {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgba(160, 196, 218, 0.3);
    color: #A0C4DA;
    text-transform: none;
    letter-spacing: 0.02em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    overflow: visible;
    transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn_1.outline:hover {
    background: rgba(160, 196, 218, 0.15);
    border-color: rgba(160, 196, 218, 0.4);
    color: #A0C4DA;
    text-decoration: none;
}

.btn_1.outline .tr-arrow,
.tr-hero-v2__link .tr-arrow {
    display: block;
    overflow: visible;
    flex-shrink: 0;
    width: 22px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn_1.outline:hover .tr-arrow,
.tr-hero-v2__link:hover .tr-arrow {
    width: 36px;
}

/* --- Gap Inversionistas/Sustentabilidad --- */
.container.margin_60 > .row > .col-lg-6.col-md-6.text-center {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}

.container.margin_60 > .row > .col-lg-6.col-md-6.text-center:first-child {
    margin-right: 12px;
}

.container.margin_60 > .row > .col-lg-6.col-md-6.text-center:last-child {
    margin-left: 12px;
}

@media (max-width: 767px) {
    .container.margin_60 > .row > .col-lg-6.col-md-6.text-center {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

/* --- Box News Krystal (definitivo) --- */

/* Card container */
a.box_news {
    background: rgba(47, 58, 72, 0.25);
    border-radius: 14px;
    border: 1px solid rgba(160, 196, 218, 0.08);
    color: #fff;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 24px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

a.box_news:hover {
    background: rgba(47, 58, 72, 0.4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none;
}

/* Figure: altura 100% del card, no fija 150px */
a.box_news figure {
    height: 100% !important;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    margin: 0;
}

a.box_news figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: static !important;
    transform: none !important;
}

/* Titulo */
a.box_news h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

/* Descripcion */
a.box_news > p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin-bottom: 12px;
}

/* Boton dentro de box_news - override legacy border-width:0!important */
a.box_news p.btn_1.outline {
    background: transparent !important;
    border: 1px solid rgba(160, 196, 218, 0.3) !important;
    border-width: 1px !important;
    color: #A0C4DA !important;
    padding: 12px 32px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 8px;
    cursor: pointer;
}

a.box_news p.btn_1.outline:hover {
    background: rgba(160, 196, 218, 0.15) !important;
    border-color: rgba(160, 196, 218, 0.4) !important;
}

/* Responsive */
@media (max-width: 767px) {
    a.box_news {
        padding: 0 0 20px;
        text-align: center;
    }
    a.box_news figure {
        border-radius: 14px 14px 0 0;
        margin-bottom: 16px;
    }
    a.box_news h4,
    a.box_news > p,
    a.box_news p.btn_1.outline {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* --- Promo Full (parallax) modernizado --- */
.promo_full {
    border-radius: 16px;
    overflow: hidden;
    margin: 0 24px;
}

.promo_full_wp > div {
    background: linear-gradient(
        180deg,
        rgba(35, 44, 55, 0.85) 0%,
        rgba(26, 34, 48, 0.75) 100%
    );
    padding: 8% 12%;
}

.promo_full_wp div h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 20px;
}

.promo_full_wp div p {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 28px;
}

/* Play button */
.promo_full_wp div a.video i {
    font-size: 64px;
    color: #A0C4DA;
    transition: color 0.3s ease, transform 0.3s ease;
}

.promo_full_wp div a:hover i {
    color: #fff;
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .promo_full {
        margin: 0 12px;
        border-radius: 12px;
    }
    .promo_full_wp > div {
        padding: 12% 8%;
    }
    .promo_full_wp div h3 {
        font-size: 26px;
    }
    .promo_full_wp div a.video i {
        font-size: 48px;
    }
}

/* --- Banner Vacantes (Trabaja con nosotros) --- */
.banner_2 {
    border-radius: 16px;
    overflow: hidden;
}

.banner_2 .wrapper {
    background: linear-gradient(
        135deg,
        rgba(35, 44, 55, 0.88) 0,
        rgba(26, 34, 48, 0.65) 100%
    ) !important;
    height: 100%;
}

.banner_2 .wrapper h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: none;
}

.banner_2 .wrapper p {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 20px;
}

.banner_2 .wrapper a.btn_1 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #A0C4DA, #7EB0C4);
    color: #1A2230;
    border: none;
    text-transform: none;
    letter-spacing: 0.02em;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.banner_2 .wrapper a.btn_1:hover {
    opacity: 0.85;
    color: #1A2230;
    text-decoration: none;
}

@media (max-width: 768px) {
    .banner_2 .wrapper h3 {
        font-size: 24px;
    }
}

/* --- Animacion flecha btn_1 solido --- */
.banner_2 a.btn_1 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.banner_2 a.btn_1 .tr-arrow {
    display: block;
    overflow: visible;
    flex-shrink: 0;
    width: 22px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner_2 a.btn_1:hover .tr-arrow {
    width: 36px;
}

/* --- Logos Hoteles + Empresas (fixed) --- */
.white_bg {
    background: rgba(47, 58, 72, 0.35) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(160, 196, 218, 0.08);
}

.white_bg .row-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.white_bg img {
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: grayscale(0.3);
}

.white_bg img:hover {
    opacity: 1;
    transform: scale(1.08);
    filter: grayscale(0);
}

.white_bg p:empty {
    margin: 0;
    padding: 0;
    height: 0;
}

@media (max-width: 768px) {
    .white_bg {
        border-radius: 12px !important;
    }
}

/* --- Logos tamaño uniforme --- */
.white_bg .row-logos .col-md-2 {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.white_bg .row-logos .col-md-2 img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
}

/* --- Información Financiera (definitivo) --- */

.fi-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fi-year-card {
    background: rgba(47, 58, 72, 0.18);
    border: 1px solid rgba(160, 196, 218, 0.08);
    border-radius: 16px;
    padding: 28px;
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.fi-year-label {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #A0C4DA;
    min-width: 80px;
    padding-top: 6px;
    flex-shrink: 0;
    letter-spacing: -0.02em;
}

.fi-quarters {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    flex: 1;
}

.fi-quarter {
    background: rgba(26, 34, 48, 0.35);
    border-radius: 12px;
    padding: 16px;
    min-width: 150px;
    flex: 1 1 150px;
}

.fi-quarter.fi-annual {
    border: 1px solid rgba(160, 196, 218, 0.15);
    background: rgba(160, 196, 218, 0.05);
}

.fi-q-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Pills de documentos */
.fi-doc {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 6px;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.fi-doc:hover {
    background: rgba(160, 196, 218, 0.12);
    border-color: rgba(160, 196, 218, 0.25);
    color: #A0C4DA;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(160, 196, 218, 0.1);
    transform: translateY(-1px);
    text-decoration: none;
}

.fi-doc.fi-doc-annual {
    color: #A0C4DA;
    border-color: rgba(160, 196, 218, 0.15);
}

.fi-doc .fi-pdf {
    flex-shrink: 0;
    opacity: 0.4;
    transition: opacity 0.25s ease;
}

.fi-doc:hover .fi-pdf {
    opacity: 1;
}

.fi-empty {
    color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding: 8px 0;
    display: block;
}

@media (max-width: 768px) {
    .fi-year-card {
        flex-direction: column;
        padding: 16px;
        gap: 12px;
    }
    .fi-year-label {
        font-size: 26px;
    }
    .fi-quarters {
        gap: 10px;
    }
    .fi-quarter {
        min-width: 100%;
    }
}

/* --- HR global --- */
hr {
    border: none !important;
    border-top: none !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent) !important;
    margin: 32px 0 !important;
}

/* --- Comunicados de Prensa / Press Releases v3 --- */
.press-releases { position: relative; }
.pr-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid rgba(160, 196, 218, 0.08); }
.pr-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 12px; background: rgba(47, 58, 72, 0.25); border: 1px solid rgba(160, 196, 218, 0.08); color: rgba(255, 255, 255, 0.45); font-family: 'Red Hat Display', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); outline: none; letter-spacing: 0.3px; }
.pr-pill:hover { background: rgba(47, 58, 72, 0.45); color: rgba(255, 255, 255, 0.75); border-color: rgba(160, 196, 218, 0.18); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
.pr-pill.pr-active { background: rgba(160, 196, 218, 0.1); color: #A0C4DA; border-color: rgba(160, 196, 218, 0.3); box-shadow: 0 0 20px rgba(160, 196, 218, 0.08); }
.pr-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 7px; background: rgba(160, 196, 218, 0.1); color: rgba(160, 196, 218, 0.5); font-size: 11px; font-weight: 700; line-height: 1; transition: all 0.3s ease; }
.pr-pill.pr-active .pr-count { background: rgba(160, 196, 218, 0.18); color: #A0C4DA; }
.pr-panel { display: none; }
.pr-panel.pr-visible { display: block; animation: prFadeIn 0.3s ease; }
@keyframes prFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.pr-item { display: flex; align-items: center; gap: 20px; padding: 18px 24px; margin-bottom: 4px; border-radius: 14px; background: rgba(47, 58, 72, 0.15); border: 1px solid rgba(160, 196, 218, 0.04); text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; }
.pr-item:hover { background: rgba(47, 58, 72, 0.35); border-color: rgba(160, 196, 218, 0.12); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); transform: translateY(-1px); text-decoration: none; }
.pr-item:hover .pr-date { color: #A0C4DA; border-color: rgba(160, 196, 218, 0.25); }
.pr-item:hover .pr-pdf { background: rgba(160, 196, 218, 0.15); border-color: rgba(160, 196, 218, 0.35); }
.pr-date { flex-shrink: 0; width: 110px; font-family: 'Red Hat Display', sans-serif; font-size: 13px; font-weight: 500; color: rgba(160, 196, 218, 0.5); letter-spacing: 0.2px; padding-right: 20px; border-right: 1px solid rgba(160, 196, 218, 0.08); transition: all 0.3s ease; }
.pr-desc { flex: 1; font-family: 'Red Hat Display', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.75); line-height: 1.5; }
.pr-pdf { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: rgba(160, 196, 218, 0.06); border: 1px solid rgba(160, 196, 218, 0.1); transition: all 0.3s ease; }
.pr-empty { font-family: 'Red Hat Display', sans-serif; font-size: 14px; color: rgba(255, 255, 255, 0.3); text-align: center; padding: 50px 20px; background: rgba(47, 58, 72, 0.1); border-radius: 14px; border: 1px dashed rgba(160, 196, 218, 0.1); }
@media (max-width: 991px) { .pr-nav { gap: 8px; } .pr-pill { padding: 8px 16px; font-size: 14px; } .pr-item { padding: 14px 18px; gap: 14px; } }
@media (max-width: 767px) { .pr-nav { gap: 6px; margin-bottom: 24px; padding-bottom: 18px; } .pr-pill { padding: 7px 14px; font-size: 13px; border-radius: 10px; } .pr-count { min-width: 18px; height: 18px; font-size: 10px; border-radius: 6px; } .pr-item { flex-wrap: wrap; padding: 14px 16px; gap: 8px; border-radius: 12px; } .pr-date { width: auto; border-right: none; padding-right: 0; font-size: 12px; order: 1; } .pr-pdf { width: 34px; height: 34px; border-radius: 8px; order: 2; margin-left: auto; } .pr-desc { width: 100%; font-size: 13px; order: 3; } }

/* --- BMV contact section --- */
.bmv-contact { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(160, 196, 218, 0.08); }
.bmv-contact-text { font-family: 'Red Hat Display', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.45); line-height: 1.7; margin-bottom: 24px; }
.bmv-contact-card { background: rgba(47, 58, 72, 0.25); border: 1px solid rgba(160, 196, 218, 0.08); border-radius: 14px; padding: 24px 28px; max-width: 420px; }
.bmv-contact-name { font-family: 'Red Hat Display', sans-serif; font-size: 16px; font-weight: 700; color: rgba(255, 255, 255, 0.9); margin-bottom: 4px; }
.bmv-contact-role { font-family: 'Red Hat Display', sans-serif; font-size: 13px; font-weight: 500; color: #A0C4DA; margin-bottom: 14px; }
.bmv-contact-info { font-family: 'Red Hat Display', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.5); margin-bottom: 4px; }
.bmv-contact-info a { color: rgba(160, 196, 218, 0.7); text-decoration: none; transition: color 0.2s ease; }
.bmv-contact-info a:hover { color: #A0C4DA; }

/* --- Gobierno Corporativo v2 --- */
.gc-bylaws { display: inline-flex; align-items: center; gap: 12px; padding: 16px 28px; border-radius: 14px; background: rgba(47, 58, 72, 0.3); border: 1px solid rgba(160, 196, 218, 0.12); color: #A0C4DA; font-family: 'Red Hat Display', sans-serif; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); margin-bottom: 40px; }
.gc-bylaws:hover { background: rgba(47, 58, 72, 0.5); border-color: rgba(160, 196, 218, 0.3); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2); transform: translateY(-1px); color: #A0C4DA; text-decoration: none; }
.gc-bylaws .gc-doc-icon { color: #A0C4DA; }
.gc-boards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 32px; }
.gc-board { background: rgba(47, 58, 72, 0.2); border: 1px solid rgba(160, 196, 218, 0.06); border-radius: 16px; padding: 28px; }
.gc-board-title { font-family: 'Red Hat Display', sans-serif; font-size: 20px; font-weight: 700; color: rgba(255, 255, 255, 0.9); margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid rgba(160, 196, 218, 0.1); }
.gc-board-title-sub { margin-top: 32px; }
.gc-members { display: flex; flex-direction: column; gap: 6px; }
.gc-member { display: flex; align-items: center; gap: 14px; padding: 10px 14px; border-radius: 10px; transition: background 0.2s ease; }
.gc-member:hover { background: rgba(47, 58, 72, 0.3); }
.gc-member-name { font-family: 'Red Hat Display', sans-serif; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.85); line-height: 1.3; }
.gc-member-role { font-family: 'Red Hat Display', sans-serif; font-size: 12px; font-weight: 400; color: rgba(160, 196, 218, 0.5); margin-top: 2px; }
.gc-badge { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 8px; border-radius: 8px; font-family: 'Red Hat Display', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.3px; line-height: 1; }
.gc-badge-p { background: rgba(160, 196, 218, 0.15); color: #A0C4DA; border: 1px solid rgba(160, 196, 218, 0.25); }
.gc-badge-ci { background: rgba(47, 58, 72, 0.4); color: rgba(255, 255, 255, 0.5); border: 1px solid rgba(160, 196, 218, 0.08); }
.gc-badge-c { background: rgba(47, 58, 72, 0.4); color: rgba(255, 255, 255, 0.6); border: 1px solid rgba(160, 196, 218, 0.1); }
.gc-badge-m { background: rgba(47, 58, 72, 0.3); color: rgba(255, 255, 255, 0.45); border: 1px solid rgba(160, 196, 218, 0.06); }
.gc-legend { display: flex; flex-wrap: wrap; gap: 20px; padding: 20px 24px; border-radius: 12px; background: rgba(47, 58, 72, 0.15); border: 1px solid rgba(160, 196, 218, 0.06); }
.gc-legend-item { display: flex; align-items: center; gap: 8px; font-family: 'Red Hat Display', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.5); }
.gc-legend .gc-badge { min-width: 28px; height: 28px; font-size: 10px; border-radius: 6px; }
@media (max-width: 767px) { .gc-boards { grid-template-columns: 1fr; gap: 20px; } .gc-board { padding: 20px; } .gc-board-title { font-size: 18px; } .gc-member { gap: 10px; padding: 8px 10px; } .gc-member-name { font-size: 13px; } .gc-legend { gap: 14px; padding: 16px 18px; } .gc-bylaws { font-size: 14px; padding: 14px 22px; } }

/* --- Cobertura de Analistas v2 --- */
.ac-grid { display: grid; grid-template-columns: repeat(2, minmax(300px, 420px)); gap: 20px; justify-content: center; }
.ac-card { background: rgba(47, 58, 72, 0.2); border: 1px solid rgba(160, 196, 218, 0.06); border-radius: 14px; padding: 24px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.ac-card:hover { background: rgba(47, 58, 72, 0.35); border-color: rgba(160, 196, 218, 0.12); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15); transform: translateY(-2px); }
.ac-firm { font-family: 'Red Hat Display', sans-serif; font-size: 11px; font-weight: 700; color: #A0C4DA; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 6px; }
.ac-analyst { font-family: 'Red Hat Display', sans-serif; font-size: 18px; font-weight: 700; color: rgba(255, 255, 255, 0.9); margin-bottom: 16px; }
.ac-contact { display: flex; flex-direction: column; gap: 8px; }
.ac-link { display: inline-flex; align-items: center; gap: 8px; font-family: 'Red Hat Display', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.5); text-decoration: none; transition: color 0.2s ease; }
.ac-link:hover { color: #A0C4DA; text-decoration: none; }
.ac-icon { flex-shrink: 0; color: rgba(160, 196, 218, 0.4); transition: color 0.2s ease; }
.ac-link:hover .ac-icon { color: #A0C4DA; }
@media (max-width: 767px) { .ac-grid { grid-template-columns: 1fr; } .ac-card { padding: 20px; } .ac-analyst { font-size: 16px; } }

/* --- Interior hero parallax overlay v2 --- */
.parallax-content-1 { background: linear-gradient(135deg, rgba(35, 44, 55, 0.55) 0%, rgba(47, 58, 72, 0.35) 40%, rgba(35, 44, 55, 0.5) 100%); }
.parallax-content-1 div h1 { font-family: 'Red Hat Display', sans-serif; text-shadow: none; letter-spacing: 0.02em; }
.parallax-content-1 div h1:before, .parallax-content-1 div h1:after { background: rgba(160, 196, 218, 0.4); }

/* --- Parallax hero centering fix --- */
.parallax-content-1 div h1 { padding-top: 0; margin-top: 0; margin-bottom: 0; }



/* --- Contact form v2 (cf-*) --- */
.cf-header { margin-bottom: 28px; }
.cf-title { font-family: 'Red Hat Display', sans-serif; font-size: 24px; font-weight: 700; color: rgba(255, 255, 255, 0.9); margin-bottom: 6px; }
.cf-subtitle { font-family: 'Red Hat Display', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.4); }
.cf-form-wrap { background: rgba(47, 58, 72, 0.2); border: 1px solid rgba(160, 196, 218, 0.06); border-radius: 16px; padding: 28px; }
.cf-field { margin-bottom: 18px; }
.cf-label { display: block; font-family: 'Red Hat Display', sans-serif; font-size: 12px; font-weight: 600; color: rgba(160, 196, 218, 0.5); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 6px; }
.cf-input { width: 100%; padding: 12px 16px; border-radius: 10px; background: rgba(47, 58, 72, 0.3); border: 1px solid rgba(160, 196, 218, 0.1); color: rgba(255, 255, 255, 0.85); font-family: 'Red Hat Display', sans-serif; font-size: 14px; transition: border-color 0.3s ease, background 0.3s ease; outline: none; }
.cf-input:focus { border-color: rgba(160, 196, 218, 0.35); background: rgba(47, 58, 72, 0.4); }
.cf-input::placeholder { color: rgba(255, 255, 255, 0.25); }
.cf-textarea { min-height: 160px; resize: vertical; }
.cf-submit { display: inline-flex; align-items: center; padding: 12px 32px; border-radius: 10px; background: rgba(160, 196, 218, 0.15); border: 1px solid rgba(160, 196, 218, 0.25); color: #A0C4DA; font-family: 'Red Hat Display', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.cf-submit:hover { background: rgba(160, 196, 218, 0.25); border-color: rgba(160, 196, 218, 0.4); box-shadow: 0 4px 16px rgba(160, 196, 218, 0.1); transform: translateY(-1px); }
.bmv-contact-info .ac-icon { margin-right: 6px; vertical-align: middle; }
@media (max-width: 767px) { .cf-form-wrap { padding: 20px; } .cf-title { font-size: 20px; } }

/* --- Sustentabilidad v2 (sus-*) --- */
.sus-section { display: flex; align-items: stretch; padding: 24px 0; flex-wrap: wrap; }
.sus-img { border-radius: 14px; width: 100%; height: 100%; object-fit: cover; }
.sus-title { font-family: 'Red Hat Display', sans-serif; font-size: 22px; font-weight: 700; color: rgba(255, 255, 255, 0.9); letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 16px; }

.sus-section-auto { align-items: flex-start; }
.sus-section [class*="col-md"] { padding: 0 24px; }
.sus-section p, .sus-section li { font-family: "Red Hat Display", sans-serif; font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.7); }
.sus-section ul { padding-left: 20px; }
.sus-section li { margin-bottom: 8px; }
