/* Vista Combustible - S Flight Support - Self-Contained Styles */

/* ==========================================================================
   BANNER SECTION
   ========================================================================== */
.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;
    display: block;
}

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

/* ==========================================================================
   INTRO FUEL SECTION
   ========================================================================== */
.intro-fuel {
    padding: 7rem 2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.intro-fuel__inner {
    max-width: 1200px;
    width: 100%;
}

.intro-fuel__title {
    font-size: 1.9rem;
    font-weight: 500;
    color: #212121;
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-family: 'Bristone Reg', 'Bristone', sans-serif;
    text-transform: uppercase;
}

.intro-fuel__subtitle {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #212121;
    margin-bottom: 1rem;
    line-height: 1.4;
    max-width: 100%;
}

.intro-fuel__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
}

.intro-fuel__content p {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    font-size: 1.15rem;
    color: #212121;
    line-height: 1.6;
}

/* ==========================================================================
   ADVANTAGES FUEL SECTION
   ========================================================================== */
.advantages-fuel {
    padding: 2rem 2rem 8rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.advantages-fuel__inner {
    max-width: 1200px;
    width: 100%;
}

.advantages-fuel__title {
    font-size: 2rem;
    font-weight: 500;
    color: #212121;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    font-family: 'Bristone Reg', 'Bristone', sans-serif;
    text-transform: uppercase;
}

.advantages-fuel__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem 8rem;
}

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

.advantage-card__num {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 3.6rem;
    color: #8e6d2b;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.advantage-card__title {
    font-family: 'Kontora', 'Outfit', sans-serif;
    color: #8e6d2b;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}

.advantage-card__desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: #212121;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* ==========================================================================
   FUEL TYPES SECTION
   ========================================================================== */
.fuel-types {
    background-color: #1a1a1a;
    padding: 8rem 2rem;
    display: flex;
    justify-content: center;
}

.fuel-types__inner {
    max-width: 1200px;
    width: 100%;
}

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

.fuel-types__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    margin-bottom: 5rem;
}

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

.fuel-card__img-wrap {
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.fuel-card__img-wrap img {
    width: 100%;
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
    display: block;
    transform: scale(1.5);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fuel-card:hover .fuel-card__img-wrap img {
    transform: scale(1.18);
}

.fuel-card__title {
    font-family: 'Bristone Reg', 'Bristone', 'Grillmaster', sans-serif;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fuel-card__desc {
    font-family: 'Kontora Regular', 'Outfit', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 1.15rem;
    line-height: 1.6;
}

.fuel-types__action {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

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

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

.about-home__image-wrap {
    position: relative;
    width: 42%;
    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: center;
    display: block;
}

.about-home__content {
    background-color: #ffffff;
    padding: 2rem 2rem;
    width: 80%;
    margin-left: -12%;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.about-home__title {
    font-family: 'Kontora', 'Outfit', sans-serif;
    font-size: 2.6rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 800;
    text-transform: none;
}

.text-gold {
    color: #8e6d2b !important;
}

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

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.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;
}

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

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

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 1024px) {
    .banner-home__content {
        padding-left: 4rem;
        padding-right: 4rem;
    }

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

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

    .contact-home-sfs__form-submit {
        justify-content: center;
    }

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

    .about-home__image-wrap {
        width: 80%;
        margin-bottom: 2rem;
    }

    .about-home__content {
        width: 100%;
        margin-left: 0;
        padding: 2rem;
    }
}

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

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

    .intro-fuel {
        padding: 4rem 1.5rem;
    }

    .intro-fuel__subtitle {
        font-size: 1.15rem;
        margin-bottom: 2.5rem;
    }

    .intro-fuel__content {
        gap: 1.5rem;
    }

    .advantages-fuel {
        padding: 2rem 1.5rem 6rem;
    }

    .advantages-fuel__title {
        margin-bottom: 3rem;
    }

    .advantages-fuel__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .advantage-card__num {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .fuel-types {
        padding: 5rem 1.5rem;
    }

    .fuel-types__title {
        margin-bottom: 3rem;
    }

    .fuel-types__grid {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .fuel-card__title {
        font-size: 1.8rem;
    }
}