/* =========================================================
   Rent&Go — Business Rental landing page v1.0
   Dedicated to /car-rent-for-business/
   ========================================================= */
body.rg-business-page-active {
    overflow-x: hidden;
    background: #fff;
}

body.rg-business-page-active #content,
body.rg-business-page-active .site-content,
body.rg-business-page-active #primary,
body.rg-business-page-active .content-area,
body.rg-business-page-active #content > .ast-container,
body.rg-business-page-active .site-content > .ast-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rg-business-page-active #content > .ast-container,
body.rg-business-page-active .site-content > .ast-container {
    display: block !important;
}

.rg-business-page,
.rg-business-page * { box-sizing: border-box; }

.rg-business-page {
    --biz-green: #168a4b;
    --biz-green-2: #22a65f;
    --biz-green-soft: #edf8f1;
    --biz-ink: #0f1726;
    --biz-muted: #677286;
    --biz-line: #e3e8ee;
    --biz-soft: #f5f8fa;
    --biz-dark: #0d1923;
    color: var(--biz-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
}

.rg-business-page a { text-decoration: none; }
.rg-biz-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.rg-biz-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--biz-green);
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.rg-biz-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--biz-green);
}

/* Hero */
.rg-biz-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 118px) 0 clamp(58px, 7vw, 94px);
    background:
        radial-gradient(circle at 78% 22%, rgba(55,190,118,.20), transparent 28%),
        radial-gradient(circle at 66% 68%, rgba(68,120,173,.11), transparent 25%),
        linear-gradient(135deg, #f8fbfa 0%, #f2f7f5 48%, #eef4f7 100%);
}
.rg-biz-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(16,24,39,.10), transparent);
}
.rg-biz-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
    gap: clamp(36px, 6vw, 82px);
    align-items: center;
}
.rg-biz-hero__copy h1 {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--biz-ink);
    font-size: clamp(52px, 6.2vw, 88px);
    line-height: .94;
    font-weight: 860;
    letter-spacing: -.058em;
}
.rg-biz-hero__lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: #344054;
    font-size: clamp(18px, 1.6vw, 23px);
    line-height: 1.48;
}
.rg-biz-hero__note {
    max-width: 650px;
    margin: 18px 0 0;
    color: var(--biz-muted);
    font-size: 14px;
    line-height: 1.65;
}
.rg-biz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rg-biz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 820;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.rg-biz-btn:hover { transform: translateY(-1px); }
.rg-biz-btn--primary {
    background: linear-gradient(135deg, var(--biz-green), var(--biz-green-2));
    color: #fff;
    box-shadow: 0 14px 32px rgba(22,138,75,.18);
}
.rg-biz-btn--primary:hover { color: #fff; filter: brightness(1.03); }
.rg-biz-btn--ghost {
    border: 1px solid rgba(16,24,39,.11);
    background: rgba(255,255,255,.78);
    color: var(--biz-ink);
}
.rg-biz-btn--ghost:hover { color: var(--biz-ink); box-shadow: 0 10px 30px rgba(16,24,39,.07); }
.rg-biz-hero__visual {
    position: relative;
    min-height: 490px;
    display: grid;
    place-items: center;
}
.rg-biz-hero__visual::before {
    content: "B2B";
    position: absolute;
    right:-5%;
    top: -12%;
    color: rgba(15,23,38,.055);
    font-size: clamp(120px, 15vw, 235px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.07em;
}
.rg-biz-hero__orb {
    position: absolute;
    width: min(520px, 90%);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 45% 38%, rgba(255,255,255,.88), transparent 21%),
        radial-gradient(circle, rgba(28,156,84,.18), rgba(19,104,62,.06) 48%, transparent 70%);
    filter: blur(.2px);
}
.rg-biz-hero__visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 118%;
    max-width: 760px;
    max-height: 470px;
    object-fit: contain;
    filter: drop-shadow(0 30px 42px rgba(16,24,39,.22));
}

/* Trust strip */
.rg-biz-trust-wrap { padding: 0 0 22px; background: #fff; }
.rg-biz-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    transform: translateY(-24px);
    overflow: hidden;
    border: 1px solid var(--biz-line);
    border-radius: 22px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 24px 60px rgba(16,24,39,.09);
}
.rg-biz-trust article {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 13px;
    min-width: 0;
    padding: 20px;
    border-right: 1px solid var(--biz-line);
}
.rg-biz-trust article:last-child { border-right: 0; }
.rg-biz-trust__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: var(--biz-green-soft);
    color: var(--biz-green);
    font-size: 11px;
    font-weight: 900;
}
.rg-biz-trust h2 { margin: 1px 0 5px; font-size: 15px; line-height: 1.2; letter-spacing: -.015em; }
.rg-biz-trust p { margin: 0; color: var(--biz-muted); font-size: 12px; line-height: 1.5; }

/* Common sections */
.rg-biz-section { padding: clamp(70px, 8vw, 108px) 0; }
.rg-biz-section--soft { background: #f6f8fa; }
.rg-biz-heading {
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(330px,.72fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 34px;
}
.rg-biz-heading--single { grid-template-columns: 1fr; }
.rg-biz-heading h2,
.rg-biz-why h2,
.rg-biz-offer h2,
.rg-biz-faq h2,
.rg-biz-final h2 {
    margin: 11px 0 0;
    color: var(--biz-ink);
    font-size: clamp(36px, 4.4vw, 62px);
    line-height: .98;
    font-weight: 850;
    letter-spacing: -.05em;
}
.rg-biz-heading > p {
    margin: 0;
    color: var(--biz-muted);
    font-size: 16px;
    line-height: 1.7;
}

/* Business tasks */
.rg-biz-use-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}
.rg-biz-use-grid article {
    min-height: 230px;
    padding: 22px;
    border: 1px solid var(--biz-line);
    border-radius: 20px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.rg-biz-use-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(22,138,75,.22);
    box-shadow: 0 18px 40px rgba(16,24,39,.07);
}
.rg-biz-use-grid article > span,
.rg-biz-condition-grid article > span {
    display: inline-grid;
    place-items: center;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--biz-green-soft);
    color: var(--biz-green);
    font-size: 10px;
    font-weight: 900;
}
.rg-biz-use-grid h3,
.rg-biz-condition-grid h3,
.rg-biz-process h3,
.rg-biz-why__points h3,
.rg-biz-car h3,
.rg-biz-form-fallback h3 {
    margin: 30px 0 8px;
    color: var(--biz-ink);
    font-size: 20px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.025em;
}
.rg-biz-use-grid p,
.rg-biz-condition-grid p,
.rg-biz-process p,
.rg-biz-why__points p,
.rg-biz-form-fallback p {
    margin: 0;
    color: var(--biz-muted);
    font-size: 14px;
    line-height: 1.62;
}

/* Dark value section */
.rg-biz-section--dark {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 25%, rgba(39,163,96,.15), transparent 25%),
        linear-gradient(135deg, #0b1721, #0e2029 56%, #0b1721);
}
.rg-biz-section--dark .rg-biz-kicker { color: #7cd19f; }
.rg-biz-section--dark .rg-biz-kicker::before { background: #7cd19f; }
.rg-biz-why {
    display: grid;
    grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr);
    gap: 70px;
    align-items: center;
}
.rg-biz-why h2 { color: #fff; }
.rg-biz-why__intro > p { max-width: 600px; margin: 23px 0 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.72; }
.rg-biz-why__intro > a { display: inline-flex; gap: 8px; margin-top: 24px; color: #8ee0ad; font-size: 14px; font-weight: 800; }
.rg-biz-why__points { display: grid; gap: 12px; }
.rg-biz-why__points article {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 18px;
    align-items: start;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.055);
}
.rg-biz-why__points article > span { color: #7cd19f; font-size: 11px; font-weight: 900; }
.rg-biz-why__points h3 { margin: 0 0 6px; color: #fff; }
.rg-biz-why__points p { color: rgba(255,255,255,.56); }

/* Process */
.rg-biz-process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.rg-biz-process article {
    position: relative;
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--biz-line);
    border-radius: 20px;
    background: #fff;
}
.rg-biz-process article:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -12px;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    color: rgba(22,138,75,.38);
    font-size: 19px;
    font-weight: 800;
}
.rg-biz-process__num {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--biz-green-soft);
    color: var(--biz-green);
    font-size: 13px;
    font-weight: 900;
}
.rg-biz-process h3 { margin-top: 30px; }

/* Fleet */
.rg-biz-cars { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.rg-biz-car {
    overflow: hidden;
    border: 1px solid var(--biz-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16,24,39,.035);
    transition: transform .18s ease, box-shadow .18s ease;
}
.rg-biz-car:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(16,24,39,.08); }
.rg-biz-car > a { display: flex; height: 100%; flex-direction: column; color: inherit; }
.rg-biz-car__media { display: grid; place-items: center; min-height: 205px; padding: 12px; background: linear-gradient(180deg,#f3f5f6,#eceff1); }
.rg-biz-car__media img { display: block; width: 100%; height: 180px; object-fit: contain; }
.rg-biz-car__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.rg-biz-car h3 { margin: 0; font-size: 20px; }
.rg-biz-car__meta { margin: 8px 0 0; color: var(--biz-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.rg-biz-car__bottom { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin-top: 28px; }
.rg-biz-car__bottom span { color: var(--biz-muted); font-size: 11px; }
.rg-biz-car__bottom strong { margin: 0 4px; color: var(--biz-ink); font-size: 22px; }
.rg-biz-car__bottom small { color: var(--biz-muted); font-size: 11px; }
.rg-biz-car__arrow { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--biz-green); color: #fff !important; font-size: 17px !important; }
.rg-biz-center-link { margin-top: 24px; text-align: center; }
.rg-biz-center-link a { color: var(--biz-green); font-size: 14px; font-weight: 800; }

/* Conditions */
.rg-biz-condition-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.rg-biz-condition-grid article { padding: 22px; border: 1px solid var(--biz-line); border-radius: 18px; background: #fff; }
.rg-biz-condition-grid h3 { margin: 22px 0 7px; font-size: 18px; }
.rg-biz-city-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 30px; }
.rg-biz-city-links a { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 16px; border-radius: 13px; background: var(--biz-soft); color: var(--biz-ink); font-size: 13px; font-weight: 800; }
.rg-biz-city-links a span { color: var(--biz-green); }

/* Lead / CF7 */
.rg-biz-offer {
    padding: clamp(72px, 8vw, 104px) 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(38,161,94,.18), transparent 24%),
        linear-gradient(135deg, #0c1822 0%, #10242b 58%, #0c1822 100%);
}
.rg-biz-offer__grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(430px,1.14fr); gap: 70px; align-items: center; }
.rg-biz-offer .rg-biz-kicker { color: #83d8a4; }
.rg-biz-offer .rg-biz-kicker::before { background: #83d8a4; }
.rg-biz-offer h2 { color: #fff; }
.rg-biz-offer__copy > p { max-width: 600px; margin: 22px 0 0; color: rgba(255,255,255,.61); font-size: 16px; line-height: 1.7; }
.rg-biz-contact-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.rg-biz-contact-row a { color: #fff; font-size: 14px; font-weight: 800; }
.rg-biz-contact-row a:last-child { color: #8bdcab; }
.rg-biz-offer__form {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 24px 60px rgba(0,0,0,.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.rg-biz-form-fallback__label { display: block; color: #82d7a3; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.rg-biz-form-fallback h3 { margin: 10px 0 10px; color: #fff; font-size: 27px; }
.rg-biz-form-fallback p { color: rgba(255,255,255,.58); }
.rg-biz-form-fallback .rg-biz-btn { margin-top: 22px; }
.rg-biz-text-link { display: inline-flex; gap: 7px; margin-left: 14px; color: #91ddb0; font-size: 13px; font-weight: 800; }

.rg-biz-offer .wpcf7,
.rg-biz-offer .wpcf7 form { max-width: none; margin: 0; }
.rg-biz-offer .wpcf7 form p { margin: 0 0 12px; }
.rg-biz-offer .wpcf7 label { color: rgba(255,255,255,.80); font-size: 12px; font-weight: 700; }
.rg-biz-offer .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.rg-biz-offer .wpcf7 select,
.rg-biz-offer .wpcf7 textarea {
    width: 100%;
    min-height: 50px;
    margin-top: 6px;
    padding: 11px 13px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    background: rgba(255,255,255,.09);
    color: #fff;
    outline: none;
}
.rg-biz-offer .wpcf7 textarea { min-height: 104px; resize: vertical; }
.rg-biz-offer .wpcf7 input::placeholder,
.rg-biz-offer .wpcf7 textarea::placeholder { color: rgba(255,255,255,.40); }
.rg-biz-offer .wpcf7 input[type="submit"] {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg,var(--biz-green),var(--biz-green-2));
    color: #fff;
    font-weight: 850;
    cursor: pointer;
}
.rg-biz-offer .wpcf7-response-output { margin: 14px 0 0 !important; color: #fff; border-radius: 10px; }

/* FAQ */
.rg-biz-faq__grid { display: grid; grid-template-columns: minmax(280px,.56fr) minmax(0,1.44fr); gap: 70px; align-items: start; }
.rg-biz-faq__intro { position: sticky; top: 96px; }
.rg-biz-faq__intro > a { display: inline-flex; margin-top: 24px; color: var(--biz-green); font-size: 14px; font-weight: 800; }
.rg-biz-faq__list { border-top: 1px solid var(--biz-line); }
.rg-biz-faq details { border-bottom: 1px solid var(--biz-line); }
.rg-biz-faq summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    list-style: none;
    cursor: pointer;
    color: var(--biz-ink);
    font-size: 16px;
    font-weight: 800;
}
.rg-biz-faq summary::-webkit-details-marker { display: none; }
.rg-biz-faq summary span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--biz-soft); color: var(--biz-green); font-size: 20px; font-weight: 500; transition: transform .18s ease; }
.rg-biz-faq details[open] summary span { transform: rotate(45deg); }
.rg-biz-faq details p { max-width: 780px; margin: 0; padding: 0 60px 22px 0; color: var(--biz-muted); font-size: 15px; line-height: 1.72; }

/* Final CTA */
.rg-biz-final { padding: 0 0 74px; }
.rg-biz-final__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 38px 42px;
    border-radius: 24px;
    background: linear-gradient(135deg,#f2f8f4,#eef5f2);
    border: 1px solid rgba(22,138,75,.14);
}
.rg-biz-final h2 { max-width: 760px; font-size: clamp(34px,4vw,54px); }
.rg-biz-final p { max-width: 760px; margin: 16px 0 0; color: var(--biz-muted); font-size: 15px; line-height: 1.65; }
.rg-biz-final .rg-biz-btn { flex: 0 0 auto; }

@media (max-width: 1050px) {
    .rg-biz-hero__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .rg-biz-hero__copy h1 { font-size: clamp(48px,7vw,74px); }
    .rg-biz-trust { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rg-biz-trust article:nth-child(2) { border-right: 0; }
    .rg-biz-trust article:nth-child(-n+2) { border-bottom: 1px solid var(--biz-line); }
    .rg-biz-use-grid, .rg-biz-condition-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rg-biz-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rg-biz-process article::after { display: none; }
    .rg-biz-cars { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rg-biz-why, .rg-biz-offer__grid { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 760px) {
    .rg-biz-shell { width: calc(100% - 28px); }
    .rg-biz-hero { padding: 50px 0 40px; }
    .rg-biz-hero__grid { display: flex; flex-direction: column; gap: 20px; }
    .rg-biz-hero__copy { width: 100%; }
    .rg-biz-hero__copy h1 { margin-top: 16px; font-size: clamp(42px,11.8vw,62px); line-height: .96; }
    .rg-biz-hero__lead { margin-top: 22px; font-size: 18px; }
    .rg-biz-hero__note { font-size: 13px; }
    .rg-biz-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .rg-biz-btn { width: 100%; }
    .rg-biz-hero__visual { width: 100%; min-height: 260px; margin-top: 6px; }
    .rg-biz-hero__visual img { width: 116%; max-height: 300px; }
    .rg-biz-hero__visual::before { font-size: 110px; }

    .rg-biz-trust-wrap { padding-bottom: 0; }
    .rg-biz-trust { grid-template-columns: repeat(2,minmax(0,1fr)); transform: translateY(-8px); border-radius: 18px; }
    .rg-biz-trust article { grid-template-columns: 1fr; gap: 10px; padding: 16px; }
    .rg-biz-trust__icon { width: 38px; height: 38px; border-radius: 11px; }
    .rg-biz-trust h2 { font-size: 14px; }
    .rg-biz-trust p { font-size: 11.5px; }

    .rg-biz-section { padding: 62px 0; }
    .rg-biz-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 26px; }
    .rg-biz-heading h2, .rg-biz-why h2, .rg-biz-offer h2, .rg-biz-faq h2, .rg-biz-final h2 { font-size: clamp(34px,10vw,48px); }
    .rg-biz-heading > p { font-size: 15px; }
    .rg-biz-use-grid, .rg-biz-condition-grid { grid-template-columns: 1fr; }
    .rg-biz-use-grid article { min-height: 0; padding: 20px; }
    .rg-biz-use-grid h3 { margin-top: 22px; }
    .rg-biz-why__points article { grid-template-columns: 38px 1fr; gap: 12px; padding: 18px; }
    .rg-biz-process { grid-template-columns: 1fr; }
    .rg-biz-process article { min-height: 0; padding: 20px; }
    .rg-biz-process h3 { margin-top: 20px; }
    .rg-biz-cars { display: flex; gap: 12px; margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .rg-biz-cars::-webkit-scrollbar { display: none; }
    .rg-biz-car { flex: 0 0 min(82vw,320px); scroll-snap-align: start; }
    .rg-biz-city-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rg-biz-offer__form { padding: 20px; }
    .rg-biz-form-fallback .rg-biz-btn { margin-top: 18px; }
    .rg-biz-text-link { margin: 14px 0 0; }
    .rg-biz-faq__grid { grid-template-columns: 1fr; gap: 24px; }
    .rg-biz-faq__intro { position: static; }
    .rg-biz-faq summary { min-height: 72px; font-size: 15px; }
    .rg-biz-faq details p { padding-right: 0; font-size: 14px; }
    .rg-biz-final { padding-bottom: 52px; }
    .rg-biz-final__inner { display: grid; padding: 28px 22px; }
    .rg-biz-final .rg-biz-btn { width: 100%; }
}

@media (max-width: 430px) {
    .rg-biz-shell { width: calc(100% - 24px); }
    .rg-biz-hero__copy h1 { font-size: 46px; }
    .rg-biz-trust article { padding: 14px; }
    .rg-biz-city-links { grid-template-columns: 1fr; }
    .rg-biz-offer { padding: 62px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .rg-business-page * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* v1.8: four representative business-use classes */
.rg-biz-cars--classes { grid-template-columns: repeat(4, minmax(0,1fr)); }
.rg-biz-car__media { position: relative; }
.rg-biz-car__class-pill {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(13,24,34,.90);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 980px) { .rg-biz-cars--classes { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 620px) { .rg-biz-cars--classes { grid-template-columns: 1fr; } }

/* ==========================================================
   Rent&Go v1.8.1 — compact CF7 business form
   ========================================================== */
@media (min-width: 901px) {
    .rg-biz-offer__grid {
        grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr);
        gap: 54px;
        align-items: start;
    }

    .rg-biz-offer__copy {
        padding-top: 26px;
    }

    .rg-biz-offer__form {
        padding: 22px 24px;
        border-radius: 20px;
    }

    .rg-biz-offer .wpcf7 form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        column-gap: 14px;
        row-gap: 10px;
    }

    .rg-biz-offer .wpcf7 form > p {
        min-width: 0;
        margin: 0 !important;
    }

    .rg-biz-offer .wpcf7 form > p:has([name="car_class"]),
    .rg-biz-offer .wpcf7 form > p:has([name="message"]),
    .rg-biz-offer .wpcf7 form > p:has(input[type="submit"]),
    .rg-biz-offer .wpcf7 form > p:has(button[type="submit"]) {
        grid-column: 1 / -1;
    }

    .rg-biz-offer .wpcf7 label {
        font-size: 11px;
        line-height: 1.25;
    }

    .rg-biz-offer .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .rg-biz-offer .wpcf7 select,
    .rg-biz-offer .wpcf7 textarea {
        min-height: 44px;
        margin-top: 5px;
        padding: 9px 11px;
        border-radius: 10px;
        font-size: 14px;
    }

    .rg-biz-offer .wpcf7 textarea {
        min-height: 76px;
        max-height: 120px;
    }

    .rg-biz-offer .wpcf7 input[type="submit"] {
        min-height: 46px;
        border-radius: 11px;
    }

    .rg-biz-offer .wpcf7 .wpcf7-list-item {
        margin: 7px 16px 2px 0;
    }

    .rg-biz-offer .wpcf7 .wpcf7-list-item-label {
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .rg-biz-offer__form {
        padding: 18px;
    }

    .rg-biz-offer .wpcf7 form p {
        margin: 0 0 9px;
    }

    .rg-biz-offer .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .rg-biz-offer .wpcf7 select,
    .rg-biz-offer .wpcf7 textarea {
        min-height: 46px;
        margin-top: 5px;
        padding: 9px 11px;
    }

    .rg-biz-offer .wpcf7 textarea {
        min-height: 82px;
    }

    .rg-biz-offer .wpcf7 input[type="submit"] {
        min-height: 48px;
    }
}
