/* =============================================
   SOMOS GRE — BANNER
============================================= */
.gv-gre-banner {
    background-color: #C47F59;
    overflow: hidden;
}

.gv-gre-banner__inner {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 52px 0 52px 40px;
    min-height: 640px;
    gap: 52px;
    align-items: center;
}

.gv-gre-banner__content {
    flex: 1;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 42px;
}

.gv-gre-banner__title {
    font-family: var(--font-titulo);
    font-size: 28px;
    color: var(--color-blanco);
    line-height: 1.35;
    margin-bottom: 0;
}

.gv-gre-banner__title--bold {
    font-weight: 600;
}

.gv-gre-banner__title em {
    font-weight: 300;
    font-style: italic;
}

.gv-gre-banner__text {
    font-family: var(--font-texto);
    font-size: 25px;
    font-weight: 300;
    color: var(--color-blanco);
    line-height: 1.55;
    margin-bottom: 0;
}

.gv-gre-banner__image {
    width: 42%;
    height: 540px;
    flex-shrink: 0;
    margin-right: calc(-1 * max(0px, (100vw - 1280px) / 2));
}

.gv-gre-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* =============================================
   CONFIANZA + VALORES
============================================= */
.gv-valores {
    background-color: var(--color-blanco);
    padding: 60px 0;
    overflow-x: hidden;
}

.gv-valores__inner {
    display: flex;
    gap: 84px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: flex-start;
}

.gv-valores__left {
    width: 31%;
    flex-shrink: 0;
}

.gv-valores__image {
    width: 100%;
    overflow: hidden;
}

.gv-valores__image img {
    width: 100%;
    height: auto;
    display: block;
}

.gv-valores__confianza {
    font-family: var(--font-titulo);
    font-size: 24px;
    color: #524D4A;
    line-height: 1.15;
    margin-top: 24px;
    text-align: center;
}

.gv-valores__confianza--bold {
    font-weight: 600;
}

.gv-valores__confianza em {
    font-weight: 300;
    font-style: italic;
}

/* Columna derecha — header + items */
.gv-valores__right {
    flex: 1;
    padding-top: 4px;
}

.gv-valores__header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 36px 0;
}

.gv-valores__heading {
    font-family: var(--font-titulo);
    line-height: 0.95;
    white-space: nowrap;
    flex-shrink: 0;
}

.gv-valores__heading--bold {
    font-size: 29px;
    font-weight: 600;
}

.gv-valores__heading--light {
    font-size: 29px;
    font-weight: 300;
    font-style: italic;
}

.gv-valores__line {
    flex: 1;
    height: 3px;
    background-color: #524D4A;
    position: relative;
}

.gv-valores__line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #524D4A;
}

.gv-valores__items {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.gv-valores__item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.gv-valores__item-icon {
    flex-shrink: 0;
}

.gv-valores__item-icon img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.gv-valores__item-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gv-valores__item-title {
    font-family: var(--font-titulo);
    font-size: 23px;
    font-weight: 500;
    color: #524D4A;
    line-height: 1.2;
    margin: 0;
}

.gv-valores__item-text {
    font-family: var(--font-texto);
    font-size: 21px;
    font-weight: 300;
    color: #524D4A;
    line-height: 1.42;
    margin: 0;
}

/* =============================================
    NUESTRO EQUIPO
============================================= */
.gv-lideres {
    background-color: var(--color-blanco);
    padding: 24px 0 72px;
    overflow: hidden;
}

.gv-lideres__header {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 max(40px, calc((100vw - 1280px) / 2 + 40px)) 0 0;
}

.gv-lideres__line {
    flex: 1;
    height: 3px;
    background-color: #524D4A;
}

.gv-lideres__heading {
    font-family: var(--font-titulo);
    line-height: 0.95;
    text-align: left;
    white-space: nowrap;
    flex-shrink: 0;
}

.gv-lideres__heading--bold {
    font-size: 28px;
    font-weight: 600;
}

.gv-lideres__heading--light {
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
}

.gv-lideres__carousel {
    max-width: 1080px;
    margin: 44px auto 0;
    --gv-carousel-side-padding: 92px;
    --gv-carousel-bottom-padding: 36px;
    --gv-carousel-fade-width: 70px;
    --gv-carousel-control-size: 50px;
    --gv-carousel-control-offset: 20px;
    --gv-carousel-track-gap: 22px;
    --gv-carousel-item-width: calc((100% - (var(--gv-carousel-track-gap, 22px) * 2)) / 3);
}

.gv-brand-carousel {
    position: relative;
    padding: 0 var(--gv-carousel-side-padding, 96px) var(--gv-carousel-bottom-padding, 38px);
}

.gv-brand-carousel::before,
.gv-brand-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: var(--gv-carousel-bottom-padding, 38px);
    width: var(--gv-carousel-fade-width, 72px);
    pointer-events: none;
    z-index: 2;
}

.gv-brand-carousel::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 45%, rgba(255, 255, 255, 0));
}

.gv-brand-carousel::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 45%, rgba(255, 255, 255, 0));
}

.gv-brand-carousel--static::before,
.gv-brand-carousel--static::after {
    display: none;
}

.gv-brand-carousel--static .gv-brand-carousel__control,
.gv-brand-carousel--static .gv-brand-carousel__dots {
    display: none;
}

.gv-lideres__cards {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--gv-carousel-track-gap, 24px);
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-padding-inline: var(--gv-carousel-scroll-padding, 0);
}

.gv-lideres__cards::-webkit-scrollbar {
    display: none;
}

.gv-lideres__card {
    background-color: #475850;
    width: var(--gv-carousel-item-width, clamp(232px, 20.8vw, 266px));
    min-width: var(--gv-carousel-item-width, clamp(232px, 20.8vw, 266px));
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    box-shadow: 0 16px 36px rgba(71, 88, 80, 0.18);
    border-top: 3px solid #C47F59;
}

.gv-lideres__card-img {
    width: calc(100% - 24px);
    aspect-ratio: 4 / 5;
    background-color: #ece7e3;
    margin: 12px auto 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.42);
}

.gv-lideres__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 16%;
    display: block;
}

.gv-lideres__card-body {
    padding: 22px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.gv-lideres__card-name {
    font-family: var(--font-titulo);
    font-size: 17px;
    font-weight: 600;
    color: var(--color-blanco);
    line-height: 1.15;
    margin: 0 !important;
    min-height: 0;
    white-space: nowrap;
    padding: 0 !important;
}

.gv-lideres__card-role,
.gv-lideres__card-email {
    margin: 0 !important;
    padding: 0 !important;
}

.gv-lideres__card-role {
    font-family: var(--font-titulo);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f4e1d4;
    line-height: 1.35;
    border-left: 2px solid #C47F59;
    padding-left: 10px !important;
    margin-bottom: 0 !important;
}

.gv-lideres__card-email {
    font-family: var(--font-texto);
    font-size: 15px;
    font-weight: 300;
    color: var(--color-blanco);
    line-height: 1.25;
    margin-top: auto !important;
    padding-top: 10px !important;
    word-break: break-word;
}

.gv-lideres__card-email a {
    color: var(--color-blanco);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.gv-lideres__card-email a:hover,
.gv-lideres__card-email a:focus-visible {
    color: #f4d7c6;
    border-color: #f4d7c6;
}

.gv-lideres__card-cta {
    display: inline-block;
    background-color: #C47F59;
    color: var(--color-blanco);
    font-family: var(--font-titulo);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding: 6px 14px;
    text-decoration: none;
    transition: background-color 0.2s;
    margin-top: 20px;
    align-self: flex-start;
}

.gv-lideres__card-cta:hover {
    background-color: #524D4A;
}

.gv-brand-carousel__control {
    position: absolute;
    top: var(--gv-carousel-control-top, 42%);
    transform: translateY(-50%);
    width: var(--gv-carousel-control-size, 52px);
    height: var(--gv-carousel-control-size, 52px);
    border-radius: 50%;
    border: 1px solid rgba(71, 88, 80, 0.42);
    background-color: rgba(255, 255, 255, 0.96);
    color: #475850;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 3;
}

.gv-brand-carousel__control:hover,
.gv-brand-carousel__control:focus-visible {
    background-color: #475850;
    color: #ffffff;
    transform: translateY(-50%) scale(1.03);
    outline: none;
}

.gv-brand-carousel__control:disabled {
    opacity: 0.35;
    cursor: default;
    transform: translateY(-50%);
    pointer-events: none;
}

.gv-brand-carousel__control--prev {
    left: var(--gv-carousel-control-offset, 22px);
}

.gv-brand-carousel__control--next {
    right: var(--gv-carousel-control-offset, 22px);
}

.gv-brand-carousel__arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: block;
}

.gv-brand-carousel__control--prev .gv-brand-carousel__arrow {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.gv-brand-carousel__control--next .gv-brand-carousel__arrow {
    transform: rotate(45deg);
    margin-right: 4px;
}

.gv-brand-carousel__dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gv-carousel-dot-gap, 10px);
}

.gv-brand-carousel__dot {
    width: var(--gv-carousel-dot-size, 9px);
    height: var(--gv-carousel-dot-size, 9px);
    border-radius: 999px;
    border: none;
    background-color: #d5d0cd;
    cursor: pointer;
    padding: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.gv-brand-carousel__dot.is-active {
    width: var(--gv-carousel-dot-active-width, 24px);
    background-color: #C47F59;
}

/* =============================================
    NAI GAVIRIA
============================================= */
.gv-nai {
    background-color: #C47F59;
}

.gv-nai__inner {
    display: flex;
    width: 100%;
    align-items: center;
}

.gv-nai__content {
    flex: 1;
    padding: 60px 48px 60px max(40px, calc((100vw - 1280px) / 2 + 40px));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gv-nai__title {
    font-family: var(--font-titulo);
    font-size: 62px;
    color: var(--color-blanco);
    line-height: 1.05;
    margin-bottom: 28px;
}

.gv-nai__title--bold {
    font-weight: 600;
}

.gv-nai__title em {
    font-weight: 300;
    font-style: italic;
}

.gv-nai__cta {
    display: inline-block;
    background-color: #475850;
    color: var(--color-blanco);
    font-family: var(--font-titulo);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding: 20px 46px;
    border: none;
    text-decoration: none;
    transition: background-color 0.2s;
    align-self: flex-start;
}

.gv-nai__cta:hover {
    background-color: #475850;
}

.gv-nai__cta,
.gv-nai__cta:visited,
.gv-nai__cta:hover,
.gv-nai__cta:focus,
.gv-nai__cta:active {
    color: var(--color-blanco) !important;
    background-color: #475850;
    text-decoration: none;
}

.gv-nai__image {
    width: 42%;
    flex-shrink: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.gv-nai__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* =============================================
   PLACEHOLDER
============================================= */
.gv-placeholder {
    background-color: var(--color-blanco);
    padding: 40px 0;
}

.gv-placeholder__box {
    max-width: 1280px;
    margin: 0 auto;
    height: 400px;
    background-color: #D9D9D9;
}

/* =============================================
   LAPTOP (1025px - 1599px)
============================================= */
@media (min-width: 1025px) and (max-width: 1599px) {
    .gv-gre-banner__inner {
        max-width: none;
        margin: 0;
        padding: 42px 0;
        min-height: 560px;
        gap: 12px;
        align-items: stretch;
    }

    .gv-gre-banner__content {
        flex: 0 1 56%;
        padding: 8px 26px 8px max(24px, calc((100vw - 1280px) / 2 + 34px));
        gap: 28px;
    }

    .gv-gre-banner__image {
        width: 44%;
        height: auto;
        min-height: 460px;
        margin-right: 0;
    }

    .gv-gre-banner__title {
        font-size: 24px;
    }

    .gv-gre-banner__text {
        font-size: 21px;
    }

    .gv-valores__inner {
        gap: 70px;
    }

    .gv-valores__left {
        width: 30%;
    }

    .gv-valores__confianza {
        font-size: 22px;
    }

    .gv-valores__heading--bold,
    .gv-valores__heading--light {
        font-size: 27px;
    }

    .gv-lideres__heading--bold,
    .gv-lideres__heading--light {
        font-size: 24px;
    }

    .gv-valores__item-icon img {
        width: 68px;
        height: 68px;
    }

    .gv-valores__item-title {
        font-size: 22px;
    }

    .gv-valores__item-text {
        font-size: 20px;
    }

    .gv-lideres__card-name {
        font-size: 17px;
        min-height: 0;
    }

    .gv-lideres__card-email {
        font-size: 14px;
    }

    .gv-nai__title {
        font-size: 52px;
    }

    .gv-nai__cta {
        font-size: 18px;
    }
}

/* =============================================
   LAPTOP PEQUEÑO (1025px - 1366px)
   Cubre portátiles 13"-14" nativos y pantallas
   1920px con escala de sistema al 150%
============================================= */
@media (min-width: 1025px) and (max-width: 1366px) {
    /* Banner */
    .gv-gre-banner__inner {
        min-height: 480px;
        gap: 0;
    }

    .gv-gre-banner__content {
        padding-right: 16px;
        gap: 22px;
    }

    .gv-gre-banner__image {
        min-height: 380px;
    }

    .gv-gre-banner__title {
        font-size: 20px;
    }

    .gv-gre-banner__text {
        font-size: 18px; /* Cormorant — mínimo seguro */
    }

    /* Valores */
    .gv-valores__inner {
        gap: 56px;
    }

    .gv-valores__confianza {
        font-size: 19px;
    }

    .gv-valores__heading--bold,
    .gv-valores__heading--light {
        font-size: 22px;
    }

    .gv-valores__item-icon img {
        width: 58px;
        height: 58px;
    }

    .gv-valores__item-title {
        font-size: 18px;
    }

    .gv-valores__item-text {
        font-size: 18px; /* Cormorant — mínimo seguro */
    }

    /* Líderes */
    .gv-lideres__heading--bold,
    .gv-lideres__heading--light {
        font-size: 20px;
    }

    /* Nai Gaviria — título se mantiene grande por diseño */
    .gv-nai__cta {
        font-size: 15px;
        padding: 16px 36px;
    }
}

/* =============================================
   RESPONSIVE — TABLET (1024px)
============================================= */
@media (max-width: 1024px) {
    .gv-gre-banner__inner {
        padding: 34px 0 34px 24px;
        min-height: 560px;
        gap: 22px;
    }

    .gv-gre-banner__image {
        height: 460px;
    }

    .gv-gre-banner__content {
        padding: 10px 0;
        gap: 24px;
    }

    .gv-gre-banner__title {
        font-size: 24px;
    }

    .gv-gre-banner__text {
        font-size: 20px;
    }

    .gv-valores__inner {
        padding: 0 24px;
        gap: 58px;
    }

    .gv-valores__left {
        width: 34%;
    }

    .gv-valores__confianza {
        font-size: 22px;
    }

    .gv-valores__header {
        margin-bottom: 30px;
    }

    .gv-valores__heading--bold,
    .gv-valores__heading--light {
        font-size: 23px;
    }

    .gv-valores__item {
        gap: 18px;
    }

    .gv-valores__item-icon img {
        width: 56px;
        height: 56px;
    }

    .gv-valores__item-title {
        font-size: 19px;
    }

    .gv-valores__item-text {
        font-size: 18px;
    }

    .gv-lideres__header {
        padding: 0 24px 0 0;
    }

    .gv-lideres__carousel {
        --gv-carousel-side-padding: 74px;
        --gv-carousel-bottom-padding: 30px;
        --gv-carousel-fade-width: 58px;
        --gv-carousel-control-size: 46px;
        --gv-carousel-control-offset: 12px;
        --gv-carousel-track-gap: 20px;
        --gv-carousel-item-width: calc((100% - (var(--gv-carousel-track-gap, 20px) * 2)) / 3);
    }

    .gv-nai__content {
        padding: 48px 32px 48px 24px;
    }

    .gv-nai__title {
        font-size: 48px;
    }

    .gv-nai__cta {
        font-size: 18px;
        padding: 18px 40px;
    }

    .gv-placeholder__box {
        margin: 0 24px;
        height: 320px;
    }
}

/* =============================================
   RESPONSIVE — MOBILE (768px)
============================================= */
@media (max-width: 768px) {
    .gv-gre-banner__inner {
        flex-direction: column-reverse;
        height: auto;
        padding: 0;
        gap: 0;
    }

    .gv-gre-banner__image {
        width: 100%;
        height: 320px;
    }

    .gv-gre-banner__content {
        width: 100%;
        max-width: none;
        padding: 34px 20px 46px;
        gap: 20px;
    }

    .gv-gre-banner__title {
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .gv-gre-banner__text {
        font-size: 18px;
        line-height: 1.45;
        margin-bottom: 0;
    }

    .gv-valores {
        padding: 42px 0;
    }

    .gv-valores__inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 50px;
    }

    .gv-valores__left {
        width: 100%;
    }

    .gv-valores__confianza {
        font-size: 22px;
    }

    .gv-valores__header {
        gap: 12px;
        margin-bottom: 26px;
    }

    .gv-valores__heading--bold,
    .gv-valores__heading--light {
        font-size: 21px;
    }

    .gv-valores__item {
        gap: 14px;
    }

    .gv-valores__item-icon img {
        width: 48px;
        height: 48px;
    }

    .gv-valores__item-title {
        font-size: 17px;
    }

    .gv-valores__item-text {
        font-size: 16px;
        line-height: 1.38;
    }

    .gv-lideres {
        padding: 16px 0 48px;
    }

    .gv-lideres__header {
        padding: 0 20px 0 0;
        gap: 16px;
    }

    .gv-lideres__heading--bold,
    .gv-lideres__heading--light {
        font-size: 24px;
    }

    .gv-lideres__carousel {
        margin-top: 34px;
        --gv-carousel-side-padding: 20px;
        --gv-carousel-bottom-padding: 26px;
        --gv-carousel-track-gap: 16px;
        --gv-carousel-scroll-padding: 20px;
        --gv-carousel-item-width: 236px;
        --gv-carousel-dot-gap: 8px;
        --gv-carousel-dot-size: 8px;
        --gv-carousel-dot-active-width: 20px;
    }

    .gv-brand-carousel::before,
    .gv-brand-carousel::after {
        display: none;
    }

    .gv-brand-carousel__control {
        display: none;
    }

    .gv-lideres__cards {
        gap: var(--gv-carousel-track-gap);
        scroll-padding-inline: var(--gv-carousel-scroll-padding);
    }

    .gv-lideres__card-body {
        padding: 20px 20px 24px;
    }

    .gv-lideres__card-name {
        font-size: 16px;
    }

    .gv-lideres__card-email {
        font-size: 14px;
    }

    .gv-brand-carousel__dots {
        margin-top: 18px;
    }

    .gv-nai__inner {
        flex-direction: column;
    }

    .gv-nai__content {
        max-width: 100%;
        padding: 34px 20px;
    }

    .gv-nai__title {
        font-size: 42px;
    }

    .gv-nai__cta {
        font-size: 17px;
        padding: 16px 36px;
    }

    .gv-nai__image {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .gv-placeholder__box {
        margin: 0 20px;
        height: 280px;
    }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (480px)
============================================= */
@media (max-width: 480px) {
    .gv-gre-banner__image {
        height: 260px;
    }

    .gv-gre-banner__content {
        padding: 28px 14px 34px;
        gap: 18px;
    }

    .gv-gre-banner__title {
        font-size: 19px;
        margin-bottom: 0;
    }

    .gv-gre-banner__text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .gv-valores {
        padding: 34px 0;
    }

    .gv-valores__inner {
        padding: 0 14px;
        gap: 40px;
    }

    .gv-valores__confianza {
        font-size: 20px;
    }

    .gv-valores__heading--bold,
    .gv-valores__heading--light {
        font-size: 18px;
    }

    .gv-valores__header {
        margin-bottom: 22px;
    }

    .gv-valores__items {
        gap: 20px;
    }

    .gv-valores__item {
        gap: 12px;
    }

    .gv-valores__item-icon img {
        width: 42px;
        height: 42px;
    }

    .gv-valores__item-title {
        font-size: 16px;
    }

    .gv-valores__item-text {
        font-size: 15px;
        line-height: 1.34;
    }

    .gv-lideres {
        padding: 12px 0 36px;
    }

    .gv-lideres__header {
        padding: 0 14px 0 0;
    }

    .gv-lideres__heading--bold,
    .gv-lideres__heading--light {
        font-size: 22px;
    }

    .gv-lideres__carousel {
        margin-top: 28px;
        --gv-carousel-side-padding: 14px;
        --gv-carousel-bottom-padding: 22px;
        --gv-carousel-track-gap: 14px;
        --gv-carousel-scroll-padding: 14px;
        --gv-carousel-item-width: 210px;
    }

    .gv-lideres__cards {
        gap: var(--gv-carousel-track-gap);
        scroll-padding-inline: var(--gv-carousel-scroll-padding);
    }

    .gv-lideres__card-body {
        padding: 16px 16px 20px;
    }

    .gv-lideres__card-name {
        font-size: 14px;
        min-height: 0;
    }

    .gv-lideres__card-role {
        font-size: 9px;
        padding-left: 8px !important;
    }

    .gv-lideres__card-email {
        font-size: 12px;
    }

    .gv-lideres__card-cta {
        font-size: 12px;
    }

    .gv-brand-carousel__dots {
        margin-top: 14px;
        gap: 8px;
    }

    .gv-brand-carousel__dot {
        width: 8px;
        height: 8px;
    }

    .gv-brand-carousel__dot.is-active {
        width: 20px;
    }

    .gv-nai__content {
        padding: 26px 14px;
    }

    .gv-nai__title {
        font-size: 34px;
    }

    .gv-nai__cta {
        font-size: 16px;
        padding: 15px 32px;
    }

    .gv-nai__image {
        aspect-ratio: 3 / 2;
    }

    .gv-placeholder__box {
        margin: 0 14px;
        height: 220px;
    }
}

/* =============================================
   CUSTOM — Gutter 1280x631–1280x800
============================================= */
@media (min-width: 1200px) and (max-width: 1366px) and (max-height: 900px) {
    :root { --gv-side-gutter: 105px; }

    /* Banner — solo lado izquierdo (derecho llega al borde) */
    .gv-gre-banner__inner {
        padding-left: var(--gv-side-gutter);
    }

    .gv-valores__inner {
        padding-left: var(--gv-side-gutter);
        padding-right: var(--gv-side-gutter);
    }

    /* Heading derecha, línea hacia la IZQUIERDA */
    .gv-lideres__header {
        padding-right: max(var(--gv-side-gutter), calc((100vw - 1280px) / 2 + var(--gv-side-gutter)));
        padding-left: 0;
    }
}
