/* ===================================
   CAR DETAIL – COMPACT ELITE
=================================== */

:root {
    --accent: #f4a024;
    --accent-dark: #e18b00;
    --accent-soft: #fff1dc;
    --dark: #1e1e1e;
    --gray: #555;
    --border: #e2e2e2;
    --surface-base: #f3f6fb;
    --surface-soft: #f8fafd;
    --surface-card: #eef3f9;
    --surface-ink: #1f2937;
    --surface-muted: #64748b;
}

/* ANA GRID */

.car-detail {
    max-width: 1200px;
    margin: 36px auto;
    padding: 22px;
    border-radius: 20px;
    border: 1px solid #dce4ee;
    background:
        radial-gradient(140% 120% at 100% 0%, rgba(226, 233, 244, 0.44) 0%, rgba(243, 246, 251, 0) 52%),
        linear-gradient(180deg, #f9fbfe 0%, #f1f5fa 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);

    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
}

/* ===================================
   GALER?
=================================== */

.gallery-box {
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dbe4ef;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.gallery-box img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    background: #ffffff;
}

/* DURUM ROZET */

.car-status {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.car-status.ok {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
}

.car-status.maintenance {
    background: linear-gradient(135deg, #ff9800, #f57c00);
}

.car-status.unavailable {
    background: linear-gradient(135deg, #d35400, #bf360c);
}

/* THUMBS */

.thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
    gap: 9px;
    margin-top: 10px;
}

.thumb-item {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #d8e1ec;
    background: #eef3f8;
    cursor: pointer;
    overflow: hidden;
    transition: border 0.2s, transform 0.2s, box-shadow 0.2s;
}

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

.thumb-item:hover,
.thumb-item:focus-visible {
    border-color: var(--accent);
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
    outline: none;
}

.thumb-item.is-active {
    border-color: #f4a024;
    box-shadow: 0 0 0 2px rgba(244, 160, 36, 0.26), 0 10px 20px rgba(15, 23, 42, 0.12);
}

.thumb-tag {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.84);
    color: #f8fafc;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15px;
}

.gallery-nav {
    position: absolute;
    top: calc(50% + 8px);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.3);
    background: rgba(255, 255, 255, 0.95);
    color: #111827;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.2);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.gallery-nav:hover {
    transform: translateY(-50%) scale(1.04);
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.26);
}

.gallery-nav--prev {
    left: 12px;
}

.gallery-nav--next {
    right: 12px;
}

.gallery-counter {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.22);
    background: rgba(255, 255, 255, 0.92);
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.18);
}

/* ===================================
   FEATURES – FINAL (NO OUTER BOX)
=================================== */

/* ===================================
   FEATURES TITLE – ELITE LINE DESIGN
=================================== */

/* Galeri ile mesafe */
.features-box {
    margin-top: 25px;
}

/* Ba?l?k */
.features-box h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;

    color: #111;

    margin: 0 0 22px 0;
    padding-left: 16px;
    padding-right: 16px;

    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Sol vurgu çizgisi */
.features-box h3::before {
    content: "";
    width: 4px;
    height: 22px;

    background: linear-gradient(
        180deg,
        #f5c16c,
        #e3a93a
    );

    border-radius: 2px;
    flex-shrink: 0;
}

/* Sa?a uzayan çizgi */
.features-box h3::after {
    content: "";
    flex: 1; /* sa?a do?ru uzas?n */

    height: 1px;
    background: linear-gradient(
        90deg,
        #e3a93a,
        rgba(227,169,58,0)
    );

    margin-left: 12px;
}

/* ===================================
   GRUPLAR – 2 SATIRLI GRID
=================================== */

.feature-groups {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 + 2 */
    gap: 10px;
}

/* GRUP KUTUSU */
.feature-group {
    background: linear-gradient(180deg, #f8fbff 0%, #f1f5fa 100%);
    border: 1px solid #dbe4ef;
    border-radius: 6px;
    padding: 8px;
    min-width: 0;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

/* ===================================
   GRUP BA LI I (RENKL?)
=================================== */

.feature-group-title {
    font-size: 12px;
    font-weight: 600;

    padding: 4px 6px;
    margin-bottom: 6px;

    border-radius: 4px;
    text-align: center;
}

/* Yumu?ak kurumsal renkler */
.feature-group:nth-child(1) .feature-group-title {
    background: #ffeecf;
    color: #7a5b0f;
}

.feature-group:nth-child(2) .feature-group-title {
    background: #fbe6e6;
    color: #7f1f1f;
}

.feature-group:nth-child(3) .feature-group-title {
    background: #e7effd;
    color: #1f4570;
}

.feature-group:nth-child(4) .feature-group-title {
    background: #e8f6ef;
    color: #1f5f44;
}

.feature-group:nth-child(5) .feature-group-title {
    background: #e9edf3;
    color: #3f4b5c;
}

/* ===================================
   ÖZELL?KLER
=================================== */

.feature-group ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-group li {
    font-size: 12px;
    color: #333;

    display: flex;
    align-items: flex-start;
    gap: 6px;

    line-height: 1.35;
    word-break: break-word;
}

/* SAB?T, NÖTR S?MGE */
.feature-group li::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: 5px;
    border-radius: 50%;
    background: linear-gradient(180deg, #e3a93a, #c78a1a);
    box-shadow: 0 0 0 1px rgba(199,138,26,0.14);
    flex-shrink: 0;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 1200px) {
    .feature-groups {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .feature-groups {
        grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
        gap: 8px;
    }

    .feature-group-title {
        text-align: left;
    }
}

@media (max-width: 390px) {
    .feature-groups {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   SA  KOLON
=================================== */

.right-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* BA LIK */

.car-title {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
}

.car-identity-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #dce4ee;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}

.car-identity-item {
    border: 1px solid #e4eaf2;
    background: #ffffff;
    border-radius: 12px;
    padding: 11px 12px;
    min-height: 62px;
}

.car-identity-item span {
    display: block;
    font-size: 10px;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .36px;
}

.car-identity-item strong {
    font-size: 15px;
    color: #0f172a;
    font-weight: 800;
}

.car-identity-item.identity-km strong::before,
.car-identity-item.identity-plate strong::before {
    margin-right: 6px;
    opacity: .9;
}

.car-identity-item.identity-km strong::before {
    content: "⛽";
}

.car-identity-item.identity-plate strong::before {
    content: "🚘";
}

/* F?YAT */

.car-price {
    font-size: 21px;
    font-weight: 700;
    color: var(--accent-dark);
}

/* ===============================
   F?YAT – KURUMSAL TASARIM
=============================== */

/* Günlük fiyat ana blok */
.car-price {
    background: linear-gradient(180deg, #f7fafd 0%, #eef3f9 100%);
    border: 1px solid #d9e3ef;
    border-left: 4px solid var(--accent);

    padding: 14px 18px;
    border-radius: 10px;

    font-size: 22px;
    font-weight: 700;
    color: #111827;

    letter-spacing: 0.2px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

/* / Gün k?sm daha sakin */
.car-price::after {
    content: "";
    display: none;
}

/* Gün + toplam tablo */
.price-summary {
    background: linear-gradient(180deg, #f7fafd 0%, #eef3f9 100%);
    border: 1px solid #d7e2ee;
    border-radius: 10px;

    padding: 14px 18px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

/* Sat?rlar */
.price-summary div {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #334155;
    padding: 6px 0;
}

/* Ay?r?c hissi */
.price-summary div:not(.total) {
    border-bottom: 1px dashed #e0e0e0;
}

.price-summary .discount-row {
    color: #9a3412;
    font-weight: 700;
}

.price-summary .discount-row strong {
    color: #b45309;
}

.price-summary .discount-row.is-hidden {
    display: none;
}

/* Toplam sat?r */
.price-summary .total {
    border: none;
    padding-top: 10px;
    margin-top: 6px;

    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

/* Toplam tutar vurgusu */
.price-summary .total strong {
    color: var(--accent-dark);
    font-size: 18px;
}

/* ===================================
   FORM
=================================== */

.reservation-form {
    background: linear-gradient(180deg, #f9fbff 0%, #f1f6fc 100%);
    border-radius: 14px;
    padding: 18px 20px;
    border: 1px solid #d7e3ef;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reservation-form label {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--dark);
    display: flex;
    flex-direction: column;
}

.reservation-form input {
    margin-top: 4px;
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid #c8d4e3;
    background: #f8fbff;
    font-size: 13px;
    color: #0f172a;
}

.reservation-form input:focus {
    outline: none;
    border-color: var(--accent);
}

/* ===============================
   BUTTONS – MODERN CORPORATE
=============================== */

.action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    align-items: stretch;
}

/* ANA REZERVASYON BUTONU */
.action-buttons button {
    flex: 1;
    min-width: 0;

    padding: 14px 18px;
    border-radius: 12px;

    background: linear-gradient(180deg, #f8fbff 0%, #edf3f9 100%);
    color: #0f172a;

    border: 1px solid #d5dfeb;

    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.2px;

    cursor: pointer;

    box-shadow:
        0 6px 16px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.6);

    transition: all 0.25s ease;
}

/* SOL VURGU – KURUMSAL */
.action-buttons button {
    border-left: 4px solid var(--accent);
}

/* HOVER */
.action-buttons button:hover {
    background: #fafafa;
    box-shadow:
        0 10px 24px rgba(0,0,0,0.12);
    transform: translateY(-1px);
}

/* AKT?F */
.action-buttons button:active {
    transform: translateY(0);
    box-shadow:
        0 4px 10px rgba(0,0,0,0.12);
}

/* WHATSAPP BUTONU */
.btn-whatsapp,
.btn-secondary {
    flex: 1;
    min-width: 0;

    padding: 14px 18px;
    border-radius: 12px;

    background: linear-gradient(180deg, #f9fcff 0%, #edf3f9 100%);
    color: #0f172a;

    border: 1px solid #e0e0e0;
    border-left: 4px solid #25d366;

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

    text-align: center;
    text-decoration: none;

    box-shadow:
        0 6px 16px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.6);

    transition: all 0.25s ease;
}

/* WHATSAPP HOVER */
.btn-whatsapp:hover {
    background: linear-gradient(180deg, #f3fff7 0%, #e8f8ee 100%);
    box-shadow:
        0 10px 24px rgba(0,0,0,0.12);
    transform: translateY(-1px);
}

/* DISABLED (ileride kullan?l?r) */
.action-buttons button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

/* MESAJLAR */

.not-available {
    background: #fff3e0;
    border: 1px solid #ffd8a8;
    padding: 14px;
    border-radius: 10px;
    color: #c44a00;
    font-weight: 600;
}

.reservation-success {
    margin-top: 8px;
    background: #eafaf1;
    border: 1px solid #b7e4c7;
    padding: 10px;
    border-radius: 10px;
    color: #1e7e34;
    font-size: 13px;
}
.reservation-error {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #9f1239;
    border-radius: 10px;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 700;
}

.not-available-panel {
    display: grid;
    gap: 10px;
}

.unavailable-actions {
    display: flex;
    gap: 10px;
}

.btn-secondary {
    flex: 1;
    min-width: 0;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #dbe2ea;
    border-left: 4px solid #334155;
    background: linear-gradient(180deg, #f9fcff 0%, #edf2f8 100%);
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow:
        0 6px 16px rgba(0,0,0,0.07),
        inset 0 1px 0 rgba(255,255,255,0.6);
    transition: all 0.25s ease;
}

.btn-secondary:hover {
    background: linear-gradient(180deg, #f3f8fe 0%, #e8eef6 100%);
    box-shadow:
        0 10px 24px rgba(0,0,0,0.11);
    transform: translateY(-1px);
}

/* ===================================
   MOB?L
=================================== */

@media (max-width: 900px) {
    .car-detail {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .car-identity-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-box img {
        height: 300px;
    }

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

    .action-buttons {
        flex-direction: column;
    }

    .action-buttons button,
    .btn-whatsapp,
    .btn-secondary {
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }

    .unavailable-actions {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .car-identity-meta {
        grid-template-columns: 1fr;
    }
}

/* Mobil / Desktop ba?l?k kontrolü */
.mobile-title {
    display: none;
}

@media (max-width: 900px) {
    .mobile-title {
        display: block;
        margin-bottom: 14px;
    }

    .desktop-title {
        display: none;
    }
}


/* ======================================
   KM POL?T?KASI – COOL INFO / EL?T
====================================== */

.km-policy-box{
    margin-top: 4px;               /*   üst box ile daha da yak?n */
    padding: 10px 14px;

    background: #f1f5f9;            /* soft slate */
    border: 1px solid #cbd5e1;
    border-radius: 10px;

    font-size: 13.5px;
}

/* === SATIR === */
.km-row{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 6px 0;
}

.km-row + .km-row{
    border-top: 1px solid #e2e8f0;
}

/* === SOL TARAF === */
.km-row span{
    display: flex;
    align-items: center;
    gap: 10px;

    color: #334155;                /* slate-700 */
    font-weight: 500;
}

/* === SA  TARAF === */
.km-row strong{
    color: #020617;                /* slate-950 */
    font-weight: 600;
    white-space: nowrap;
}

/* === ?KONLAR === */
.km-row span::before{
    content: "";
    width: 22px;
    height: 22px;

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

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #334155;
    background: #e2e8f0;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    opacity: 1;
}

/* Günlük KM */
.km-row:first-child span::before{
    content: "KM";
}

/* KM A m */
.km-row:nth-child(2) span::before{
    content: "+";
    font-weight: 700;
    font-size: 14px;
    color: #92400e;
    background: #ffedd5;
    border-color: #fed7aa;
}

/* === ALT NOT === */
.km-note{
    margin-top: 6px;
    padding-top: 6px;

    font-size: 11.5px;
    line-height: 1.45;

    color: #475569;
    border-top: 1px dashed #cbd5e1;
}

/* === MOB?L === */
@media (max-width: 768px){
    .km-policy-box{
        padding: 9px 12px;
        font-size: 13px;
    }

    .km-row span::before{
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

/* ======================================
   BOOKING PANEL + WIZARD (2026 polish)
====================================== */

.booking-panel {
    display: grid;
    gap: 12px;
    position: sticky;
    top: 106px;
    align-self: start;
}

.price-summary .savings-row {
    color: #0f766e;
    font-weight: 700;
}

.price-summary .savings-row strong {
    color: #0f766e;
}

.price-summary .savings-row.is-hidden {
    display: none;
}

.reservation-form--wizard {
    gap: 10px;
}

.wizard-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 4px;
}

.wizard-step {
    border: 1px solid #d2dce8;
    background: linear-gradient(180deg, #f7fafe 0%, #eef3f9 100%);
    color: #334155;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 10px;
    text-align: center;
    cursor: pointer;
}

.wizard-step.is-active {
    border-color: #f4a024;
    background: linear-gradient(180deg, #fff8ec 0%, #ffeccc 100%);
    color: #1f2937;
    box-shadow: 0 0 0 1px rgba(244,160,36,0.08) inset;
}

.wizard-panel {
    display: none;
    gap: 8px;
}

.wizard-panel.is-active {
    display: grid;
}

.field-error {
    display: block;
    min-height: 16px;
    margin-top: -3px;
    color: #be123c;
    font-size: 12px;
    line-height: 1.3;
    opacity: 0;
    transition: opacity 0.18s ease;
}

.field-error.is-visible {
    opacity: 1;
}

.reservation-form input.is-invalid {
    border-color: #be123c;
    box-shadow: 0 0 0 2px rgba(190,18,60,0.12);
}

.wizard-actions {
    display: grid;
    gap: 10px;
    margin-top: 2px;
}

.wizard-actions button,
.reservation-form--wizard button[type="submit"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid #1f2937;
    border-radius: 11px;
    background: #111827;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 7px 18px rgba(2,6,23,0.18);
}

.wizard-actions button:hover,
.reservation-form--wizard button[type="submit"]:hover {
    background: #0b1222;
    transform: translateY(-1px);
}

.wizard-actions button:active,
.reservation-form--wizard button[type="submit"]:active {
    transform: translateY(0);
}

.wizard-next {
    border-left: 4px solid #f4a024;
}

.wizard-back {
    background: linear-gradient(180deg, #f9fcff 0%, #edf3f9 100%);
    color: #1f2937;
    border: 1px solid #dbe2ea;
    box-shadow: 0 4px 12px rgba(15,23,42,0.08);
}

.wizard-back:hover {
    background: linear-gradient(180deg, #f2f7fd 0%, #e8eef6 100%);
}

.wizard-actions--split {
    grid-template-columns: minmax(84px, 0.64fr) minmax(140px, 1fr) minmax(190px, 1.24fr);
    align-items: stretch;
    gap: 8px;
}

.wizard-actions--split .wizard-back {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.wizard-actions--split .btn-whatsapp {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13.2px;
    font-weight: 700;
    padding: 10px 8px;
    box-sizing: border-box;
    white-space: nowrap;
}

@media (max-width: 1180px) and (min-width: 901px) {
    .wizard-actions--split {
        grid-template-columns: minmax(78px, 0.62fr) minmax(132px, 1fr) minmax(170px, 1.12fr);
    }

    .wizard-actions--split .btn-whatsapp {
        font-size: 12.6px;
    }
}

.mobile-booking-bar {
    display: none;
}

@media (max-width: 900px) {
    .gallery-nav {
        width: 34px;
        height: 34px;
        font-size: 21px;
        top: 50%;
    }

    .gallery-counter {
        bottom: 10px;
        right: 10px;
        font-size: 11px;
        padding: 4px 8px;
    }

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

    .thumb-item {
        aspect-ratio: 5 / 4;
    }

    .booking-panel {
        position: static;
        top: auto;
    }

    .wizard-actions--split {
        grid-template-columns: 1fr;
    }

    .wizard-back,
    .wizard-actions--split .btn-whatsapp,
    .reservation-form--wizard button[type="submit"],
    .wizard-next {
        min-height: 44px;
    }

    .mobile-booking-bar {
        display: block;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        z-index: 56;
        transition: transform 0.22s ease, opacity 0.22s ease;
    }

    .mobile-booking-bar button {
        width: 100%;
        border: 1px solid #0f172a;
        border-left: 4px solid #f4a024;
        border-radius: 13px;
        background: linear-gradient(180deg, #172033 0%, #0f172a 100%);
        color: #ffffff;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        box-shadow: 0 12px 28px rgba(2,6,23,0.32);
        font-size: 13px;
        line-height: 1.2;
        cursor: pointer;
    }

    .mobile-booking-bar button strong {
        font-size: 13px;
        color: #fde8b2;
    }

    .mobile-booking-bar.is-hidden {
        opacity: 0;
        transform: translateY(18px);
        pointer-events: none;
    }

    body {
        padding-bottom: 84px;
    }

    .car-detail {
        padding: 14px;
        border-radius: 14px;
    }
}





