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

/* Banner Home */
.banner-home {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 95px;
    height: 100vh;
    min-height: 550px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8vh;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 8px solid #86651e;
}

.banner-home__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-home__bg img,
.banner-home__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}

.banner-home__gradient {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 15%, rgba(255, 255, 255, 0) 75%);
    z-index: 1;
}

.banner-home__content {
    position: relative;
    z-index: 2;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.banner-home__title {
    font-family: 'Bristone', 'Grillmaster', 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 2.8vw, 3.4rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.25;
    text-align: left;
}

.banner-home__title-alt {
    text-align: left;
}

.title-crossfade-container {
    display: grid;
    margin: 0 0 1.5rem 0;
    max-width: 800px;
}

.title-crossfade-container>* {
    grid-area: 1 / 1;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 !important;
}

#bannerTitle1 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#bannerTitle2 {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.title-crossfade-container.show-alt #bannerTitle1 {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.title-crossfade-container.show-alt #bannerTitle2 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.banner-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Bristone', 'Grillmaster', 'Outfit', sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 2.8rem);
    font-weight: 300;
    color: #ffffff;
}

.banner-features-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.banner-features-list .feature-img {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    object-fit: contain;
}

.title-en {
    font-size: clamp(1.4rem, 2.5vw, 2.8rem);
    max-width: 100%;
}

.title-en-large {
    font-size: 1.65em;
    display: inline-block;
    margin-top: 0.15rem;
}

span.badge-blue {
    display: inline-block;
    background: #185480;
    color: #ffffff;
    padding: 0.2rem 1.5rem;
    border-radius: 999px;
    font-weight: 800;
    transform: translateY(-2px);
}

span.badge-gold {
    display: inline-block;
    background: #8e6d2b;
    color: #ffffff;
    padding: 0.2rem 0.8rem;
    margin-top: 0.25rem;
    line-height: 1.1;
    border-radius: 0;
}

.banner-home__subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #606060;
    line-height: 1.3;
    max-width: 520px;
    margin: 0 0 1.5rem 0;
    font-weight: 500;
    text-align: left;
}

.banner-home__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.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;
}

/* ABOUT HOME SECTION */
.about-home {
    padding: 5.5rem 2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.about-home__inner {
    max-width: 1080px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.about-home__image-wrap {
    position: relative;
    width: 35%;
    z-index: 1;
}

.about-home__image-bg {
    position: absolute;
    top: 1rem;
    bottom: -1rem;
    left: -1rem;
    right: 2rem;
    background-color: #8e6d2b;
    z-index: -1;
}

.about-home__image-wrap img {
    width: 100%;
    aspect-ratio: 4 / 5.2;
    object-fit: cover;
    object-position: 80% center;
    display: block;
}

.about-home__content {
    background-color: #ffffff;
    padding: 2rem 4rem;
    width: 75%;
    margin-left: -10%;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.about-home__title {
    font-family: 'Bristone Reg', 'Bristone', sans-serif;
    font-size: 2.2rem;
    color: #0b132b;
    margin-bottom: 1rem;
    font-weight: normal;
}

.about-home__desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #212121;
    line-height: 1.6;
    font-size: 1.15rem;
    margin-bottom: 2rem;
}

.btn-gold {
    display: inline-block;
    background-color: #8e6d2b;
    color: #ffffff;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.18rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-gold:hover {
    background-color: #6d5421;
}

/* SERVICES HOME SECTION */
.services-home {
    background-color: #1a1a1a;
    padding: 6rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-home__inner {
    max-width: 1250px;
    width: 100%;
}

.services-home__title {
    font-family: 'Bristone Reg', 'Bristone', 'Grillmaster', sans-serif;
    color: #ffffff;
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 4rem;
    text-align: left;
    font-weight: normal;
}

.services-home__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.service-card {
    display: flex;
    flex-direction: column;
}

.service-card__img-wrap {
    width: 100%;
    margin-bottom: 1.5rem;
}

.service-card__img-wrap img {
    width: 100%;
    aspect-ratio: 4 / 5.2;
    object-fit: cover;
    display: block;
}

.service-card__num {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1;
}

.service-card__title {
    font-family: 'Kontora', 'Outfit', sans-serif;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    min-height: 3.5rem;
    line-height: 1;
    display: grid;
    align-content: center;
}

.service-card__title span.weight-light {
    font-family: 'Kontora Light', 'Outfit', sans-serif;
    font-weight: 300;
}

.service-card__desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #ffffff;
    font-size: 1.15rem;
    line-height: 1.6;
}

.services-home__action {
    display: flex;
    justify-content: center;
}

/* SERVICE CARD HOME SECTION */
.service-card-home {
    padding: 7rem 2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.service-card-home__inner {
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.service-card-home__content {
    flex: 1;
    max-width: 55%;
}

.service-card-home__title {
    font-family: 'Bristone Reg', 'Bristone', 'Grillmaster', sans-serif;
    color: #0b132b;
    font-size: 2.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: normal;
}

.service-card-home__subtitle {
    font-family: 'Kontora', 'Outfit', sans-serif;
    color: #0b132b;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    text-transform: uppercase;
}

.service-card-home__desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #212121;
    line-height: 1.6;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

.service-card-home__actions {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.service-card-home__image-wrap {
    width: 38%;
    position: relative;
    z-index: 1;
}

.service-card-home__image-bg {
    position: absolute;
    top: 1rem;
    bottom: -1rem;
    left: 1rem;
    right: -1rem;
    background-color: #8e6d2b;
    z-index: -1;
}

.service-card-home__image-wrap img {
    width: 100%;
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
    display: block;
    position: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* FAQ HOME SECTION */
.faq-home {
    padding: 7rem 2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.faq-home__inner {
    max-width: 1050px;
    width: 100%;
}

.faq-home__header {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-home__title {
    font-family: 'Bristone Reg', 'Bristone', 'Grillmaster', sans-serif;
    color: #0b132b;
    font-size: 2.1rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.faq-home__subtitle {
    font-family: 'Kontora', 'Outfit', sans-serif;
    color: #0b132b;
    font-size: 1.12rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.faq-home__desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #212121;
    font-size: 1.15rem;
}

.faq-home__list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.faq-item {
    background-color: #1c1c1c;
    border-radius: 18px;
    padding: 0 2.5rem;
    color: #ffffff;
    transition: all 0.3s ease;
}

.faq-item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    list-style: none;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__text {
    padding-right: 2rem;
}

.faq-item__icon {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

details[open] .faq-item__icon {
    transform: rotate(45deg);
}

.faq-item__answer {
    padding-bottom: 1.8rem;
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #ffffff;
}

/* CONTACT HOME SFS */
.contact-home-sfs {
    background-color: #86651e;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
}

.contact-home-sfs__inner {
    max-width: 1250px;
    width: 100%;
    display: flex;
    gap: 8rem;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .contact-home-sfs__inner {
        gap: 4rem;
    }
}

@media (max-width: 900px) {
    .contact-home-sfs {
        padding: 4rem 1.5rem;
    }

    .contact-home-sfs__inner {
        flex-direction: column;
        gap: 3.5rem;
    }

    .contact-home-sfs__title {
        font-size: clamp(1.8rem, 10vw, 2.2rem);
        line-height: 1.1;
        word-wrap: break-word;
    }

    .contact-home-sfs__info,
    .contact-home-sfs__form-wrap {
        width: 100%;
    }
}

.contact-home-sfs__info {
    flex: 1;
    color: #ffffff;
}

.contact-home-sfs__title {
    font-family: 'Bristone Reg', 'Bristone', 'Grillmaster', sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: normal;
}

.contact-home-sfs__subtitle {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.4;
}

.contact-home-sfs__desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.contact-home-sfs__methods {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-home-sfs__method {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
}

.contact-home-sfs__method img {
    width: 25px;
    height: 25px;
    display: block;
}

.contact-home-sfs__form-wrap {
    flex: 1;
    color: #ffffff;
}

.contact-home-sfs__form-title {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.contact-home-sfs__form-desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 2rem;
}

.contact-home-sfs__form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.contact-home-sfs__form input,
.contact-home-sfs__form textarea {
    width: 100%;
    background-color: #d8cebd;
    border: none;
    padding: 1.2rem 1rem;
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    font-size: 1rem;
    color: #4a3811;
}

.contact-home-sfs__form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-home-sfs__form input::placeholder,
.contact-home-sfs__form textarea::placeholder {
    color: #9e8250;
}

.contact-home-sfs__form input:focus,
.contact-home-sfs__form textarea:focus {
    outline: none;
    background-color: #e5dccf;
}

.contact-home-sfs__form-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

@media (max-width: 900px) {
    .contact-home-sfs__form-submit {
        justify-content: center;
    }
}

.contact-home-sfs__form-submit button {
    background-color: #1c1c1c;
    color: #ffffff;
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-weight: 800;
    padding: 0.8rem 2.5rem;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-home-sfs__form-submit button:hover {
    background-color: #000000;
}

@media (max-width: 1024px) {
    .banner-home__gradient {
        background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.1) 100%);
    }
}

@media (max-width: 768px) {
    .banner-home {
        height: auto;
        min-height: 80vh;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .banner-home__bg {
        width: 100%;
    }

    .banner-home__gradient {
        background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.4) 100%);
    }

    .banner-home__content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .banner-home__title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }
}

/* --- 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);
}

@media (max-width: 900px) {
    .about-home {
        padding: 4rem 1.5rem;
    }

    .about-home__inner {
        flex-direction: column;
    }

    .about-home__image-wrap {
        width: 92%;
        margin-right: -8%;
    }

    .about-home__image-bg {
        top: 1rem;
        bottom: -1rem;
        left: -1rem;
        right: 1.5rem;
    }

    .about-home__content {
        width: 95%;
        margin-left: 0;
        margin-top: -3rem;
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 1024px) {
    .services-home__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 2.5rem;
    }
}

@media (max-width: 600px) {
    .services-home__grid {
        grid-template-columns: 1fr;
    }

    .service-card__title {
        min-height: auto;
    }
}

@media (max-width: 900px) {
    .service-card-home__inner {
        flex-direction: column;
        gap: 3rem;
    }

    .service-card-home__content,
    .service-card-home__image-wrap {
        max-width: 100%;
        width: 100%;
    }

    .service-card-home__image-wrap {
        padding-right: 0;
    }

    .service-card-home__image-bg {
        left: -1rem;
        right: -1rem;
        top: 1rem;
        bottom: -1rem;
    }
}