.vehicles-page,
.vehicle-detail-page {
    min-height: 70vh;
    padding: 34px 0 80px;
    background: linear-gradient(180deg, #f2f8f8 0%, #ffffff 58%);
}

.vehicles-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 auto 34px;
    max-width: 980px;
    color: #6b8290;
    font-size: .86rem;
}

.vehicles-breadcrumb a {
    color: #009e9a;
    text-decoration: none;
    font-weight: 700;
}

.vehicles-hero {
    max-width: 900px;
    margin: 0 auto 38px;
    text-align: center;
}

.vehicles-eyebrow {
    color: #009e9a;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vehicles-hero h1 {
    margin: 14px 0 12px;
    color: #08283e;
    font-size: clamp(2.2rem, 5vw, 3.35rem);
    font-weight: 900;
}

.vehicles-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #547084;
    line-height: 1.75;
}

.vehicles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 980px;
    margin: 0 auto;
}

.vehicle-list-card {
    overflow: hidden;
    border: 1px solid #d4e3e5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(8, 40, 62, .08);
    color: #08283e;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.vehicle-list-card:hover {
    color: #08283e;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(8, 40, 62, .15);
}

.vehicle-list-image {
    position: relative;
    height: 255px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 35%, #b9c8ca 100%);
}

.vehicle-list-image::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(180deg, transparent, rgba(9, 35, 48, .85));
    content: '';
}

.vehicle-list-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vehicle-list-image span,
.vehicle-list-image h2 {
    position: absolute;
    z-index: 1;
    left: 26px;
    color: #fff;
}

.vehicle-list-image span {
    bottom: 58px;
    border: 1px solid rgba(255,255,255,.9);
    padding: 6px 10px;
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .05em;
}

.vehicle-list-image h2 {
    right: 20px;
    bottom: 17px;
    margin: 0;
    font-size: 1.45rem;
    font-weight: 900;
}

.vehicle-list-body {
    min-height: 176px;
    padding: 18px 20px 16px;
}

.vehicle-list-body p,
.vehicle-detail-copy p {
    color: #547084;
    font-size: .92rem;
    line-height: 1.7;
}

.vehicle-list-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    color: #4d6e7b;
    font-size: .78rem;
}

.vehicle-list-meta span i { color: #009e9a; margin-right: 4px; }
.vehicle-list-meta strong { color: #009e9a; white-space: nowrap; }

.vehicle-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .78fr);
    gap: 22px;
    max-width: 980px;
    margin: 0 auto;
}

.vehicle-detail-copy,
.vehicle-detail-booking {
    border: 1px solid #d4e3e5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(8, 40, 62, .08);
}

.vehicle-detail-copy { padding: 30px; }
.vehicle-detail-copy h1 { margin: 10px 0 20px; color: #08283e; font-weight: 900; line-height: 1.08; }
.vehicle-detail-copy h1 span { font-size: .72em; }
.vehicle-detail-copy h2 { margin: 25px 0 12px; color: #08283e; font-size: 1rem; }

.vehicle-detail-image {
    overflow: hidden;
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 12px;
    background: #f0f6f6;
}

.vehicle-detail-image img { display: block; width: 100%; height: 250px; object-fit: contain; background: #fff; }

.vehicle-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.vehicle-pills span { border: 1px solid #b9e2e3; border-radius: 999px; padding: 7px 10px; color: #007f7d; font-size: .75rem; font-weight: 800; }
.vehicle-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.vehicle-features span, .vehicle-uses li { border-radius: 7px; background: #f2f8f8; padding: 9px 10px; color: #315c6b; font-size: .78rem; }
.vehicle-features i, .vehicle-uses i { margin-right: 7px; color: #00a19c; }
.vehicle-uses { display: grid; gap: 7px; padding: 0; list-style: none; }

.vehicle-detail-booking { overflow: hidden; align-self: start; }
.booking-heading { padding: 24px; background: #062e3b; color: #fff; }
.booking-heading small { color: #66e1dc; font-weight: 800; }
.booking-heading h2 { margin: 8px 0; font-size: 1.25rem; font-weight: 900; }
.booking-heading p { margin: 0; color: #cde0e5; font-size: .82rem; line-height: 1.5; }
.vehicle-booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 16px; }
.booking-field { min-width: 0; }
.booking-field.full, .booking-submit { grid-column: 1 / -1; }
.booking-error { grid-column: 1 / -1; margin: 0; border: 1px solid #dc6b6b; border-radius: 7px; background: #fff1f1; padding: 10px 12px; color: #9d2525; font-size: .78rem; font-weight: 800; }
.booking-field label { display: block; margin: 0 0 5px; color: #123b4a; font-size: .72rem; font-weight: 800; }
.booking-field input, .booking-field select { width: 100%; min-height: 40px; border: 1px solid #b6dfe0; border-radius: 7px; background: #f7fbfb; padding: 8px 10px; color: #163d4b; font-size: .78rem; }
.booking-submit { border: 0; border-radius: 7px; background: #00a19c; padding: 12px; color: #fff; font-size: .8rem; font-weight: 900; }
.booking-submit:hover { background: #007f7d; }

@media (max-width: 767px) {
    .vehicles-page, .vehicle-detail-page { padding: 22px 0 50px; }
    .vehicles-breadcrumb { margin-bottom: 22px; padding: 0 12px; font-size: .75rem; }
    .vehicles-grid, .vehicle-detail-grid { grid-template-columns: 1fr; gap: 18px; }
    .vehicles-hero { padding: 0 15px; }
    .vehicles-hero h1 { font-size: 2.2rem; }
    .vehicle-list-image { height: 220px; }
    .vehicle-list-image h2 { font-size: 1.2rem; }
    .vehicle-detail-copy { padding: 20px; }
    .vehicle-detail-image img { height: 210px; }
    .vehicle-detail-booking { margin: 0 0 10px; }
}
