.how-fleetops-works-page {
    --blue: #0b5cff;
    --navy: #061d47;
    --text: #183558;
    --muted: #657894;
    --line: #dce7f4;
    --soft: #f7faff;
    width: 100%;
    display: block;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: #fff;
}
.how-fleetops-works-page * { box-sizing: border-box; }
.how-fleetops-works-page img { display: block; max-width: 100%; }
.how-fleetops-works-page a { text-decoration: none; }
.how-fleetops-works-page .hfw-container { width: min(1220px, calc(100% - 40px)); margin: auto; }
.how-fleetops-works-page .hfw-container::before,
.how-fleetops-works-page .hfw-container::after { content: none !important; display: none !important; }

/* ── Hero ── */
.how-fleetops-works-page .hfw-hero { padding: 48px 0 30px; background: linear-gradient(180deg, #fff, #fbfdff); }
.how-fleetops-works-page .hfw-hero-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 32px; align-items: center; }
.how-fleetops-works-page .hfw-hero h1 { font-size: 46px; line-height: 1.02; letter-spacing: -.04em; color: #061d47; margin: 0; font-weight: 850; }
.how-fleetops-works-page .hfw-hero h2 { font-size: 24px; color: #0b5cff; margin: 10px 0 0; font-weight: 750; }
.how-fleetops-works-page .hfw-hero p { font-size: 15px; line-height: 1.65; color: #4d6685; margin: 18px 0 0; max-width: 560px; }
.how-fleetops-works-page .hfw-principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.how-fleetops-works-page .hfw-principles div { text-align: center; }
.how-fleetops-works-page .hfw-principles img { width: 42px; height: 42px; margin: auto; color: #0b5cff; }
.how-fleetops-works-page .hfw-principles strong { display: block; font-size: 11px; color: #061d47; margin-top: 8px; font-weight: 800; }
.how-fleetops-works-page .hfw-principles span { display: block; font-size: 9px; color: #657894; line-height: 1.4; margin-top: 4px; }
.how-fleetops-works-page .hfw-hero-visual { min-height: 310px; display: flex; align-items: center; justify-content: center; }
.how-fleetops-works-page .hfw-hero-visual img { width: 100%; max-width: 650px; filter: drop-shadow(0 18px 28px rgba(9,43,91,.12)); }

/* ── 6-Step Journey ── */
.how-fleetops-works-page .hfw-journey-section { padding: 0 0 22px; }
.how-fleetops-works-page .hfw-journey-card { border: 1px solid #dce7f4; border-radius: 16px; padding: 24px 20px; background: #fff; box-shadow: 0 4px 16px rgba(6,29,71,0.04); }
.how-fleetops-works-page .hfw-journey-card > h2,
.how-fleetops-works-page .hfw-benefits h2 { font-size: 15px; color: #061d47; margin: 0 0 16px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.how-fleetops-works-page .hfw-journey { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 8px; align-items: stretch; }
.how-fleetops-works-page .hfw-journey article { text-align: center; padding: 8px 10px; }
.how-fleetops-works-page .hfw-journey article:not(:first-child) { border-left: 1px solid #edf2f7; }
.how-fleetops-works-page .hfw-journey article i { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; margin: auto; background: #eef4ff; color: #0b5cff; font-style: normal; font-weight: 900; font-size: 13px; }
.how-fleetops-works-page .hfw-journey article img { width: 52px; height: 52px; margin: 12px auto 0; }
.how-fleetops-works-page .hfw-journey h3 { font-size: 13.5px; margin: 8px 0 0; font-weight: 800; color: #061d47; }
.how-fleetops-works-page .hfw-journey p { font-size: 10.5px; color: #657894; line-height: 1.55; margin: 8px 0 0; }
.how-fleetops-works-page .hfw-journey .green h3 { color: #138b4d; }
.how-fleetops-works-page .hfw-journey .purple h3 { color: #7c3aed; }
.how-fleetops-works-page .hfw-journey .orange h3 { color: #f97316; }
.how-fleetops-works-page .hfw-journey .teal h3 { color: #0f8b8d; }
.how-fleetops-works-page .hfw-journey .blue h3 { color: #0b5cff; }
.how-fleetops-works-page .hfw-arrow { display: grid; place-items: center; color: #6ea1ff; font-size: 34px; font-weight: 300; }
.how-fleetops-works-page .hfw-feedback { text-align: center; color: #061d47; font-size: 12px; font-weight: 750; margin-top: 18px; padding-top: 12px; border-top: 1px dashed #7da7ff; }

/* ── Benefits ── */
.how-fleetops-works-page .hfw-benefits { padding: 0 0 28px; }
.how-fleetops-works-page .hfw-benefits h2 { text-align: center; }
.how-fleetops-works-page .hfw-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.how-fleetops-works-page .hfw-benefit-grid article { border: 1px solid #dce7f4; border-radius: 14px; padding: 16px; display: flex; gap: 12px; background: #fff; box-shadow: 0 2px 8px rgba(6,29,71,0.02); }
.how-fleetops-works-page .hfw-benefit-grid img { width: 42px; height: 42px; flex-shrink: 0; }
.how-fleetops-works-page .hfw-benefit-grid strong { display: block; font-size: 13px; color: #061d47; font-weight: 800; }
.how-fleetops-works-page .hfw-benefit-grid span { display: block; font-size: 10.5px; line-height: 1.45; color: #657894; margin-top: 4px; }

/* ── Daily Operations Flow ── */
.how-fleetops-works-page .hfw-daily-flow { padding: 42px 0 46px; background: #f5f9ff; border-top: 1px solid #dce7f4; border-bottom: 1px solid #dce7f4; }
.how-fleetops-works-page .hfw-daily-flow h2,
.how-fleetops-works-page .hfw-product-fit h2 { font-size: 32px; font-weight: 850; color: #061d47; margin: 0; }
.how-fleetops-works-page .hfw-subtitle { font-size: 14px; color: #657894; margin: 8px 0 0; }
.how-fleetops-works-page .hfw-daily-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 28px; }
.how-fleetops-works-page .hfw-daily-grid article { background: #fff; border: 1px solid #dce7f4; border-radius: 15px; padding: 22px; min-height: 220px; box-shadow: 0 4px 14px rgba(6,29,71,0.03); }
.how-fleetops-works-page .hfw-daily-grid img { width: 44px; height: 44px; }
.how-fleetops-works-page .hfw-daily-grid h3 { font-size: 16px; font-weight: 800; color: #061d47; margin: 16px 0 0; }
.how-fleetops-works-page .hfw-daily-grid p { font-size: 12px; color: #657894; line-height: 1.6; margin: 7px 0 0; }

/* ── Where Each Product Fits ── */
.how-fleetops-works-page .hfw-product-fit { padding: 58px 0 42px; }
.how-fleetops-works-page .hfw-product-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.how-fleetops-works-page .hfw-product-fit p { font-size: 14.5px; line-height: 1.65; color: #415b7b; margin: 15px 0 0; }
.how-fleetops-works-page .hfw-product-list { display: grid; gap: 18px; }
.how-fleetops-works-page .hfw-product-list > div { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid #dce7f4; border-radius: 12px; padding: 14px 16px; }
.how-fleetops-works-page .hfw-product-list img { width: 28px; height: 28px; flex-shrink: 0; }
.how-fleetops-works-page .hfw-product-list strong { display: block; color: #061d47; font-size: 14px; font-weight: 800; }
.how-fleetops-works-page .hfw-product-list small { display: block; color: #405b7a; font-size: 12px; margin-top: 3px; }

/* ── CTA ── */
.how-fleetops-works-page .hfw-cta { padding: 0 0 54px; }
.how-fleetops-works-page .hfw-cta-card { background: linear-gradient(90deg, #0c4fcc, #1266ff); border-radius: 18px; padding: 28px 34px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; color: #fff; box-shadow: 0 16px 36px rgba(12,79,204,0.22); }
.how-fleetops-works-page .hfw-cta-icon { width: 56px; height: 56px; border-radius: 15px; background: rgba(255,255,255,.12); display: grid; place-items: center; }
.how-fleetops-works-page .hfw-cta-icon img { width: 34px; height: 34px; }
.how-fleetops-works-page .hfw-cta h2 { margin: 0; font-size: 26px; line-height: 1.2; font-weight: 800; color: #fff; }
.how-fleetops-works-page .hfw-cta p { margin: 6px 0 0; font-size: 13px; color: #e8f0ff; }
.how-fleetops-works-page .hfw-actions { display: flex; gap: 12px; }
.how-fleetops-works-page .hfw-actions a { padding: 11px 18px; border-radius: 8px; background: #fff; color: #0b5cff; font-size: 13px; font-weight: 850; transition: transform 0.15s ease; }
.how-fleetops-works-page .hfw-actions a:hover { transform: translateY(-1px); }
.how-fleetops-works-page .hfw-actions a:last-child { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.7); }

/* ── Responsive ── */
@media(max-width: 1050px) {
    .how-fleetops-works-page .hfw-hero-grid,
    .how-fleetops-works-page .hfw-product-fit-grid { grid-template-columns: 1fr; }
    .how-fleetops-works-page .hfw-journey { grid-template-columns: repeat(3, 1fr); }
    .how-fleetops-works-page .hfw-arrow { display: none; }
    .how-fleetops-works-page .hfw-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .how-fleetops-works-page .hfw-daily-grid { grid-template-columns: repeat(3, 1fr); }
    .how-fleetops-works-page .hfw-cta-card { grid-template-columns: 1fr; text-align: center; }
    .how-fleetops-works-page .hfw-cta-icon { margin: auto; }
    .how-fleetops-works-page .hfw-actions { justify-content: center; }
}
@media(max-width: 650px) {
    .how-fleetops-works-page .hfw-container { width: min(100% - 24px, 1220px); }
    .how-fleetops-works-page .hfw-hero h1 { font-size: 34px; }
    .how-fleetops-works-page .hfw-principles,
    .how-fleetops-works-page .hfw-journey,
    .how-fleetops-works-page .hfw-benefit-grid,
    .how-fleetops-works-page .hfw-daily-grid { grid-template-columns: 1fr; }
    .how-fleetops-works-page .hfw-actions { flex-direction: column; }
}
