:root {
    --bg: #f4f1eb;
    --surface: #ffffff;
    --surface-soft: #fbf8f3;
    --ink: #151515;
    --muted: #69635b;
    --line: #dfd8ce;
    --accent: #f2b233;
    --accent-deep: #d18c00;
    --dark: #101010;
    --ok: #178a6b;
    --danger: #bd4d28;
    --max: 1200px;
    --radius: 24px;
    --radius-lg: 34px;
    --shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top right, rgba(242, 178, 51, 0.16), transparent 26%),
        linear-gradient(180deg, #f6f2ec 0%, #f1ece5 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 34px), var(--max)); margin: 0 auto; }
.page-section { padding: 72px 0; }
.narrow { max-width: 820px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(14px);
    background: rgba(244, 241, 235, 0.84);
    border-bottom: 1px solid rgba(21, 21, 21, 0.06);
}

.header-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 84px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand__mark {
    width: 50px;
    height: 50px;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    background: var(--dark);
    color: var(--accent);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.brand__text,
.section-head,
.contact-form label { display: grid; gap: 4px; }

.brand__text strong,
.site-nav a,
h1, h2, h3 {
    font-family: "Space Grotesk", sans-serif;
}

.brand__text small,
.muted,
.dark-lead,
.metric span,
.info-card span,
.faq-item p { color: var(--muted); }

.site-footer {
    padding: 0;
    color: #d8d0c4;
}

.site-footer__band {
    padding: 34px 0 24px;
    background: linear-gradient(180deg, #111111 0%, #1a1714 100%);
}

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

.footer-top__brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-top__brand strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1rem;
}

.footer-top__brand p,
.footer-bottomline {
    margin: 0;
    color: rgba(255,255,255,0.62);
}

.footer-top__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-top__phone,
.footer-top__wa {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-top__phone {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-weight: 700;
}

.footer-top__wa {
    background: var(--accent);
    border: 1px solid var(--accent);
    color: var(--dark);
    font-weight: 800;
}

.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 18px;
}

.footer-top__brand p,
.footer-meta {
    font-size: .94rem;
}

.footer-inline-links,
.footer-meta,
.social-list--footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-inline-links {
    gap: 18px;
}

.footer-inline-links a,
.footer-meta a,
.social-list--footer a {
    color: rgba(255,255,255,0.78);
}

.footer-meta {
    justify-content: flex-end;
    gap: 14px 18px;
    color: rgba(255,255,255,0.62);
}

.footer-inline-links a {
    font-weight: 600;
}

.footer-top__actions a,
.footer-inline-links a,
.footer-meta a,
.social-list--footer a {
    transition: color .2s ease, opacity .2s ease, background-color .2s ease, border-color .2s ease;
}

.footer-top__phone:hover,
.footer-inline-links a:hover,
.footer-meta a:hover,
.social-list--footer a:hover {
    color: #fff;
}

.footer-top__wa:hover {
    filter: brightness(1.03);
}

.footer-hours::before {
    content: '•';
    margin-right: 8px;
    color: rgba(255,255,255,0.28);
}

.social-list { gap: 10px; }

.social-list--footer {
    gap: 12px;
}

.social-list a {
    color: var(--muted);
}

.footer-bottomline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: .9rem;
}

.social-list { gap: 10px; }

.social-list a {
    color: var(--muted);
}

.api-shell {
    border-radius: 18px;
    overflow: hidden;
}

.booking-band-wrap {
    margin-top: -58px;
    position: relative;
    z-index: 6;
}

.booking-bar {
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr 1.35fr .9fr;
    gap: 8px;
    align-items: end;
}

.booking-bar__item,
.booking-bar__submit {
    display: grid;
    gap: 6px;
}

.booking-bar__item--datetime {
    min-width: 0;
}

.booking-bar__datetime {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 10px;
}

.booking-bar__datetime--single {
    grid-template-columns: 1fr;
}

.booking-bar__item label {
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
}

.booking-bar__item select,
.booking-bar__item input,
.booking-bar__datetime input {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    padding: 0 12px;
}

.booking-bar__datetime--single {
    cursor: pointer;
}

.booking-bar__datetime--single input {
    cursor: pointer;
}

.booking-card--band .eyebrow {
    font-size: .68rem;
    letter-spacing: .11em;
}

.booking-bar__item select:focus,
.booking-bar__item input:focus,
.booking-bar__datetime input:focus {
    outline: none;
    border-color: rgba(242,178,51,.7);
    box-shadow: 0 0 0 4px rgba(242,178,51,.14);
}

.booking-bar__submit .button {
    width: 100%;
}

.booking-card--inline .api-shell--booking {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 1280px) {
    .container { width: min(calc(100% - 28px), var(--max)); }

    .header-bar {
        gap: 16px;
        min-height: 76px;
    }

    .site-nav {
        gap: 20px;
    }

    .hero-copy--full {
        max-width: 600px;
        margin-left: clamp(52px, 7vw, 120px);
    }

    h1 {
        font-size: clamp(2.2rem, 3.1vw, 3.5rem);
    }

    .hero-lead {
        max-width: 620px;
    }

    .fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fleet-collection__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .header-bar {
        grid-template-columns: auto auto;
        grid-template-areas:
            "brand tools"
            "nav nav";
        padding: 14px 0;
    }

    .brand { grid-area: brand; }
    .header-tools { grid-area: tools; justify-content: flex-end; }
    .site-nav { grid-area: nav; justify-content: flex-start; overflow-x: auto; }

    .section-head--with-link,
    .fleet-preview__footer,
    .fleet-collection__intro,
    .fleet-card__actions,
    .fleet-category__head,
    .footer-top,
    .footer-main,
    .footer-bottomline {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-copy,
    .hero-slider,
    .booking-card {
        min-height: auto;
    }

    .hero-full {
        padding-bottom: 0;
    }

    .booking-card__head {
        grid-template-columns: 1fr;
    }

    .booking-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-bar__datetime {
        grid-template-columns: minmax(0, 1fr) 120px;
    }

    .booking-card--band {
        padding: 14px 16px 16px;
    }

    .booking-band-wrap {
        margin-top: 0;
    }

    .hero-bg-slider,
    .hero-overlay {
        min-height: auto;
    }

    .hero-overlay {
        padding: 72px 0 44px;
    }

    .hero-copy--full {
        margin-left: 0;
        max-width: 100%;
    }

    .hero-slider__nav--full {
        bottom: 42px;
    }

    .header-tools {
        gap: 8px;
        flex-wrap: wrap;
    }

    .footer-main,
    .footer-meta {
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 860px) {
    .menu-toggle { display: inline-flex; }

    .fleet-grid,
    .editorial-points,
    .fleet-collection__stats {
        grid-template-columns: 1fr;
    }

    .site-nav {
        display: none;
        flex-direction: column;
        gap: 10px;
        padding: 12px 0 6px;
        width: 100%;
    }

    .site-nav.open { display: flex; }

    .header-bar {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand tools"
            "menu menu"
            "nav nav";
        gap: 14px;
    }

    .menu-toggle {
        grid-area: menu;
        width: fit-content;
        padding-inline: 28px;
    }

    .header-tools {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .site-nav a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(21, 21, 21, 0.08);
    }
}

@media (max-width: 720px) {
    .brand {
        gap: 10px;
        align-items: flex-start;
    }

    .brand__mark {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .brand__text strong {
        font-size: 1.1rem;
    }

    .brand__text small {
        font-size: .9rem;
        line-height: 1.35;
    }

    .header-tools {
        justify-content: flex-start;
        gap: 8px;
    }

    .lang-switch,
    .phone-pill,
    .menu-toggle {
        min-height: 40px;
    }

    .hero-copy,
    .booking-card,
    .editorial-copy,
    .editorial-side,
    .inner-hero,
    .contact-form,
    .fleet-preview__footer,
    .fleet-collection__intro,
    .fleet-collection__note,
    .site-footer__band {
        padding: 22px;
    }

    .page-section { padding: 48px 0; }
    h1 {
        font-size: clamp(2.1rem, 10vw, 2.9rem);
        line-height: 1;
    }

    h2 {
        font-size: clamp(1.55rem, 7vw, 2.2rem);
    }

    .hero {
        padding-bottom: 14px;
    }

    .hero-bg-slider {
        min-height: auto;
    }

    .booking-bar {
        grid-template-columns: 1fr;
    }

    .booking-bar__datetime {
        grid-template-columns: 1fr;
    }

    .hero-slider__nav--full {
        bottom: 24px;
    }

    .hero-overlay {
        padding: 64px 0 56px;
    }

    .hero-copy--full {
        max-width: 100%;
    }

    .hero-lead {
        font-size: .94rem;
        max-width: 100%;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .button {
        width: 100%;
        min-height: 50px;
    }

    .booking-band-wrap {
        margin-top: 0;
    }

    .booking-card--band {
        padding: 14px;
        border-radius: 22px;
    }

    .booking-card--band h2 {
        font-size: 1.35rem;
    }

    .booking-bar__item label {
        font-size: .68rem;
    }

    .section-head--compact {
        margin-bottom: 18px;
    }

    .editorial-points {
        grid-template-columns: 1fr;
    }

    .pricing-table-wrap {
        padding: 10px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 14px;
    }

    .faq-item,
    .info-card,
    .contact-form,
    .inner-hero,
    .editorial-copy,
    .editorial-side {
        border-radius: 20px;
    }

    .footer-top__actions {
        width: 100%;
    }

    .footer-top__phone,
    .footer-top__wa {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .container { width: min(calc(100% - 22px), var(--max)); }

    .site-header {
        backdrop-filter: blur(10px);
    }

    .header-bar {
        min-height: auto;
        padding: 12px 0;
    }

    .brand__text small {
        max-width: 180px;
    }

    .phone-pill {
        width: 100%;
    }

    .hero-overlay {
        padding: 56px 0 44px;
    }

    .eyebrow {
        font-size: .66rem;
        letter-spacing: .1em;
    }

    .eyebrow::before {
        width: 26px;
    }

    .booking-card--band,
    .booking-card,
    .contact-form {
        padding: 12px;
    }

    .booking-bar__item select,
    .booking-bar__item input,
    .booking-bar__datetime input {
        min-height: 46px;
        font-size: .95rem;
    }

    .cta-strip__inner {
        padding: 22px;
        border-radius: 24px;
    }
}


/* Restoration layer after footer refactor */
.site-nav {
    display: flex;
    justify-content: center;
    gap: 26px;
}

.site-nav a {
    color: rgba(21,21,21,0.72);
    font-size: .98rem;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.site-nav a.active,
.site-nav a:hover {
    color: var(--ink);
    border-color: rgba(242,178,51,.32);
    background: rgba(242,178,51,.14);
    transform: translateY(-1px);
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-switch,
.phone-pill,
.menu-toggle {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(21,21,21,0.08);
    background: rgba(255,255,255,0.72);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lang-switch.active,
.phone-pill,
.menu-toggle { font-weight: 700; }
.lang-switch.active {
    background: #fff;
    border-color: rgba(242,178,51,.42);
    color: var(--ink);
    box-shadow: 0 8px 18px rgba(242,178,51,.12);
}
.phone-pill {
    align-self: center;
    min-height: 44px;
    padding: 0 18px;
    background: #fff;
    border-color: rgba(21,21,21,.1);
    box-shadow: 0 10px 20px rgba(17,17,17,.05);
}
.menu-toggle { display: none; }

.hero { padding-bottom: 16px; }
.hero-full { position: relative; }
.hero-bg-slider {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #111;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .35s ease;
    background-size: cover;
    background-position: center;
}
.hero-bg-slide.is-active { opacity: 1; }
.hero-bg-slide--1 { background-image: linear-gradient(rgba(14,14,14,.52), rgba(14,14,14,.52)), url("../img/hero-1.jpg"); }
.hero-bg-slide--2 { background-image: linear-gradient(rgba(14,14,14,.52), rgba(14,14,14,.52)), url("../img/hero-2.jpg"); }
.hero-bg-slide--3 { background-image: linear-gradient(rgba(14,14,14,.52), rgba(14,14,14,.52)), url("../img/hero-3.jpg"); }
.hero-overlay,
.hero-overlay__inner { position: relative; min-height: 560px; }
.hero-overlay { display: flex; align-items: center; }
.hero-copy--full {
    max-width: 760px;
    margin-left: clamp(56px, 6vw, 128px);
    padding: 64px 0 98px;
    color: #fff;
}
.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
h1 {
    margin: 0 0 16px;
    font-size: clamp(2.45rem, 4.1vw, 3.95rem);
    line-height: 1.02;
    max-width: 720px;
}
.hero-lead {
    max-width: 640px;
    margin: 0 0 22px;
    color: rgba(255,255,255,.82);
    font-size: 1.06rem;
    line-height: 1.75;
}
.hero-actions,
.metrics,
.booking-card__head,
.section-head--with-link,
.fleet-preview__footer,
.content-two-col,
.editorial-grid,
.cta-strip__inner,
.footer-grid,
.contact-stack,
.usp-grid,
.fleet-grid {
    display: grid;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .button {
    transform: translateY(0);
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease, color .28s ease;
}
.hero-actions .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(0,0,0,.18);
}
.metrics { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; max-width: 520px; }
.metric {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
}
.metric strong { display: block; color: #fff; font-size: 1.1rem; }
.metric span { color: rgba(255,255,255,.66); }
.hero-slider__nav--full {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.hero-slider__dot {
    width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,.35);
}
.hero-slider__dot.is-active { background: var(--accent); }
.button {
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border: 1px solid transparent;
}
.button-primary { background: var(--accent); color: var(--dark); border-color: var(--accent); }
.button-secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); }
.pricing-hero__copy .button-secondary,
.about-hero__copy .button-secondary,
.contacts-hero__copy .button-secondary,
.about-bottom-cta .button-secondary,
.about-bottom-cta--contacts .button-secondary {
    background: rgba(255,255,255,.94);
    color: var(--ink);
    border-color: rgba(21,21,21,.1);
    box-shadow: 0 10px 20px rgba(17,17,17,.05);
}
.pricing-hero__copy .button-secondary:hover,
.about-hero__copy .button-secondary:hover,
.contacts-hero__copy .button-secondary:hover,
.about-bottom-cta .button-secondary:hover,
.about-bottom-cta--contacts .button-secondary:hover {
    color: var(--ink);
    background: #fff;
    border-color: rgba(242,178,51,.28);
    box-shadow: 0 14px 28px rgba(17,17,17,.08);
}
.section-head--with-link .button-secondary,
.fleet-preview__footer .button-secondary { background: #fff; color: var(--ink); border-color: rgba(21,21,21,.1); }
.section-head--with-link {
    grid-template-columns: minmax(0,1fr) auto;
    align-items: end;
    gap: 18px;
}
.section-head--with-link > div {
    max-width: 760px;
}
.section-head--plain-link {
    gap: 12px 18px;
    margin-bottom: 18px;
}
.section-head--plain-link h2 {
    margin-bottom: 8px;
    font-size: clamp(1.9rem, 3.4vw, 2.4rem);
}
.section-head--plain-link p {
    max-width: 700px;
    margin: 0;
}
.section-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.section-link::after {
    content: "→";
    font-size: 1rem;
    transition: transform .2s ease;
}
.section-link:hover::after {
    transform: translateX(3px);
}
.section-link:hover {
    color: var(--accent-strong);
}
.section-head--fleet {
    padding: 18px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(248,243,235,.96) 100%);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 12px 24px rgba(17,17,17,.04);
}
.section-head--fleet h2 {
    max-width: 540px;
}
.section-head--fleet p {
    max-width: 520px;
    font-size: .98rem;
}
.section-head--fleet {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.section-head--fleet h2,
.section-head--fleet p {
    max-width: none;
}

.booking-band-wrap { margin-top: -56px; position: relative; z-index: 5; }
.booking-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 16px 40px rgba(17,17,17,.08);
}
.booking-card__head { grid-template-columns: 1fr auto; gap: 14px; margin-bottom: 14px; }
.booking-card__head h2 { margin: 0; font-size: 1.4rem; }
.booking-card__head p { margin: 0; color: var(--muted); }
.booking-bar {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr 1.2fr auto;
    gap: 10px;
    align-items: end;
}
.booking-bar__item,
.booking-bar__submit { display: grid; gap: 6px; }
.booking-bar__item label { font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.booking-bar select,
.booking-bar input,
.contact-form input,
.contact-form textarea {
    width: 100%; min-height: 48px; padding: 0 12px; border-radius: 14px; border: 1px solid var(--line); background: #fff;
}
.booking-bar__submit .button { width: 100%; }
.page-section { padding: 62px 0; }
.section-head { display: grid; gap: 10px; max-width: 760px; margin-bottom: 22px; }
h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.02; }
.section-head p,
.dark-lead { margin: 0; color: var(--muted); line-height: 1.7; }
.usp-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.info-card {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 14px 34px rgba(17,17,17,.06);
}
.info-card h3 { margin: 0 0 10px; font-size: 1.12rem; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.68; }
.info-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
}
.info-card__link:hover { color: var(--accent-strong); }
.fleet-preview { display: grid; gap: 18px; }
.fleet-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.fleet-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(226,217,203,.92);
    box-shadow: 0 18px 42px rgba(17,17,17,.06);
    transform: translateY(0);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.fleet-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255,255,255,.55);
    pointer-events: none;
    z-index: 2;
}
.fleet-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 54px rgba(17,17,17,.14);
    border-color: rgba(242,178,51,.45);
}
.fleet-card__media {
    position: relative;
    min-height: 220px;
    background: linear-gradient(180deg, #f4eee3 0%, #ebe2d2 100%);
    overflow: hidden;
}
.fleet-card__media-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.fleet-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 54px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(17,17,17,.10) 100%);
    pointer-events: none;
}
.fleet-card__media img,
.fleet-card__placeholder img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .55s ease, filter .35s ease;
}
.fleet-card:hover .fleet-card__media img {
    transform: scale(1.045);
    filter: saturate(1.02) contrast(1.02);
}
.fleet-card__body { padding: 22px; display: grid; gap: 16px; }
.fleet-card__top {
    display: grid;
    gap: 8px;
}
.fleet-card__kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(242,178,51,.12);
    border: 1px solid rgba(242,178,51,.22);
    color: var(--accent-strong);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.fleet-card h3 {
    margin: 0;
    font-size: 1.22rem;
    line-height: 1.2;
    letter-spacing: -.02em;
}
.fleet-card__title-link {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}
.fleet-card:hover .fleet-card__title-link {
    color: var(--accent-strong);
}
.fleet-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fleet-card__specs li {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 12px;
    border-radius: 14px;
    background: var(--surface-soft);
    border: 1px solid rgba(223,216,206,.9);
    font-size: .8rem;
    font-weight: 700;
    text-align: left;
}
.fleet-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 4px;
}
.fleet-card__price {
    display: grid;
    gap: 6px;
}
.fleet-card__price-label,
.fleet-card__price small {
    color: var(--muted);
}
.fleet-card__price-label {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.fleet-card__price-meta {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}
.fleet-card__price strong {
    font-size: 1.9rem;
    line-height: 1;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -.03em;
}
.fleet-card__actions .button-primary {
    min-height: 48px;
    padding: 0 20px;
    box-shadow: none;
}
.fleet-card__actions .button-primary:hover {
    box-shadow: 0 12px 24px rgba(242,178,51,.24);
}
.fleet-preview__footer {
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(223,216,206,.9);
}
.fleet-preview__footer p {
    margin: 0;
    color: var(--muted);
}
.fleet-preview__footer .button-secondary,
.section-head--with-link .button-secondary {
    min-height: 52px;
    padding: 0 24px;
    font-weight: 800;
    background: var(--accent);
    color: var(--dark);
    border-color: var(--accent);
    box-shadow: 0 10px 20px rgba(242,178,51,.28);
}
.fleet-preview__footer .button-secondary,
.section-head--with-link .button-secondary {
    min-height: 46px;
    padding: 0 18px;
    font-weight: 700;
    background: #fff;
    color: var(--ink);
    border-color: rgba(21,21,21,.1);
    box-shadow: none;
}
.fleet-preview__footer .button-secondary:hover,
.section-head--with-link .button-secondary:hover {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 16px 28px rgba(242,178,51,.36);
}
.fleet-preview__footer .button-secondary:hover,
.section-head--with-link .button-secondary:hover {
    transform: translateY(-1px);
    filter: none;
    box-shadow: 0 10px 18px rgba(17,17,17,.06);
}
.button-secondary--soft {
    background: rgba(255,255,255,.08);
    color: #fff;
    border-color: rgba(255,255,255,.18);
}
.button-secondary--soft:hover {
    color: #fff;
    border-color: rgba(255,255,255,.32);
    background: rgba(255,255,255,.14);
}
.cta-strip .button-secondary--soft {
    background: rgba(255,255,255,.86);
    color: var(--ink);
    border-color: rgba(21,21,21,.1);
    box-shadow: 0 10px 20px rgba(17,17,17,.05);
}
.cta-strip .button-secondary--soft:hover {
    color: var(--ink);
    background: #fff;
    border-color: rgba(242,178,51,.28);
}
.seo-topic-links,
.footer-shell__seo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.seo-topic-chip {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(223,216,206,.92);
    color: var(--ink);
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(17,17,17,.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.seo-topic-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(242,178,51,.42);
    box-shadow: 0 14px 24px rgba(17,17,17,.08);
}
.footer-shell__seo {
    justify-content: center;
}
.footer-shell__seo a {
    color: rgba(255,255,255,.76);
    text-decoration: none;
    font-size: .95rem;
}
.footer-shell__seo a:hover { color: #fff; }
.pricing-hero,
.pricing-layout,
.pricing-hero__panel,
.pricing-hero__stats,
.pricing-side__actions { display: grid; }
.pricing-hero__panel {
    grid-template-columns: minmax(0, 1.14fr) minmax(280px, .86fr);
    gap: 22px;
    align-items: stretch;
}
.pricing-hero__copy,
.pricing-side__card,
.pricing-stat {
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 16px 34px rgba(17,17,17,.05);
}
.pricing-hero__copy {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(249,244,236,.98) 100%);
}
.pricing-hero__copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    line-height: .98;
    letter-spacing: -.045em;
    max-width: 12ch;
}
.pricing-hero__stats { grid-template-columns: 1fr; gap: 14px; }
.pricing-stat {
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
}
.pricing-stat strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.05rem);
    line-height: 1;
}
.pricing-stat span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    line-height: 1.55;
}
.pricing-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 22px;
    align-items: start;
}
.pricing-table-wrap--premium {
    padding: 28px;
    overflow: hidden;
}
.pricing-table-wrap--premium .section-head { max-width: none; }
.pricing-table {
    width: 100%;
    margin-top: 12px;
    border-collapse: separate;
    border-spacing: 0;
}
.pricing-table thead th {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--muted);
}
.pricing-table td,
.pricing-table th { white-space: nowrap; }
.pricing-table tbody td:first-child {
    font-weight: 800;
    font-family: "Space Grotesk", sans-serif;
}
.pricing-table tbody tr:nth-child(even) td { background: rgba(248,243,235,.72); }
.pricing-table tbody td:not(:first-child) {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: #141414;
}
.pricing-table tbody tr:hover td { background: rgba(242,178,51,.08); }
.pricing-side { display: grid; gap: 18px; }
.pricing-side__card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
}
.pricing-side__card h3 {
    margin: 0 0 12px;
    font-size: 1.28rem;
}
.pricing-note-list { display: grid; gap: 12px; }
.pricing-note-list p,
.pricing-side__card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}
.pricing-side__card--dark {
    background: linear-gradient(145deg,#171717 0%, #26231f 100%);
    color: #fff;
}
.pricing-side__card--dark p { color: rgba(255,255,255,.76); }
.pricing-side__actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
}
.pricing-editorial { padding-top: 10px; }
.pricing-editorial .editorial-copy h2 { margin-bottom: 12px; }
.about-hero__panel,
.about-layout,
.about-hero__stats,
.about-values-grid,
.about-process-grid,
.about-bottom-cta__actions { display: grid; }
.about-hero__panel {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
    gap: 22px;
    align-items: stretch;
}
.about-hero__copy,
.about-story-card,
.about-audience-card,
.about-value-card,
.about-process-card,
.about-stat,
.about-bottom-cta {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 16px 34px rgba(17,17,17,.05);
}
.about-hero__copy {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(249,244,236,.98) 100%);
}
.about-hero__copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 4.4vw, 3.9rem);
    line-height: .99;
    letter-spacing: -.045em;
    max-width: 12ch;
}
.about-hero__stats {
    grid-template-columns: 1fr;
    gap: 14px;
}
.about-stat {
    padding: 20px 22px;
    border-radius: 24px;
}
.about-stat strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    line-height: 1.05;
}
.about-stat span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    line-height: 1.55;
}
.about-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 22px;
    align-items: stretch;
}
.about-story-card,
.about-audience-card,
.about-value-card,
.about-process-card {
    padding: 26px;
    border-radius: 26px;
}
.about-story-card h2,
.about-audience-card h2,
.about-value-card h3,
.about-process-card h3,
.about-bottom-cta h2 {
    margin: 0 0 12px;
}
.about-story-card p,
.about-audience-card p,
.about-value-card p,
.about-process-card p,
.about-bottom-cta p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}
.about-story-card {
    background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(248,242,232,.96) 100%);
}
.about-story-card__tagline {
    margin-top: 18px !important;
    font-weight: 700;
    color: var(--ink) !important;
}
.about-values-grid,
.about-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.about-value-card,
.about-process-card {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.about-value-card:hover,
.about-process-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px rgba(17,17,17,.08);
    border-color: rgba(242,178,51,.35);
}
.about-editorial {
    padding-top: 8px;
}
.about-bottom-cta {
    padding: 26px 28px;
    border-radius: 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}
.about-bottom-cta__actions {
    grid-template-columns: 1fr;
    gap: 12px;
    min-width: 240px;
}
.contacts-hero__panel,
.contacts-layout-modern,
.contacts-hero__stats,
.contacts-grid-modern,
.contacts-social-grid { display: grid; }
.contacts-hero__panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 22px;
    align-items: stretch;
}
.contacts-hero__copy,
.contacts-quick-card,
.contacts-social-card,
.contacts-extra-card,
.contacts-form-wrap,
.contacts-stat,
.contact-card-modern {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 16px 34px rgba(17,17,17,.05);
}
.contacts-hero__copy {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(249,244,236,.98) 100%);
}
.contacts-hero__copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 4.4vw, 3.9rem);
    line-height: .99;
    letter-spacing: -.045em;
    max-width: 13ch;
}
.contacts-hero__stats {
    grid-template-columns: 1fr;
    gap: 14px;
}
.contacts-stat {
    padding: 20px 22px;
    border-radius: 24px;
}
.contacts-stat strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    line-height: 1.05;
}
.contacts-stat span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    line-height: 1.55;
}
.contacts-layout-modern {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 22px;
    align-items: start;
}
.contacts-left-stack {
    display: grid;
    gap: 18px;
}
.contacts-quick-card,
.contacts-social-card,
.contacts-extra-card,
.contacts-form-wrap {
    padding: 26px;
    border-radius: 26px;
}
.contacts-quick-card h2,
.contacts-social-card h2,
.contacts-extra-card h2,
.contacts-form-intro h2 {
    margin: 0 0 12px;
}
.contacts-quick-card p,
.contacts-social-card p,
.contacts-form-intro p,
.contacts-extra-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}
.contacts-grid-modern {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}
.contact-card-modern {
    padding: 20px;
    border-radius: 22px;
    display: grid;
    gap: 10px;
    align-content: start;
}
.contact-card-modern--accent {
    background: linear-gradient(135deg, rgba(242,178,51,.14) 0%, rgba(255,255,255,.98) 100%);
}
.contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
}
.contact-icon--wa {
    background: #25d366;
    color: #0c2415;
}
.contact-card-modern small {
    display: block;
    color: var(--muted);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-card-modern a,
.contact-card-modern p {
    margin: 0;
    color: var(--ink);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.58;
}
.contacts-social-card {
    background: linear-gradient(145deg,#171717 0%, #26231f 100%);
    color: #fff;
}
.contacts-social-card__copy p { color: rgba(255,255,255,.74); }
.contacts-social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.social-box {
    min-height: 108px;
    padding: 18px 16px;
    border-radius: 20px;
    display: grid;
    gap: 10px;
    align-content: start;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.social-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(0,0,0,.18);
    border-color: rgba(255,255,255,.18);
}
.social-box__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    font-size: .82rem;
    font-weight: 800;
}
.contacts-extra-card ul { margin-top: 16px; }
.contacts-form-intro {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}
.contact-form--premium {
    padding: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
}
.contact-form--premium label {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}
.contact-form--premium span {
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
}
.contact-form--premium input,
.contact-form--premium textarea {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(223,216,206,.96);
    background: rgba(255,255,255,.98);
    padding: 15px 16px;
    font: inherit;
    color: var(--ink);
    transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-form--premium input:focus,
.contact-form--premium textarea:focus {
    outline: none;
    border-color: rgba(242,178,51,.7);
    box-shadow: 0 0 0 4px rgba(242,178,51,.12);
}
.about-bottom-cta--contacts {
    background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(248,242,232,.96) 100%);
}
.editorial-side .button-secondary--soft {
    background: rgba(255,255,255,.08);
    color: #fff;
    border-color: rgba(255,255,255,.18);
}
.editorial-grid,
.content-two-col,
.cta-strip__inner { grid-template-columns: 1.05fr .95fr; gap: 22px; align-items: stretch; }
.editorial-copy,
.editorial-side,
.inner-hero,
.contact-form,
.pricing-table-wrap { padding: 24px; border-radius: 24px; background: rgba(255,255,255,.92); border: 1px solid rgba(223,216,206,.92); box-shadow: 0 14px 34px rgba(17,17,17,.06); }
.editorial-grid { align-items: stretch; }
.editorial-copy {
    padding: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,247,242,.98) 100%);
}
.editorial-side {
    padding: 18px;
    display: grid;
    gap: 14px;
    background: linear-gradient(145deg,#171717 0%, #26231f 100%);
    color: #fff;
}
.editorial-quote {
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
    border: 1px solid rgba(255,255,255,.08);
}
.editorial-quote small { color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.editorial-quote strong { font-size: 1.7rem; line-height: 1.05; font-family: "Space Grotesk", sans-serif; max-width: 12ch; }
.editorial-quote span { color: rgba(255,255,255,.72); line-height: 1.72; }
.editorial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 6px;
}
.editorial-mini-grid {
    display: grid;
    gap: 10px;
}
.editorial-mini-card {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.88);
    font-weight: 700;
    line-height: 1.5;
}
.editorial-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; list-style: none; margin: 18px 0 0; padding: 0; }
.editorial-points li { padding: 14px 16px; border-radius: 16px; background: var(--surface-soft); border: 1px solid rgba(223,216,206,.92); font-weight: 700; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.editorial-points li:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(17,17,17,.06); border-color: rgba(242,178,51,.3); }
.steps-grid,
.reviews-grid {
    display: grid;
    gap: 18px;
}
.steps-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.step-card {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 14px 28px rgba(17,17,17,.05);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 34px rgba(17,17,17,.08);
    border-color: rgba(242,178,51,.32);
}
.step-card h3 {
    margin: 0 0 10px;
    font-size: 1.18rem;
}
.step-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}
.reviews-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.review-card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,244,238,.96) 100%);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 14px 28px rgba(17,17,17,.05);
}
.review-card p {
    margin: 0 0 16px;
    color: rgba(21,21,21,.88);
    font-size: 1rem;
    line-height: 1.75;
}
.review-card strong {
    color: var(--muted);
    font-size: .92rem;
}
.contact-layout {
    align-items: start;
}
.contact-stack--modern {
    display: grid;
    gap: 18px;
}
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}
.contact-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: start;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 14px 30px rgba(17,17,17,.05);
}
.contact-card--accent {
    background: linear-gradient(135deg, rgba(242,178,51,.12) 0%, rgba(255,255,255,.96) 100%);
}
.contact-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
}
.contact-card__icon--wa {
    background: #25d366;
    color: #0c2415;
}
.contact-card small {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-card a,
.contact-card p {
    margin: 0;
    color: var(--ink);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.55;
}
.contact-social-box {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(145deg,#171717 0%, #26231f 100%);
    color: #fff;
    display: grid;
    gap: 18px;
    box-shadow: 0 18px 36px rgba(17,17,17,.12);
}
.contact-social-box__copy h2 {
    margin: 0 0 10px;
    font-size: 1.7rem;
    color: #fff;
}
.contact-social-box__copy p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.72;
}
.contact-social-links {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}
.social-tile {
    min-height: 110px;
    padding: 18px 16px;
    border-radius: 20px;
    display: grid;
    gap: 10px;
    align-content: start;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.social-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(0,0,0,.18);
}
.social-tile__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    background: rgba(255,255,255,.14);
}
.social-tile--facebook:hover { border-color: rgba(24,119,242,.5); }
.social-tile--instagram:hover { border-color: rgba(228,64,95,.5); }
.social-tile--viber:hover { border-color: rgba(115,96,242,.5); }
.contact-form--modern {
    padding: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,245,239,.98) 100%);
}
.contact-form--modern .button-primary {
    width: 100%;
    justify-content: center;
}
.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 20px 22px; border-radius: 20px; background: rgba(255,255,255,.92); border: 1px solid rgba(223,216,206,.92); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.faq-item:hover { transform: translateY(-2px); box-shadow: 0 14px 24px rgba(17,17,17,.06); border-color: rgba(242,178,51,.35); }
.faq-item summary { list-style: none; cursor: pointer; font-weight: 800; position: relative; padding-right: 24px; }
.faq-item summary::after { content:'+'; position:absolute; right:0; top:0; color:var(--accent); }
.faq-item[open] summary::after { content:'–'; }
.pricing-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.pricing-table th,.pricing-table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; }
.bullet-list { padding-left: 18px; }
.notice { padding: 14px 16px; border-radius: 14px; margin-bottom: 18px; }
.notice-success { background: rgba(23,138,107,.1); color: var(--ok); }
.notice-error { background: rgba(189,77,40,.1); color: var(--danger); }
.footer-bottomline { margin-top: 0; }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }
  .fleet-grid, .usp-grid, .editorial-points { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-bar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-bar__submit { grid-column: span 2; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-meta { justify-content: flex-start; }
  .pricing-hero__panel, .pricing-layout, .about-hero__panel, .about-layout, .contacts-hero__panel, .contacts-layout-modern { grid-template-columns: 1fr; }
  .pricing-table-wrap--premium { overflow-x: auto; }
  .about-values-grid, .about-process-grid, .contacts-grid-modern { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; flex-direction: column; gap: 10px; width: 100%; }
  .site-nav.open { display: flex; }
  .header-bar { grid-template-columns: 1fr auto; }
  .content-two-col, .editorial-grid, .cta-strip__inner, .usp-grid, .fleet-grid { grid-template-columns: 1fr; }
  .hero-copy--full { max-width: 680px; margin-left: clamp(20px, 3vw, 40px); padding: 56px 0 86px; }
  .hero-bg-slider, .hero-overlay, .hero-overlay__inner { min-height: 500px; }
  .pricing-hero__copy, .pricing-side__card, .pricing-table-wrap--premium, .pricing-stat, .about-hero__copy, .about-story-card, .about-audience-card, .about-value-card, .about-process-card, .about-stat, .about-bottom-cta, .contacts-hero__copy, .contacts-quick-card, .contacts-social-card, .contacts-extra-card, .contacts-form-wrap, .contacts-stat, .contact-card-modern { padding: 20px; border-radius: 22px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .section-head--with-link { grid-template-columns: 1fr; align-items: start; }
  .section-link { justify-content: flex-start; }
  .footer-shell__seo { justify-content: flex-start; }
  .about-values-grid, .about-process-grid { grid-template-columns: 1fr; }
  .contacts-grid-modern, .contacts-social-grid { grid-template-columns: 1fr; }
  .about-bottom-cta { grid-template-columns: 1fr; }
  .about-bottom-cta__actions { min-width: 0; }
  .section-head--fleet {
      padding: 18px 18px;
  }
  .fleet-card__footer {
      align-items: stretch;
      flex-direction: column;
  }
  .fleet-card__actions,
  .fleet-card__actions .button-primary {
      width: 100%;
  }
  .steps-grid,
  .reviews-grid,
  .contact-cards-grid,
  .contact-social-links { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  h1 { font-size: clamp(2.1rem, 9vw, 3rem); }
  .hero-actions .button, .booking-bar, .booking-bar__submit .button, .footer-top__phone, .footer-top__wa { width: 100%; }
  .booking-bar { grid-template-columns: 1fr; }
  .booking-bar__submit { grid-column: auto; }
  .metrics { grid-template-columns: 1fr; }
  .booking-band-wrap { margin-top: 0; }
  .hero-copy--full { max-width: 100%; margin-left: 0; padding: 46px 0 44px; }
  .hero-bg-slider, .hero-overlay, .hero-overlay__inner { min-height: auto; }
}

/* Final compact footer inspired by eurorentcars */
.site-footer {
    padding: 0;
    color: #d8d0c4;
}

.site-footer__band {
    padding: 28px 0 18px;
    background: #121212;
}

.footer-top,
.footer-main,
.footer-bottomline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-top {
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

.footer-top__brand strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 1rem;
}

.footer-top__brand p {
    margin: 0;
    color: rgba(255,255,255,0.58);
    font-size: .88rem;
}

.footer-top__contact,
.footer-inline-links,
.footer-meta,
.social-list--footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-top__contact {
    justify-content: flex-end;
    gap: 10px;
}

.footer-top__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.76);
    font-size: .9rem;
}

.footer-top__item span {
    color: rgba(255,255,255,0.46);
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.footer-top__item strong {
    color: #fff;
    font-size: .95rem;
}

.footer-inline-links {
    gap: 16px;
}

.footer-inline-links a,
.footer-meta a,
.social-list--footer a {
    color: rgba(255,255,255,0.74);
    font-size: .92rem;
}

.footer-inline-links a {
    font-weight: 600;
}

.footer-meta {
    justify-content: flex-end;
    gap: 14px 16px;
    color: rgba(255,255,255,0.54);
    font-size: .9rem;
}

.footer-main__cta {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.social-list--footer {
    gap: 10px;
}

.footer-bottomline {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.44);
    font-size: .84rem;
}

.footer-top__brand:hover strong,
.footer-inline-links a:hover,
.footer-meta a:hover,
.social-list--footer a:hover,
.footer-main__cta:hover {
    color: #fff;
}

@media (max-width: 1080px) {
    .footer-top,
    .footer-main,
    .footer-bottomline {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-top__contact,
    .footer-meta {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .site-footer__band {
        padding: 22px 0 16px;
    }

    .footer-top__contact {
        width: 100%;
    }

    .footer-top__item,
    .footer-main__cta {
        width: 100%;
        justify-content: center;
    }
}

/* Stable hero + footer overrides */
.hero-bg-slider {
    background: #111;
}
.hero-bg-slide {
    z-index: 0;
    background-repeat: no-repeat;
}
.hero-bg-slide.is-active {
    z-index: 1;
}
.hero-overlay,
.hero-slider__nav--full {
    z-index: 2;
}

.site-footer,
.site-footer__band {
    width: 100%;
}

.footer-shell {
    display: grid;
    gap: 18px;
}

.footer-shell__top,
.footer-shell__bottom,
.footer-shell__legal,
.footer-shell__actions,
.footer-shell__nav,
.footer-shell__meta {
    display: flex;
    align-items: center;
    gap: 14px 18px;
}

.footer-shell__top,
.footer-shell__bottom,
.footer-shell__legal {
    justify-content: space-between;
}

.footer-shell__top {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-shell__brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.footer-shell__brand strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px;
}

.footer-shell__brand p,
.footer-shell__legal,
.footer-shell__meta {
    margin: 0;
    color: rgba(255,255,255,0.58);
}

.footer-shell__actions,
.footer-shell__meta {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-chip {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.82);
}

.footer-chip span {
    color: rgba(255,255,255,0.5);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-chip strong {
    color: #fff;
    font-size: .92rem;
}

.footer-chip--accent {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.28);
}

.footer-chip--accent span,
.footer-chip--accent strong {
    color: #ecfff3;
}

.footer-chip--accent::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 0 6px rgba(37,211,102,.14);
}

.footer-shell__nav {
    flex-wrap: wrap;
}

.footer-shell__nav a,
.footer-shell__meta a {
    color: rgba(255,255,255,0.76);
    font-size: .92rem;
}

.footer-shell__nav a {
    font-weight: 600;
}

.footer-shell__legal {
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.42);
    font-size: .84rem;
}

.cta-strip {
    position: relative;
    padding: 8px 0 0;
}

.cta-strip__inner {
    position: relative;
    overflow: hidden;
    padding: 30px 32px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(247,241,231,.98) 52%, rgba(255,248,235,.98) 100%);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 20px 38px rgba(17,17,17,.06);
}

.cta-strip__inner::after {
    content: '';
    position: absolute;
    inset: auto -10% -55% 45%;
    height: 220px;
    background: radial-gradient(circle, rgba(242,178,51,.22) 0%, rgba(242,178,51,0) 72%);
    pointer-events: none;
}

.cta-strip__copy,
.cta-strip__actions {
    position: relative;
    z-index: 1;
}
.cta-strip__copy {
    max-width: 640px;
}
.cta-strip__copy p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.7;
}
.cta-strip__actions {
    align-self: center;
    justify-self: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.cta-contact-card {
    min-height: 56px;
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 10px 22px rgba(17,17,17,.05);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.cta-contact-card small {
    display: block;
    color: rgba(21,21,21,.44);
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.cta-contact-card strong {
    color: var(--ink);
    font-size: .95rem;
}

.cta-contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(17,17,17,.08);
    border-color: rgba(242,178,51,.42);
}

.cta-strip .button,
.cta-contact-card {
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease, color .28s ease;
}

.cta-strip .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(17,17,17,.1);
}

.reveal {
    opacity: 1;
    transform: translateY(18px);
    filter: blur(1px);
    transition: opacity .7s ease, transform .7s ease, filter .7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.reveal-stagger > * {
    transition-delay: 0s;
}

.footer-shell a:hover {
    color: #fff;
}

@media (max-width: 980px) {
    .footer-shell__top,
    .footer-shell__bottom,
    .footer-shell__legal {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-shell__actions,
    .footer-shell__meta {
        justify-content: flex-start;
    }
    .cta-strip__inner,
    .editorial-grid {
        grid-template-columns: 1fr;
    }
    .cta-strip__actions {
        justify-self: start;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .footer-shell__actions,
    .footer-shell__nav,
    .footer-shell__meta {
        width: 100%;
    }

    .footer-chip {
        width: 100%;
        justify-content: space-between;
    }
    .cta-contact-card,
    .cta-strip .button {
        width: 100%;
        justify-content: center;
    }
    .cta-strip__inner {
        padding: 24px 22px;
    }
    .editorial-copy,
    .editorial-side {
        padding: 20px;
    }
}

/* Header redesign */
.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(248, 245, 239, 0.98);
    border-bottom: 1px solid rgba(25, 22, 18, 0.08);
    box-shadow: 0 8px 24px rgba(17,17,17,0.05);
    backdrop-filter: none;
}

.header-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 78px;
    padding: 10px 0;
}

.brand {
    gap: 12px;
    min-width: 0;
}

.brand__mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.brand__text strong {
    font-size: 1rem;
    line-height: 1;
}

.brand__text small {
    max-width: 210px;
    font-size: .77rem;
    line-height: 1.35;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
}

.site-nav a {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: rgba(21,21,21,.7);
    font-size: .93rem;
    font-weight: 600;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.site-nav a.active,
.site-nav a:hover {
    color: var(--ink);
    background: rgba(242,178,51,.12);
    border-color: rgba(242,178,51,.26);
    transform: translateY(-1px);
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(21,21,21,.08);
    box-shadow: 0 6px 18px rgba(17,17,17,.04);
}

.lang-switch,
.menu-toggle {
    min-height: 38px;
    min-width: 38px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid transparent;
    color: rgba(21,21,21,.68);
    font-size: .82rem;
    font-weight: 700;
}

.lang-switch.active,
.lang-switch:hover {
    background: #fff;
    color: var(--ink);
    border-color: rgba(242,178,51,.3);
    box-shadow: 0 8px 18px rgba(242,178,51,.12);
}

.phone-pill {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    border: 1px solid rgba(17,17,17,.95);
    box-shadow: 0 12px 22px rgba(17,17,17,.12);
    white-space: nowrap;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.phone-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 26px rgba(17,17,17,.16);
    filter: brightness(1.03);
}

body.page-home .hero {
    margin-top: 0;
}

@media (max-width: 1080px) {
    .header-bar {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "brand tools menu" "nav nav nav";
        gap: 14px 18px;
        min-height: 74px;
    }

    .brand { grid-area: brand; }
    .header-tools { grid-area: tools; justify-content: flex-end; }
    .menu-toggle { grid-area: menu; display: inline-flex; }
    .site-nav {
        grid-area: nav;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .brand__text small {
        max-width: 170px;
    }
}

@media (max-width: 860px) {
    .site-header {
        box-shadow: 0 6px 18px rgba(17,17,17,.05);
    }

    .header-bar {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand menu"
            "tools tools"
            "nav nav";
        min-height: auto;
        padding: 12px 0;
    }

    .header-tools {
        grid-area: tools;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .menu-toggle {
        grid-area: menu;
        display: inline-flex;
        min-width: 44px;
        min-height: 44px;
        padding: 0 16px;
        background: #fff;
        border-color: rgba(21,21,21,.08);
        box-shadow: 0 8px 18px rgba(17,17,17,.05);
        color: var(--ink);
    }

    .site-nav {
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
        margin-top: 6px;
        padding: 12px;
        border-radius: 20px;
        background: rgba(255,255,255,.9);
        border: 1px solid rgba(21,21,21,.08);
        box-shadow: 0 14px 28px rgba(17,17,17,.06);
        overflow: visible;
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        width: 100%;
        justify-content: flex-start;
        background: transparent;
        border-color: rgba(21,21,21,.06);
    }

    .lang-switcher {
        padding: 4px;
    }

    .phone-pill {
        min-height: 44px;
        padding: 0 14px;
        font-size: .84rem;
    }
}

@media (max-width: 640px) {
    .header-bar {
        grid-template-columns: 1fr auto;
        gap: 10px 12px;
    }

    .brand {
        align-items: center;
    }

    .brand__text small {
        display: none;
    }

    .header-tools {
        gap: 6px;
    }

    .lang-switcher {
        gap: 4px;
        padding: 3px;
    }

    .lang-switch {
        min-width: 34px;
        min-height: 34px;
        padding: 0 10px;
        font-size: .76rem;
    }

    .phone-pill {
        min-width: 0;
        padding: 0 12px;
        font-size: .8rem;
    }

    .menu-toggle {
        min-height: 40px;
        min-width: 40px;
        padding: 0 14px;
    }
}

@media (min-width: 1081px) {
    .header-bar {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        grid-template-areas: none !important;
    }

    .site-nav {
        display: flex !important;
        justify-content: center !important;
        flex-direction: row !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .header-tools {
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
    }

    .menu-toggle {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .header-bar {
        grid-template-columns: 1fr auto !important;
        grid-template-areas:
            "brand menu"
            "tools tools"
            "nav nav" !important;
        align-items: center !important;
    }

    .brand { grid-area: brand !important; }
    .menu-toggle {
        grid-area: menu !important;
        display: inline-flex !important;
        align-self: center !important;
    }
    .header-tools {
        grid-area: tools !important;
        width: 100% !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }
    .site-nav {
        grid-area: nav !important;
        width: 100% !important;
    }
}

@media (max-width: 860px) {
    .site-nav {
        display: none !important;
    }

    .site-nav.open {
        display: flex !important;
    }

    .header-tools {
        gap: 10px !important;
    }

    .lang-switcher {
        flex: 0 0 auto;
    }

    .phone-pill {
        flex: 1 1 auto;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .header-bar {
        gap: 10px !important;
    }

    .header-tools {
        align-items: center !important;
        gap: 8px !important;
    }

    .lang-switcher {
        max-width: 122px;
    }

    .phone-pill {
        justify-content: center !important;
    }
}

.fleet-page-section {
    display: grid;
    gap: 26px;
}

.fleet-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
    gap: 24px;
    align-items: end;
}

.fleet-page-hero--detail {
    grid-template-columns: minmax(0, 1fr);
}

.fleet-page-hero__copy {
    display: grid;
    gap: 10px;
    max-width: 840px;
}

.fleet-page-hero__copy h1 {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.35rem);
    line-height: .98;
    letter-spacing: -.05em;
}

.fleet-page-hero__copy p {
    margin: 0;
    color: var(--muted);
    max-width: 720px;
    line-height: 1.65;
}

.fleet-page-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fleet-stat {
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,245,237,.98) 100%);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 14px 28px rgba(17,17,17,.05);
    display: grid;
    gap: 6px;
}

.fleet-stat strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}

.fleet-stat span {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45;
}

.fleet-browser {
    display: grid;
    gap: 22px;
}

.fleet-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 16px;
    align-items: end;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,246,240,.98) 100%);
    border: 1px solid rgba(223,216,206,.96);
    box-shadow: 0 18px 34px rgba(17,17,17,.05);
}

.fleet-search-field,
.fleet-filter-bar {
    display: grid;
    gap: 10px;
}

.fleet-search-field span,
.fleet-filter-bar__label {
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 800;
}

.fleet-search-field input {
    width: 100%;
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(223,216,206,.96);
    background: rgba(255,255,255,.94);
    padding: 0 18px;
    font: inherit;
    color: var(--ink);
    box-shadow: 0 12px 24px rgba(17,17,17,.04);
}

.fleet-search-field input:focus {
    outline: none;
    border-color: rgba(242,178,51,.75);
    box-shadow: 0 0 0 4px rgba(242,178,51,.16);
}

.fleet-filter-set {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fleet-filter {
    min-height: 50px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(223,216,206,.96);
    background: rgba(255,255,255,.9);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    box-shadow: 0 10px 20px rgba(17,17,17,.04);
}

.fleet-filter span {
    font-weight: 700;
}

.fleet-filter strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(17,17,17,.06);
    font-size: .82rem;
}

.fleet-filter:hover,
.fleet-filter.is-active {
    transform: translateY(-2px);
    border-color: rgba(242,178,51,.68);
    background: rgba(242,178,51,.14);
    box-shadow: 0 14px 28px rgba(242,178,51,.18);
}

.fleet-filter:focus-visible,
.fleet-search-field input:focus-visible,
.fleet-card__media-link:focus-visible,
.fleet-card__title-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(242,178,51,.18);
}

.fleet-filter.is-active strong {
    background: rgba(17,17,17,.9);
    color: #fff;
}

.fleet-browser__results {
    display: grid;
}

.fleet-grid--full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.fleet-browser__empty {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.9);
    border: 1px dashed rgba(223,216,206,.96);
    color: var(--muted);
}

.fleet-page-support {
    padding-top: 4px;
}

.fleet-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .8fr);
    gap: 22px;
    align-items: stretch;
}

.fleet-editorial__copy,
.fleet-editorial__aside {
    border-radius: 26px;
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 16px 34px rgba(17,17,17,.06);
}

.fleet-editorial__copy {
    padding: 28px 30px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,247,242,.98) 100%);
    display: grid;
    gap: 14px;
}

.fleet-editorial__copy h2,
.fleet-editorial__aside h3 {
    margin: 0;
}

.fleet-editorial__points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.fleet-editorial__points li {
    position: relative;
    padding-left: 18px;
    color: var(--ink);
    line-height: 1.6;
}

.fleet-editorial__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
    transform: translateY(-50%);
}

.fleet-editorial__aside {
    padding: 28px;
    background: #171717;
    color: #fff;
    display: grid;
    align-content: start;
    gap: 14px;
}

.fleet-editorial__aside p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
}

.fleet-editorial__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 4px;
}

.fleet-editorial__actions .button-secondary {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.18);
    color: #fff;
}

.fleet-shell--detail {
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,246,240,.98) 100%);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 18px 36px rgba(17,17,17,.06);
}

.fleet-shell--detail .filterbox {
    border-radius: 18px;
    border-color: rgba(223,216,206,.96) !important;
    background: #fff !important;
}

.fleet-shell--detail .fltbtn,
.fleet-shell--detail .bookbtn {
    border-radius: 14px !important;
}

@media (max-width: 1280px) {
    .fleet-page-hero {
        grid-template-columns: 1fr;
    }

    .fleet-page-hero__stats,
    .fleet-grid--full,
    .fleet-editorial {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .fleet-toolbar,
    .fleet-editorial {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 720px) {
    .fleet-page-hero__copy h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .fleet-page-hero {
        gap: 18px;
    }

    .fleet-page-section {
        padding-top: 42px;
    }

    .fleet-shell--detail,
    .fleet-editorial__copy,
    .fleet-editorial__aside {
        padding: 20px;
    }

    .fleet-page-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .fleet-page-hero__stats .fleet-stat:last-child {
        grid-column: 1 / -1;
    }

    .fleet-toolbar {
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
    }

    .fleet-search-field input {
        min-height: 50px;
        padding: 0 14px;
    }

    .fleet-filter-set {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        margin-inline: -2px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .fleet-filter-set::-webkit-scrollbar {
        display: none;
    }

    .fleet-filter {
        flex: 0 0 auto;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 16px;
    }

    .fleet-grid--full {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .fleet-card__media,
    .fleet-card__media img,
    .fleet-card__placeholder img {
        min-height: 200px;
        height: 200px;
    }

    .fleet-card__body {
        padding: 18px;
        gap: 14px;
    }

    .fleet-card__specs {
        gap: 7px;
    }

    .fleet-card__specs li {
        min-height: 38px;
        padding: 8px 10px;
        font-size: .76rem;
    }

    .fleet-card__footer {
        gap: 12px;
    }
}

.vehicle-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.26fr) minmax(320px, .74fr);
    gap: 28px;
    align-items: start;
}

.vehicle-detail__gallery-wrap {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.vehicle-detail__content {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
}

.vehicle-gallery,
.vehicle-detail__aside,
.vehicle-story,
.vehicle-section {
    border-radius: 28px;
    border: 1px solid rgba(223,216,206,.92);
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,246,240,.98) 100%);
    box-shadow: 0 18px 36px rgba(17,17,17,.06);
}

.vehicle-gallery {
    padding: 20px;
    display: grid;
    gap: 14px;
}

.vehicle-gallery__stage {
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #f6efe2 0%, #eee4d1 100%);
    min-height: 460px;
}

.vehicle-gallery__stage img {
    width: 100%;
    height: 460px;
    display: block;
    object-fit: cover;
}

.vehicle-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.vehicle-story {
    padding: 28px;
    display: grid;
    gap: 18px;
}

.vehicle-story__head {
    display: grid;
    gap: 10px;
}

.vehicle-story__eyebrow {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(242,178,51,.14);
    color: var(--ink);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vehicle-story__head h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: .98;
    letter-spacing: -.04em;
}

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

.vehicle-story__content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
    font-size: 1rem;
}

.vehicle-story__facts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.vehicle-story__facts li {
    min-height: 78px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(223,216,206,.92);
    display: grid;
    align-content: center;
    gap: 4px;
}

.vehicle-story__facts strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
}

.vehicle-story__facts span {
    color: var(--muted);
    font-size: .84rem;
}

.vehicle-story__footer {
    display: grid;
    gap: 12px;
    padding-top: 6px;
}

.vehicle-story__label {
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 800;
}

.vehicle-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vehicle-highlights li {
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(223,216,206,.92);
    display: flex;
    align-items: center;
    font-weight: 700;
}

.vehicle-thumb {
    padding: 0;
    border: 1px solid rgba(223,216,206,.92);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(17,17,17,.04);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
    opacity: .82;
    position: relative;
}

.vehicle-thumb img {
    width: 100%;
    height: 88px;
    display: block;
    object-fit: cover;
}

.vehicle-thumb.is-active,
.vehicle-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(242,178,51,.72);
    box-shadow: 0 14px 26px rgba(242,178,51,.16);
    opacity: 1;
}

.vehicle-thumb.is-active::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 8px;
    height: 3px;
    border-radius: 999px;
    background: var(--accent);
}

.vehicle-detail__aside {
    position: static;
    padding: 26px;
    display: grid;
    gap: 16px;
    align-self: start;
    min-width: 0;
}

.vehicle-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(242,178,51,.16);
    color: var(--ink);
    font-weight: 800;
    width: fit-content;
}

.vehicle-detail__aside h3 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.06;
    letter-spacing: -.02em;
}

.vehicle-booking-head {
    display: grid;
    gap: 8px;
}

.vehicle-booking-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: .94rem;
}

.vehicle-price {
    display: flex;
    align-items: end;
    gap: 8px;
    flex-wrap: wrap;
}

.vehicle-price span,
.vehicle-price small {
    color: var(--muted);
}

.vehicle-price strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 3rem;
    line-height: .94;
    letter-spacing: -.05em;
}

.vehicle-pricing {
    display: grid;
    gap: 16px;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(17,17,17,.98) 0%, rgba(29,27,24,.98) 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(17,17,17,.18);
}

.vehicle-pricing__head {
    display: grid;
    gap: 10px;
    padding-bottom: 2px;
}

.vehicle-pricing__head span {
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: -.01em;
}

.vehicle-pricing__head small {
    color: rgba(255,255,255,.68);
    line-height: 1.52;
    max-width: 32ch;
}

.vehicle-rates {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

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

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

.vehicle-rate-card {
    min-height: 94px;
    padding: 16px 16px 15px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    display: grid;
    align-content: space-between;
    gap: 8px;
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.vehicle-rate-card span {
    color: rgba(255,255,255,.7);
    font-size: .82rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
}

.vehicle-rate-card strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.34rem;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.vehicle-rate-card--primary {
    background: linear-gradient(180deg, rgba(242,178,51,.18) 0%, rgba(242,178,51,.08) 100%);
    border-color: rgba(242,178,51,.28);
}

.vehicle-rate-card:hover {
    transform: translateY(-2px);
    border-color: rgba(242,178,51,.26);
    background: rgba(255,255,255,.08);
}

.vehicle-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

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

.vehicle-actions .button-primary {
    min-height: 52px;
    box-shadow: 0 14px 24px rgba(242,178,51,.2);
}

.vehicle-actions .button-primary::after {
    content: "→";
    margin-left: 8px;
    font-size: 1rem;
    line-height: 1;
}

.vehicle-actions .button-secondary {
    background: #fff;
    color: var(--ink);
    border-color: rgba(21,21,21,.1);
}

.vehicle-ideal {
    display: grid;
    gap: 10px;
    padding-top: 2px;
}

.vehicle-ideal__label {
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 800;
}

.vehicle-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vehicle-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(17,17,17,.06);
    color: var(--ink);
    font-weight: 700;
}

.vehicle-section {
    padding: 24px;
    display: grid;
    gap: 16px;
}

.vehicle-section h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.12;
    letter-spacing: -.02em;
}

.vehicle-specs,
.vehicle-includes {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.vehicle-spec {
    padding: 16px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(223,216,206,.92);
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.vehicle-spec__text {
    display: grid;
    gap: 6px;
}

.vehicle-spec__text span {
    color: var(--muted);
    font-size: .88rem;
}

.vehicle-spec__text strong {
    font-size: 1rem;
}

.vehicle-spec__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(242,178,51,.18) 0%, rgba(242,178,51,.08) 100%);
    border: 1px solid rgba(242,178,51,.22);
    display: block;
    position: relative;
}

.vehicle-spec__icon::before,
.vehicle-spec__icon::after {
    content: "";
    position: absolute;
}

.vehicle-spec--gearbox .vehicle-spec__icon::before {
    inset: 11px 14px;
    border-radius: 999px;
    border: 2px solid rgba(21,21,21,.72);
}

.vehicle-spec--gearbox .vehicle-spec__icon::after {
    width: 2px;
    height: 14px;
    left: 21px;
    top: 8px;
    background: rgba(21,21,21,.72);
    box-shadow: -8px 10px 0 rgba(21,21,21,.72), 8px 10px 0 rgba(21,21,21,.72);
}

.vehicle-spec--fuel .vehicle-spec__icon::before {
    width: 16px;
    height: 20px;
    left: 14px;
    top: 11px;
    border: 2px solid rgba(21,21,21,.72);
    border-radius: 4px;
}

.vehicle-spec--fuel .vehicle-spec__icon::after {
    width: 8px;
    height: 8px;
    right: 10px;
    top: 12px;
    border-top: 2px solid rgba(21,21,21,.72);
    border-right: 2px solid rgba(21,21,21,.72);
}

.vehicle-spec--seats .vehicle-spec__icon::before {
    width: 18px;
    height: 10px;
    left: 13px;
    top: 22px;
    border-radius: 6px 6px 4px 4px;
    background: rgba(21,21,21,.72);
}

.vehicle-spec--seats .vehicle-spec__icon::after {
    width: 14px;
    height: 12px;
    left: 15px;
    top: 11px;
    border-radius: 8px 8px 4px 4px;
    border: 2px solid rgba(21,21,21,.72);
    border-bottom: 0;
}

.vehicle-spec--doors .vehicle-spec__icon::before {
    width: 18px;
    height: 24px;
    left: 13px;
    top: 9px;
    border-radius: 6px;
    border: 2px solid rgba(21,21,21,.72);
}

.vehicle-spec--doors .vehicle-spec__icon::after {
    width: 3px;
    height: 3px;
    right: 12px;
    top: 21px;
    border-radius: 50%;
    background: rgba(21,21,21,.72);
}

.vehicle-spec--engine .vehicle-spec__icon::before {
    width: 20px;
    height: 14px;
    left: 12px;
    top: 15px;
    border-radius: 5px;
    border: 2px solid rgba(21,21,21,.72);
}

.vehicle-spec--engine .vehicle-spec__icon::after {
    width: 8px;
    height: 2px;
    left: 18px;
    top: 11px;
    background: rgba(21,21,21,.72);
    box-shadow: -9px 14px 0 rgba(21,21,21,.72), 9px 14px 0 rgba(21,21,21,.72);
}

.vehicle-spec--gps .vehicle-spec__icon::before {
    width: 18px;
    height: 18px;
    left: 13px;
    top: 9px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 2px solid rgba(21,21,21,.72);
}

.vehicle-spec--gps .vehicle-spec__icon::after {
    width: 6px;
    height: 6px;
    left: 19px;
    top: 15px;
    border-radius: 50%;
    background: rgba(21,21,21,.72);
}

.vehicle-spec--aircon .vehicle-spec__icon::before {
    width: 20px;
    height: 4px;
    left: 12px;
    top: 12px;
    border-radius: 999px;
    background: rgba(21,21,21,.72);
    box-shadow: 0 8px 0 rgba(21,21,21,.56);
}

.vehicle-spec--aircon .vehicle-spec__icon::after {
    width: 14px;
    height: 14px;
    left: 15px;
    top: 19px;
    border-radius: 50%;
    border: 2px solid rgba(21,21,21,.62);
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}

.vehicle-spec--category .vehicle-spec__icon::before {
    width: 18px;
    height: 18px;
    left: 13px;
    top: 13px;
    border-radius: 50%;
    border: 2px solid rgba(21,21,21,.72);
}

.vehicle-spec--category .vehicle-spec__icon::after {
    width: 8px;
    height: 8px;
    left: 18px;
    top: 18px;
    border-radius: 50%;
    background: rgba(21,21,21,.72);
}

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

.vehicle-include {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(223,216,206,.9);
    display: grid;
    gap: 6px;
}

.vehicle-include strong {
    font-size: 1rem;
}

.vehicle-include span {
    color: var(--muted);
    line-height: 1.6;
}

.seo-landing-hero {
    display: grid;
    gap: 20px;
}

.seo-landing-hero__panel,
.seo-landing-layout,
.seo-landing-stats,
.seo-landing-grid,
.seo-landing-steps {
    display: grid;
}

.seo-landing-hero__panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 22px;
    align-items: stretch;
}

.seo-landing-hero__copy,
.seo-landing-hero__aside,
.seo-landing-side,
.seo-step {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 18px 38px rgba(17,17,17,.05);
}

.seo-landing-hero__copy {
    background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(249,244,236,.98) 100%);
    display: grid;
    gap: 14px;
}

.seo-landing-hero__copy h1 {
    margin: 0;
    font-size: clamp(2.3rem, 4.6vw, 4.1rem);
    line-height: .98;
    letter-spacing: -.045em;
    max-width: 14ch;
}

.seo-landing-hero__copy .hero-actions {
    margin-top: 6px;
}

.seo-landing-hero__aside,
.seo-landing-side {
    background: linear-gradient(145deg, #161616 0%, #23201d 100%);
    color: #fff;
}

.seo-landing-hero__aside h2,
.seo-landing-side h3 {
    margin: 0 0 14px;
    font-size: 1.34rem;
}

.seo-landing-hero__aside p,
.seo-landing-side p {
    margin: 0;
    color: rgba(255,255,255,.74);
}

.seo-landing-checks,
.seo-landing-audience {
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-landing-checks {
    display: grid;
    gap: 12px;
}

.seo-landing-checks li,
.seo-landing-audience li {
    position: relative;
    padding-left: 18px;
}

.seo-landing-checks li::before,
.seo-landing-audience li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .58em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
}

.seo-landing-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.seo-stat {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(223,216,206,.92);
    box-shadow: 0 14px 26px rgba(17,17,17,.04);
    display: grid;
    gap: 4px;
}

.seo-stat strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1;
}

.seo-stat span {
    color: var(--muted);
    line-height: 1.55;
}

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

.seo-landing-card h3 {
    margin: 0 0 10px;
}

.seo-landing-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 22px;
    align-items: start;
}

.seo-landing-main {
    display: grid;
    gap: 18px;
}

.seo-landing-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.seo-step {
    background: rgba(255,255,255,.92);
}

.seo-step h3 {
    margin: 0 0 10px;
    font-size: 1.12rem;
}

.seo-step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.66;
}

.seo-landing-side {
    display: grid;
    gap: 16px;
}

.seo-landing-side__box {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
}

.seo-landing-side__box strong {
    display: block;
    margin-bottom: 10px;
}

.seo-landing-side__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-landing-side .button-secondary {
    background: rgba(255,255,255,.12);
    color: #fff;
    border-color: rgba(255,255,255,.2);
}

.seo-landing-side .button-secondary:hover {
    color: #fff;
    border-color: rgba(255,255,255,.35);
}

@media (max-width: 980px) {
    .vehicle-detail {
        grid-template-columns: 1fr;
    }

    .seo-landing-hero__panel,
    .seo-landing-layout,
    .seo-landing-grid,
    .seo-landing-steps,
    .seo-landing-stats {
        grid-template-columns: 1fr;
    }

    .vehicle-rates,
    .vehicle-story__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vehicle-pricing__head small {
        max-width: none;
    }
}

@media (max-width: 860px) {
    .vehicle-detail__content,
    .vehicle-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .vehicle-detail {
        gap: 22px;
    }

    .vehicle-detail__gallery-wrap,
    .vehicle-detail__aside,
    .vehicle-detail__content {
        gap: 18px;
    }

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

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

    .vehicle-price strong {
        font-size: 2.5rem;
    }

    .seo-landing-hero__copy,
    .seo-landing-hero__aside,
    .seo-landing-side,
    .seo-step {
        padding: 22px;
        border-radius: 22px;
    }

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

    .vehicle-gallery__stage,
    .vehicle-gallery__stage img {
        min-height: 320px;
        height: 320px;
    }
}

@media (max-width: 720px) {
    .vehicle-detail__content,
    .vehicle-specs,
    .vehicle-rates,
    .vehicle-highlights,
    .vehicle-story__facts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .vehicle-gallery,
    .vehicle-detail__aside,
    .vehicle-story,
    .vehicle-section {
        padding: 18px;
        border-radius: 22px;
    }

    .fleet-page-hero__stats {
        grid-template-columns: 1fr;
    }

    .fleet-page-hero__stats .fleet-stat:last-child {
        grid-column: auto;
    }

    .fleet-toolbar {
        padding: 16px;
        border-radius: 20px;
    }

    .fleet-filter-bar__label,
    .fleet-search-field span {
        font-size: .76rem;
    }

    .fleet-card__media,
    .fleet-card__media img,
    .fleet-card__placeholder img {
        min-height: 188px;
        height: 188px;
    }

    .fleet-card h3 {
        font-size: 1.12rem;
    }

    .fleet-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .fleet-card__actions,
    .fleet-card__actions .button-primary {
        width: 100%;
    }

    .vehicle-booking-head p,
    .vehicle-pricing__head small,
    .vehicle-include span {
        font-size: .9rem;
        line-height: 1.55;
    }

    .vehicle-price strong {
        font-size: 2.2rem;
    }

    .vehicle-rates,
    .vehicle-story__facts {
        grid-template-columns: 1fr;
    }

    .vehicle-rate-card {
        min-height: 86px;
        padding: 14px 14px 13px;
    }

    .seo-landing-hero__copy,
    .seo-landing-hero__aside,
    .seo-landing-side,
    .seo-step,
    .seo-stat {
        padding: 18px;
        border-radius: 20px;
    }

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