﻿:root {
    --rzg-teal: #168b3f;
    --rzg-teal-dark: #0f6f30;
    --rzg-ink: #101820;
    --rzg-blue: #70b600;
    --rzg-orange: #f47a00;
    --rzg-sand: #f5f7fb;
    --rzg-line: #e4ddd0;
    --rzg-muted: #5d6a72;
    --rzg-white: #ffffff;
    --rzg-shadow: 0 18px 50px rgba(15, 23, 42, .10);
}

/* Lot 3 — pages publiques et identité de marque */
.rzg-lot3-header {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding-inline: clamp(18px, 4vw, 64px);
}

.rzg-lot3-header .rzg-nav {
    flex: 1;
    justify-content: flex-end;
    gap: 12px;
}

.rzg-lot3-primary-actions,
.rzg-lot3-secondary-nav,
.rzg-lot3-mobile-actions {
    display: flex;
    align-items: center;
}

.rzg-lot3-primary-actions { gap: 8px; }
.rzg-lot3-secondary-nav { gap: 2px; }
.rzg-lot3-mobile-actions { display: none; }

.rzg-lot3-secondary-nav > a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    color: #23364d;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.rzg-lot3-secondary-nav > a:hover,
.rzg-lot3-secondary-nav > a:focus-visible {
    color: #168b3f;
    background: #eef8f1;
}

.rzg-lot3-secondary-nav .rzg-lot3-register {
    color: #fff;
    background: #168b3f;
}

.rzg-lot3-secondary-nav .rzg-lot3-register:hover,
.rzg-lot3-secondary-nav .rzg-lot3-register:focus-visible {
    color: #fff;
    background: #0f7334;
}

.rzg-lot3-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #168b3f;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.rzg-lot3-hero .rzg-autostop-hero-copy {
    justify-content: center;
}

.rzg-lot3-hero .rzg-title {
    max-width: 650px !important;
}

.rzg-lot3-lead {
    max-width: 650px;
    margin: 20px 0 0;
    color: #41536a;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.6;
}

.rzg-lot3-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.rzg-lot3-search-note {
    margin: 12px 4px 0;
    color: #526580;
    font-size: 14px;
}

.rzg-lot3-section,
.rzg-lot3-content {
    background: #fff;
}

.rzg-lot3-section--soft {
    background: #f3f7f3 !important;
}

.rzg-lot3-section--dark {
    color: #fff;
    background: #08263a !important;
}

.rzg-lot3-section--dark h2,
.rzg-lot3-section--dark h3,
.rzg-lot3-section--dark p,
.rzg-lot3-section--dark li {
    color: inherit;
}

.rzg-lot3-section--dark .rzg-lot3-kicker {
    color: #88d669;
}

.rzg-lot3-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.rzg-lot3-heading h2,
.rzg-lot3-split h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

.rzg-lot3-heading p {
    margin: 14px 0 0;
    color: #526580;
    font-size: 17px;
    line-height: 1.6;
}

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

.rzg-lot3-card-grid > article {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #dfeae0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(8, 38, 58, .06);
}

.rzg-lot3-card-grid > article > b,
.rzg-lot3-story-grid article > span {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 12px;
    background: #168b3f;
    font-size: 15px;
}

.rzg-lot3-card-grid h2,
.rzg-lot3-card-grid h3 {
    margin: 0 0 10px;
    color: #08263a;
    font-size: 21px;
    line-height: 1.2;
}

.rzg-lot3-card-grid p,
.rzg-lot3-card-grid li {
    color: #526580;
    line-height: 1.65;
}

.rzg-lot3-card-grid ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

.rzg-lot3-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.rzg-lot3-route-grid > a {
    display: grid;
    gap: 8px;
    padding: 22px;
    color: #08263a;
    border: 1px solid #dbe8dc;
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(8, 38, 58, .05);
}

.rzg-lot3-route-grid > a:hover,
.rzg-lot3-route-grid > a:focus-visible {
    border-color: #168b3f;
    box-shadow: 0 14px 34px rgba(22, 139, 63, .12);
    transform: translateY(-2px);
}

.rzg-lot3-route-grid strong {
    color: #168b3f;
    font-size: 18px;
}

.rzg-lot3-route-grid span {
    color: #526580;
    font-size: 14px;
}

.rzg-lot3-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(28px, 6vw, 74px);
}

.rzg-lot3-split p,
.rzg-lot3-split li {
    font-size: 17px;
    line-height: 1.65;
}

.rzg-lot3-split ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rzg-lot3-split li {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
}

.rzg-lot3-driver {
    border-top: 1px solid #dfeae0;
    border-bottom: 1px solid #dfeae0;
}

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

.rzg-lot3-faq details {
    padding: 0 22px;
    border: 1px solid #dfeae0;
    border-radius: 16px;
    background: #fff;
}

.rzg-lot3-faq summary {
    padding: 20px 0;
    color: #08263a;
    cursor: pointer;
    font-size: 17px;
    font-weight: 900;
}

.rzg-lot3-faq p {
    margin: 0 0 22px;
    color: #526580;
    line-height: 1.65;
}

.rzg-lot3-page {
    width: 100%;
    background: #fff;
}

.rzg-lot3-page-inner {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.rzg-lot3-page-hero {
    padding: clamp(64px, 8vw, 108px) 0;
    background: linear-gradient(135deg, #f3f7f3 0%, #fff 58%, #eef8f1 100%);
}

.rzg-lot3-page-hero .rzg-lot3-page-inner {
    max-width: 920px;
}

.rzg-lot3-page-hero h1 {
    margin: 0;
    color: #08263a;
    font-size: clamp(38px, 5.5vw, 66px);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.rzg-lot3-page-hero p {
    max-width: 820px;
    margin: 22px 0 0;
    color: #526580;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.rzg-lot3-content {
    padding: clamp(58px, 7vw, 92px) 0;
}

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

.rzg-lot3-story-grid article,
.rzg-lot3-journeys > article {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid #dfeae0;
    border-radius: 24px;
    background: #fff;
}

.rzg-lot3-story-grid h2,
.rzg-lot3-journeys h2 {
    margin: 0 0 16px;
    color: #08263a;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
}

.rzg-lot3-story-grid p,
.rzg-lot3-journeys p {
    color: #526580;
    line-height: 1.65;
}

.rzg-lot3-journeys ol {
    display: grid;
    gap: 16px;
    margin: 24px 0;
    padding-left: 24px;
}

.rzg-lot3-journeys h3 {
    margin: 0;
    color: #168b3f;
    font-size: 17px;
}

.rzg-lot3-journeys li p {
    margin: 5px 0 0;
}

.rzg-lot3-city-search {
    display: grid;
    gap: 8px;
    max-width: 560px;
    margin-top: 30px;
    color: #08263a;
    font-weight: 900;
}

.rzg-lot3-city-search input {
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid #bdd7c0;
    border-radius: 14px;
    background: #fff;
    font: inherit;
}

.rzg-lot3-city-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.rzg-lot3-city-grid a {
    padding: 14px 16px;
    color: #08263a;
    border: 1px solid #dfeae0;
    border-radius: 12px;
    background: #fff;
    font-weight: 850;
    text-decoration: none;
}

.rzg-lot3-city-grid a:hover,
.rzg-lot3-city-grid a:focus-visible {
    color: #168b3f;
    border-color: #168b3f;
}

.rzg-lot3-route-search {
    padding: 30px 0;
    border-top: 1px solid #dfeae0;
    border-bottom: 1px solid #dfeae0;
    background: #f3f7f3;
}

.rzg-lot3-route-search .rzg-search {
    max-width: none;
    margin: 0;
}

.rzg-lot3-empty {
    padding: 34px;
    border: 1px dashed #aacdad;
    border-radius: 20px;
    background: #f7fbf7;
}

.rzg-lot3-empty h3 { margin: 0 0 8px; color: #08263a; }
.rzg-lot3-empty p { margin: 0; color: #526580; }

.rzg-lot3-footer .rzg-footer-inner {
    grid-template-columns: minmax(220px, .9fr) minmax(0, 3.1fr);
}

.rzg-lot3-footer .rzg-footer-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 42px);
}

.rzg-lot3-footer .rzg-footer-bottom {
    grid-column: 1 / -1;
}

@media (max-width: 1180px) and (min-width: 981px) {
    .rzg-lot3-secondary-nav > a {
        padding-inline: 7px;
        font-size: 13px;
    }

    .rzg-lot3-header .rzg-language-menu {
        display: none;
    }
}

@media (max-width: 980px) {
    .rzg-lot3-header {
        gap: 10px;
        padding-inline: 14px;
    }

    .rzg-lot3-mobile-actions {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        gap: 7px;
    }

    .rzg-lot3-mobile-actions a {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        padding: 0 12px;
        color: #168b3f;
        border: 1px solid #168b3f;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
    }

    .rzg-lot3-mobile-actions a:last-child {
        color: #fff;
        background: #168b3f;
    }

    .rzg-lot3-header .rzg-nav.is-open {
        display: grid;
        gap: 8px;
    }

    .rzg-lot3-header .rzg-lot3-primary-actions,
    .rzg-lot3-header .rzg-lot3-secondary-nav {
        display: grid;
        gap: 0;
    }

    .rzg-lot3-header .rzg-header-search,
    .rzg-lot3-header .rzg-header-cta,
    .rzg-lot3-header .rzg-lot3-secondary-nav > a {
        display: flex !important;
        width: 100%;
        min-height: 44px;
        justify-content: flex-start;
        padding: 0 8px;
        border: 0;
        border-bottom: 1px solid #eef3f8;
        border-radius: 0;
        color: #08263a;
        background: transparent;
        font-size: 15px;
    }

    .rzg-lot3-header .rzg-header-search span,
    .rzg-lot3-header .rzg-header-cta-icon {
        display: none;
    }

    .rzg-lot3-header .rzg-language-menu,
    .rzg-lot3-header .rzg-user-menu {
        display: none;
    }

    .rzg-lot3-card-grid,
    .rzg-lot3-route-grid,
    .rzg-lot3-split,
    .rzg-lot3-story-grid,
    .rzg-lot3-journeys {
        grid-template-columns: 1fr;
    }

    .rzg-lot3-city-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rzg-lot3-footer .rzg-footer-inner,
    .rzg-lot3-footer .rzg-footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rzg-lot3-footer .rzg-footer-brand,
    .rzg-lot3-footer .rzg-footer-bottom {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .rzg-lot3-header .rzg-autostop-brand img {
        width: 58px;
    }

    .rzg-lot3-mobile-actions a {
        padding-inline: 10px;
        font-size: 12px;
    }

    .rzg-lot3-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rzg-lot3-actions .rzg-button {
        width: 100%;
        justify-content: center;
    }

    .rzg-lot3-city-grid,
    .rzg-lot3-footer .rzg-footer-inner,
    .rzg-lot3-footer .rzg-footer-columns {
        grid-template-columns: 1fr;
    }

    .rzg-lot3-footer .rzg-footer-brand,
    .rzg-lot3-footer .rzg-footer-bottom {
        grid-column: auto;
    }
}

/* Qui sommes-nous */
.rzg-about-page {
    overflow: hidden;
    background: #ffffff;
    color: #051b3a;
}

.rzg-about-inner {
    width: min(1120px, calc(100vw - 48px));
    margin: 0 auto;
}

.rzg-about-hero {
    padding: 84px 0 70px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.rzg-about-hero-grid,
.rzg-about-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: clamp(40px, 6vw, 82px);
    align-items: stretch;
}

.rzg-about-split--reverse {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
}

.rzg-about-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border: 1px solid rgba(0, 157, 204, 0.24);
    border-radius: 999px;
    background: #eefaff;
    color: #079dcc;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.rzg-about-copy h1,
.rzg-about-copy h2,
.rzg-about-heading h2,
.rzg-about-routes h2 {
    margin: 0;
    color: #051b3a;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.rzg-about-copy h1 {
    margin-top: 18px;
    max-width: 780px;
}

.rzg-about-copy p,
.rzg-about-heading p {
    margin: 20px 0 0;
    color: #20304b;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.68;
}

.rzg-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.rzg-button--outline {
    background: #fff;
    color: #079dcc;
    border: 2px solid #079dcc;
}

.rzg-about-hero-media,
.rzg-about-image {
    display: flex;
    width: 100%;
    min-width: 0;
    margin: 0;
    min-height: 420px;
}

.rzg-about-hero-media img,
.rzg-about-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(5, 27, 58, 0.12);
}

.rzg-about-hero-media {
    max-width: 420px;
    justify-self: center;
}

.rzg-about-copy {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    justify-content: center;
}

.rzg-about-section {
    padding: 78px 0;
    background: #ffffff;
}

.rzg-about-section--soft {
    background: #eef8fd;
}

.rzg-about-mission {
    padding-top: 52px;
}

.rzg-about-heading {
    max-width: 800px;
    margin: 0 auto 38px;
    text-align: center;
}

.rzg-about-routes {
    padding: 66px 0 74px;
    background: #079dcc;
    text-align: center;
}

.rzg-about-routes h2 {
    color: #ffffff;
}

.rzg-about-route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 28px;
    margin-top: 34px;
}

.rzg-about-route-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    border: 1px solid rgba(5, 27, 58, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #0a4c6b;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(5, 27, 58, 0.08);
}

.rzg-about-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.rzg-about-routes .rzg-about-actions {
    justify-content: center;
    margin-top: 42px;
}

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

.rzg-about-values article {
    min-height: 250px;
    padding: 32px;
    border: 1px solid #d7eef7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(5, 27, 58, 0.07);
}

.rzg-about-values article > span {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 999px;
    background: #eefaff;
    color: #079dcc;
    font-size: 22px;
    font-weight: 900;
}

.rzg-about-values h3,
.rzg-about-checklist h3 {
    margin: 22px 0 10px;
    color: #051b3a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.rzg-about-values p,
.rzg-about-checklist p {
    margin: 0;
    color: #20304b;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.62;
}

.rzg-about-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
    margin-top: 26px;
}

.rzg-about-checklist article {
    position: relative;
    padding-left: 28px;
}

.rzg-about-checklist article::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #051b3a;
    font-weight: 900;
}

.rzg-about-checklist h3 {
    margin-top: 0;
}

.rzg-about-light {
    padding-bottom: 92px;
}

@media (max-width: 980px) {
    .rzg-about-hero-grid,
    .rzg-about-split,
    .rzg-about-split--reverse {
        grid-template-columns: 1fr;
    }

    .rzg-about-copy,
    .rzg-about-hero-media,
    .rzg-about-image {
        min-height: auto;
    }

    .rzg-about-hero-media img,
    .rzg-about-image img {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .rzg-about-split--reverse .rzg-about-image {
        order: -1;
    }

    .rzg-about-route-grid,
    .rzg-about-values,
    .rzg-about-checklist {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .rzg-about-inner {
        width: min(100% - 28px, 560px);
    }

    .rzg-about-hero {
        padding: 50px 0 44px;
    }

    .rzg-about-section,
    .rzg-about-routes {
        padding: 52px 0;
    }

    .rzg-about-route-grid,
    .rzg-about-values,
    .rzg-about-checklist {
        grid-template-columns: 1fr;
    }

    .rzg-about-copy h1,
    .rzg-about-copy h2,
    .rzg-about-heading h2,
    .rzg-about-routes h2 {
        font-size: clamp(30px, 10vw, 40px);
    }

    .rzg-about-copy p,
    .rzg-about-heading p {
        font-size: 15px;
    }

    .rzg-about-actions {
        flex-direction: column;
    }
}

.rzg-error-page {
    background: linear-gradient(180deg, #f4fbff 0%, #ffffff 44%, #ffffff 100%);
    color: #051b3a;
}

.rzg-error-inner {
    width: min(1120px, calc(100vw - 48px));
    margin: 0 auto;
}

.rzg-error-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: clamp(36px, 6vw, 84px);
    align-items: stretch;
    padding: 86px 0 74px;
}

.rzg-error-copy {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: center;
}

.rzg-error-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border: 1px solid rgba(0, 157, 204, .24);
    border-radius: 999px;
    background: #eefaff;
    color: #079dcc;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.rzg-error-copy h1 {
    max-width: 760px;
    margin: 18px 0 0;
    color: #051b3a;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0;
}

.rzg-error-copy p {
    max-width: 680px;
    margin: 22px 0 0;
    color: #20304b;
    font-size: 16px;
    line-height: 1.68;
    font-weight: 650;
}

.rzg-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.rzg-error-visual {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 28px;
    background: #079dcc;
    color: #fff;
    box-shadow: 0 24px 70px rgba(5, 27, 58, .12);
}

.rzg-error-visual strong {
    display: block;
    font-size: clamp(86px, 10vw, 144px);
    line-height: 1;
    font-weight: 950;
}

.rzg-error-routes {
    padding: 58px 0 78px;
    background: #079dcc;
    color: #fff;
}

.rzg-error-routes h2 {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(26px, 2.6vw, 38px);
    line-height: 1.15;
    text-align: center;
    font-weight: 950;
}

.rzg-error-route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 28px;
}

.rzg-error-route-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    border: 1px solid rgba(5, 27, 58, .18);
    border-radius: 999px;
    background: #fff;
    color: #0a4c6b;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.rzg-error-help .rzg-about-actions {
    justify-content: center;
}

@media (max-width: 900px) {
    .rzg-error-hero {
        grid-template-columns: 1fr;
        padding: 56px 0 52px;
    }

    .rzg-error-copy,
    .rzg-error-visual {
        min-height: auto;
    }

    .rzg-error-visual {
        min-height: 220px;
    }

    .rzg-error-route-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .rzg-error-inner {
        width: min(100% - 28px, 560px);
    }

    .rzg-error-copy h1 {
        font-size: clamp(34px, 12vw, 48px);
    }

    .rzg-error-copy p {
        font-size: 15px;
    }

    .rzg-error-actions {
        flex-direction: column;
    }

    .rzg-error-route-grid {
        grid-template-columns: 1fr;
    }
}

.rzg-header {
    position: sticky;
    top: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
    padding: 14px clamp(18px, 6vw, 112px);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(228, 221, 208, .85);
    backdrop-filter: blur(14px);
}

.rzg-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.admin-bar .rzg-header {
    top: 32px;
}

.rzg-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #051b3a;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}

.rzg-brand span::before {
    content: "R";
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    color: #fff;
    background: #168b3f;
    border-radius: 10px;
    font-size: 18px;
}

.rzg-menu,
.rzg-footer-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rzg-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: var(--rzg-ink);
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.rzg-menu a:hover,
.rzg-menu .current-menu-item > a {
    color: #168b3f;
    background: #f3faef;
}

.rzg-menu-auth {
    display: none;
}

.rzg-menu-search-item {
    display: none;
}

.rzg-menu-mobile-profile,
.rzg-menu-mobile-action,
.rzg-menu-mobile-logout {
    display: none;
}

.rzg-menu-profile-link img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.rzg-header-cta {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    color: #168b3f;
    background: #fff;
    border: 2px solid #168b3f;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.rzg-header-login-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: #168b3f;
    background: #f3faef;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.rzg-header-login-link:hover {
    background: #dcebff;
}

.rzg-locale {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #168b3f;
    border-radius: 50%;
    background: #f0f7ff;
    font-size: 12px;
    font-weight: 900;
}

.rzg-login-icon,
.rzg-user-menu summary,
.rzg-guest-menu summary {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f3faef;
    cursor: pointer;
}

.rzg-login-icon span,
.rzg-guest-menu summary span {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
}

.rzg-login-icon span::before,
.rzg-guest-menu summary span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #168b3f;
    transform: translateX(-50%);
}

.rzg-login-icon span::after,
.rzg-guest-menu summary span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 24px;
    height: 13px;
    border-radius: 14px 14px 8px 8px;
    background: #168b3f;
    transform: translateX(-50%);
}

.rzg-user-menu,
.rzg-guest-menu {
    position: relative;
    z-index: 2000;
}

.rzg-user-menu summary,
.rzg-guest-menu summary {
    list-style: none;
}

.rzg-user-menu summary::-webkit-details-marker,
.rzg-guest-menu summary::-webkit-details-marker {
    display: none;
}

.rzg-user-menu img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.rzg-user-menu-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 2100;
    display: grid;
    min-width: 210px;
    padding: 10px;
    border: 1px solid #dff1df;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-user-menu-panel a {
    padding: 12px;
    border-radius: 10px;
    color: var(--rzg-ink);
    font-weight: 800;
    text-decoration: none;
}

.rzg-user-menu-panel a:hover {
    color: #168b3f;
    background: #f3faef;
}

.rzg-guest-menu-panel {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 2100;
    display: grid;
    min-width: 320px;
    padding: 8px 0;
    border: 1px solid #eef2f7;
    background: #fff;
    box-shadow: 0 18px 40px rgba(5, 27, 58, .16);
}

.rzg-guest-menu-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 58px;
    padding: 0 24px;
    color: #051b3a;
    font-weight: 900;
    text-decoration: none;
}

.rzg-guest-menu-panel a:hover {
    background: #f6f9fc;
}

.rzg-guest-menu-panel b {
    color: #526580;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
}

.rzg-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--rzg-teal);
    cursor: pointer;
}

.rzg-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: #fff;
}

.rzg-menu-toggle--avatar {
    padding: 0;
    overflow: hidden;
    background: #f3faef;
    border: 2px solid #f3faef;
}

.rzg-menu-toggle--avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rzg-site-main {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(18px, 3vw, 36px);
}

.rzg-shortcode-page {
    width: 100%;
    max-width: none;
    padding: 0;
}

.rzg-shortcode-page .rzg-entry-content--canvas {
    margin: 0;
}

.rzg-front-page {
    width: 100%;
    max-width: none;
    padding: 0;
}

.rzg-content-card,
.rzg-page-shell {
    width: min(100%, 1120px);
    margin: 34px auto;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid var(--rzg-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-page-header h1 {
    margin: 0 0 22px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
}

.rzg-section {
    padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.rzg-section-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.rzg-hero {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, rgba(5, 27, 58, .92), rgba(5, 27, 58, .48)), var(--rzg-hero-image, linear-gradient(135deg, #168b3f, #70b600));
    background-size: cover;
    background-position: center;
}

.rzg-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .62fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding-top: clamp(42px, 8vw, 90px);
    padding-bottom: clamp(42px, 8vw, 90px);
}

.rzg-hero-copy {
    max-width: 980px;
}

.rzg-kicker {
    margin: 0 0 12px;
    color: var(--rzg-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rzg-title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(42px, 8vw, 92px);
    line-height: .98;
    font-weight: 900;
}

.rzg-lead {
    max-width: 640px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(18px, 2vw, 24px);
}

.rzg-search {
    display: grid;
    grid-template-columns: 1fr 44px 1fr 170px 150px auto;
    gap: 10px;
    max-width: 980px;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--rzg-shadow);
}

.rzg-search-header {
    position: sticky;
    top: 72px;
    z-index: 1200;
    isolation: isolate;
    padding: 18px clamp(14px, 4vw, 64px);
    background: #fff;
    border-bottom: 1px solid #dbe5ef;
}

.admin-bar .rzg-search-header {
    top: 104px;
}

.rzg-search-header .rzg-section-inner {
    width: min(1540px, 100%);
}

.rzg-search-page-form {
    position: relative;
    z-index: 2;
    max-width: none;
    margin: 0;
    grid-template-columns: minmax(160px, 1fr) 44px minmax(160px, 1fr) 170px 130px auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rzg-search-page-form input,
.rzg-search-page-form select {
    min-height: 56px;
}

.rzg-search label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.rzg-search label span {
    color: var(--rzg-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rzg-city-combo {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: stretch;
}

.rzg-city-combo input {
    width: 100%;
    padding-right: 42px;
}

.rzg-city-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: calc(100% - 16px);
    border: 0;
    border-left: 1px solid #dbe5ef;
    background: transparent;
    color: #051b3a;
    cursor: pointer;
    font-weight: 900;
}

.rzg-swap-cities {
    align-self: center;
    justify-self: center;
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #b9dcc2;
    border-radius: 50%;
    color: #168b3f;
    background: #f3faef;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .16s ease, background-color .16s ease;
}

.rzg-swap-cities:hover,
.rzg-swap-cities:focus-visible {
    color: #fff;
    background: #168b3f;
    outline: 3px solid rgba(22, 139, 63, .18);
    outline-offset: 2px;
    transform: rotate(180deg);
}

.rzg-city-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1210;
    max-height: 280px;
    overflow: auto;
    padding: 8px;
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-city-results button {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #051b3a;
    cursor: pointer;
    font-weight: 800;
    text-align: left;
}

.rzg-city-results button:hover,
.rzg-city-results button:focus {
    background: #f3faef;
    outline: none;
}

.rzg-city-results button:disabled {
    cursor: default;
    color: #7a8794;
    background: #fff;
}

.rzg-search input,
.rzg-search select {
    min-height: 52px;
    width: 100%;
    padding: 0 16px;
    border: 1px solid #dff1df;
    border-radius: 12px;
    color: var(--rzg-ink);
    background: #fff;
    font: inherit;
    font-weight: 700;
}

.rzg-hero-search {
    grid-template-columns: 1fr 44px 1fr 170px 130px 150px auto;
}

.rzg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--rzg-blue);
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.rzg-button.is-orange {
    background: var(--rzg-orange);
}

.rzg-button.is-light {
    color: var(--rzg-teal);
    background: #f3faef;
}

.rzg-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.rzg-hero-panel {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--rzg-shadow);
}

.rzg-mini-stat,
.rzg-driver-card,
.rzg-route-preview {
    padding: 18px;
    border: 1px solid #dff1df;
    border-radius: 18px;
    color: var(--rzg-ink);
    background: #fff;
}

.rzg-mini-stat span {
    display: block;
    color: var(--rzg-muted);
    font-size: 13px;
    font-weight: 800;
}

.rzg-mini-stat strong {
    display: block;
    margin-top: 6px;
    font-size: 28px;
}

.rzg-driver-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rzg-driver-card span {
    display: block;
    color: var(--rzg-muted);
    font-size: 13px;
}

.rzg-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    color: #fff;
    background: var(--rzg-teal);
    border-radius: 50%;
    font-weight: 900;
}

.rzg-route-preview {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    font-weight: 900;
}

.rzg-route-preview i {
    display: block;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rzg-orange), var(--rzg-blue));
}

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

.rzg-white {
    background: #fff;
}

.rzg-card {
    padding: 24px;
    border: 1px solid var(--rzg-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.rzg-card strong {
    display: block;
    color: var(--rzg-ink);
    font-size: 22px;
    line-height: 1.15;
}

.rzg-card p {
    margin: 12px 0 0;
    color: var(--rzg-muted);
}

.rzg-steps {
    margin-top: 28px;
}

.rzg-step-index {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    color: var(--rzg-teal);
    background: #f3faef;
    border-radius: 12px;
    font-weight: 900;
}

.rzg-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: center;
}

.rzg-split img,
.rzg-map-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: var(--rzg-shadow);
}

.rzg-map-card {
    overflow: hidden;
    border: 1px solid var(--rzg-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--rzg-shadow);
}

.rzg-map-card img {
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.rzg-map-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px;
}

.rzg-map-metrics span {
    padding: 14px;
    border-radius: 14px;
    background: var(--rzg-sand);
    color: var(--rzg-muted);
    font-size: 13px;
}

.rzg-map-metrics strong {
    display: block;
    color: var(--rzg-ink);
    font-size: 18px;
}

.rzg-section h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.03;
}

.rzg-section p {
    color: var(--rzg-muted);
}

.rzg-destination-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.rzg-destination {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--rzg-line);
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rzg-destination:hover {
    transform: translateY(-3px);
    box-shadow: var(--rzg-shadow);
}

.rzg-destination span {
    display: block;
    color: var(--rzg-orange);
    font-size: 13px;
    font-weight: 900;
}

.rzg-destination em {
    color: var(--rzg-muted);
    font-style: normal;
    font-weight: 700;
}

.rzg-trip-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.rzg-trip-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px;
    border: 1px solid var(--rzg-line);
    border-radius: 20px;
    background: #fff;
}

.rzg-trip-card h3 {
    margin: 0;
    color: var(--rzg-teal);
    font-size: 22px;
}

.rzg-trip-card h3 span {
    color: var(--rzg-orange);
}

.rzg-trip-card p {
    margin: 4px 0 14px;
}

.rzg-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rzg-pills span {
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--rzg-sand);
    color: var(--rzg-ink);
    font-size: 13px;
    font-weight: 900;
}

.rzg-linked-card {
    color: inherit;
    text-decoration: none;
}

.rzg-cta {
    color: #fff;
    background: var(--rzg-teal);
}

.rzg-cta p {
    color: rgba(255, 255, 255, .86);
}

.rzg-cta-card {
    background: #fff;
}

.rzg-page-hero {
    background: linear-gradient(135deg, #f5f7fb, #ffffff);
}

.rzg-page-hero .rzg-title {
    color: var(--rzg-ink);
}

.rzg-page-hero p {
    max-width: 760px;
}

.rzg-compact {
    padding-top: 28px;
}

.rzg-search-page-form {
    max-width: none;
    grid-template-columns: minmax(160px, 1fr) 44px minmax(160px, 1fr) 170px 130px auto;
}

.rzg-route-examples {
    margin-top: 28px;
}

.rzg-search-results-shell {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 42px;
    width: min(1460px, 100%);
    margin: 0 auto;
    padding: 28px clamp(18px, 6vw, 112px) 70px;
    background: #fff;
}

.rzg-search-filters {
    display: grid;
    align-content: start;
    gap: 18px;
    color: #051b3a;
}

.rzg-map-placeholder {
    display: none;
    place-items: center;
    min-height: 165px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(0, 101, 242, .16), rgba(255,255,255,.65)),
        repeating-linear-gradient(45deg, #e5edf5 0 8px, #f8fbff 8px 16px);
}

.rzg-map-placeholder span {
    padding: 16px 24px;
    color: #fff;
    background: #168b3f;
    border-radius: 999px;
    font-weight: 900;
}

.rzg-search-filters h2 {
    margin: 18px 0 0;
    font-size: 24px;
}

.rzg-search-filters label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
}

.rzg-filter-form {
    display: grid;
    gap: 14px;
}

.rzg-search-filters > h2,
.rzg-search-filters > label {
    display: none;
}

.rzg-search-filters input[type="checkbox"],
.rzg-search-filters input[type="radio"] {
    width: 22px;
    height: 22px;
    accent-color: #168b3f;
}

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

.rzg-filter-row label {
    display: grid;
    gap: 6px;
}

.rzg-filter-row label span {
    color: #526580;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rzg-filter-row input,
.rzg-filter-form select {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #dbe5ef;
    border-radius: 10px;
    background: #fff;
    color: #051b3a;
    font-weight: 800;
}

.rzg-filter-actions {
    display: grid;
    gap: 10px;
    margin-top: 6px;
}

.rzg-filter-actions .rzg-button {
    width: 100%;
}

.rzg-filter-actions a {
    color: #168b3f;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.rzg-search-results {
    display: grid;
    gap: 16px;
}

.rzg-search-tabs {
    display: flex;
    gap: 28px;
    align-items: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
}

.rzg-search-tabs strong,
.rzg-search-tabs span {
    color: #051b3a;
    font-size: 18px;
    font-weight: 900;
}

.rzg-results-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.rzg-results-tools {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rzg-results-tools form,
.rzg-results-tools label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.rzg-results-tools select {
    min-height: 38px;
    border: 1px solid #dbe5ef;
    border-radius: 10px;
    background: #fff;
    font-weight: 800;
}

.rzg-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.rzg-pagination a,
.rzg-pagination span {
    padding: 10px 14px;
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    background: #fff;
    color: #051b3a;
    font-weight: 900;
    text-decoration: none;
}

.rzg-results-title h1 {
    margin: 0;
    color: #051b3a;
    font-size: 22px;
}

.rzg-results-title strong {
    color: #051b3a;
}

.rzg-front-trip-list {
    display: grid;
    gap: 14px;
}

.rzg-front-trip-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: start;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background: #fff;
}

.rzg-front-trip-main {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 16px;
    color: inherit;
    text-decoration: none;
}

.rzg-front-timeline {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 8px;
    color: #051b3a;
    font-size: 18px;
}

.rzg-front-timeline i {
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: #526580;
}

.rzg-front-trip-card h2 {
    margin: 0;
    color: #051b3a;
    font-size: 20px;
}

.rzg-front-trip-card p {
    margin: 6px 0 0;
    color: #40516a;
}

.rzg-front-driver {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 9px;
    color: #526580;
    font-weight: 800;
}

.rzg-front-driver img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.rzg-front-amenities {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.rzg-front-amenities span {
    color: #526580;
    font-weight: 800;
}

.rzg-front-trip-side {
    display: grid;
    align-content: start;
    justify-items: end;
    gap: 8px;
}

.rzg-front-trip-side strong {
    color: #051b3a;
    font-size: 25px;
    font-weight: 900;
}

.rzg-mobile-drawer-toggle {
    display: none;
}

.rzg-front-trip-side a {
    color: #168b3f;
    font-weight: 900;
    text-decoration: none;
}

.rzg-empty-results {
    padding: 20px 22px;
    border: 1px dashed #b9c7d8;
    border-radius: 18px;
    color: #526580;
    background: #fff;
    font-weight: 800;
}

.rzg-search-error {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #efb4ad;
    border-radius: 14px;
    color: #9f271d;
    background: #fff1ef;
    font-weight: 800;
}

/* Public search: BlaBlaCar-inspired layout adapted to COVOIZIN */
.rzg-search-header {
    padding: 16px clamp(14px, 4vw, 64px) 14px;
    background: #f5f7fb !important;
    border-bottom: 0;
}

.rzg-search-header .rzg-section-inner {
    width: min(1180px, 100%);
    background: transparent !important;
}

.rzg-search-page-form {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) 44px minmax(190px, 1fr) 160px 142px 150px;
    gap: 0;
    overflow: visible;
    padding: 0;
    border: 2px solid #168b3f;
    border-radius: 18px;
    background: #f5f7fb !important;
    box-shadow: 0 8px 22px rgba(0, 101, 242, .16);
}

.rzg-search-page-form label {
    gap: 2px;
    padding: 11px 16px;
    border-right: 1px solid #e3ebf5;
}

.rzg-search-page-form label span {
    color: #526580;
    font-size: 12px;
}

.rzg-search-page-form input,
.rzg-search-page-form select {
    min-height: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #051b3a;
    background: transparent;
    font-size: 15px;
    font-weight: 900;
}

.rzg-search-page-form .rzg-city-combo input {
    padding-right: 36px;
}

.rzg-search-page-form .rzg-city-toggle {
    top: 0;
    right: 0;
    height: 100%;
}

.rzg-search-page-form .rzg-button {
    min-height: 68px;
    border-radius: 0 14px 14px 0;
}

.rzg-search-results-shell {
    grid-template-columns: 310px minmax(0, 820px);
    justify-content: center;
    gap: 34px;
    width: 100%;
    padding: 22px clamp(16px, 4vw, 72px) 76px;
    background: #f5f7fb;
}

@media (min-width: 901px) {
    .rzg-search-header {
        position: fixed;
        top: 78px;
        left: 0;
        right: 0;
        z-index: 1200;
    }

    .admin-bar .rzg-search-header {
        top: 110px;
    }

    .rzg-search-results-shell {
        position: relative;
        z-index: 1;
        margin-top: 118px;
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
        scrollbar-gutter: auto;
    }

    .admin-bar .rzg-search-results-shell {
        max-height: none;
    }
}

.rzg-search-filters {
    gap: 18px;
}

.rzg-search-filters .rzg-map-placeholder {
    display: none !important;
}

.rzg-map-placeholder {
    display: grid;
    min-height: 144px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(0, 101, 242, .12), rgba(255,255,255,.62)),
        linear-gradient(90deg, transparent 0 28%, rgba(0,101,242,.18) 28% 31%, transparent 31% 100%),
        linear-gradient(0deg, transparent 0 42%, rgba(0,101,242,.16) 42% 45%, transparent 45% 100%),
        repeating-linear-gradient(45deg, #e9f1fb 0 10px, #f7fbff 10px 20px);
    box-shadow: 0 8px 24px rgba(5, 27, 58, .05);
}

.rzg-map-placeholder span {
    padding: 14px 22px;
    background: #168b3f;
    box-shadow: 0 10px 20px rgba(0, 101, 242, .22);
}

.rzg-legal-page {
    width: min(960px, calc(100vw - 40px));
    margin: 54px auto 88px;
    color: #07182e;
}

.rzg-legal-page h2 {
    margin: 36px 0 18px;
    color: #064766;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.2;
    font-weight: 950;
}

.rzg-legal-page h2:first-child {
    margin-top: 0;
}

.rzg-legal-page p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.78;
}

.rzg-legal-document {
    width: min(1120px, calc(100vw - 40px));
    margin: 56px auto 88px;
    color: #051b3a;
}

.rzg-legal-hero,
.rzg-legal-panel {
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(5, 27, 58, 0.08);
}

.rzg-legal-hero {
    padding: clamp(26px, 4vw, 42px);
    margin-bottom: 22px;
}

.rzg-legal-hero span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #079dcc;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rzg-legal-hero h1 {
    margin: 0;
    color: #051b3a;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.rzg-legal-hero p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #20304b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
}

.rzg-legal-panel {
    padding: clamp(26px, 4vw, 42px);
}

.rzg-legal-panel h2 {
    margin: 34px 0 14px;
    color: #051b3a;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 900;
    line-height: 1.2;
}

.rzg-legal-panel h2:first-child {
    margin-top: 0;
}

.rzg-legal-panel p,
.rzg-legal-panel li {
    color: #25334d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

.rzg-legal-panel p {
    margin: 0 0 16px;
}

.rzg-legal-panel ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.rzg-legal-panel a {
    color: #079dcc;
    font-weight: 900;
}

.rzg-help-page {
    background: #ffffff;
    color: #051b3a;
}

.rzg-help-inner {
    width: min(1120px, calc(100vw - 48px));
    margin: 0 auto;
}

.rzg-help-hero {
    padding: 76px 0 62px;
    background: linear-gradient(180deg, #eef8fd 0%, #ffffff 100%);
}

.rzg-help-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #051b3a;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.rzg-help-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #20304b;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.7;
}

.rzg-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.rzg-help-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
    padding: 54px 0 92px;
}

.rzg-help-sidebar {
    position: sticky;
    top: 104px;
    padding: 24px;
    border: 1px solid #d7eef7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(5, 27, 58, 0.08);
}

.rzg-help-sidebar strong {
    display: block;
    margin-bottom: 14px;
    color: #051b3a;
    font-size: 18px;
    font-weight: 900;
}

.rzg-help-sidebar nav {
    display: grid;
    gap: 4px;
}

.rzg-help-sidebar a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 10px;
    border-radius: 8px;
    color: #20304b;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
}

.rzg-help-sidebar a:hover {
    background: #eefaff;
    color: #079dcc;
}

.rzg-help-content {
    display: grid;
    gap: 20px;
}

.rzg-help-intro-card,
.rzg-help-article,
.rzg-help-contact {
    scroll-margin-top: 112px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid #d7eef7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(5, 27, 58, 0.06);
}

.rzg-help-intro-card {
    background: #f4fbff;
}

.rzg-help-content h2 {
    margin: 0 0 16px;
    color: #051b3a;
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

.rzg-help-content p,
.rzg-help-content li {
    color: #25334d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.78;
}

.rzg-help-content p {
    margin: 0;
}

.rzg-help-content ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rzg-help-content li {
    position: relative;
    padding-left: 30px;
}

.rzg-help-content li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #079dcc;
    font-weight: 900;
}

.rzg-help-contact {
    background: #051b3a;
}

.rzg-help-contact h2,
.rzg-help-contact p {
    color: #ffffff;
}

.rzg-help-contact .rzg-button--outline {
    border-color: #ffffff;
}

@media (max-width: 720px) {
    .rzg-legal-document {
        width: min(100% - 28px, 640px);
        margin: 34px auto 58px;
    }

    .rzg-help-inner {
        width: min(100% - 28px, 640px);
    }

    .rzg-help-hero {
        padding: 48px 0 42px;
    }

    .rzg-help-layout {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 32px 0 58px;
    }

    .rzg-help-sidebar {
        position: static;
    }

    .rzg-help-actions {
        flex-direction: column;
    }
}

.rzg-filter-form {
    gap: 0;
}

.rzg-search-filters h2 {
    margin: 20px 0 14px;
    font-size: 25px;
    line-height: 1.1;
}

.rzg-search-filters h2:first-of-type {
    margin-top: 0;
}

.rzg-search-filters label {
    min-height: 38px;
    gap: 12px;
    color: #051b3a;
}

.rzg-search-filters label span {
    flex: 1;
}

.rzg-filter-icon {
    margin-left: auto;
    color: #526580;
    font-style: normal;
    font-weight: 900;
}

.rzg-search-filters input[type="checkbox"],
.rzg-search-filters input[type="radio"] {
    width: 20px;
    height: 20px;
}

.rzg-filter-row {
    gap: 8px;
}

.rzg-filter-row input,
.rzg-filter-form select {
    min-height: 42px;
    border-radius: 8px;
}

.rzg-search-results {
    gap: 18px;
}

.rzg-search-tabs {
    min-height: 64px;
    padding: 0 36px;
    gap: 48px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(5, 27, 58, .12);
}

.rzg-search-results.is-empty {
    align-content: start;
    gap: 14px;
}

.rzg-search-tabs.is-empty {
    align-self: start;
    min-height: 58px;
    max-height: 58px;
    width: fit-content;
    max-width: 100%;
    padding: 0 26px;
    box-shadow: 0 10px 28px rgba(5, 27, 58, .08);
}

.rzg-search-tabs.is-empty strong::after {
    bottom: -18px;
}

.rzg-search-results.is-empty .rzg-front-trip-list {
    display: block;
}

.rzg-search-results.is-empty .rzg-empty-results {
    width: min(100%, 620px);
    min-height: 0;
    margin-top: 10px;
}

.rzg-search-results.is-empty {
    grid-auto-rows: max-content;
    align-items: start;
}

.rzg-search-results.is-empty .rzg-search-tabs {
    display: inline-flex;
    box-sizing: border-box;
    width: max-content;
    height: 58px !important;
    min-height: 0 !important;
    max-height: 58px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.rzg-search-results.is-empty .rzg-results-title {
    margin: 0;
}

.rzg-search-results.is-empty .rzg-empty-results {
    padding: 16px 20px;
}

.rzg-search-tabs strong {
    position: relative;
}

.rzg-search-tabs strong::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: -21px;
    height: 3px;
    border-radius: 999px;
    background: #051b3a;
}

.rzg-tab-icon {
    margin-right: 10px;
    color: #526580;
}

.rzg-results-title {
    margin-top: 2px;
}

.rzg-results-title h1 {
    font-size: 20px;
    line-height: 1.25;
}

.rzg-front-trip-list {
    gap: 14px;
}

.rzg-front-trip-card {
    grid-template-columns: minmax(0, 1fr) 170px;
    min-height: 104px;
    padding: 14px 20px;
    border-color: #d8e2ef;
    border-radius: 18px;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.rzg-front-trip-card:hover {
    border-color: #b7cae2;
    box-shadow: 0 12px 30px rgba(5, 27, 58, .08);
    transform: translateY(-1px);
}

.rzg-front-trip-main {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 14px;
}

.rzg-front-timeline {
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 9px;
    padding-top: 2px;
}

.rzg-front-timeline strong {
    color: #051b3a;
    font-size: 19px;
    line-height: 1;
}

.rzg-front-timeline i {
    position: relative;
    height: 3px;
    margin-top: 8px;
    background: #526580;
}

.rzg-front-timeline i::before,
.rzg-front-timeline i::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #526580;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.rzg-front-timeline i::before {
    left: -2px;
}

.rzg-front-timeline i::after {
    right: -2px;
}

.rzg-front-trip-card h2 {
    font-size: 20px;
    line-height: 1.2;
}

.rzg-front-trip-body p {
    margin-top: 5px;
}

.rzg-front-driver {
    margin-top: 9px;
}

.rzg-front-driver span {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.rzg-front-driver strong {
    color: #526580;
    font-size: 15px;
}

.rzg-front-driver em {
    color: #526580;
    font-style: normal;
}

.rzg-front-amenities {
    margin-top: 12px;
    gap: 10px 14px;
}

.rzg-front-amenities span {
    color: #526580;
    font-size: 14px;
}

.rzg-front-trip-side {
    justify-items: end;
    gap: 7px;
    padding-top: 4px;
}

.rzg-front-trip-side strong {
    font-size: 28px;
    line-height: 1.05;
    text-align: right;
}

.rzg-front-trip-side > span {
    color: #526580;
    font-size: 13px;
    font-weight: 800;
}

.rzg-front-trip-side a {
    color: #168b3f;
    font-size: 15px;
}

.rzg-driver-benefits ul {
    margin: 16px 0 0;
    padding-left: 20px;
    color: var(--rzg-muted);
}

.rzg-driver-benefits li + li {
    margin-top: 10px;
}

.rzg-footer {
    color: #fff;
    background: #168b3f;
}

.rzg-footer-inner {
    display: grid;
    width: min(1040px, calc(100vw - 44px));
    grid-template-columns: minmax(240px, .8fr) minmax(0, 1.6fr);
    gap: clamp(28px, 5vw, 72px);
    margin: 0 auto;
    padding: clamp(42px, 6vw, 78px) 0 28px;
}

.rzg-footer-brand strong {
    font-size: 28px;
}

.rzg-footer p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .76);
}

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

.rzg-footer h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.rzg-footer a {
    display: block;
    color: #fff;
    text-decoration: none;
    opacity: .78;
}

.rzg-footer a + a {
    margin-top: 10px;
}

.rzg-footer a:hover {
    opacity: 1;
}

.rzg-social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.rzg-footer .rzg-social-links a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(5, 27, 58, .18);
    opacity: 1;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.rzg-footer .rzg-social-links a + a {
    margin-top: 0;
}

.rzg-social-links svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.rzg-footer .rzg-social-links a:hover {
    background: #fff;
    box-shadow: 0 12px 24px rgba(5, 27, 58, .28);
    transform: translateY(-3px) scale(1.04);
}

.rzg-footer .rzg-social-links a:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .45);
    outline-offset: 3px;
}

.rzg-social-link--facebook { color: #1877f2 !important; }
.rzg-social-link--x { color: #111827 !important; }
.rzg-social-link--youtube { color: #ff0033 !important; }
.rzg-social-link--instagram { color: #d62976 !important; }
.rzg-social-link--tiktok { color: #111827 !important; }
.rzg-social-link--linkedin { color: #0a66c2 !important; }

.rzg-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .28);
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

@media (max-width: 900px) {
    .admin-bar .rzg-header {
        top: 46px;
    }

    .rzg-search-header,
    .admin-bar .rzg-search-header {
        top: 58px;
        padding: 12px 16px;
        border-bottom: 0;
        box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
    }

    .rzg-mobile-drawer-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 46px;
        padding: 0 14px;
        border: 1px solid #dbe5ef;
        border-radius: 14px;
        background: #fff;
        color: #051b3a;
        font-weight: 900;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
    }

    .rzg-mobile-drawer-toggle::after {
        content: "^";
        color: #168b3f;
        font-size: 18px;
    }

    .rzg-search-header.is-collapsed .rzg-search-page-form,
    .rzg-search-filters.is-collapsed .rzg-filter-form {
        display: none;
    }

    .rzg-search-filters.is-collapsed {
        gap: 0;
    }

    .rzg-search-header.is-collapsed .rzg-mobile-drawer-toggle::after,
    .rzg-search-filters.is-collapsed .rzg-mobile-drawer-toggle::after {
        content: "v";
    }

    .rzg-search-header .rzg-section-inner {
        display: grid;
        gap: 10px;
    }

    .rzg-menu-toggle {
        display: inline-block;
    }

    .rzg-menu-toggle--avatar {
        display: inline-grid;
        width: 52px;
        height: 52px;
        place-items: center;
        box-shadow: 0 10px 22px rgba(5, 27, 58, .14);
    }

    .rzg-nav {
        display: none;
        position: absolute;
        top: 74px;
        left: 16px;
        right: 16px;
        padding: 14px;
        border: 1px solid var(--rzg-line);
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--rzg-shadow);
    }

    .rzg-nav.is-open {
        display: grid;
        gap: 12px;
    }

    .rzg-menu {
        flex-direction: column;
        align-items: stretch;
    }

    .rzg-menu-auth {
        display: list-item;
    }

    .rzg-menu-search-item {
        display: list-item;
    }

    .rzg-menu a {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        border: 1px solid #edf2f7;
    }

    .rzg-header-login-link,
    .rzg-header-cta {
        width: 100%;
        justify-content: center;
    }

    .rzg-search,
    .rzg-hero-search,
    .rzg-search-page-form,
    .rzg-grid,
    .rzg-hero-grid,
    .rzg-split,
    .rzg-destination-list {
        grid-template-columns: 1fr;
    }

    .rzg-search-page-form {
        gap: 8px;
    }

    .rzg-swap-cities {
        transform: rotate(90deg);
    }

    .rzg-swap-cities:hover,
    .rzg-swap-cities:focus-visible {
        transform: rotate(270deg);
    }

    .rzg-search-page-form input,
    .rzg-search-page-form select {
        min-height: 50px;
    }

    .rzg-trip-card {
        align-items: stretch;
        flex-direction: column;
    }

    .rzg-header-cta {
        justify-content: center;
    }

    .rzg-footer-inner,
    .rzg-footer-columns {
        grid-template-columns: 1fr;
    }

    .rzg-footer-inner {
        width: calc(100vw - 36px);
    }

    .rzg-footer-bottom {
        flex-direction: column;
    }

    .rzg-footer .rzg-social-links {
        gap: 12px;
        flex-wrap: wrap;
    }

    .rzg-footer .rzg-social-links a {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .rzg-footer .rzg-social-links svg {
        width: 18px;
        height: 18px;
    }

    .rzg-search-results-shell,
    .rzg-front-trip-main,
    .rzg-front-trip-card {
        grid-template-columns: 1fr;
    }

    .rzg-search-filters {
        display: grid;
        gap: 14px;
        padding: 0;
    }

    .rzg-search-filters .rzg-mobile-drawer-toggle {
        margin-bottom: 0;
    }

    .rzg-search-results-shell {
        gap: 16px;
        padding: 16px 16px 44px;
        overflow: visible;
    }

    .rzg-search-tabs {
        flex-wrap: wrap;
        gap: 12px;
        min-height: auto;
        padding: 14px;
    }

    .rzg-search-tabs strong,
    .rzg-search-tabs span {
        font-size: 16px;
    }

    .rzg-results-title,
    .rzg-results-tools {
        align-items: flex-start;
        flex-direction: column;
    }

    .rzg-results-tools form,
    .rzg-results-tools label {
        flex-wrap: wrap;
    }

    .rzg-front-trip-card {
        gap: 14px;
        padding: 18px;
    }

    .rzg-front-trip-main {
        gap: 16px;
    }

    .rzg-front-timeline {
        grid-template-columns: auto 1fr;
    }

    .rzg-front-timeline strong:last-child {
        display: none;
    }

    .rzg-front-trip-side {
        justify-items: stretch;
        text-align: left;
    }

    .rzg-front-trip-side a {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .rzg-search-header,
    .admin-bar .rzg-search-header {
        padding: 10px 14px;
    }

    .rzg-search-page-form {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .rzg-search-page-form label {
        padding: 0;
        border-right: 0;
    }

    .rzg-search-page-form input,
    .rzg-search-page-form select {
        min-height: 48px;
        padding: 0 14px;
        border: 1px solid #dbe5ef;
        border-radius: 14px;
    }

    .rzg-search-page-form .rzg-city-combo input {
        padding-right: 46px;
    }

    .rzg-search-page-form .rzg-button {
        min-height: 50px;
        border-radius: 14px;
    }

    .rzg-search-results-shell {
        display: block;
        padding: 14px 14px 42px;
        background: #f5f7fb;
    }

    .rzg-search-filters {
        margin-bottom: 16px;
    }

    .rzg-map-placeholder {
        min-height: 112px;
    }

    .rzg-search-tabs {
        justify-content: flex-start;
        gap: 20px;
        margin-bottom: 18px;
        padding: 16px;
        border-radius: 16px;
        overflow-x: auto;
    }

    .rzg-search-tabs.is-empty {
        width: 100%;
        max-height: none;
    }

    .rzg-search-tabs strong::after {
        bottom: -16px;
    }

    .rzg-results-title {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 12px;
    }

    .rzg-results-title h1 {
        font-size: 24px;
    }

    .rzg-results-tools {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
    }

    .rzg-results-tools strong {
        font-size: 15px;
    }

    .rzg-front-trip-card {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 20px;
        border-radius: 18px;
    }

    .rzg-front-trip-main {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rzg-front-timeline {
        grid-template-columns: auto 1fr auto;
    }

    .rzg-front-timeline strong:last-child {
        display: block;
    }

    .rzg-front-trip-side {
        justify-items: stretch;
        padding-top: 0;
    }

    .rzg-front-trip-side strong {
        text-align: left;
    }

    .rzg-front-trip-side a {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
    }
}

/* BlaBlaCar-inspired first viewport */
.rzg-bbc-header {
    min-height: 78px;
    padding: 0 clamp(18px, 7vw, 126px);
    background: #fff;
    border-bottom: 1px solid #edf2f7;
    box-shadow: none;
    backdrop-filter: none;
}

.rzg-bbc-header .rzg-brand {
    font-size: 27px;
    color: #051b3a;
}

.rzg-bbc-header .rzg-brand span::before {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #168b3f;
}

.rzg-bbc-header .rzg-nav {
    gap: 16px;
}

.rzg-bbc-header .rzg-menu {
    gap: 14px;
}

.rzg-bbc-header .rzg-menu a {
    min-height: 38px;
    padding: 0 4px;
    color: #168b3f;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
}

.rzg-bbc-header .rzg-menu a:hover {
    color: #0f6f30;
    background: transparent;
}

.rzg-header-search {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-decoration: none;
}

.rzg-header-search span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #168b3f;
    border-radius: 50%;
}

.rzg-header-search span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    right: -6px;
    bottom: -3px;
    background: #168b3f;
    border-radius: 999px;
    transform: rotate(45deg);
}

.rzg-bbc-header .rzg-header-cta {
    min-height: 46px;
    padding: 0 22px;
    color: #168b3f;
    background: #fff;
    border: 2px solid #168b3f;
    border-radius: 999px;
    font-size: 15px;
}

.rzg-header-flag {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: inset 8px 0 #0055a4, inset 16px 0 #fff, inset 24px 0 #ef4135;
}

.rzg-bbc-header .rzg-login-icon,
.rzg-bbc-header .rzg-user-menu summary,
.rzg-bbc-header .rzg-guest-menu summary {
    width: 48px;
    height: 48px;
    background: #edf6ff;
}

.rzg-bbc-header .rzg-guest-menu[open] summary {
    outline: 2px solid #051b3a;
    outline-offset: -2px;
    background: #edf6ff;
}

.rzg-bbc-hero {
    min-height: auto;
    padding: clamp(64px, 8vw, 108px) clamp(18px, 7vw, 126px) 62px;
    color: #051b3a;
    background: #fff;
    overflow: visible;
}

.rzg-bbc-hero-grid {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(420px, 1fr);
    grid-template-areas:
        "copy media"
        "search search";
    gap: 46px 76px;
    align-items: center;
    width: min(1220px, 100%);
    margin: 0 auto;
}

.rzg-bbc-hero-copy {
    grid-area: copy;
}

.rzg-bbc-hero .rzg-title {
    max-width: 560px;
    color: #051b3a;
    font-size: clamp(46px, 4.9vw, 64px);
    line-height: 1.05;
    letter-spacing: 0;
}

.rzg-bbc-hero-media {
    grid-area: media;
}

.rzg-bbc-photo {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 18px;
    background: #f3faef url("../images/ronzogo-home-driver.png") center / cover no-repeat;
    box-shadow: 0 26px 70px rgba(5, 27, 58, .14);
}

.rzg-bbc-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(5, 27, 58, .05));
}

.rzg-bbc-photo-sky,
.rzg-bbc-passenger {
    display: none;
}

.rzg-bbc-search-wrap {
    grid-area: search;
    margin-top: -12px;
}

.rzg-bbc-search {
    grid-template-columns: minmax(190px, 1fr) 44px minmax(190px, 1fr) 150px 126px 150px 150px;
    gap: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 3px solid #168b3f;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 101, 242, .22);
}

.rzg-bbc-search label {
    position: relative;
    min-height: 72px;
    padding: 12px 20px;
    justify-content: center;
    gap: 2px;
}

.rzg-bbc-search label:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 18px;
    width: 1px;
    background: #edf2f7;
}

.rzg-bbc-search label span {
    color: #526580;
    font-size: 14px;
    letter-spacing: 0;
}

.rzg-bbc-search input,
.rzg-bbc-search select,
.rzg-bbc-search .rzg-city-combo input {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #051b3a;
    font-size: 16px;
    font-weight: 900;
}

.rzg-bbc-search input:focus {
    outline: none;
}

.rzg-bbc-search .rzg-city-toggle {
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    border-left: 0;
    transform: translateY(-50%);
}

.rzg-bbc-search .rzg-city-results {
    top: calc(100% + 16px);
    min-width: 220px;
}

.rzg-bbc-search .rzg-button {
    min-height: 72px;
    height: 100%;
    border-radius: 0 12px 12px 0;
    background: #168b3f;
}

.rzg-return-field input {
    color: #526580;
}

.rzg-home-flow {
    padding-top: 42px;
    background: #f5f7fb;
}

.rzg-home-flow .rzg-section-inner {
    width: min(1120px, 100%);
}

.rzg-driver-banner {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(820px, 100%);
    margin: 0 auto 42px;
    padding: 32px 36px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(90deg, rgba(5, 27, 58, .96), rgba(0, 101, 242, .82)),
        url("../images/ronzogo-home-road.png") center / cover no-repeat;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(5, 27, 58, .16);
}

.rzg-driver-banner h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.08;
}

.rzg-driver-banner p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.rzg-driver-banner .rzg-button {
    min-height: 38px;
    margin-top: 4px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #168b3f;
}

.rzg-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 42px;
}

.rzg-benefits article {
    display: grid;
    gap: 8px;
    padding: 6px 0;
}

.rzg-benefit-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #168b3f;
    border: 2px solid #e6f4e5;
    border-radius: 10px;
    font-weight: 900;
}

.rzg-benefits h3,
.rzg-way-card h3 {
    margin: 0;
    color: #051b3a;
    font-size: 18px;
    line-height: 1.1;
}

.rzg-benefits p,
.rzg-way-card p {
    margin: 0;
    color: #526580;
    font-size: 14px;
    line-height: 1.45;
}

.rzg-way-section {
    margin: 0 0 44px;
}

.rzg-way-section > h2 {
    margin: 0 0 20px;
    color: #051b3a;
    text-align: center;
    font-size: clamp(28px, 3.4vw, 40px);
}

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

.rzg-way-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 112px;
    overflow: hidden;
    border: 1px solid #dbe5ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(5, 27, 58, .04);
}

.rzg-way-card > div:last-child {
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 14px 16px;
}

.rzg-way-visual {
    position: relative;
    background: linear-gradient(135deg, #f3faef, #e6f4e5);
}

.rzg-way-visual::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 42px;
    width: 42px;
    height: 24px;
    border-radius: 12px 16px 8px 8px;
    background: #168b3f;
    box-shadow: 5px 17px 0 -12px #051b3a, 28px 17px 0 -12px #051b3a;
}

.rzg-way-card a {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #fff;
    background: #168b3f;
    border-radius: 50%;
    font-weight: 900;
    text-decoration: none;
}

.rzg-priority-section {
    position: relative;
    display: block;
    margin: 18px 0 76px;
    padding: 46px 0 0;
}

.rzg-priority-section::before,
.rzg-way-section::before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: .72;
}

.rzg-priority-section::before {
    left: 0;
    right: 0;
    top: 8px;
    height: 180px;
    background:
        radial-gradient(circle at 8% 62%, rgba(0, 101, 242, .08), transparent 18%),
        radial-gradient(circle at 92% 34%, rgba(0, 101, 242, .08), transparent 16%),
        linear-gradient(90deg, rgba(0, 101, 242, .16) 0 0) left 22% top 52% / 190px 2px no-repeat,
        linear-gradient(90deg, rgba(0, 101, 242, .14) 0 0) right 18% top 68% / 170px 2px no-repeat;
    filter: blur(.1px);
}

.rzg-section-heading {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 12px;
    margin: 0 auto 40px;
    text-align: center;
}

.rzg-kicker-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    color: #168b3f;
    background: #eaf3ff;
    border: 1px solid #d6e7ff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.rzg-section-heading h2 {
    margin: 0;
    color: #051b3a;
    font-size: clamp(38px, 4.4vw, 62px);
    line-height: 1;
}

.rzg-section-heading h2 strong,
.rzg-section-heading h2 span {
    color: #168b3f;
}

.rzg-section-heading p {
    max-width: 760px;
    margin: 0;
    color: #63738b;
    font-size: clamp(18px, 1.75vw, 24px);
    line-height: 1.35;
}

.rzg-priority-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.rzg-priority-section .rzg-priority-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 392px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dff1df;
    border-radius: 24px;
    box-shadow: 0 24px 58px rgba(8, 38, 84, .08);
}

.rzg-priority-section .rzg-priority-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, 0) 42%);
    pointer-events: none;
}

.rzg-priority-icon,
.rzg-priority-copy {
    position: relative;
    z-index: 1;
}

.rzg-priority-section .rzg-priority-icon {
    display: grid;
    place-items: center;
    width: 100%;
    height: 178px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .94), transparent 30%),
        linear-gradient(180deg, #f8fbff, #eaf3ff);
    border: 0;
    border-bottom: 1px solid #e6f4e5;
    box-shadow: none;
}

.rzg-priority-section .rzg-priority-icon img {
    display: block;
    width: min(150px, 54%);
    height: min(150px, 54%);
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 18px 22px rgba(0, 101, 242, .18));
}

.rzg-priority-section .rzg-priority-copy {
    display: grid;
    align-content: start;
    flex: 1;
    gap: 12px;
    padding: 24px 30px 30px;
}

.rzg-priority-number {
    justify-self: start;
    padding: 4px 9px;
    color: #168b3f;
    background: #eaf3ff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
}

.rzg-priority-section .rzg-priority-card h3 {
    max-width: 360px;
    margin: 0;
    color: #051b3a;
    font-size: clamp(25px, 1.9vw, 31px);
    line-height: 1.08;
}

.rzg-card-line {
    width: 78px;
    height: 3px;
    background: #168b3f;
    border-radius: 999px;
}

.rzg-priority-section .rzg-priority-card p {
    margin: 0;
    color: #526580;
    font-size: 16px;
    line-height: 1.5;
}

.rzg-trust-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
    color: #63738b;
    font-size: 16px;
}

.rzg-trust-note::before,
.rzg-trust-note::after {
    content: "";
    width: min(190px, 18vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 101, 242, .28));
}

.rzg-trust-note::after {
    background: linear-gradient(90deg, rgba(0, 101, 242, .28), transparent);
}

.rzg-trust-note span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #168b3f;
    background: #eaf3ff;
    border-radius: 50%;
}

.rzg-way-section {
    position: relative;
    padding: 18px 0 0;
}

.rzg-way-section::before {
    left: 0;
    right: 0;
    top: -18px;
    height: 140px;
    background:
        radial-gradient(circle at 12% 20%, rgba(0, 101, 242, .08) 0 2px, transparent 3px) 0 0 / 20px 20px,
        radial-gradient(circle at 88% 48%, rgba(0, 101, 242, .10), transparent 18%);
}

.rzg-heading-line {
    width: 88px;
    height: 7px;
    background: #168b3f;
    border-radius: 999px;
    box-shadow: 24px 0 0 -2px #6eb1ff;
}

.rzg-way-section .rzg-way-grid {
    position: relative;
    z-index: 1;
    gap: 28px;
}

.rzg-way-section .rzg-way-card {
    grid-template-columns: 1fr;
    min-height: 460px;
    border: 1px solid rgba(185, 210, 245, .72);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(8, 38, 84, .10);
}

.rzg-way-section .rzg-way-card > div:last-child {
    align-content: center;
    gap: 16px;
    padding: 22px 30px 30px;
}

.rzg-way-section .rzg-way-visual {
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 230px;
    background: linear-gradient(180deg, #eef6ff, #f8fbff);
}

.rzg-way-section .rzg-way-visual::before {
    display: none;
}

.rzg-way-section .rzg-way-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rzg-way-section .rzg-way-card h3 {
    color: #051b3a;
    font-size: clamp(25px, 2.2vw, 32px);
    line-height: 1.05;
}

.rzg-way-section .rzg-way-card p {
    color: #63738b;
    font-size: 16px;
    line-height: 1.45;
}

.rzg-way-section .rzg-way-card a {
    width: 52px;
    height: 52px;
    font-size: 28px;
    box-shadow: 0 16px 28px rgba(0, 101, 242, .22);
}

.rzg-home-split {
    display: grid;
    grid-template-columns: minmax(320px, .86fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 78px);
    align-items: center;
    margin: 44px 0;
}

.rzg-home-split.is-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
}

.rzg-home-split h2,
.rzg-testimonial h2 {
    margin: 0 0 14px;
    color: #051b3a;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
}

.rzg-home-split p,
.rzg-testimonial p {
    max-width: 560px;
    color: #526580;
}

.rzg-phone-shot,
.rzg-ivory-coast-shot,
.rzg-testimonial-photo {
    min-height: 280px;
    border-radius: 10px;
    background: #f3faef center / cover no-repeat;
    box-shadow: 0 18px 46px rgba(5, 27, 58, .12);
}

.rzg-phone-shot {
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(5, 27, 58, .10), rgba(0, 101, 242, .04)),
        url("../images/ronzogo-home-road.png");
}

.rzg-phone-shot::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(5, 27, 58, .16));
}

.rzg-phone-shot::after {
    content: "";
    position: absolute;
    left: 16%;
    bottom: -22px;
    width: 54%;
    height: 90px;
    border-radius: 999px;
    display: none;
}

.rzg-ivory-coast-shot {
    background-image:
        linear-gradient(180deg, rgba(5, 27, 58, .02), rgba(0, 101, 242, .10)),
        url("../images/ronzogo-home-road.png");
}

.rzg-testimonial {
    display: grid;
    grid-template-columns: minmax(320px, .86fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 78px);
    align-items: center;
    margin-top: 44px;
}

.rzg-testimonial-photo {
    min-height: 300px;
    background-image: url("../images/ronzogo-home-passengers.png");
    background-position: center;
}

.rzg-testimonial strong {
    color: #051b3a;
}

.rzg-destination-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rzg-destination span {
    color: #168b3f;
}

.rzg-destination strong {
    color: #051b3a;
}

.rzg-destination:hover {
    border-color: #168b3f;
}

@media (max-width: 980px) {
    .rzg-bbc-header {
        min-height: 78px;
        padding: 0 22px;
    }

    .rzg-bbc-header .rzg-menu a {
        justify-content: center;
        min-height: 48px;
        border-radius: 12px;
    }

    .rzg-bbc-header .rzg-nav {
        top: 76px;
    }

    .rzg-header-search,
    .rzg-header-flag {
        display: none;
    }

    .rzg-guest-menu-panel {
        right: -4px;
        min-width: min(320px, calc(100vw - 44px));
    }

    .rzg-bbc-hero {
        padding: 48px 18px 44px;
    }

    .rzg-bbc-hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "media"
            "search";
        gap: 28px;
    }

    .rzg-bbc-hero .rzg-title {
        font-size: clamp(38px, 12vw, 54px);
    }

    .rzg-bbc-photo {
        min-height: 260px;
    }

    .rzg-bbc-search {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .rzg-bbc-search label {
        min-height: 66px;
    }

    .rzg-bbc-search label:not(:last-of-type)::after {
        top: auto;
        left: 18px;
        right: 18px;
        bottom: 0;
        width: auto;
        height: 1px;
    }

    .rzg-bbc-search .rzg-button {
        min-height: 62px;
        border-radius: 0 0 12px 12px;
    }

    .rzg-benefits,
    .rzg-way-grid,
    .rzg-home-split,
    .rzg-home-split.is-reversed,
    .rzg-testimonial,
    .rzg-destination-list {
        grid-template-columns: 1fr;
    }

    .rzg-driver-banner {
        padding: 24px 20px;
    }

    .rzg-way-card {
        grid-template-columns: 74px minmax(0, 1fr);
    }
}

/* COVOIZIN homepage final layout lock */
.rzg-front-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #f5f7fb;
}

.rzg-front-page .rzg-section {
    width: 100%;
    box-sizing: border-box;
}

.rzg-front-page .rzg-section-inner {
    width: min(1180px, calc(100vw - 96px));
    max-width: none;
}

.rzg-front-page .rzg-bbc-hero {
    padding: 88px 0 58px;
    background: #fff;
}

.rzg-front-page .rzg-bbc-hero-grid {
    width: min(1260px, calc(100vw - 96px));
    grid-template-columns: minmax(460px, .92fr) minmax(520px, 1fr);
    grid-template-areas:
        "copy media"
        "search search";
    gap: 46px 84px;
}

.rzg-front-page .rzg-bbc-hero .rzg-title {
    max-width: 650px;
    font-size: clamp(58px, 4.4vw, 76px);
    line-height: 1.03;
    font-weight: 950;
}

.rzg-front-page .rzg-bbc-photo {
    min-height: 398px;
    border-radius: 18px;
}

.rzg-front-page .rzg-bbc-search-wrap {
    margin-top: -4px;
}

.rzg-front-page .rzg-bbc-search {
    grid-template-columns: minmax(230px, 1.35fr) 44px minmax(230px, 1.35fr) minmax(150px, .7fr) minmax(135px, .64fr) minmax(160px, .76fr) 170px;
    min-height: 78px;
}

.rzg-front-page .rzg-bbc-search label {
    min-height: 78px;
    padding: 12px 22px;
}

.rzg-front-page .rzg-bbc-search .rzg-button {
    min-height: 78px;
    font-size: 17px;
}

.rzg-front-page .rzg-covoizin-app-section {
    padding: 64px 0 10px;
    background: #fff;
}

.rzg-covoizin-app-grid {
    display: grid;
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(54px, 6vw, 92px);
}

.rzg-covoizin-app-visual {
    margin: 0;
    min-height: 380px;
}

.rzg-covoizin-app-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    border-radius: 76px;
}

.rzg-covoizin-app-copy {
    display: flex;
    min-height: 380px;
    flex-direction: column;
    justify-content: center;
    max-width: 620px;
}

.rzg-covoizin-app-copy h2 {
    margin: 0 0 28px;
    color: #061b3a;
    font-size: clamp(28px, 2.3vw, 38px);
    line-height: 1.18;
    font-weight: 950;
}

.rzg-covoizin-app-copy p {
    margin: 0;
    color: #07182e;
    font-size: 15px;
    line-height: 1.72;
    font-weight: 600;
}

.rzg-autostop-section-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 54px;
    margin-top: 54px;
    padding: 0 28px;
    border: 1px solid #057eaa;
    border-radius: 16px;
    background: #069fd0;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(6, 159, 208, .22);
}

.rzg-featured-destinations {
    min-height: 276px;
    padding: 38px 0 28px;
    background: #069fc8;
    color: #fff;
}

.rzg-featured-destinations .rzg-section-inner {
    display: grid;
    justify-items: center;
}

.rzg-featured-destinations h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(25px, 2.2vw, 36px);
    line-height: 1.2;
    font-weight: 950;
    text-align: center;
}

.rzg-featured-destination-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 18px 34px;
    width: min(1180px, 100%);
}

.rzg-featured-destination-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(4, 50, 85, .35);
    border-radius: 999px;
    background: #fff;
    color: #285a78;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
}

.rzg-featured-more {
    margin-top: 82px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.rzg-autostop-benefits {
    padding: 58px 0 42px;
    background: #fff;
    border-top: 5px solid #069fc8;
}

.rzg-autostop-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(44px, 7vw, 112px);
    align-items: start;
}

.rzg-autostop-benefits article {
    display: grid;
    grid-template-rows: 54px minmax(64px, auto) auto;
    justify-items: center;
    text-align: center;
}

.rzg-benefit-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #7d7d7d;
}

.rzg-benefit-icon svg {
    width: 52px;
    height: 52px;
    fill: currentColor;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .2));
}

.rzg-autostop-benefits h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    min-height: 64px;
    margin: 0 0 16px;
    color: #07182e;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 950;
}

.rzg-autostop-benefits p {
    max-width: 350px;
    margin: 0;
    color: #07182e;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 650;
}

.rzg-light-travel {
    padding: 42px 0 74px;
    background: #fff;
}

.rzg-light-travel h2,
.rzg-faq-section h2 {
    margin: 0 0 62px;
    color: #064766;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.12;
    font-weight: 500;
    text-align: center;
}

.rzg-trust-grid {
    display: grid;
    grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
    gap: clamp(42px, 5.6vw, 76px);
    align-items: stretch;
}

.rzg-trust-visual,
.rzg-safety-visual,
.rzg-qr-phone {
    margin: 0;
}

.rzg-trust-visual,
.rzg-safety-visual {
    min-height: 420px;
}

.rzg-trust-visual img,
.rzg-safety-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.rzg-trust-visual img {
    border-radius: 64px;
}

.rzg-trust-copy {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    justify-content: center;
}

.rzg-trust-copy h2 {
    margin: 0 0 34px;
    text-align: left;
}

.rzg-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 46px;
}

.rzg-trust-list article,
.rzg-safety-list article {
    min-width: 0;
}

.rzg-trust-list article:last-child {
    grid-column: 1;
}

.rzg-trust-list h3,
.rzg-safety-list h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #07182e;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 950;
}

.rzg-trust-list h3 span,
.rzg-safety-list h3 span {
    color: #07182e;
    font-size: 18px;
    font-weight: 950;
}

.rzg-trust-list p,
.rzg-safety-list p {
    margin: 0;
    color: #07182e;
    font-size: 13.5px;
    line-height: 1.62;
    font-weight: 600;
}

.rzg-safety-section {
    padding: 58px 0 72px;
    background: #f5fbff;
}

.rzg-safety-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(320px, 480px);
    gap: clamp(46px, 6vw, 88px);
    align-items: center;
}

.rzg-safety-copy {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    justify-content: flex-start;
}

.rzg-safety-copy h2 {
    max-width: 620px;
    margin: 0 0 38px;
    color: #064766;
    font-size: clamp(36px, 3.4vw, 54px);
    line-height: 1.08;
    font-weight: 950;
}

.rzg-safety-list {
    display: grid;
    gap: 28px;
}

.rzg-safety-visual img {
    border-radius: 48px;
    box-shadow: 0 24px 52px rgba(5, 27, 58, .12);
}

.rzg-faq-section {
    padding: 76px 0 84px;
    background: #fff;
}

.rzg-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px clamp(54px, 6vw, 92px);
    width: 100%;
    margin: 0;
}

.rzg-faq-grid article {
    min-width: 0;
}

.rzg-faq-grid h3 {
    margin: 0 0 18px;
    color: #07182e;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 950;
    text-align: center;
}

.rzg-faq-grid p {
    margin: 0;
    color: #07182e;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.rzg-faq-grid article.is-open p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.rzg-faq-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #168b3f;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline;
}

.rzg-faq-more-close {
    display: none;
}

.rzg-faq-grid article.is-open .rzg-faq-more-open {
    display: none;
}

.rzg-faq-grid article.is-open .rzg-faq-more-close {
    display: inline;
}

.rzg-app-download {
    padding: 0;
    background: #069fc8;
    color: #fff;
    overflow: hidden;
}

.rzg-app-download-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: clamp(34px, 8vw, 110px);
    align-items: center;
    min-height: 274px;
}

.rzg-app-download-copy {
    padding: 42px 0;
}

.rzg-app-download h2 {
    max-width: 760px;
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.28;
    font-weight: 950;
}

.rzg-app-download p {
    margin: 0 0 44px;
    color: #fff;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 900;
}

.rzg-store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}

.rzg-store-badges span {
    display: inline-flex;
}

.rzg-store-badges img {
    display: block;
    height: 46px;
    width: auto;
}

.rzg-qr-phone {
    align-self: end;
    justify-self: center;
}

.rzg-qr-phone img {
    display: block;
    width: min(100%, 230px);
    height: auto;
}

.rzg-front-page .rzg-covoizin-app-copy h2,
.rzg-front-page .rzg-featured-destinations h2,
.rzg-front-page .rzg-light-travel h2,
.rzg-front-page .rzg-safety-copy h2,
.rzg-front-page .rzg-faq-section h2,
.rzg-front-page .rzg-app-download h2 {
    font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
    font-size: clamp(30px, 2.55vw, 42px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

.rzg-front-page .rzg-covoizin-app-copy h2,
.rzg-front-page .rzg-light-travel h2,
.rzg-front-page .rzg-safety-copy h2,
.rzg-front-page .rzg-faq-section h2 {
    color: #064766;
}

.rzg-front-page .rzg-featured-destinations h2,
.rzg-front-page .rzg-app-download h2 {
    color: #fff;
}

.rzg-front-page .rzg-home-flow {
    padding: 48px 0 92px;
}

.rzg-front-page .rzg-home-flow .rzg-section-inner {
    width: min(1480px, calc(100vw - 96px));
}

.rzg-front-page .rzg-driver-banner {
    width: min(820px, 100%);
    margin-bottom: 48px;
}

.rzg-front-page .rzg-benefits {
    margin-bottom: 72px;
}

.rzg-front-page .rzg-priority-grid,
.rzg-front-page .rzg-way-section .rzg-way-grid {
    gap: 34px;
}

.rzg-front-page .rzg-priority-card h3,
.rzg-front-page .rzg-way-section .rzg-way-card h3 {
    font-size: clamp(25px, 2vw, 32px);
}

.rzg-front-page .rzg-priority-card p,
.rzg-front-page .rzg-way-section .rzg-way-card p {
    font-size: 16px;
}

.rzg-front-page .rzg-way-section {
    margin-bottom: 58px;
}

.rzg-front-page .rzg-way-section > h2 {
    font-size: 42px;
}

.rzg-front-page .rzg-way-card {
    min-height: 122px;
}

.rzg-front-page .rzg-home-split,
.rzg-front-page .rzg-home-split.is-reversed,
.rzg-front-page .rzg-testimonial {
    gap: 72px;
    margin: 62px 0;
}

.rzg-front-page .rzg-phone-shot,
.rzg-front-page .rzg-ivory-coast-shot,
.rzg-front-page .rzg-testimonial-photo {
    min-height: 330px;
}

.rzg-front-page .rzg-home-split h2,
.rzg-front-page .rzg-testimonial h2 {
    font-size: clamp(42px, 4vw, 56px);
}

.rzg-front-page .rzg-destination-list {
    margin-top: 22px;
}

@media (max-width: 980px) {
    .rzg-front-page .rzg-section-inner,
    .rzg-front-page .rzg-bbc-hero-grid,
    .rzg-front-page .rzg-home-flow .rzg-section-inner {
        width: min(100%, calc(100vw - 36px));
    }

    .rzg-front-page .rzg-bbc-hero {
        padding: 44px 0 38px;
    }

    .rzg-front-page .rzg-bbc-hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "media"
            "search";
        gap: 26px;
    }

    .rzg-front-page .rzg-bbc-hero .rzg-title {
        font-size: clamp(38px, 12vw, 54px);
    }

    .rzg-front-page .rzg-bbc-photo {
        min-height: 250px;
    }

    .rzg-front-page .rzg-bbc-search {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .rzg-front-page .rzg-bbc-search label,
    .rzg-front-page .rzg-bbc-search .rzg-button {
        min-height: 62px;
    }

    .rzg-front-page .rzg-covoizin-app-section {
        padding: 38px 0 10px;
    }

    .rzg-covoizin-app-grid,
    .rzg-autostop-benefit-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rzg-covoizin-app-visual {
        max-width: 430px;
        min-height: auto;
        margin: 0 auto;
    }

    .rzg-covoizin-app-visual img {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 42px;
    }

    .rzg-covoizin-app-copy {
        min-height: auto;
        max-width: none;
        text-align: left;
    }

    .rzg-covoizin-app-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .rzg-autostop-section-button {
        width: 100%;
        margin-top: 28px;
    }

    .rzg-featured-destinations {
        min-height: 0;
        padding: 34px 0 42px;
    }

    .rzg-featured-destination-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rzg-featured-more {
        margin-top: 34px;
    }

    .rzg-autostop-benefits {
        padding: 54px 0 64px;
    }

    .rzg-light-travel,
    .rzg-safety-section,
    .rzg-faq-section {
        padding: 54px 0 64px;
    }

    .rzg-trust-copy h2,
    .rzg-faq-section h2 {
        margin-bottom: 28px;
        font-size: clamp(30px, 9vw, 40px);
    }

    .rzg-trust-grid,
    .rzg-safety-grid,
    .rzg-faq-grid,
    .rzg-app-download-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rzg-trust-visual,
    .rzg-safety-visual {
        max-width: 430px;
        min-height: auto;
        margin: 0 auto;
    }

    .rzg-trust-visual img,
    .rzg-safety-visual img {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 38px;
    }

    .rzg-trust-copy,
    .rzg-safety-copy {
        min-height: auto;
    }

    .rzg-trust-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rzg-trust-list article:last-child {
        grid-column: auto;
    }

    .rzg-safety-copy h2 {
        margin-bottom: 30px;
        font-size: clamp(32px, 9vw, 44px);
    }

    .rzg-faq-grid h3 {
        text-align: left;
    }

    .rzg-app-download {
        text-align: center;
    }

    .rzg-app-download-copy {
        padding: 44px 0 0;
    }

    .rzg-app-download p {
        margin-bottom: 28px;
    }

    .rzg-store-badges {
        justify-content: center;
        gap: 8px;
    }

    .rzg-store-badges img {
        height: 42px;
    }

    .rzg-qr-phone {
        align-self: center;
    }

    .rzg-qr-phone img {
        width: min(100%, 210px);
    }

    .rzg-front-page .rzg-priority-grid,
    .rzg-front-page .rzg-way-section .rzg-way-grid,
    .rzg-front-page .rzg-home-split,
    .rzg-front-page .rzg-home-split.is-reversed,
    .rzg-front-page .rzg-testimonial {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rzg-priority-section {
        padding-top: 34px;
        margin-bottom: 44px;
    }

    .rzg-priority-section .rzg-priority-card,
    .rzg-way-section .rzg-way-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .rzg-priority-section .rzg-priority-card {
        padding: 0;
    }

    .rzg-priority-section .rzg-priority-icon {
        width: 100%;
        height: 160px;
    }

    .rzg-priority-section .rzg-priority-icon img {
        width: 132px;
        height: 132px;
    }

    .rzg-priority-section .rzg-priority-copy {
        padding: 22px 24px 26px;
    }

    .rzg-way-section .rzg-way-visual {
        min-height: 220px;
    }

    .rzg-trust-note::before,
    .rzg-trust-note::after {
        display: none;
    }

    .rzg-front-page .rzg-home-split h2,
    .rzg-front-page .rzg-testimonial h2,
    .rzg-front-page .rzg-way-section > h2 {
        font-size: clamp(30px, 9vw, 42px);
    }
}

/* COVOIZIN final overrides */
.rzg-autostop-header {
    justify-content: flex-start;
    gap: clamp(30px, 3.2vw, 48px);
    min-height: 88px;
    padding: 0 max(22px, calc((100vw - 1040px) / 2));
    background: #fff;
    border-top: 1px solid #e4e9ef;
    border-bottom: 1px solid #dfe6ee;
    box-shadow: 0 1px 3px rgba(5, 27, 58, 0.04);
    box-sizing: border-box;
}

.rzg-autostop-brand {
    display: block;
    flex: 0 0 96px;
    width: 96px;
    height: 88px;
    overflow: hidden;
}

.rzg-autostop-brand img {
    display: block;
    width: 136px;
    max-width: none;
    height: 136px;
    object-fit: cover;
    transform: translate(-19px, -23px);
}

.rzg-autostop-header .rzg-nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: clamp(22px, 3vw, 50px);
    min-width: 0;
}

.rzg-autostop-header .rzg-menu {
    gap: clamp(24px, 3vw, 48px);
}

.rzg-autostop-header .rzg-menu a,
.rzg-autostop-header .rzg-header-search,
.rzg-autostop-header .rzg-header-cta {
    color: #168b3f;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.rzg-autostop-header .rzg-menu a {
    min-height: 42px;
    padding: 0;
}

.rzg-autostop-header .rzg-carpooling-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rzg-carpooling-icon {
    display: block;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    fill: none;
    stroke: #168b3f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rzg-autostop-header .rzg-menu-auth,
.rzg-autostop-header .rzg-header-flag {
    display: none;
}

.rzg-autostop-header .rzg-header-search {
    display: inline-flex;
    width: auto;
    height: 42px;
    align-items: center;
    gap: 7px;
    border-radius: 0;
}

.rzg-autostop-header .rzg-header-search b {
    font: inherit;
}

.rzg-autostop-header .rzg-header-search span {
    width: 17px;
    height: 17px;
    border-color: #168b3f;
}

.rzg-autostop-header .rzg-header-search span::after {
    background: #168b3f;
}

.rzg-autostop-header .rzg-header-cta {
    min-height: 42px;
    gap: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.rzg-header-cta-icon {
    position: relative;
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1.8px solid #168b3f;
    border-radius: 50%;
}

.rzg-header-cta-icon::before,
.rzg-header-cta-icon::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #168b3f;
}

.rzg-header-cta-icon::before {
    width: 9px;
    height: 1.8px;
}

.rzg-header-cta-icon::after {
    width: 1.8px;
    height: 9px;
}

.rzg-autostop-header .rzg-user-menu,
.rzg-autostop-header .rzg-guest-menu,
.rzg-autostop-header .rzg-language-menu {
    position: relative;
}

.rzg-autostop-header .rzg-language-menu {
    display: inline-flex;
    align-items: center;
}

.rzg-autostop-header .rzg-language-menu summary {
    display: inline-flex;
    min-width: 38px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 9px;
    cursor: pointer;
    list-style: none;
}

.rzg-autostop-header .rzg-language-menu summary::-webkit-details-marker {
    display: none;
}

.rzg-language-code,
.rzg-language-option-code {
    color: #168b3f;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .04em;
    line-height: 1;
}

.rzg-language-option-code {
    display: inline-flex;
    min-width: 30px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef8f1;
}

.rzg-language-panel {
    position: absolute;
    top: calc(100% + 13px);
    right: -12px;
    z-index: 2300;
    display: grid;
    min-width: 172px;
    padding: 8px;
    border: 1px solid #e1eee0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(5, 27, 58, .16);
}

.rzg-language-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    color: #07182e;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.rzg-language-panel a:hover {
    background: #eef8f1;
    color: #168b3f;
}

.rzg-autostop-header .rzg-user-menu summary,
.rzg-autostop-header .rzg-guest-menu summary {
    position: relative;
    width: 78px;
    height: 52px;
    overflow: visible;
    border-radius: 999px;
    background: transparent;
    list-style: none;
}

.rzg-autostop-header .rzg-user-menu summary img,
.rzg-autostop-header .rzg-guest-menu summary span {
    opacity: 0;
}

.rzg-autostop-header .rzg-user-menu summary img {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    object-fit: cover;
    background: #f3faef;
}

.rzg-autostop-header .rzg-user-menu summary::before {
    content: none;
}

.rzg-autostop-header .rzg-guest-menu summary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 30%, #f47a00 0 18%, transparent 19%),
        radial-gradient(ellipse at 50% 73%, #f47a00 0 30%, transparent 31%),
        #f3faef;
}

.rzg-autostop-header .rzg-user-menu summary::after,
.rzg-autostop-header .rzg-guest-menu summary::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 8px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #6b8994;
    border-bottom: 2px solid #6b8994;
    transform: rotate(45deg);
}

.rzg-autostop-header .rzg-user-menu::after,
.rzg-autostop-header .rzg-guest-menu::after {
    content: none;
}

.rzg-front-page .rzg-autostop-hero {
    position: relative;
    min-height: auto;
    padding: 14px 0 20px;
    color: #051b3a;
    overflow: visible;
    background: #f4f6fa;
}

.rzg-front-page .rzg-autostop-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1270px, calc(100vw - 44px));
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    grid-template-rows: minmax(360px, auto) auto;
    grid-template-areas:
        "copy visual"
        "search search";
    align-items: stretch;
    gap: 26px 34px;
    margin: 0 auto;
}

.rzg-front-page .rzg-autostop-hero-copy {
    grid-area: copy;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 43px 0 0;
    text-align: left;
}

.rzg-front-page .rzg-autostop-hero .rzg-title {
    max-width: 620px;
    margin: 0;
    color: #051b3a;
    font-size: clamp(42px, 3.25vw, 54px);
    font-weight: 1000;
    line-height: 1.01;
    letter-spacing: -.035em;
    text-shadow: none;
}

.rzg-front-page .rzg-autostop-hero .rzg-title span {
    display: block;
}

.rzg-front-page .rzg-hero-services {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 28px;
}

.rzg-front-page .rzg-hero-service {
    position: relative;
    display: flex;
    width: 150px;
    min-height: 94px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    padding: 10px 12px;
    border: 1px solid #dce3ec;
    border-radius: 16px;
    color: #051b3a;
    background: #fff;
    box-shadow: 0 1px 2px rgba(5, 27, 58, .03);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rzg-front-page .rzg-hero-service:hover,
.rzg-front-page .rzg-hero-service:focus-visible {
    color: #051b3a;
    border-color: #168b3f;
    box-shadow: 0 10px 24px rgba(22, 139, 63, .12);
    transform: translateY(-2px);
}

.rzg-front-page .rzg-hero-service:focus-visible {
    outline: 3px solid rgba(22, 139, 63, .2);
    outline-offset: 3px;
}

.rzg-front-page .rzg-hero-service.is-active {
    color: #fff;
    border-color: #168b3f;
    background: #168b3f;
    box-shadow: 0 10px 24px rgba(22, 139, 63, .2);
}

.rzg-front-page .rzg-hero-service.is-active:hover,
.rzg-front-page .rzg-hero-service.is-active:focus-visible {
    color: #fff;
}

.rzg-front-page .rzg-hero-service svg {
    width: 42px;
    height: 32px;
    fill: none;
    stroke: #168b3f;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rzg-front-page .rzg-hero-service.is-active svg {
    stroke: currentColor;
}

.rzg-front-page .rzg-autostop-hero-visual {
    grid-area: visual;
    min-width: 0;
    height: 360px;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #dce8e1;
}

.rzg-front-page .rzg-autostop-hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search-wrap {
    grid-area: search;
    width: 100%;
    margin: 0;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search {
    display: grid;
    grid-template-columns: minmax(160px, 1.1fr) 44px minmax(180px, 1.1fr) minmax(150px, .85fr) minmax(170px, .9fr) 154px;
    min-height: 68px;
    overflow: visible;
    border: 2px solid #168b3f;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 5px 12px rgba(5, 27, 58, .16);
}

.rzg-front-page .rzg-autostop-hero .rzg-return-field {
    display: none;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search label {
    min-height: 64px;
    padding: 0 16px;
    justify-content: center;
    overflow: visible;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search label:not(:last-of-type)::after {
    top: 13px;
    bottom: 13px;
    background: #d8dfe8;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search label span {
    color: #59667c;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search input,
.rzg-front-page .rzg-autostop-hero .rzg-bbc-search select,
.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-combo input {
    color: #051b3a;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-combo input:placeholder-shown,
.rzg-front-page .rzg-autostop-hero .rzg-bbc-search input:placeholder-shown {
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search input,
.rzg-front-page .rzg-autostop-hero .rzg-bbc-search select,
.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-combo input {
    caret-color: #168b3f;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search label:focus-within {
    background: #f3faf5;
    box-shadow: inset 0 0 0 2px rgba(22, 139, 63, .25);
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search input:focus,
.rzg-front-page .rzg-autostop-hero .rzg-bbc-search select:focus {
    outline: none;
    caret-color: #168b3f;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-combo {
    min-width: 0;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-results {
    top: calc(100% + 12px);
    min-width: 220px;
    max-height: 260px;
    overflow-y: auto;
    z-index: 5000;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-results[hidden] {
    display: none !important;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-toggle {
    display: none;
}

.rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-button {
    min-height: 64px;
    height: 64px;
    margin: 0;
    border-radius: 0 14px 14px 0;
    background: #168b3f;
    font-size: 14px;
    font-weight: 900;
}

.rzg-front-page .rzg-home-flow {
    padding-top: 54px;
}

.rzg-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 7000;
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    box-shadow: 0 16px 34px rgba(5, 27, 58, .24);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.rzg-whatsapp-float:hover,
.rzg-whatsapp-float:focus-visible {
    color: #fff;
    background: #1ebe5d;
    box-shadow: 0 18px 38px rgba(5, 27, 58, .3);
    transform: translateY(-2px);
}

.rzg-whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, .28);
    outline-offset: 4px;
}

.rzg-whatsapp-float svg {
    display: block;
    width: 34px;
    height: 34px;
    fill: currentColor;
}

@media (max-width: 980px) {
    .rzg-autostop-header {
        justify-content: space-between;
        min-height: 74px;
        padding: 0 18px;
    }

    .rzg-autostop-brand {
        flex-basis: 78px;
        width: 78px;
        height: 72px;
    }

    .rzg-autostop-brand img {
        width: 112px;
        height: 112px;
        transform: translate(-16px, -20px);
    }

    .rzg-autostop-header .rzg-nav {
        top: 74px;
        right: 18px;
        left: auto;
        width: min(220px, calc(100vw - 32px));
        padding: 8px 12px;
        gap: 0;
        border-color: #e1eee0;
        border-radius: 18px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 22px 48px rgba(5, 27, 58, .16);
    }

    .rzg-autostop-header .rzg-nav.is-open {
        display: block;
    }

    .rzg-autostop-header .rzg-header-search,
    .rzg-autostop-header .rzg-header-cta {
        justify-content: center;
        width: 100%;
    }

    .rzg-autostop-header .rzg-header-search,
    .rzg-autostop-header .rzg-header-cta,
    .rzg-autostop-header .rzg-language-menu,
    .rzg-autostop-header .rzg-user-menu,
    .rzg-autostop-header .rzg-guest-menu {
        display: none;
    }

    .rzg-autostop-header .rzg-menu {
        display: grid;
        gap: 0;
        width: 100%;
    }

    .rzg-autostop-header .rzg-menu-auth,
    .rzg-autostop-header .rzg-menu-mobile-profile,
    .rzg-autostop-header .rzg-menu-mobile-action,
    .rzg-autostop-header .rzg-menu-mobile-logout {
        display: list-item;
    }

    .rzg-autostop-header .rzg-menu a {
        min-height: 40px;
        justify-content: flex-start;
        padding: 0 2px;
        border: 0;
        border-bottom: 1px solid #eef3f8;
        border-radius: 0;
        background: transparent;
        color: #051b3a;
        font-size: 15px;
        font-weight: 900;
        text-align: left;
        box-shadow: none;
    }

    .rzg-autostop-header .rzg-menu li:last-child a {
        border-bottom: 0;
    }

    .rzg-autostop-header .rzg-menu-profile-link {
        color: #168b3f;
        border-bottom-color: #e1eee0;
        background: transparent;
    }

    .rzg-autostop-header .rzg-menu-mobile-logout a {
        margin-top: 0;
        color: #168b3f;
        border-color: transparent;
        background: transparent;
        box-shadow: none;
    }

    .rzg-front-page .rzg-autostop-hero {
        min-height: 0;
        padding: 26px 0 30px;
    }

    .rzg-front-page .rzg-autostop-hero-grid {
        width: min(100%, calc(100vw - 28px));
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "copy"
            "visual"
            "search";
        gap: 22px;
    }

    .rzg-front-page .rzg-autostop-hero-copy {
        gap: 22px;
        padding: 0;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-title {
        width: 100%;
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: normal;
        font-size: clamp(30px, 8vw, 36px);
        line-height: 1.04;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-title span {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .rzg-front-page .rzg-hero-services {
        margin-top: 0;
    }

    .rzg-front-page .rzg-hero-service {
        width: min(150px, calc(50vw - 24px));
        min-height: 88px;
    }

    .rzg-front-page .rzg-autostop-hero-visual {
        height: clamp(230px, 52vw, 360px);
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search-wrap {
        margin: 0;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 17px;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search label {
        display: grid;
        min-height: 62px;
        grid-template-columns: 1fr;
        align-content: center;
        justify-items: start;
        gap: 5px;
        padding: 9px 18px 8px;
        text-align: left;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-return-field {
        display: none !important;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search label span {
        display: block;
        width: 100%;
        color: #6f7680;
        font-size: 14px;
        line-height: 1.1;
        text-align: left;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search input,
    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search select,
    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-combo,
    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-combo input {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search input[type="number"] {
        -moz-appearance: textfield;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search input[type="number"]::-webkit-outer-spin-button,
    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search input[type="number"]::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search label:not(:last-of-type)::after {
        left: 18px;
        right: 18px;
        bottom: 0;
        width: auto;
        height: 1px;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-results {
        box-shadow: 0 18px 38px rgba(5, 27, 58, 0.22);
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-city-results button {
        color: #051b3a;
        font-size: 15px;
        font-weight: 800;
        text-align: left;
        background: #fff;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search label,
    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-button {
        height: auto;
    }

    .rzg-front-page .rzg-autostop-hero .rzg-bbc-search .rzg-button {
        min-height: 54px;
        border-radius: 0 0 14px 14px;
    }

    .rzg-whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
        box-shadow: 0 12px 26px rgba(5, 27, 58, .22);
    }

    .rzg-whatsapp-float svg {
        width: 27px;
        height: 27px;
    }
}

body.rzg-app-mode {
    min-height: 100vh;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
    background: #f3f7fb;
    -webkit-tap-highlight-color: transparent;
    overscroll-behavior-y: contain;
}

body.rzg-app-mode .rzg-autostop-header {
    position: sticky;
    top: 0;
    z-index: 80;
    min-height: calc(72px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 1px 0 rgba(5, 27, 58, .08);
}

body.rzg-app-mode .rzg-autostop-brand img {
    width: auto;
    height: 60px;
}

body.rzg-app-mode .rzg-footer {
    display: none !important;
}

body.rzg-app-mode .rzg-whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(max(16px, env(safe-area-inset-bottom)) + 78px);
}

body.rzg-app-mode .rzg-app-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    min-height: calc(70px + env(safe-area-inset-bottom));
    padding: 7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    border-top: 1px solid #d9e8f5;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -14px 34px rgba(5, 27, 58, .13);
    backdrop-filter: blur(16px);
}

body.rzg-app-mode .rzg-app-bottom-nav__item {
    display: grid;
    min-width: 0;
    place-items: center;
    align-content: center;
    gap: 4px;
    min-height: 56px;
    padding: 4px 2px;
    border-radius: 16px;
    color: #526173;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

body.rzg-app-mode .rzg-app-bottom-nav__item svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

body.rzg-app-mode .rzg-app-bottom-nav__item span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.rzg-app-mode .rzg-app-bottom-nav__item.is-active {
    color: #168b3f;
    background: #f3faef;
}

body.rzg-app-mode .rzg-app-bottom-nav__item:active {
    transform: translateY(1px);
}

body.rzg-app-mode.rzg-app-keyboard-open .rzg-app-bottom-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
}

body.rzg-app-mode.rzg-app-keyboard-open .rzg-whatsapp-float {
    opacity: 0;
    pointer-events: none;
}

body.rzg-app-mode .rzg-app-file-input {
    width: 100%;
    min-height: 48px;
    padding: 12px;
    border: 1px dashed #9fc9eb;
    border-radius: 14px;
    background: #f8fbff;
}

body.rzg-app-mode .rzg-app-file-status {
    display: block;
    margin-top: 7px;
    color: #526173;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

body.rzg-app-mode .rzg-app-file-status.is-error {
    color: #b33a1f;
}

body.rzg-app-mode .rzg-app-offline-banner {
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(max(16px, env(safe-area-inset-bottom)) + 150px);
    left: max(14px, env(safe-area-inset-left));
    z-index: 120;
    max-width: 560px;
    margin: 0 auto;
    padding: 12px 16px;
    border: 1px solid rgba(236, 112, 74, .35);
    border-radius: 16px;
    color: #8a321c;
    background: #fff3ed;
    box-shadow: 0 18px 44px rgba(5, 27, 58, .18);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease;
}

body.rzg-app-mode.rzg-is-offline .rzg-app-offline-banner {
    opacity: 1;
    transform: translateY(0);
}

body.rzg-app-mode input,
body.rzg-app-mode select,
body.rzg-app-mode textarea,
body.rzg-app-mode button {
    font-size: max(16px, 1em);
}

body.rzg-app-mode .rzg-front-page .rzg-autostop-hero {
    min-height: 0;
}

@media (max-width: 980px) {
    body.rzg-app-mode .rzg-autostop-header {
        min-height: calc(68px + env(safe-area-inset-top));
        padding-right: max(16px, env(safe-area-inset-right));
        padding-left: max(16px, env(safe-area-inset-left));
    }

    body.rzg-app-mode .rzg-autostop-brand img {
        width: auto;
        height: 56px;
    }

    body.rzg-app-mode .rzg-autostop-header .rzg-nav {
        top: calc(68px + env(safe-area-inset-top));
        right: max(16px, env(safe-area-inset-right));
        left: auto;
        width: min(220px, calc(100vw - 32px));
        padding: 8px 12px;
        gap: 0;
        max-height: calc(100vh - 86px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.rzg-app-mode .rzg-front-page .rzg-autostop-hero {
        min-height: 0;
        padding: 26px 0 30px;
    }

    body.rzg-app-mode .rzg-front-page .rzg-autostop-hero-grid {
        min-height: 0;
    }

body.rzg-app-mode .rzg-whatsapp-float {
        bottom: calc(max(14px, env(safe-area-inset-bottom)) + 78px);
    }
}

/* Lot 3 — garde-fous de largeur chargés après les styles historiques. */
.rzg-lot3-header,
.rzg-lot3-header *,
.rzg-lot3-home,
.rzg-lot3-home *,
.rzg-lot3-page,
.rzg-lot3-page *,
.rzg-lot3-footer,
.rzg-lot3-footer * {
    box-sizing: border-box;
}

.rzg-lot3-home,
.rzg-lot3-page,
.rzg-lot3-footer {
    max-width: 100%;
    overflow-x: clip;
}

@media (min-width: 981px) {
    .rzg-lot3-header {
        display: grid;
        width: min(calc(100% - 24px), 1440px);
        min-height: 88px;
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: center;
        gap: clamp(24px, 3vw, 44px);
        margin-inline: auto;
        padding-inline: clamp(24px, 4vw, 64px);
    }

    .rzg-lot3-header > .rzg-autostop-brand {
        position: relative;
        inset: auto;
        grid-column: 1;
        grid-row: 1;
        width: 96px;
        min-width: 96px;
        margin: 0;
        transform: none;
    }

    .rzg-lot3-header > .rzg-nav {
        position: static;
        grid-column: 2;
        grid-row: 1;
        display: flex;
        width: 100%;
        min-width: 0;
        justify-content: flex-end;
        gap: 14px;
        margin: 0;
        transform: none;
    }

    .rzg-lot3-header .rzg-lot3-primary-actions,
    .rzg-lot3-header .rzg-lot3-secondary-nav,
    .rzg-lot3-header .rzg-language-menu,
    .rzg-lot3-header .rzg-user-menu {
        flex: 0 0 auto;
        min-width: 0;
    }

    .rzg-lot3-header .rzg-header-search,
    .rzg-lot3-header .rzg-header-cta,
    .rzg-lot3-header .rzg-lot3-secondary-nav > a {
        min-height: 42px;
        align-items: center;
        color: #168b3f;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
        white-space: nowrap;
    }

    .rzg-lot3-header .rzg-lot3-primary-actions,
    .rzg-lot3-header .rzg-lot3-secondary-nav {
        gap: 14px;
    }

    .rzg-lot3-header .rzg-header-search,
    .rzg-lot3-header .rzg-header-cta,
    .rzg-lot3-header .rzg-lot3-secondary-nav > a {
        padding-inline: 10px;
    }

    .rzg-lot3-header .rzg-header-search > span,
    .rzg-lot3-header .rzg-header-cta > .rzg-header-cta-icon {
        display: none;
    }

    .rzg-lot3-header .rzg-header-search,
    .rzg-lot3-header .rzg-header-cta {
        gap: 0;
    }

    .rzg-lot3-header .rzg-header-search:hover,
    .rzg-lot3-header .rzg-header-search:focus-visible,
    .rzg-lot3-header .rzg-header-cta:hover,
    .rzg-lot3-header .rzg-header-cta:focus-visible,
    .rzg-lot3-header .rzg-lot3-secondary-nav > a:hover,
    .rzg-lot3-header .rzg-lot3-secondary-nav > a:focus-visible {
        color: #0f6f30;
        background: #eef8f1;
        outline: none;
    }

    .rzg-lot3-header .rzg-lot3-secondary-nav > .rzg-lot3-register,
    .rzg-lot3-header .rzg-lot3-secondary-nav > .rzg-lot3-register:hover,
    .rzg-lot3-header .rzg-lot3-secondary-nav > .rzg-lot3-register:focus-visible {
        color: #fff;
        background: #168b3f;
    }

    .rzg-lot3-header .rzg-language-menu summary {
        color: #168b3f;
        font-size: 15px;
        font-weight: 800;
    }

    .rzg-lot3-header .rzg-language-menu {
        margin-left: 8px;
    }

    .rzg-lot3-header > .rzg-lot3-mobile-actions,
    .rzg-lot3-header > .rzg-menu-toggle {
        display: none;
    }
}

@media (min-width: 981px) and (max-width: 1180px) {
    .rzg-lot3-header .rzg-language-menu {
        display: none;
    }

    .rzg-lot3-header .rzg-header-search,
    .rzg-lot3-header .rzg-header-cta {
        padding-inline: 6px;
    }

    .rzg-lot3-header .rzg-lot3-secondary-nav > a {
        padding-inline: 6px;
        font-size: 13px;
    }

    .rzg-lot3-header .rzg-lot3-primary-actions,
    .rzg-lot3-header .rzg-lot3-secondary-nav,
    .rzg-lot3-header > .rzg-nav {
        gap: 8px;
    }
}

@media (max-width: 620px) {
    .rzg-lot3-header {
        width: 100%;
        min-width: 0;
        gap: 6px;
        padding-inline: 10px;
    }

    .rzg-lot3-header .rzg-autostop-brand {
        width: 52px;
        min-width: 52px;
        flex-basis: 52px;
    }

    .rzg-lot3-header .rzg-autostop-brand img {
        width: 64px;
        max-width: 64px;
        transform: translate(-7px, -12px);
    }

    .rzg-lot3-mobile-actions {
        min-width: 0;
        gap: 4px;
    }

    .rzg-lot3-mobile-actions a {
        min-width: 0;
        min-height: 36px;
        padding-inline: 9px;
        font-size: 11px;
        white-space: nowrap;
    }

    .rzg-lot3-header .rzg-menu-toggle {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .rzg-front-page .rzg-lot3-hero .rzg-autostop-hero-grid {
        width: calc(100% - 28px);
        max-width: calc(100vw - 28px);
    }

    .rzg-lot3-hero .rzg-autostop-hero-copy,
    .rzg-lot3-hero .rzg-autostop-hero-visual,
    .rzg-lot3-hero .rzg-bbc-search-wrap,
    .rzg-lot3-hero .rzg-bbc-search,
    .rzg-lot3-hero .rzg-lot3-lead,
    .rzg-lot3-hero .rzg-lot3-actions,
    .rzg-lot3-hero .rzg-lot3-search-note {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .rzg-front-page .rzg-lot3-hero .rzg-title {
        width: 100%;
        max-width: 100% !important;
        font-size: clamp(28px, 8vw, 34px);
        overflow-wrap: anywhere;
    }

    .rzg-lot3-hero .rzg-lot3-lead,
    .rzg-lot3-hero .rzg-lot3-search-note {
        overflow-wrap: anywhere;
    }

    .rzg-lot3-hero .rzg-bbc-search label,
    .rzg-lot3-hero .rzg-bbc-search input,
    .rzg-lot3-hero .rzg-bbc-search select,
    .rzg-lot3-actions .rzg-button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
