/* ============================================================
   FUELS PAGE — banner · split · gallery
   Charte: #1C1C1C | #E8500A | #2BAF80 | Plus Jakarta Sans
   ============================================================ */


/* ── BANNER ─────────────────────────────────────────────────── */

.fuels-banner {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--steel);
    margin-top: 72px;
}

.fuels-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.38) saturate(0.55);
}

.fuels-banner-bg-ph {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1c1c1c 0%, #282828 60%, #1a1a1a 100%);
}

.fuels-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(28, 28, 28, 0.88) 0%, rgba(28, 28, 28, 0.45) 70%, transparent 100%);
    z-index: 1;
}

.fuels-banner-content {
    position: relative;
    z-index: 2;
    padding: 64px 7%;
}

.fuels-banner-content .bfl-section-tag {
    margin-bottom: 10px;
}

.fuels-banner-title {
    font-family: var(--font-title);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.05;
    margin-bottom: 14px;
}

.fuels-banner-sub {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 520px;
    margin: 0;
}


/* ── SPLIT SECTION ──────────────────────────────────────────── */

.fuels-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 580px;
    padding: 100px 7%;
}


/* Reverse: image on right */

.fuels-split--reverse .fuels-split-img {
    order: 2;
}

.fuels-split--reverse .fuels-split-content {
    order: 1;
}


/* Image side */

.fuels-split-img {
    position: relative;
    height: 100%;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--radius);
}

.fuels-split-img .fuels-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.85);
}

.fuels-img-ph {
    width: 100%;
    height: 100%;
    min-height: 520px;
    background: linear-gradient(135deg, #1c1c1c, #282828);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #3a3a3a;
    font-size: 0.78rem;
    text-align: center;
    line-height: 1.5;
}


/* Content side */

.fuels-split-content {
    background: var(--steel);
    padding: 72px 7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fuels-split-content .bfl-section-tag {
    margin-bottom: 8px;
}

.fuels-split-title {
    font-family: var(--font-title);
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.05;
    margin-bottom: 24px;
}

.fuels-split-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    margin-bottom: 18px;
}

.fuels-split-note {
    font-size: 16px;
    color: var(--orange);
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 14px;
}

.fuels-split-body {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.72;
    margin-bottom: 20px;
}

.fuels-split-question {
    font-size: 16px;
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 8px;
}

.fuels-split-context {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 14px;
    line-height: 1.6;
}

.fuels-split-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

.fuels-split-list li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
    position: relative;
    line-height: 1.55;
}

.fuels-split-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--teal);
}


/* CTA button */

.fuels-split-cta {
    margin-top: 4px;
}

.fuels-cta-btn {
    display: inline-block;
    background: var(--orange);
    color: var(--white);
    padding: 14px 30px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    transition: var(--trans);
}

.fuels-cta-btn:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: var(--white);
    transform: translateY(-2px);
}


/* ── GALLERY ────────────────────────────────────────────────── */

.fuels-gallery {
    background: var(--white);
    padding: 0 100px 7%;
}

.fuels-gallery-header {
    margin-bottom: 48px;
    text-align: center;
}

.fuels-gallery-title {
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--steel);
    text-transform: none;
    letter-spacing: -0.3px;
}


/* Masonry-style 3-col grid */

.fuels-gallery-grid {
    columns: 3;
    column-gap: 16px;
}

.fuels-gallery-item {
    break-inside: avoid;
    position: relative;
    margin-bottom: 16px;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
}

.fuels-gallery-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: saturate(0.85);
    transition: filter 0.35s, transform 0.45s;
}

.fuels-gallery-item:hover .fuels-gallery-img {
    filter: saturate(1) brightness(0.7);
    transform: scale(1.04);
}

.fuels-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(28, 28, 28, 0.45);
    transition: opacity 0.3s;
}

.fuels-gallery-item:hover .fuels-gallery-overlay {
    opacity: 1;
}

.fuels-gallery-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transform: scale(0.7);
    transition: transform 0.25s;
}

.fuels-gallery-item:hover .fuels-gallery-icon {
    transform: scale(1);
}


/* ── RESPONSIVE ─────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .fuels-split {
        grid-template-columns: 1fr;
    }
    .fuels-split--reverse .fuels-split-img,
    .fuels-split--reverse .fuels-split-content {
        order: unset;
    }
    .fuels-split-img {
        min-height: 340px;
    }
    .fuels-gallery-grid {
        columns: 2;
    }
}

@media (max-width: 768px) {
    .fuels-banner-content {
        padding: 52px 5%;
    }
    .fuels-split-content {
        padding: 56px 5%;
    }
    .fuels-gallery {
        padding: 60px 5%;
    }
    .fuels-gallery-grid {
        columns: 1;
    }
}

.bfl-footer-col h4:after {
    content: "";
    background: var(--color-primary);
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}