/* Muskaan Travels — professional, mobile-first UI */

:root {
    --cr-ink: #0f172a;
    --cr-ink-muted: #475569;
    --cr-surface: #ffffff;
    --cr-bg: #f1f5f9;
    --cr-border: #e2e8f0;
    --cr-accent: #0284c7;
    --cr-accent-hover: #0369a1;
    --cr-accent-soft: rgba(2, 132, 199, 0.08);
    --cr-success: #059669;
    --cr-wa: #25d366;
    --cr-radius: 12px;
    --cr-radius-lg: 16px;
    --cr-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 6px 20px rgba(15, 23, 42, 0.06);
    --cr-shadow-hover: 0 12px 40px rgba(15, 23, 42, 0.12);
    --cr-font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
    --cr-nav-h: 72px;
    --cr-gutter-x: 1.5rem;
  /* Extra horizontal inset for main content (below hero, inner pages) */
    --cr-shell-pad-x: 2rem;
    --cr-content-max: 1240px;
}

@media (min-width: 576px) {
    :root {
        --cr-shell-pad-x: 2.25rem;
    }
}

@media (min-width: 768px) {
    :root {
        --cr-gutter-x: 2rem;
        --cr-shell-pad-x: 2.75rem;
    }
}

@media (min-width: 992px) {
    :root {
        --cr-shell-pad-x: 3.25rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --cr-gutter-x: 2.25rem;
        --cr-shell-pad-x: 3.75rem;
        --cr-content-max: 1200px;
    }
}

@media (min-width: 1400px) {
    :root {
        --cr-shell-pad-x: 4.5rem;
        --cr-content-max: 1180px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

body.site-body {
    font-family: var(--cr-font);
    color: var(--cr-ink);
    background-color: var(--cr-bg);
    padding-top: calc(var(--cr-nav-h) + env(safe-area-inset-top, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.6;
}

/* ——— Navbar ——— */
.navbar-cr {
    min-height: var(--cr-nav-h);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(180deg, #0f172a 0%, #0c1222 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.35);
}

.navbar-cr .navbar-brand {
    font-weight: 800;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    color: #fff !important;
}

.navbar-brand--logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.site-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 3px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.navbar-brand--logo .site-logo {
    max-width: 200px;
    max-height: 56px;
}

.site-logo--sm {
    max-width: 160px;
    max-height: 48px;
    padding: 2px 5px;
}

.site-logo--auth {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto 1.25rem;
}

.navbar-brand__suffix {
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 768px) {
    .navbar-brand--logo .site-logo {
        max-height: 70px;
    }

    .site-logo--sm {
        max-height: 52px;
    }
}

.navbar-cr .nav-link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.65rem 0.85rem !important;
    border-radius: 8px;
    transition: color 0.15s ease, background 0.15s ease;
}

.navbar-cr .nav-link:hover,
.navbar-cr .nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
}

.navbar-cr .nav-item.active .nav-link {
    color: #fff !important;
    background: rgba(2, 132, 199, 0.35);
}

.navbar-cr .nav-link.nav-wa {
    color: #86efac !important;
    font-weight: 600;
}

.navbar-cr .nav-link.nav-wa:hover {
    color: #bbf7d0 !important;
    background: rgba(34, 197, 94, 0.15);
}

.navbar-cr .btn-nav-cta {
    font-weight: 600;
    padding: 0.5rem 1.1rem;
    border-radius: 8px;
    margin-left: 0.25rem;
}

.navbar-cr .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.25);
    padding: 0.4rem 0.55rem;
}

.navbar-cr__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: calc(var(--cr-content-max) + (var(--cr-shell-pad-x) * 2));
    margin-left: auto;
    margin-right: auto;
    padding-left: max(var(--cr-shell-pad-x), env(safe-area-inset-left, 0px));
    padding-right: max(var(--cr-shell-pad-x), env(safe-area-inset-right, 0px));
}

@media (max-width: 991.98px) {
    .navbar-cr__bar .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;
    }

    .navbar-cr .navbar-collapse {
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;
    }
    .navbar-cr .nav-link {
        padding-left: 0.75rem !important;
    }
    .navbar-cr .btn-nav-cta {
        margin: 0.5rem 0 0;
        width: 100%;
        text-align: center;
    }
}

/* ——— Main shell ——— */
.page-wrap {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ——— Hero ——— */
.hero-cr {
    position: relative;
    overflow: hidden;
    border-radius: var(--cr-radius-lg);
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 42%, #0e7490 100%);
    color: #fff;
    box-shadow: var(--cr-shadow);
}

.hero-cr::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 80% 60%, rgba(56, 189, 248, 0.2) 0%, transparent 40%);
    pointer-events: none;
}

.hero-cr__inner {
    position: relative;
    z-index: 1;
    padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
    .hero-cr__inner {
        padding: 3rem 2.5rem;
    }
}

.hero-cr__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 0.75rem;
}

.hero-cr h1 {
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .hero-cr h1 {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    .hero-cr h1 {
        font-size: 2.75rem;
        max-width: 18ch;
    }
}

.hero-cr__lead {
    font-size: 1.0625rem;
    opacity: 0.95;
    margin-bottom: 0;
    max-width: 42rem;
}

.hero-cr__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

@media (min-width: 576px) {
    .hero-cr__actions {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
}

.hero-cr .btn {
    font-weight: 600;
    padding: 0.65rem 1.35rem;
    border-radius: 10px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-cr .btn-light {
    color: var(--cr-ink);
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.hero-cr .btn-outline-light {
    border-width: 2px;
    color: #fff;
}

.hero-cr .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: #fff;
}

/* ——— Section titles ——— */
.section-head {
    margin-bottom: 1.5rem;
}

.section-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cr-accent);
    margin-bottom: 0.35rem;
}

.section-title {
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--cr-ink);
    font-size: 1.375rem;
    margin: 0;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }
}

/* ——— Trust strip ——— */
.trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
    .trust-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

.trust-item {
    background: var(--cr-surface);
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius);
    padding: 1rem 1.15rem;
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.trust-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--cr-accent-soft);
    color: var(--cr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.trust-item h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
    color: var(--cr-ink);
}

.trust-item p {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--cr-ink-muted);
    line-height: 1.45;
}

/* ——— Car cards ——— */
.car-card {
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-lg);
    overflow: hidden;
    background: var(--cr-surface);
    box-shadow: var(--cr-shadow);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    height: 100%;
}

.car-card:hover {
    box-shadow: var(--cr-shadow-hover);
    transform: translateY(-3px);
}

.car-card__media {
    position: relative;
    overflow: hidden;
    background: #e2e8f0;
}

.car-card__media img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.car-card:hover .car-card__media img {
    transform: scale(1.04);
}

.car-card__body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.car-card__title {
    font-weight: 800;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
    color: var(--cr-ink);
}

.car-card__meta {
    font-size: 0.8125rem;
    color: var(--cr-ink-muted);
    margin-bottom: 0.85rem;
}

.car-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.car-chip {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    background: var(--cr-bg);
    color: var(--cr-ink-muted);
}

.car-card__price {
    margin-top: auto;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--cr-accent);
}

.car-card__price small {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cr-ink-muted);
}

.car-card .btn-block {
    border-radius: 10px;
    font-weight: 600;
    padding: 0.55rem 1rem;
    min-height: 46px;
}

/* Primary buttons — brand tint */
.btn-primary {
    background-color: var(--cr-accent);
    border-color: var(--cr-accent);
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--cr-accent-hover);
    border-color: var(--cr-accent-hover);
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.35);
}

/* ——— Detail page ——— */
.breadcrumb {
    background: var(--cr-surface);
    border: 1px solid var(--cr-border);
    border-radius: 10px;
    padding: 0.65rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.car-detail-img {
    width: 100%;
    max-height: min(480px, 70vh);
    object-fit: cover;
    border-radius: var(--cr-radius-lg);
    border: 1px solid var(--cr-border);
    box-shadow: var(--cr-shadow);
}

.detail-panel {
    background: var(--cr-surface);
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-lg);
    padding: 1.5rem;
    box-shadow: var(--cr-shadow);
}

.detail-price {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--cr-accent);
}

.spec-list dt {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--cr-ink-muted);
}

.spec-list dd {
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.detail-actions .btn {
    min-height: 48px;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    width: 100%;
    display: block;
}

@media (min-width: 992px) {
    .detail-actions .btn {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
    }
}

.feature-pill {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--cr-bg);
    border: 1px solid var(--cr-border);
    margin: 0 0.5rem 0.5rem 0;
    color: var(--cr-ink);
}

/* ——— Gallery ——— */
.gallery-card {
    position: relative;
    border-radius: var(--cr-radius-lg);
    overflow: hidden;
    border: 1px solid var(--cr-border);
    background: var(--cr-ink);
    box-shadow: var(--cr-shadow);
    height: 100%;
}

.gallery-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    opacity: 0.92;
    transition: opacity 0.25s ease, transform 0.45s ease;
}

.gallery-card:hover img {
    opacity: 1;
    transform: scale(1.03);
}

.gallery-card__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.1rem;
    background: linear-gradient(transparent, rgba(15, 23, 42, 0.92));
    color: #fff;
}

.gallery-card__cap strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
}

.gallery-card__cap span {
    font-size: 0.75rem;
    opacity: 0.88;
    line-height: 1.35;
}

/* ——— Content cards (about, contact) ——— */
.content-card {
    background: var(--cr-surface);
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-lg);
    padding: 1.5rem 1.5rem;
    box-shadow: var(--cr-shadow);
}

@media (min-width: 992px) {
    .content-card--sticky {
        position: sticky;
        top: calc(var(--cr-nav-h) + 1rem);
    }
}

.page-lead {
    font-size: 1.125rem;
    color: var(--cr-ink-muted);
    max-width: 40rem;
}

/* ——— Forms ——— */
.form-card {
    background: var(--cr-surface);
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-lg);
    padding: 1.5rem;
    box-shadow: var(--cr-shadow);
}

.form-card .form-group label {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--cr-ink);
    margin-bottom: 0.35rem;
}

.form-card .form-control {
    border-radius: 10px;
    border-color: var(--cr-border);
    padding: 0.65rem 0.9rem;
    min-height: 48px;
    font-size: 1rem;
}

.form-card textarea.form-control {
    min-height: 140px;
}

.form-card .form-control:focus {
    border-color: var(--cr-accent);
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.2);
}

.form-card .btn {
    min-height: 48px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 10px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .form-card .btn {
        width: 100%;
    }
}

/* ——— Alerts ——— */
.alert-cr {
    border-radius: var(--cr-radius);
    border: none;
    box-shadow: var(--cr-shadow);
}

/* ——— Footer ——— */
.site-footer {
    margin-top: auto;
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    color: rgba(255, 255, 255, 0.75);
    padding: 2.5rem 0 2rem;
    font-size: 0.875rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 500;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer__brand {
    font-weight: 800;
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.site-footer__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 4px 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.site-footer__cols h3 {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.75rem;
}

.site-footer__cols ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__cols li {
    margin-bottom: 0.45rem;
}

.site-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ——— WhatsApp float ——— */
.whatsapp-float {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 1030;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--cr-wa);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    color: #fff !important;
    transform: scale(1.06);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
    text-decoration: none;
}

.whatsapp-float:focus {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

/* Utility: text muted brand */
.text-cr-muted {
    color: var(--cr-ink-muted) !important;
}

/* ——— Site gutters & main container ——— */
.page-gutter {
    padding-left: max(var(--cr-gutter-x), env(safe-area-inset-left, 0px));
    padding-right: max(var(--cr-gutter-x), env(safe-area-inset-right, 0px));
}

.page-shell {
    width: 100%;
    max-width: calc(var(--cr-content-max) + (var(--cr-shell-pad-x) * 2));
    margin-left: auto;
    margin-right: auto;
    padding-left: max(var(--cr-shell-pad-x), env(safe-area-inset-left, 0px));
    padding-right: max(var(--cr-shell-pad-x), env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

main.page-main {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
    main.page-main {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}

.row-tight {
    margin-left: -6px;
    margin-right: -6px;
}

.row-tight > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.section-head--tight {
    margin-bottom: 0.85rem;
}

.trust-strip--tight {
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
    .trust-strip--tight {
        gap: 0.65rem;
    }
}

.trust-strip--tight .trust-item {
    padding: 0.75rem 0.9rem;
}

.car-card__body {
    padding: 0.9rem 1rem;
}

.car-card__chips {
    margin-bottom: 0.65rem;
}

.car-card__price {
    margin-bottom: 0.65rem;
}

/* ——— Landing page (home) ——— */
body.page-home main.page-main {
    padding-top: 0;
}

.page-home__body {
    padding-top: 1rem;
}

.page-home__body .row-tight {
    margin-left: 0;
    margin-right: 0;
}

.page-home__body .row-tight > [class*="col-"] {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

@media (min-width: 768px) {
    .page-home__body {
        padding-top: 1.5rem;
    }

    .page-home__body .row-tight > [class*="col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* ——— Hero landing: carousel + overlay panel ——— */
.hero-landing {
    position: relative;
    width: 100%;
    height: clamp(22rem, 58vh, 36rem);
    min-height: 22rem;
    background: #0f172a;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

@media (min-width: 576px) {
    .hero-landing {
        height: clamp(24rem, 62vh, 40rem);
        min-height: 24rem;
    }
}

@media (min-width: 768px) {
    .hero-landing {
        height: clamp(26rem, 65vh, 44rem);
        min-height: 26rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    .hero-landing {
        height: clamp(28rem, 68vh, 46rem);
        min-height: 28rem;
    }
}

.hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.hero-carousel .carousel-inner {
    height: 100%;
}

.hero-carousel .carousel-item {
    height: 100%;
}

.hero-slide__frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.hero-slide__frame--fallback {
    background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 45%, #0e7490 100%);
}

.hero-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

.hero-slide__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.5) 40%, rgba(15, 23, 42, 0.88) 100%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.65) 0%, rgba(15, 23, 42, 0.2) 50%, transparent 72%);
    pointer-events: none;
}

.hero-slide__tag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.75rem;
    z-index: 2;
    text-align: center;
    padding: 0 1rem;
    pointer-events: none;
}

.hero-slide__tag span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(15, 23, 42, 0.55);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

.hero-landing__content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: var(--cr-content-max);
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem max(var(--cr-shell-pad-x), env(safe-area-inset-right, 0px)) 3.25rem max(var(--cr-shell-pad-x), env(safe-area-inset-left, 0px));
    box-sizing: border-box;
    pointer-events: none;
}

@media (min-width: 768px) {
    .hero-landing__content {
        justify-content: flex-start;
        padding-bottom: 3.5rem;
    }
}

.hero-landing__panel {
    pointer-events: auto;
    width: 100%;
    max-width: 34rem;
    text-align: center;
    color: #fff;
    padding: 1.5rem 1.35rem;
    border-radius: var(--cr-radius-lg);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.72) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

@media (min-width: 768px) {
    .hero-landing__panel {
        text-align: left;
        padding: 1.85rem 2rem;
        max-width: 30rem;
    }
}

.hero-landing__eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.95);
    margin-bottom: 0.5rem;
}

.hero-landing__title {
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    font-size: clamp(1.65rem, 5vw, 2.75rem);
    margin-bottom: 0.65rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.hero-landing__lead {
    font-size: clamp(0.9375rem, 2.5vw, 1.125rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.25rem;
    max-width: 32ch;
}

@media (max-width: 767.98px) {
    .hero-landing__lead {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-landing__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

@media (min-width: 576px) {
    .hero-landing__actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .hero-landing__actions {
        justify-content: flex-start;
    }
}

.hero-landing__btn {
    font-weight: 600;
    min-height: 48px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    width: 100%;
}

@media (min-width: 576px) {
    .hero-landing__btn {
        width: auto;
        min-width: 11rem;
    }
}

.hero-landing__btn.hero-landing__btn--primary {
    border: none;
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.45);
}

.hero-landing__btn.btn-outline-light {
    border-width: 2px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.hero-landing__btn.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: #fff;
}

.hero-carousel__indicators {
    bottom: 1.15rem;
    z-index: 6;
    margin-bottom: 0;
}

.hero-carousel__indicators li {
    width: 28px;
    height: 4px;
    border-radius: 999px;
    margin: 0 3px;
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    opacity: 1;
    transition: background-color 0.2s ease, width 0.2s ease;
}

.hero-carousel__indicators li.active {
    width: 36px;
    background-color: #fff;
}

.hero-carousel__control {
    z-index: 6;
    width: 48px;
    opacity: 0.9;
}

.hero-carousel__control:hover {
    opacity: 1;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}

/* ——— Home page sections ——— */
.page-home__trust {
    background: var(--cr-surface);
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-lg);
    padding: 1rem 1rem 0.25rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--cr-shadow);
}

@media (min-width: 768px) {
    .page-home__trust {
        padding: 1.25rem 1.25rem 0.5rem;
    }
}

.page-home__fleet {
    margin-top: 0.25rem;
}

.page-home__fleet .section-title {
    font-size: 1.35rem;
}

@media (min-width: 768px) {
    .page-home__fleet .section-title {
        font-size: 1.5rem;
    }
}

/* Fleet grid: 2 cols tablet, 3 cols wide */
@media (min-width: 1200px) {
    .page-home .car-card__media img {
        height: 210px;
    }
}
