/* Vista Servicios - S Flight Support */

/* Banner Servicios */
.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: #000000;
    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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-home__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-home__content {
    position: relative;
    z-index: 2;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    max-width: 1400px;
    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;
}

.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.3rem;
    color: #f0f0f0;
    line-height: 1.4;
    max-width: 600px;
    margin: 1.5rem 0 0 0;
    font-weight: 400;
}


/* Detailed Services Sections (Card Edge Layout) */
.service-card-edge {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3%;
    background-color: #ffffff;
    overflow: hidden;
}

.service-card-edge__content {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 5% 2.5rem 7.5rem;
    max-width: 55%;
}

.service-card-edge__content h2 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #212121;
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-family: 'Bristone Reg', 'Bristone', sans-serif;
    text-transform: uppercase;
}

.service-card-edge__content h3 {
    font-family: 'Kontora', sans-serif;
    color: #8e6d2b;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.4;
    text-transform: uppercase;
}

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

.service-card-edge__content .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;
}


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

.service-card-edge__image-wrap {
    flex: 0.7;
    height: 420px;
    /* Altura fija para que no dependa del contenido */
    max-height: 420px;
    position: relative;
    overflow: hidden;
}

.service-card-edge__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Contact Home Section */
.contact-home-sfs {
    background-color: #86651e;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
}

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

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

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

.contact-home-sfs__subtitle {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    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: 3rem;
    color: rgba(255, 255, 255, 0.9);
}

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

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

.contact-home-sfs__method img {
    width: 28px;
    height: 28px;
}

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

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

/* Banner Separator */
.banner-separator {
    margin: 6rem 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    padding: 0 !important;
    overflow: hidden;
    line-height: 0;
    display: block;
}

.banner-separator img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .banner-separator {
        height: 300px !important;
        margin: 4rem 0 !important;
    }
}

/* Fuel Card Features Section */
.fuel-card-features {
    padding: 6rem 2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.fuel-card-features__card {
    background-color: #212121;
    width: 100%;
    max-width: 800px;
    padding: 3rem 2.5rem;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 8px 0 #8e6d2b;
    /* Sombra/borde dorado inferior un poco más fino */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fuel-card-features__badge {
    background-color: #8e6d2b;
    color: #ffffff;
    padding: 0.6rem 2rem;
    font-family: 'Kontora', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    text-align: center;
}

.fuel-card-features__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem 3rem;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fuel-card-features__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    font-family: 'Kontora Regular', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
}

.fuel-card-features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #8e6d2b;
    color: #212121;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 900;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .fuel-card-features__list {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .fuel-card-features__card {
        padding: 3rem 1.5rem;
    }

    .fuel-card-features__badge {
        font-size: 1.1rem;
        padding: 0.8rem 1.5rem;
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .banner-home__content {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

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

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

    .contact-home-sfs__info {
        text-align: center;
    }

    .contact-home-sfs__methods {
        align-items: center;
    }

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

    .service-card-edge__content {
        max-width: 100%;
        padding: 4rem 2rem;
        order: 2;
    }

    .service-card-edge__image-wrap {
        height: auto;
        max-height: 400px;
        order: 1;
        width: 100%;
    }

    .service-card-edge__image-wrap img {
        height: 100%;
    }
}

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

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

    .services-home {
        padding: 5rem 1.5rem;
    }

    .services-home__grid {
        grid-template-columns: 1fr;
    }

    .contact-home-sfs__form-wrap {
        padding: 2rem;
    }

    .contact-home-sfs__title {
        font-size: 2.5rem;
    }
}