    .step-card {
        background: #fff;
        border-radius: 18px;
        padding: 30px 26px;
        box-shadow: 0 18px 40px -22px rgba(14, 43, 39, .35);
        text-align: center;
        position: relative;
        height: 100%;
    }

    /* .step-card img {
        height: 90px;
        width: auto;
        margin: 0 auto 18px;
        object-fit: contain;
    } */
    .step-num {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #0f1e35;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 18px;
        margin: 0 auto 18px;
    }

    .highway-car img {
        max-width: 150px;
    }

    .product-card {
        background: #fff;
        /* border: 1px solid #0f1e35; */
        border-radius: 16px;
        padding: 28px 24px;
        text-align: center;
        position: relative;
        transition: transform 0.2s, border-color 0.2s;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    }

    .product-img {
        width: 100%;
        /* height: 240px; */
        /* background: linear-gradient(135deg, #1e1e2e, #2a2a3e); */
        border-radius: 10px;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
    }

    .card-lisitng {
        font-weight: 500;
        font-size: 15px !important;
        text-align: left;
        line-height: 25px;
        color: #0f1e35;
        padding-top: 15px;
    }

    .product-box {
        border-radius: 14px;
        height: 100%;
        border: 1px solid #00a2e2;
        padding: 28px 24px;
        text-align: center;
        position: relative;
        transition: transform 0.2s, border-color 0.2s;
    }

    .product-price {
        font-size: 1.3rem;
        font-weight: 800;
        color: #00a2e2;
    }

    .product-old {
        font-size: 0.78rem;
        color: var(--muted);
        text-decoration: line-through;
        margin-top: 2px;
    }

    /* .product-card.featured {
        border-color:#00a2e2;
    }
    .product-card:hover{
        border-color:#00a2e2;
    } */
    .product-card ul {
        color: #0f1e35;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    * ── COMPARISON TABLE ── */ .compare {
        padding: 80px 24px;
    }

    .compare-sub {
        text-align: center;
        color: var(--muted);
        max-width: 500px;
        margin: 0 auto 48px;
    }

    .compare-table {
        max-width: 860px;
        margin: 0 auto;
        overflow-x: auto;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th {
        padding: 14px 16px;
        text-align: left;
        font-size: 0.82rem;
        font-weight: 700;
        background: var(--card-bg);
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    th.highlight {
        color: var(--accent);
        background: rgba(0, 229, 160, 0.08);
    }

    td {
        padding: 14px 16px;
        font-size: 0.88rem;
        border-top: 1px solid var(--border);
        color: var(--muted);
    }

    td.highlight {
        background: rgba(0, 229, 160, 0.04);
        color: var(--white);
        font-weight: 600;
    }

    td.yes {
        color: var(--accent);
    }

    td.no {
        color: #e74c3c;
    }

    tr:hover td {
        background: rgba(255, 255, 255, 0.02);
    }

    .compare-wrap {
        max-width: 860px;
        margin: 0 auto;
    }

    .compare-title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: 600;
        color: #1a1a1a;
    }

    .compare-title span {
        color: #F5A623;
    }

    .compare-sub {
        text-align: center;
        font-size: 15px;
        color: #666;
        margin-bottom: 2.5rem;
        line-height: 1.6;
    }

    /* Outer table wrapper */
    .table-outer {
        border: 1px solid #e0e0d8;
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        max-width: 1200px;
        margin: 0 auto;
    }

    .compare-grid {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    /* Header cells */
    .compare-grid thead th {
        padding: 0;
        vertical-align: bottom;
    }

    .col-feature-head {
        padding: 16px 18px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #999;
        text-align: left;
        background: #fff;
        border-bottom: 1px solid #e8e8e0;
    }

    .col-digital-head {
        background: #00a2e2;
        color: #fff;
        padding: 20px 16px;
        text-align: center;
        border-left: 2px solid #00a2e2;
        border-right: 2px solid #00a2e2;
        border-bottom: none;
    }

    .col-digital-head .badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
        font-size: 11px;
        padding: 3px 10px;
        border-radius: 20px;
        margin-top: 6px;
        font-weight: 400;
        letter-spacing: 0.03em;
    }

    .col-paper-head {
        background: #f5f5f2;
        border-radius: 0;
        padding: 20px 16px;
        text-align: center;
        color: #888;
        border-left: 1.5px solid #ddd;
        border-right: 1.5px solid #ddd;
        border-bottom: none;
    }

    .head-icon {
        font-size: 24px;
        display: block;
        margin-bottom: 6px;
    }

    .head-name {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }

    /* Body rows */
    .compare-grid tbody tr td {
        border-top: 1px solid #ebebeb;
        vertical-align: middle;
    }

    .compare-grid tbody tr:first-child td {
        border-top: none;
    }

    .cell-feature {
        padding: 14px 18px;
        font-size: 15px;
        color: #0f1e35;
        background: #fff;
        border-right: 1px solid #ebebeb;
        font-weight: 500;
    }

    .cell-feature i {
        font-size: 15px;
        vertical-align: -2px;
        margin-right: 8px;
        color: #aaa;
    }

    .cell-digital {
        text-align: center;
        color: #00a2e2;
        font-weight: 500;
        font-size: 15px;
        padding: 14px 16px;
        background: #f0faf5;
        border-left: 2px solid #00a2e2;
        border-right: 2px solid #00a2e2;
    }

    .cell-paper {
        text-align: center;
        font-size: 15px;
        padding: 14px 16px;
        color: #888;
        background: #fafafa;
        border-left: 1.5px solid #ddd;
        border-right: 1.5px solid #ddd;
        font-weight: 500;
    }

    .cell-paper.bad {
        color: #b03030;
    }

    .check {
        color: #00a2e2;
        margin-right: 5px;
        font-size: 14px;
        vertical-align: -2px;
    }

    .cross {
        color: #E24B4A;
        margin-right: 5px;
        font-size: 14px;
        vertical-align: -2px;
    }

    .neutral {
        color: #bbb;
        margin-right: 5px;
        font-size: 14px;
        vertical-align: -2px;
    }

    /* Last row — close the column cards */
    tr.last-row .cell-digital {
        border-bottom: 2px solid #00a2e2;
        border-radius: 0 0 10px 10px;
    }

    tr.last-row .cell-paper {
        border-bottom: 1.5px solid #ddd;
        border-radius: 0 0 10px 10px;
    }

    /* Responsive */
    @media (max-width: 600px) {
        .compare-title {
            font-size: 20px;
        }

        .cell-feature {
            font-size: 12px;
            padding: 12px 10px;
        }

        .cell-digital,
        .cell-paper {
            font-size: 12px;
            padding: 12px 8px;
        }

        .col-digital-head,
        .col-paper-head {
            padding: 14px 8px;
        }

        .head-name {
            font-size: 11px;
        }
    }

    @media (max-width: 768px) {

        .table-outer {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .compare-grid {
            min-width: 540px;
        }

    }

    /* review section  */
    .review-section {
        background: #0b1120;
        padding: 70px 0 80px;
    }

    /* ── Header row ── */
    .review-section h2 {

        color: #ffffff;

    }

    /* .review-section h2 span { color: #F5A623; } */

    .review-section .lead-text {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.75;
        margin-top: 14px;
        max-width: 480px;
    }

    .btn-browse {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1.5px solid rgba(255, 255, 255, 0.3);
        color: #ffffff;
        background: transparent;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 24px;
        border-radius: 10px;
        text-decoration: none;
        white-space: nowrap;
        transition: border-color 0.2s, background 0.2s;
    }

    .btn-browse:hover {
        border-color: #F5A623;
        color: #F5A623;
        background: rgba(245, 166, 35, 0.07);
    }

    /* ── Cards grid ── */
    .rev-grid {
        margin-top: 40px;
    }

    /* Shared card base */
    .rev-card {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* ── Featured large card ── */
    .rev-card-featured {
        background: #0f1f4a;
        border: 1px solid rgba(255, 255, 255, 0.08);
        min-height: 440px;
    }

    .rev-card-featured .card-img-area {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 30px 0;
        position: relative;
    }

    .rev-card-featured .card-img-area img {
        /* max-height: 220px; */
        object-fit: contain;
        position: relative;
        z-index: 1;
    }

    /* circuit dot bg for featured */
    .rev-card-featured .card-img-area::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
        background-size: 22px 22px;
    }

    .rev-card-featured .card-body-content {
        padding: 24px 28px 28px;
        background: #0f1f4a;
    }

    .badge-best {
        position: absolute;
        top: 16px;
        left: 16px;
        background: #F5A623;
        color: #000;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 5px 12px;
        border-radius: 6px;
        z-index: 2;
    }

    /* ── Regular small cards ── */
    .rev-card-regular {
        background: #111c35;
        border: 1px solid rgba(255, 255, 255, 0.07);
    }

    .rev-card-regular .card-img-area {
        /* height: 160px; */
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 16px;
        position: relative;
        overflow: hidden;
    }

    .rev-card-regular .card-img-area::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
        background-size: 20px 20px;
    }

    .rev-card-regular .card-img-area img {
        /* max-height: 120px;
      max-width: 120px; */
        object-fit: contain;
        position: relative;
        z-index: 1;
        border-radius: 5px;
    }

    .card-img-area img {
        border-radius: 5px;
    }

    .rev-card-regular .card-body-content {
        padding: 20px 20px 22px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    /* ── Icon-only placeholder cards (no image yet) ── */
    .rev-card-icon {
        background: #1a2540;
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .rev-card-icon .card-img-area {
        /* height: 160px;
      display: flex; */
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .rev-card-icon .card-img-area::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
        background-size: 20px 20px;
    }

    .rev-card-icon .placeholder-icon {
        width: 60px;
        height: 60px;
        background: rgba(245, 166, 35, 0.15);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F5A623;
        font-size: 28px;
        position: relative;
        z-index: 1;
    }

    .rev-card-icon .card-body-content {
        padding: 20px 20px 22px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    /* ── Card text ── */
    .rev-card-title {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .rev-card-desc {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.45);
        line-height: 1.6;
        flex: 1;
        margin-bottom: 0;
    }

    .rev-card-footer-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
    }

    .rev-price {
        font-size: 20px;
        font-weight: 800;
        color: #1D9E75;
    }

    .rev-card-featured .rev-price {
        font-size: 22px;
    }

    .btn-view {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1.5px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        background: transparent;
        font-size: 13px;
        font-weight: 600;
        padding: 8px 18px;
        border-radius: 8px;
        text-decoration: none;
        transition: border-color 0.2s, color 0.2s;
        white-space: nowrap;
    }

    .btn-view:hover {
        border-color: #1D9E75;
        color: #1D9E75;
    }

    /* platform pills */
    .rev-platforms {
        display: flex;
        gap: 5px;
        margin-bottom: 12px;
    }

    .plat {
        font-size: 10px;
        font-weight: 700;
        padding: 3px 9px;
        border-radius: 5px;
    }

    .plat-g {
        background: rgba(234, 67, 53, 0.2);
        color: #ff7b6e;
    }

    .plat-f {
        background: rgba(24, 95, 165, 0.25);
        color: #74aaff;
    }

    .plat-nfc {
        background: rgba(29, 158, 117, 0.2);
        color: #5DCAA5;
    }

    /* ── Responsive ── */
    @media (max-width: 991.98px) {
        .review-section h2 {
            font-size: 28px;
        }

        .rev-card-featured {
            min-height: auto;
        }

        #how-it-work {
            padding-bottom: 0px;
        }
    }

    @media (max-width: 767.98px) {
        h1.h1-white.custom {
            margin-top: 40px;
        }
        .review-section {
            padding: 50px 0 60px;
        }

        .review-section h2 {
            font-size: 24px;
        }

        .header-cta {
            margin-top: 20px;
            text-align: left !important;
        }
    }

    .big-text-gray.custom-1.fixed-width {
        max-width: 1000px;
    }

    .big-text-gray a {
        line-height: 25px;
    }

    .product-start {
        font-weight: 600;
        padding-bottom: 5px;
    }

    .product-card .h-100 {
        min-height: 305px;
    }