/* Vista index - banner, hero, servicios, aeronaves, mantenimiento */

/* Tipografía corporal unificada — secciones home C+ */
:root {
    --vj-body-size: clamp(0.95rem, 1.1vw, 1.05rem);
    --vj-body-line-height: 1.55;
}

@media (max-width: 1024px) {
    :root {
        --vj-body-size: clamp(0.9rem, 2.5vw, 1.02rem);
    }
}

@media (max-width: 768px) {
    :root {
        --vj-body-size: 0.9rem;
        --vj-body-line-height: 1.5;
    }
}

@media (max-width: 480px) {
    :root {
        --vj-body-size: 0.84rem;
    }
}

@media (min-width: 2000px) {
    :root {
        --vj-body-size: 1.2rem;
        --vj-body-line-height: 1.65;
    }
}

@media (min-width: 2560px) {
    :root {
        --vj-body-size: 1.32rem;
    }
}

/* =========================================
   Trust Clients
   ========================================= */
.trust-clients {
    background: #ffffff;
    padding: 3.5rem 0;
    width: 100%;
    overflow: hidden;
}

.trust-clients__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    box-sizing: border-box;
}

.trust-clients__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.trust-clients__title {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.1rem);
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 0.55rem;
}

.trust-clients__title-accent {
    color: #2727E1;
    font-weight: 700;
}

.trust-clients__trazo {
    display: block;
    margin: 0 auto;
    width: clamp(120px, 20vw, 220px);
    height: auto;
    margin-bottom: 4rem;
}

/* Carousel infinito */
.trust-clients__carousel {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

@keyframes trustScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.trust-clients__track {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: clamp(2.5rem, 5vw, 5rem);
    width: max-content;
    animation: trustScroll 22s linear infinite;
    will-change: transform;
}

.trust-clients__track:hover {
    animation-play-state: paused;
}

.trust-clients__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-clients__item img {
    height: clamp(40px, 5vw, 68px);
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}

.trust-clients__item img[src*="logo-greenchem"],
.trust-clients__item img[src*="logo-ssp"] {
    height: clamp(46px, 5.7vw, 76px);
    max-width: 220px;
}


@media (max-width: 600px) {
    .trust-clients {
        padding: 2.5rem 0;
    }

    .trust-clients__item img {
        height: 26px;
        max-width: 110px;
    }

    .trust-clients__item img[src*="logo-greenchem"],
    .trust-clients__item img[src*="logo-ssp"] {
        height: 30px;
        max-width: 125px;
    }
}

/* =========================================
   Marketing Problem Section
   ========================================= */
.mkt-problem {
    background: #ffffff;
    padding: 4rem 0;
    width: 100%;
}

.mkt-problem__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    display: flex;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 6rem);
    box-sizing: border-box;
}

/* Columna izquierda */
.mkt-problem__content {
    flex: 0 0 44%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
}

.mkt-problem__eyebrow {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.mkt-problem__headline {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    font-weight: 800;
    color: #2727E1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0 0 0.75rem;
}

.mkt-problem__trazo {
    width: clamp(100px, 14vw, 180px);
    height: auto;
    display: block;
    margin: 0 0 1.5rem;
}

.mkt-problem__lead {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 700;
    color: #606060;
    line-height: 1.5;
    margin: 0 0 0.85rem;
}

.mkt-problem__body {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #606060;
    line-height: 1.5;
    margin: 0 0 2rem;
}

/* Botón primario index — referencia banner-home GET A PROPOSAL */
.banner-home__cta,
.mkt-problem__cta,
.strategic-partners__cta,
.who-we-are__cta,
.register-contact__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.8rem, 1vw, 0.95rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 0.65rem 1.75rem;
    border-radius: 999px;
    background: #2727E1;
    border: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.banner-home__cta:hover,
.mkt-problem__cta:hover,
.strategic-partners__cta:hover,
.who-we-are__cta:hover,
.register-contact__submit:hover {
    background: #1a1ab8;
    color: #ffffff;
    transform: translateY(-2px);
}

.mkt-problem__cta {
    align-self: flex-start;
}

.who-we-are__cta {
    align-self: flex-start;
    margin-top: 1.5rem;
}

.register-contact__submit {
    align-self: flex-end;
    cursor: pointer;
    background: #ffffff;
    color: #2727E1;
}

/* Columna derecha */
.mkt-problem__media {
    flex: 1;
    min-width: 0;
}

.mkt-problem__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

/* =========================================
   Brand Growth Section
   ========================================= */
.brand-growth {
    background: #ffffff;
    padding: 4rem 0;
    width: 100%;
}

.brand-growth__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    display: flex;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 6rem);
    box-sizing: border-box;
}

.brand-growth__content {
    flex: 0 0 44%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
}

.brand-growth__eyebrow {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.brand-growth__headline {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    font-weight: 800;
    color: #2727E1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0 0 0.75rem;
}

.brand-growth__trazo {
    width: clamp(100px, 14vw, 180px);
    height: auto;
    display: block;
    margin: 0 0 1.5rem;
}

.brand-growth__body {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #606060;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.brand-growth__body strong {
    font-weight: 700;
    color: #606060;
}

.brand-growth__body:last-child {
    margin-bottom: 0;
}

.brand-growth__media {
    flex: 1;
    min-width: 0;
}

.brand-growth__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .brand-growth__inner {
        flex-direction: column;
    }
    .brand-growth__content {
        flex: none;
        max-width: 100%;
    }
    .brand-growth__media {
        width: 100%;
    }
}

@media (min-width: 2000px) {
    .brand-growth {
        padding: 6rem 0;
    }
    .brand-growth__inner {
        max-width: 1900px;
        padding: 0 clamp(4rem, 7vw, 9rem);
        gap: 7rem;
    }
    .brand-growth__content {
        max-width: 620px;
    }
    .brand-growth__eyebrow {
        font-size: 1.6rem;
    }
    .brand-growth__headline {
        font-size: 1.6rem;
    }
    .brand-growth__trazo {
        width: 220px;
    }
    .brand-growth__body {
        font-size: 1.2rem;
    }
}

@media (min-width: 2560px) {
    .brand-growth__inner {
        max-width: 2300px;
        padding: 0 10rem;
        gap: 9rem;
    }
    .brand-growth__content {
        max-width: 760px;
    }
    .brand-growth__eyebrow {
        font-size: 1.9rem;
    }
    .brand-growth__headline {
        font-size: 1.9rem;
    }
    .brand-growth__body {
        font-size: 1.4rem;
    }
}

/* =========================================
   Who We Are Section
   ========================================= */
.who-we-are {
    background: #ffffff;
    padding: 4rem 0 5rem;
    width: 100%;
}

.who-we-are__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    display: flex;
    align-items: center;
    gap: clamp(3rem, 6vw, 7rem);
    box-sizing: border-box;
}

/* Imagen con efecto azul */
.who-we-are__media {
    flex: 0 0 42%;
    position: relative;
}

.who-we-are__img {
    width: 100%;
    height: auto;
    display: block;
}

/* Columna derecha */
.who-we-are__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.who-we-are__title {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    color: #2727E1;
    text-transform: uppercase;
    line-height: 0.85;
    margin: 0 0 1.5rem;
}

.who-we-are__title--main {
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 700;
    display: block;
}

.who-we-are__title--sub {
    font-size: clamp(1.8rem, 4.5vw, 4rem);
    font-weight: 400;
    display: block;
    letter-spacing: 0.12em;
}

.who-we-are__plus {
    color: #2727E1;
    font-weight: 700;
}

.who-we-are__body {
    font-family: 'Archivo', sans-serif;
    font-size:clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #606060;
    line-height: 1.65;
    margin: 0 0 0.85rem;
}

.who-we-are__body strong {
    font-weight: 700;
    color: #606060;
}

/* =========================================
   What We Do Section
   ========================================= */
.what-we-do {
    background: #2727E1;
    padding: 3.5rem 0;
    width: 100%;
}

.what-we-do__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
    box-sizing: border-box;
}

.what-we-do__title-col {
    flex: 0 0 auto;
}

.what-we-do__title {
    font-family: 'Archivo', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 0.85;
    margin: 0;
}

.what-we-do__title--main {
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 700;
    display: block;
}

.what-we-do__title--sub {
    font-size: clamp(1.8rem, 4.5vw, 4rem);
    font-weight: 400;
    display: block;
    letter-spacing: 0.12em;
}

.what-we-do__plus {
    font-weight: 400;
}

.what-we-do__content {
    flex: 1;
    min-width: 0;
}

.what-we-do__body {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.88rem, 1.1vw, 1rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.65;
    margin: 0 0 0.85rem;
}

.what-we-do__body:last-child {
    margin-bottom: 0;
}

.what-we-do__body strong {
    font-weight: 700;
}

.what-we-do__deco {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.what-we-do__deco-plus {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    opacity: 1;
    display: block;
}

.what-we-do__deco-plus--sm {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    opacity: 0.85;
    align-self: flex-end;
}

/* =========================================
   Register / Contact Section
   ========================================= */
.register-contact {
    background: #EEF2FF;
    padding: 5rem 0;
    width: 100%;
}

.register-contact__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    display: flex;
    align-items: center;
    gap: clamp(3rem, 6vw, 7rem);
    box-sizing: border-box;
}

/* Columna izquierda */
.register-contact__left {
    flex: 0 0 38%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.register-contact__heading {
    font-family: 'Archivo', sans-serif;
    line-height: 0.9;
    margin: 0 0 1.5rem;
}

.register-contact__register {
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 900;
    color: #111111;
    text-transform: uppercase;
    display: block;
}

.register-contact__now-wrap {
    display: inline-block;
    position: relative;
    line-height: 1.1;
    margin-top: 0.1em;
}

.register-contact__now {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 900;
    color: #2727E1;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 0.2em;
}

.register-contact__trazo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 115%;
    height: 140%;
    pointer-events: none;
    z-index: 0;
}

.register-contact__sub {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    font-weight: 400;
    color: #111111;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 0.75rem;
}

.register-contact__sub--accent {
    color: #2727E1;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.register-contact__desc {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #606060;
    line-height: 1.5;
    margin: 0 0 2rem;
}

/* Columna derecha — formulario */
.register-contact__right {
    flex: 0 1 540px;
    min-width: 0;
    margin-left: auto;
}

.register-contact__form {
    background: #2727E1;
    border-radius: 1.5rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.register-contact__input,
.register-contact__textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 0.5rem;
    padding: 1.1rem 1.25rem;
    font-family: 'Archivo', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: #333333;
    outline: none;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease;
}

.register-contact__input::placeholder,
.register-contact__textarea::placeholder {
    color: #aaaaaa;
}

.register-contact__input:focus,
.register-contact__textarea:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
}

.register-contact__textarea {
    resize: vertical;
    min-height: 140px;
}

.register-contact__submit {
    align-self: flex-end;
    cursor: pointer;
    background: #ffffff;
    color: #2727E1;
}

/* Responsive */
@media (max-width: 900px) {
    .register-contact {
        padding: 3rem 0 3.5rem;
    }
    .register-contact__inner {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 0 1.25rem;
    }
    .register-contact__left {
        flex: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .register-contact__heading {
        text-align: center;
    }
    .register-contact__register {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
    }
    .register-contact__now {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
    }
    .register-contact__sub {
        font-size: 0.95rem;
        text-align: center;
    }
    .register-contact__desc {
        font-size: 0.9rem;
        text-align: center;
    }
    .register-contact__right {
        flex: none;
        width: 100%;
        max-width: 480px;
        margin-left: 0;
    }
}

@media (min-width: 2000px) {
    .register-contact {
        padding: 7rem 0;
    }
    .register-contact__inner {
        max-width: 1900px;
        padding: 0 clamp(4rem, 7vw, 9rem);
        gap: 8rem;
    }
    .register-contact__left {
        max-width: 560px;
    }
    .register-contact__right {
        flex: 0 1 780px;
    }
    .register-contact__register,
    .register-contact__now {
        font-size: 6.5rem;
    }
    .register-contact__sub {
        font-size: 1.15rem;
    }
    .register-contact__desc {
        font-size: 1.15rem;
    }
}

@media (min-width: 2560px) {
    .register-contact__inner {
        max-width: 2300px;
        padding: 0 10rem;
        gap: 10rem;
    }
    .register-contact__left {
        max-width: 680px;
    }
    .register-contact__right {
        flex: 0 1 960px;
    }
    .register-contact__register,
    .register-contact__now {
        font-size: 8rem;
    }
    .register-contact__sub {
        font-size: 1.35rem;
    }
    .register-contact__desc {
        font-size: 1.35rem;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .what-we-do__inner {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .what-we-do__deco {
        display: none;
    }
    .what-we-do__title--main {
        font-size: clamp(2rem, 12vw, 4rem);
    }
    .what-we-do__title--sub {
        font-size: clamp(1.3rem, 8vw, 2.5rem);
    }
}

@media (min-width: 2000px) {
    .what-we-do {
        padding: 5rem 0;
    }
    .what-we-do__inner {
        max-width: 1900px;
        padding: 0 clamp(4rem, 7vw, 9rem);
        gap: 6rem;
    }
    .what-we-do__title--main {
        font-size: 6.5rem;
    }
    .what-we-do__title--sub {
        font-size: 4.5rem;
    }
    .what-we-do__body {
        font-size: 1.2rem;
    }
    .what-we-do__deco-plus {
        font-size: 4rem;
    }
}

@media (min-width: 2560px) {
    .what-we-do__inner {
        max-width: 2300px;
        padding: 0 10rem;
        gap: 8rem;
    }
    .what-we-do__title--main {
        font-size: 8rem;
    }
    .what-we-do__title--sub {
        font-size: 5.5rem;
    }
    .what-we-do__body {
        font-size: 1.4rem;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .who-we-are__inner {
        flex-direction: column;
    }
    .who-we-are__media {
        flex: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .who-we-are__title--main {
        font-size: clamp(3rem, 15vw, 5rem);
    }
    .who-we-are__title--sub {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
}

@media (min-width: 2000px) {
    .who-we-are {
        padding: 6rem 0;
    }
    .who-we-are__inner {
        max-width: 1900px;
        padding: 0 clamp(4rem, 7vw, 9rem);
        gap: 8rem;
    }
    .who-we-are__title--main {
        font-size: 9rem;
    }
    .who-we-are__title--sub {
        font-size: 4.5rem;
    }
    .who-we-are__body {
        font-size: 1.2rem;
    }
    .who-we-are__badge {
        width: 96px;
    }
}

@media (min-width: 2560px) {
    .who-we-are__inner {
        max-width: 2300px;
        padding: 0 10rem;
        gap: 10rem;
    }
    .who-we-are__title--main {
        font-size: 11rem;
    }
    .who-we-are__title--sub {
        font-size: 5.5rem;
    }
    .who-we-are__body {
        font-size: 1.4rem;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .mkt-problem__inner {
        flex-direction: column;
        gap: 2rem;
    }

    .mkt-problem__content {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .mkt-problem__cta {
        align-self: center;
        text-align: center;
    }
}

/* =========================================
   Stats Banner
   ========================================= */
.stats-banner {
    background: #2727E1;
    padding: 2.75rem 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 100%;
}

.stats-banner__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3rem);
    box-sizing: border-box;
}

/* Lado izquierdo: titular */
.stats-banner__headline {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-shrink: 0;
}

.stats-banner__plus {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(2.8rem, 5vw, 5.5rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    flex-shrink: 0;
}

.stats-banner__title {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.9rem);
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin: 0;
}

.stats-banner__title--bold {
    font-weight: 800;
}

/* Separador vertical central */
.stats-banner__divider {
    width: 1px;
    height: clamp(50px, 6vw, 70px);
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

/* Lado derecho: stats */
.stats-banner__stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    justify-content: space-around;
}

.stats-banner__stat {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0 clamp(0.5rem, 1.5vw, 1.5rem);
    min-width: 0;
}

.stats-banner__stat-value {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.1rem, 1.9vw, 2rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.stats-banner__stat-label {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.45;
    text-align: center;
}

.stats-banner__sep {
    width: 1.5px;
    height: clamp(40px, 5vw, 60px);
    background: #ffffff;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .stats-banner__inner {
        flex-wrap: wrap;
        gap: 1.75rem;
        justify-content: center;
        text-align: center;
    }

    .stats-banner__divider {
        display: none;
    }

    .stats-banner__headline {
        width: 100%;
        justify-content: center;
    }

    .stats-banner__stats {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem 1rem;
        justify-items: center;
    }

    .stats-banner__sep {
        display: none;
    }

    .stats-banner__stat {
        padding: 0;
        align-items: center;
    }

    .stats-banner__stat-value,
    .stats-banner__stat-label {
        text-align: center;
    }
}

/* =========================================
   Strategic Partners
   ========================================= */
.strategic-partners {
    background: #ffffff;
    padding: 5rem 0 4rem;
    width: 100%;
}

.strategic-partners__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

/* Header centrado */
.strategic-partners__header {
    text-align: center;
    max-width: 720px;
}

.strategic-partners__title {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.strategic-partners__title-accent {
    font-size: inherit;
    font-weight: 700;
    color:#2727E1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #2727E1;
}

.strategic-partners__trazo {
    display: block;
    margin: 0 auto 1.5rem;
    width: clamp(100px, 15vw, 200px);
    height: auto;
}

.strategic-partners__desc {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #606060;
    line-height: 1.5;
    margin: 0 0 2rem;
}

/* Iconos + grid de pasos */
.strategic-partners__steps-wrap {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.strategic-partners__icons {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.25rem;
}

.strategic-partners__steps {
    position: relative;
    width: 100%;
    min-height: 120px;
}

.strategic-partners__step {
    position: absolute;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
    width: 23%;
}

.strategic-partners__step:nth-child(1) { left: 3.86%; }
.strategic-partners__step:nth-child(2) { left: 34.61%; }
.strategic-partners__step:nth-child(3) { left: 65.36%; }
.strategic-partners__step:nth-child(4) { left: 96.12%; }

/* Iconos individuales — ocultos en desktop */
.strategic-partners__step-icon {
    display: none;
}

.step-icon--default,
.step-icon--active {
    width: clamp(60px, 12vw, 80px);
    height: auto;
    display: block;
}

.strategic-partners__step-title {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 800;
    color: #2727E1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}

.strategic-partners__step-desc {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #606060;
    line-height: 1.5;
    margin: 0 0 2rem;
}

/* CTA */
.strategic-partners__cta-wrap {
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 900px) {
    /* Ocultar la imagen del SVG completo */
    .strategic-partners__icons {
        display: none;
    }

    .strategic-partners__steps {
        position: static;
        min-height: unset;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }

    .strategic-partners__step {
        position: static;
        transform: none;
        width: 100%;
        cursor: pointer;
        padding: 1rem;
        border-radius: 14px;
        border: 2px solid #e8e8f0;
        transition: border-color 0.2s ease;
    }

    /* Mostrar iconos individuales */
    .strategic-partners__step-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    /* Por defecto: icono outline, ocultar azul */
    .step-icon--active  { display: none; }
    .step-icon--default { display: block; }

    /* Estado activo: icono azul, ocultar outline */
    .strategic-partners__step.is-active .step-icon--default { display: none; }
    .strategic-partners__step.is-active .step-icon--active  { display: block; }

    .strategic-partners__step.is-active {
        border-color: #2727E1;
        background: #f3f6ff;
    }
}

@media (max-width: 500px) {
    .strategic-partners__steps {
        grid-template-columns: 1fr;
    }
}

/* Alineación de padding stats-banner con secciones adyacentes */
@media (min-width: 900px) and (max-width: 1999px) {
    .stats-banner__inner {
        max-width: 1300px;
        padding: 0 clamp(1.5rem, 4vw, 4rem);
    }
}

/* =========================================
   Responsive 2000px+ — Trust, MktProblem, Stats
   ========================================= */
@media (min-width: 2000px) {
    /* Strategic Partners */
    .strategic-partners {
        padding: 7rem 0 5rem;
    }

    .strategic-partners__inner {
        max-width: 2100px;
        padding: 0 clamp(4rem, 7vw, 9rem);
        gap: 4rem;
    }

    .strategic-partners__steps-wrap {
        max-width: 1750px;
    }

    .strategic-partners__title {
        font-size: 1.75rem;
    }

    .strategic-partners__desc {
        font-size: 1.2rem;
        max-width: 820px;
    }

    .strategic-partners__icons {
        max-width: 1750px;
    }

    .strategic-partners__steps {
        max-width: 1750px;
    }

    .strategic-partners__step-title {
        font-size: 1.2rem;
    }

    .strategic-partners__step-desc {
        font-size: 1.05rem;
    }

    .strategic-partners__cta,
    .banner-home__cta,
    .mkt-problem__cta,
    .who-we-are__cta,
    .register-contact__submit {
        font-size: 1rem;
        padding: 0.8rem 2.2rem;
    }

    /* Trust Clients */
    .trust-clients {
        padding: 5rem 0;
    }

    .trust-clients__inner {
        max-width: 1900px;
        padding: 0 clamp(4rem, 7vw, 9rem);
    }

    .trust-clients__title {
        font-size: 1.6rem;
        letter-spacing: 0.2em;
    }

    .trust-clients__trazo {
        width: 280px;
    }

    .trust-clients__item img {
        height: 80px;
        max-width: 260px;
    }

    .trust-clients__item img[src*="logo-greenchem"],
    .trust-clients__item img[src*="logo-ssp"] {
        height: 90px;
        max-width: 290px;
    }

    /* Marketing Problem */
    .mkt-problem {
        padding: 6rem 0;
    }

    .mkt-problem__inner {
        max-width: 1900px;
        padding: 0 clamp(4rem, 7vw, 9rem);
        gap: 7rem;
    }

    .mkt-problem__content {
        max-width: 620px;
    }

    .mkt-problem__eyebrow {
        font-size: 1.6rem;
    }

    .mkt-problem__headline {
        font-size: 1.6rem;
    }

    .mkt-problem__trazo {
        width: 220px;
    }

    .mkt-problem__lead {
        font-size: 1.1rem;
    }

    .mkt-problem__body {
        font-size: 1.2rem;
    }

    /* Stats Banner */
    .stats-banner {
        padding: 4rem 0;
        margin-top: 3.5rem;
    }

    .stats-banner__inner {
        max-width: 1900px;
        padding: 0 clamp(4rem, 7vw, 9rem);
        gap: clamp(2rem, 3vw, 4rem);
    }

    .stats-banner__headline {
        gap: 1.5rem;
        flex-shrink: 0;
    }

    .stats-banner__plus {
        font-size: 6.5rem;
    }

    .stats-banner__title {
        font-size: 2.2rem;
    }

    .stats-banner__stats {
        gap: 0;
    }

    .stats-banner__stat {
        padding: 0 clamp(1rem, 2vw, 2.5rem);
    }

    .stats-banner__stat-value {
        font-size: 2.4rem;
    }

    .stats-banner__stat-label {
        font-size: 1rem;
    }

    .stats-banner__sep {
        height: 75px;
        width: 3px;
    }
}

@media (min-width: 2560px) {
    /* Strategic Partners */
    .strategic-partners__inner {
        max-width: 2500px;
        padding: 0 10rem;
    }

    .strategic-partners__steps-wrap {
        max-width: 2100px;
    }

    .strategic-partners__title {
        font-size: 2.1rem;
    }

    .strategic-partners__icons {
        max-width: 2100px;
    }

    .strategic-partners__steps {
        max-width: 2100px;
    }

    .strategic-partners__step-title {
        font-size: 1.4rem;
    }

    .strategic-partners__step-desc {
        font-size: 1.2rem;
    }

    /* Trust Clients */
    .trust-clients__inner {
        max-width: 2300px;
        padding: 0 10rem;
    }

    .trust-clients__title {
        font-size: 1.9rem;
        letter-spacing: 0.2em;
    }

    .trust-clients__item img {
        height: 96px;
        max-width: 300px;
    }

    .trust-clients__item img[src*="logo-greenchem"],
    .trust-clients__item img[src*="logo-ssp"] {
        height: 108px;
        max-width: 335px;
    }

    /* Marketing Problem */
    .mkt-problem__inner {
        max-width: 2300px;
        padding: 0 10rem;
        gap: 9rem;
    }

    .mkt-problem__content {
        max-width: 760px;
    }

    .mkt-problem__eyebrow {
        font-size: 1.9rem;
    }

    .mkt-problem__headline {
        font-size: 1.9rem;
    }

    .mkt-problem__lead {
        font-size: 1.25rem;
    }

    .mkt-problem__body {
        font-size: 1.4rem;
    }

    /* Stats Banner */
    .stats-banner__inner {
        max-width: 2300px;
        padding: 0 10rem;
        gap: 5rem;
    }

    .stats-banner__plus {
        font-size: 8rem;
    }

    .stats-banner__title {
        font-size: 2.6rem;
    }

    .stats-banner__stat {
        padding: 0 2.5rem;
    }

    .stats-banner__stat-value {
        font-size: 2.8rem;
    }

    .stats-banner__stat-label {
        font-size: 1.2rem;
    }

    .stats-banner__sep {
        height: 85px;
        width: 3px;
    }
}

/* Banner Home */
.banner-home {
    position: relative;
    width: 100%;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #F3F9FF;
    overflow: hidden;
    box-sizing: border-box;
}

/* Estilos de what_we_do movidos a css/views/what_we_do.css */

.banner-home__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--nav-height) clamp(2rem, 5vw, 5rem) 4rem;
    display: flex;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    box-sizing: border-box;
}

/* Columna izquierda */
.banner-home__content {
    flex: 0 0 auto;
    width: 42%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.banner-home__title {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(2.4rem, 4.8vw, 4rem);
    font-weight: 900;
    color: #0a0a14;
    line-height: 1.2;
    margin: 0 0 0.65rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.banner-home__title--light {
    font-weight: 400;
    letter-spacing: -0.01em;
}

.banner-home__powered {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 2.05rem);
    font-weight: 800;
    color: #2727E1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1.75rem;
}

.banner-home__desc {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.1rem);
    color: #000000;
    line-height: 1.2;
    margin: 0 0 2.25rem;
    max-width: 420px;
}

.banner-home__cta {
    align-self: flex-start;
}

/* Columna derecha: imagen */
.banner-home__visual {
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-home__arrow {
    position: absolute;
    left: 6%;
    top: 15%;
    width: clamp(90px, 11vw, 150px);
    height: auto;
    object-fit: contain;
    z-index: 2;
}

.banner-home__img {
    width: 85%;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* Responsive banner */
@media (max-width: 900px) {
    .banner-home__inner {
        flex-direction: column;
        padding-top: calc(var(--nav-height-mobile) + 1.25rem + 1rem);
        padding-bottom: 3rem;
        gap: 2rem;
    }

    .banner-home__content {
        width: 100%;
        max-width: 100%;
    }

    .banner-home__visual {
        width: 100%;
    }
}

/* Estilos legacy (btn-banner) mantenidos por compatibilidad */
.btn-banner--outline {
    background: transparent;
    color: #001e42;
    border-color: #001e42;
}

.btn-banner--outline:hover {
    background: rgba(0, 30, 66, 0.06);
    color: #001e42;
}

@media (min-width: 2000px) {
    .banner-home__inner {
        max-width: 1900px;
        padding: var(--nav-height) clamp(4rem, 7vw, 9rem) 5rem;
        gap: 5rem;
    }

    .banner-home__content {
        width: 44%;
        max-width: 600px;
    }

    .banner-home__title {
        font-size: 5.8rem;
    }

    .banner-home__powered {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .banner-home__desc {
        font-size: 1.25rem;
        max-width: 480px;
        margin-bottom: 2.5rem;
    }

    .banner-home__arrow {
        width: 170px;
    }

    .banner-home__img {
        width: 80%;
    }
}

@media (min-width: 2560px) {
    .banner-home__inner {
        max-width: 2300px;
        padding: var(--nav-height) 10rem 6rem;
        gap: 7rem;
    }

    .banner-home__content {
        max-width: 720px;
    }

    .banner-home__title {
        font-size: 7rem;
    }

    .banner-home__powered {
        font-size: 1.4rem;
    }

    .banner-home__desc {
        font-size: 1.45rem;
        max-width: 560px;
    }

    .banner-home__cta,
    .mkt-problem__cta,
    .strategic-partners__cta,
    .who-we-are__cta,
    .register-contact__submit {
        font-size: 1.15rem;
        padding: 0.9rem 2.5rem;
    }

    .banner-home__arrow {
        width: 210px;
    }
}

.btn-blue {
    background: #185480;
    color: #ffffff;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 800;
    padding: 0.45rem 2.6rem;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 1.15rem;
    text-align: center;
    letter-spacing: 0.5px;
}

.btn-blue:hover {
    background: #113c5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(17, 60, 92, 0.3);
    color: #ffffff;
}

/* Tablet y móvil: imagen completa + overlay claro + contenido legible */
@media (max-width: 1024px) {
    .banner-home {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        min-height: 100svh;
        height: auto;
        background: #e8eef3;
    }

    .banner-home__bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .banner-home__bg img {
        object-fit: cover;
        object-position: 72% 28%;
    }

    .banner-home__gradient {
        width: 100%;
        height: 100%;
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.35) 38%,
            rgba(255, 255, 255, 0.82) 68%,
            rgba(255, 255, 255, 0.96) 100%
        );
    }

    .banner-home__content {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: auto;
        padding: calc(var(--nav-height) + 28vh) clamp(1.5rem, 5vw, 2.75rem) clamp(2rem, 5vw, 3rem);
        justify-content: flex-end;
    }

    .banner-home__title {
        max-width: 100%;
        font-size: clamp(1.75rem, 5vw, 2.4rem);
    }

    .banner-home__text {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .banner-home__text p {
        margin-bottom: 0.7rem;
    }

    .banner-home__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        max-width: 18rem;
    }

    .btn-banner {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .banner-home {
        min-height: 100svh;
    }

    .banner-home__bg img {
        object-position: 68% 32%;
    }

    .banner-home__gradient {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.42) 42%,
            rgba(255, 255, 255, 0.9) 72%,
            #ffffff 100%
        );
    }

    .banner-home__content {
        padding-top: calc(var(--nav-height-mobile) + 24vh);
        padding-left: 1.35rem;
        padding-right: 1.35rem;
        padding-bottom: 2rem;
    }

    .banner-home__title {
        font-size: clamp(1.55rem, 6.2vw, 2rem);
        line-height: 1.2;
    }

    .banner-home__title-line {
        width: 3.25rem;
        height: 4px;
        margin: 0.9rem 0 1.15rem;
    }

    .banner-home__text {
        margin-bottom: 1.25rem;
    }

    .banner-home__text p {
        margin-bottom: 0.7rem;
    }

    .banner-home__actions {
        max-width: 100%;
    }

    .btn-banner {
        font-size: 0.9rem;
        padding: 0.65rem 1.25rem;
    }
}

@media (max-width: 480px) {
    .banner-home__bg img {
        object-position: 62% 36%;
    }

    .banner-home__gradient {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.48) 45%,
            rgba(255, 255, 255, 0.94) 75%,
            #ffffff 100%
        );
    }

    .banner-home__content {
        padding-top: calc(var(--nav-height-mobile) + 20vh);
        padding-left: 1.15rem;
        padding-right: 1.15rem;
        padding-bottom: 1.75rem;
    }

    .banner-home__title {
        font-size: clamp(1.35rem, 7vw, 1.7rem);
    }

    .banner-home__title-line {
        width: 2.75rem;
        margin: 0.75rem 0 1rem;
    }

    .btn-banner {
        font-size: 0.86rem;
        padding: 0.6rem 1.1rem;
    }
}

/* --- HOME INTRO (imagen + texto) --- */
.home-intro {
    width: 100%;
    background: #ffffff;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(3rem, 5vw, 4.5rem);
    overflow: hidden;
}

.home-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
    gap: clamp(2rem, 3.5vw, 3.5rem);
    max-width: none;
    margin: 0;
    align-items: center;
}

.home-intro__image {
    width: 100%;
    justify-self: start;
}

.home-intro__image img {
    width: 100%;
    height: auto;
    display: block;
}

.home-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 clamp(1.5rem, 5vw, 4rem) 0 0;
    max-width: 620px;
    background: #ffffff;
}

.home-intro__title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2.15rem);
    font-weight: 500;
    color: #001e42;
    line-height: 1.25;
    margin: 0 0 2rem;
}

.home-intro__title-accent {
    color: #42b1e5;
    font-weight: 800;
}

.home-intro__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.home-intro__list li {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: var(--vj-body-size);
    font-weight: 300;
    color: #001e42;
    line-height: var(--vj-body-line-height);
    padding-left: 1.85rem;
    position: relative;
}

.home-intro__list li::before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0.38em;
    width: 0.5em;
    height: 0.5em;
    border-right: 2.5px solid #42b1e5;
    border-top: 2.5px solid #42b1e5;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@media (min-width: 2000px) {
    .home-intro {
        padding: 6rem 0 5.5rem;
    }

    .home-intro__inner {
        grid-template-columns: minmax(0, 54%) minmax(0, 1fr);
        gap: 4.5rem;
    }

    .home-intro__content {
        max-width: 780px;
        padding-right: clamp(4rem, 6vw, 6rem);
    }

    .home-intro__title {
        font-size: 2.75rem;
        line-height: 1.2;
        margin-bottom: 2.5rem;
    }

    .home-intro__list {
        gap: 1.1rem;
    }

    .home-intro__list li {
        padding-left: 2.1rem;
    }

    .home-intro__list li::before {
        width: 0.55em;
        height: 0.55em;
        border-right-width: 3px;
        border-top-width: 3px;
        top: 0.4em;
    }
}

@media (min-width: 2560px) {
    .home-intro {
        padding: 7rem 0 6.5rem;
    }

    .home-intro__inner {
        grid-template-columns: minmax(0, 55%) minmax(0, 1fr);
        gap: 5.5rem;
    }

    .home-intro__content {
        max-width: 900px;
        padding-right: 7rem;
    }

    .home-intro__title {
        font-size: 3.15rem;
        line-height: 1.18;
        margin-bottom: 3rem;
    }

    .home-intro__list {
        gap: 1.25rem;
    }

    .home-intro__list li {
        padding-left: 2.35rem;
    }

    .home-intro__list li::before {
        width: 0.58em;
        height: 0.58em;
        border-right-width: 3.5px;
        border-top-width: 3.5px;
        top: 0.42em;
        left: 0.15rem;
    }
}

@media (max-width: 900px) {
    .home-intro {
        padding: 2.5rem 0 3rem;
    }

    .home-intro__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .home-intro__image {
        width: 100%;
        margin: 0;
    }

    .home-intro__content {
        padding: 0 1.5rem;
        max-width: none;
    }

    .home-intro__title {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .home-intro {
        padding: 2rem 0 2.5rem;
    }

    .home-intro__content {
        padding: 0 1.15rem;
    }
}

/* --- FLIGHT BENEFITS (More than a private flight) --- */
.flight-benefits {
    --flight-benefits-split: clamp(320px, 44vw, 480px);
    position: relative;
    width: 100%;
    background: #001e42;
    overflow: hidden;
    padding: 0;
}

.flight-benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--flight-benefits-split);
    background: #ffffff;
    z-index: 0;
}

.flight-benefits__inner {
    position: relative;
    z-index: 1;
    padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(2rem, 3vw, 2.5rem);
}

@media (min-width: 901px) {
    .flight-benefits__inner {
        padding-bottom: 2.25rem;
    }

    .flight-benefits__grid {
        margin-bottom: 2rem;
    }
}

.flight-benefits__header {
    display: flex;
    justify-content: center;
    background: #ffffff;
    margin: 0 calc(-1 * clamp(1.25rem, 4vw, 3rem)) clamp(2rem, 3.5vw, 3rem);
    padding: clamp(3rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 3rem) clamp(1.5rem, 2.5vw, 2rem);
    position: relative;
    z-index: 2;
}

.flight-benefits__title-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(0.65rem, 1.2vw, 0.85rem);
    width: 100%;
    max-width: 1320px;
}

.flight-benefits__title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    color: #001e42;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

.flight-benefits__title strong {
    font-weight: 700;
}

.flight-benefits__underline {
    display: block;
    width: clamp(3.5rem, 6vw, 5rem);
    height: 4px;
    background: #42b1e5;
    margin: 0 auto;
}

.flight-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.65rem, 1.2vw, 1rem);
    max-width: 1320px;
    margin: 0 auto clamp(1.75rem, 3vw, 2.25rem);
}

.flight-benefits__card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #d6e4f0;
    padding: clamp(0.7rem, 1.1vw, 0.95rem) clamp(0.7rem, 1.1vw, 0.95rem) clamp(1.25rem, 2vw, 1.65rem);
}

.flight-benefits__card-image {
    line-height: 0;
}

.flight-benefits__card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.flight-benefits__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: clamp(1rem, 1.6vw, 1.35rem) clamp(0.35rem, 0.8vw, 0.65rem) 0;
    min-height: clamp(8.5rem, 13vw, 10.5rem);
}

.flight-benefits__card-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 700;
    color: #001e42;
    margin: 0 0 0.6rem;
    line-height: 1.3;
}

.flight-benefits__card-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: var(--vj-body-size);
    font-weight: 300;
    color: #001e42;
    line-height: var(--vj-body-line-height);
    margin: 0;
    max-width: 15.5rem;
}

.flight-benefits__cta {
    text-align: center;
}

.btn-flight-benefits {
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.7rem 2.25rem;
    border-radius: 999px;
    text-decoration: none;
    background: #ffffff;
    color: #001e42;
    border: 2px solid #ffffff;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
}

.btn-flight-benefits:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #001e42;
}

@media (min-width: 2000px) {
    .flight-benefits {
        --flight-benefits-split: 520px;
    }

    .flight-benefits__inner {
        padding: 0 clamp(4rem, 5vw, 5rem) 2.75rem;
    }

    .flight-benefits__header {
        margin: 0 calc(-1 * clamp(4rem, 5vw, 5rem)) 3.5rem;
        padding: 5rem clamp(4rem, 5vw, 5rem) 2.25rem;
    }

    .flight-benefits__title-row {
        max-width: 1680px;
        gap: 1.1rem;
    }

    .flight-benefits__title {
        font-size: 3rem;
        line-height: 1.18;
    }

    .flight-benefits__underline {
        width: 5.5rem;
        height: 5px;
    }

    .flight-benefits__grid {
        max-width: 1680px;
        gap: 1.35rem;
        margin-bottom: 2.5rem;
    }

    .flight-benefits__card {
        padding: 1.1rem 1.1rem 1.85rem;
    }

    .flight-benefits__card-body {
        padding: 1.65rem 1rem 0;
        min-height: 13rem;
    }

    .flight-benefits__card-title {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
        line-height: 1.32;
    }

    .flight-benefits__card-text {
        max-width: 20rem;
    }

    .btn-flight-benefits {
        font-size: 1.15rem;
        padding: 0.85rem 2.75rem;
    }
}

@media (min-width: 2560px) {
    .flight-benefits {
        --flight-benefits-split: 600px;
    }

    .flight-benefits__inner {
        padding: 0 6rem 3.25rem;
    }

    .flight-benefits__header {
        margin: 0 -6rem 4rem;
        padding: 6rem 6rem 2.5rem;
    }

    .flight-benefits__title-row {
        max-width: 2100px;
        gap: 1.25rem;
    }

    .flight-benefits__title {
        font-size: 3.5rem;
        line-height: 1.16;
    }

    .flight-benefits__underline {
        width: 6.5rem;
        height: 6px;
    }

    .flight-benefits__grid {
        max-width: 2100px;
        gap: 1.65rem;
        margin-bottom: 2.75rem;
    }

    .flight-benefits__card {
        padding: 1.25rem 1.25rem 2.15rem;
    }

    .flight-benefits__card-body {
        padding: 1.85rem 1.15rem 0;
        min-height: 14.5rem;
    }

    .flight-benefits__card-title {
        font-size: 1.45rem;
        margin-bottom: 0.9rem;
        line-height: 1.3;
    }

    .flight-benefits__card-text {
        max-width: 22rem;
    }

    .btn-flight-benefits {
        font-size: 1.25rem;
        padding: 0.95rem 3.15rem;
    }
}

@media (max-width: 1100px) {
    .flight-benefits {
        --flight-benefits-split: clamp(280px, 36vw, 360px);
    }

    .flight-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .flight-benefits {
        --flight-benefits-split: 260px;
    }

    .flight-benefits__inner {
        padding: 0 1.25rem 3rem;
    }

    .flight-benefits__header {
        margin: 0 -1.25rem 2rem;
        padding: 2.5rem 1.25rem 1.25rem;
    }

    .flight-benefits__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .flight-benefits__card-text {
        max-width: none;
    }
}

/* --- GLOBAL REACH --- */
.global-reach {
    width: 100%;
    background: #ffffff;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(2rem, 3vw, 2.5rem);
    overflow: hidden;
}

.global-reach__inner {
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
    max-width: none;
    margin: 0;
}

.global-reach__content {
    --content-align-max: 1320px;
    max-width: 540px;
    padding-left: max(clamp(1.25rem, 4vw, 3rem), calc((100vw - var(--content-align-max)) / 2));
    padding-right: clamp(1rem, 2vw, 1.5rem);
}

.global-reach__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    line-height: 1.05;
}

.global-reach__title-line {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: #001e42;
}

.global-reach__title-line--indent {
    padding-left: clamp(2.5rem, 5vw, 4.5rem);
}

.global-reach__title-accent {
    color: #42b1e5;
    font-weight: 700;
}

.global-reach__title-underline {
    display: block;
    width: clamp(11rem, 22vw, 16rem);
    height: 5px;
    background: #001e42;
    margin: clamp(0.85rem, 1.5vw, 1.15rem) 0 clamp(1.25rem, 2vw, 1.75rem);
}

.global-reach__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 700;
    color: #001e42;
    line-height: 1.3;
    margin: 0 0 clamp(1rem, 1.8vw, 1.35rem);
}

.global-reach__subtitle-accent {
    color: #42b1e5;
    font-weight: 700;
}

.global-reach__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: var(--vj-body-size);
    font-weight: 300;
    color: #001e42;
    line-height: var(--vj-body-line-height);
    margin: 0;
}

.global-reach__text strong {
    font-weight: 700;
}

.global-reach__map {
    width: 100%;
    line-height: 0;
    justify-self: end;
}

.global-reach__map img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}

@media (min-width: 901px) {
    .global-reach {
        padding-bottom: 2.25rem;
    }

    .global-reach__inner {
        grid-template-columns: minmax(0, 38%) minmax(0, 62%);
    }
}

@media (min-width: 2000px) {
    .global-reach {
        padding: 6rem 0 2.75rem;
    }

    .global-reach__inner {
        grid-template-columns: minmax(0, 36%) minmax(0, 64%);
        gap: 3.5rem;
    }

    .global-reach__content {
        --content-align-max: 1680px;
        max-width: 720px;
        padding-left: max(clamp(4rem, 5vw, 5rem), calc((100vw - var(--content-align-max)) / 2));
        padding-right: 2rem;
    }

    .global-reach__title-line {
        font-size: 4.75rem;
        line-height: 1.04;
    }

    .global-reach__title-line--indent {
        padding-left: 5.5rem;
    }

    .global-reach__title-underline {
        width: 18rem;
        height: 6px;
        margin: 1.35rem 0 2.1rem;
    }

    .global-reach__subtitle {
        font-size: 1.85rem;
        line-height: 1.32;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 2560px) {
    .global-reach {
        padding: 7rem 0 3.25rem;
    }

    .global-reach__inner {
        grid-template-columns: minmax(0, 32%) minmax(0, 68%);
        gap: 4rem;
    }

    .global-reach__content {
        --content-align-max: 2100px;
        max-width: 840px;
        padding-left: max(6rem, calc((100vw - var(--content-align-max)) / 2));
        padding-right: 2.5rem;
    }

    .global-reach__title-line {
        font-size: 5.25rem;
        line-height: 1.02;
    }

    .global-reach__title-line--indent {
        padding-left: 6.25rem;
    }

    .global-reach__title-underline {
        width: 20rem;
        height: 7px;
        margin: 1.5rem 0 2.35rem;
    }

    .global-reach__subtitle {
        font-size: 2.05rem;
        line-height: 1.34;
        margin-bottom: 1.75rem;
    }
}

@media (max-width: 900px) {
    .global-reach {
        padding: 3rem 0;
    }

    .global-reach__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .global-reach__content {
        --content-align-max: 1320px;
        max-width: none;
        padding: 0 max(clamp(1.25rem, 4vw, 3rem), calc((100vw - var(--content-align-max)) / 2));
    }

    .global-reach__map {
        max-width: none;
        width: 100%;
    }

    .global-reach__map img {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .global-reach {
        padding: 2.5rem 0;
    }

    .global-reach__content {
        padding: 0 1.25rem;
    }

    .global-reach__title-line--indent {
        padding-left: 2rem;
    }
}

/* --- NUEVA SECCIÓN DE FEATURES (Herramienta ideal) --- */
.features {
    padding: 6rem 5%;
    background-color: #ffffff;
    text-align: center;
}

.features-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.features-title {
    font-family: 'Kontora Black', 'Kontora', 'Outfit', sans-serif;
    color: #212529;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.features-underline {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #8bb7cc;
    margin: 0 auto 5rem auto;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
    justify-content: space-between;
}

.features-line {
    display: none;
    position: absolute;
    top: 54px;
    /* Mitad de los 110px del círculo (centrado para 2px de grosor) */
    left: 10%;
    right: 10%;
    height: 2.5px;
    background-color: #185480;
    z-index: 0;
}

@media (min-width: 900px) {
    .features-grid {
        flex-direction: row;
        gap: 2rem;
    }

    .features-line {
        display: block;
    }
}

.feature-item {
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-icon-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #185480;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 0 10px #ffffff;
    /* Borde interior invisible para cortar la línea trasera */
}

.feature-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.feature-icon--built {
    width: 63px;
    height: 63px;
    margin-right: 13px;
}

.feature-icon--powered {
    width: 55px;
    height: 55px;
    margin-left: 5px;
}

.feature-content {
    text-align: center;
    padding: 0 1rem;
}

.feature-heading {
    font-family: 'Kontora', 'Outfit', sans-serif;
    color: #185480;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.4rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.feature-desc {
    font-family: 'Kontora', 'Outfit', sans-serif;
    color: #606060;
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 0;
    font-weight: 600;
}

.feature-subtext {
    font-family: 'Kontora Regular', sans-serif;
    font-family: 'Kontora Regular', sans-serif;
    font-weight: 400;
    color: #606060;
}

/* --- MODULES SHOWCASE --- */
.modules-showcase {
    padding: 0 5% 6rem 5%;
    background-color: #ffffff;
}

.modules-box {
    background-color: #F2F3F7;
    border-radius: 2.5rem;
    padding: 3rem 2rem;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}

.modules-body {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.modules-text {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
    padding-top: 1.5rem;
}

.modules-title {
    font-family: 'Kontora Black', 'Kontora', 'Outfit', sans-serif;
    color: #185480;
    font-size: clamp(1.5rem, 2.8vw, 4.5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 2.5rem 0;
    line-height: 1.2;
    white-space: normal;
}

.modules-text p {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #606060;
    font-size: 1.18rem;
    line-height: 1.25;
    margin: 0;
    font-weight: 300;
}

.modules-image-wrapper {
    flex: 1;
    background-color: #ffffff;
    padding: 1.35rem;
    /* El espacio blanco envolvente */
    border-radius: 2.5rem;
    width: 100%;
}

.modules-image-inner {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2.5 / 1;
}

.modules-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modules-img-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(28, 109, 166, 0.8);
    mix-blend-mode: overlay;
}

.btn-modulos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #185480;
    padding: 0.8rem 2.8rem;
    border-radius: 2.5rem;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 2;
    white-space: nowrap;
}

.btn-modulos:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

@media (min-width: 900px) {
    .modules-box {
        padding: 3rem 6.5rem 3rem 4.2rem;
    }

    .modules-title {
        white-space: nowrap;
    }

    .modules-body {
        flex-direction: row;
        align-items: stretch;
    }

    .modules-text {
        padding-right: 2rem;
        padding-bottom: 1.5rem;
        /* Espacio para que flote naturalmente */
    }

    .modules-image-wrapper {
        margin-right: -8rem;
        margin-bottom: -3rem;
        align-self: flex-end;
        /* Lo ancla abajo a la derecha */
    }
}

@media (max-width: 899px) {
    .modules-image-wrapper {
        margin-right: -1rem;
        margin-left: -1rem;
        margin-bottom: -3rem;
        width: calc(100% + 2rem);
    }
}

/* --- MODULES LIST SECTION --- */
.modules-list-section {
    background-color: #185480;
    padding: 6rem 5%;
    color: #ffffff;
}

.modules-list-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.modules-list-title {
    font-family: 'Kontora Black', 'Kontora', 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.02em;
}

.modules-list-underline {
    display: block;
    width: 65px;
    height: 4px;
    background-color: #ffffff;
    margin: 0 auto 5rem auto;
}

.modules-list-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media (min-width: 900px) {
    .modules-list-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6rem;
    }
}

.modules-list-col {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    /* Separación vertical entre módulos */
}

.modules-list-line {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    /* Centro del círculo blanco de 80px */
    width: 2.5px;
    background-color: #ffffff;
    z-index: 1;
}

.module-item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.module-item-icon {
    width: 85px;
    height: 85px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 2rem;
}

.module-plus {
    position: relative;
    width: 30px;
    height: 30px;
}

.module-plus::before,
.module-plus::after {
    content: '';
    position: absolute;
    background-color: #185480;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-plus::before {
    width: 100%;
    height: 6.5px;
}

.module-plus::after {
    width: 6.5px;
    height: 100%;
}

.module-item-content {
    flex: 1;
}

.module-item-title {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.module-item-desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    font-size: 1.1rem;
    line-height: 1.25;
    margin: 0;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}

/* --- WORKFLOW SECTION --- */
.workflow-section {
    padding: 8rem 5% 6rem 5%;
    background-color: #ffffff;
}

.workflow-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media (min-width: 900px) {
    .workflow-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 6rem;
    }
}

.workflow-left {
    flex: 1;
    /* Changed to take even partition initially */
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 900px) {
    .workflow-left {
        flex: 0.85;
        /* Shrink width on desktop */
    }
}

.workflow-title {
    font-family: 'Kontora Black', 'Kontora', 'Outfit', sans-serif;
    color: #185480;
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.workflow-desc p {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #606060;
    font-size: 1.1rem;
    line-height: 1.25;
    margin: 0 0 1.25rem 0;
    font-weight: 300;
}

.workflow-desc p.workflow-desc-bold {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 700;
    color: #606060;
    margin-bottom: 0;
}

.btn-workflow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #185480;
    color: #ffffff;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    padding: 0.45rem 2.6rem;
    border-radius: 20px;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.2s;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
}

.btn-workflow:hover {
    background: #113c5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(17, 60, 92, 0.3);
    color: #ffffff;
}

.workflow-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 900px) {
    .workflow-right {
        flex: 1.15;
        /* Grow width on desktop to fit long cards */
    }
}

.workflow-step-card {
    background-color: #F2F3F7;
    border-radius: 1.25rem;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workflow-step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* very soft shadow */
}

.workflow-step-num {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #185480;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kontora Black', 'Kontora', sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
    flex-shrink: 0;
    line-height: 1;
    /* keeps number perfectly centered */
}

.workflow-step-content {
    flex: 1;
}

.workflow-step-title {
    font-family: 'Kontora', 'Outfit', sans-serif;
    color: #185480;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.25rem 0;
    letter-spacing: 0.02em;
}

.workflow-step-desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #606060;
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 0;
    font-weight: 300;
}

/* --- CONTACT SECTION --- */
.contact-section {
    padding: 6rem 0;
    background-color: #F4F6F9;
    overflow-x: hidden;
}

.contact-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    margin-bottom: 5rem;
    width: 100%;
}

.contact-header::after {
    content: '';
    display: block;
}

.contact-line {
    height: 7px;
    background-color: #8bb7cc;
    margin-bottom: 1.5rem;
    /* Ajuste visual a la línea base del texto */
    width: 100%;
}

@media (max-width: 900px) {
    .contact-line {
        margin-bottom: 0.8rem;
    }
}

.contact-title {
    font-family: 'Kontora Black', 'Kontora', sans-serif;
    color: #185480;
    font-size: clamp(4rem, 8vw, 8rem);
    text-transform: uppercase;
    line-height: 0.85;
    margin: 0;
    padding: 0 2rem;
    text-align: center;
}

.contact-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media (min-width: 900px) {
    .contact-body {
        flex-direction: row;
        align-items: center;
        gap: 6rem;
    }
}

.contact-image-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
}

.contact-image-wrap img {
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.08));
}

.contact-form-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-form-title {
    font-family: 'Kontora Extra', 'Outfit', sans-serif;
    color: #185480;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.contact-form-desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #185480;
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 2.5rem 0;
    font-weight: 300;
}

.clean-form {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.clean-form-group {
    position: relative;
    width: 100%;
}

.clean-form-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(24, 84, 128, 0.2);
    background: transparent;
    padding: 0.4rem 0;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #185480;
    outline: none;
    transition: all 0.3s ease;
}

.clean-form-group input::placeholder {
    color: #185480;
    font-weight: 300;
    opacity: 0.85;
}

.clean-form-group input:focus {
    border-bottom: 1.5px solid #185480;
}

.clean-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.btn-contact-submit {
    background: #185480;
    color: #ffffff;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 800;
    padding: 0.6rem 2.8rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 1.15rem;
    border: none;
    cursor: pointer;
}

.btn-contact-submit:hover {
    background: #113c5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(17, 60, 92, 0.3);
}

/* =========================================
   Brand Banner
   ========================================= */
.brand-banner {
    width: 100%;
    display: block;
    position: relative;
    line-height: 0;
}

.brand-banner__img {
    width: 100%;
    height: auto;
    display: block;
}

.brand-banner__content {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    color: #ffffff;
    text-align: right;
    line-height: 1.1;
}

.brand-banner__name {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(2rem, 5vw, 5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0.3em;
    letter-spacing: -0.01em;
}

.brand-banner__name span {
    display: block;
}

.brand-banner__tagline {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.9rem, 1.8vw, 1.8rem);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.brand-banner__tagline strong {
    font-weight: 900;
    display: block;
}

@media (max-width: 900px) {
    .brand-banner__content {
        right: 4%;
    }
    .brand-banner__name {
        font-size: clamp(1.2rem, 5vw, 2.5rem);
    }
    .brand-banner__tagline {
        font-size: clamp(0.7rem, 2.5vw, 1.1rem);
    }
}

@media (max-width: 500px) {
    .brand-banner__content {
        right: 3%;
        left: 45%;
        text-align: left;
    }
}

@media (min-width: 2000px) {
    .brand-banner__name {
        font-size: 6rem;
    }
    .brand-banner__tagline {
        font-size: 2.2rem;
    }
}

@media (min-width: 2560px) {
    .brand-banner__name {
        font-size: 7.5rem;
    }
    .brand-banner__tagline {
        font-size: 2.8rem;
    }
}