/* Rent&Go unified inner pages v1.8 */
.rg-inner-page,
.rg-inner-page *{box-sizing:border-box}
.rg-inner-page{--rg-green:#168a4b;--rg-green2:#1da45a;--rg-ink:#101827;--rg-muted:#687386;--rg-line:#e4e9ee;--rg-soft:#f5f8f9;--rg-dark:#0d1822;--rg-card:#fff;width:100%;overflow:hidden;color:var(--rg-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.rg-inner-shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.rg-inner-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--rg-green);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.rg-inner-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
.rg-inner-hero{position:relative;padding:72px 0;background:linear-gradient(180deg,#f7fafb,#eef4f6)}
.rg-inner-hero__copy h1{max-width:11ch;margin:16px 0 18px;color:var(--rg-ink);font-size:clamp(46px,6vw,82px);line-height:.94;font-weight:880;letter-spacing:-.06em}
.rg-inner-hero__copy>p{max-width:650px;margin:0;color:#5f6b7c;font-size:17px;line-height:1.7}
.rg-inner-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.rg-inner-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 18px;border-radius:13px;text-decoration:none;font-size:14px;font-weight:820;transition:transform .18s ease,filter .18s ease,background .18s ease}
.rg-inner-btn:hover{transform:translateY(-1px)}
.rg-inner-btn--primary{background:linear-gradient(135deg,var(--rg-green),var(--rg-green2));color:#fff}
.rg-inner-btn--ghost{border:1px solid var(--rg-line);background:#fff;color:var(--rg-ink)}
.rg-inner-btn--light{background:#fff;color:var(--rg-dark)}
.rg-inner-btn--outline-light{border:1px solid rgba(255,255,255,.22);color:#fff}
.rg-inner-section{padding:76px 0;background:#fff}
.rg-inner-section--soft{background:var(--rg-soft)}
.rg-inner-section--dark{background:var(--rg-dark);color:#fff}
.rg-inner-heading{display:flex;justify-content:space-between;gap:48px;align-items:end;margin-bottom:30px}
.rg-inner-heading>div{max-width:720px}
.rg-inner-heading h2,.rg-inner-faq h2,.rg-inner-final h2,.rg-contact-form-section h2{margin:10px 0 0;color:var(--rg-ink);font-size:clamp(32px,4.5vw,56px);line-height:1;letter-spacing:-.05em;font-weight:850}
.rg-inner-heading>p{max-width:470px;margin:0;color:var(--rg-muted);font-size:15px;line-height:1.65}
.rg-inner-heading--single{display:block}
.rg-inner-heading--light h2{color:#fff}
.rg-inner-feature-grid{display:grid;gap:14px}.rg-inner-feature-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.rg-inner-feature-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.rg-inner-feature-grid article{min-height:190px;padding:24px;border:1px solid var(--rg-line);border-radius:20px;background:#fff}
.rg-inner-feature-grid article>span{display:inline-flex;min-width:34px;height:28px;align-items:center;justify-content:center;border-radius:999px;background:#edf8f1;color:var(--rg-green);font-size:10px;font-weight:900}
.rg-inner-feature-grid h3{margin:34px 0 8px;font-size:20px;line-height:1.15;letter-spacing:-.025em}
.rg-inner-feature-grid p{margin:0;color:var(--rg-muted);font-size:14px;line-height:1.6}
.rg-inner-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:30px}
.rg-inner-process article{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.05)}
.rg-inner-process article>span{color:#6fd596;font-size:11px;font-weight:900;letter-spacing:.08em}
.rg-inner-process h3{margin:26px 0 8px;color:#fff;font-size:18px;line-height:1.15}.rg-inner-process p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.6}
.rg-inner-faq__grid{display:grid;grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);gap:64px;align-items:start}.rg-inner-faq__list{border-top:1px solid var(--rg-line)}
.rg-inner-faq details{border-bottom:1px solid var(--rg-line)}.rg-inner-faq summary{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:21px 0;list-style:none;cursor:pointer;color:var(--rg-ink);font-size:16px;font-weight:800}.rg-inner-faq summary::-webkit-details-marker{display:none}.rg-inner-faq summary span{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#f1f6f3;color:var(--rg-green);font-size:20px;transition:transform .18s}.rg-inner-faq details[open] summary span{transform:rotate(45deg)}.rg-inner-faq details p{max-width:780px;margin:0;padding:0 50px 22px 0;color:var(--rg-muted);font-size:14px;line-height:1.72}
.rg-inner-final{padding:60px 0;background:var(--rg-dark);color:#fff}.rg-inner-final__inner{display:flex;justify-content:space-between;gap:40px;align-items:center}.rg-inner-final h2{max-width:720px;color:#fff}.rg-inner-final p{max-width:700px;margin:14px 0 0;color:rgba(255,255,255,.62);font-size:15px;line-height:1.65}.rg-inner-final .rg-inner-actions{flex:0 0 auto;margin:0}
/* Fleet */
.rg-fleet-page{background:#fff}.rg-fleet-page .rg-inner-section--soft{background:#fff}.rg-fleet-page .rg-inner-section{padding:46px 0}.rg-fleet-page .rg-inner-hero{padding:42px 0 34px;background:linear-gradient(180deg,#f6faf8 0%,#ffffff 100%)}.rg-fleet-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.95fr);gap:36px;align-items:center}.rg-fleet-hero__visual{position:relative;display:grid;place-items:center;min-height:330px}.rg-fleet-hero__visual:before{content:"";position:absolute;inset:10% 8%;border-radius:50%;background:radial-gradient(circle,rgba(29,164,90,.12),rgba(29,164,90,0) 70%)}.rg-fleet-hero__visual img{position:relative;z-index:2;display:block;width:100%;max-height:330px;object-fit:contain;filter:drop-shadow(0 26px 24px rgba(10,25,35,.12))}.rg-fleet-hero__stats{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}.rg-fleet-hero__stats div{display:grid;gap:4px;min-width:170px;padding:16px 18px;border:1px solid var(--rg-line);border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(16,24,39,.04)}.rg-fleet-hero__stats strong{font-size:24px}.rg-fleet-hero__stats span{color:var(--rg-muted);font-size:12px}
.rg-fleet-cities .rg-inner-shell,.rg-fleet-page #rg-fleet-grid .rg-inner-shell{position:relative}.rg-fleet-cities{padding-top:16px}.rg-fleet-cities .rg-inner-heading,.rg-fleet-page #rg-fleet-grid .rg-inner-heading{margin-bottom:26px}.rg-fleet-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rg-fleet-city{position:relative;display:flex;min-height:136px;flex-direction:column;justify-content:flex-end;padding:22px 22px 20px;border:1px solid #dfe6e9;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);color:inherit;text-decoration:none;box-shadow:0 16px 34px rgba(16,24,39,.04);transition:transform .18s,box-shadow .18s,border-color .18s}.rg-fleet-city:hover{transform:translateY(-3px);border-color:#cfe5d7;box-shadow:0 22px 44px rgba(16,24,39,.08)}.rg-fleet-city strong{font-size:28px;line-height:1.05;letter-spacing:-.02em}.rg-fleet-city>span{margin-top:10px;color:var(--rg-muted);font-size:13px;line-height:1.5}.rg-fleet-city i{position:absolute;right:18px;top:18px;display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#eef8f1;color:var(--rg-green);font-style:normal;font-size:20px;font-weight:800}
.rg-fleet-filters{display:flex;gap:10px;margin:0 0 28px;overflow-x:auto;scrollbar-width:none}.rg-fleet-filters::-webkit-scrollbar{display:none}.rg-fleet-filters button{flex:0 0 auto;min-height:44px;padding:0 16px;border:1px solid var(--rg-line);border-radius:999px;background:#fff;color:#4d596a;font-size:13px;font-weight:800;cursor:pointer;transition:.18s}.rg-fleet-filters button:hover{border-color:#b7d9c4;color:#203244}.rg-fleet-filters button.is-active{border-color:var(--rg-green);background:var(--rg-green);color:#fff;box-shadow:0 10px 22px rgba(47,149,77,.2)}
.rg-fleet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.rg-fleet-card-wrap[hidden]{display:none!important}.rg-fleet-card{display:flex;height:100%;flex-direction:column;overflow:hidden;border:1px solid #e2e8ec;border-radius:24px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 16px 38px rgba(16,24,39,.05);transition:transform .22s,box-shadow .22s,border-color .22s}.rg-fleet-card:hover{transform:translateY(-5px);border-color:#d3dde3;box-shadow:0 24px 54px rgba(16,24,39,.11)}.rg-fleet-card__media{position:relative;display:grid;place-items:center;min-height:228px;padding:18px 18px 12px;background:radial-gradient(circle at 50% 20%,#ffffff 0%,#f7fbfd 38%,#edf3f6 100%)}.rg-fleet-card__media:after{content:"";position:absolute;left:50%;bottom:10px;transform:translateX(-50%);width:58%;height:18px;border-radius:50%;background:rgba(12,20,28,.12);filter:blur(12px)}.rg-fleet-card__media img{position:relative;z-index:2;display:block;width:100%;height:192px;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(10,25,35,.12))}.rg-fleet-card__media .auto-tags{position:absolute;top:14px;left:14px;display:flex;gap:6px;z-index:3}.rg-fleet-card__media .auto-tag{padding:6px 9px;border-radius:8px;background:#14202d;color:#fff;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.rg-fleet-card__media .tag-sale{background:#d94f3d}.rg-fleet-card__body{display:flex;flex:1;flex-direction:column;padding:18px 18px 20px}.rg-fleet-card__class{display:inline-flex;align-items:center;align-self:flex-start;min-height:28px;padding:0 10px;border-radius:999px;background:#f4c63d;color:#151c27;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.rg-fleet-card h3{margin:12px 0 10px;font-size:30px;line-height:1.05;letter-spacing:-.035em}.rg-fleet-card__specs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.rg-fleet-card__specs span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f4f7f8;border:1px solid #e2e9ee;color:#49576a;font-size:12px;font-weight:700}.rg-fleet-card__meta,.rg-fleet-card__cities{margin:0;color:var(--rg-muted);font-size:13px;line-height:1.6}.rg-fleet-card__cities strong{color:#2a3442;font-weight:800}.rg-fleet-card__bottom{display:grid;gap:14px;margin-top:auto;padding-top:18px}.rg-fleet-card__price{display:flex;align-items:baseline;gap:4px}.rg-fleet-card__price span,.rg-fleet-card__price small{color:var(--rg-muted);font-size:12px}.rg-fleet-card__price strong{font-size:34px;line-height:1;color:#132033}.rg-fleet-card__cta{display:flex!important;align-items:center;justify-content:center;gap:8px!important;min-height:48px;padding:0 14px;border-radius:14px;background:linear-gradient(135deg,var(--rg-green),var(--rg-green2));box-shadow:0 14px 28px rgba(47,149,77,.18);color:#fff!important;font-size:14px!important;font-weight:850!important;letter-spacing:-.01em}.rg-fleet-card__cta i{font-style:normal;font-size:16px}.rg-fleet-empty{margin:24px 0 0;color:var(--rg-muted)}
/* Terms */
.rg-terms-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:54px;align-items:center}.rg-terms-facts{display:grid;gap:10px}.rg-terms-facts>div{padding:20px 22px;border:1px solid var(--rg-line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(16,24,39,.04)}.rg-terms-facts strong{display:block;font-size:25px;line-height:1}.rg-terms-facts span{display:block;margin-top:7px;color:var(--rg-muted);font-size:12px}.rg-terms-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rg-terms-grid article{min-height:250px;padding:26px;border:1px solid var(--rg-line);border-radius:20px;background:#fff}.rg-terms-grid article>span{color:var(--rg-green);font-size:11px;font-weight:900}.rg-terms-grid h3{margin:36px 0 10px;font-size:21px;line-height:1.15;letter-spacing:-.025em}.rg-terms-grid p{margin:0;color:var(--rg-muted);font-size:14px;line-height:1.7}
/* Contacts */
.rg-contact-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);gap:56px;align-items:center}.rg-contact-card{overflow:hidden;border:1px solid var(--rg-line);border-radius:22px;background:#fff;box-shadow:0 20px 50px rgba(16,24,39,.06)}.rg-contact-card>a,.rg-contact-card>div{position:relative;display:grid;gap:5px;padding:22px 24px;border-bottom:1px solid var(--rg-line);color:inherit;text-decoration:none}.rg-contact-card>:last-child{border-bottom:0}.rg-contact-card span{color:var(--rg-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.rg-contact-card strong{font-size:18px;line-height:1.3}.rg-contact-card i{position:absolute;right:22px;top:50%;transform:translateY(-50%);color:var(--rg-green);font-style:normal;font-size:20px}.rg-contact-form-section{padding:72px 0;background:#f4f7f8}.rg-contact-form__grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(420px,1.25fr);gap:54px;align-items:start}.rg-contact-form-section h2{max-width:8ch}.rg-contact-form-section>div>div>p{max-width:500px;color:var(--rg-muted);font-size:15px;line-height:1.7}.rg-contact-mini-links{display:grid;gap:10px;margin-top:24px}.rg-contact-mini-links a,.rg-contact-email{color:var(--rg-green);font-size:13px;font-weight:800;text-decoration:none}.rg-contact-form-card{padding:28px;border:1px solid var(--rg-line);border-radius:22px;background:#fff;box-shadow:0 20px 50px rgba(16,24,39,.05)}.rg-contact-form-card .wpcf7 form{max-width:none!important;margin:0}.rg-contact-form-card .wpcf7 form p{margin:0 0 12px}.rg-contact-form-card .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),.rg-contact-form-card .wpcf7 select,.rg-contact-form-card .wpcf7 textarea{width:100%;min-height:50px;padding:11px 13px;border:1px solid var(--rg-line);border-radius:12px;background:#fbfcfd;box-shadow:none}.rg-contact-form-card .wpcf7 textarea{min-height:110px}.rg-contact-form-card .wpcf7-submit{width:100%;min-height:52px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--rg-green),var(--rg-green2));color:#fff;font-weight:850;cursor:pointer}.rg-contact-fallback h3{margin:0 0 8px;font-size:24px}.rg-contact-fallback p{margin:0 0 18px;color:var(--rg-muted);line-height:1.65}.rg-contact-email{display:inline-block;margin-top:14px}
@media(max-width:1100px){.rg-fleet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rg-fleet-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rg-fleet-card h3{font-size:24px}.rg-inner-feature-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.rg-terms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.rg-inner-hero{padding:54px 0}.rg-fleet-hero__grid,.rg-terms-hero__grid,.rg-contact-hero__grid,.rg-contact-form__grid{grid-template-columns:1fr}.rg-fleet-hero__visual{min-height:280px}.rg-fleet-hero__visual img{max-height:280px}.rg-inner-heading{display:block}.rg-inner-heading>p{margin-top:14px}.rg-inner-process{grid-template-columns:repeat(2,minmax(0,1fr))}.rg-inner-faq__grid{grid-template-columns:1fr;gap:30px}.rg-inner-final__inner{display:block}.rg-inner-final .rg-inner-actions{margin-top:24px}.rg-fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rg-fleet-card h3{font-size:24px}.rg-inner-feature-grid--3{grid-template-columns:1fr}.rg-contact-form-section h2{max-width:none}}
@media(max-width:640px){.rg-inner-shell{width:calc(100% - 28px)}.rg-inner-hero{padding:42px 0 48px}.rg-inner-hero__copy h1{font-size:45px;line-height:.96}.rg-inner-hero__copy>p{font-size:15px;line-height:1.65}.rg-inner-section{padding:54px 0}.rg-inner-heading h2,.rg-inner-faq h2,.rg-inner-final h2,.rg-contact-form-section h2{font-size:36px}.rg-inner-actions{width:100%}.rg-inner-actions .rg-inner-btn{flex:1 1 auto}.rg-fleet-hero__visual{min-height:230px}.rg-fleet-hero__visual img{max-height:230px}.rg-fleet-hero__stats{gap:12px}.rg-fleet-hero__stats div{width:100%}.rg-fleet-city-grid{grid-template-columns:1fr}.rg-fleet-city{min-height:110px;padding:18px}.rg-fleet-city strong{font-size:24px}.rg-fleet-grid{grid-template-columns:1fr}.rg-fleet-card__media{min-height:250px}.rg-fleet-card__media img{height:215px}.rg-fleet-card h3{font-size:24px}.rg-inner-feature-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.rg-inner-feature-grid article{min-height:0;padding:18px}.rg-inner-feature-grid h3{margin-top:26px;font-size:17px}.rg-inner-feature-grid p{font-size:13px}.rg-inner-process{grid-template-columns:1fr}.rg-terms-grid{grid-template-columns:1fr}.rg-terms-grid article{min-height:0;padding:22px}.rg-terms-grid h3{margin-top:26px}.rg-inner-faq summary{font-size:15px}.rg-inner-faq details p{padding-right:0}.rg-inner-final{padding:46px 0 calc(130px + env(safe-area-inset-bottom))}.rg-contact-form-section{padding:54px 0 calc(90px + env(safe-area-inset-bottom))}.rg-contact-form-card{padding:18px}.rg-contact-card strong{font-size:16px}}
@media(max-width:390px){.rg-inner-hero__copy h1{font-size:41px}.rg-inner-feature-grid--4{grid-template-columns:1fr}.rg-inner-actions{display:grid}.rg-inner-actions .rg-inner-btn{width:100%}}


/* ==========================================================
   Rent&Go v1.8.3 — premium hover motion
========================================================== */
.rg-fleet-city {
    will-change:transform;
    transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s ease,border-color .42s ease,background-color .42s ease;
}
.rg-fleet-city:hover {
    transform:translateY(-3px) scale(1.015);
    border-color:#cfe5d7;
    background:#fff;
    box-shadow:0 24px 52px rgba(16,24,39,.08),0 12px 34px rgba(47,149,77,.08);
    color:#132033 !important;
}
.rg-fleet-city:hover strong { color:#132033 !important; }
.rg-fleet-city:hover > span { color:var(--rg-muted) !important; }
.rg-fleet-city i {
    transition:transform .38s cubic-bezier(.2,.8,.2,1),background-color .38s ease,color .38s ease;
}
.rg-fleet-city:hover i {
    transform:translateX(2px) scale(1.06);
    background:#dff3e6;
    color:var(--rg-green);
}
.rg-fleet-card {
    will-change:transform;
    transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s ease,border-color .42s ease;
}
.rg-fleet-card:hover {
    transform:translateY(-4px) scale(1.012);
    border-color:#d0e0d6;
    box-shadow:0 26px 58px rgba(16,24,39,.10),0 12px 34px rgba(47,149,77,.07);
}
.rg-fleet-card__media img {
    transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .5s ease;
}
.rg-fleet-card:hover .rg-fleet-card__media img {
    transform:scale(1.025);
    filter:drop-shadow(0 21px 23px rgba(10,25,35,.15));
}
.rg-fleet-card__cta {
    transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,filter .35s ease;
}
.rg-fleet-card:hover .rg-fleet-card__cta {
    transform:translateY(-1px);
    box-shadow:0 16px 30px rgba(47,149,77,.23);
    filter:saturate(1.04);
}
@media (prefers-reduced-motion: reduce) {
    .rg-fleet-city,.rg-fleet-city i,.rg-fleet-card,.rg-fleet-card__media img,.rg-fleet-card__cta { transition:none !important; }
    .rg-fleet-city:hover,.rg-fleet-card:hover,.rg-fleet-card:hover .rg-fleet-card__media img,.rg-fleet-card:hover .rg-fleet-card__cta { transform:none !important; }
}


/* ==========================================================
   Rent&Go v1.8.1 — compact CF7 contact form
   ========================================================== */
@media (min-width: 901px) {
    .rg-contact-form-section {
        padding: 58px 0 64px;
    }

    .rg-contact-form__grid {
        grid-template-columns: minmax(300px,.72fr) minmax(520px,1.28fr);
        gap: 46px;
    }

    .rg-contact-form-card {
        max-width: 760px;
        padding: 22px 24px;
        border-radius: 20px;
    }

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

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

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

    .rg-contact-form-card .wpcf7 label {
        font-size: 12px;
        line-height: 1.25;
        font-weight: 700;
    }

    .rg-contact-form-card .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
    .rg-contact-form-card .wpcf7 select,
    .rg-contact-form-card .wpcf7 textarea {
        min-height: 44px;
        padding: 9px 11px;
        border-radius: 10px;
        font-size: 14px;
    }

    .rg-contact-form-card .wpcf7 textarea {
        min-height: 74px;
        max-height: 120px;
    }

    .rg-contact-form-card .wpcf7-submit {
        min-height: 46px;
        border-radius: 11px;
    }
}

@media (max-width: 900px) {
    .rg-contact-form-card {
        padding: 18px;
    }

    .rg-contact-form-card .wpcf7 form p {
        margin: 0 0 9px;
    }

    .rg-contact-form-card .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
    .rg-contact-form-card .wpcf7 select,
    .rg-contact-form-card .wpcf7 textarea {
        min-height: 46px;
        padding: 9px 11px;
    }

    .rg-contact-form-card .wpcf7 textarea {
        min-height: 82px;
    }

    .rg-contact-form-card .wpcf7-submit {
        min-height: 48px;
    }
}

/* =========================================================
   FINAL PREMIUM FLEET CARD — desktop + city pages
   ========================================================= */
.rg-fleet-card,
.rg-city-wrapper .rg-city-fleet-card {
    position: relative;
    border-radius: 26px;
    border: 1px solid #dde7eb;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
    box-shadow: 0 18px 42px rgba(16, 24, 39, .06), 0 8px 20px rgba(47, 149, 77, .04);
    overflow: hidden;
    isolation: isolate;
}
.rg-fleet-card::before,
.rg-city-wrapper .rg-city-fleet-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 42%, rgba(52, 163, 88, .03) 100%);
    opacity: .9;
    pointer-events: none;
}
.rg-fleet-card:hover,
.rg-city-wrapper .rg-city-fleet-card:hover {
    transform: translateY(-8px) scale(1.015);
    border-color: #d3e4d8;
    box-shadow: 0 30px 55px rgba(16, 24, 39, .10), 0 0 0 1px rgba(52, 163, 88, .06), 0 16px 42px rgba(52, 163, 88, .10);
}
.rg-fleet-card__media,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 244px;
    padding: 22px 20px 14px;
    background:
        radial-gradient(circle at 50% 8%, rgba(255,255,255,.96) 0%, rgba(255,255,255,.98) 18%, rgba(244,248,250,.98) 52%, rgba(233,239,243,.98) 100%);
}
.rg-fleet-card__media::before,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,.2) 65%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.rg-fleet-card__media::after,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: 62%;
    height: 20px;
    border-radius: 50%;
    background: rgba(13, 23, 33, .14);
    filter: blur(13px);
    opacity: .9;
}
.rg-fleet-card__media img,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 200px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(10, 25, 35, .14));
    transition: transform .46s cubic-bezier(.2,.8,.2,1), filter .46s ease;
}
.rg-fleet-card:hover .rg-fleet-card__media img,
.rg-city-wrapper .rg-city-fleet-card:hover .rg-fleet-card__media img {
    transform: scale(1.035) translateY(-2px);
    filter: drop-shadow(0 24px 28px rgba(10, 25, 35, .18));
}
.rg-fleet-card__media .auto-tags,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media .auto-tags {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.rg-fleet-card__media .auto-tag,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media .auto-tag {
    padding: 6px 10px;
    border-radius: 9px;
    background: #14202d;
    color: #fff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 8px 16px rgba(20, 32, 45, .18);
}
.rg-fleet-card__media .auto-tag.tag-sale,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media .auto-tag.tag-sale {
    background: #e15642;
}
.rg-fleet-card__body,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 20px 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(252,253,253,.92) 16%, #ffffff 100%);
}
.rg-fleet-card__class,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__class {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8d14d 0%, #efc22b 100%);
    color: #1b2330;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 10px 20px rgba(244, 198, 61, .20);
}
.rg-fleet-card h3,
.rg-city-wrapper .rg-city-fleet-card h3 {
    margin: 14px 0 10px;
    color: #152234;
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.08;
    letter-spacing: -.045em;
    min-height: 2.15em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rg-fleet-card__specs,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.rg-fleet-card__specs span,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__specs span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f4f7f8;
    border: 1px solid #e2e9ee;
    color: #566476;
    font-size: 12px;
    font-weight: 800;
}
.rg-fleet-card__cities,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__cities {
    margin: 0;
    color: #6d7889;
    font-size: 13px;
    line-height: 1.55;
    min-height: 2.9em;
}
.rg-fleet-card__cities strong,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__cities strong {
    color: #243142;
}
.rg-fleet-card__bottom,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__bottom {
    display: grid;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
}
.rg-fleet-card__price,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.rg-fleet-card__price span,
.rg-fleet-card__price small,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__price span,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__price small {
    color: #6e7a8a;
    font-size: 12px;
}
.rg-fleet-card__price strong,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__price strong {
    color: #152234;
    font-size: clamp(34px, 2.15vw, 46px);
    line-height: 1;
    letter-spacing: -.05em;
}
.rg-fleet-card__cta,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px !important;
    min-height: 50px;
    padding: 0 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--rg-green) 0%, var(--rg-green2) 100%);
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    letter-spacing: -.012em;
    box-shadow: 0 14px 28px rgba(47, 149, 77, .18), inset 0 1px 0 rgba(255,255,255,.22);
}
.rg-fleet-card:hover .rg-fleet-card__cta,
.rg-city-wrapper .rg-city-fleet-card:hover .rg-fleet-card__cta {
    box-shadow: 0 18px 32px rgba(47, 149, 77, .24), inset 0 1px 0 rgba(255,255,255,.24);
}
.rg-fleet-card__cta i,
.rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__cta i {
    font-style: normal;
    font-size: 16px;
}
@media (max-width: 921px) {
    .rg-fleet-card__media,
    .rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media {
        min-height: 228px;
        padding: 20px 18px 12px;
    }
    .rg-fleet-card__media img,
    .rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media img {
        height: 188px;
    }
    .rg-fleet-card__body,
    .rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__body {
        padding: 18px 18px 20px;
    }
}
@media (max-width: 767px) {
    .rg-fleet-card,
    .rg-city-wrapper .rg-city-fleet-card {
        border-radius: 22px;
    }
    .rg-fleet-card__media,
    .rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media {
        min-height: 220px;
    }
    .rg-fleet-card__media img,
    .rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__media img {
        height: 180px;
    }
    .rg-fleet-card h3,
    .rg-city-wrapper .rg-city-fleet-card h3 {
        margin-top: 12px;
        font-size: 22px;
        min-height: auto;
    }
    .rg-fleet-card__price strong,
    .rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__price strong {
        font-size: 32px;
    }
    .rg-fleet-card__cta,
    .rg-city-wrapper .rg-city-fleet-card .rg-fleet-card__cta {
        min-height: 48px;
        font-size: 14px !important;
    }
}

/* =========================================================
   Rent&Go v1.9.0 — visual city selector cards
   ========================================================= */
.rg-fleet-city--visual {
    position: relative;
    min-height: 190px;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(145deg,#eef4f1,#f8fbfa);
    color: #fff;
}
.rg-fleet-city--visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--rg-city-card-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease;
}
.rg-fleet-city--visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(9,20,28,.06) 0%, rgba(9,20,28,.16) 38%, rgba(8,18,26,.76) 100%),
        linear-gradient(90deg, rgba(8,18,26,.14), rgba(8,18,26,0));
    transition: background-color .4s ease;
}
.rg-fleet-city--visual:not(.has-image)::before { display:none; }
.rg-fleet-city--visual:not(.has-image)::after {
    background: linear-gradient(180deg,rgba(16,38,29,.10),rgba(16,38,29,.72));
}
.rg-fleet-city--visual .rg-fleet-city__content {
    display: grid;
    gap: 8px;
    position: relative;
    z-index: 2;
}
.rg-fleet-city--visual .rg-fleet-city__content strong {
    color: #fff !important;
    font-size: 28px;
    line-height: 1.04;
    text-shadow: 0 2px 18px rgba(0,0,0,.22);
}
.rg-fleet-city--visual .rg-fleet-city__content > span {
    color: rgba(255,255,255,.88) !important;
    font-size: 13px;
    font-weight: 700;
}
.rg-fleet-city--visual i {
    top: auto;
    bottom: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,.30);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.rg-fleet-city--visual:hover {
    color:#fff !important;
    transform: translateY(-4px) scale(1.012);
    border-color: rgba(47,149,77,.24);
    box-shadow: 0 26px 56px rgba(16,24,39,.14), 0 12px 36px rgba(47,149,77,.10);
}
.rg-fleet-city--visual:hover::before {
    transform: scale(1.055);
    filter: saturate(1.04) brightness(1.02);
}
.rg-fleet-city--visual:hover .rg-fleet-city__content strong { color:#fff !important; }
.rg-fleet-city--visual:hover .rg-fleet-city__content > span { color:rgba(255,255,255,.92) !important; }
.rg-fleet-city--visual:hover i {
    background: rgba(255,255,255,.22);
    color:#fff;
    transform: translateX(2px) scale(1.06);
}
@media(max-width:640px){
    .rg-fleet-city--visual { min-height: 168px; padding:18px; }
    .rg-fleet-city--visual .rg-fleet-city__content strong { font-size:25px; }
    .rg-fleet-city--visual i { width:38px; height:38px; right:16px; bottom:16px; }
}

/* =========================================================
   Rent&Go v1.9.1 — desktop city images + softer city hero
   ========================================================= */
.rg-fleet-city--visual.has-image::before,
.rg-fleet-city--visual.has-image::after {
    display: none !important;
}
.rg-fleet-city--visual {
    background: linear-gradient(145deg,#eef4f1,#f8fbfa);
    border-color: #d7e4dd;
}
.rg-fleet-city--visual .rg-fleet-city__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.015);
    opacity: 1;
    transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .65s ease;
}
.rg-fleet-city--visual .rg-fleet-city__veil {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(9,20,28,.10) 0%, rgba(9,20,28,.18) 34%, rgba(9,20,28,.74) 100%),
        linear-gradient(90deg, rgba(8,18,26,.18) 0%, rgba(8,18,26,.02) 100%);
    transition: background .45s ease;
}
.rg-fleet-city--visual .rg-fleet-city__content,
.rg-fleet-city--visual i {
    position: relative;
    z-index: 2;
}
.rg-fleet-city--visual:hover {
    transform: translateY(-5px) scale(1.014);
    border-color: rgba(47,149,77,.26);
    box-shadow: 0 26px 56px rgba(16,24,39,.14), 0 14px 40px rgba(47,149,77,.12);
}
.rg-fleet-city--visual:hover .rg-fleet-city__bg {
    transform: scale(1.06);
    filter: saturate(1.04) brightness(1.02);
}
.rg-fleet-city--visual:hover .rg-fleet-city__veil {
    background:
        linear-gradient(180deg, rgba(9,20,28,.06) 0%, rgba(9,20,28,.14) 32%, rgba(9,20,28,.72) 100%),
        linear-gradient(90deg, rgba(8,18,26,.16) 0%, rgba(8,18,26,0) 100%);
}
@media (max-width: 640px) {
    .rg-fleet-city--visual { min-height: 174px; }
}

/* =========================================================
   Rent&Go v1.9.2 — FIX city selector stacking/layout
   ========================================================= */
.rg-fleet-city--visual {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 190px;
    padding: 22px;
}
.rg-fleet-city--visual.has-image::before,
.rg-fleet-city--visual.has-image::after {
    display: none !important;
}
.rg-fleet-city--visual .rg-fleet-city__bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block;
    margin: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: scale(1.015);
    transition: transform .58s cubic-bezier(.2,.8,.2,1), filter .58s ease;
    pointer-events: none;
}
.rg-fleet-city--visual .rg-fleet-city__veil {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block;
    margin: 0 !important;
    background:
        linear-gradient(180deg, rgba(8,18,26,.06) 0%, rgba(8,18,26,.18) 42%, rgba(8,18,26,.79) 100%),
        linear-gradient(90deg, rgba(8,18,26,.17) 0%, rgba(8,18,26,0) 88%);
    pointer-events: none;
}
.rg-fleet-city--visual .rg-fleet-city__content {
    position: relative !important;
    z-index: 2 !important;
    display: grid;
    gap: 8px;
    width: calc(100% - 54px);
    margin: 0 !important;
}
.rg-fleet-city--visual .rg-fleet-city__content strong {
    margin: 0;
    color: #fff !important;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.025em;
    text-shadow: 0 2px 16px rgba(0,0,0,.28);
}
.rg-fleet-city--visual .rg-fleet-city__content > span {
    margin: 0 !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
    text-shadow: 0 1px 12px rgba(0,0,0,.22);
}
.rg-fleet-city--visual i {
    position: absolute !important;
    z-index: 3 !important;
    top: auto !important;
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;
    display: grid !important;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.30);
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #fff !important;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.rg-fleet-city--visual:hover .rg-fleet-city__bg {
    transform: scale(1.055);
    filter: saturate(1.04) brightness(1.02);
}
.rg-fleet-city--visual:hover .rg-fleet-city__content strong,
.rg-fleet-city--visual:hover .rg-fleet-city__content > span {
    color: #fff !important;
}
.rg-fleet-city--visual:hover i {
    background: rgba(255,255,255,.24);
    color: #fff !important;
    transform: translateX(2px) scale(1.05);
}
@media (max-width: 640px) {
    .rg-fleet-city--visual { min-height: 174px; padding: 18px; }
    .rg-fleet-city--visual .rg-fleet-city__content { width: calc(100% - 48px); }
    .rg-fleet-city--visual .rg-fleet-city__content strong { font-size: 25px; }
    .rg-fleet-city--visual i { right: 16px !important; bottom: 16px !important; width: 38px; height: 38px; }
}
