@charset "UTF-8";

/* ══════════════════════════════════════════════════════════
   GLOBAL RENT A CAR — MODERN LANDING (index2)
   Self-contained design system
   ══════════════════════════════════════════════════════════ */

:root {
    --brand: #0d9fb5;
    --brand-light: #42b8cb;
    --brand-dark: #0e9aad;
    --brand-deep: #0d9fb5;
    --brand-2: #5a198c;
    --brand-2-light: #6d2da3;
    --brand-2-dark: #521982;
    --gradient-brand: linear-gradient(135deg, var(--brand-light), var(--brand-dark));
    --gradient-brand-soft: linear-gradient(120deg, var(--brand-light), var(--brand));
    --gradient-purple: linear-gradient(135deg, var(--brand-2-light), var(--brand-2-dark));
    --gradient-purple-soft: linear-gradient(120deg, #7a45ad, var(--brand-2));
    --ink: #10233b;
    --ink-soft: #33465c;
    --muted: #6a7b8d;
    --bg: #f5f8fc;
    --bg-2: #eef3f9;
    --card: #ffffff;
    --line: rgba(16, 35, 59, 0.09);
    --line-strong: rgba(16, 35, 59, 0.16);
    --shadow-sm: 0 2px 10px rgba(16, 35, 59, 0.06);
    --shadow-md: 0 14px 40px rgba(16, 35, 59, 0.10);
    --shadow-lg: 0 30px 70px rgba(16, 35, 59, 0.16);
    --shadow-brand: 0 18px 45px rgba(13, 159, 181, 0.35);
    --radius-sm: 12px;
    --radius: 18px;
    --radius-lg: 26px;
    --radius-xl: 34px;
    --font-head: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-body: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --container: 1200px;
    --section-y: 68px;
    --section-y-tight: 56px;
    --section-head-gap: 36px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
    max-width: 100%;
}

body.gr2 {
    font-family: var(--font-body);
    color: var(--ink);
    background: #e8eaed;
    --nav2-page-bg: #D8D7E1;
    line-height: 1.55;
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

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

body.gr2 a {
    color: inherit;
    text-decoration: none;
}

.gr2 h1,
.gr2 h2,
.gr2 h3,
.gr2 h4 {
    font-family: var(--font-head);
    line-height: 1.08;
    color: var(--ink);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.gr2 h1 {
    font-weight: 700;
    text-transform: none;
}

.gr2 .container {
    width: min(92%, var(--container));
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
}

.gr2 .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-dark);
    background: rgba(13, 159, 181, 0.1);
    padding: 7px 14px;
    border-radius: 8px;
}

.gr2 .section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto var(--section-head-gap, 36px);
}

.gr2 .section-head h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.85rem);
    margin: 16px 0 12px;
    letter-spacing: -0.02em;
}

.gr2 .section-head p {
    color: var(--muted);
    font-size: 1.08rem;
}

.gr2 section {
    padding: var(--section-y, 68px) 0;
}

/* Tighter stack after trust / between related blocks */
.gr2-features {
    padding-top: var(--section-y-tight, 56px);
    padding-bottom: var(--section-y, 68px);
}

.gr2-showcase,
.gr2-fleet,
.gr2-reviews,
.gr2-blog {
    padding-top: var(--section-y-tight, 56px);
    padding-bottom: var(--section-y-tight, 56px);
}

.gr2-section--dark {
    background: #101820;
    color: #dde6ef;
}

.gr2-section--dark .section-head h2 {
    color: #fff;
}

.gr2-section--dark .section-head p {
    color: rgba(221, 230, 239, 0.62);
}

.gr2-section--dark .eyebrow {
    color: var(--brand-light);
    background: rgba(13, 159, 181, 0.14);
    border: 1px solid rgba(13, 159, 181, 0.22);
}

.gr2-pattern-dots {
    position: relative;
    overflow: hidden;
}

.gr2-pattern-dots::after {
    content: "";
    position: absolute;
    width: 88px;
    height: 88px;
    bottom: 18px;
    right: 18px;
    background-image: radial-gradient(rgba(13, 159, 181, 0.18) 1.5px, transparent 1.5px);
    background-size: 11px 11px;
    opacity: 0.75;
    pointer-events: none;
    z-index: 0;
}

.gr2-pattern-dots > * {
    position: relative;
    z-index: 1;
}

/* ── Buttons ─────────────────────────────────────────────── */
.gr2 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s;
    white-space: nowrap;
}

.gr2 .btn-primary {
    background: var(--gradient-brand);
    color: #fff;
    box-shadow: var(--shadow-brand);
}

.gr2 .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 55px rgba(13, 159, 181, 0.45);
}

.gr2 .btn-ghost {
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

.gr2 .btn-ghost:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

/* ══════════════════════════════════════════════════════════
   NAVBAR
   ══════════════════════════════════════════════════════════ */
.gr2-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    background: transparent;
    transition: padding 0.4s var(--ease), background 0.4s, box-shadow 0.4s, border-color 0.4s;
    border-bottom: 1px solid transparent;
}

@media (max-width: 520px) {
    .gr2-nav {
        padding: 9px 0;
    }
}

/* over the hero image: stay clear until scroll */
.gr2-hero > .gr2-nav:not(.scrolled) {
    background: transparent;
    box-shadow: none;
    border-bottom-color: transparent;
}

.gr2-hero > .gr2-nav:not(.scrolled) .gr2-nav__burger {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-color: rgba(16, 35, 59, 0.08);
}

.gr2-nav.scrolled {
    padding: 10px 0;
    background: color-mix(in srgb, var(--nav2-page-bg, #D8D7E1) 78%, transparent);
    backdrop-filter: saturate(160%) blur(12px);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
    box-shadow: none;
    border-bottom-color: rgba(16, 35, 59, 0.06);
}

@supports not (background: color-mix(in srgb, white 50%, transparent)) {
    .gr2-nav.scrolled {
        background: rgba(216, 215, 225, 0.78);
    }
}

.gr2-nav.scrolled .gr2-nav__logo img {
    width: 104px;
}

.gr2-nav__inner {
    width: min(92%, var(--container));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    min-width: 0;
}

.gr2-nav__logo img {
    width: 118px;
    transition: width 0.4s var(--ease);
}

.gr2-nav__links {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.gr2-nav__links a {
    padding: 9px 15px;
    border-radius: var(--radius-sm);
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    color: var(--ink-soft);
    transition: background 0.25s, color 0.25s;
}

.gr2-nav__links a:hover {
    background: rgba(13, 159, 181, 0.1);
    color: var(--brand-dark);
}

.gr2-nav__cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-left: 10px;
    padding: 11px 22px;
    border-radius: var(--radius-sm);
    background: var(--gradient-purple);
    color: #fff !important;
    font-family: var(--font-head);
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(90, 25, 140, 0.26);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), filter 0.3s;
}

.gr2-nav__cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow: 0 18px 40px rgba(90, 25, 140, 0.34);
}

/* hide phone CTA in hero nav on desktop */
.gr2-hero .gr2-nav__cta {
    display: none;
}

.gr2-nav__burger {
    display: none;
    margin-left: auto;
    width: auto;
    min-width: 46px;
    height: auto;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--brand-2);
    font-family: var(--font-head);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    line-height: 1;
}

.gr2-nav__burger i {
    font-size: 1.05rem;
}

.gr2-mobile {
    display: none;
    position: fixed;
    top: 74px;
    right: 4%;
    left: 4%;
    z-index: 1001;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line);
    padding: 10px;
}

.gr2-mobile a {
    display: block;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--ink-soft);
    border-bottom: 1px solid var(--line);
}

.gr2-mobile a:last-child {
    border-bottom: none;
    margin-top: 6px;
    text-align: center;
    background: var(--gradient-purple);
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(90, 25, 140, 0.26);
    font-family: var(--font-head);
    font-weight: 700;
}

.gr2-mobile a:hover {
    background: var(--bg-2);
    color: var(--brand-dark);
}

.gr2-mobile a:last-child:hover {
    background: var(--gradient-purple);
    color: #fff !important;
    filter: brightness(1.06);
}

/* ══════════════════════════════════════════════════════════
   HERO + TRUST studio band (floor continues, car stays in hero)
   ══════════════════════════════════════════════════════════ */
.gr2-top-band {
    --gr2-studio: #D8D7E1;
    --gr2-studio-mid: #D8D7E1;
    --gr2-studio-top: #D8D7E1;
    background: #D8D7E1;
}

/* ══════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════ */
.gr2 section.gr2-hero,
.gr2-hero {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    padding: 92px 0 0;
    overflow: hidden;
    color: var(--ink);
    text-align: center;
    background: transparent;
    isolation: auto;
    /* svh: stable on mobile — dvh resizes with browser chrome and looks like bg zoom */
    min-height: 100vh;
    min-height: 100svh;
}

.gr2-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    line-height: 0;
}

.gr2-hero__bg img,
.gr2-hero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.gr2-hero__bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(48px, 8vh, 90px);
    background: linear-gradient(
        to bottom,
        rgba(216, 215, 225, 0) 0%,
        rgba(216, 215, 225, 0.45) 55%,
        #D8D7E1 100%
    );
    pointer-events: none;
}

.gr2-hero__bg .gr2-hero__bg-img--desktop {
    display: block;
}

.gr2-hero__bg .gr2-hero__bg-img--mobile {
    display: none;
}

.gr2-hero .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}

/* ── centered headline ─────────────────────────────────────── */
.gr2-hero__copy {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 14px;
    padding: 12px 0 0;
}

.gr2-hero h1 {
    font-size: clamp(2.1rem, 4.4vw, 3.35rem);
    letter-spacing: -0.03em;
    margin: 0 auto;
    max-width: 18ch;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.12;
}

@media (max-width: 768px) {
    .gr2-hero h1 {
        max-width: none;
    }
}

.gr2-hero h1 .grad {
    background: var(--gradient-purple-soft);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ── booking form: solid white card ────────────────────────── */
.gr2-hero .gr2-booking {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: none;
    background: #fff;
    border: 1px solid rgba(16, 35, 59, 0.06);
    box-shadow: 0 18px 50px rgba(16, 35, 59, 0.1);
    padding: 24px 24px 20px;
}

.gr2-hero .btn-primary {
    background: var(--gradient-purple);
    box-shadow: 0 12px 30px rgba(90, 25, 140, 0.26);
}

.gr2-hero .btn-primary:hover {
    box-shadow: 0 18px 40px rgba(90, 25, 140, 0.34);
}

.gr2-hero .gr2-control:focus-within {
    border-color: var(--brand-2);
    box-shadow: 0 0 0 4px rgba(90, 25, 140, 0.12);
}

.gr2-hero .gr2-control > i,
.gr2-hero .gr2-age-info {
    color: var(--brand-2);
}

.gr2-hero .gr2-control.is-placeholder > i {
    color: var(--muted);
}

.gr2-hero .gr2-form-extra {
    justify-content: flex-start;
}

/* spacer — car area between booking and USPs */
.gr2-hero__stage {
    flex: 1 1 auto;
    min-height: 200px;
    pointer-events: none;
}

/* ── USP strip pinned to bottom of hero ────────────────────── */
.gr2-hero__usps {
    list-style: none;
    margin: auto auto 0;
    padding: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    max-width: 1180px;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Desktop: bg tall enough that the car sits above the 6 icons */
@media (min-width: 1025px) {
    .gr2-hero {
        min-height: max(100svh, 920px);
    }

    .gr2-hero__bg {
        min-height: 720px;
    }

    .gr2-hero__bg .gr2-hero__bg-img--desktop {
        height: 111%;
    }

    .gr2-hero__stage {
        min-height: 420px;
    }
}

/* mobile copy lives in trust section — hidden on desktop */
.gr2-trust__usps {
    display: none;
}

.gr2-hero__usps li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
    padding: 0 12px 6px;
    border-right: 1px solid rgba(16, 35, 59, 0.14);
}

.gr2-hero__usps li:last-child {
    border-right: none;
}

.gr2-hero__usp-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    color: var(--brand-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gr2-hero__usp-icon svg {
    width: 40px;
    height: 40px;
    display: block;
}

.gr2-hero__usps span:last-child {
    font-family: var(--font-head);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
    letter-spacing: 0.01em;
}

/* ── Booking form ────────────────────────────────────────── */
.gr2-booking {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1080px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 26px;
    text-align: left;
}

.gr2-booking__discount {
    position: absolute;
    top: -20px;
    right: -12px;
    width: 74px;
    height: auto;
    z-index: 4;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
    animation: pop 0.6s var(--ease) both;
}

.gr2-form-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 14px;
    align-items: end;
}

.gr2-check.gr2-check--return-mobile {
    display: none !important;
}

.gr2-check.gr2-check--return-desktop {
    display: inline-flex;
}

.gr2-booking:has(#f_return_location_check:checked) .gr2-check--return-mobile .box {
    background: var(--brand-2);
    border-color: var(--brand-2);
}

.gr2-booking:has(#f_return_location_check:checked) .gr2-check--return-mobile .box::after {
    opacity: 1;
    transform: scale(1);
}

.gr2-field {
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 0;
}

.gr2-field > label {
    font-family: var(--font-head);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 7px;
    padding-left: 2px;
}

.gr2-field__error {
    display: none;
    margin-top: 6px;
    padding-left: 2px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
    color: #d62828;
}

.gr2-field.is-error .gr2-field__error {
    display: block;
}

.gr2-field.is-error > label {
    color: #d62828;
}

.gr2-field.is-error .gr2-control,
.gr2-field.is-error .loc-select__trigger,
.gr2-field.is-error .selectTime {
    border-color: #e04545 !important;
    box-shadow: 0 0 0 3px rgba(214, 40, 40, 0.12);
}

.gr2-field.is-error .gr2-control:focus-within,
.gr2-field.is-error .loc-select.is-open .loc-select__trigger,
.gr2-field.is-error .loc-select__trigger:focus {
    border-color: #d62828 !important;
    box-shadow: 0 0 0 4px rgba(214, 40, 40, 0.16);
}

.gr2-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 0 12px;
    height: 54px;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.gr2-control:focus-within {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(13, 159, 181, 0.14);
}

.gr2-control > i {
    color: var(--brand);
    font-size: 1rem;
    flex-shrink: 0;
    z-index: 1;
}

.gr2-control.is-placeholder > i {
    color: var(--muted);
}

.gr2-field-placeholder {
    position: absolute;
    left: 40px;
    right: 12px;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 0.98rem;
    line-height: 1.3;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
}

.gr2-control:not(.is-placeholder) .gr2-field-placeholder {
    display: none;
}

.gr2-control select,
.gr2-control input {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font-body);
    /* 16px minimum — prevents iOS auto-zoom on focus */
    font-size: 16px;
    color: var(--ink);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* flatpickr altInput is type=text; keep it ≥16px too */
.gr2-control .flatpickr-input,
.gr2-control input.flatpickr-input {
    font-size: 16px !important;
}

/* flatpickr calendar month/year fields — also zoom if <16px */
.flatpickr-calendar .numInputWrapper input,
.flatpickr-calendar .flatpickr-monthDropdown-months,
.flatpickr-calendar input.cur-year {
    font-size: 16px !important;
}

.gr2-control.is-placeholder input[type="date"] {
    color: transparent;
}

.gr2-control.is-placeholder input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}

.gr2-control.is-placeholder input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.55;
}

/* country-grouped location select */
.gr2 .loc-select {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: left;
    text-transform: none;
}

.gr2 .loc-select.is-open {
    z-index: 60;
}

.gr2 .loc-select__native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.gr2 .loc-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 54px;
    min-height: 54px;
    padding: 0 12px;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 0.98rem;
    line-height: 1.3;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.gr2 .loc-select.is-open .loc-select__trigger,
.gr2 .loc-select__trigger:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(13, 159, 181, 0.14);
    outline: none;
}

.gr2 .loc-select__value {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gr2 .loc-select__value i,
.gr2 .loc-select__option i {
    width: 18px;
    text-align: center;
    color: var(--brand);
    flex-shrink: 0;
}

.gr2 .loc-select__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gr2 .loc-select.is-placeholder .loc-select__text {
    color: var(--muted);
}

.gr2 .loc-select.is-placeholder .loc-select__value i {
    color: var(--muted);
}

.gr2 .loc-select__chevron {
    color: var(--muted);
    font-size: 12px;
    transition: transform 0.2s ease;
}

.gr2 .loc-select.is-open .loc-select__chevron {
    transform: rotate(180deg);
}

.gr2 .loc-select__menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 50;
    max-height: 320px;
    overflow: auto;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: 0 12px 28px rgba(15, 35, 60, 0.14);
}

.gr2 .loc-select__country {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #eef2f7;
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 700;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.gr2 .loc-select__country:first-child {
    border-top: 0;
    border-radius: calc(var(--radius-sm) - 1px) calc(var(--radius-sm) - 1px) 0 0;
}

.gr2 .loc-select__country img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.gr2 .loc-select__option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border: 0;
    background: #fff;
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 0.92rem;
    text-align: left;
    cursor: pointer;
}

.gr2 .loc-select__option:hover,
.gr2 .loc-select__option.is-selected {
    background: #f3f7fa;
}

.gr2 .loc-select__option.is-selected {
    font-weight: 600;
    color: var(--brand);
}

.gr2-control input[type="date"] {
    cursor: text;
}

.gr2-datetime {
    display: grid;
    grid-template-columns: 1.65fr 0.72fr;
    gap: 8px;
}

/* custom time dropdown */
.gr2 .selectTime {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    height: 54px;
    padding: 0 10px;
    font-size: 16px;
    color: var(--ink);
    cursor: pointer;
    user-select: none;
    transition: border-color 0.25s;
}

.gr2 .selectTime:hover {
    border-color: var(--brand);
}

.gr2 .selectTime::after {
    content: "\f078";
    font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 0.7rem;
    color: var(--muted);
}

.gr2 .select-time-selected {
    pointer-events: none;
}

.gr2 .selectTime.is-placeholder .select-time-selected {
    color: var(--muted);
}

.gr2 .selectTime.is-placeholder {
    color: var(--muted);
}

.gr2 .list-times {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    min-width: 110px;
    max-height: 240px;
    overflow: auto;
    background: #fff;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.gr2 .list-times.list-times-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gr2 .list-times span {
    display: block;
    padding: 11px 14px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.gr2 .list-times span:hover {
    background: rgba(13, 159, 181, 0.1);
    color: var(--brand-dark);
}

.gr2-search-btn {
    height: 54px;
    padding: 0 30px;
    font-size: 1.02rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gr2-form-extra {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 26px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.gr2-return-location {
    flex: 1 1 320px;
    margin-top: 14px;
}

.gr2-return-location .gr2-field > label {
    color: var(--brand-dark);
}

/* modern checkbox */
.gr2-check-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gr2-check {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.92rem;
    color: var(--ink-soft);
    user-select: none;
}

.gr2-check input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.gr2-check .box {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid var(--line-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.gr2-check .box::after {
    content: "\f00c";
    font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.62rem;
    color: #fff;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.2s, transform 0.2s;
}

.gr2-check input:checked + .box {
    background: var(--brand-2);
    border-color: var(--brand-2);
}

.gr2-check input:checked + .box::after {
    opacity: 1;
    transform: scale(1);
}

.gr2-age-info {
    position: relative;
    display: inline-flex;
    color: var(--brand-2);
    cursor: help;
}

.gr2-age-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    max-width: 78vw;
    background: #fff;
    color: var(--ink-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    padding: 12px 14px;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 30;
}

.gr2-age-tooltip strong {
    display: block;
    color: var(--ink);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.gr2-age-tooltip p {
    margin-bottom: 5px;
}

.gr2-age-info:hover .gr2-age-tooltip,
.gr2-age-info:focus-within .gr2-age-tooltip {
    opacity: 1;
    visibility: visible;
}

/* ══════════════════════════════════════════════════════════
   TRUST / REVIEWS BAR
   ══════════════════════════════════════════════════════════ */
.gr2-trust {
    position: relative;
    z-index: 0;
    padding: 24px 0 40px;
    background: transparent;
    border-top: none;
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.gr2-trust__label {
    font-family: var(--font-head);
    font-weight: 600;
    color: var(--ink-soft);
    font-size: 0.98rem;
    margin-bottom: 18px;
}

.gr2-trust__accent {
    color: var(--brand-2);
    font-weight: 700;
}

.gr2-trust__logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 260px));
    justify-content: center;
    gap: 16px;
}

.gr2-trust__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 92px;
    padding: 16px 20px;
    border: 1px solid rgba(16, 35, 59, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 35, 59, 0.06);
    text-decoration: none;
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
}

.gr2-trust__card:hover {
    transform: translateY(-4px);
    border-color: rgba(90, 25, 140, 0.22);
    box-shadow: 0 16px 36px rgba(16, 35, 59, 0.1);
}

.gr2-trust__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}

.gr2-trust__mark {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.gr2-trust__brand--trustpilot .gr2-trust__mark {
    width: 20px;
    height: 20px;
}

.gr2-trust__wordmark {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

.gr2-trust__wordmark--google {
    display: inline-flex;
    letter-spacing: -0.04em;
    font-size: 1.12rem;
}

.gr2-trust__wordmark--google span:nth-child(1) { color: #4285F4; }
.gr2-trust__wordmark--google span:nth-child(2) { color: #EA4335; }
.gr2-trust__wordmark--google span:nth-child(3) { color: #FBBC05; }
.gr2-trust__wordmark--google span:nth-child(4) { color: #4285F4; }
.gr2-trust__wordmark--google span:nth-child(5) { color: #34A853; }
.gr2-trust__wordmark--google span:nth-child(6) { color: #EA4335; }

.gr2-trust__wordmark--trustpilot {
    color: #191919;
    font-size: 1.02rem;
}

.gr2-trust__wordmark--facebook {
    color: #1877F2;
    font-size: 1.08rem;
    letter-spacing: -0.03em;
    text-transform: lowercase;
}

.gr2-trust__rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gr2-trust__rating b {
    font-family: var(--font-head);
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a2b4a;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.gr2-trust__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.gr2-trust__stars i {
    width: 16px;
    height: 16px;
    display: block;
    background: currentColor;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.gr2-trust__stars--gold { color: #f4b400; }
.gr2-trust__stars--blue { color: #1877f2; }

.gr2-trust__tp-boxes {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.gr2-trust__tp-boxes i {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background: #00b67a;
    display: block;
    position: relative;
}

.gr2-trust__tp-boxes i::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #fff;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

/* ══════════════════════════════════════════════════════════
   FEATURE CARDS
   ══════════════════════════════════════════════════════════ */
.gr2-features {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

.gr2-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.gr2-card {
    position: relative;
    background-color: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 40px 34px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s;
    text-align: center;
}

.gr2-card.gr2-pattern-dots::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 72px;
    height: 72px;
    background-image: radial-gradient(rgba(13, 159, 181, 0.12) 1.5px, transparent 1.5px);
    background-size: 11px 11px;
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.gr2-card > * {
    position: relative;
    z-index: 1;
}

.gr2-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-light), var(--brand-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s var(--ease);
}

.gr2-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.gr2-card:hover::before {
    transform: scaleX(1);
}

.gr2-card__icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    background: var(--gradient-brand);
    box-shadow: var(--shadow-brand);
    margin: 0 auto 24px;
    transition: transform 0.4s var(--ease);
}

.gr2-card:hover .gr2-card__icon {
    transform: rotate(-8deg) scale(1.08);
}

.gr2-card h3 {
    font-family: var(--font-head);
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 12px;
}

.gr2-card p {
    color: var(--ink-soft);
    font-size: 1.02rem;
    line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════
   FLEET — INFINITE MARQUEE SLIDER
   ══════════════════════════════════════════════════════════ */
.gr2-fleet {
    overflow: hidden;
    background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
}

.gr2-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    touch-action: pan-x;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.gr2-marquee.is-dragging {
    cursor: grabbing;
}

.gr2-marquee.is-dragging .gr2-car,
.gr2-marquee.is-dragging a {
    pointer-events: none;
}

.gr2-marquee__track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: marquee 48s linear infinite;
    will-change: transform;
}

.gr2-marquee__track.is-manual {
    animation: none !important;
}

.gr2-marquee .gr2-car img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.gr2-car {
    width: 320px;
    flex-shrink: 0;
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    background:
        radial-gradient(ellipse 58% 58% at 0% 0%, rgba(13, 159, 181, 0.2) 0%, transparent 100%),
        radial-gradient(ellipse 58% 58% at 100% 0%, rgba(13, 159, 181, 0.16) 0%, transparent 100%),
        radial-gradient(ellipse 58% 58% at 0% 100%, rgba(13, 159, 181, 0.14) 0%, transparent 100%),
        radial-gradient(ellipse 58% 58% at 100% 100%, rgba(13, 159, 181, 0.16) 0%, transparent 100%),
        #fff;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.gr2-car:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    background:
        radial-gradient(ellipse 62% 62% at 0% 0%, rgba(13, 159, 181, 0.24) 0%, transparent 100%),
        radial-gradient(ellipse 62% 62% at 100% 0%, rgba(13, 159, 181, 0.2) 0%, transparent 100%),
        radial-gradient(ellipse 62% 62% at 0% 100%, rgba(13, 159, 181, 0.18) 0%, transparent 100%),
        radial-gradient(ellipse 62% 62% at 100% 100%, rgba(13, 159, 181, 0.2) 0%, transparent 100%),
        #fff;
}

.gr2-car__img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: var(--radius);
}

.gr2-car__img img {
    max-height: 130px;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s var(--ease);
}

.gr2-car:hover .gr2-car__img img {
    transform: scale(1.06);
}

.gr2-car h3,
.gr2-car__name {
    font-family: var(--font-head);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.gr2-marquee__clone {
    display: contents;
}

.gr2-car__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gr2-car__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: var(--ink-soft);
    background: var(--bg-2);
    padding: 6px 11px;
    border-radius: 8px;
}

.gr2-car__tag i {
    color: var(--brand);
    font-size: 0.8rem;
}

.gr2-section--dark .btn-ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: none;
}

.gr2-section--dark .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.gr2-fleet__cta {
    text-align: center;
    margin-top: 36px;
}

/* ══════════════════════════════════════════════════════════
   BLOG
   ══════════════════════════════════════════════════════════ */
.gr2-blog {
    background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
}

.gr2-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.gr2-post {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.gr2-post.gr2-pattern-dots::after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 72px;
    height: 72px;
    background-image: radial-gradient(rgba(13, 159, 181, 0.16) 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.65;
    pointer-events: none;
    z-index: 1;
}

.gr2-post:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.gr2-post__img {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.gr2-post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s var(--ease);
}

.gr2-post:hover .gr2-post__img img {
    transform: scale(1.07);
}

.gr2-post__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.gr2-post__body h3 {
    font-size: 1.16rem;
    line-height: 1.35;
    margin-bottom: 16px;
}

.gr2-post__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-weight: 700;
    color: var(--brand-dark);
    font-size: 0.95rem;
}

.gr2-post__link i {
    transition: transform 0.3s var(--ease);
}

.gr2-post:hover .gr2-post__link i {
    transform: translateX(5px);
}

/* ══════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════ */
.gr2-footer {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: auto;
    box-sizing: border-box;
    background: linear-gradient(180deg, #f3f5f8 0%, #eceff3 100%);
    color: var(--ink);
    padding: 0;
    border-top: 1px solid var(--line);
    flex-shrink: 0;
    align-self: stretch;
}

.gr2-footer__compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 0 14px;
    gap: 10px;
}

.gr2-footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gr2-footer__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--line-strong);
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s;
}

.gr2-footer__socials a:hover {
    transform: translateY(-2px);
    border-color: var(--brand);
    box-shadow: 0 8px 20px rgba(13, 159, 181, 0.14);
}

.gr2-footer__socials img {
    width: 22px;
    height: auto;
    display: block;
}

.gr2-footer__legal {
    max-width: 920px;
}

.gr2-footer__legal p {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    padding: 2px 0;
    color: var(--ink-soft);
}

.gr2-footer__copy {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    background: #1a2332;
    text-align: center;
    padding: 8px 0;
}

.gr2-footer__copy p {
    width: min(92%, 920px);
    margin: 0 auto;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.72);
}

.gr2-footer__copy a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.gr2-footer__copy a:hover {
    text-decoration: underline;
}

/* ══════════════════════════════════════════════════════════
   SCROLL REVEAL ANIMATIONS
   ══════════════════════════════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
    will-change: opacity, transform;
}

.reveal.in-view {
    opacity: 1;
    transform: none;
}

.reveal[data-delay="1"] { transition-delay: 0.09s; }
.reveal[data-delay="2"] { transition-delay: 0.18s; }
.reveal[data-delay="3"] { transition-delay: 0.27s; }
.reveal[data-delay="4"] { transition-delay: 0.36s; }

.hero-animate {
    opacity: 0;
    transform: translateY(26px);
    animation: heroUp 0.9s var(--ease) forwards;
}

.hero-animate.d1 { animation-delay: 0.05s; }
.hero-animate.d2 { animation-delay: 0.18s; }
.hero-animate.d3 { animation-delay: 0.32s; }
.hero-animate.d4 { animation-delay: 0.46s; }

@keyframes heroUp {
    to { opacity: 1; transform: none; }
}

@keyframes floaty {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(24px, -30px) scale(1.08); }
}

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-22px); }
}

@keyframes floatX {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(18px); }
}

@keyframes spinSlow {
    to { transform: rotate(360deg); }
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes pop {
    0% { opacity: 0; transform: scale(0.5) rotate(-12deg); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}

/* ══════════════════════════════════════════════════════════
   SHOWCASE (hero image + why we stand out)
   ══════════════════════════════════════════════════════════ */
.gr2-showcase {
    background:
        radial-gradient(50% 80% at 100% 20%, rgba(90, 25, 140, 0.12), transparent 55%),
        radial-gradient(45% 70% at 0% 80%, rgba(13, 159, 181, 0.1), transparent 50%),
        linear-gradient(180deg, #101820 0%, #0c1520 100%);
    color: #dde6ef;
}

.gr2-showcase .section-head h2,
.gr2-showcase__text h2 {
    color: #fff;
}

.gr2-showcase .eyebrow {
    color: var(--brand-light);
    background: rgba(13, 159, 181, 0.14);
    border: 1px solid rgba(13, 159, 181, 0.22);
}

.gr2-showcase__text > p {
    color: rgba(221, 230, 239, 0.62);
    font-size: 1.05rem;
    margin-bottom: 26px;
}

.gr2-showcase__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 54px;
    align-items: center;
}

.gr2-showcase__media {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    isolation: isolate;
}

.gr2-showcase__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(106, 212, 227, 0.12), rgba(13, 159, 181, 0.18));
    z-index: 1;
}

.gr2-showcase__media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.7s var(--ease);
}

.gr2-showcase__media:hover img {
    transform: scale(1.08);
}

.gr2-showcase__badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-radius: var(--radius);
    padding: 14px 18px;
    box-shadow: var(--shadow-md);
}

.gr2-showcase__badge b {
    display: block;
    font-family: var(--font-head);
    font-size: 1.35rem;
    color: var(--brand-dark);
    line-height: 1;
}

.gr2-showcase__badge span {
    font-size: 0.82rem;
    color: var(--muted);
}

.gr2-showcase__text h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    letter-spacing: -0.02em;
    margin: 14px 0 12px;
}

.gr2-showcase__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 26px;
    margin-bottom: 30px;
}

.gr2-standout {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.gr2-standout__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #fff;
    background: var(--gradient-brand);
    box-shadow: var(--shadow-brand);
}

.gr2-standout b {
    display: block;
    font-family: var(--font-head);
    font-size: 1.02rem;
    margin-bottom: 3px;
    color: #fff;
}

.gr2-standout p {
    color: rgba(221, 230, 239, 0.58);
    font-size: 0.92rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   GOOGLE REVIEWS
   ══════════════════════════════════════════════════════════ */
.gr2-reviews {
    background:
        radial-gradient(60% 80% at 10% 0%, rgba(13, 159, 181, 0.12), transparent 55%),
        radial-gradient(50% 70% at 95% 100%, rgba(90, 25, 140, 0.14), transparent 50%),
        linear-gradient(180deg, #0c1520 0%, #101820 45%, #0f1a24 100%);
    color: #dde6ef;
}

.gr2-reviews .section-head h2 {
    color: #fff;
}

.gr2-reviews .section-head p {
    color: rgba(221, 230, 239, 0.62);
}

.gr2-reviews .eyebrow {
    color: var(--brand-light);
    background: rgba(13, 159, 181, 0.14);
    border: 1px solid rgba(13, 159, 181, 0.22);
}

.gr2-reviews .eyebrow i {
    color: #4285F4;
}

.gr2-reviews__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 26px;
    align-items: stretch;
}

.gr2-gwidget {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(8px);
}

.gr2-gwidget__brand {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    margin-bottom: 12px;
}

.gr2-gwidget__g {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}

.gr2-gwidget__label {
    color: rgba(221, 230, 239, 0.55);
    font-size: 1.05rem;
    font-weight: 600;
}

.gr2-gwidget__score {
    font-family: var(--font-head);
    font-size: 4.4rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.gr2-gwidget__stars {
    color: #FBBC05;
    font-size: 1.3rem;
    letter-spacing: 3px;
    margin: 12px 0 10px;
}

.gr2-gwidget__count {
    color: rgba(221, 230, 239, 0.55);
    font-size: 0.95rem;
    max-width: 24ch;
    margin: 0 auto 22px;
    line-height: 1.5;
}

.gr2-gwidget .btn {
    width: 100%;
}

.gr2-gwidget__write {
    display: inline-block;
    margin-top: 14px;
    color: var(--brand-light);
    font-weight: 600;
    font-size: 0.9rem;
}

.gr2-gwidget__write:hover {
    text-decoration: underline;
}

.gr2-reviews__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.gr2-review {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    padding: 24px;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
    overflow: hidden;
}

.gr2-review.gr2-pattern-dots::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 52px;
    height: 52px;
    background-image: radial-gradient(rgba(13, 159, 181, 0.22) 1.5px, transparent 1.5px);
    background-size: 9px 9px;
    opacity: 0.75;
    pointer-events: none;
}

.gr2-review:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
    border-color: rgba(13, 159, 181, 0.28);
}

.gr2-review__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.gr2-review__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 700;
    color: #fff;
    background: var(--gradient-brand);
    flex-shrink: 0;
}

.gr2-review__head b {
    font-family: var(--font-head);
    font-size: 1rem;
    color: #fff;
}

.gr2-review__stars {
    color: #FBBC05;
    font-size: 0.82rem;
    letter-spacing: 2px;
    margin-top: 2px;
}

.gr2-review__g {
    margin-left: auto;
    color: #4285F4;
    font-size: 1.1rem;
}

.gr2-review p {
    color: rgba(221, 230, 239, 0.72);
    font-size: 0.95rem;
    line-height: 1.6;
}

.gr2-reviews__map {
    margin-top: 30px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 0;
}

.gr2-reviews__map iframe {
    display: block;
    filter: saturate(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .gr2-marquee__track { animation: none; }
    .reveal, .hero-animate { transition: none; animation: none; opacity: 1; transform: none; }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .gr2-hero__copy {
        max-width: 100%;
        margin-bottom: 22px;
    }

    .gr2-hero__usps--desktop {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 0;
        max-width: 720px;
    }

    .gr2-hero__usps--desktop li {
        border-right: 1px solid rgba(16, 35, 59, 0.14);
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 6px;
    }

    .gr2-hero__usps--desktop li:nth-child(3n) {
        border-right: none;
    }

    .gr2-hero__usps--desktop li:last-child {
        border-right: none;
    }

    .gr2-hero__stage {
        flex: 1 1 auto;
        min-height: 160px;
        height: auto;
    }

    .gr2-cards,
    .gr2-blog__grid { grid-template-columns: repeat(2, 1fr); }

    .gr2-form-row { grid-template-columns: 1fr 1fr; }

    .gr2-search-btn { grid-column: 1 / -1; }

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

@media (max-width: 960px) {
    .gr2-showcase__grid { grid-template-columns: 1fr; gap: 34px; }

    .gr2-reviews__grid { grid-template-columns: 1fr; }

    .gr2-gwidget { position: static; }
}

@media (max-width: 860px) {
    .gr2-nav__links,
    .gr2-nav__cta { display: none; }

    .gr2-nav__burger { display: inline-flex; }
}

@media (max-width: 720px) {
    .gr2 section:not(.gr2-hero):not(.gr2-fleet),
    .gr2-trust {
        overflow-x: clip;
        max-width: 100%;
    }

    .gr2 section,
    .gr2-features,
    .gr2-showcase,
    .gr2-fleet,
    .gr2-reviews,
    .gr2-blog {
        padding: 42px 0;
    }

    .gr2 .section-head {
        margin-bottom: 28px;
    }

    /* touch-swipe fleet cars */
    .gr2-fleet {
        overflow-x: visible;
    }

    .gr2-marquee {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        cursor: grab;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .gr2-marquee::-webkit-scrollbar {
        display: none;
    }

    .gr2-marquee__track {
        animation: none;
        padding: 0 4%;
    }

    .gr2 section.gr2-hero,
    .gr2-hero {
        padding: 66px 0 0;
        overflow: visible;
        min-height: 100vh;
        min-height: 100svh;
        /* keep nav above trust/USP (fixed nav lives inside hero) */
        z-index: auto;
        isolation: auto;
        background: transparent;
    }

    .gr2-hero .container {
        overflow: visible;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        align-items: center;
    }

    /* car stays in hero; studio band fills USP + logos */
    .gr2-hero__bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
    }

    .gr2-hero__bg .gr2-hero__bg-img--desktop {
        display: none;
    }

    .gr2-hero__bg .gr2-hero__bg-img--mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transform: none;
    }

    .gr2-hero__bg::after {
        height: clamp(56px, 10vh, 100px);
        background: linear-gradient(
            to bottom,
            rgba(216, 215, 225, 0) 0%,
            rgba(216, 215, 225, 0.45) 50%,
            #D8D7E1 100%
        );
        pointer-events: none;
    }

    .gr2-hero__copy {
        max-width: 95%;
        padding-top: 4px;
        padding-bottom: 0;
        margin-bottom: 14px;
    }

    .gr2-hero h1 {
        max-width: none;
        font-size: clamp(2.15rem, 8.5vw, 2.75rem);
        line-height: 1.12;
    }

    .gr2-hero .gr2-booking {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        max-width: 95%;
        padding: 12px 14px;
        overflow: visible;
        background: #fff;
        box-sizing: border-box;
    }

    .gr2-hero__stage {
        flex: 1 1 auto;
        min-height: 330px;
        height: auto;
    }

    /* USPs move into trust section on mobile */
    .gr2-hero__usps--desktop {
        display: none;
    }

    .gr2-trust {
        position: relative;
        z-index: 0;
        padding-top: 0;
        background: #D8D7E1;
    }

    .gr2-trust__usps {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 0;
        margin: 0 auto 22px;
        padding: 0;
        padding-top: 0;
        max-width: 95%;
        width: 95%;
        position: relative;
        z-index: 0;
    }

    .gr2-trust__usps li {
        justify-content: flex-start;
        border-right: 1px solid rgba(16, 35, 59, 0.14);
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 6px;
    }

    .gr2-trust__usps li:nth-child(odd) {
        border-right: 1px solid rgba(16, 35, 59, 0.14);
    }

    .gr2-trust__usps li:nth-child(even) {
        border-right: none;
    }

    .gr2-trust__usps .gr2-hero__usp-icon {
        width: 36px;
        height: 36px;
    }

    .gr2-trust__usps .gr2-hero__usp-icon svg {
        width: 34px;
        height: 34px;
    }

    .gr2-trust__usps span:last-child {
        font-size: 0.84rem;
    }

    .gr2-cards,
    .gr2-blog__grid { grid-template-columns: 1fr; }

    .gr2-booking {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: visible;
        box-sizing: border-box;
    }

    .gr2-form-row {
        display: contents;
    }

    .gr2-booking__discount {
        top: -18px;
        right: -10px;
        width: 62px;
        z-index: 5;
    }

    .gr2-field {
        width: 100%;
        min-width: 0;
    }

    .gr2-field > label {
        margin-bottom: 2px;
        font-size: 0.66rem;
    }

    .gr2-field--pickup { order: 1; }
    .gr2-check.gr2-check--return-mobile { order: 2; display: inline-flex !important; }
    .gr2-check.gr2-check--return-desktop { display: none !important; }
    .gr2-return-location {
        order: 3;
        flex: none;
        width: 100%;
        min-width: 0;
        margin-top: 0;
    }
    .gr2-field--date-from { order: 4; }
    .gr2-field--date-to { order: 5; }
    .gr2-search-btn {
        order: 6;
        width: 100%;
        height: 42px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
        font-size: 0.95rem;
    }
    .gr2-form-extra {
        order: 7;
        margin-top: 0;
        padding-top: 6px;
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }

    .gr2-check.gr2-check--return-mobile,
    .gr2-form-extra .gr2-check {
        font-family: var(--font-head);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--muted);
    }

    .gr2-form-extra .gr2-check-wrap,
    .gr2-form-extra .gr2-check {
        justify-content: center;
        text-align: center;
    }

    .gr2-datetime {
        grid-template-columns: minmax(0, 1.55fr) minmax(76px, 0.78fr);
        gap: 6px;
        min-width: 0;
    }

    .gr2-control {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: 42px;
        padding: 0 10px;
    }

    .gr2-control input[type="date"],
    .gr2-control .flatpickr-input,
    .gr2-control input.flatpickr-input,
    .gr2-control select,
    .gr2-control input {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        flex: 1 1 0;
        -webkit-min-logical-width: 0;
        font-size: 16px !important;
    }

    .gr2-field--pickup .loc-select__trigger,
    .gr2-return-location .loc-select__trigger {
        font-size: 16px !important;
        height: 42px;
        min-height: 42px;
    }

    .gr2 .loc-select__menu {
        max-height: min(320px, 55vh);
    }

    .gr2 .selectTime {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        height: 42px;
        padding: 0 8px;
        font-size: 16px !important;
    }

    .gr2 .list-times {
        left: 0;
        right: 0;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .gr2-form-extra .gr2-age-tooltip {
        max-width: min(260px, calc(100vw - 32px));
    }

    .gr2-trust__logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 95%;
        margin: 0 auto;
        gap: 8px;
    }

    .gr2-trust__card {
        padding: 10px 8px;
        min-height: 0;
        gap: 6px;
        border-radius: 12px;
    }

    .gr2-trust__brand {
        gap: 5px;
    }

    .gr2-trust__mark {
        width: 16px;
        height: 16px;
    }

    .gr2-trust__brand--trustpilot .gr2-trust__mark {
        width: 14px;
        height: 14px;
    }

    .gr2-trust__wordmark,
    .gr2-trust__wordmark--google,
    .gr2-trust__wordmark--trustpilot,
    .gr2-trust__wordmark--facebook {
        font-size: 0.72rem;
    }

    .gr2-trust__rating b {
        font-size: 0.85rem;
    }

    .gr2-trust__stars i,
    .gr2-trust__tp-boxes i {
        width: 10px;
        height: 10px;
    }

    .gr2-showcase__list { grid-template-columns: 1fr; }
}

/* utilities preserved */
.f-size-12 { font-size: 12px !important; }
.f-weight-600 { font-weight: 600; }
.text-uppercase { text-transform: uppercase; }
.no-pad { padding: 0 !important; }

@media (max-width: 768px) {
    .md-d-none { display: none !important; }
}