:root {
    --ink: #111419;
    --ink-2: #20242b;
    --muted: #667085;
    --line: #e3e8f0;
    --line-dark: rgba(255, 255, 255, 0.16);
    --surface: #ffffff;
    --soft: #f4f7fb;
    --soft-2: #eef3f8;
    --gold: #d6a600;
    --gold-soft: #fff4c7;
    --teal: #0d6f73;
    --shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    background: #ffffff;
    color: var(--ink);
}

.top-nav {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e8ebf2;
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
}
.home-menu-toggle {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-size: 1.2rem;
    height: 46px;
    justify-content: center;
    padding: 0;
    width: 46px;
}
.home-user-toggle {
    align-items: center;
    background: #111419;
    border: 1px solid #111419;
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    width: 40px;
}
.home-user-toggle img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.home-user-menu {
    border: 1px solid #d9e1ea;
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
    min-width: 240px;
    padding: 0.45rem;
}
.home-user-menu .dropdown-item {
    border-radius: 10px;
    font-weight: 650;
    padding: 0.55rem 0.65rem;
}
.home-mobile-drawer {
    --bs-offcanvas-width: min(392px, calc(100vw - 28px));
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    box-shadow: 20px 0 44px rgba(15, 23, 42, 0.18);
    bottom: 0;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100vh;
    top: 0;
}
.home-mobile-drawer .offcanvas-header {
    border-bottom: 1px solid #e8edf5;
    min-height: 72px;
}
.home-mobile-drawer .offcanvas-title {
    color: #111827;
    font-weight: 800;
}
.home-mobile-drawer .offcanvas-body {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem;
}

.brand {
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.brand span {
    color: var(--gold);
}

.brand-logo {
    height: 36px;
    width: auto;
    display: block;
}

.store-badges {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.store-badge {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #111419 0%, #22262d 100%);
    color: #ffffff;
    padding: 0.62rem 0.95rem;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(17, 20, 25, 0.16);
    white-space: nowrap;
}

.store-badge:hover {
    background: linear-gradient(135deg, #000000 0%, #172023 100%);
    color: #ffffff;
    transform: translateY(-1px);
}

.store-badge i {
    color: var(--gold);
    font-size: 1rem;
}

.top-store-links {
    gap: 0.45rem;
}

.top-store-links .store-badge {
    min-height: 34px;
    border-color: #dce2ec;
    background: #111419;
    padding: 0.42rem 0.72rem;
    font-size: 0.76rem;
    box-shadow: none;
}

.drawer-store-links {
    align-items: stretch;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drawer-store-links .store-badge {
    min-width: 0;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    width: 100%;
}

.drawer-download-block {
    margin-top: auto;
    padding-top: 1.25rem;
}

.hero {
    padding: clamp(3.2rem, 7vw, 5.75rem) 0;
    background:
        radial-gradient(circle at 84% 8%, rgba(214, 166, 0, 0.14), transparent 22rem),
        linear-gradient(180deg, #ffffff 0%, #f2f6fb 100%);
}

.hero .container {
    max-width: 1280px;
}

.hero .row {
    align-items: center !important;
}

.hero .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
}

.hero-title {
    font-size: clamp(2.25rem, 4.05vw, 3.8rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 660px;
}

.hero-sub {
    color: #536075;
    margin: 1.35rem 0 0;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.hero-cta {
    min-width: 160px;
    text-align: center;
    text-decoration: none;
}

.section-heading span,
.persona-content span {
    color: #6b7587;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 14px;
    padding: 0.9rem 1.25rem;
    font-weight: 800;
    border: 1px solid transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.primary-btn {
    background: var(--ink);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(17, 20, 25, 0.18);
}

.primary-btn:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-1px);
}

.secondary-btn {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.78);
    border-color: #d7dee8;
}

.secondary-btn:hover {
    color: var(--ink);
    background: #ffffff;
}

.hero-image {
    height: clamp(330px, 34vw, 470px);
    min-height: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(12, 22, 40, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.section {
    padding: 4.5rem 0;
    background: #ffffff;
}

.section-soft,
.home-gallery,
.app-section {
    background: #f5f8fc;
}

.section-dark {
    color: #ffffff;
    background: #111827;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 1.75rem;
}

.section-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0.35rem 0 0.65rem;
}

.section-heading p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

.section-heading.light p,
.section-heading.light span {
    color: #cbd5e1;
}

.section-heading.light h2 {
    color: #ffffff;
}

.process-grid,
.payment-grid,
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.process-card,
.service-card,
.app-card {
    background: var(--surface);
    border: 1px solid #e5ebf3;
    border-radius: 24px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 16px 34px rgba(18, 38, 63, 0.07);
}

.service-card {
    border-radius: 18px;
    padding: 1.35rem;
    position: relative;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 18px 0 0 18px;
    background: #d6a600;
}

.service-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.process-icon,
.app-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111419;
    color: #ffffff;
    margin-bottom: 1rem;
}

.service-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #d6a600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.process-card h5,
.service-card h5,
.payment-card h5,
.app-card h5 {
    font-weight: 800;
}

.process-card p,
.service-card p,
.payment-card p,
.app-card p,
.app-card ol {
    color: var(--muted);
    line-height: 1.65;
}

.split-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.persona-card {
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border: 1px solid #dce4ef;
    box-shadow: var(--shadow);
    background-size: cover;
    background-position: center;
}

.dispatch-card {
    background-image: linear-gradient(180deg, rgba(12, 18, 28, 0.04), rgba(10, 15, 23, 0.9)), url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1200&q=80");
}

.driver-card {
    background-image: linear-gradient(180deg, rgba(12, 18, 28, 0.04), rgba(10, 15, 23, 0.9)), url("https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1200&q=80");
}

.persona-content {
    color: #ffffff;
    padding: 1.75rem;
    width: 100%;
}

.persona-content span {
    color: rgba(255, 255, 255, 0.72);
}

.persona-content h3 {
    font-weight: 800;
    font-size: clamp(1.55rem, 2.5vw, 2.35rem);
    letter-spacing: -0.03em;
    max-width: 520px;
}

.persona-content p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 580px;
}

.persona-content ul {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.persona-content li {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
}

.persona-content li i {
    color: var(--gold);
}

.payment-card {
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
    color: #111827;
    padding: 1.45rem;
}

.payment-card.premium {
    background: #ffffff;
    border-color: #d6a600;
    border-top-width: 4px;
}

.payment-card h5 {
    color: #111827;
    margin-bottom: 0.75rem;
}

.payment-card p {
    color: #475569;
    margin-bottom: 0;
}

.payment-badge {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: #eef2f7;
    border: 1px solid #d7dee8;
    padding: 0.35rem 0.7rem;
    margin-bottom: 1rem;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 800;
}

.payment-card.premium .payment-badge {
    background: #fff7d6;
    border-color: #f0d46b;
    color: #6b4e00;
}

.payment-card:nth-child(3) .payment-badge {
    background: #e8f3f2;
    border-color: #bfdbd8;
    color: #155e59;
}

.vehicle-class-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(120px, 1fr));
    gap: 0.75rem;
}

.vehicle-class-card {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    text-align: center;
    padding: 1rem;
    border: 1px solid #e1e8f1;
    border-radius: 20px;
    background: #ffffff;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
}

.vehicle-class-media {
    width: 86px;
    height: 52px;
    border-radius: 16px;
    background: #f6f8fb;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    overflow: hidden;
}

.vehicle-class-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.35rem;
}

.home-gallery {
    padding: 4.5rem 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.gallery-card {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.16);
    border: 1px solid #e6ebf5;
    background: #ffffff;
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.app-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1rem;
}

.download-section {
    padding: 4.5rem 0 4rem;
    background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 38%, #0f1115 38%, #0f1115 100%);
}

.download-card {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    align-items: center;
    text-align: center;
    border: 1px solid #dfe6ef;
    border-top: 4px solid var(--gold);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 18%, rgba(214, 166, 0, 0.16), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    padding: clamp(1.6rem, 4vw, 3rem);
    box-shadow: 0 28px 70px rgba(15, 17, 21, 0.18);
}

.download-copy span {
    color: #6b7587;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.download-copy h2 {
    margin: 0.35rem 0 0.65rem;
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.download-copy p {
    max-width: 560px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

.download-actions {
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    width: 100%;
}

.download-store-links {
    flex-wrap: wrap;
    justify-content: center;
}

.download-store-links .store-badge {
    min-width: 190px;
}

.download-actions small {
    color: #667085;
    line-height: 1.5;
    max-width: 560px;
}

.footer {
    background: #ffffff;
    border-top: 1px solid #e7edf5;
    color: #536075;
    padding: 1.25rem 0;
}

.footer a {
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
}

.footer a:hover {
    color: #000000;
}

.footer-inner,
.footer-credit,
.footer-links {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.footer-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.85rem 1.5rem;
}

.footer-credit {
    flex-wrap: wrap;
}

.footer-links {
    gap: 1rem;
}

.footer-heart {
    color: #ef233c;
}

.footer-separator {
    color: #b7c0ce;
}

@media (max-width: 1199.98px) {
    .top-store-links {
        display: none;
    }

    .vehicle-class-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 2rem;
    }

    .process-grid,
    .payment-grid,
    .gallery-grid,
    .split-grid,
    .app-grid {
        grid-template-columns: 1fr;
    }

    .hero-image {
        height: 320px;
        min-height: 0;
    }

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

    .download-actions {
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2.1rem;
    }

    .hero-image {
        height: 260px;
        border-radius: 22px;
    }

    .hero-actions,
    .hero-cta {
        width: 100%;
    }

    .vehicle-class-grid {
        grid-template-columns: 1fr;
    }

    .download-section {
        padding-top: 3rem;
    }

    .download-store-links {
        flex-direction: column;
    }
}
