@font-face {
    font-family: "Akira Expanded";
    src: url("../fonts/Akira_Expanded.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gopher Text";
    src: url("../fonts/GopherText-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gopher Text";
    src: url("../fonts/GopherText-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gopher Text";
    src: url("../fonts/GopherText-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gopher Text";
    src: url("../fonts/GopherText-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gopher Text";
    src: url("../fonts/GopherText-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #f3f5f7;
    --panel: #ffffff;
    --panel-soft: #edf5f7;
    --line: rgba(18, 32, 59, 0.09);
    --line-strong: rgba(18, 32, 59, 0.16);
    --text: #101b2d;
    --muted: #667085;
    --brand: #6dbfd4;
    --brand-deep: #4ea8bf;
    --accent: #12b981;
    --warm: #ffd77a;
    --navy: #09111f;
    --shadow: 0 18px 40px rgba(16, 27, 45, 0.08);
    --radius-xl: 10px;
    --radius-lg: 10px;
    --radius-md: 10px;
    --radius-sm: 10px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Gopher Text", sans-serif;
    font-weight: 300;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(109, 191, 212, 0.14), transparent 28%),
        linear-gradient(180deg, #fafbfc 0%, var(--bg) 100%);
    min-height: 100vh;
}

body.page-home {
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select {
    font: inherit;
}

a[href],
button,
.button,
.nav-toggle,
.rumbl-select-trigger,
.vehicle-gallery-nav,
.vehicle-gallery-thumb,
.option-card,
.extra-card,
.timeline-step-link {
    cursor: pointer;
}

button:disabled,
.button[aria-disabled="true"] {
    cursor: not-allowed;
}

.container {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(16px);
    background: rgba(9, 17, 31, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    flex-wrap: wrap;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 200px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-copy strong,
.eyebrow,
h1,
h2 {
    font-family: "Akira Expanded", sans-serif;
}

.card-title,
.price-number,
.booking-title,
.timeline-step strong,
.faq-question,
.post-card h3 {
    font-family: "Gopher Text", sans-serif;
}

.brand-copy small,
.muted,
.section-copy p,
.hero-points span,
.card-meta,
.result-meta,
.feature-list,
.booking-side p,
.footer-links,
.footer-bottom,
.post-card p,
.faq-answer {
    color: var(--muted);
}

.site-header .main-nav a,
.site-header .lang-copy strong,
.site-header .lang-copy small {
    color: rgba(255, 255, 255, 0.9);
}

.main-nav {
    display: flex;
    gap: 24px;
    align-items: center;
}

.nav-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex: 1;
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.main-nav a {
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 0;
    position: relative;
}

.main-nav .nav-external-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.main-nav .nav-external-link::before {
    content: "\f35d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.8em;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    background: var(--brand);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 49px;
    padding: 0px 16px 0px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    line-height: 1.1;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lang-switch:hover {
    transform: translateY(-1px);
    border-color: rgba(109, 191, 212, 0.7);
    box-shadow: none;
}

.lang-pill {
    min-width: 42px;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(109, 191, 212, 0.18);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.lang-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lang-copy strong {
    font-family: "Gopher Text", sans-serif;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text);
}

.lang-copy small {
    font-size: 0.8rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 13px 18px;
    border: 0px solid transparent;
    font-weight: 500;
    gap: 10px;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 12px 24px rgba(109, 191, 212, 0.28);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
}

.button-block {
    width: 100%;
}

.hero {
    position: relative;
    min-height: 86vh;
    padding: 52px 0 42px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(180deg, rgba(10, 18, 33, 0.18), rgba(10, 18, 33, 0.42)),
        url("https://images.unsplash.com/photo-1514214246283-d427a95c5d2f?auto=format&fit=crop&w=1900&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 14, 28, 0.3) 0%, rgba(6, 14, 28, 0.08) 45%, rgba(6, 14, 28, 0.2) 100%);
}

.hero-grid,
.section-grid,
.blog-list,
.results-grid,
.booking-grid,
.split-grid,
.footer-grid {
    display: grid;
    gap: 24px;
}

.hero-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 28px;
}

.eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(18, 32, 59, 0.08);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.eyebrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(18, 185, 129, 0.14);
}

.hero-copy h1,
.page-hero h1,
.booking-main h1 {
    margin: 16px 0 14px;
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.hero-copy p,
.page-hero p {
    font-size: 0.98rem;
    max-width: 58ch;
    color: var(--muted);
}

.hero-copy {
    display: grid;
    justify-items: center;
}

.hero .eyebrow,
.hero-points span {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.hero-copy p {
    color: rgba(255, 255, 255, 0.88);
}

.hero-copy .hero-points span {
    color: #000;
}

.hero-points {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 26px;
}

.hero-points span,
.stat-pill,
.badge {
    padding: 9px 13px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(18, 32, 59, 0.08);
    font-weight: 500;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-card,
.glass-card,
.result-card,
.search-card,
.info-card,
.booking-shell,
.faq-item,
.post-card,
.article-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 32, 59, 0.08);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.hero-booking {
    width: min(760px, 100%);
    padding: 18px;
    border-radius: 10px;
    background: rgb(255 255 255 / 23%);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(8, 15, 28, 0.28);
}

.search-panel {
    margin-top: -88px;
    padding-bottom: 22px;
    position: relative;
    z-index: 2;
}

.search-card {
    padding: 22px;
}

.booking-top-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.booking-time-remaining {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.booking-time-remaining .booking-countdown-badge {
    border: 0;
    box-shadow: none;
    padding: 0.45rem 0.8rem;
    min-height: 0;
    font-size: 0.9rem;
    line-height: 1;
}

.booking-countdown-badge.is-expired {
    background: rgba(244, 63, 94, 0.12);
    color: #be123c;
}

.booking-time-extend {
    padding: 0.5rem 0.9rem;
    min-height: 0;
    font-size: 0.9rem;
    line-height: 1;
}

.booking-summary-order {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: rgba(18, 32, 59, 0.08);
    color: var(--ink);
    font-weight: 700;
}

.booking-iframe-page {
    padding-top: 18px;
}

.booking-iframe-shell {
    margin-top: 18px;
    border: 1px solid rgba(18, 32, 59, 0.08);
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.booking-iframe-shell-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
}

.booking-iframe-message {
    display: grid;
    gap: 8px;
    max-width: 620px;
}

.booking-iframe {
    display: block;
    width: 100%;
    min-height: min(78vh, 920px);
    border: 0;
    background: #fff;
}

.booking-iframe-fallback {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
}

.search-row {
    display: grid;
    gap: 14px;
    grid-template-columns: 1.2fr 1fr 1fr auto;
}

.search-row.search-row-hero {
    grid-template-columns: 1.8fr 1fr 1fr;
    margin-bottom: 14px;
}

.search-row.search-row-hero-secondary {
    grid-template-columns: 1.2fr 1.2fr auto;
    align-items: end;
}

.field,
.fake-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field label,
.mini-label {
    font-size: 0.74rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.field input,
.field select,
.fake-input {
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 0 16px;
    color: var(--text);
}

.hero .field label {
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    font-weight: 800;
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 0.94rem;
}

.hero-note input {
    width: 16px;
    height: 16px;
}

.hero-return-field {
    margin-top: 14px;
}

.hero-return-field[hidden] {
    display: none;
}

.field input:focus,
.field select:focus {
    outline: none;
    border-color: rgba(23, 105, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(23, 105, 255, 0.08);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.rumbl-date-input[aria-invalid="true"] {
    border-color: #d6543d;
    box-shadow: 0 0 0 4px rgba(214, 84, 61, 0.08);
}

select.rumbl-native-select {
    display: none !important;
}

.rumbl-select {
    position: relative;
    width: 100%;
}

.rumbl-select-trigger {
    position: relative;
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--text);
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
    padding: 0 42px 0 16px;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rumbl-select-trigger::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 0.72rem;
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    color: var(--text);
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.rumbl-select.open .rumbl-select-trigger,
.rumbl-select-trigger:focus {
    outline: none;
    border-color: rgba(109, 191, 212, 0.9);
    box-shadow: 0 0 0 4px rgba(109, 191, 212, 0.16);
}

.rumbl-select.open .rumbl-select-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.rumbl-select-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 40;
    width: 100%;
    min-width: max-content;
    max-height: 260px;
    padding: 8px;
    border: 1px solid rgba(18, 32, 59, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(17, 33, 58, 0.16);
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.rumbl-select.open .rumbl-select-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.rumbl-select-option {
    display: block;
    width: 100%;
    min-height: 38px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--text);
    cursor: pointer;
    font: inherit;
    padding: 9px 12px;
    text-align: left;
    white-space: nowrap;
}

.rumbl-select-option:hover,
.rumbl-select-option:focus {
    outline: none;
    background: rgba(109, 191, 212, 0.14);
}

.rumbl-select-option[aria-selected="true"] {
    background: var(--brand);
    color: #fff;
    font-weight: 800;
}

.results-search-edit .rumbl-select-trigger {
    min-height: 42px;
    font-size: 0.86rem;
}

.field .rumbl-date-input {
    width: 100%;
    cursor: pointer;
}

input::placeholder,
textarea::placeholder {
    color: rgba(18, 32, 59, 0.38);
    opacity: 1;
}

.fake-input::placeholder {
    color: rgba(18, 32, 59, 0.3);
}

.rumbl-datepicker.flatpickr-calendar {
    width: 338px;
    border: 1px solid rgba(18, 32, 59, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 70px rgba(17, 33, 58, 0.18);
    font-family: inherit;
    overflow: hidden;
}

.rumbl-datepicker.flatpickr-calendar::before,
.rumbl-datepicker.flatpickr-calendar::after {
    display: none;
}

.rumbl-datepicker .flatpickr-months {
    padding: 12px 12px 0;
}

.rumbl-datepicker .flatpickr-months .flatpickr-prev-month,
.rumbl-datepicker .flatpickr-months .flatpickr-next-month {
    top: 12px;
    width: 36px;
    height: 36px;
    padding: 9px;
    border-radius: 12px;
    color: var(--text);
    fill: var(--text);
}

.rumbl-datepicker .flatpickr-months .flatpickr-prev-month:hover,
.rumbl-datepicker .flatpickr-months .flatpickr-next-month:hover {
    background: rgba(109, 191, 212, 0.13);
}

.rumbl-datepicker .flatpickr-current-month {
    height: 40px;
    padding-top: 8px;
    color: var(--text);
    font-size: 0.94rem;
    font-weight: normal;
}

.rumbl-datepicker .flatpickr-current-month .flatpickr-monthDropdown-months,
.rumbl-datepicker .flatpickr-current-month input.cur-year {
    color: var(--text);
    font-weight: normal;
}

.rumbl-datepicker .flatpickr-weekdays {
    height: 36px;
    padding: 0 12px;
}

.rumbl-datepicker span.flatpickr-weekday {
    color: #50617c;
    font-size: 0.68rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rumbl-datepicker .flatpickr-days {
    width: 338px;
    padding: 0 12px 8px;
}

.rumbl-datepicker .dayContainer {
    width: 314px;
    min-width: 314px;
    max-width: 314px;
}

.rumbl-datepicker .flatpickr-day {
    max-width: 42px;
    height: 38px;
    border-radius: 12px;
    color: var(--text);
    line-height: 38px;
    font-weight: normal;
}

.rumbl-datepicker .flatpickr-day:hover,
.rumbl-datepicker .flatpickr-day:focus {
    border-color: transparent;
    background: rgba(109, 191, 212, 0.14);
}

.rumbl-datepicker .flatpickr-day.today {
    border-color: rgba(109, 191, 212, 0.7);
    color: var(--brand-deep);
}

.rumbl-datepicker .flatpickr-day.selected,
.rumbl-datepicker .flatpickr-day.startRange,
.rumbl-datepicker .flatpickr-day.endRange {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
    box-shadow: 0 8px 18px rgba(109, 191, 212, 0.32);
}

.rumbl-datepicker .flatpickr-day.prevMonthDay,
.rumbl-datepicker .flatpickr-day.nextMonthDay {
    color: rgba(102, 112, 133, 0.52);
}

.rumbl-datepicker .flatpickr-time {
    height: 56px;
    border-top: 1px solid rgba(18, 32, 59, 0.08);
    background: rgba(109, 191, 212, 0.07);
}

.rumbl-datepicker .flatpickr-time input,
.rumbl-datepicker .flatpickr-time .flatpickr-am-pm {
    color: var(--text);
    font-size: 1rem;
    font-weight: normal;
}

.rumbl-datepicker .flatpickr-time input:hover,
.rumbl-datepicker .flatpickr-time .flatpickr-am-pm:hover,
.rumbl-datepicker .flatpickr-time input:focus {
    background: rgba(109, 191, 212, 0.16);
}

.rumbl-datepicker .numInputWrapper span {
    border-color: rgba(18, 32, 59, 0.1);
}

.section {
    padding: 56px 0;
}

.section-copy {
    max-width: 640px;
    margin-bottom: 24px;
}

.page-hero .section-copy {
    max-width: 860px;
    margin: 0 auto 30px;
    text-align: center;
}

.page-hero .section-copy .eyebrow {
    justify-self: center;
}

.page-hero .section-copy p {
    margin-left: auto;
    margin-right: auto;
}

.section-copy h2,
.booking-main h2,
.booking-main h3,
.article-card h1 {
    margin: 0 0 10px;
    font-size: clamp(1.25rem, 2vw, 1.72rem);
    line-height: 1.08;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.feature-grid,
.fleet-grid,
.stats-grid {
    display: grid;
    gap: 16px;
}

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

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

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

.reviews-section {
    background: linear-gradient(180deg, rgba(125, 221, 246, 0.06), rgba(255, 255, 255, 0));
}

.reviews-header,
.reviews-footer {
    display: grid;
    justify-items: center;
    text-align: center;
}

.reviews-header {
    gap: 18px;
    margin-bottom: 28px;
}

.reviews-badge {
    background: #6dbfd4;
    color: #fff;
    border-color: transparent;
}

.reviews-rating h2 {
    margin-bottom: 12px;
}

.reviews-rating p {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text);
}

.stars {
    color: #f7b500;
    letter-spacing: 0.08em;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.review-card {
    min-height: 280px;
    padding: 22px;
    border: 1px solid rgba(18, 32, 59, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 44px rgba(38, 83, 107, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.review-card p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.5;
    color: var(--text);
}

.review-more {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: #6dbfd4;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.review-more:hover,
.review-more:focus-visible {
    text-decoration: underline;
}

.review-meta {
    color: var(--muted);
    font-size: 0.92rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-meta strong {
    color: var(--text);
    font-size: 0.95rem;
}

.review-modal-open {
    overflow: hidden;
}

.review-modal {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 24px;
}

.review-modal[hidden] {
    display: none;
}

.review-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 15, 28, 0.58);
    backdrop-filter: blur(6px);
}

.review-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(9, 25, 45, 0.28);
    display: grid;
    gap: 14px;
}

.review-modal-dialog h3 {
    margin: 0;
}

.review-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(18, 32, 59, 0.08);
    color: var(--text);
    cursor: pointer;
}

.review-modal-meta {
    justify-items: start;
    text-align: left;
}

.review-modal-text {
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.7;
    color: var(--text);
}

.reviews-footer {
    gap: 18px;
    margin-top: 24px;
}

.reviews-dots {
    display: flex;
    gap: 8px;
}

.reviews-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(18, 32, 59, 0.22);
}

.reviews-dots span.active {
    background: var(--text);
}

.service-section {
    padding-top: 18px;
}

.service-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
    align-items: center;
}

.service-copy {
    max-width: 560px;
}

.service-copy h2 {
    margin: 18px 0 20px;
    line-height: 1.12;
}

.service-copy p {
    color: #4f6487;
    font-size: 0.97rem;
    line-height: 1.65;
    margin: 0 0 18px;
}

.service-badge {
    background: var(--brand-deep);
    color: #fff;
    border-color: transparent;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 28px;
    display: grid;
    gap: 16px;
}

.service-list li {
    position: relative;
    padding-left: 28px;
    color: var(--text);
    line-height: 1.5;
}

.service-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brand-deep);
}

.service-media {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(38, 83, 107, 0.12);
}

.service-media img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.info-card,
.result-card,
.post-card {
    padding: 18px;
}

.icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 16px;
    background: rgba(109, 191, 212, 0.14);
    color: var(--brand-deep);
    font-size: 1rem;
}

.icon-badge-soft {
    background: rgba(109, 191, 212, 0.12);
}

.card-title {
    font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 500;
}

.card-media,
.result-card .card-media {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-row,
.price-row,
.booking-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.price-number {
    font-size: 1.72rem;
    letter-spacing: 0;
    font-family: "Gopher Text", sans-serif;
    font-weight: 700;
}

.results-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
}

.results-shell {
    display: grid;
    gap: 26px;
    overflow: visible;
}

.luxury-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border: 1px solid rgba(18, 32, 59, 0.12);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(9, 17, 31, 0.98), rgba(20, 44, 73, 0.94)),
        radial-gradient(circle at top left, rgba(255, 215, 122, 0.28), transparent 42%);
    box-shadow: 0 20px 44px rgba(9, 17, 31, 0.16);
    color: #fff;
}

.luxury-cta-copy {
    display: grid;
    gap: 8px;
}

.luxury-cta-copy .mini-label,
.luxury-cta-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.luxury-cta-copy strong {
    font-size: 1.18rem;
    font-weight: 700;
}

.luxury-cta-copy p {
    margin: 0;
    max-width: 620px;
    line-height: 1.6;
}

.luxury-cta-button {
    flex-shrink: 0;
    white-space: nowrap;
}

.results-search-bar {
    position: relative;
    z-index: 20;
    overflow: visible;
    padding: 18px 22px;
}

.results-search-summary {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.results-search-edit {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 1.45fr) minmax(0, 0.4fr) auto;
    align-items: end;
    gap: 10px;
    width: 100%;
}

.results-search-edit > * {
    min-width: 0;
}

.results-search-edit .field {
    gap: 5px;
}

.results-search-edit .field label {
    font-size: 0.62rem;
}

.results-search-edit .field input,
.results-search-edit .field select {
    min-height: 42px;
    font-size: 0.86rem;
}

.results-search-edit .stat-pill {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: none;
    box-shadow: none;
    justify-content: center;
}

.results-search-edit .button {
    min-height: 44px;
    white-space: nowrap;
    width: 100%;
}

.results-toolbar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.results-filter-group {
    display: grid;
    gap: 10px;
}

.chip-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 500;
    color: var(--muted);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.filter-chip:hover {
    background: #fff;
    color: var(--text);
    box-shadow: 0 10px 24px rgba(17, 33, 58, 0.08);
    transform: translateY(-1px);
}

.filter-chip.active {
    background: var(--brand);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 22px rgba(109, 191, 212, 0.18);
}

.result-card.is-filtered-out {
    display: none;
}

.search-summary[hidden] {
    display: none !important;
}

.results-rating-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-top: 28px;
    color: var(--muted);
    font-weight: 700;
}

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

.result-list {
    display: grid;
    gap: 18px;
}

.result-card {
    padding: 18px;
}

.result-card-top {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
}

.result-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 14px;
}

.feature-list {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 18px;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.search-summary {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 94px;
    width: 100%;
}

.result-card-compact {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.result-visual {
    position: relative;
    padding: 12px 12px 0;
}

.result-card-compact .card-media {
    margin-bottom: 0;
    aspect-ratio: 16 / 8.5;
    border-radius: 10px 10px 0 0;
}

.result-flag {
    position: absolute;
    top: 22px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 500;
}

.result-flag {
    right: 22px;
    background: rgba(109, 191, 212, 0.92);
}

.result-card-body {
    padding: 14px 16px 10px;
    border-bottom: 1px solid rgba(18, 32, 59, 0.08);
}

.result-card-body .card-title {
    margin-bottom: 12px;
    font-size: 1rem;
}

.vcard-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 16px;
    color: var(--muted);
    font-size: 0.88rem;
    margin-bottom: 14px;
}

.vcard-feat {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    line-height: 1.25;
}

.vcard-feat i {
    color: var(--brand-deep);
    width: 14px;
    flex: 0 0 14px;
    text-align: center;
}

.included-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.included-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 10px;
    background: var(--panel-soft);
    color: #38697b;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.15;
}

.included-tag i {
    font-size: 0.62rem;
    color: var(--brand-deep);
}

.result-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 12px;
    color: var(--muted);
    font-size: 0.88rem;
    margin-bottom: 14px;
}

.result-specs span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.result-specs i {
    color: var(--brand-deep);
    width: 14px;
}

.result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.result-tags span {
    padding: 7px 10px;
    border-radius: 10px;
    background: var(--panel-soft);
    color: #38697b;
    font-size: 0.68rem;
    font-weight: 500;
}

.result-card-footer {
    padding: 14px 16px 16px;
}

.result-price-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.result-price-line strong {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
}

.result-price-line span {
    color: var(--muted);
    font-weight: 700;
}

.result-total {
    color: var(--text);
    text-align: right;
    font-size: 0.92rem;
    font-weight: 600;
    white-space: nowrap;
}

.result-total strong {
    font-size: inherit;
    font-weight: 800;
}

.search-summary > * {
    width: 100%;
}

.summary-map {
    min-height: 180px;
    border-radius: 10px;
    background:
        linear-gradient(120deg, rgba(23, 105, 255, 0.16), rgba(18, 185, 129, 0.18)),
        url("https://images.unsplash.com/photo-1488747279002-c8523379faaa?auto=format&fit=crop&w=1200&q=80");
    background-size: cover;
    background-position: center;
}

.booking-shell {
    overflow: hidden;
}

.booking-grid {
    grid-template-columns: 1.2fr 0.8fr;
}

.booking-main {
    padding: 0;
    background: #fff;
}

.booking-side {
    padding: 24px;
    background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
    border-left: 1px solid var(--line);
}

.booking-side .card-title {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 10px;
}

.booking-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
}

.booking-product {
    display: flex;
    align-items: center;
    gap: 14px;
}

.booking-product img {
    width: 72px;
    height: 48px;
    object-fit: cover;
    border-radius: 10px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(var(--step-count, 3), minmax(0, 1fr));
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-bottom: 1px solid var(--line);
}

.timeline-step {
    display: flex;
    align-items: center;
    gap: 12px;
}

.timeline-step-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    flex: 1 1 auto;
    min-width: 0;
}

.timeline-step-link:hover strong {
    color: var(--brand);
}

.timeline-step-link:hover .step-dot {
    border-color: var(--brand);
}

.timeline-step::after {
    content: "";
    flex: 1;
    height: 2px;
    background: var(--line);
}

.timeline-step:last-child::after {
    display: none;
}

.step-dot {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid var(--line-strong);
    color: var(--muted);
    font-weight: 800;
}

.timeline-step.active .step-dot,
.timeline-step.done .step-dot {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
}

.booking-section {
    padding: 24px;
    border-bottom: 1px solid var(--line);
}

.booking-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 12px 24px;
    background: #fff3f1;
    border-bottom: 1px solid #ffd8d2;
    color: #d6543d;
    font-weight: 700;
}

.booking-alert.success {
    background: rgba(82, 189, 136, 0.12);
    border-bottom-color: rgba(82, 189, 136, 0.2);
    color: #166534;
}

.booking-alert.warning {
    background: rgba(245, 158, 11, 0.12);
    border-bottom-color: rgba(245, 158, 11, 0.2);
    color: #92400e;
}

.booking-alert.info {
    background: rgba(96, 165, 250, 0.12);
    border-bottom-color: rgba(96, 165, 250, 0.2);
    color: #1d4ed8;
}

.option-card {
    border: 2px solid var(--line);
    border-radius: 10px;
    padding: 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 12px;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.option-card.active {
    border-color: var(--brand);
    box-shadow: 0 12px 30px rgba(23, 105, 255, 0.12);
}

.radio-ui {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(23, 105, 255, 0.45);
    position: relative;
    flex: 0 0 auto;
    margin-top: 4px;
}

.option-card.active .radio-ui::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--brand);
}

.option-copy h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-family: "Gopher Text", sans-serif;
    text-transform: none;
}

.booking-footer {
    padding: 18px 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 6px;
}

.booking-footer .button {
    min-width: 84px;
}

.booking-footer-form {
    border-top: 1px solid var(--line);
    margin-top: 28px;
}

.booking-footer-form .booking-footer-cta {
    min-width: 186px;
    padding: 16px 26px;
    font-size: 1.02rem;
    box-shadow: 0 14px 28px rgba(109, 191, 212, 0.24);
}

.booking-footer-form .booking-footer-cta i {
    font-size: 1.05rem;
}

.booking-side .side-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}

.vehicle-gallery {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}

.vehicle-gallery-stage {
    position: relative;
    display: block;
}

.vehicle-gallery-main {
    margin-bottom: 0;
    width: 100%;
}

.vehicle-gallery-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle-gallery-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vehicle-gallery-strip::-webkit-scrollbar {
    display: none;
}

.vehicle-gallery-thumb {
    flex: 0 0 auto;
    width: 88px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    scroll-snap-align: start;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.vehicle-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle-gallery-thumb:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(17, 33, 58, 0.1);
}

.vehicle-gallery-thumb.active {
    border-color: var(--brand);
}

.vehicle-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--brand);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
    box-shadow: 0 8px 22px rgba(17, 33, 58, 0.08);
    transform: translateY(-50%);
}

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

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

.vehicle-gallery-nav:hover {
    transform: translateY(calc(-50% - 1px));
    box-shadow: 0 12px 28px rgba(17, 33, 58, 0.12);
}

.vehicle-gallery-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.vehicle-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

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

.vehicle-spec i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #eef4ff;
    color: var(--brand);
    flex: 0 0 auto;
    margin-top: 1px;
}

.vehicle-spec strong {
    display: block;
    color: var(--text);
    font-size: 0.96rem;
    line-height: 1.25;
}

.side-box {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 14px;
}

.booking-api-box {
    background: linear-gradient(180deg, rgba(229, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
    border-color: rgba(38, 132, 255, 0.18);
    box-shadow: 0 12px 26px rgba(29, 78, 216, 0.08);
}

.booking-api-box strong {
    display: block;
    margin-top: 4px;
    color: var(--text);
}

.booking-api-box p {
    margin: 8px 0 10px;
    color: var(--muted);
    line-height: 1.45;
}

.booking-api-box span {
    display: block;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 600;
}

.booking-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}

.booking-form-grid .full {
    grid-column: 1 / -1;
}

.field-error {
    min-height: 1.1em;
    font-size: 0.74rem;
    color: #d6543d;
}

.field-error:empty {
    display: none;
}

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

.license-panel {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #f7f8fa;
}

.license-panel .field label {
    font-size: 0.66rem;
    color: var(--muted);
    font-weight: 800;
}

.license-panel .field input,
.license-panel .field select {
    min-height: 52px;
}

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

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

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

.pickup-return-group {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #f7f8fa;
}

.hint-box {
    padding: 16px;
    border-radius: 10px;
    background: #f7fbff;
    border: 1px solid rgba(23, 105, 255, 0.16);
    color: #57729f;
}

.extras-group-title {
    margin: 0 0 14px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    font-weight: 800;
}

.extras-stack {
    display: grid;
    gap: 12px;
}

.extra-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.extra-card.active {
    border-color: rgba(23, 105, 255, 0.34);
    box-shadow: 0 10px 26px rgba(17, 33, 58, 0.08);
    transform: translateY(-1px);
}

.extra-copy {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.extra-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: #eef4ff;
    color: var(--brand);
    display: inline-grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 800;
    flex: 0 0 auto;
}

.extra-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    display: block;
}

.extra-copy strong {
    display: block;
    margin-bottom: 4px;
}

.extra-meta {
    color: var(--accent);
    font-size: 0.92rem;
    font-weight: 700;
}

.toggle-ui {
    width: 46px;
    height: 28px;
    border-radius: 999px;
    background: #d8dee9;
    position: relative;
    flex: 0 0 auto;
}

.toggle-ui::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(18, 32, 59, 0.18);
}

.toggle-ui.active {
    background: var(--brand);
}

.toggle-ui.active::after {
    left: 21px;
}

.discount-row {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
}

.coupon-panel {
    display: grid;
    gap: 12px;
}

.coupon-panel-featured {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #f7f8fa;
    box-shadow: 0 14px 30px rgba(17, 33, 58, 0.06);
}

.booking-checkout-form {
    display: grid;
    gap: 14px;
}

.coupon-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.coupon-panel-head h3 {
    margin: 2px 0 0;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0;
}

.coupon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #e8f5fb;
    color: var(--brand);
    font-size: 0.74rem;
    font-weight: 800;
    white-space: nowrap;
}

.coupon-form-panel {
    margin-top: 2px;
}

.coupon-title-block {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.coupon-title {
    font-family: "Gopher Text", sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--text);
}

.coupon-code-row {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.coupon-code-input {
    width: 100%;
}

.coupon-panel-featured .field input,
.coupon-panel-featured .field select,
.coupon-panel-featured .fake-input,
.coupon-panel-featured .rumbl-select-trigger {
    min-height: 52px;
    border-radius: 14px;
}

.coupon-panel-featured .rumbl-select-menu {
    border-radius: 18px;
}

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

.summary-card {
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    display: grid;
    gap: 6px;
}

.summary-card strong {
    font-size: 1rem;
    color: var(--text);
}

.selected-extras-list {
    display: grid;
    gap: 10px;
}

.selected-extra-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.selected-extra-item strong {
    font-size: 0.96rem;
}

.selected-extra-item span {
    font-weight: 800;
    color: var(--brand);
    white-space: nowrap;
}

.coupon-field {
    display: grid;
    gap: 8px;
}

.coupon-field span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.coupon-field-order {
    min-width: 180px;
    margin-top: 18px;
}

.coupon-field-expand {
    min-width: 0;
}

.payment-method-block {
    margin-top: 22px;
}

.payment-method-wrap {
    width: 100%;
}

.payment-method-wrap .rumbl-select,
.payment-method-wrap .rumbl-native-select {
    width: 100%;
}

.payment-method-wrap .rumbl-select-trigger {
    min-height: 52px;
    width: 100%;
}

.coupon-action-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.coupon-apply-row {
    display: grid;
    gap: 10px;
    justify-items: start;
}

.coupon-apply-btn {
    min-width: 180px;
}

.coupon-feedback-inline {
    display: none;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0.86rem;
    color: var(--muted);
}

.coupon-feedback-inline:not(:empty) {
    display: block;
}

.coupon-hint {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.coupon-feedback {
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 0.95rem;
    line-height: 1.5;
    border: 1px solid transparent;
    background: #f8fafc;
    color: var(--text);
}

.coupon-feedback.success {
    background: rgba(82, 189, 136, 0.12);
    border-color: rgba(82, 189, 136, 0.25);
    color: #166534;
}

.coupon-feedback.error {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.2);
    color: #991b1b;
}

.coupon-feedback.pending,
.coupon-feedback.info {
    background: rgba(96, 165, 250, 0.12);
    border-color: rgba(96, 165, 250, 0.2);
    color: #1d4ed8;
}

@media (max-width: 900px) {
    .coupon-code-row {
        grid-template-columns: 1fr;
    }

    .coupon-action-row {
        flex-direction: column;
        align-items: stretch;
    }

    .coupon-action-row .button {
        width: 100%;
    }

    .coupon-apply-row {
        justify-items: stretch;
    }

    .coupon-apply-btn {
        width: 100%;
        min-width: 0;
    }
}

.faq-list {
    display: grid;
    gap: 20px;
}

.faq-group {
    display: grid;
    gap: 12px;
}

.faq-group-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.faq-group-title h2 {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.faq-item {
    overflow: hidden;
}

.faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.faq-question {
    font-size: 1rem;
    font-family: "Gopher Text", sans-serif;
    font-weight: 500;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 220ms ease, padding 220ms ease;
    padding: 0 22px;
}

.faq-item.open .faq-answer {
    max-height: 220px;
    padding: 0 22px 22px;
}

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

.post-card img,
.article-hero img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 18px;
}

.article-layout {
    max-width: 920px;
}

.article-card {
    padding: 26px;
}

.article-card p {
    line-height: 1.8;
    color: #3d4d68;
}

.article-card blockquote {
    margin: 26px 0;
    padding: 20px 24px;
    border-left: 4px solid var(--brand);
    background: #f4f8ff;
    border-radius: 0 10px 10px 0;
}

.site-footer {
    padding: 38px 0 24px;
    margin-top: 52px;
    background: rgba(9, 17, 31, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
}

.fleet-grid-showcase {
    grid-template-columns: repeat(4, 1fr);
}

.fleet-showcase-card {
    padding: 14px;
}

.fleet-showcase-card .card-media {
    aspect-ratio: 5 / 4;
}

.fleet-showcase-copy {
    display: grid;
    gap: 4px;
}

.footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.footer-links {
    display: grid;
    gap: 10px;
}

.site-footer .footer-links,
.site-footer .footer-bottom,
.site-footer p {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer h4,
.site-footer a:hover {
    color: #fff;
}

.site-footer .footer-bottom a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.results-loader {
    display: grid;
    grid-column: 1 / -1;
    place-items: center;
    gap: 10px;
    min-height: 260px;
    width: min(520px, 100%);
    margin: 0 auto;
    padding: 36px 24px;
    border: 1px solid rgba(18, 32, 59, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at top, rgba(108, 194, 219, 0.16), transparent 48%),
        rgba(255, 255, 255, 0.86);
    text-align: center;
    color: var(--muted);
}

.results-loader[hidden] {
    display: none;
}

.results-loader strong {
    color: var(--text);
    font-size: 1.05rem;
}

.results-loader-spinner {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 4px solid rgba(108, 194, 219, 0.2);
    border-top-color: var(--accent);
    animation: rumbl-spin 0.9s linear infinite;
}

@keyframes rumbl-spin {
    to {
        transform: rotate(360deg);
    }
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    .hero-grid,
    .results-grid,
    .booking-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .search-summary {
        position: static;
    }

    .booking-side {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .feature-grid,
    .fleet-grid,
    .blog-list,
    .reviews-grid,
    .service-grid,
    .results-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .search-row,
    .booking-form-grid,
    .feature-grid,
    .fleet-grid,
    .blog-list,
    .stats-grid,
    .steps,
    .booking-footer {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .nav-shell,
    .main-nav,
    .nav-actions,
    .search-row,
    .booking-form-grid,
    .feature-grid,
    .fleet-grid,
    .blog-list,
    .stats-grid,
    .steps,
    .booking-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .nav-shell {
        width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;
        padding: 12px 6px 10px;
    }

    .brand {
        order: 1;
        flex: 0 0 auto;
        padding-left: 2px;
    }

    .brand-mark {
        width: 188px;
        height: 50px;
    }

    .nav-toggle {
        display: inline-flex;
        order: 2;
        flex: 0 0 auto;
        margin-right: 2px;
    }

    .nav-panel {
        order: 3;
        flex: 0 0 100%;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin-top: 10px;
        background: rgba(15, 24, 40, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: max-height 260ms ease, opacity 220ms ease, transform 220ms ease, padding 220ms ease;
        padding: 0 14px;
    }

    .site-header.menu-open .nav-panel {
        max-height: 520px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        padding: 14px;
    }

    .main-nav,
    .nav-actions {
        width: 100%;
    }

    .main-nav {
        display: grid;
        gap: 4px;
    }

    .main-nav a {
        padding: 12px 0;
    }

    .nav-actions {
        display: grid;
        gap: 10px;
    }

    .lang-switch {
        justify-content: center;
        width: 100%;
    }

    .nav-actions .button {
        width: 100%;
    }

    .luxury-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .luxury-cta-button {
        width: 100%;
        justify-content: center;
    }

    .hero-copy h1,
    .page-hero h1,
    .booking-main h1 {
        font-size: 1.9rem;
    }

    .hero {
        min-height: auto;
        padding-top: 42px;
    }

    .hero-booking,
    .search-row.search-row-hero,
    .search-row.search-row-hero-secondary,
    .discount-row,
    .results-search-bar {
        display: grid;
        grid-template-columns: 1fr;
    }

    .results-search-edit {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .hero-points span {
        text-align: center;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .results-cards-grid {
        grid-template-columns: 1fr;
    }

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

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

    .results-toolbar,
    .result-price-line {
        display: grid;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-media img {
        min-height: 360px;
    }

    .booking-topbar,
    .steps,
    .booking-section,
    .booking-alert,
    .booking-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .booking-footer {
        margin-top: 0;
    }

    .booking-footer-form {
        border-top: 1px solid var(--line);
        margin-top: 28px;
    }
}

@media (max-width: 820px) {
    .booking-footer-form {
        border-top: 1px solid var(--line);
        margin-top: 30px;
        padding-top: 42px;
    }
}
