l/* ============================================================
   NET RENTALS — FEATURES PAGE
   /css/marketing/features.css

   DEPENDS ON:
   /css/marketing/rentals-marketing-ui.css

   OWNS ONLY:
   - Features hero
   - Features product mockups
   - Feature cards
   - Rental lifecycle section
   - Operations section
   - Customer experience section
   - Sandbox section
   - Branding section
   ============================================================ */


/* ============================================================
   1. FEATURES HERO
   ============================================================ */

.features-hero {
    position: relative;
    overflow: hidden;

    padding-top: 92px;
    padding-bottom: 96px;

    background: var(--nr-paper);
}

.features-hero::before {
    content: "";

    position: absolute;
    inset: auto auto -240px -220px;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background: var(--nr-primary-tint);

    opacity: 0.7;
    pointer-events: none;
}

.features-hero::after {
    content: "";

    position: absolute;
    top: -240px;
    right: -280px;

    width: 560px;
    height: 560px;

    border-radius: 50%;

    background: var(--nr-primary-tint-2);

    opacity: 0.55;
    pointer-events: none;
}

.features-hero .nr-container {
    position: relative;
    z-index: 2;
}

.features-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.02fr)
        minmax(420px, 0.98fr);

    gap: 72px;

    align-items: center;
}

.features-hero-copy {
    max-width: 650px;
}

.features-hero-copy .nr-page-title {
    max-width: 680px;
}

.features-hero-copy .nr-page-description {
    max-width: 620px;
}


/* ============================================================
   2. HERO PRODUCT VISUAL
   ============================================================ */

.features-hero-visual {
    width: 100%;
}

.features-dashboard-window {
    width: 100%;

    overflow: hidden;

    border: 1px solid rgba(15, 31, 24, 0.12);
    border-radius: 24px;

    background: #09090b;

    box-shadow: var(--nr-shadow-float);
}

.features-window-top {
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;

    padding: 0 17px;

    background: #18181b;

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.features-window-dots {
    display: flex;
    align-items: center;

    gap: 6px;
}

.features-window-dots span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #3f3f46;
}

.features-window-label {
    color: #a1a1aa;

    font-size: 10px;
    line-height: 1;
    font-weight: 650;

    letter-spacing: 0.02em;
}

.features-dashboard-shell {
    min-height: 370px;

    display: grid;
    grid-template-columns: 72px 1fr;

    background: #09090b;
}


/* ============================================================
   3. HERO DEMO SIDEBAR
   ============================================================ */

.features-demo-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 24px;

    padding: 22px 12px;

    background: #111113;

    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.features-demo-sidebar-brand {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #10b981;
    color: #07130e;

    font-size: 9px;
    font-weight: 900;
}

.features-demo-sidebar-lines {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 14px;
}

.features-demo-sidebar-lines span {
    width: 28px;
    height: 5px;

    margin-inline: auto;

    border-radius: 999px;

    background: #27272a;
}

.features-demo-sidebar-lines span.active {
    background: #10b981;
}


/* ============================================================
   4. HERO DEMO MAIN
   ============================================================ */

.features-demo-main {
    min-width: 0;

    padding: 28px;

    background: #09090b;
}

.features-demo-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    margin-bottom: 22px;
}

.features-demo-heading div {
    display: flex;
    flex-direction: column;

    gap: 4px;
}

.features-demo-heading small {
    color: #71717a;

    font-size: 8px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.features-demo-heading strong {
    color: #fafafa;

    font-size: 15px;
    font-weight: 750;
}

.features-demo-live {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 24px;

    padding: 5px 9px;

    border: 1px solid rgba(74, 222, 128, 0.18);
    border-radius: 999px;

    background: rgba(74, 222, 128, 0.08);
    color: #4ade80;

    font-size: 7px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.features-demo-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 8px;

    margin-bottom: 18px;
}

.features-demo-stats > div {
    min-width: 0;

    padding: 12px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;

    background: #111113;
}

.features-demo-stats small {
    display: block;

    overflow: hidden;

    margin-bottom: 7px;

    color: #71717a;

    font-size: 7px;
    line-height: 1.2;
    font-weight: 650;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.features-demo-stats strong {
    color: #fafafa;

    font-size: 15px;
    line-height: 1;
    font-weight: 800;
}

.features-demo-booking {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 14px;

    padding: 13px 14px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 11px;

    background: #111113;
}

.features-demo-booking + .features-demo-booking {
    margin-top: 8px;
}

.features-demo-car {
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 10px;
}

.features-demo-car-icon {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    border-radius: 8px;

    background: #18181b;
    color: #60a5fa;

    font-size: 8px;
}

.features-demo-car div {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.features-demo-car strong {
    overflow: hidden;

    color: #f4f4f5;

    font-size: 8px;
    font-weight: 700;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.features-demo-car small {
    color: #71717a;

    font-size: 7px;
}

.features-demo-status {
    flex: 0 0 auto;

    padding: 4px 7px;

    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 999px;

    background: rgba(96, 165, 250, 0.1);
    color: #60a5fa;

    font-size: 6px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.features-demo-status.booked {
    border-color: rgba(251, 191, 36, 0.2);

    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
}


/* ============================================================
   5. FEATURE OVERVIEW
   ============================================================ */

.features-overview {
    background: var(--nr-card);
}

.features-centered-header {
    max-width: 760px;

    margin-inline: auto;

    text-align: center;
}

.features-centered-header .nr-section-description {
    margin-inline: auto;
}

.features-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;
}

.features-overview-card {
    position: relative;

    min-height: 330px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding: 28px;

    border: 1px solid var(--nr-border);
    border-radius: 22px;

    background: var(--nr-paper);

    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.features-overview-card:hover {
    transform: translateY(-3px);

    border-color: var(--nr-primary-line);

    box-shadow: var(--nr-shadow-md);
}

.features-card-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 26px;

    border: 1px solid var(--nr-primary-line);
    border-radius: 14px;

    background: var(--nr-primary-tint);
    color: var(--nr-primary);
}

.features-card-icon svg {
    width: 23px;
    height: 23px;
}

.features-overview-card .nr-eyebrow {
    margin-bottom: 8px;

    font-size: 10px;
}

.features-overview-card h3 {
    margin: 0 0 10px;

    color: var(--nr-text-dark);

    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;

    letter-spacing: -0.025em;
}

.features-overview-card p {
    margin: 0 0 24px;

    color: var(--nr-text-gray);

    font-size: 14px;
    line-height: 1.65;
}

.features-overview-card > a {
    display: inline-flex;
    align-items: center;

    margin-top: auto;

    color: var(--nr-primary);

    font-size: 13px;
    font-weight: 700;
}

.features-overview-card > a:hover {
    text-decoration: underline;
}


/* ============================================================
   6. RENTAL LIFECYCLE
   ============================================================ */

.features-lifecycle {
    position: relative;

    overflow: hidden;
}

.features-lifecycle-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(420px, 1.1fr);

    gap: 78px;

    align-items: start;
}

.features-lifecycle-copy {
    position: sticky;
    top: 120px;

    max-width: 520px;
}

.features-lifecycle-flow {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 0;
}

.features-lifecycle-flow::before {
    content: "";

    position: absolute;

    top: 40px;
    bottom: 40px;
    left: 28px;

    width: 1px;

    background: var(--nr-primary-line);
}

.features-lifecycle-step {
    position: relative;

    display: grid;
    grid-template-columns: 58px 1fr;

    gap: 22px;

    padding: 26px 0;
}

.features-step-number {
    position: relative;
    z-index: 2;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--nr-primary-line);
    border-radius: 18px;

    background: var(--nr-card);
    color: var(--nr-primary);

    box-shadow: var(--nr-shadow-sm);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.05em;
}

.features-lifecycle-step h3 {
    margin: 5px 0 7px;

    color: var(--nr-text-dark);

    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: -0.02em;
}

.features-lifecycle-step p {
    margin: 0;

    color: var(--nr-text-gray);

    font-size: 14px;
    line-height: 1.65;
}


/* ============================================================
   7. SHARED SPLIT SECTION
   ============================================================ */

.features-split-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 74px;

    align-items: center;
}

.features-split-copy {
    max-width: 530px;
}

.features-check-list {
    list-style: none;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px 18px;

    margin: 32px 0 0;
    padding: 0;
}

.features-check-list li {
    position: relative;

    padding-left: 27px;

    color: var(--nr-text-dark);

    font-size: 14px;
    line-height: 1.5;
    font-weight: 560;
}

.features-check-list li::before {
    content: "";

    position: absolute;
    top: 3px;
    left: 0;

    width: 17px;
    height: 17px;

    border-radius: 50%;

    background: var(--nr-primary-tint);

    border: 1px solid var(--nr-primary-line);
}

.features-check-list li::after {
    content: "";

    position: absolute;
    top: 7px;
    left: 5px;

    width: 6px;
    height: 3px;

    border-left: 1.5px solid var(--nr-primary);
    border-bottom: 1.5px solid var(--nr-primary);

    transform: rotate(-45deg);
}


/* ============================================================
   8. OPERATIONS DEMO
   ============================================================ */

.features-operations {
    background: var(--nr-paper);
}

.features-operations-demo {
    width: 100%;
}

.features-ops-window {
    overflow: hidden;

    border: 1px solid rgba(15, 31, 24, 0.12);
    border-radius: 24px;

    background: #09090b;

    box-shadow: var(--nr-shadow-float);
}

.features-ops-top {
    min-height: 70px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 16px 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    background: #18181b;
}

.features-ops-top div {
    display: flex;
    flex-direction: column;

    gap: 3px;
}

.features-ops-top small {
    color: #71717a;

    font-size: 7px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.features-ops-top strong {
    color: #fafafa;

    font-size: 12px;
    font-weight: 750;
}

.features-ops-top > span {
    padding: 5px 8px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;

    background: #111113;
    color: #a1a1aa;

    font-size: 7px;
    font-weight: 700;
}

.features-ops-calendar {
    padding: 18px;

    background: #09090b;
}

.features-ops-days {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-left: 88px;
    margin-bottom: 8px;

    color: #52525b;

    font-size: 6px;
    font-weight: 750;

    text-align: center;
}

.features-ops-row {
    min-height: 58px;

    display: grid;
    grid-template-columns: 88px 1fr;

    align-items: center;

    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.features-ops-row > strong {
    overflow: hidden;

    padding-right: 10px;

    color: #f4f4f5;

    font-size: 8px;
    font-weight: 700;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.features-ops-track {
    position: relative;

    height: 100%;

    background-image:
        repeating-linear-gradient(
            to right,
            rgba(255,255,255,0.04) 0,
            rgba(255,255,255,0.04) 1px,
            transparent 1px,
            transparent 25%
        );
}

.features-ops-track span {
    position: absolute;
    top: 15px;

    min-height: 27px;

    display: flex;
    align-items: center;

    padding: 0 10px;

    border-radius: 7px;

    color: #09090b;

    font-size: 7px;
    font-weight: 850;
}

.features-ops-track .active {
    left: 19%;
    width: 57%;

    background: #60a5fa;
}

.features-ops-track .booked {
    left: 6%;
    width: 43%;

    background: #fbbf24;
}

.features-ops-track .returned {
    left: 35%;
    width: 55%;

    background: #4ade80;
}


/* ============================================================
   9. CUSTOMER EXPERIENCE
   ============================================================ */

.features-customer {
    background: var(--nr-card);
}

.features-customer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 16px;
}

.features-customer-card {
    min-height: 245px;

    display: flex;
    flex-direction: column;

    padding: 24px;

    border: 1px solid var(--nr-border);
    border-radius: 20px;

    background: var(--nr-paper);
}

.features-customer-number {
    width: fit-content;

    margin-bottom: 42px;

    color: var(--nr-primary);

    font-size: 11px;
    font-weight: 850;

    letter-spacing: 0.08em;
}

.features-customer-card h3 {
    margin: 0 0 10px;

    color: var(--nr-text-dark);

    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: -0.02em;
}

.features-customer-card p {
    margin: 0;

    color: var(--nr-text-gray);

    font-size: 13px;
    line-height: 1.6;
}


/* ============================================================
   10. SANDBOX
   ============================================================ */

.features-sandbox {
    background: var(--nr-paper);
}

.features-sandbox-layout {
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 0.9fr);
}

.features-sandbox-demo {
    width: 100%;
}

.features-sandbox-window {
    overflow: hidden;

    border: 1px solid rgba(15, 31, 24, 0.12);
    border-radius: 24px;

    background: #09090b;

    box-shadow: var(--nr-shadow-float);
}

.features-sandbox-window-top {
    min-height: 64px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    padding: 14px 18px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    background: #18181b;
}

.features-sandbox-window-top > span {
    color: #f4f4f5;

    font-size: 8px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.features-sandbox-toggle {
    display: flex;

    gap: 2px;

    padding: 3px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 999px;

    background: #09090b;
}

.features-sandbox-toggle span {
    padding: 5px 9px;

    border-radius: 999px;

    color: #71717a;

    font-size: 7px;
    font-weight: 700;
}

.features-sandbox-toggle span.active {
    background: #27272a;
    color: #fbbf24;
}

.features-sandbox-body {
    min-height: 310px;

    display: flex;
    flex-direction: column;

    justify-content: center;

    padding: 34px;

    background: #09090b;
}

.features-sandbox-label {
    margin-bottom: 8px;

    color: #71717a;

    font-size: 7px;
    font-weight: 750;

    letter-spacing: 0.08em;
}

.features-sandbox-body > strong {
    color: #fafafa;

    font-size: 22px;
    font-weight: 750;

    letter-spacing: -0.025em;
}

.features-sandbox-status {
    width: fit-content;

    margin-top: 15px;

    padding: 6px 9px;

    border: 1px solid rgba(74, 222, 128, 0.2);
    border-radius: 7px;

    background: rgba(74, 222, 128, 0.08);
    color: #4ade80;

    font-size: 7px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.features-sandbox-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 7px;

    margin-top: 30px;
}

.features-sandbox-actions span {
    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 9px;

    background: #111113;
    color: #a1a1aa;

    font-size: 7px;
    font-weight: 700;
}

.features-text-link {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-top: 28px;

    color: var(--nr-primary);

    font-size: 14px;
    font-weight: 700;
}

.features-text-link:hover {
    text-decoration: underline;
}


/* ============================================================
   11. BRANDING
   ============================================================ */

.features-branding {
    background: var(--nr-primary-tint);
}

.features-branding-inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 0.7fr);

    gap: 60px;

    align-items: end;

    margin-bottom: 44px;
}

.features-branding-inner .nr-section-description {
    margin: 0;
}

.features-branding-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    overflow: hidden;

    border: 1px solid var(--nr-primary-line);
    border-radius: 22px;

    background: var(--nr-card);
}

.features-branding-grid article {
    min-height: 190px;

    padding: 26px;

    border-right: 1px solid var(--nr-border);
}

.features-branding-grid article:last-child {
    border-right: 0;
}

.features-branding-grid strong {
    display: block;

    margin-bottom: 9px;

    color: var(--nr-text-dark);

    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: -0.015em;
}

.features-branding-grid p {
    margin: 0;

    color: var(--nr-text-gray);

    font-size: 13px;
    line-height: 1.6;
}


/* ============================================================
   12. TABLET
   ============================================================ */

@media (max-width: 1050px) {

    .features-hero-grid {
        grid-template-columns: 1fr;

        gap: 54px;
    }

    .features-hero-copy {
        max-width: 760px;
    }

    .features-hero-visual {
        max-width: 760px;
    }

    .features-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .features-lifecycle-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .features-lifecycle-copy {
        position: static;

        max-width: 680px;
    }

    .features-split-section {
        gap: 50px;
    }

    .features-customer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .features-branding-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .features-branding-grid article:nth-child(2) {
        border-right: 0;
    }

    .features-branding-grid article:nth-child(-n+2) {
        border-bottom: 1px solid var(--nr-border);
    }
}


/* ============================================================
   13. MOBILE
   ============================================================ */

@media (max-width: 800px) {

    .features-hero {
        padding-top: 62px;
        padding-bottom: 70px;
    }

    .features-hero-grid {
        gap: 42px;
    }

    .features-dashboard-window {
        border-radius: 20px;
    }

    .features-dashboard-shell {
        min-height: 310px;

        grid-template-columns: 56px 1fr;
    }

    .features-demo-sidebar {
        padding: 18px 8px;
    }

    .features-demo-sidebar-brand {
        width: 30px;
        height: 30px;
    }

    .features-demo-main {
        padding: 20px;
    }

    .features-demo-stats {
        gap: 6px;
    }

    .features-demo-stats > div {
        padding: 10px 8px;
    }

    .features-overview-grid {
        grid-template-columns: 1fr;
    }

    .features-overview-card {
        min-height: 0;
    }

    .features-split-section,
    .features-sandbox-layout {
        grid-template-columns: 1fr;

        gap: 42px;
    }

    .features-operations-demo {
        order: 2;
    }

    .features-sandbox-demo {
        order: 2;
    }

    .features-check-list {
        grid-template-columns: 1fr;
    }

    .features-branding-inner {
        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 34px;
    }

    .features-branding-inner .nr-section-description {
        margin-top: 0;
    }
}


/* ============================================================
   14. SMALL MOBILE
   ============================================================ */

@media (max-width: 560px) {

    .features-hero::before,
    .features-hero::after {
        display: none;
    }

    .features-dashboard-shell {
        grid-template-columns: 46px 1fr;
    }

    .features-demo-sidebar {
        gap: 18px;

        padding: 16px 6px;
    }

    .features-demo-sidebar-brand {
        width: 27px;
        height: 27px;

        border-radius: 8px;

        font-size: 7px;
    }

    .features-demo-sidebar-lines span {
        width: 22px;
    }

    .features-demo-main {
        padding: 16px 13px;
    }

    .features-demo-heading {
        margin-bottom: 15px;
    }

    .features-demo-heading strong {
        font-size: 12px;
    }

    .features-demo-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .features-demo-stats > div:last-child {
        grid-column: 1 / -1;
    }

    .features-demo-booking {
        padding: 11px 10px;
    }

    .features-overview-card {
        padding: 23px;
    }

    .features-lifecycle-step {
        grid-template-columns: 48px 1fr;

        gap: 16px;
    }

    .features-step-number {
        width: 48px;
        height: 48px;

        border-radius: 15px;
    }

    .features-lifecycle-flow::before {
        left: 23px;
    }

    .features-ops-days {
        margin-left: 70px;
    }

    .features-ops-row {
        grid-template-columns: 70px 1fr;
    }

    .features-customer-grid {
        grid-template-columns: 1fr;
    }

    .features-customer-card {
        min-height: 0;
    }

    .features-customer-number {
        margin-bottom: 30px;
    }

    .features-sandbox-body {
        min-height: 280px;

        padding: 26px 20px;
    }

    .features-sandbox-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .features-branding-grid {
        grid-template-columns: 1fr;
    }

    .features-branding-grid article {
        min-height: 0;

        border-right: 0;
        border-bottom: 1px solid var(--nr-border);
    }

    .features-branding-grid article:nth-child(2) {
        border-bottom: 1px solid var(--nr-border);
    }

    .features-branding-grid article:last-child {
        border-bottom: 0;
    }
}


/* ============================================================
   15. REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .features-overview-card:hover {
        transform: none;
    }
}
/* ============================================================
   6. FLEET MANAGEMENT
   ============================================================ */

.features-fleet {
    background: var(--nr-paper);
}

.features-fleet-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.82fr)
        minmax(500px, 1.18fr);

    gap: 72px;

    align-items: center;
}

.features-fleet-copy {
    max-width: 520px;
}

.features-fleet-points {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;

    margin-top: 30px;
}

.features-fleet-point {
    min-height: 136px;

    padding: 17px;

    border: 1px solid var(--nr-border);
    border-radius: 16px;

    background: var(--nr-card);
}

.features-fleet-point strong {
    display: block;

    margin-bottom: 7px;

    color: var(--nr-text-dark);

    font-size: 13px;
    line-height: 1.25;
    font-weight: 720;
}

.features-fleet-point span {
    display: block;

    color: var(--nr-text-gray);

    font-size: 11px;
    line-height: 1.55;
}


/* ============================================================
   FLEET DASHBOARD MOCKUP
   ============================================================ */

.features-fleet-demo {
    width: 100%;
}

.features-fleet-window {
    width: 100%;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;

    background: #09090b;

    box-shadow:
        0 32px 70px -30px
        rgba(0, 0, 0, 0.52);
}


/* ============================================================
   FLEET TOPBAR
   ============================================================ */

.features-fleet-topbar {
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;

    padding: 0 17px;

    border-bottom: 1px solid rgba(255,255,255,0.06);

    background: #09090b;
}

.features-fleet-topbar > div {
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 10px;
}

.features-fleet-topbar strong {
    color: #fafafa;

    font-size: 9px;
    font-weight: 750;
}

.features-fleet-menu-icon {
    display: flex;
    flex-direction: column;

    gap: 3px;
}

.features-fleet-menu-icon i {
    width: 13px;
    height: 1px;

    display: block;

    border-radius: 999px;

    background: #71717a;
}

.features-fleet-live {
    padding: 4px 7px;

    border: 1px solid rgba(74,222,128,0.2);
    border-radius: 6px;

    background: rgba(74,222,128,0.08);
    color: #4ade80;

    font-size: 6px;
    font-weight: 800;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.features-fleet-count {
    flex: 0 0 auto;

    padding: 5px 8px;

    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 7px;

    background: #18181b;
    color: #a1a1aa;

    font-size: 6px;
    font-weight: 750;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}


/* ============================================================
   FLEET DASHBOARD BODY
   ============================================================ */

.features-fleet-dashboard {
    display: grid;

    grid-template-columns:
        130px
        minmax(0, 1fr);

    min-height: 500px;

    background: #09090b;
}


/* ============================================================
   FLEET SIDEBAR
   ============================================================ */

.features-fleet-sidebar {
    min-width: 0;

    display: flex;
    flex-direction: column;

    padding: 18px 10px;

    border-right: 1px solid rgba(255,255,255,0.06);

    background: #111113;
}

.features-fleet-brand {
    padding: 0 7px 18px;
}

.features-fleet-brand strong {
    display: block;

    overflow: hidden;

    color: #fafafa;

    font-size: 8px;
    font-weight: 800;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.features-fleet-brand span {
    display: block;

    margin-top: 3px;

    color: #71717a;

    font-size: 6px;
}

.features-fleet-navigation,
.features-fleet-system {
    display: flex;
    flex-direction: column;

    gap: 2px;
}

.features-fleet-navigation span,
.features-fleet-system span {
    min-height: 29px;

    display: flex;
    align-items: center;

    padding: 0 8px;

    border-radius: 7px;

    color: #71717a;

    font-size: 6px;
    font-weight: 600;
}

.features-fleet-navigation span.active {
    background: #18181b;
    color: #fafafa;
}

.features-fleet-system {
    margin-top: auto;

    padding-top: 12px;

    border-top: 1px solid rgba(255,255,255,0.06);
}


/* ============================================================
   FLEET CONTENT
   ============================================================ */

.features-fleet-content {
    min-width: 0;

    padding: 20px;

    background: #09090b;
}

.features-fleet-content-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 18px;

    margin-bottom: 16px;
}

.features-fleet-content-header > div {
    min-width: 0;
}

.features-fleet-content-header h3 {
    margin: 0;

    color: #fafafa;

    font-size: 18px;
    line-height: 1;
    font-weight: 850;

    letter-spacing: -0.035em;
}

.features-fleet-content-header p {
    margin: 5px 0 0;

    color: #71717a;

    font-size: 7px;
    line-height: 1.45;
}

.features-fleet-add {
    flex: 0 0 auto;

    min-height: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 10px;

    border-radius: 8px;

    background: #ffffff;
    color: #000000;

    font-size: 6px;
    font-weight: 800;
}


/* ============================================================
   VEHICLE CARDS
   ============================================================ */

.features-fleet-card-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}

.features-fleet-card {
    min-width: 0;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 13px;

    background: #111113;
}

.features-fleet-media {
    position: relative;

    height: 108px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #18181b;
}

.features-fleet-media::after {
    content: "";

    position: absolute;
    inset: 46% 0 0;

    background:
        linear-gradient(
            to bottom,
            rgba(17,17,19,0),
            #111113
        );

    pointer-events: none;
}

.features-fleet-media.alternate {
    background: #141416;
}

.features-fleet-car-icon {
    position: relative;
    z-index: 1;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #52525b;
}

.features-fleet-car-icon svg {
    width: 100%;
    height: 100%;
}

.features-fleet-status {
    position: absolute;
    top: 9px;
    right: 9px;

    z-index: 2;

    padding: 4px 7px;

    border-radius: 6px;

    font-size: 5px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.features-fleet-status.active {
    border: 1px solid rgba(74,222,128,0.2);

    background: rgba(74,222,128,0.08);
    color: #4ade80;
}

.features-fleet-status.maintenance {
    border: 1px solid rgba(251,191,36,0.2);

    background: rgba(251,191,36,0.08);
    color: #fbbf24;
}

.features-fleet-card-body {
    padding: 11px 12px;
}

.features-fleet-card-body > strong {
    display: block;

    overflow: hidden;

    color: #fafafa;

    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.features-fleet-card-body > span {
    display: block;

    overflow: hidden;

    margin-top: 3px;

    color: #71717a;

    font-size: 6px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.features-fleet-card-body > small {
    display: block;

    margin-top: 6px;

    color: #52525b;

    font-size: 5px;
    font-weight: 700;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.features-fleet-card-footer {
    min-height: 39px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding: 8px 12px 10px;

    border-top: 1px solid rgba(255,255,255,0.06);
}

.features-fleet-card-footer > strong {
    color: #4ade80;

    font-size: 9px;
    font-weight: 800;
}

.features-fleet-card-footer > strong span {
    color: #71717a;

    font-size: 5px;
    font-weight: 500;
}

.features-fleet-card-footer > span {
    padding: 4px 7px;

    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;

    color: #71717a;

    font-size: 5px;
    font-weight: 750;

    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/* ============================================================
   VEHICLE CONTROL PANEL
   ============================================================ */

.features-fleet-control {
    overflow: hidden;

    margin-top: 10px;

    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 13px;

    background: #111113;
}

.features-fleet-control-header {
    min-height: 51px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 14px;

    padding: 10px 13px;

    border-bottom: 1px solid rgba(255,255,255,0.06);

    background: #18181b;
}

.features-fleet-control-header > div {
    min-width: 0;
}

.features-fleet-control-header span {
    display: block;

    color: #52525b;

    font-size: 5px;
    font-weight: 800;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.features-fleet-control-header strong {
    display: block;

    margin-top: 4px;

    color: #fafafa;

    font-size: 9px;
    font-weight: 800;
}

.features-fleet-control-active {
    flex: 0 0 auto;

    padding: 4px 7px;

    border: 1px solid rgba(74,222,128,0.2);
    border-radius: 6px;

    background: rgba(74,222,128,0.08);
    color: #4ade80 !important;
}

.features-fleet-control-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));
}

.features-fleet-control-grid > div {
    min-width: 0;

    padding: 11px 12px;

    border-right: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.features-fleet-control-grid > div:nth-child(3n) {
    border-right: 0;
}

.features-fleet-control-grid > div:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.features-fleet-control-grid span {
    display: block;

    overflow: hidden;

    color: #52525b;

    font-size: 5px;
    font-weight: 750;

    letter-spacing: 0.05em;
    text-transform: uppercase;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.features-fleet-control-grid strong {
    display: block;

    overflow: hidden;

    margin-top: 5px;

    color: #e4e4e7;

    font-size: 7px;
    font-weight: 700;

    white-space: nowrap;
    text-overflow: ellipsis;
}
