:root {
    --brand-green-deep: #032819;
    --brand-green: #064e2b;
    --brand-green-bright: #0f7a43;
    --brand-gold: #d7ad32;
    --brand-gold-deep: #a97810;
    --brand-ivory: #fbf8ef;
    --blue: var(--brand-green);
    --blue-dark: var(--brand-green-deep);
    --green: var(--brand-green-bright);
    --gold: var(--brand-gold);
    --gold-soft: #fff6d8;
    --ink: #0d2118;
    --muted: #667267;
    --line: #e5dcc6;
    --surface: #ffffff;
    --soft: var(--brand-ivory);
    --danger: #b42318;
    --shadow: 0 18px 45px rgba(3, 40, 25, 0.14);
}

* { box-sizing: border-box; }

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    color: var(--ink);
    background: var(--soft);
    line-height: 1.6;
}

h1, h2, .hero-title, .page-header h1, .vehicle-detail-info h1 {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-weight: 800;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(251, 248, 239, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

.header-topbar {
    background: var(--brand-green-deep);
    color: rgba(255,255,255,.86);
    font-size: .78rem;
}

.header-topbar-content {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.header-content {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo a { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.25rem; }
.logo-img { width: 118px; height: 58px; object-fit: contain; }
.logo-text { display: none; }
.footer-logo { width: 150px; height: 92px; object-fit: contain; margin-bottom: 8px; }
.nav-list { display: flex; gap: 2px; padding: 0; margin: 0; list-style: none; }
.nav-link { display: inline-flex; align-items: center; padding: 11px 12px; border-radius: 6px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.nav-link.active, .nav-link:hover { color: var(--brand-green); background: var(--gold-soft); }
.nav-close-btn { display: none; }
.mobile-menu-toggle { display: none; min-width: 72px; height: 42px; padding: 0 14px; border: 1px solid var(--line); background: white; border-radius: 6px; color: var(--brand-green); font-weight: 800; }

/* Two-row header inspired by classic airport transfer layouts */
.header {
    background: #fff;
    border-bottom: 0;
    backdrop-filter: none;
    box-shadow: 0 4px 18px rgba(3, 40, 25, .08);
}

.header-topline {
    height: 6px;
    background: var(--brand-green-deep);
}

.header-info-row {
    background: #fff;
}

.header-info-content {
    min-height: 106px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.header-logo .logo-img {
    width: 142px;
    height: 84px;
}

.header-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    color: #070906;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.header-contact-item i {
    flex: 0 0 auto;
    color: var(--brand-gold-deep);
    font-size: 2rem;
}

.header-contact-item strong {
    display: block;
    color: var(--brand-green);
    font-size: 1.1rem;
    font-weight: 900;
}

.header-contact-item span {
    min-width: 0;
}

.header-utilities {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.header-agent-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--brand-green);
    font-size: .85rem;
    font-weight: 800;
}

.header-agent-link:hover {
    color: var(--brand-gold-deep);
}

.header-currency-form {
    margin: 0;
}

.header-currency-form select {
    min-height: 34px;
    padding: 4px 28px 4px 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    color: var(--brand-green-deep);
    font: inherit;
    font-size: .82rem;
    font-weight: 800;
    cursor: pointer;
}

.header-nav-row {
    background: var(--brand-green);
}

.header-nav-content {
    min-height: 62px;
    display: flex;
    align-items: stretch;
}

.header-nav-row .nav {
    width: 100%;
}

.header-nav-row .nav-list {
    height: 100%;
    align-items: stretch;
    gap: 0;
    justify-content: center;
    width: 100%;
}

.header-nav-row .nav-link {
    height: 100%;
    min-height: 62px;
    padding: 0 17px;
    border-radius: 0;
    color: #fff;
    font-size: .96rem;
    font-weight: 900;
    white-space: nowrap;
}

.header-nav-row .nav-link:hover,
.header-nav-row .nav-link.active {
    color: var(--brand-gold);
    background: rgba(255, 255, 255, .07);
}

.header-nav-row .nav-booking-link {
    margin-left: 0;
    background: transparent;
    color: #fff;
}

.header-nav-row .nav-booking-link:hover,
.header-nav-row .nav-booking-link.active {
    background: rgba(255, 255, 255, .07);
    color: var(--brand-gold);
}

@media (max-width: 1180px) {
    .header-info-content {
        grid-template-columns: 160px minmax(0, 1fr) auto;
        gap: 18px;
    }

    .header-contact-grid {
        gap: 16px;
    }

    .header-contact-item {
        font-size: .9rem;
    }

    .header-contact-item strong {
        font-size: 1rem;
    }

    .header-nav-row .nav-link {
        padding: 0 10px;
        font-size: .84rem;
    }
}

@media (max-width: 1040px) and (min-width: 769px) {
    .header-info-content {
        grid-template-columns: 140px minmax(0, 1fr);
    }

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

    .header-utilities {
        grid-column: 1 / -1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        margin-top: -12px;
    }

    .header-nav-row .nav-list {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .header-nav-row .nav-list::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 900px) {
    .header-info-content {
        min-height: 88px;
        grid-template-columns: auto 1fr auto;
    }

    .header-logo .logo-img {
        width: 118px;
        height: 66px;
    }

    .header-contact-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .header-contact-item {
        font-size: .82rem;
    }

    .header-contact-item:nth-child(2) {
        display: none;
    }

    .header-contact-item i {
        font-size: 1.25rem;
    }

    .header-contact-item strong {
        font-size: .85rem;
    }

    .header-utilities {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-topline {
        height: 4px;
    }

    .header-nav-row {
        min-height: 0;
    }

    .header-nav-content {
        min-height: 0;
    }

    .header-info-content {
        grid-template-columns: auto 1fr auto;
        min-height: 74px;
        gap: 12px;
    }

    .header-logo .logo-img {
        width: 104px;
        height: 58px;
    }

    .header-contact-grid {
        display: none;
    }

    .header-nav-row {
        background: transparent;
    }

    .header-nav-row .nav-link {
        min-height: 0;
        color: rgba(255,255,255,0.75);
        background: transparent;
        white-space: normal;
    }

    .header-nav-row .nav-link.active,
    .header-nav-row .nav-link:hover {
        color: var(--brand-gold);
        background: rgba(255,255,255,0.06);
    }

    .header-nav-row .nav-booking-link,
    .header-nav-row .nav-booking-link.active,
    .header-nav-row .nav-booking-link:hover {
        background: transparent;
        color: rgba(255,255,255,0.75);
    }
}

.main-content { min-height: 60vh; }
.home-search-strip {
    position: relative;
    z-index: 4;
    padding: 14px 0;
    background: var(--brand-gold);
}

.home-search-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 230px auto;
    gap: 12px;
    align-items: center;
}

.home-search-form .form-control {
    border: 0;
    min-height: 44px;
}

.home-search-form .btn-primary {
    background: #070906;
    border-color: #070906;
    color: white;
    min-height: 44px;
}

.hero {
    min-height: 680px;
    display: grid;
    align-items: center;
    position: relative;
    color: white;
    background: url("../../public/assets/images/car1.jpeg") center/cover;
    isolation: isolate;
}

.home-hero {
    min-height: 610px;
    align-items: end;
    padding-bottom: 92px;
    background: var(--hero-image) center right / cover no-repeat;
    overflow: hidden;
    border-bottom: 6px solid var(--brand-gold);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(3, 40, 25, .72);
}

.hero-content { position: relative; z-index: 1; }
.hero-kicker {
    margin: 0 0 10px;
    color: var(--brand-gold);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.hero-title { max-width: 780px; margin: 0 0 12px; font-size: clamp(2.7rem, 5.4vw, 5rem); line-height: 1.03; letter-spacing: 0; }
.hero-subtitle { max-width: 560px; margin: 0 0 28px; font-size: 1.2rem; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-dots { display: flex; gap: 8px; margin-top: 88px; justify-content: center; }
.hero-dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.58); }
.hero-dots span:nth-child(2) { background: var(--brand-gold); }
.hero-booking-form {
    width: min(100%, 980px);
    padding: 22px;
    background: rgba(255,255,255,.96);
    color: var(--ink);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.form-row, .form-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.form-grid { grid-template-columns: repeat(2, 1fr); }
.form-group-full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-size: .9rem; font-weight: 600; }
.form-control {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d7dde7;
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
    background: white;
    color: var(--ink);
}
textarea.form-control { resize: vertical; min-height: 120px; }
.form-control:focus { outline: 3px solid rgba(15, 111, 61, .16); border-color: var(--blue); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}
.btn-primary { background: var(--brand-green); color: white; border-color: var(--brand-green); }
.btn-primary:hover { background: var(--brand-gold); border-color: var(--brand-gold); color: var(--ink); transform: translateY(-1px); }
.btn-outline-primary { border-color: var(--blue); color: var(--blue); background: white; }
.btn-outline-primary:hover { background: var(--brand-green); color: white; }
.btn-outline-light { border-color: rgba(255,255,255,.8); color: white; }
.btn-lg { min-height: 52px; padding: 13px 22px; }
.btn-block { width: 100%; }

section { padding: 78px 0; }
.page-header {
    color: white;
    background: var(--brand-green-deep);
    padding: 84px 0 70px;
    border-bottom: 6px solid var(--brand-gold);
}
.page-header .container {
    position: relative;
}
.page-header .container::after {
    content: "";
    display: block;
    width: 84px;
    height: 4px;
    margin-top: 22px;
    background: var(--brand-gold);
    border-radius: 999px;
}
.page-header h1 { margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; }
.page-header p { max-width: 760px; margin: 0; color: rgba(255,255,255,.88); }
.section-header { text-align: center; margin-bottom: 36px; }
.section-header h2 { margin: 0 0 8px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.section-header h2 span { color: var(--brand-gold-deep); }
.section-header p { margin: 0; color: var(--muted); }
.section-header-left { text-align: left; }
.section-header-left h2 { font-size: clamp(1.45rem, 2.5vw, 2.15rem); }

.home-promo-section {
    padding: 46px 0 20px;
    background: var(--soft);
}

.home-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.home-promo-card {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--brand-green-deep);
    color: white;
    box-shadow: var(--shadow);
}

.home-promo-card img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    opacity: .72;
    transition: transform .25s ease;
}

.home-promo-card:hover img { transform: scale(1.04); }

.home-promo-card span,
.home-promo-card p {
    position: absolute;
    left: 22px;
    right: 22px;
}

.home-promo-card span {
    bottom: 62px;
    font-weight: 800;
    font-size: 1.25rem;
}

.home-promo-card p {
    bottom: 16px;
    margin: 0;
    max-width: 520px;
    color: rgba(255,255,255,.84);
    font-size: .92rem;
}

.section-eyebrow {
    margin: 0 0 10px;
    color: var(--brand-gold-deep);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.airport-pickup-section {
    background: white;
}

.airport-pickup-layout,
.billing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 34px;
    align-items: center;
}

.airport-pickup-copy h2,
.billing-copy h2 {
    max-width: 720px;
    margin: 0 0 12px;
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    line-height: 1.08;
}

.airport-pickup-copy > p,
.billing-copy > p {
    max-width: 680px;
    margin: 0 0 22px;
    color: var(--muted);
}

.airport-benefit-grid,
.billing-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.airport-benefit,
.billing-points div {
    position: relative;
    padding: 13px 14px 13px 40px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 700;
}

.airport-benefit::before,
.billing-points div::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 17px;
    width: 10px;
    height: 6px;
    border-left: 2px solid var(--brand-green);
    border-bottom: 2px solid var(--brand-green);
    transform: rotate(-45deg);
}

.airport-pickup-actions {
    justify-content: flex-start;
    margin-top: 24px;
}

.driver-preview-card,
.estimate-card,
.guest-review-card {
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(3, 40, 25, .08);
}

.driver-preview-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.driver-preview-body,
.estimate-card {
    padding: 24px;
}

.driver-preview-body h3,
.estimate-card h3 {
    margin: 0 0 16px;
    font-size: 1.35rem;
}

.driver-detail-list {
    display: grid;
    gap: 10px;
}

.driver-detail-list div {
    padding: 12px;
    background: var(--soft);
    border-radius: 8px;
}

.driver-detail-list span,
.estimate-card span {
    display: block;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.driver-detail-list strong {
    display: block;
    margin-top: 2px;
}

.driver-trust-note,
.estimate-card p {
    margin: 16px 0 0;
    color: var(--muted);
}

.guest-reviews-section {
    background: white;
}

.guest-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.guest-review-card {
    padding: 24px;
}

.guest-review-card span {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--gold-soft);
    color: var(--brand-green);
    font-size: .78rem;
    font-weight: 800;
}

.guest-review-card p {
    margin: 0 0 18px;
    color: var(--ink);
    font-weight: 600;
}

.guest-review-card strong {
    color: var(--muted);
    font-size: .9rem;
}

.billing-system-section {
    background: var(--soft);
}

.estimate-card strong {
    display: block;
    color: var(--brand-green);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.estimate-card .btn {
    margin-top: 20px;
}

.features-grid, .services-grid, .service-areas-grid, .why-choose-grid, .vehicles-grid, .services-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.features-grid { grid-template-columns: repeat(4, 1fr); margin-top: -118px; position: relative; z-index: 2; }
.home-promo-section + .features-section .features-grid { margin-top: 0; }
.feature-card, .service-card, .service-detail, .service-area-card, .why-choose-item, .vehicle-card, .confirmation-panel, .booking-form, .fleet-filters {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(16,32,51,.06);
}
.feature-card, .service-card, .service-detail, .service-area-card, .why-choose-item, .vehicle-card {
    border-top: 3px solid rgba(215, 173, 50, .72);
}
.feature-card, .service-card, .service-detail, .service-area-card, .why-choose-item { padding: 24px; }
.image-feature-card, .image-service-card {
    overflow: hidden;
    padding: 0;
}

.feature-image, .service-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--brand-green-deep);
}

.feature-image img, .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, opacity .35s ease;
}

.image-feature-card:hover img, .image-service-card:hover img {
    transform: scale(1.04);
}

.feature-card-body, .service-card-body {
    padding: 20px;
}

.feature-card-body h3, .service-card-body h3 {
    margin: 0 0 8px;
}

.feature-card-body p, .service-card-body p {
    margin: 0;
    color: var(--muted);
}

.service-card-body {
    display: grid;
    gap: 12px;
}
.feature-icon, .service-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: white;
    background: var(--brand-green);
    border-radius: 6px;
    font-size: 1.25rem;
    margin-bottom: 16px;
}
.service-card:nth-child(2n) .service-icon, .service-detail:nth-child(2n) .service-icon { background: var(--brand-green-bright); }
.service-card:nth-child(3n) .service-icon, .service-detail:nth-child(3n) .service-icon { background: var(--brand-gold); color: var(--ink); }
.service-link { color: var(--blue); font-weight: 700; }

.about-story-section,
.about-values-section,
.about-areas-section {
    background: var(--soft);
}

.about-story-grid,
.about-mission-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
    gap: 42px;
    align-items: center;
}

.about-mission-grid {
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr);
}

.about-story-content h2,
.about-mission-content h2 {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.08;
}

.about-story-content p,
.about-mission-content p,
.why-choose-item p,
.service-area-card p {
    color: var(--muted);
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.about-story-image,
.about-mission-image {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: var(--brand-green-deep);
}

.about-story-image img,
.about-mission-image img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
}

.about-stats-section {
    padding: 34px 0;
    background: var(--brand-green-deep);
    border-top: 6px solid var(--brand-gold);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.about-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-stat-card {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.06);
    color: white;
}

.about-stat-card strong {
    display: block;
    color: var(--brand-gold);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.about-stat-card span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-mission-section {
    background: white;
}

.about-check-list {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.about-check-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-weight: 700;
}

.about-check-list i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--brand-green);
}

.services-hero-section {
    position: relative;
    background: var(--brand-green-deep);
}

.services-hero-swiper {
    position: relative;
    overflow: hidden;
}

.services-hero-slide {
    position: relative;
    min-height: 640px;
    display: grid;
    align-items: end;
    padding: 110px 0 96px;
    color: white;
    isolation: isolate;
}

.services-hero-slide img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(3, 40, 25, .72);
}

.services-hero-content {
    position: relative;
}

.services-hero-content h1 {
    max-width: 860px;
    margin: 0 0 14px;
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 1.03;
}

.services-hero-content > p:not(.section-eyebrow) {
    max-width: 640px;
    margin: 0 0 26px;
    color: rgba(255,255,255,.86);
    font-size: 1.08rem;
}

.services-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.92);
    color: var(--brand-green);
    box-shadow: var(--shadow);
    cursor: pointer;
}

.services-hero-prev { left: 24px; }
.services-hero-next { right: 24px; }

.services-hero-pagination {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 28px;
    text-align: center;
}

.services-hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
    opacity: .45;
}

.services-hero-pagination .swiper-pagination-bullet-active {
    background: var(--brand-gold);
    opacity: 1;
}

.service-tabs-section {
    padding: 22px 0;
    background: white;
    border-bottom: 1px solid var(--line);
}

.service-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.service-tabs a {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--soft);
    color: var(--brand-green);
    font-weight: 800;
    font-size: .9rem;
}

.service-tabs a:hover {
    background: var(--brand-green);
    color: white;
    border-color: var(--brand-green);
}

.services-process-section {
    background: var(--soft);
    padding-bottom: 40px;
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-process-card {
    padding: 26px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}

.service-process-card span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--brand-gold-deep);
    font-size: .85rem;
    font-weight: 800;
}

.service-process-card h3 {
    margin: 0 0 8px;
}

.service-process-card p {
    margin: 0;
    color: var(--muted);
}

.services-detail-section,
.routes-section,
.blog-section,
.blog-post-section,
.booking-section,
.fleet-section,
.vehicle-detail-section {
    background: var(--soft);
}

.routes-hero-section {
    position: relative;
    padding: 96px 0 42px;
    color: white;
    background: var(--brand-green-deep) var(--routes-hero-image) center / cover no-repeat;
    isolation: isolate;
    border-bottom: 6px solid var(--brand-gold);
}

.routes-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(3, 40, 25, .76);
}

.routes-hero-content {
    max-width: 800px;
}

.routes-hero-content h1 {
    margin: 0 0 14px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.03;
}

.routes-hero-content > p:not(.section-eyebrow) {
    max-width: 660px;
    margin: 0 0 26px;
    color: rgba(255,255,255,.86);
    font-size: 1.08rem;
}

.routes-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 58px;
}

.routes-hero-stats div {
    padding: 18px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.routes-hero-stats strong {
    display: block;
    color: var(--brand-gold);
    font-size: 1.6rem;
    line-height: 1;
}

.routes-hero-stats span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.82);
    font-weight: 700;
}

.services-detail-grid {
    align-items: stretch;
}

.service-detail {
    display: grid;
    gap: 14px;
    min-height: 100%;
}

.service-detail h2 {
    margin: 0;
    font-size: 1.35rem;
}

.service-detail p {
    margin: 0;
    color: var(--muted);
}

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

.route-card {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    align-items: start;
    padding: 24px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}

.route-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--gold-soft);
    color: var(--brand-green);
    font-weight: 800;
}

.route-card h2 {
    margin: 0 0 4px;
    font-size: 1.2rem;
}

.route-card p {
    margin: 0;
    color: var(--muted);
}

.route-meta {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    background: var(--soft);
    border-radius: 8px;
}

.route-meta span {
    color: var(--muted);
    font-weight: 700;
}

.route-meta strong {
    color: var(--brand-green);
    font-size: 1.25rem;
}

.route-card .btn {
    grid-column: 1 / -1;
}

.route-note,
.article-cta {
    margin-top: 32px;
    padding: 30px;
    background: white;
    border: 1px solid var(--line);
    border-left: 5px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}

.route-note h2,
.article-cta h2 {
    margin: 0 0 8px;
}

.route-note p,
.article-cta p {
    max-width: 760px;
    margin: 0 0 20px;
    color: var(--muted);
}

.blog-hero-section {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    color: white;
    background: var(--brand-green-deep);
    overflow: hidden;
}

.blog-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--blog-hero-image);
    background-size: cover;
    background-position: center;
    opacity: .42;
    transform: scale(1.02);
}

.blog-hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: var(--brand-gold);
}

.blog-hero-section .container {
    position: relative;
    z-index: 1;
}

.blog-hero-content {
    max-width: 760px;
    padding: 58px 0 62px;
}

.blog-hero-content span,
.blog-archive-intro span,
.blog-feature-strip > span,
.blog-route-cta span {
    display: inline-flex;
    color: var(--brand-gold);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.blog-hero-content h1 {
    margin: 10px 0 12px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.06;
}

.blog-hero-content p {
    max-width: 660px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 1.03rem;
}

.blog-archive-section {
    background: white;
}

.blog-archive-intro {
    max-width: 780px;
    margin: 0 auto 26px;
    text-align: center;
}

.blog-archive-intro h2 {
    margin: 8px 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.blog-archive-intro p {
    margin: 0;
    color: var(--muted);
}

.blog-tools {
    display: grid;
    grid-template-columns: minmax(280px, 410px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    max-width: 1040px;
    margin: 0 auto 18px;
    padding: 18px;
    background: var(--brand-ivory);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.blog-tools .blog-search-inline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.blog-tools .blog-search-inline label {
    display: block;
    margin-bottom: 6px;
    color: var(--brand-green);
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-category-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.blog-category-pills a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    color: var(--brand-green);
    font-size: .86rem;
    font-weight: 800;
}

.blog-category-pills a span {
    color: var(--muted);
    font-size: .74rem;
}

.blog-category-pills a.active,
.blog-category-pills a:hover {
    background: var(--brand-green);
    border-color: var(--brand-green);
    color: white;
}

.blog-category-pills a.active span,
.blog-category-pills a:hover span {
    color: rgba(255,255,255,.78);
}

.blog-count-line {
    max-width: 1040px;
    margin: 0 auto 22px;
    color: var(--muted);
    font-size: .9rem;
    font-weight: 800;
    text-align: center;
}

.blog-feature-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    max-width: 1040px;
    margin: 0 auto 28px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-left: 5px solid var(--brand-gold);
    border-radius: 8px;
    background: white;
    box-shadow: 0 8px 24px rgba(3, 40, 25, .05);
}

.blog-feature-strip a {
    color: var(--brand-green);
    font-size: .9rem;
    font-weight: 800;
}

.blog-feature-strip a:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 14px;
    border-radius: 50%;
    background: var(--brand-gold);
    vertical-align: middle;
}

.blog-list {
    display: grid;
    gap: 26px;
    max-width: 1040px;
    margin: 0 auto;
}

.blog-list-card {
    display: grid;
    grid-template-columns: minmax(260px, 365px) minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    padding: 0 0 26px;
    border-bottom: 1px solid var(--line);
}

.blog-list-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    background: var(--brand-green-deep);
    box-shadow: 0 10px 28px rgba(3, 40, 25, .12);
}

.blog-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease, opacity .25s ease;
}

.blog-list-card:hover .blog-list-image img {
    transform: scale(1.04);
    opacity: .92;
}

.blog-list-body {
    display: grid;
    gap: 11px;
    min-width: 0;
}

.blog-list-body h3 {
    margin: 0;
    color: var(--brand-green-deep);
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    line-height: 1.25;
}

.blog-list-body h3 a:hover {
    color: var(--brand-gold-deep);
}

.blog-list-body p {
    margin: 0;
    color: var(--muted);
}

.btn-blog-read {
    width: fit-content;
    min-height: 38px;
    padding: 9px 15px;
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: var(--ink);
    font-size: .78rem;
    text-transform: uppercase;
}

.btn-blog-read:hover {
    background: var(--brand-green);
    border-color: var(--brand-green);
    color: white;
}

.blog-route-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    max-width: 1040px;
    margin: 42px auto 0;
    padding: 26px;
    background: var(--brand-green-deep);
    color: white;
    border-radius: 8px;
    border-bottom: 5px solid var(--brand-gold);
}

.blog-route-cta h2 {
    margin: 8px 0 6px;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.blog-route-cta p {
    margin: 0;
    color: rgba(255,255,255,.78);
}

.blog-layout,
.blog-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

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

.blog-grid-featured {
    margin-bottom: 42px;
}

.blog-card,
.blog-sidebar-panel,
.blog-search,
.blog-post-content,
.blog-post-sidebar .blog-sidebar-panel {
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}

.blog-card {
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(3, 40, 25, .13);
}

.blog-card-image {
    display: block;
    height: 200px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-card-body {
    display: grid;
    gap: 10px;
    padding: 20px 22px 22px;
    border-top: 3px solid var(--brand-gold);
}

.blog-category {
    display: inline-flex;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--gold-soft);
    color: var(--brand-green);
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.blog-card h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.4;
}

.blog-card h3 a {
    color: var(--brand-green-deep);
    text-decoration: none;
    transition: color 0.15s;
}

.blog-card h3 a:hover {
    color: var(--brand-gold);
}

.blog-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: var(--muted);
    font-size: .88rem;
    font-weight: 700;
}

.blog-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 128px;
}

.blog-search,
.blog-sidebar-panel {
    padding: 22px;
}

.blog-search {
    display: grid;
    gap: 12px;
}

.blog-sidebar-panel h3 {
    margin: 0 0 14px;
}

.blog-sidebar-panel a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-weight: 700;
}

.blog-sidebar-panel a.active,
.blog-sidebar-panel a:hover {
    color: var(--brand-green);
}

.blog-sidebar-panel .btn {
    display: inline-flex;
    justify-content: center;
    border-top: 0;
    padding: 10px 16px;
    color: var(--brand-green);
}

.route-panel p {
    color: var(--muted);
}

.blog-post-hero {
    padding: 90px 0 70px;
    background: linear-gradient(135deg, #021e0f 0%, #032819 60%, #043820 100%);
    color: white;
    border-bottom: 4px solid var(--brand-gold);
    position: relative;
    overflow: hidden;
}

.blog-post-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d7ad32' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/60px;
    pointer-events: none;
}

.blog-post-hero .container {
    position: relative;
    z-index: 1;
}

.blog-post-hero .blog-category {
    background: rgba(215, 173, 50, 0.18);
    color: var(--brand-gold);
    border: 1px solid rgba(215, 173, 50, 0.3);
    margin-bottom: 18px;
}

.blog-post-hero h1 {
    max-width: 860px;
    margin: 0 0 20px;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
}

.blog-post-hero .blog-meta {
    color: rgba(255,255,255,.65);
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    align-items: center;
}

.blog-post-hero .blog-meta span:not(:last-child)::after {
    content: '·';
    margin-left: 18px;
    opacity: 0.4;
}

.blog-post-content {
    padding: 36px 40px;
}

.blog-post-featured-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 32px;
    box-shadow: 0 12px 32px rgba(3,40,25,0.12);
}

.blog-post-content p {
    color: #354a3e;
    font-size: 1.06rem;
    line-height: 1.85;
    margin-bottom: 22px;
}

.blog-lead {
    padding: 20px 24px;
    background: rgba(215,173,50,0.08);
    border-radius: 8px;
    border-left: 4px solid var(--brand-gold);
    color: var(--brand-green-deep) !important;
    font-weight: 600;
    font-size: 1.12rem;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 30px;
}

.blog-post-sidebar {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 18px;
}

.related-posts {
    padding: 60px 0 0;
    border-top: 1px solid var(--line);
    margin-top: 60px;
}

/* Blog post 2-column layout */
.blog-post-section {
    padding: 54px 0 72px;
    background: #f7f9f7;
}

.blog-post-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}

/* Article in-content CTA */
.article-cta {
    margin-top: 48px;
    padding: 36px 40px;
    background: linear-gradient(135deg, #021e0f 0%, #032819 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
}

.article-cta h2 {
    margin: 0 0 12px;
    font-size: 1.6rem;
    color: white;
}

.article-cta p {
    color: rgba(255,255,255,0.75) !important;
    max-width: 520px;
    margin: 0 auto 28px !important;
}

.article-cta .cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Blog grid for related posts */
.related-posts .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.home-destinations-section {
    background: white;
}

.destinations-slider-wrap {
    position: relative;
    padding: 0 54px 42px;
}

.destinations-swiper {
    overflow: hidden;
    border-radius: 8px;
}

.destinations-swiper .swiper-slide {
    height: auto;
}

.destination-card {
    position: relative;
    display: block;
    height: 330px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--brand-green-deep);
    color: white;
    box-shadow: 0 10px 28px rgba(3, 40, 25, .12);
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    transition: transform .25s ease, opacity .25s ease;
}

.destination-card:hover img {
    opacity: .86;
    transform: scale(1.04);
}

.destination-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(3, 40, 25, .42);
}

.destination-card span,
.destination-card small {
    position: absolute;
    z-index: 1;
    left: 18px;
    right: 18px;
}

.destination-card span {
    bottom: 32px;
    font-size: 1.25rem;
    font-weight: 800;
}

.destination-card small {
    bottom: 14px;
    color: rgba(255,255,255,.8);
    font-weight: 700;
}

.destinations-nav {
    position: absolute;
    top: 42%;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--brand-green);
    color: white;
    cursor: pointer;
    box-shadow: var(--shadow);
    z-index: 2;
}

.destinations-prev { left: 0; }
.destinations-next { right: 0; }

.destinations-pagination {
    position: static;
    margin-top: 20px;
    text-align: center;
}

.destinations-pagination .swiper-pagination-bullet {
    background: var(--brand-green);
    opacity: .35;
}

.destinations-pagination .swiper-pagination-bullet-active {
    background: var(--brand-gold);
    opacity: 1;
}

.home-offers-section {
    background: #f7fbf8;
}

.vehicle-card { overflow: hidden; display: flex; flex-direction: column; }
.vehicle-image { position: relative; aspect-ratio: 16 / 10; background: #dde5ee; overflow: hidden; }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; top: 12px; left: 12px; padding: 6px 10px; border-radius: 999px; color: var(--ink); background: var(--gold); font-size: .78rem; font-weight: 800; }
.vehicle-info { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.vehicle-name { margin: 0 0 2px; font-size: 1.15rem; }
.vehicle-type, .vehicle-description { color: var(--muted); margin: 0 0 14px; }
.vehicle-specs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.vehicle-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vehicle-price { display: grid; gap: 0; }
.price-label, .price-period { color: var(--muted); font-size: .78rem; }
.price-amount { color: var(--brand-gold-deep); font-size: 1.25rem; font-weight: 800; }
.section-footer { text-align: center; margin-top: 32px; }

.fleet-layout { display: grid; grid-template-columns: 290px 1fr; gap: 26px; align-items: start; }
.fleet-filters { padding: 22px; position: sticky; top: 96px; }
.filters-header, .fleet-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.btn-clear-filters { border: 0; background: transparent; color: var(--blue); font-weight: 700; cursor: pointer; }
.filter-group { padding: 18px 0; border-top: 1px solid var(--line); }
.filter-group h4 { margin: 0 0 12px; }
.filter-checkbox { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-weight: 500; color: var(--muted); }
.price-inputs { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; }
.fleet-header { background: white; border: 1px solid var(--line); border-left: 5px solid var(--brand-gold); padding: 16px; border-radius: 8px; box-shadow: 0 8px 26px rgba(3, 40, 25, .05); }
.vehicle-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 28px; }
.pagination-link { padding: 10px 14px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.pagination-link.active { background: var(--blue); color: white; }
.no-results, .no-vehicles { grid-column: 1 / -1; text-align: center; padding: 44px; background: white; border-radius: 8px; }

.vehicle-detail-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: start; }
.vehicle-detail-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.vehicle-detail-info {
    padding: 30px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}
.eyebrow { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vehicle-detail-info h1 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; }
.vehicle-detail-description { color: var(--muted); }
.vehicle-specs-large span { padding: 10px 12px; background: white; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.feature-tags span { padding: 8px 10px; background: var(--gold-soft); color: var(--brand-green); border-radius: 999px; font-weight: 700; font-size: .85rem; }
.vehicle-detail-price { display: flex; align-items: baseline; gap: 8px; margin: 22px 0; color: var(--muted); }
.vehicle-detail-price strong { color: var(--brand-gold-deep); font-size: 2rem; }

.booking-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
    align-items: start;
}

.booking-form { padding: 28px; border-top: 3px solid var(--brand-gold); }
.booking-section .container {
    max-width: 1180px;
}
.booking-step { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.booking-step:last-of-type { border-bottom: 0; }
.step-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.step-title span, .confirmation-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: var(--green);
    color: white;
    border-radius: 50%;
    font-weight: 800;
}
.step-title h2 { margin: 0; }
.booking-step-help {
    margin: -6px 0 14px;
    color: var(--muted);
    font-size: .92rem;
}
.vehicle-select-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.vehicle-option { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; background: #fff; transition: .2s ease; }
.vehicle-option input { align-self: start; margin-top: 6px; }
.vehicle-option img { width: 96px; height: 76px; object-fit: cover; border-radius: 6px; grid-row: span 2; }
.vehicle-option:hover { border-color: var(--brand-gold); transform: translateY(-1px); }
.vehicle-option:has(input:checked) { border-color: var(--brand-gold); background: var(--gold-soft); }
.vehicle-option small { display: block; color: var(--muted); margin-top: 4px; }
.vehicle-option em { display: block; margin-top: 6px; color: var(--brand-green); font-style: normal; font-weight: 800; }
.vehicle-choice-slider {
    position: relative;
    padding: 0 46px 34px;
}

.booking-vehicles-swiper {
    overflow: hidden;
}

.booking-vehicles-swiper .swiper-slide {
    height: auto;
}

.vehicle-option-card {
    height: 100%;
    grid-template-columns: 1fr;
    align-content: start;
}

.vehicle-option-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vehicle-option-card img {
    width: 100%;
    height: 132px;
    grid-row: auto;
}

.booking-vehicle-nav {
    position: absolute;
    top: 44%;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--brand-green);
    color: white;
    cursor: pointer;
    box-shadow: var(--shadow);
}

.booking-vehicle-prev { left: 0; }
.booking-vehicle-next { right: 0; }

.booking-vehicle-pagination {
    position: static;
    margin-top: 16px;
    text-align: center;
}

.booking-vehicle-pagination .swiper-pagination-bullet {
    background: var(--brand-green);
    opacity: .35;
}

.booking-vehicle-pagination .swiper-pagination-bullet-active {
    background: var(--brand-gold);
    opacity: 1;
}
.booking-actions, .cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

.booking-side-panel {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 128px;
}

.booking-side-card {
    padding: 22px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}

.booking-side-card h2,
.booking-side-card h3 {
    margin: 0 0 12px;
}

.booking-side-card p {
    color: var(--muted);
}

.booking-benefit-list {
    display: grid;
    gap: 10px;
}

.booking-benefit-list div {
    position: relative;
    padding: 11px 12px 11px 36px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 700;
}

.booking-benefit-list div::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 16px;
    width: 9px;
    height: 5px;
    border-left: 2px solid var(--brand-green);
    border-bottom: 2px solid var(--brand-green);
    transform: rotate(-45deg);
}

.booking-estimate-card strong {
    display: block;
    color: var(--brand-green);
    font-size: 1.65rem;
    line-height: 1.1;
}

.booking-estimate-card span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-weight: 700;
}

.booking-hero {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
    background-position: center;
    color: white;
    border-bottom: 6px solid var(--brand-gold);
}

.booking-hero h1 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    margin: 0 0 14px;
    line-height: 1.1;
}

.booking-hero p {
    font-size: 1.1rem;
    max-width: 600px;
    color: rgba(255,255,255,.9);
    margin: 0;
}

.alert { padding: 16px; margin-bottom: 20px; border-radius: 8px; }
.alert-danger { background: #fff0ee; color: var(--danger); border: 1px solid #ffd6d1; }
.alert p { margin: 0 0 4px; }

.confirmation-section { min-height: 68vh; display: grid; align-items: center; background: var(--soft); }
.confirmation-panel { padding: 36px; max-width: 860px; margin: 0 auto; text-align: center; border-top: 3px solid var(--brand-gold); }
.confirmation-icon { margin: 0 auto 18px; width: 64px; height: 64px; font-size: 1.6rem; }
.booking-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0; text-align: left; }
.booking-summary div { padding: 14px; background: var(--soft); border: 1px solid var(--line); border-radius: 6px; }
.booking-summary span { display: block; color: var(--muted); font-size: .82rem; }

.cta-section { background: var(--brand-green-deep); color: white; border-top: 6px solid var(--brand-gold); }
.cta-content { text-align: center; max-width: 760px; margin: 0 auto; }
.cta-content h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 3rem); }
.cta-content p { color: rgba(255,255,255,.84); }
.cta-buttons { justify-content: center; }

.footer { background: var(--brand-green-deep); color: white; padding: 60px 0 26px; position: relative; }
.footer-content { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 28px; }
.footer-title, .footer-heading { margin-top: 0; }
.footer-text, .footer-links, .footer-contact { color: rgba(255,255,255,.72); }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-contact li { display: flex; gap: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 34px; padding-top: 20px; }
.footer-bottom-content { display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.65); }
.whatsapp-float, .chatbot-toggle, .back-to-top {
    position: fixed;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 0;
    display: grid;
    place-items: center;
    color: white;
    box-shadow: var(--shadow);
    z-index: 60;
}
.whatsapp-float { left: 22px; bottom: 92px; background: #25d366; font-size: 1.5rem; }
.chatbot-toggle { right: 22px; bottom: 24px; background: var(--blue); font-size: 1.25rem; cursor: pointer; }
.back-to-top { right: 22px; bottom: 156px; background: var(--ink); opacity: 0; pointer-events: none; cursor: pointer; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.chatbot-badge { position: absolute; top: -3px; right: -3px; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .7rem; display: grid; place-items: center; }
.chatbot-widget {
    position: fixed;
    right: 22px;
    bottom: 88px;
    width: min(360px, calc(100vw - 28px));
    max-height: 540px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    z-index: 70;
}
.chatbot-widget.open { display: flex; }
.chatbot-header { background: var(--blue); color: white; padding: 14px; display: flex; justify-content: space-between; align-items: center; }
.chatbot-close, .chatbot-send { border: 0; background: transparent; color: inherit; cursor: pointer; }
.chatbot-body { padding: 14px; overflow: auto; max-height: 360px; }
.chatbot-message { display: flex; gap: 10px; margin-bottom: 12px; }
.message-avatar { width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; color: var(--blue); }
.message-content { background: var(--soft); border-radius: 8px; padding: 10px 12px; }
.user-message { justify-content: flex-end; }
.user-message .message-content { background: var(--blue); color: white; }
.quick-replies { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.quick-reply { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 6px 9px; cursor: pointer; }
.chatbot-footer { display: grid; grid-template-columns: 1fr 46px; border-top: 1px solid var(--line); }
.chatbot-input { border: 0; padding: 14px; font: inherit; }
.chatbot-send { background: var(--green); color: white; }

@media (max-width: 980px) {
    .mobile-menu-toggle { display: none; }
    .nav { position: static; inset: auto; display: block; background: transparent; border-bottom: 0; }
    .nav.open { display: block; }
    .nav-list { display: flex; padding: 0; }
    .home-search-form, .home-promo-grid { grid-template-columns: 1fr 1fr; }
    .home-search-form .btn { grid-column: 1 / -1; }
    .destinations-slider-wrap { padding-inline: 48px; }
    .blog-tools { grid-template-columns: 1fr; }
    .blog-category-pills { justify-content: flex-start; }
    .blog-list-card { grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); }
    .airport-pickup-layout, .billing-layout, .guest-reviews-grid, .routes-grid, .blog-layout, .blog-post-layout, .service-process-grid, .booking-page-layout, .about-story-grid, .about-mission-grid { grid-template-columns: minmax(0, 1fr); }
    .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .blog-sidebar, .blog-post-sidebar, .booking-side-panel { position: static; }
    .form-row, .features-grid, .fleet-layout, .vehicle-detail-layout, .footer-content { grid-template-columns: 1fr; }
    .form-grid, .services-grid, .service-areas-grid, .why-choose-grid, .vehicles-grid, .services-detail-grid, .vehicle-select-grid, .booking-summary, .about-values-grid, .about-stat-grid { grid-template-columns: 1fr 1fr; }
    .features-grid { margin-top: 0; }
    .fleet-filters { position: static; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1180px); }
    .header-topbar-content { justify-content: center; text-align: center; }
    .header-topbar-content span:first-child { display: none; }
    section { padding: 54px 0; }
    .services-hero-slide { min-height: 540px; padding: 82px 0 74px; }
    .services-hero-nav { display: none; }
    .service-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .service-tabs a { white-space: nowrap; }
    .routes-hero-section { padding: 74px 0 34px; }
    .routes-hero-stats { grid-template-columns: 1fr; margin-top: 36px; }
    .blog-hero-section { min-height: 230px; }
    .blog-hero-content { padding: 46px 0 50px; }
    .blog-tools .blog-search-inline { grid-template-columns: 1fr; }
    .blog-list-card { grid-template-columns: 1fr; gap: 16px; }
    .blog-route-cta { align-items: stretch; flex-direction: column; }
    .hero { min-height: 620px; }
    .home-hero { min-height: 540px; padding-bottom: 64px; background-position: center; }
    .hero-dots { margin-top: 52px; }
    .home-search-form, .home-promo-grid { grid-template-columns: 1fr; }
    .airport-benefit-grid { grid-template-columns: 1fr 1fr; gap: 8px; font-size: 0.85rem; }
    .billing-points { grid-template-columns: 1fr; }
    .destinations-slider-wrap { padding-inline: 0; }
    .destination-card { height: 260px; }
    .destinations-nav { display: none; }
    .hero-booking-form, .booking-form, .confirmation-panel { padding: 18px; }
    .form-grid, .services-grid, .service-areas-grid, .why-choose-grid, .vehicles-grid, .services-detail-grid, .vehicle-select-grid, .booking-summary, .about-values-grid, .about-stat-grid { grid-template-columns: 1fr; }
    .about-story-image img, .about-mission-image img { min-height: 280px; }
    .vehicle-choice-slider { padding-inline: 0; }
    .booking-vehicle-nav { display: none; }
    .vehicle-option { grid-template-columns: 84px minmax(0, 1fr); }
    .vehicle-option img { width: 84px; height: 72px; }
    .vehicle-option-card { grid-template-columns: 1fr; }
    .vehicle-option-card img { width: 100%; height: 150px; }
    .routes-grid, .blog-grid { grid-template-columns: 1fr; }
    .route-card { grid-template-columns: 1fr; }
    .blog-post-content { padding: 22px; }
    .vehicle-footer, .fleet-header, .footer-bottom-content { align-items: stretch; flex-direction: column; }
    .btn { width: 100%; }
    .whatsapp-float { left: 14px; bottom: 88px; }
    .chatbot-toggle { right: 14px; bottom: 20px; }
    .back-to-top { display: none; }
    .blog-list-card .btn-blog-read { width: fit-content; }
}


/* ========================================
   ROUTES PAGE STYLES
   ======================================== */

.routes-header {
    background: var(--brand-green-deep);
}

.routes-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.route-stat {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-align: center;
    color: white;
}

.route-stat i {
    display: block;
    font-size: 2rem;
    color: var(--brand-gold);
    margin-bottom: 8px;
}

.route-stat strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.route-stat span {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.quick-quote-section {
    padding: 40px 0;
    background: white;
}

.quick-quote-card {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}

.quick-quote-card h2 {
    margin: 0 0 8px;
    font-size: 1.8rem;
    text-align: center;
}

.quick-quote-card > p {
    margin: 0 0 24px;
    text-align: center;
    color: var(--muted);
}

.quick-quote-form .form-row {
    grid-template-columns: repeat(4, 1fr);
}

.route-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.route-locations {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.route-from,
.route-to {
    font-weight: 700;
    color: var(--brand-green);
}

.route-locations i {
    color: var(--brand-gold);
}

.route-distance {
    padding: 4px 10px;
    background: var(--gold-soft);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--brand-green);
}

.route-pricing {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.price-item {
    flex: 1;
    padding: 12px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 6px;
    text-align: center;
}

.price-item.featured {
    background: var(--gold-soft);
    border-color: var(--brand-gold);
}

.price-label {
    display: block;
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.price-amount {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--brand-green);
}

.route-description {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 0.9rem;
}

.pricing-info-section {
    padding: 50px 0;
    background: var(--soft);
}

.pricing-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pricing-info-card {
    padding: 24px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    text-align: center;
}

.pricing-info-card i {
    display: block;
    font-size: 2.5rem;
    color: var(--brand-green);
    margin-bottom: 16px;
}

.pricing-info-card h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
}

.pricing-info-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.faq-section {
    padding: 60px 0;
    background: white;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    padding: 24px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-left: 4px solid var(--brand-gold);
    border-radius: 8px;
}

.faq-item h4 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: var(--brand-green);
}

.faq-item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.cta-section {
    padding: 60px 0;
    background: var(--brand-green-deep);
    color: white;
    text-align: center;
}

.cta-content h2 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.cta-content p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ========================================
   SERVICES PAGE STYLES
   ======================================== */

.services-header {
    background: var(--brand-green-deep);
}

.services-overview-section {
    padding: 50px 0;
    background: white;
}

.services-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-overview-card {
    display: block;
    padding: 28px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-overview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(3, 40, 25, .12);
    background: white;
}

.service-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    background: var(--brand-green);
    color: white;
    border-radius: 8px;
    font-size: 1.8rem;
}

.service-overview-card h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: var(--brand-green);
}

.service-overview-card p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 0.9rem;
}

.service-price {
    display: block;
    font-weight: 800;
    color: var(--brand-gold-deep);
    font-size: 1.1rem;
}

.service-detail-section {
    padding: 60px 0;
}

.service-detail-section.alt-bg {
    background: white;
}

.service-detail-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.service-detail-layout.reverse {
    direction: rtl;
}

.service-detail-layout.reverse > * {
    direction: ltr;
}

.service-detail-image {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(3, 40, 25, .12);
}

.service-detail-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-detail-layout:hover .service-detail-image img {
    transform: scale(1.05);
}

.service-badge {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: var(--brand-green);
    color: white;
    border-radius: 8px;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.service-detail-content h2 {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.service-lead {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-green);
    margin-bottom: 12px;
}

.service-description {
    color: var(--muted);
    margin-bottom: 20px;
}

.service-features {
    margin-bottom: 24px;
}

.service-features h4 {
    margin: 0 0 12px;
    font-size: 1.05rem;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
}

.features-list i {
    color: var(--brand-green);
    font-size: 1.1rem;
}

.service-pricing-cta {
    padding: 24px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.service-price-tag {
    text-align: center;
    margin-bottom: 20px;
}

.service-price-tag .price-label {
    display: block;
    font-size: 0.85rem;
    color: var(--muted);
    text-transform: uppercase;
    font-weight: 700;
}

.service-price-tag .price-amount {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--brand-green);
    line-height: 1;
    margin: 8px 0;
}

.service-price-tag .price-period {
    display: block;
    font-size: 0.9rem;
    color: var(--muted);
}

.service-cta-buttons {
    display: grid;
    gap: 10px;
}

.btn-whatsapp {
    background: #25D366;
    border-color: #25D366;
    color: white;
}

.btn-whatsapp:hover {
    background: #128C7E;
    border-color: #128C7E;
}

.why-choose-services-section {
    padding: 60px 0;
    background: var(--soft);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.why-choose-card {
    padding: 28px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    text-align: center;
}

.why-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    background: var(--gold-soft);
    color: var(--brand-green);
    border-radius: 50%;
    font-size: 1.8rem;
}

.why-choose-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
}

.why-choose-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.service-areas-highlight {
    padding: 60px 0;
    background: white;
}

.service-areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.service-area-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 700;
    color: var(--brand-green);
}

.service-area-badge i {
    color: var(--brand-gold);
}

.service-areas-cta {
    text-align: center;
    margin-top: 32px;
}

.service-areas-cta p {
    margin: 0 0 16px;
    color: var(--muted);
}

.testimonials-section {
    padding: 60px 0;
    background: var(--soft);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    padding: 28px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
}

.testimonial-rating {
    margin-bottom: 16px;
    color: var(--brand-gold);
}

.testimonial-text {
    margin: 0 0 20px;
    color: var(--ink);
    font-style: italic;
    line-height: 1.6;
}

.testimonial-author strong {
    display: block;
    color: var(--brand-green);
    margin-bottom: 4px;
}

.testimonial-author span {
    display: block;
    color: var(--muted);
    font-size: 0.85rem;
}

/* ========================================
   VEHICLE DETAILS PAGE STYLES
   ======================================== */

.breadcrumb-nav {
    padding: 16px 0;
    background: white;
    border-bottom: 1px solid var(--line);
}

.breadcrumb-nav .container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.breadcrumb-nav a {
    color: var(--brand-green);
    font-weight: 600;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.breadcrumb-nav i {
    color: var(--muted);
    font-size: 0.7rem;
}

.breadcrumb-nav span {
    color: var(--muted);
}

.vehicle-details-section {
    padding: 50px 0;
}

.vehicle-details-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.vehicle-gallery {
    position: sticky;
    top: 120px;
}

.gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(3, 40, 25, .12);
    margin-bottom: 16px;
}

.gallery-main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.badge-featured {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 16px;
    background: var(--brand-gold);
    color: var(--ink);
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gallery-thumb {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.gallery-thumb:hover,
.gallery-thumb.active {
    border-color: var(--brand-gold);
    opacity: 1;
}

.gallery-thumb:not(.active) {
    opacity: 0.6;
}

.vehicle-details-info {
    display: grid;
    gap: 24px;
    align-content: start;
}

.vehicle-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
}

.vehicle-header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.vehicle-subtitle {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 1.1rem;
}

.vehicle-type-badge {
    padding: 8px 16px;
    background: var(--gold-soft);
    color: var(--brand-green);
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 24px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.spec-item i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: white;
    color: var(--brand-green);
    border-radius: 6px;
    font-size: 1.2rem;
}

.spec-item > div {
    display: grid;
    gap: 2px;
}

.spec-label {
    display: block;
    font-size: 0.8rem;
    color: var(--muted);
    text-transform: uppercase;
    font-weight: 700;
}

.spec-value {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
}

.vehicle-features h3,
.vehicle-description h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
}

.vehicle-pricing-card {
    padding: 24px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.vehicle-pricing-card h3 {
    margin: 0 0 16px;
    font-size: 1.3rem;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.pricing-row:last-of-type {
    border-bottom: none;
}

.pricing-row span {
    color: var(--muted);
    font-weight: 600;
}

.pricing-row strong {
    color: var(--brand-green);
    font-size: 1.3rem;
}

.pricing-note {
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.85rem;
}

.vehicle-cta {
    display: grid;
    gap: 12px;
}

.similar-vehicles {
    margin-top: 60px;
}

.similar-vehicles h2 {
    margin: 0 0 28px;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.similar-vehicles .vehicles-grid {
    grid-template-columns: repeat(3, 1fr);
}

.vehicle-card {
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vehicle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(3, 40, 25, .13);
}

.vehicle-image {
    overflow: hidden;
    height: 220px;
}

.vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vehicle-card:hover .vehicle-image img {
    transform: scale(1.06);
}

.vehicle-info {
    padding: 20px;
    border-top: 3px solid var(--brand-gold);
}

.vehicle-info h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}

.vehicle-info p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 0.9rem;
}

.vehicle-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.vehicle-footer .price-amount {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--brand-green);
}


/* ========================================
   HERO SLIDER STYLES
   ======================================== */

.home-hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 610px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 92px;
    border-bottom: 6px solid var(--brand-gold);
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.hero-slider-prev,
.hero-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--brand-green);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider-prev:hover,
.hero-slider-next:hover {
    background: var(--brand-gold);
    color: var(--ink);
    transform: translateY(-50%) scale(1.1);
}

.hero-slider-prev {
    left: 20px;
}

.hero-slider-next {
    right: 20px;
}

.hero-slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-dot.active,
.hero-dot:hover {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    transform: scale(1.2);
}

/* ========================================
   SERVICES SLIDER STYLES
   ======================================== */

.services-slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}

.services-slider {
    display: flex;
    gap: 22px;
    transition: transform 0.5s ease-in-out;
}

.services-slider .service-card {
    flex: 0 0 calc(33.333% - 15px);
    min-width: calc(33.333% - 15px);
}

.services-slider-prev,
.services-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: var(--brand-green);
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-slider-prev:hover,
.services-slider-next:hover {
    background: var(--brand-gold);
    color: var(--ink);
    transform: translateY(-50%) scale(1.1);
}

.services-slider-prev {
    left: 0;
}

.services-slider-next {
    right: 0;
}

/* ========================================
   CUSTOMER REVIEWS STYLES
   ======================================== */

.customer-reviews-section {
    padding: 70px 0;
    background: var(--soft);
}

.customer-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 20px;
}

.customer-review-card {
    padding: 28px;
    background: white;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--brand-green);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-info strong {
    font-size: 1rem;
    color: var(--ink);
}

.author-info span {
    font-size: 0.85rem;
    color: var(--muted);
}

.review-rating {
    color: var(--brand-gold);
    font-size: 0.9rem;
}

.review-text {
    margin: 0;
    color: var(--ink);
    line-height: 1.6;
    font-size: 0.95rem;
}

.review-date {
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 600;
}

.reviews-cta {
    padding: 32px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(3, 40, 25, .06);
}


/* ========================================
   SERVICES OVERVIEW SLIDER STYLES
   ======================================== */

.services-overview-slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 60px 50px;
}

.services-overview-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.services-overview-slider .service-overview-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
}

.services-overview-prev,
.services-overview-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: var(--brand-green);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-overview-prev:hover,
.services-overview-next:hover {
    background: var(--brand-gold);
    color: var(--ink);
    transform: translateY(-50%) scale(1.1);
}

.services-overview-prev {
    left: 0;
}

.services-overview-next {
    right: 0;
}

.services-overview-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.service-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--brand-green);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.service-dot.active,
.service-dot:hover {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    transform: scale(1.2);
}

/* ========================================
   SERVICE DETAIL IMAGE SLIDER STYLES
   ======================================== */

.service-detail-image-slider {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(3, 40, 25, .12);
}

.service-image-slider {
    position: relative;
    width: 100%;
    height: 400px;
}

.service-image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.service-image-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.service-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-image-prev,
.service-image-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--brand-green);
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image-prev:hover,
.service-image-next:hover {
    background: var(--brand-gold);
    color: var(--ink);
    transform: translateY(-50%) scale(1.1);
}

.service-image-prev {
    left: 15px;
}

.service-image-next {
    right: 15px;
}

.service-image-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
}

.service-image-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.service-image-dot.active,
.service-image-dot:hover {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    transform: scale(1.2);
}

/* ========================================
   SHARED CLEAN UI POLISH
   ======================================== */

.main-content {
    background:
        linear-gradient(180deg, rgba(251, 248, 239, .55), rgba(255, 255, 255, .96) 360px),
        #fff;
}

.page-header,
.services-header,
.routes-hero-section,
.booking-hero,
.blog-post-hero,
.contact-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.page-header::before,
.routes-hero-section::before,
.booking-hero::before,
.blog-post-hero::before,
.contact-hero-overlay {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(110deg, rgba(3, 40, 25, .96) 0%, rgba(6, 78, 43, .82) 55%, rgba(15, 122, 67, .64) 100%);
}

.page-header::after,
.routes-hero-section::after,
.booking-hero::after,
.blog-post-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: linear-gradient(90deg, var(--brand-gold), #f4d66a, var(--brand-gold));
    z-index: 2;
}

.page-header .container,
.routes-hero-content,
.booking-hero .container,
.blog-post-hero .container,
.contact-hero-inner {
    position: relative;
    z-index: 3;
}

.page-header {
    padding: 96px 0 84px;
}

.page-header h1,
.routes-hero-content h1,
.booking-hero h1,
.blog-post-hero h1,
.contact-hero h1 {
    letter-spacing: 0;
    text-wrap: balance;
}

.page-header p,
.routes-hero-content > p,
.booking-hero p,
.blog-post-hero .blog-meta,
.contact-hero p {
    color: rgba(255, 255, 255, .88);
}

.section-header {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2,
.quick-quote-card h2,
.contact-form-card h2,
.about-story-content h2,
.about-mission-content h2,
.service-detail-content h2 {
    color: var(--brand-green-deep);
    letter-spacing: 0;
    text-wrap: balance;
}

.section-header h2::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: var(--brand-gold);
}

.section-header-left h2::after {
    margin-left: 0;
}

.feature-card,
.service-card,
.service-detail,
.service-area-card,
.why-choose-item,
.why-choose-card,
.vehicle-card,
.route-card,
.pricing-info-card,
.testimonial-card,
.customer-review-card,
.guest-review-card,
.blog-card,
.blog-sidebar-panel,
.blog-search,
.booking-form,
.booking-side-card,
.contact-form-card,
.contact-info-card,
.confirmation-panel,
.quick-quote-card,
.fleet-filters,
.service-overview-card {
    border: 1px solid rgba(229, 220, 198, .9);
    border-top: 4px solid var(--brand-gold);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(3, 40, 25, .07);
}

.feature-card,
.service-card,
.service-detail,
.service-area-card,
.why-choose-item,
.why-choose-card,
.vehicle-card,
.route-card,
.pricing-info-card,
.testimonial-card,
.customer-review-card,
.blog-card,
.contact-info-card,
.service-overview-card {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.feature-card:hover,
.service-card:hover,
.service-detail:hover,
.service-area-card:hover,
.why-choose-item:hover,
.why-choose-card:hover,
.vehicle-card:hover,
.route-card:hover,
.pricing-info-card:hover,
.testimonial-card:hover,
.customer-review-card:hover,
.blog-card:hover,
.contact-info-card:hover,
.service-overview-card:hover {
    transform: translateY(-5px);
    border-color: rgba(215, 173, 50, .9);
    box-shadow: 0 20px 46px rgba(3, 40, 25, .12);
}

.service-icon,
.feature-icon,
.why-icon,
.contact-info-icon,
.route-icon,
.service-badge {
    box-shadow: 0 10px 22px rgba(3, 40, 25, .12);
}

.service-detail-layout,
.about-story-grid,
.about-mission-grid,
.vehicle-detail-layout,
.contact-layout,
.booking-page-layout {
    gap: clamp(28px, 4vw, 54px);
}

.service-detail-image,
.service-detail-image-slider,
.about-story-image,
.about-mission-image,
.vehicle-detail-media img,
.contact-map-wrap,
.blog-list-image,
.gallery-main {
    border-radius: 8px;
    border: 1px solid rgba(229, 220, 198, .92);
    box-shadow: 0 18px 42px rgba(3, 40, 25, .12);
}

.service-detail-image img,
.about-story-image img,
.about-mission-image img,
.blog-list-image img,
.vehicle-detail-media img {
    filter: saturate(1.04) contrast(1.02);
}

.service-overview-slider-container,
.services-slider-container,
.destinations-slider-wrap {
    border-radius: 8px;
}

.route-meta,
.service-pricing-cta,
.booking-summary,
.specs-grid,
.vehicle-pricing-card,
.conf-next-steps {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 22px rgba(3, 40, 25, .04);
}

.service-area-badge,
.blog-category-pills a,
.feature-tags span,
.clean-area-tags a {
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.service-area-badge:hover,
.blog-category-pills a:hover,
.feature-tags span:hover,
.clean-area-tags a:hover {
    transform: translateY(-2px);
}

.btn {
    box-shadow: 0 8px 18px rgba(3, 40, 25, .08);
}

.btn:hover {
    box-shadow: 0 12px 24px rgba(3, 40, 25, .13);
}

.btn-outline-primary,
.btn-outline-light {
    box-shadow: none;
}

.form-control,
.header-currency-form select {
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-control:focus,
.header-currency-form select:focus {
    border-color: var(--brand-gold);
    box-shadow: 0 0 0 4px rgba(215, 173, 50, .16);
}

.fleet-header,
.blog-tools,
.quick-quote-card,
.contact-form-card,
.booking-form {
    background: rgba(255, 255, 255, .96);
}

.services-overview-section,
.why-choose-services-section,
.testimonials-section,
.pricing-info-section,
.fleet-section,
.routes-section,
.booking-section,
.blog-archive-section,
.contact-main-section,
.about-story-section,
.about-values-section,
.about-areas-section {
    background:
        linear-gradient(180deg, rgba(251, 248, 239, .82), rgba(255, 255, 255, .96));
}

.service-detail-section.alt-bg,
.service-areas-highlight,
.contact-map-section,
.about-mission-section {
    background: #fff;
}

@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .feature-card,
    .service-card,
    .vehicle-card,
    .route-card,
    .blog-card,
    .contact-info-card {
        transition: none;
    }
}
