/*! Ditat Theme v1.2.0 — assets/css/fuel.css
 * (c) Ditat — https://ditat.com — All rights reserved */

/* ============ HERO MAP ============ */
.fuel-hero {
    --fuel-text-col: 580px;
    --fuel-hero-safe-gap: clamp(20px, 2vw, 40px);
    --fuel-hero-edge-gap: clamp(24px, 3vw, 56px);
    background: radial-gradient(circle at 76% 50%, rgb(var(--hero-blue-1)) 0%, rgb(var(--hero-blue-2)) 36%, rgb(var(--hero-blue-3)) 66%, var(--navy-deep) 100%);
}

.platform-hero-dash--fuel {
    grid-row: 1;
    grid-column: 1;
    justify-self: start;
    align-self: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: min(clamp(720px, 56vw, 960px), calc(100% - ((100% - min(100%, var(--maxw))) / 2 + 32px) - var(--fuel-text-col) - var(--fuel-hero-safe-gap) - var(--fuel-hero-edge-gap)));
    max-width: none;
    min-height: 0;
    gap: 0;
    padding-top: 0;
    padding-bottom: 14px;
    margin: 0 0 0 calc((100% - min(100%, var(--maxw))) / 2 + 32px + var(--fuel-text-col) + var(--fuel-hero-safe-gap));
    transform: translateY(-26px);
}

.fuel-hero .platform-hero-content {
    max-width: var(--fuel-text-col);
    margin: 0;
    padding-bottom: 64px;
    text-align: left;
}

.fuel-hero .pf-fuel-viz {
    width: 100%;
    max-width: none;
    margin: 0;
}

@media (max-width: 1100px) {
    .fuel-hero .platform-hero-inner,
    .fuel-hero .platform-hero-content {
        display: contents;
    }

    .fuel-hero .platform-hero-title {
        grid-row: 1;
        grid-column: 1;
        justify-self: center;
        width: min(calc(100% - 64px), 720px);
        text-align: center;
    }

    .fuel-hero .platform-hero-lead {
        grid-row: 2;
        grid-column: 1;
        justify-self: center;
        width: min(calc(100% - 64px), 720px);
        text-align: center;
    }

    .fuel-hero .fuel-hero-chips {
        grid-row: 3;
        grid-column: 1;
        justify-self: center;
        width: min(calc(100% - 64px), 580px);
        margin-bottom: 0;
    }

    .fuel-hero .platform-hero-dash--fuel {
        grid-row: 4;
    }

    .fuel-hero .platform-hero-cta {
        grid-row: 5;
        grid-column: 1;
        justify-self: center;
        align-self: start;
        margin-top: 0;
        margin-bottom: 64px;
    }

    .fuel-hero .pf-fuel-viz {
        padding-bottom: 22px;
    }

    .platform-hero-dash--fuel {
        justify-self: center;
        width: 100%;
        max-width: 820px;
        margin-top: 48px;
        margin-left: auto;
        margin-right: auto;
        padding: 4px 8px 6px;
        transform: none;
    }

    .fuel-hero .fuel-map-img {
        object-fit: contain;
    }
}

@media (max-width: 560px) {
    .fuel-hero .platform-hero-title,
    .fuel-hero .platform-hero-lead,
    .fuel-hero .fuel-hero-chips {
        width: min(calc(100% - 44px), 720px);
    }

    .fuel-hero .pf-fuel-viz {
        padding-bottom: 24px;
    }

    .platform-hero-dash--fuel {
        padding-bottom: 4px;
    }
}


/* ============ HERO CHIPS ============ */
.fuel-hero-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    margin: 0 0 48px;
    max-width: 580px;
}

.fuel-hero-chip {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    width: 100%;
    padding: 11px 18px;
    border-radius: var(--radius-pill);
    background: rgb(255 255 255 / 0.06);
    border: 1px solid rgb(255 255 255 / 0.14);
    color: var(--text-on-dark);
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.fuel-hero-chip svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--bar-blue-deep);
}

@media (max-width: 1100px) {
    .fuel-hero-chips {
        justify-content: center;
        justify-items: stretch;
        margin-left: auto;
        margin-right: auto;
    }

    .fuel-hero-chip {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .fuel-hero-chips {
        grid-template-columns: 1fr;
        max-width: 340px;
    }

    .fuel-hero-chip {
        width: 100%;
        justify-content: flex-start;
        white-space: normal;
    }
}

/* ============ MANUAL vs OPTIMIZED ============ */
.fuel-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: stretch;
}

.fuel-compare-card {
    padding: 32px;
}

.fuel-compare-card--optimized {
    border-color: rgb(var(--info-rgb) / 0.46);
    border-width: 2px;
    box-shadow: 0 18px 42px -28px rgb(var(--info-rgb) / 0.34);
}

@media (hover: hover) and (pointer: fine) {
    .fuel-compare-card--optimized:hover {
        border-color: rgb(var(--info-rgb) / 0.46);
        box-shadow: 0 18px 42px -28px rgb(var(--info-rgb) / 0.34);
    }
}

.fuel-title-space {
    display: none;
}

.fuel-compare-tag {
    display: inline-block;
    font-size: .6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
    margin-bottom: 20px;
}

.fuel-compare-tag--manual {
    background: var(--soft);
    color: var(--muted);
}

.fuel-compare-tag--optimized {
    background: rgb(var(--info-rgb) / 0.1);
    color: var(--info-text);
}

.fuel-compare-title {
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 0 0 22px;
}

.fuel-compare-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fuel-compare-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.5;
}

.fuel-li-dot {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1px solid rgb(var(--muted-2-rgb) / 0.42);
    border-radius: 50%;
    background: rgb(var(--muted-2-rgb) / 0.12);
}

.fuel-li-dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(var(--muted-2-rgb) / 0.75);
    transform: translate(-50%, -50%);
}

.fuel-li-check {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 1.5px solid rgb(var(--info-rgb) / 0.56);
    border-radius: 50%;
    background: rgb(var(--info-rgb) / 0.04);
    color: rgb(var(--info-rgb) / 0.82);
}

.fuel-li-check svg {
    width: 11px;
    height: 11px;
}

@media (max-width: 768px) {
    .fuel-compare-heading .fuel-title-break {
        display: none;
    }

    .fuel-compare-heading .fuel-title-space {
        display: inline;
    }

    .fuel-compare-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .fuel-compare-card {
        padding: 26px 22px;
    }
}

/* ============ HOW IT WORKS (timeline) ============ */
.fuel-tl {
    --fuel-tl-flash-start: 200ms;
    --fuel-tl-flash-duration: 960ms;
    --fuel-tl-flash-stride: 760ms;
    margin: 8px auto 0;
}

.fuel-tl-step {
    --fuel-tl-i: 0;
    position: relative;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 32px;
    padding-bottom: 48px;
    align-items: start;
}

.fuel-tl-step:last-child {
    padding-bottom: 0;
}

.fuel-tl-step:nth-child(2) {
    --fuel-tl-i: 1;
}

.fuel-tl-step:nth-child(3) {
    --fuel-tl-i: 2;
}

.fuel-tl-step:nth-child(4) {
    --fuel-tl-i: 3;
}

.fuel-tl-step:nth-child(5) {
    --fuel-tl-i: 4;
}

.fuel-tl-step:nth-child(6) {
    --fuel-tl-i: 5;
}

.fuel-tl-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 44px;
    top: 44px;
    height: 100%;
    width: 2px;
    transform: translateX(-50%);
    background: var(--line);
    z-index: 0;
}

.fuel-tl-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 44px;
    top: 44px;
    height: 100%;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--coral), var(--coral-bright));
    clip-path: inset(0 0 100% 0);
    z-index: 1;
}

.fuel-tl-num {
    position: relative;
    z-index: 2;
    width: 88px;
    display: flex;
    justify-content: center;
}

.fuel-tl-num span {
    position: relative;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: 50%;
    color: var(--muted-2);
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}

.fuel-tl.is-revealed .fuel-tl-step {
    animation: fuel-tl-zoom var(--fuel-tl-flash-duration) cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: calc(var(--fuel-tl-flash-start) + var(--fuel-tl-i) * var(--fuel-tl-flash-stride));
    transform-origin: left center;
}

.fuel-tl.is-revealed .fuel-tl-num span {
    animation: fuel-tl-node-turn var(--fuel-tl-flash-duration) ease-out both;
    animation-delay: calc(var(--fuel-tl-flash-start) + var(--fuel-tl-i) * var(--fuel-tl-flash-stride));
}

.fuel-tl.is-revealed .fuel-tl-step:not(:last-child)::after {
    animation: fuel-tl-rail-fill var(--fuel-tl-flash-stride) ease-in-out both;
    animation-delay: calc(var(--fuel-tl-flash-start) + var(--fuel-tl-i) * var(--fuel-tl-flash-stride) + 180ms);
}

.fuel-tl.is-revealed .fuel-tl-step.is-output .fuel-tl-num span {
    animation-name: fuel-tl-node-stay;
    animation-fill-mode: both;
}

.fuel-tl-body {
    padding-top: 6px;
}

.fuel-tl-eye {
    display: block;
    color: var(--coral);
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fuel-tl-title {
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 0 0 8px;
}

.fuel-tl-desc {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.fuel-tl.is-revealed .fuel-tl-step.is-output .fuel-tl-num span {
    border-color: var(--cta);
    color: var(--cta);
    box-shadow: 0 0 0 8px rgb(var(--cta-rgb) / 0.10), var(--shadow-sm);
}

.fuel-tl.is-revealed .fuel-tl-step.is-output .fuel-tl-num span::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 2px solid var(--cta);
    opacity: 0;
    animation: fuel-tl-pulse 2s ease-out infinite;
    animation-delay: calc(var(--fuel-tl-flash-start) + var(--fuel-tl-i) * var(--fuel-tl-flash-stride) + 420ms);
}

@keyframes fuel-tl-node-turn {
    0% {
        border-color: var(--line);
        color: var(--muted-2);
        box-shadow: var(--shadow-sm), 0 0 0 0 rgb(var(--cta-rgb) / 0);
    }
    45% {
        border-color: var(--cta);
        color: var(--cta);
        box-shadow: var(--shadow-sm), 0 0 0 8px rgb(var(--cta-rgb) / 0.16);
    }
    100% {
        border-color: var(--line);
        color: var(--muted-2);
        box-shadow: var(--shadow-sm), 0 0 0 0 rgb(var(--cta-rgb) / 0);
    }
}

@keyframes fuel-tl-node-stay {
    0% {
        border-color: var(--line);
        color: var(--muted-2);
        box-shadow: var(--shadow-sm), 0 0 0 0 rgb(var(--cta-rgb) / 0);
    }
    45% {
        border-color: var(--cta);
        color: var(--cta);
        box-shadow: var(--shadow-sm), 0 0 0 9px rgb(var(--cta-rgb) / 0.18);
    }
    100% {
        border-color: var(--cta);
        color: var(--cta);
        box-shadow: 0 0 0 8px rgb(var(--cta-rgb) / 0.10), var(--shadow-sm);
    }
}

@keyframes fuel-tl-rail-fill {
    from {
        clip-path: inset(0 0 100% 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes fuel-tl-zoom {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fuel-tl-pulse {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (max-width: 600px) {
    .fuel-tl-step {
        grid-template-columns: 64px 1fr;
        gap: 20px;
        padding-bottom: 36px;
    }

    .fuel-tl-step:not(:last-child)::before {
        left: 32px;
        top: 32px;
    }

    .fuel-tl-step:not(:last-child)::after {
        left: 32px;
        top: 32px;
    }

    .fuel-tl-num {
        width: 64px;
    }

    .fuel-tl-num span {
        width: 64px;
        height: 64px;
        font-size: 1.25rem;
    }
}

/* ============ INTEGRATED BAND ============ */
.fuel-band-section {
    padding-top: 0;
}

.fuel-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 48px 56px;
    border-radius: var(--radius-xl);
    background: linear-gradient(108deg, var(--navy-deep) 0%, var(--navy) 44%, #1D4774 74%, #245487 100%);
    box-shadow: var(--shadow-lg);
}

.fuel-band-eye {
    display: block;
    color: var(--coral-bright);
    font-weight: 800;
    font-size: .875rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.fuel-band-title {
    color: var(--white);
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 14px;
}

.fuel-band-desc {
    color: rgb(255 255 255 / 0.75);
    font-size: 1.0625rem;
    line-height: 1.5;
    margin: 0;
}

.fuel-band-cta {
    flex-shrink: 0;
}

@media (max-width: 820px) {
    .fuel-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 36px 28px;
        gap: 24px;
    }

    .fuel-band-title {
        font-size: 1.625rem;
    }
}

/* ============ FUEL CARD CONTROLS ============ */
.fuel-controls-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.fuel-eco-card {
    display: flex;
    flex-direction: column;
    padding: 32px;
    color: inherit;
    text-decoration: none;
}

.fuel-eco-title {
    font-size: 1.25rem;
    margin: 0 0 10px;
}

.fuel-eco-desc {
    color: var(--muted);
    font-size: .9375rem;
    line-height: 1.55;
    margin: 0 0 24px;
}

.fuel-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.fuel-logo-cell {
    display: grid;
    place-items: center;
    height: 72px;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}

.fuel-logo-cell img {
    max-height: 32px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.fuel-eco-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0 0;
    color: var(--muted-2);
    font-size: .8125rem;
    line-height: 1.4;
}

.fuel-eco-note-icon {
    flex-shrink: 0;
    display: inline-flex;
    width: 15px;
    height: 15px;
    color: var(--muted-2);
}

.fuel-eco-note-icon svg {
    width: 15px;
    height: 15px;
}

.fuel-control-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fuel-control-item {
    display: flex;
    flex: 1;
    gap: 18px;
    padding: 24px 26px;
    align-items: flex-start;
}

.fuel-control-icon {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: var(--radius-sm);
    background: var(--soft);
    color: var(--navy);
}

.fuel-control-icon svg {
    width: 22px;
    height: 22px;
}

.fuel-control-title {
    font-size: 1.125rem;
    margin: 0 0 6px;
}

.fuel-control-desc {
    color: var(--muted);
    font-size: .9375rem;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 900px) {
    .fuel-controls-grid {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 700px) {
    .fuel-controls-grid {
        max-width: none;
    }
}

/* ============ PROVE SAVINGS / ROI ============ */
.fuel-roi {
    background: radial-gradient(circle at 82% 50%, rgb(var(--hero-blue-1)) 0%, #245487 22%, #1D4774 42%, #173A60 60%, #102A48 78%, var(--navy-deep) 100%);
    overflow-x: clip;
}

.fuel-roi .eyebrow {
    color: var(--coral-bright);
}

@media (max-width: 959px) {
    .fuel-compare .section-sub br,
    .fuel-how .section-sub br,
    .fuel-controls .section-sub br,
    .fuel-roi .section-sub br {
        display: none;
    }
}

.fuel-roi-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 40px;
    align-items: stretch;
    margin-top: 8px;
    margin-right: calc(50% - 50vw + var(--sb, 0px) / 2);
}

.fuel-roi-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fuel-roi-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 18px;
    align-items: flex-start;
    flex: 1;
    min-height: 0;
    padding: 24px 26px;
    border-radius: var(--radius-lg);
}

.fuel-roi-step-num {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: rgb(255 255 255 / 0.06);
    border: 1px solid rgb(255 255 255 / 0.12);
    color: var(--text-on-dark);
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color .3s ease, border-color .3s ease, transform .3s ease, color .3s ease;
}

.fuel-roi-step-body {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding-top: 1px;
}

@media (hover: hover) and (pointer: fine) {
    .fuel-roi-step:hover .fuel-roi-step-num {
        background: rgb(255 255 255 / 0.1);
        border-color: rgb(255 255 255 / 0.22);
        color: var(--white);
        transform: scale(1.05);
    }
}

@media (max-width: 560px) {
    .fuel-roi-step {
        grid-template-columns: 48px minmax(0, 1fr);
        column-gap: 14px;
        padding: 22px;
    }

    .fuel-roi-step-num {
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }
}

/* Panel reuses .ph-metric (summary cards) + .pf-dbg-table/.pf-dbg-head/.pf-dbg-row (grid) */
.fuel-roi-panel {
    min-width: 0;
    background: rgb(255 255 255 / 0.07);
    border: 1px solid rgb(255 255 255 / 0.12);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fuel-roi-head {
    min-width: 0;
    background: var(--soft);
    border-radius: var(--radius);
    padding: 24px 26px 26px;
}

.fuel-roi-panel-title {
    font-size: 1.25rem;
    margin: 0 0 18px;
}

.fuel-roi-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

@media (max-width: 1730px) {
    .fuel-roi-summary .fuel-roi-stat:nth-child(4) {
        display: none;
    }
}

.fuel-roi-stat .ph-metric-value {
    white-space: nowrap;
}

.fuel-roi-stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.fuel-roi-stat-row--progress {
    justify-content: flex-start;
}

.fuel-roi-compliance-bar {
    flex: 1 1 auto;
    min-width: 48px;
    height: 7px;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(var(--muted-2-rgb) / 0.32);
}

.fuel-roi-compliance-bar span {
    display: block;
    min-width: 0;
    border-radius: inherit;
}

.fuel-roi-compliance-bar .is-bad {
    background: linear-gradient(90deg, rgb(var(--danger-rgb) / 0.48), var(--danger));
}

.fuel-roi-compliance-bar .is-average {
    background: linear-gradient(90deg, rgb(var(--warning-rgb) / 0.48), var(--warning));
}

.fuel-roi-compliance-bar .is-good {
    background: linear-gradient(90deg, rgb(var(--success-rgb) / 0.36), var(--success));
}

.fuel-roi-stat-delta {
    align-self: flex-start;
}

.fuel-roi-stat .u {
    font-size: .75rem;
    font-weight: 600;
    color: var(--muted);
}

.fuel-roi-stat-sub {
    font-size: .6875rem;
    color: rgb(var(--muted-rgb) / 0.8);
}

.fuel-roi-table {
    min-width: 0;
    background: var(--white);
    border-radius: var(--radius);
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--muted-2-rgb) / 0.5) transparent;
}

.fuel-roi-table .fuel-roi-tr {
    grid-template-columns:
        minmax(96px, 1fr)
        minmax(86px, 0.92fr)
        minmax(74px, 0.82fr)
        minmax(124px, 1.12fr)
        minmax(124px, 1.12fr)
        minmax(86px, 0.92fr)
        minmax(74px, 0.82fr)
        minmax(104px, 1fr);
    gap: 14px;
    min-width: 860px;
}

.fuel-roi-table .pf-dbg-row {
    font-size: .8125rem;
    color: var(--navy);
}

.fuel-roi-table .pf-dbg-row > span {
    text-align: left;
    justify-content: flex-start;
    white-space: nowrap;
}

.fuel-roi-table .pf-dbg-row:nth-child(even) {
    background: transparent;
}

.fuel-roi-table .pf-dbg-row:nth-child(odd) {
    background: var(--soft-2);
}

@media (hover: hover) and (pointer: fine) {
    .fuel-roi-table .pf-dbg-row {
        transition: background-color .15s ease;
    }

    .fuel-roi-table .pf-dbg-row:hover {
        background: rgb(var(--hero-blue-1) / 0.07);
    }
}

.fuel-roi-table .pf-dbg-head span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 5px;
}

.fuel-roi-table .pf-dbg-head svg {
    width: 11px;
    height: 11px;
    opacity: 0.7;
}

.fuel-roi-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    color: var(--muted);
    cursor: help;
    pointer-events: auto;
}

.fuel-roi-info.pf-tip::after {
    width: max-content;
    max-width: 280px;
    white-space: normal;
    line-height: 1.35;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.01em;
    z-index: 40;
}

.fuel-roi-info.pf-tip::before {
    z-index: 40;
}

.fuel-roi-table .u {
    color: var(--muted);
    font-weight: 400;
}

.fuel-roi-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.3;
}

.fuel-roi-stack small {
    color: var(--muted-2);
    font-size: .6875rem;
}

.fuel-roi-save {
    font-weight: 700;
    color: var(--navy);
}

.fuel-roi-compliance {
    color: var(--success-text);
}

.fuel-roi-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 2px 8px 4px;
    color: rgb(255 255 255 / 0.6);
    font-size: .75rem;
    line-height: 1.4;
}

.fuel-roi-note-ic {
    display: inline-flex;
    flex-shrink: 0;
}

.fuel-roi-note-ic svg {
    width: 14px;
    height: 14px;
}

@media (min-width: 1181px) {
    .fuel-roi-panel {
        border-right: 0;
        border-radius: var(--radius-lg) 0 0 var(--radius-lg);
        padding-right: 0;
    }

    .fuel-roi-head,
    .fuel-roi-table {
        border-radius: var(--radius) 0 0 var(--radius);
    }
}

@media (max-width: 1180px) {
    .fuel-roi-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-right: 0;
    }

    .fuel-roi-stat {
        min-height: 104px;
    }

    .fuel-roi-table {
        overflow-y: hidden;
    }
}

@media (max-width: 700px) {
    /* Counters platform.css .pf-dbg-row ≤700 reflow (hides cols 5-9, card grid-areas), which .fuel-roi-tr must not inherit. */
    .fuel-roi-table {
        overflow-x: auto;
        overflow-y: visible;
    }

    .fuel-roi-table .pf-dbg-head {
        display: grid;
    }

    .fuel-roi-table .fuel-roi-tr {
        grid-template-areas: none;
        min-width: 860px;
    }

    .fuel-roi-table .fuel-roi-tr > span {
        grid-area: auto;
        justify-self: auto;
    }

    .fuel-roi-table .fuel-roi-tr > span:not(.fuel-roi-stack) {
        display: block;
    }

    .fuel-roi-table .fuel-roi-tr > span.fuel-roi-stack {
        display: flex;
    }
}

/* ============ MID CTA ============ */
.fuel-cta .section-sub {
    margin-bottom: 36px;
}
.fuel-cta-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
    margin-bottom: 0;
}
