/* RCD_ART_DIRECTION_V1
 * Creative public-web redesign layer.
 * Keeps Rent Car Deals brand colors while tightening composition,
 * hierarchy, search prominence and listing readability.
 */


:root{
  --rcd-art-green:#006c35;
  --rcd-art-green-2:#087846;
  --rcd-art-deep:#073b2b;
  --rcd-art-ink:#102a20;
  --rcd-art-soft:#eef7f2;
  --rcd-art-gold:#d6a63c;
  --rcd-art-line:rgba(8,86,54,.12);
  --rcd-art-shadow:0 22px 60px rgba(8,58,39,.10);
}
html,body,button,input,select,textarea{font-family:'Tajawal',Arial,sans-serif!important}
body{font-synthesis:none;text-rendering:optimizeLegibility}

/* ---------- HOME: composition ---------- */
.crs-home-shell main#top{overflow:hidden}
.crs-home-shell .hero-reference{
  width:min(1320px,calc(100% - 48px))!important;
  max-width:1320px!important;
  margin:0 auto!important;
  padding:54px 0 34px!important;
  gap:64px!important;
  align-items:center!important;
}
.crs-home-shell .hero-reference-content{max-width:590px}
.crs-home-shell .hero-reference h1{
  margin:14px 0 18px!important;
  font-size:clamp(48px,5.6vw,82px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
}
.crs-home-shell .hero-title-fixed{display:block;color:var(--rcd-art-ink)!important}
.crs-home-shell .hero-title-dynamic{color:var(--rcd-art-green)!important}
.crs-home-shell .hero-copy{max-width:560px;font-size:19px!important;line-height:1.9!important;color:#617168!important}
.crs-home-shell .reference-hero-art{
  min-height:430px!important;
  border-radius:36px!important;
  isolation:isolate;
}
.crs-home-shell .reference-hero-art::before{
  content:"";position:absolute;inset:20px 0 0 42px;border-radius:42px;
  background:linear-gradient(145deg,rgba(0,108,53,.14),rgba(214,166,60,.08));z-index:-2;
}
[dir="rtl"] .crs-home-shell .reference-hero-art::before{inset:20px 42px 0 0}
.crs-home-shell .hero-visual-card{border-radius:34px!important;box-shadow:0 28px 70px rgba(6,52,35,.16)!important}
.crs-home-shell .hero-reference-card{
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:20px!important;
  background:rgba(7,48,35,.92)!important;
  backdrop-filter:blur(12px);
  box-shadow:0 16px 38px rgba(3,31,22,.22)!important;
}
.crs-home-shell .hero-reference-actions{gap:12px!important}
.crs-home-shell .hero-reference-actions .button{min-height:52px!important;padding-inline:22px!important;border-radius:14px!important}
.crs-home-shell .hero-reference-proof{margin-top:22px!important;gap:16px!important}
.crs-home-shell .hero-reference-proof span{background:#fff;border:1px solid var(--rcd-art-line);border-radius:999px;padding:8px 11px;box-shadow:0 8px 24px rgba(7,55,38,.05)}

/* Search = primary booking object. Remove old image art. */
.crs-home-shell .search-shell{
  width:min(1320px,calc(100% - 48px))!important;
  max-width:1320px!important;
  min-height:0!important;
  margin:10px auto 54px!important;
  padding:20px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 8% 20%,rgba(214,166,60,.18),transparent 24%),
    radial-gradient(circle at 88% 110%,rgba(255,255,255,.10),transparent 34%),
    linear-gradient(135deg,#06442f 0%,#006c35 54%,#087846 100%)!important;
  box-shadow:0 26px 64px rgba(5,58,38,.18)!important;
}
.crs-home-shell .search-shell::before{
  content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.10);border-radius:50%;inset:-150px auto auto -70px;pointer-events:none
}
[dir="rtl"] .crs-home-shell .search-shell::before{inset:-150px -70px auto auto}
.crs-home-shell .search-card{
  display:grid!important;
  grid-template-columns:1.08fr 1.12fr 1.05fr 1.05fr auto!important;
  align-items:end!important;
  gap:10px!important;
  padding:14px!important;
  border:1px solid rgba(255,255,255,.32)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 16px 38px rgba(3,38,26,.12)!important;
  backdrop-filter:blur(12px)!important;
}
.crs-home-shell .search-card .field{min-width:0!important;min-height:74px!important;border-radius:15px!important;padding:10px 12px!important}
.crs-home-shell .search-card .field label{font-size:11px!important;color:#607068!important;letter-spacing:.01em}
.crs-home-shell .search-card .field input,
.crs-home-shell .search-card .field select{font-weight:700!important;color:var(--rcd-art-ink)!important}
.crs-home-shell #marketplaceSearchButton{min-width:150px!important;min-height:74px!important;border-radius:16px!important;box-shadow:0 10px 24px rgba(0,108,53,.18)!important}
.crs-home-shell .rcd-pricing-policy-row{grid-column:1/-1!important;justify-content:center!important;margin:2px 0 -2px!important}
.crs-home-shell .rcd-pricing-policy-trigger{color:#fff!important;background:transparent!important;border-color:rgba(255,255,255,.22)!important}
.crs-home-shell .marketplace-search-status{color:#fff!important}

/* Tighten long homepage rhythm without crowding. */
.crs-home-shell .section,
.crs-home-shell .rcd-country-explore,
.crs-home-shell .rcd-category-mosaic,
.crs-home-shell .crs-featured-showcase{width:min(1320px,calc(100% - 48px))!important;max-width:1320px!important;margin-inline:auto!important}
.crs-home-shell .section{padding-block:38px!important}
.crs-home-shell .section-heading{margin-bottom:22px!important}

/* ---------- SEARCH / LISTING ---------- */
.crs-search-page{
  width:min(1380px,calc(100% - 48px))!important;
  max-width:1380px!important;
  margin-inline:auto!important;
  padding:42px 0 72px!important;
}
.crs-search-page .crs-page-heading{
  display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:24px!important;
  margin:0 0 28px!important;padding:28px 30px!important;border:1px solid var(--rcd-art-line)!important;border-radius:28px!important;
  background:linear-gradient(135deg,#f7fbf9 0%,#eef7f2 100%)!important;box-shadow:0 16px 42px rgba(8,62,42,.06)!important
}
.crs-search-page .crs-page-heading h1{margin:8px 0 8px!important;font-size:clamp(38px,4vw,58px)!important;line-height:1.06!important;letter-spacing:-.025em!important}
.crs-search-page .crs-page-heading .lead{max-width:780px!important;margin:0!important;font-size:16px!important;line-height:1.75!important}
.crs-search-layout{display:grid!important;grid-template-columns:318px minmax(0,1fr)!important;gap:24px!important;align-items:start!important}
[dir="rtl"] .crs-search-layout{grid-template-columns:318px minmax(0,1fr)!important}
[dir="rtl"] .crs-filter-sidebar{grid-column:1;grid-row:1}
[dir="rtl"] .crs-search-results{grid-column:2;grid-row:1}
.crs-filter-sidebar{
  width:318px!important;min-width:318px!important;border:1px solid var(--rcd-art-line)!important;border-radius:24px!important;
  background:#fff!important;box-shadow:0 16px 44px rgba(8,58,39,.07)!important
}
.crs-filter-sidebar__head{min-height:84px!important;padding:20px!important;background:linear-gradient(180deg,#f6fbf8,#fff)!important}
.crs-filter-sidebar__head strong{font-size:20px!important}
.crs-filter-section,.crs-filter-group{border-bottom-color:rgba(8,86,54,.09)!important}
.crs-filter-group>summary{min-height:58px!important;padding:17px 20px!important}
.crs-filter-group__body,.crs-filter-section{padding-inline:20px!important}
.crs-search-results{min-width:0}
.crs-results-toolbar{
  display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;
  margin:0 0 18px!important;padding:22px 24px!important;border:1px solid var(--rcd-art-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 30px rgba(8,58,39,.045)!important
}
.crs-results-toolbar h2{margin:0 0 4px!important;font-size:28px!important}
.crs-results-toolbar .crs-results-guide{max-width:700px!important;margin:5px 0 0!important;line-height:1.65!important;color:#68786f!important}
.crs-sort-field{min-width:190px!important}
.crs-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}
#results .car-card{
  border-color:rgba(8,86,54,.12)!important;border-radius:26px!important;box-shadow:0 14px 36px rgba(8,58,39,.07)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important
}
#results .car-card:hover{transform:translateY(-4px)!important;border-color:rgba(0,108,53,.24)!important;box-shadow:0 24px 50px rgba(8,58,39,.12)!important}
#results .car-visual{aspect-ratio:16/10!important;background:linear-gradient(160deg,#f3f8f5,#e8f3ed)!important}
#results .car-body{padding:18px 19px 20px!important}
#results .car-title{font-size:21px!important;line-height:1.35!important}
#results .car-company{font-size:12px!important;color:#718078!important}
#results .car-card__badge{padding:6px 10px!important;background:#eff8f3!important}
#results .price-row{grid-template-columns:minmax(0,1fr) 156px!important;padding-top:14px!important}
#results .price strong{font-size:24px!important;color:var(--rcd-art-green)!important}

@media(max-width:1100px){
 .crs-home-shell .search-card{grid-template-columns:repeat(2,minmax(0,1fr)) auto!important}
 .crs-home-shell #marketplaceSearchButton{grid-column:auto!important}
 .crs-search-layout,[dir="rtl"] .crs-search-layout{grid-template-columns:280px minmax(0,1fr)!important}
 [dir="rtl"] .crs-search-layout{grid-template-columns:280px minmax(0,1fr)!important}
 .crs-filter-sidebar{width:280px!important;min-width:280px!important}
}
@media(max-width:900px){
 .crs-home-shell .hero-reference{grid-template-columns:1fr!important;gap:28px!important;padding-top:34px!important}
 .crs-home-shell .hero-reference-content{max-width:none!important}
 .crs-home-shell .hero-reference h1{font-size:clamp(42px,10vw,64px)!important}
 .crs-home-shell .reference-hero-art{min-height:360px!important}
 .crs-search-layout,[dir="rtl"] .crs-search-layout{display:block!important}
 .crs-filter-sidebar{width:min(92vw,360px)!important;min-width:0!important}
 [dir="rtl"] .crs-search-results,[dir="rtl"] .crs-filter-sidebar{grid-column:auto!important;grid-row:auto!important}
 .crs-results-grid{grid-template-columns:1fr!important}
}
@media(max-width:760px){
 .crs-home-shell .hero-reference{gap:18px!important}
 .crs-home-shell .hero-reference-content{display:grid!important;gap:4px!important}
 .crs-home-shell .hero-reference h1{margin:8px 0 10px!important}
 .crs-home-shell .hero-reference-proof{margin-top:12px!important;gap:7px!important}
 .crs-home-shell .hero-reference-proof span{padding:6px 8px!important;font-size:11px!important}
 .crs-home-shell .reference-hero-art{min-height:300px!important;height:300px!important}
 .crs-home-shell .hero-visual-card{inset:16px 8px 18px!important}
 .crs-home-shell .hero-reference-card{top:6px!important;min-width:145px!important;padding:9px 11px!important}
 .crs-home-shell .hero-reference,.crs-home-shell .search-shell,.crs-home-shell .section,.crs-home-shell .rcd-country-explore,.crs-home-shell .rcd-category-mosaic,.crs-home-shell .crs-featured-showcase{width:calc(100% - 24px)!important}
 .crs-home-shell .hero-reference{padding:26px 0 18px!important}
 .crs-home-shell .hero-reference h1{font-size:clamp(38px,11vw,52px)!important;line-height:1.02!important}
 .crs-home-shell .hero-copy{font-size:16px!important}
 .crs-home-shell .search-shell{padding:12px!important;border-radius:26px!important}
 .crs-home-shell .search-card{grid-template-columns:1fr!important;gap:8px!important;padding:10px!important;border-radius:20px!important}
 .crs-home-shell .search-card .field,.crs-home-shell #marketplaceSearchButton{min-height:64px!important;width:100%!important}
 .crs-home-shell .rcd-pricing-policy-row{grid-column:auto!important}
 .crs-search-page{width:calc(100% - 24px)!important;padding:22px 0 54px!important}
 .crs-search-page .crs-page-heading{grid-template-columns:1fr!important;padding:22px!important;border-radius:22px!important}
 .crs-search-page .crs-page-heading h1{font-size:38px!important}
 .crs-results-toolbar{align-items:stretch!important;flex-direction:column!important;padding:18px!important}
 .crs-sort-field{width:100%!important;min-width:0!important}
}
@media(prefers-reduced-motion:reduce){#results .car-card{transition:none!important}}

/* RCD_ART_DIRECTION_V1_1 — restrained branded art layer */
.crs-home-shell .hero-reference-content::before{
  content:"RENT • DRIVE • DISCOVER";
  display:inline-flex;
  margin-bottom:10px;
  color:rgba(0,108,53,.52);
  font-size:10px;
  font-weight:800;
  letter-spacing:.22em;
  direction:ltr;
}
.crs-home-shell .reference-hero-art::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border:1px solid rgba(214,166,60,.26);
  border-radius:38% 62% 64% 36% / 42% 38% 62% 58%;
  inset:auto -24px -22px auto;
  transform:rotate(16deg);
  z-index:-1;
  pointer-events:none;
}
[dir="rtl"] .crs-home-shell .reference-hero-art::after{inset:auto auto -22px -24px}
.crs-home-shell .section-heading h2{
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.15!important;
  letter-spacing:-.02em;
}
.crs-home-shell .section-heading p{max-width:680px!important;line-height:1.8!important}
.crs-home-shell .rcd-country-card,
.crs-home-shell .rcd-category-card,
.crs-home-shell .crs-featured-showcase__card{
  border-radius:24px!important;
  border-color:rgba(8,86,54,.11)!important;
  box-shadow:0 14px 38px rgba(8,58,39,.06)!important;
}
.crs-home-shell .rcd-country-card:hover,
.crs-home-shell .rcd-category-card:hover{box-shadow:0 22px 50px rgba(8,58,39,.11)!important}

/* Make listing feel like a designed marketplace canvas, not floating text. */
.crs-search-page::before{
  content:"";
  position:fixed;
  inset:108px 0 auto;
  height:420px;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 10%,rgba(214,166,60,.075),transparent 28%),
    radial-gradient(circle at 86% 24%,rgba(0,108,53,.08),transparent 34%);
}
.crs-search-results{padding:0!important}
.crs-results-grid{align-items:stretch!important}
#results .car-card{overflow:hidden!important;background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%)!important}
#results .car-visual{overflow:hidden!important}
#results .car-visual img{transition:transform .45s ease!important}
#results .car-card:hover .car-visual img{transform:scale(1.025)}
#results .car-topline{gap:12px!important;align-items:flex-start!important}
#results .car-meta{line-height:1.65!important}
#results .crs-action-row .btn-primary{min-height:48px!important;border-radius:14px!important}

@media(max-width:760px){
  .crs-home-shell .hero-reference-content::before{font-size:9px;letter-spacing:.14em}
  .crs-home-shell .reference-hero-art::after{width:110px;height:110px}
  .crs-home-shell .section-heading h2{font-size:32px!important}
}

/* =========================================================
   RCD_HERO_ART_SCENE_H1
   Full-width branded hero inspired by modern mobility SaaS art direction.
   Brand palette only: deep green, Rent Car Deals green, restrained gold.
   ========================================================= */

.crs-home-shell .top,
.crs-home-shell .platform-bar{display:none!important}

.crs-home-shell .site-header{
  position:absolute!important;
  top:22px!important;
  left:50%!important;
  right:auto!important;
  width:min(1240px,calc(100% - 48px))!important;
  height:78px!important;
  transform:translateX(-50%)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:24px!important;
  background:rgba(3,34,24,.74)!important;
  color:#fff!important;
  box-shadow:0 22px 60px rgba(0,18,12,.24)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  z-index:90!important;
}
.crs-home-shell .site-header__inner{width:100%!important;max-width:none!important;padding-inline:18px!important}
.crs-home-shell .site-header .brand-logo-approved{filter:brightness(0) invert(1)!important}
.crs-home-shell .site-header .main-nav a,
.crs-home-shell .site-header .crs-site-nav__more-button,
.crs-home-shell .site-header .rcd-header-language{color:rgba(255,255,255,.86)!important}
.crs-home-shell .site-header .main-nav a:hover,
.crs-home-shell .site-header .main-nav a.active{color:#7cf2b0!important}
.crs-home-shell .site-header .rcd-header-language,
.crs-home-shell .site-header .crs-mobile-menu-toggle{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.06)!important}
.crs-home-shell .site-header .crs-header-sign-in{background:#0b8c4c!important;border-color:#0b8c4c!important;color:#fff!important}
.crs-home-shell .site-header .rcd-header-company{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.20)!important;color:#fff!important}
.crs-home-shell .site-header .rcd-header-download__label{color:rgba(255,255,255,.70)!important}

.crs-home-shell .rcd-home-hero-scene{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:880px;
  padding:136px 0 54px;
  border-radius:0 0 54px 54px;
  background:
    radial-gradient(circle at 50% 92%,rgba(20,229,126,.28),transparent 26%),
    radial-gradient(circle at 12% 18%,rgba(0,130,70,.22),transparent 30%),
    radial-gradient(circle at 86% 28%,rgba(214,166,60,.09),transparent 20%),
    linear-gradient(160deg,#021d15 0%,#042b20 42%,#063c2b 72%,#031f17 100%);
  box-shadow:inset 0 -1px rgba(255,255,255,.08);
}
.crs-home-shell .rcd-home-hero-scene::before{
  content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;opacity:.18;
  background-image:
    linear-gradient(rgba(74,255,157,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(74,255,157,.13) 1px,transparent 1px);
  background-size:96px 96px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 92%);
}
.crs-home-shell .rcd-home-hero-scene::after{
  content:"";position:absolute;left:50%;bottom:-280px;width:820px;height:520px;transform:translateX(-50%);z-index:-1;
  border-radius:50%;background:#14e57e;filter:blur(110px);opacity:.22;pointer-events:none
}
.crs-home-shell .rcd-hero-atmosphere,
.crs-home-shell .rcd-hero-offers{position:absolute;inset:0;pointer-events:none}
.crs-home-shell .rcd-hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.28}
.crs-home-shell .rcd-hero-glow--one{width:300px;height:300px;background:#00a95c;left:-90px;top:190px}
.crs-home-shell .rcd-hero-glow--two{width:260px;height:260px;background:#d6a63c;right:-120px;top:240px;opacity:.10}
.crs-home-shell .rcd-hero-light-line{position:absolute;width:1px;background:linear-gradient(to bottom,transparent,rgba(52,255,153,.72),transparent);filter:drop-shadow(0 0 8px rgba(52,255,153,.55));opacity:.52}
.crs-home-shell .rcd-hero-light-line--one{height:230px;left:11%;top:135px;animation:rcdLightPulse 5.8s ease-in-out infinite}
.crs-home-shell .rcd-hero-light-line--two{height:180px;right:14%;top:110px;animation:rcdLightPulse 6.7s ease-in-out 1s infinite}
.crs-home-shell .rcd-hero-light-line--three{height:145px;left:28%;bottom:200px;animation:rcdLightPulse 7.3s ease-in-out 2s infinite}
.crs-home-shell .rcd-hero-spark{position:absolute;width:7px;height:7px;border-radius:2px;background:#b5ffd4;box-shadow:0 0 18px #63ffad;transform:rotate(45deg);animation:rcdSpark 4.8s ease-in-out infinite}
.crs-home-shell .rcd-hero-spark--one{left:22%;top:190px}
.crs-home-shell .rcd-hero-spark--two{right:22%;top:210px;animation-delay:1.4s}
.crs-home-shell .rcd-hero-spark--three{right:34%;bottom:240px;animation-delay:2.6s}

.crs-home-shell .hero-reference{
  position:relative!important;
  z-index:5;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(960px,calc(100% - 48px))!important;
  min-height:480px!important;
  margin:0 auto!important;
  padding:34px 0 18px!important;
  text-align:center!important;
}
.crs-home-shell .hero-reference-content{max-width:860px!important;margin-inline:auto!important}
.crs-home-shell .hero-reference-content::before{display:none!important}
.crs-home-shell .hero-reference .eyebrow{
  display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0 auto 18px!important;padding:8px 14px!important;
  border:1px solid rgba(114,255,177,.24)!important;border-radius:999px!important;background:rgba(65,231,137,.08)!important;color:#abf3cb!important;
  font-size:12px!important;font-weight:800!important;box-shadow:0 0 28px rgba(53,235,136,.06)!important
}
.crs-home-shell .hero-reference h1{
  margin:0 0 20px!important;
  color:#fff!important;
  font-size:clamp(58px,6.3vw,94px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}
.crs-home-shell .hero-title-fixed{color:#fff!important}
.crs-home-shell .hero-title-mask{display:block!important;height:auto!important;margin-top:8px!important}
.crs-home-shell .hero-title-dynamic{position:static!important;display:block!important;color:#49e58e!important;text-shadow:0 0 34px rgba(73,229,142,.12)!important}
.crs-home-shell .hero-copy{max-width:720px!important;margin:0 auto!important;color:rgba(239,250,244,.68)!important;font-size:18px!important;line-height:1.85!important}
.crs-home-shell .hero-reference-actions{justify-content:center!important;margin-top:24px!important}
.crs-home-shell .hero-reference-actions .button{min-height:52px!important;border-radius:999px!important;padding-inline:25px!important}
.crs-home-shell .hero-reference-actions .button-primary{background:#14d979!important;color:#062619!important;box-shadow:0 14px 34px rgba(20,217,121,.20)!important}
.crs-home-shell .hero-reference-actions .button-outline{border-color:rgba(255,255,255,.20)!important;background:rgba(255,255,255,.06)!important;color:#fff!important}
.crs-home-shell .hero-reference-proof{justify-content:center!important;margin-top:20px!important;gap:9px!important}
.crs-home-shell .hero-reference-proof span{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.05)!important;color:rgba(255,255,255,.80)!important;box-shadow:none!important;backdrop-filter:blur(10px)}
.crs-home-shell .hero-reference-proof i{color:#69efa7!important}
.crs-home-shell .rcd-hero-cms-driver{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important}

.crs-home-shell .rcd-rental-widget{
  position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:220px;max-width:270px;padding:14px 16px;
  border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(5,39,28,.56);color:#fff;
  box-shadow:0 18px 48px rgba(0,16,11,.20);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  animation:rcdWidgetFloat 6s ease-in-out infinite
}
.crs-home-shell .rcd-rental-widget__icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid rgba(88,241,156,.24);border-radius:14px;background:rgba(20,217,121,.10);color:#67efa6;font-size:14px;font-weight:900}
.crs-home-shell .rcd-rental-widget strong{display:block;margin-bottom:2px;font-size:13px}
.crs-home-shell .rcd-rental-widget small{display:block;color:rgba(255,255,255,.52);font-size:10px;line-height:1.45}
.crs-home-shell .rcd-rental-widget--weekly{left:4.5%;top:220px;animation-delay:.2s}
.crs-home-shell .rcd-rental-widget--delivery{right:4.5%;top:255px;animation-delay:1.3s}
.crs-home-shell .rcd-rental-widget--monthly{left:8%;top:500px;animation-delay:2.1s}
.crs-home-shell .rcd-rental-widget--verified{right:7%;top:515px;animation-delay:3.1s}

.crs-home-shell .search-shell{
  position:relative!important;z-index:8;
  width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;min-height:0!important;
  margin:-22px auto 0!important;padding:14px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:28px!important;
  background:rgba(255,255,255,.055)!important;box-shadow:0 22px 60px rgba(0,18,12,.26)!important;backdrop-filter:blur(16px)!important
}
.crs-home-shell .search-shell::before{display:none!important}
.crs-home-shell .search-card{
  grid-template-columns:1fr 1.1fr 1.05fr 1.05fr auto!important;gap:9px!important;padding:12px!important;border-radius:20px!important;
  background:rgba(255,255,255,.97)!important;box-shadow:0 16px 42px rgba(0,20,13,.18)!important
}
.crs-home-shell .search-card .field{min-height:70px!important;padding:9px 11px!important;border-color:#dfe9e4!important;background:#fff!important}
.crs-home-shell #marketplaceSearchButton{min-height:70px!important;min-width:148px!important;background:#087846!important;color:#fff!important;border-radius:14px!important}
.crs-home-shell .rcd-pricing-policy-row{margin:0!important;padding-top:0!important}
.crs-home-shell .rcd-pricing-policy-trigger{color:rgba(255,255,255,.72)!important;border-color:transparent!important}
.crs-home-shell .marketplace-search-status{margin-top:8px!important}

/* Footer becomes a closing art scene rather than a plain link grid. */
.rcd-site-footer-final{position:relative!important;isolation:isolate;overflow:hidden!important;background:linear-gradient(155deg,#021d15,#052d21 58%,#031f17)!important}
.rcd-site-footer-final::before{
  content:"";position:absolute;inset:0;z-index:-2;opacity:.16;pointer-events:none;
  background-image:linear-gradient(rgba(75,240,151,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(75,240,151,.14) 1px,transparent 1px);background-size:72px 72px
}
.rcd-site-footer-final::after{content:"";position:absolute;left:50%;bottom:-260px;width:760px;height:450px;transform:translateX(-50%);z-index:-1;border-radius:50%;background:#14d979;filter:blur(120px);opacity:.14;pointer-events:none}
.rcd-site-footer-final .crs-site-footer__inner{position:relative;z-index:1;width:min(1320px,calc(100% - 48px))!important;padding:82px 0 58px!important;gap:42px!important}
.rcd-site-footer-final .crs-site-footer__brand{padding:24px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:rgba(255,255,255,.035);backdrop-filter:blur(10px)}
.rcd-site-footer-final .crs-site-footer__brand p{font-size:14px!important;color:rgba(255,255,255,.62)!important}
.rcd-site-footer-final .crs-site-footer__column{padding-top:12px}
.rcd-site-footer-final .crs-site-footer__column strong{color:#8bf1b7!important;font-size:13px!important;letter-spacing:.02em}
.rcd-site-footer-final .crs-site-footer__column>a{min-height:34px;display:flex;align-items:center;color:rgba(255,255,255,.60)!important}
.rcd-site-footer-final .crs-site-footer__column>a:hover{color:#fff!important;transform:translateX(-2px)}
[dir="ltr"] .rcd-site-footer-final .crs-site-footer__column>a:hover{transform:translateX(2px)}
.rcd-site-footer-final .crs-site-footer__bottom{position:relative;z-index:1;width:min(1320px,calc(100% - 48px))!important;padding:22px 0 30px!important;border-top-color:rgba(255,255,255,.10)!important}
.rcd-site-footer-final .rcd-store-art{filter:drop-shadow(0 14px 32px rgba(20,217,121,.08))}

@keyframes rcdWidgetFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-9px,0)}}
@keyframes rcdLightPulse{0%,100%{opacity:.16;transform:scaleY(.75)}50%{opacity:.64;transform:scaleY(1.08)}}
@keyframes rcdSpark{0%,100%{opacity:.25;transform:translateY(0) rotate(45deg) scale(.8)}50%{opacity:1;transform:translateY(-8px) rotate(45deg) scale(1.1)}}

@media(max-width:1180px){
  .crs-home-shell .rcd-rental-widget--monthly,.crs-home-shell .rcd-rental-widget--verified{display:none}
  .crs-home-shell .rcd-rental-widget--weekly{left:3%}.crs-home-shell .rcd-rental-widget--delivery{right:3%}
  .crs-home-shell .hero-reference{width:min(780px,calc(100% - 48px))!important}
}
@media(max-width:900px){
  .crs-home-shell .site-header{top:14px!important;width:calc(100% - 28px)!important;height:68px!important;border-radius:20px!important}
  .crs-home-shell .rcd-home-hero-scene{min-height:0;padding:104px 0 36px;border-radius:0 0 34px 34px}
  .crs-home-shell .rcd-rental-widget{display:none!important}
  .crs-home-shell .hero-reference{display:flex!important;min-height:0!important;width:calc(100% - 30px)!important;padding:42px 0 22px!important}
  .crs-home-shell .hero-reference h1{font-size:clamp(46px,11vw,68px)!important}
  .crs-home-shell .search-shell{width:calc(100% - 28px)!important;margin:4px auto 0!important}
  .crs-home-shell .search-card{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .crs-home-shell #marketplaceSearchButton{grid-column:1/-1!important;width:100%!important}
  .crs-home-shell .rcd-pricing-policy-row{grid-column:1/-1!important}
}
@media(max-width:620px){
  .crs-home-shell .site-header .brand-logo-approved{max-width:155px!important}
  .crs-home-shell .rcd-home-hero-scene{padding-top:96px!important}
  .crs-home-shell .hero-reference{padding-top:34px!important}
  .crs-home-shell .hero-reference h1{font-size:clamp(40px,13vw,56px)!important;line-height:1.02!important}
  .crs-home-shell .hero-copy{font-size:15px!important;line-height:1.75!important}
  .crs-home-shell .hero-reference-actions{width:100%;flex-wrap:wrap!important}
  .crs-home-shell .hero-reference-actions .button{flex:1 1 150px!important}
  .crs-home-shell .hero-reference-proof{display:grid!important;grid-template-columns:1fr!important;width:min(300px,100%)!important;margin-inline:auto!important}
  .crs-home-shell .search-shell{padding:9px!important;border-radius:22px!important}
  .crs-home-shell .search-card{grid-template-columns:1fr!important;padding:9px!important}
  .crs-home-shell #marketplaceSearchButton,.crs-home-shell .rcd-pricing-policy-row{grid-column:auto!important}
  .rcd-site-footer-final .crs-site-footer__inner{width:calc(100% - 30px)!important;padding-top:58px!important}
  .rcd-site-footer-final .crs-site-footer__brand{padding:20px}
}
@media(prefers-reduced-motion:reduce){
  .crs-home-shell .rcd-rental-widget,.crs-home-shell .rcd-hero-light-line,.crs-home-shell .rcd-hero-spark{animation:none!important}
}

/* RCD_HERO_REFINEMENT_V1 — balance, compact search, calmer navigation */
.crs-home-shell .site-header{
  width:min(1180px,calc(100% - 40px))!important;
  height:72px!important;
  border-radius:22px!important;
}
.crs-home-shell .site-header__inner{padding-inline:14px!important}
.crs-home-shell .site-header .brand-logo-approved{max-width:172px!important}
.crs-home-shell .site-header .main-nav{gap:18px!important}
.crs-home-shell .site-header .main-nav>a,
.crs-home-shell .site-header .crs-site-nav__more-button{font-size:13px!important}
.crs-home-shell .site-header .header-actions{gap:7px!important}
.crs-home-shell .site-header .header-actions .button{min-height:42px!important;padding-inline:14px!important}
.crs-home-shell .site-header .rcd-header-download{gap:0!important}
.crs-home-shell .site-header .rcd-header-download__label{display:none!important}
.crs-home-shell .site-header .rcd-header-store-art{width:66px!important;min-width:66px!important}
.crs-home-shell .site-header .rcd-header-store-art>img{width:66px!important;height:auto!important}
.crs-home-shell .site-header .rcd-header-language{min-width:42px!important;height:42px!important}

html[lang="ar"] .crs-home-shell .hero-reference-content{max-width:940px!important}
html[lang="ar"] .crs-home-shell .hero-reference h1{
  font-size:clamp(52px,5.35vw,80px)!important;
  line-height:1!important;
  letter-spacing:-.032em!important;
}
.crs-home-shell .hero-reference{min-height:455px!important;padding-top:28px!important}
.crs-home-shell .hero-reference .eyebrow{margin-bottom:15px!important}
.crs-home-shell .hero-reference h1{margin-bottom:17px!important}
.crs-home-shell .hero-copy{font-size:17px!important;line-height:1.78!important}
.crs-home-shell .hero-reference-actions{margin-top:21px!important;gap:10px!important}
.crs-home-shell .hero-reference-actions .button-primary{
  min-width:150px!important;
  background:#19df7d!important;
  box-shadow:0 16px 38px rgba(20,217,121,.24)!important;
}
.crs-home-shell .hero-reference-actions .button-outline{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.16)!important;
  color:rgba(255,255,255,.82)!important;
}
.crs-home-shell .hero-reference-proof{margin-top:16px!important}

.crs-home-shell .rcd-rental-widget{
  min-width:228px;
  padding:15px 17px;
  border-color:rgba(111,255,175,.18);
  background:rgba(4,43,30,.70);
  box-shadow:0 20px 52px rgba(0,18,12,.25),inset 0 1px 0 rgba(255,255,255,.035);
}
.crs-home-shell .rcd-rental-widget__icon{
  flex-basis:44px;width:44px;height:44px;
  border-color:rgba(96,246,164,.32);
  background:rgba(20,217,121,.14);
  box-shadow:0 0 24px rgba(20,217,121,.08);
}
.crs-home-shell .rcd-rental-widget strong{font-size:14px!important;color:rgba(255,255,255,.96)}
.crs-home-shell .rcd-rental-widget small{font-size:10.5px!important;color:rgba(255,255,255,.62)}

.crs-home-shell .search-shell{
  margin:-18px auto 0!important;
  padding:12px!important;
}
.crs-home-shell .search-card{
  align-items:stretch!important;
  padding:10px!important;
  gap:8px!important;
}
.crs-home-shell .search-card .field{min-height:64px!important;padding:7px 10px!important}
.crs-home-shell #marketplaceSearchButton{min-height:64px!important}
.crs-home-shell .rcd-pricing-policy-row{
  display:flex!important;
  justify-content:center!important;
  min-height:34px!important;
  margin:4px 0 -4px!important;
  padding:0!important;
}
.crs-home-shell .rcd-pricing-policy-trigger{
  min-height:34px!important;
  padding:4px 10px!important;
  border:0!important;
  background:transparent!important;
  color:rgba(232,250,241,.70)!important;
  font-size:12px!important;
}
.crs-home-shell .rcd-pricing-policy-trigger:hover{color:#fff!important;background:rgba(255,255,255,.05)!important}
.crs-home-shell .rcd-pricing-policy-icon{border-color:rgba(255,255,255,.20)!important;color:#8ef1ba!important}

/* RCD_BRAND_MARQUEE_HEADING_V10 — preserve marquee motion, add section hierarchy */
.crs-home-shell .rcd-brand-marquee{
  width:100%!important;
  max-width:none!important;
  margin:36px auto 42px!important;
  padding:20px max(20px,calc((100vw - 1180px)/2)) 12px!important;
  border-top:1px solid rgba(8,86,54,.08);
  background:linear-gradient(180deg,rgba(239,248,243,.62),rgba(255,255,255,0));
}
.crs-home-shell .rcd-brand-marquee__heading{
  width:min(1180px,100%)!important;
  margin:0 auto 10px!important;
  text-align:center!important;
}
.crs-home-shell .rcd-brand-marquee__title{
  margin:0!important;
  color:#133a2b!important;
  font-size:clamp(22px,2vw,30px)!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
.crs-home-shell .rcd-brand-marquee__viewport{width:min(1180px,100%)!important;margin-inline:auto!important;padding-block:9px!important}
@media(max-width:620px){
  .crs-home-shell .rcd-brand-marquee{margin-top:24px!important;padding-top:16px!important}
  .crs-home-shell .rcd-brand-marquee__heading{margin-bottom:6px!important}
  .crs-home-shell .rcd-brand-marquee__title{font-size:22px!important}
}

@media(max-width:1180px){
  .crs-home-shell .site-header .main-nav{gap:12px!important}
  .crs-home-shell .site-header .main-nav>a,
  .crs-home-shell .site-header .crs-site-nav__more-button{font-size:12px!important}
  .crs-home-shell .site-header .rcd-header-store-art{width:58px!important;min-width:58px!important}
  .crs-home-shell .site-header .rcd-header-store-art>img{width:58px!important}
}
@media(max-width:900px){
  .crs-home-shell .site-header{width:calc(100% - 28px)!important;height:68px!important}
  .crs-home-shell .hero-reference{min-height:0!important;padding-top:38px!important}
  html[lang="ar"] .crs-home-shell .hero-reference h1{font-size:clamp(43px,10.5vw,62px)!important;line-height:1.02!important}
  .crs-home-shell .search-card .field,.crs-home-shell #marketplaceSearchButton{min-height:62px!important}
  .crs-home-shell .rcd-pricing-policy-row{min-height:40px!important;margin:3px 0 -2px!important}
  .crs-home-shell .rcd-pricing-policy-trigger{min-height:40px!important}
}
@media(max-width:620px){
  .crs-home-shell .hero-reference-proof{margin-top:13px!important}
  .crs-home-shell .hero-reference-actions{margin-top:18px!important}
}

/* RCD_HERO_REFINEMENT_V2 — simplified hero + reference-aligned nav */
.crs-home-shell .hero-reference{
  min-height:390px!important;
  padding-top:34px!important;
  padding-bottom:10px!important;
}
.crs-home-shell .hero-reference h1{margin-bottom:22px!important}
.crs-home-shell .hero-copy{margin-bottom:0!important}

/* Desktop header: explicit three-zone composition, never overlapping. */
@media(min-width:901px){
  .crs-home-shell .site-header{
    width:min(1180px,calc(100% - 40px))!important;
    height:72px!important;
  }
  .crs-home-shell .site-header__inner{
    display:grid!important;
    grid-template-columns:190px minmax(0,1fr) auto!important;
    grid-template-areas:"brand nav actions"!important;
    align-items:center!important;
    column-gap:18px!important;
    min-width:0!important;
    padding-inline:16px!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header__inner{
    grid-template-columns:auto minmax(0,1fr) 190px!important;
    grid-template-areas:"actions nav brand"!important;
  }
  .crs-home-shell .site-header .brand{
    grid-area:brand!important;
    min-width:0!important;
    justify-self:start!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header .brand{justify-self:end!important}
  .crs-home-shell .site-header .brand-logo-approved{
    width:auto!important;
    height:46px!important;
    max-width:180px!important;
    object-fit:contain!important;
  }
  .crs-home-shell .site-header .main-nav{
    grid-area:nav!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    max-width:none!important;
    gap:6px!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }
  .crs-home-shell .site-header .main-nav>a,
  .crs-home-shell .site-header .crs-site-nav__more-button{
    flex:0 0 auto!important;
    min-height:42px!important;
    padding-inline:10px!important;
    font-size:12.5px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .crs-home-shell .site-header .header-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    min-width:max-content!important;
    gap:6px!important;
    white-space:nowrap!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header .header-actions{justify-content:flex-start!important}
  .crs-home-shell .site-header .header-actions .button{
    flex:0 0 auto!important;
    min-height:42px!important;
    padding-inline:13px!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }
  .crs-home-shell .site-header .rcd-header-store-art{
    width:60px!important;
    min-width:60px!important;
  }
  .crs-home-shell .site-header .rcd-header-store-art>img{width:60px!important;height:auto!important}
}

@media(min-width:901px) and (max-width:1120px){
  .crs-home-shell .site-header__inner{
    grid-template-columns:160px minmax(0,1fr) auto!important;
    column-gap:10px!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header__inner{grid-template-columns:auto minmax(0,1fr) 160px!important}
  .crs-home-shell .site-header .brand-logo-approved{height:42px!important;max-width:155px!important}
  .crs-home-shell .site-header .main-nav{gap:1px!important}
  .crs-home-shell .site-header .main-nav>a,
  .crs-home-shell .site-header .crs-site-nav__more-button{padding-inline:7px!important;font-size:11.5px!important}
  .crs-home-shell .site-header .rcd-header-download{display:none!important}
  .crs-home-shell .site-header .header-actions .button{padding-inline:10px!important;font-size:11.5px!important}
}

@media(max-width:900px){
  .crs-home-shell .hero-reference{padding-top:42px!important;padding-bottom:12px!important}
}

/* RCD_HEADER_SINGLE_COMPOSITION_V1
 * One visual header only: brand | navigation | account actions.
 * This block intentionally wins over legacy public-header layers.
 */
@media (min-width: 901px){
  .crs-home-shell .site-header{
    width:min(1160px,calc(100% - 48px))!important;
    height:72px!important;
  }
  .crs-home-shell .site-header__inner{
    display:grid!important;
    grid-template-columns:190px minmax(0,1fr) auto!important;
    grid-template-areas:"brand nav actions"!important;
    align-items:center!important;
    column-gap:22px!important;
    width:100%!important;
    max-width:none!important;
    padding:0 16px!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header__inner{
    grid-template-columns:auto minmax(0,1fr) 190px!important;
    grid-template-areas:"actions nav brand"!important;
  }
  .crs-home-shell .site-header .brand{
    grid-area:brand!important;
    justify-self:start!important;
    width:auto!important;
    min-width:0!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header .brand{justify-self:end!important}
  .crs-home-shell .site-header .brand-logo-approved{
    width:auto!important;
    max-width:168px!important;
    height:46px!important;
  }
  .crs-home-shell .site-header .main-nav{
    grid-area:nav!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }
  .crs-home-shell .site-header .main-nav>a,
  .crs-home-shell .site-header .crs-site-nav__more-button{
    flex:0 0 auto!important;
    min-height:40px!important;
    padding-inline:9px!important;
    font-size:12.5px!important;
    line-height:1!important;
  }
  .crs-home-shell .site-header .header-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    width:auto!important;
    min-width:max-content!important;
    white-space:nowrap!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header .header-actions{justify-content:flex-start!important}
  .crs-home-shell .site-header .rcd-header-download{display:none!important}
  .crs-home-shell .site-header .rcd-header-language{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
  }
  .crs-home-shell .site-header .header-actions .button{
    min-height:42px!important;
    padding-inline:13px!important;
    border-radius:11px!important;
    font-size:12.5px!important;
  }
  .crs-home-shell .site-header .crs-mobile-menu-toggle{display:none!important}
}

@media (max-width: 900px){
  .crs-home-shell .site-header__inner{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    grid-template-areas:"lang brand menu"!important;
    align-items:center!important;
    gap:8px!important;
    padding-inline:10px!important;
  }
  html[dir="rtl"] .crs-home-shell .site-header__inner{
    grid-template-areas:"lang brand menu"!important;
  }
  .crs-home-shell .site-header .brand{
    grid-area:brand!important;
    justify-self:center!important;
  }
  .crs-home-shell .site-header .brand-logo-approved{
    width:auto!important;
    max-width:150px!important;
    height:42px!important;
  }
  .crs-home-shell .site-header .main-nav{display:none!important}
  .crs-home-shell .site-header .header-actions{
    display:contents!important;
  }
  .crs-home-shell .site-header .rcd-header-download,
  .crs-home-shell .site-header .crs-header-sign-in,
  .crs-home-shell .site-header .rcd-header-company{display:none!important}
  .crs-home-shell .site-header .rcd-header-language{
    grid-area:lang!important;
    justify-self:start!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
  }
  .crs-home-shell .site-header .crs-mobile-menu-toggle{
    grid-area:menu!important;
    justify-self:end!important;
    display:inline-flex!important;
    width:44px!important;
    height:44px!important;
  }
}

/* RCD_HERO_POLISH_V5 — clear search lane, compact mobile header, store CTA, luminous brand */
.crs-home-shell .site-header .brand-logo-approved{
  filter:brightness(0) saturate(100%) invert(76%) sepia(56%) saturate(760%) hue-rotate(91deg) brightness(98%) contrast(92%) drop-shadow(0 0 8px rgba(82,255,159,.46)) drop-shadow(0 0 20px rgba(20,217,121,.22))!important;
}
.crs-home-shell .site-header .main-nav>a:hover,
.crs-home-shell .site-header .main-nav>a:focus-visible,
.crs-home-shell .site-header .main-nav>a.active,
.crs-home-shell .site-header .crs-site-nav__more-button:hover,
.crs-home-shell .site-header .crs-site-nav__more-button:focus-visible,
.crs-home-shell .site-header .crs-site-nav__more.is-active>.crs-site-nav__more-button{
  background:rgba(20,217,121,.12)!important;
  color:#eafff2!important;
  border-color:rgba(92,248,163,.16)!important;
  box-shadow:inset 0 0 0 1px rgba(92,248,163,.08)!important;
}
.crs-home-shell .site-header .main-nav>a.active{
  background:rgba(20,217,121,.17)!important;
  color:#79f2ac!important;
}

/* Keep the lower decorative offer cards completely clear of the booking form. */
.crs-home-shell .rcd-rental-widget--monthly{top:418px!important}
.crs-home-shell .rcd-rental-widget--verified{top:430px!important}
.crs-home-shell .search-shell{margin:30px auto 0!important}

.crs-home-shell .rcd-hero-download{
  position:relative;z-index:9;display:flex;align-items:center;justify-content:center;gap:12px;
  width:max-content;max-width:calc(100% - 32px);margin:14px auto 0;padding:8px 12px;
  border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(3,39,28,.46);
  box-shadow:0 16px 36px rgba(0,20,13,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
}
.crs-home-shell .rcd-hero-download__app-icon{width:40px;height:40px;border-radius:11px;box-shadow:0 0 22px rgba(20,217,121,.18)}
.crs-home-shell .rcd-hero-download__label{color:rgba(255,255,255,.86);font-size:13px;font-weight:800;white-space:nowrap}
.crs-home-shell .rcd-hero-download__stores{position:relative;display:inline-flex;width:92px;height:47px;flex:0 0 92px}
.crs-home-shell .rcd-hero-download__stores>img{display:block;width:92px;height:47px;object-fit:contain}
.crs-home-shell .rcd-hero-download__stores .rcd-store-link-map__link{min-height:44px!important}

@media(max-width:900px){
  .crs-home-shell .site-header{
    top:12px!important;width:calc(100% - 24px)!important;height:62px!important;border-radius:18px!important;
    background:rgba(5,48,35,.88)!important;box-shadow:0 14px 36px rgba(0,20,13,.22)!important;
  }
  .crs-home-shell .site-header__inner{
    grid-template-columns:44px minmax(0,1fr) 44px!important;gap:6px!important;padding-inline:8px!important;
  }
  .crs-home-shell .site-header .brand-logo-approved{height:34px!important;max-width:132px!important}
  .crs-home-shell .site-header .rcd-header-language,
  .crs-home-shell .site-header .crs-mobile-menu-toggle{
    width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;border-radius:12px!important;
    background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.16)!important;
  }
  .crs-home-shell .rcd-home-hero-scene{padding-top:82px!important}
  .crs-home-shell .hero-reference{padding-top:20px!important}
  .crs-home-shell .search-shell{margin:18px auto 0!important}
  .crs-home-shell .rcd-hero-download{margin-top:12px!important}
}
@media(max-width:620px){
  .crs-home-shell .site-header{height:58px!important;border-radius:17px!important}
  .crs-home-shell .site-header .brand-logo-approved{height:32px!important;max-width:124px!important}
  .crs-home-shell .site-header .rcd-header-language,
  .crs-home-shell .site-header .crs-mobile-menu-toggle{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}
  .crs-home-shell .rcd-home-hero-scene{padding-top:76px!important}
  .crs-home-shell .hero-reference{padding-top:16px!important}
  .crs-home-shell .rcd-hero-download{gap:9px;padding:7px 10px;border-radius:16px}
  .crs-home-shell .rcd-hero-download__app-icon{width:36px;height:36px}
  .crs-home-shell .rcd-hero-download__label{font-size:12px}
  .crs-home-shell .rcd-hero-download__stores{width:84px;height:43px;flex-basis:84px}
  .crs-home-shell .rcd-hero-download__stores>img{width:84px;height:43px}
}

/* RCD_WHITE_HEADER_TYPING_V6 — white floating navigation + true typing hero title */
.crs-home-shell .site-header{
  background:rgba(255,255,255,.97)!important;
  border-color:rgba(9,75,49,.10)!important;
  color:#10392b!important;
  box-shadow:0 18px 46px rgba(0,30,19,.15)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.crs-home-shell .site-header .brand-logo-approved{
  filter:none!important;
}
.crs-home-shell .site-header .main-nav>a,
.crs-home-shell .site-header .crs-site-nav__more-button,
.crs-home-shell .site-header .rcd-header-language{
  color:#173d31!important;
}
.crs-home-shell .site-header .main-nav>a:hover,
.crs-home-shell .site-header .main-nav>a:focus-visible,
.crs-home-shell .site-header .crs-site-nav__more-button:hover,
.crs-home-shell .site-header .crs-site-nav__more-button:focus-visible,
.crs-home-shell .site-header .crs-site-nav__more.is-active>.crs-site-nav__more-button{
  background:#eaf7f0!important;
  color:#087846!important;
  border-color:#d6ecdf!important;
  box-shadow:none!important;
}
.crs-home-shell .site-header .main-nav>a.active{
  background:#e4f5ec!important;
  color:#087846!important;
}
.crs-home-shell .site-header .rcd-header-language{
  background:#f8fbf9!important;
  border-color:#dbe8e1!important;
  color:#23463a!important;
}
.crs-home-shell .site-header .rcd-header-language:hover,
.crs-home-shell .site-header .rcd-header-language:focus-visible{
  background:#edf7f2!important;
  border-color:#c6dfd2!important;
  color:#087846!important;
}
.crs-home-shell .site-header .crs-header-sign-in{
  background:#087846!important;
  border-color:#087846!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(8,120,70,.13)!important;
}
.crs-home-shell .site-header .rcd-header-company{
  background:#fff!important;
  border-color:#cbded4!important;
  color:#174334!important;
}
.crs-home-shell .site-header .rcd-header-company:hover,
.crs-home-shell .site-header .rcd-header-company:focus-visible{
  background:#f0f8f4!important;
  border-color:#9fcab5!important;
  color:#087846!important;
}
.crs-home-shell .site-header .crs-mobile-menu-toggle{
  background:#f8fbf9!important;
  border-color:#dbe8e1!important;
  color:#173d31!important;
}
.crs-home-shell .site-header .crs-mobile-menu-toggle:hover,
.crs-home-shell .site-header .crs-mobile-menu-toggle:focus-visible{
  background:#edf7f2!important;
  border-color:#c6dfd2!important;
  color:#087846!important;
}
.crs-home-shell .hero-title-dynamic{
  display:inline-block!important;
  min-width:min(100%, 11.2em);
  text-align:center;
  white-space:nowrap;
}
.crs-home-shell .hero-title-dynamic::after{
  content:"";
  display:inline-block;
  width:3px;
  height:.78em;
  margin-inline-start:.10em;
  vertical-align:-.06em;
  border-radius:4px;
  background:#6af0a5;
  box-shadow:0 0 16px rgba(106,240,165,.38);
  animation:rcdTypingCaret .78s steps(1,end) infinite;
}
@keyframes rcdTypingCaret{0%,46%{opacity:1}47%,100%{opacity:.08}}
@media(max-width:900px){
  .crs-home-shell .site-header{
    background:rgba(255,255,255,.97)!important;
    border-color:rgba(9,75,49,.10)!important;
    box-shadow:0 14px 34px rgba(0,30,19,.14)!important;
  }
  .crs-home-shell .hero-title-dynamic{min-width:0;white-space:normal}
}
@media(prefers-reduced-motion:reduce){
  .crs-home-shell .hero-title-dynamic::after{display:none!important;animation:none!important}
}

/* RCD_HERO_STORE_BUTTONS_V7 — one clean mobile header and independent store actions */
.crs-home-shell .rcd-mobile-app-promo{
  display:none!important;
}

.crs-home-shell .rcd-hero-download{
  gap:14px!important;
  padding:8px 10px!important;
  border-color:rgba(255,255,255,.12)!important;
  background:rgba(3,39,28,.34)!important;
}
.crs-home-shell .rcd-hero-download__actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.crs-home-shell .rcd-hero-store-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:13px;
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  line-height:1;
  box-shadow:0 10px 24px rgba(0,16,11,.10);
  transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.crs-home-shell .rcd-hero-store-button svg{
  width:22px;
  height:22px;
  flex:0 0 22px;
  color:#fff;
}
.crs-home-shell .rcd-hero-store-button:hover,
.crs-home-shell .rcd-hero-store-button:focus-visible{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.58);
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(0,16,11,.16);
  outline:none;
}
.crs-home-shell .rcd-hero-store-button:focus-visible{
  box-shadow:0 0 0 3px rgba(255,255,255,.18),0 14px 30px rgba(0,16,11,.16);
}

@media(max-width:620px){
  .crs-home-shell .rcd-hero-download{
    width:calc(100% - 30px)!important;
    max-width:360px!important;
    flex-direction:column;
    gap:8px!important;
    padding:10px!important;
  }
  .crs-home-shell .rcd-hero-download__actions{
    width:100%;
    justify-content:center;
  }
  .crs-home-shell .rcd-hero-store-button{
    flex:1 1 0;
    min-width:0;
    padding-inline:9px;
  }
  .crs-home-shell .rcd-hero-store-button span{
    white-space:nowrap;
  }
}

/* RCD_MOBILE_HEADER_RECOVERY_V8 — hard final contract for small screens */
@media(max-width:900px){
  .crs-home-shell .site-header{
    overflow:visible!important;
    min-height:58px!important;
  }
  .crs-home-shell .site-header__inner{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) 44px!important;
    grid-template-areas:"lang brand menu"!important;
    align-items:center!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:0 8px!important;
    gap:6px!important;
    overflow:visible!important;
  }
  .crs-home-shell .site-header .header-actions{display:contents!important}
  .crs-home-shell .site-header .header-actions>.rcd-header-language{
    grid-area:lang!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:start!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:3!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
  }
  .crs-home-shell .site-header .header-actions>.rcd-header-download,
  .crs-home-shell .site-header .header-actions>.crs-header-sign-in,
  .crs-home-shell .site-header .header-actions>.rcd-header-company{display:none!important}
  .crs-home-shell .site-header .brand{
    grid-area:brand!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:center!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:2!important;
    min-width:0!important;
    width:auto!important;
  }
  .crs-home-shell .site-header .brand-logo-approved{
    display:block!important;
    width:auto!important;
    height:32px!important;
    max-width:124px!important;
  }
  .crs-home-shell .site-header .crs-mobile-menu-toggle{
    grid-area:menu!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:end!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:3!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
  }
}

/* RCD_MOBILE_HEADER_LTR_RTL_LOCK_V9 — outrank legacy direction-specific mobile grids */
@media(max-width:900px){
  html[dir="ltr"] body.crs-home-shell .site-header__inner,
  html[dir="rtl"] body.crs-home-shell .site-header__inner{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) 44px!important;
    grid-template-areas:"lang brand menu"!important;
    direction:ltr!important;
    align-items:center!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:0 8px!important;
    gap:6px!important;
  }
  html[dir="ltr"] body.crs-home-shell .site-header .header-actions,
  html[dir="rtl"] body.crs-home-shell .site-header .header-actions{
    display:contents!important;
  }
  html[dir="ltr"] body.crs-home-shell .site-header .header-actions>.rcd-header-language,
  html[dir="rtl"] body.crs-home-shell .site-header .header-actions>.rcd-header-language{
    grid-area:lang!important;
    justify-self:start!important;
  }
  html[dir="ltr"] body.crs-home-shell .site-header .brand,
  html[dir="rtl"] body.crs-home-shell .site-header .brand{
    grid-area:brand!important;
    justify-self:center!important;
  }
  html[dir="ltr"] body.crs-home-shell .site-header .crs-mobile-menu-toggle,
  html[dir="rtl"] body.crs-home-shell .site-header .crs-mobile-menu-toggle{
    grid-area:menu!important;
    justify-self:end!important;
  }
}


/* RCD_CATEGORY_EDITORIAL_MOSAIC_V11 — image-led category redesign */
.crs-home-shell .rcd-category-mosaic{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:58px 0 74px!important;
}
.crs-home-shell .rcd-category-mosaic__heading{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:28px!important;
  margin:0 0 26px!important;
}
.crs-home-shell .rcd-category-mosaic__heading h2{
  margin:0 0 8px!important;
  color:#102f24!important;
  font-size:clamp(34px,3.25vw,46px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.03em!important;
}
.crs-home-shell .rcd-category-mosaic__heading p{
  max-width:760px!important;
  margin:0!important;
  color:#77837d!important;
  font-size:15px!important;
  line-height:1.7!important;
}
.crs-home-shell .rcd-category-mosaic__heading .button{
  min-height:46px!important;
  padding:0 20px!important;
  border:1px solid rgba(15,63,45,.14)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#17362b!important;
  box-shadow:0 7px 20px rgba(9,57,39,.045)!important;
  font-size:13px!important;
  font-weight:800!important;
}
.crs-home-shell .rcd-category-mosaic__heading .button:hover{
  border-color:rgba(0,108,53,.28)!important;
  background:#f8fcfa!important;
}
.crs-home-shell .rcd-category-mosaic__grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-rows:150px!important;
  gap:16px!important;
}
.crs-home-shell .rcd-category-card{
  position:relative!important;
  min-height:0!important;
  overflow:hidden!important;
  border:1px solid rgba(13,67,47,.20)!important;
  border-radius:22px!important;
  background:#18382d!important;
  box-shadow:0 12px 28px rgba(8,58,39,.07)!important;
  isolation:isolate!important;
  transform:translateZ(0);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.crs-home-shell .rcd-category-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(3,18,12,.02) 20%,rgba(3,18,12,.12) 53%,rgba(3,18,12,.78) 100%)!important;
}
.crs-home-shell .rcd-category-card__image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease!important;
}
.crs-home-shell .rcd-category-card:hover,
.crs-home-shell .rcd-category-card:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(0,108,53,.36)!important;
  box-shadow:0 22px 46px rgba(8,58,39,.14)!important;
}
.crs-home-shell .rcd-category-card:hover .rcd-category-card__image,
.crs-home-shell .rcd-category-card:focus-visible .rcd-category-card__image{
  transform:scale(1.035)!important;
}
.crs-home-shell .rcd-category-card__content{
  position:absolute!important;
  inset:auto 0 0!important;
  z-index:2!important;
  width:100%!important;
  min-height:86px!important;
  padding:24px 20px 19px!important;
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:16px!important;
}
.crs-home-shell .rcd-category-card__content strong{
  color:#fff!important;
  font-size:clamp(21px,2vw,27px)!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
  text-shadow:0 2px 12px rgba(0,0,0,.26)!important;
}
.crs-home-shell .rcd-category-card__arrow{
  width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.36)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.13)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)!important;
  backdrop-filter:blur(9px)!important;
}
.crs-home-shell .rcd-category-card__arrow svg{
  width:17px!important;
  height:17px!important;
  color:rgba(255,255,255,.46)!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.crs-home-shell .rcd-category-card--economy{grid-column:span 5!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--sedan{grid-column:span 7!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--suv{grid-column:span 7!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--family{grid-column:span 5!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--luxury,
.crs-home-shell .rcd-category-card--sports,
.crs-home-shell .rcd-category-card--coupe,
.crs-home-shell .rcd-category-card--electric{grid-column:span 6!important;grid-row:span 2!important}
@media(max-width:900px){
  .crs-home-shell .rcd-category-mosaic{width:calc(100% - 32px)!important;padding:44px 0 58px!important}
  .crs-home-shell .rcd-category-mosaic__heading{grid-template-columns:1fr auto!important;gap:18px!important;margin-bottom:20px!important}
  .crs-home-shell .rcd-category-mosaic__heading h2{font-size:clamp(30px,5vw,38px)!important}
  .crs-home-shell .rcd-category-mosaic__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:205px!important;gap:12px!important}
  .crs-home-shell .rcd-category-card{grid-column:span 1!important;grid-row:span 1!important;border-radius:19px!important}
  .crs-home-shell .rcd-category-card--suv,
  .crs-home-shell .rcd-category-card--luxury{grid-column:span 2!important}
  .crs-home-shell .rcd-category-card__content{min-height:72px!important;padding:18px 16px 15px!important}
  .crs-home-shell .rcd-category-card__content strong{font-size:20px!important}
  .crs-home-shell .rcd-category-card__arrow{width:36px!important;height:36px!important;flex-basis:36px!important}
}
@media(max-width:620px){
  .crs-home-shell .rcd-category-mosaic{width:calc(100% - 24px)!important;padding:36px 0 50px!important}
  .crs-home-shell .rcd-category-mosaic__heading{grid-template-columns:1fr!important;align-items:start!important;gap:14px!important}
  .crs-home-shell .rcd-category-mosaic__heading .button{width:max-content!important;min-height:42px!important;padding-inline:16px!important}
  .crs-home-shell .rcd-category-mosaic__grid{grid-template-columns:1fr!important;grid-auto-rows:220px!important;gap:12px!important}
  .crs-home-shell .rcd-category-card,
  .crs-home-shell .rcd-category-card--suv,
  .crs-home-shell .rcd-category-card--luxury{grid-column:span 1!important;grid-row:span 1!important}
  .crs-home-shell .rcd-category-card__content strong{font-size:21px!important}
}
@media(prefers-reduced-motion:reduce){
  .crs-home-shell .rcd-category-card,
  .crs-home-shell .rcd-category-card__image{transition:none!important}
}

/* RCD_CATEGORY_EDITORIAL_MOSAIC_V12 — stronger bento proportions */
.crs-home-shell .rcd-category-mosaic{
  width:min(1220px,calc(100% - 56px))!important;
  max-width:1220px!important;
  padding:72px 0 86px!important;
}
.crs-home-shell .rcd-category-mosaic__heading{
  margin-bottom:30px!important;
}
.crs-home-shell .rcd-category-mosaic__heading h2{
  font-size:clamp(38px,3.35vw,50px)!important;
  line-height:1.04!important;
}
.crs-home-shell .rcd-category-mosaic__heading p{
  margin-top:10px!important;
  font-size:16px!important;
  color:#78847e!important;
}
.crs-home-shell .rcd-category-mosaic__heading .button{
  min-height:50px!important;
  padding-inline:22px!important;
  border-radius:14px!important;
}
.crs-home-shell .rcd-category-mosaic__grid{
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-rows:184px!important;
  grid-auto-flow:dense!important;
  gap:18px!important;
}
.crs-home-shell .rcd-category-card{
  border-radius:24px!important;
  border:1px solid rgba(10,62,43,.18)!important;
  box-shadow:0 18px 42px rgba(8,58,39,.09)!important;
}
.crs-home-shell .rcd-category-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,rgba(0,0,0,.06),transparent 45%)!important;
}
[dir="rtl"] .crs-home-shell .rcd-category-card::before{
  background:linear-gradient(270deg,rgba(0,0,0,.06),transparent 45%)!important;
}
.crs-home-shell .rcd-category-card::after{
  background:linear-gradient(180deg,rgba(2,13,9,0) 24%,rgba(2,13,9,.08) 48%,rgba(2,13,9,.82) 100%)!important;
}
.crs-home-shell .rcd-category-card__image{
  filter:saturate(.94) contrast(1.03)!important;
}
.crs-home-shell .rcd-category-card__content{
  min-height:104px!important;
  padding:30px 24px 22px!important;
  align-items:flex-end!important;
}
.crs-home-shell .rcd-category-card__content strong{
  font-size:clamp(23px,2.05vw,30px)!important;
  letter-spacing:-.025em!important;
}
.crs-home-shell .rcd-category-card__arrow{
  width:44px!important;
  height:44px!important;
  flex-basis:44px!important;
  background:rgba(18,38,30,.36)!important;
  border-color:rgba(255,255,255,.46)!important;
}
.crs-home-shell .rcd-category-card--economy{grid-column:span 5!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--sedan{grid-column:span 7!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--suv{grid-column:span 8!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--family{grid-column:span 4!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--luxury{grid-column:span 5!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--sports{grid-column:span 7!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--coupe{grid-column:span 7!important;grid-row:span 2!important}
.crs-home-shell .rcd-category-card--electric{grid-column:span 5!important;grid-row:span 2!important}
@media(max-width:900px){
  .crs-home-shell .rcd-category-mosaic{width:calc(100% - 32px)!important;padding:52px 0 64px!important}
  .crs-home-shell .rcd-category-mosaic__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:230px!important;gap:14px!important}
  .crs-home-shell .rcd-category-card{grid-column:span 1!important;grid-row:span 1!important}
  .crs-home-shell .rcd-category-card--suv,
  .crs-home-shell .rcd-category-card--sports{grid-column:span 2!important}
  .crs-home-shell .rcd-category-card__content{min-height:84px!important;padding:22px 18px 18px!important}
}
@media(max-width:620px){
  .crs-home-shell .rcd-category-mosaic{width:calc(100% - 24px)!important;padding:42px 0 54px!important}
  .crs-home-shell .rcd-category-mosaic__heading{margin-bottom:22px!important}
  .crs-home-shell .rcd-category-mosaic__heading h2{font-size:34px!important}
  .crs-home-shell .rcd-category-mosaic__heading p{font-size:14px!important;line-height:1.65!important}
  .crs-home-shell .rcd-category-mosaic__grid{grid-template-columns:1fr!important;grid-auto-rows:238px!important;gap:14px!important}
  .crs-home-shell .rcd-category-card,
  .crs-home-shell .rcd-category-card--suv,
  .crs-home-shell .rcd-category-card--sports{grid-column:span 1!important;grid-row:span 1!important}
  .crs-home-shell .rcd-category-card{border-radius:21px!important}
  .crs-home-shell .rcd-category-card__content strong{font-size:23px!important}
}

/* RCD_CONFIDENCE_FEATURE_GRID_V14 — reference-inspired feature card system */
.crs-home-shell .rcd-confidence-grid{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:76px 0 84px!important;
}
.crs-home-shell .rcd-confidence-grid__intro{max-width:760px!important;margin:0 auto 34px!important;text-align:center!important}
.crs-home-shell .rcd-confidence-grid__eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;margin-bottom:13px!important;padding:5px 12px!important;border:1px solid rgba(17,79,56,.10)!important;border-radius:999px!important;background:#f4f8f6!important;color:#5f7168!important;font-size:12px!important;font-weight:700!important}
.crs-home-shell .rcd-confidence-grid__intro h2{margin:0!important;color:#163a2d!important;font-size:clamp(34px,3vw,46px)!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.03em!important}
.crs-home-shell .rcd-confidence-grid__intro p{max-width:690px!important;margin:15px auto 0!important;color:#7a8781!important;font-size:15px!important;line-height:1.75!important}
.crs-home-shell .rcd-confidence-grid__cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.crs-home-shell .rcd-confidence-card{position:relative!important;min-height:220px!important;padding:24px 22px 22px!important;overflow:hidden!important;border:1px solid rgba(20,61,45,.08)!important;border-radius:20px!important;background:linear-gradient(rgba(15,58,43,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,58,43,.035) 1px,transparent 1px),#f5f7f6!important;background-size:44px 44px!important;box-shadow:0 10px 28px rgba(12,54,38,.035)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.crs-home-shell .rcd-confidence-card:hover{transform:translateY(-4px)!important;border-color:rgba(12,113,72,.18)!important;box-shadow:0 20px 42px rgba(12,54,38,.08)!important}
.crs-home-shell .rcd-confidence-card__icon{display:grid!important;width:46px!important;height:46px!important;margin-bottom:30px!important;place-items:center!important;border-radius:50%!important;background:#e8eeeb!important;color:#667b70!important}
.crs-home-shell .rcd-confidence-card__icon .crs-icon{width:23px!important;height:23px!important}
.crs-home-shell .rcd-confidence-card>strong{display:block!important;margin-bottom:9px!important;color:#27463a!important;font-size:18px!important;line-height:1.35!important;font-weight:800!important}
.crs-home-shell .rcd-confidence-card>p{margin:0!important;color:#72817a!important;font-size:13px!important;line-height:1.72!important}
.crs-home-shell .rcd-confidence-card__step{position:absolute!important;inset-block-start:18px!important;inset-inline-end:18px!important;display:grid!important;min-width:34px!important;height:28px!important;place-items:center!important;padding:0 8px!important;border:1px solid rgba(7,121,73,.10)!important;border-radius:999px!important;background:#edf7f2!important;color:#17855c!important;font-size:11px!important;font-weight:900!important;letter-spacing:.04em!important}
.crs-home-shell .rcd-confidence-card--step{background:linear-gradient(rgba(10,106,68,.038) 1px,transparent 1px),linear-gradient(90deg,rgba(10,106,68,.038) 1px,transparent 1px),#f3f8f5!important;background-size:44px 44px!important}
.crs-home-shell .rcd-confidence-card--step .rcd-confidence-card__icon{background:#e4f2ea!important;color:#148158!important}
@media(max-width:1000px){.crs-home-shell .rcd-confidence-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.crs-home-shell .rcd-confidence-card{min-height:205px!important}}
@media(max-width:620px){.crs-home-shell .rcd-confidence-grid{width:calc(100% - 24px)!important;padding:52px 0 60px!important}.crs-home-shell .rcd-confidence-grid__intro{margin-bottom:24px!important;text-align:start!important}.crs-home-shell .rcd-confidence-grid__eyebrow{margin-bottom:10px!important}.crs-home-shell .rcd-confidence-grid__intro h2{font-size:32px!important;line-height:1.12!important}.crs-home-shell .rcd-confidence-grid__intro p{margin-inline:0!important;font-size:14px!important}.crs-home-shell .rcd-confidence-grid__cards{grid-template-columns:1fr!important;gap:12px!important}.crs-home-shell .rcd-confidence-card{min-height:190px!important;padding:21px 19px!important;border-radius:18px!important}.crs-home-shell .rcd-confidence-card__icon{margin-bottom:24px!important}.crs-home-shell .rcd-confidence-card>strong{font-size:17px!important}}
@media(prefers-reduced-motion:reduce){.crs-home-shell .rcd-confidence-card{transition:none!important}}

/* RCD_CONFIDENCE_GREEN_GLOW_V15 — dark green illuminated feature section */
.crs-home-shell .rcd-confidence-grid{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  width:min(1280px,calc(100% - 48px))!important;
  max-width:1280px!important;
  margin:18px auto 36px!important;
  padding:82px 56px 70px!important;
  border:1px solid rgba(118,229,176,.16)!important;
  border-radius:36px!important;
  background:
    radial-gradient(circle at 12% 10%,rgba(29,180,104,.30),transparent 30%),
    radial-gradient(circle at 88% 14%,rgba(91,226,159,.18),transparent 28%),
    radial-gradient(circle at 70% 92%,rgba(8,139,79,.22),transparent 34%),
    linear-gradient(145deg,#0d3c2b 0%,#082f22 46%,#0a402d 100%)!important;
  box-shadow:
    0 34px 80px rgba(3,39,26,.18),
    inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.crs-home-shell .rcd-confidence-grid::before,
.crs-home-shell .rcd-confidence-grid::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  pointer-events:none!important;
  border-radius:50%!important;
  filter:blur(2px)!important;
}
.crs-home-shell .rcd-confidence-grid::before{
  width:380px!important;
  height:380px!important;
  inset:-165px auto auto -120px!important;
  border:1px solid rgba(170,255,215,.08)!important;
  box-shadow:0 0 120px rgba(31,204,121,.18)!important;
}
.crs-home-shell .rcd-confidence-grid::after{
  width:430px!important;
  height:430px!important;
  inset:auto -170px -210px auto!important;
  border:1px solid rgba(170,255,215,.07)!important;
  box-shadow:0 0 140px rgba(36,199,120,.16)!important;
}
.crs-home-shell .rcd-confidence-grid__intro{
  position:relative!important;
  z-index:1!important;
  max-width:780px!important;
  margin:0 auto 38px!important;
  text-align:center!important;
}
.crs-home-shell .rcd-confidence-grid__eyebrow{
  border-color:rgba(194,255,225,.18)!important;
  background:rgba(236,255,247,.09)!important;
  color:rgba(235,255,246,.84)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
  backdrop-filter:blur(10px)!important;
}
.crs-home-shell .rcd-confidence-grid__intro h2{
  color:#fff!important;
  text-shadow:0 3px 24px rgba(0,0,0,.18)!important;
}
.crs-home-shell .rcd-confidence-grid__intro p{
  color:rgba(239,255,247,.72)!important;
}
.crs-home-shell .rcd-confidence-grid__cards{
  position:relative!important;
  z-index:1!important;
  gap:16px!important;
}
.crs-home-shell .rcd-confidence-card,
.crs-home-shell .rcd-confidence-card--step{
  min-height:224px!important;
  border:1px solid rgba(207,255,232,.13)!important;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(145deg,rgba(18,89,60,.86),rgba(9,59,42,.82))!important;
  background-size:44px 44px,44px 44px,auto!important;
  box-shadow:
    0 16px 34px rgba(0,25,16,.16),
    inset 0 1px 0 rgba(255,255,255,.045)!important;
  backdrop-filter:blur(10px)!important;
}
.crs-home-shell .rcd-confidence-card:nth-child(2n){
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(145deg,rgba(14,78,54,.88),rgba(8,52,37,.84))!important;
  background-size:44px 44px,44px 44px,auto!important;
}
.crs-home-shell .rcd-confidence-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(177,255,215,.30)!important;
  box-shadow:
    0 24px 48px rgba(0,28,18,.24),
    0 0 34px rgba(35,201,119,.08),
    inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.crs-home-shell .rcd-confidence-card__icon,
.crs-home-shell .rcd-confidence-card--step .rcd-confidence-card__icon{
  background:rgba(227,255,241,.12)!important;
  border:1px solid rgba(215,255,235,.15)!important;
  color:#c8f9df!important;
  box-shadow:
    0 8px 24px rgba(0,25,16,.14),
    inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.crs-home-shell .rcd-confidence-card>strong{
  color:#fff!important;
  text-shadow:0 2px 14px rgba(0,0,0,.15)!important;
}
.crs-home-shell .rcd-confidence-card>p{
  color:rgba(235,255,246,.68)!important;
}
.crs-home-shell .rcd-confidence-card__step{
  border-color:rgba(190,255,220,.16)!important;
  background:rgba(223,255,239,.09)!important;
  color:#d6ffe9!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
@media(max-width:1000px){
  .crs-home-shell .rcd-confidence-grid{
    width:calc(100% - 32px)!important;
    padding:64px 28px 58px!important;
    border-radius:30px!important;
  }
}
@media(max-width:620px){
  .crs-home-shell .rcd-confidence-grid{
    width:calc(100% - 20px)!important;
    margin:10px auto 28px!important;
    padding:46px 16px 42px!important;
    border-radius:26px!important;
  }
  .crs-home-shell .rcd-confidence-grid__intro{
    margin-bottom:26px!important;
    text-align:start!important;
  }
  .crs-home-shell .rcd-confidence-card,
  .crs-home-shell .rcd-confidence-card--step{
    min-height:196px!important;
  }
}

/* RCD_HOME_PREFOOTER_STORY_V16 — about, payments, renter value and app download */
.crs-home-shell .rcd-prefooter-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:5px 12px;border:1px solid rgba(11,77,54,.10);border-radius:999px;background:#f2f7f4;color:#4d6c5e;font-size:12px;font-weight:800}
.crs-home-shell .rcd-about-story,.crs-home-shell .rcd-payment-showcase,.crs-home-shell .rcd-renter-value,.crs-home-shell .rcd-download-banner{width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;margin-inline:auto!important}
.crs-home-shell .rcd-about-story{padding:72px 0 76px!important}
.crs-home-shell .rcd-about-story__shell{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:58px;align-items:center;min-height:470px;padding:54px;border:1px solid rgba(14,67,47,.08);border-radius:34px;background:linear-gradient(145deg,#f5f7f6,#eef3f0);box-shadow:0 18px 46px rgba(10,55,39,.06)}
.crs-home-shell .rcd-about-story__visual{position:relative;min-height:360px}.crs-home-shell .rcd-about-story__device{position:absolute;display:grid;place-items:center;border-radius:30px;background:linear-gradient(160deg,#e7ece9,#dce5e0);box-shadow:0 22px 48px rgba(14,54,39,.10)}.crs-home-shell .rcd-about-story__device img{width:92px;height:92px;border-radius:22px;object-fit:cover;opacity:.94}.crs-home-shell .rcd-about-story__device--back{inset:0 28% 0 0}.crs-home-shell .rcd-about-story__device--front{width:54%;height:52%;inset:auto 0 12% auto;border:1px solid rgba(255,255,255,.72)}[dir="rtl"] .crs-home-shell .rcd-about-story__device--back{inset:0 0 0 28%}[dir="rtl"] .crs-home-shell .rcd-about-story__device--front{inset:auto auto 12% 0}
.crs-home-shell .rcd-about-story__copy h2{margin:18px 0 16px;color:#14392c;font-size:clamp(36px,3.6vw,54px);line-height:1.08;letter-spacing:-.035em}.crs-home-shell .rcd-about-story__copy>p{margin:0;color:#6f7f77;font-size:16px;line-height:1.85}.crs-home-shell .rcd-about-story__points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px;margin:26px 0 30px;color:#385347;font-size:14px}.crs-home-shell .rcd-about-story__points>span{display:flex;align-items:center;gap:9px}.crs-home-shell .rcd-about-story__points b{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#e7f4ec;color:#118153}.crs-home-shell .rcd-about-story__cta{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;background:#143f2f;color:#fff!important;font-weight:800;box-shadow:0 12px 26px rgba(9,62,42,.16)}
.crs-home-shell .rcd-payment-showcase{padding:64px 0 84px!important;text-align:center}.crs-home-shell .rcd-payment-showcase__intro{max-width:780px;margin:0 auto 42px}.crs-home-shell .rcd-payment-showcase__intro h2,.crs-home-shell .rcd-renter-value__intro h2{margin:16px 0 12px;color:#173b2f;font-size:clamp(36px,3.3vw,50px);line-height:1.08;letter-spacing:-.03em}.crs-home-shell .rcd-payment-showcase__intro p,.crs-home-shell .rcd-renter-value__intro p{margin:0;color:#78847e;font-size:15px;line-height:1.8}.crs-home-shell .rcd-payment-showcase__stage{position:relative;min-height:560px;overflow:hidden;border-radius:36px;background:radial-gradient(circle at 50% 45%,rgba(18,122,78,.11),transparent 27%),linear-gradient(180deg,#fbfcfb,#f3f7f5)}.crs-home-shell .rcd-payment-showcase__core{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:min(440px,58%);min-height:280px;padding:32px;border:1px solid rgba(15,77,54,.10);border-radius:30px;background:#fff;box-shadow:0 26px 58px rgba(13,62,45,.10)}.crs-home-shell .rcd-payment-showcase__core-icon{display:grid;width:72px;height:72px;place-items:center;margin-bottom:15px;border-radius:50%;background:#e7f5ed;color:#0f8758;font-size:32px;font-weight:900}.crs-home-shell .rcd-payment-showcase__core strong{color:#173c2f;font-size:24px}.crs-home-shell .rcd-payment-showcase__core small{margin-top:7px;color:#75847d;font-size:13px}
.crs-home-shell .rcd-payment-logo,.crs-home-shell .rcd-payment-chip{position:absolute;display:flex;align-items:center;justify-content:center;border:1px solid rgba(16,70,50,.08);background:rgba(255,255,255,.92);box-shadow:0 15px 32px rgba(11,58,41,.06);backdrop-filter:blur(8px)}.crs-home-shell .rcd-payment-logo{width:126px;height:70px;border-radius:22px;font-size:24px}.crs-home-shell .rcd-payment-logo--visa{top:14%;left:10%;color:#1a4fa3;font-style:italic}.crs-home-shell .rcd-payment-logo--paypal{top:14%;right:10%;color:#123f82}.crs-home-shell .rcd-payment-logo--paypal strong{color:#168bd1}.crs-home-shell .rcd-payment-logo--apple{bottom:13%;right:11%;gap:5px;color:#111;font-size:27px}.crs-home-shell .rcd-payment-chip{min-width:145px;min-height:50px;padding:0 18px;border-radius:999px;color:#49645a;font-size:13px;font-weight:800}.crs-home-shell .rcd-payment-chip--one{top:47%;left:5%}.crs-home-shell .rcd-payment-chip--two{bottom:13%;left:11%}.crs-home-shell .rcd-payment-chip--three{top:47%;right:5%}
.crs-home-shell .rcd-renter-value{padding:64px 0 88px!important}.crs-home-shell .rcd-renter-value__intro{max-width:780px;margin:0 auto 36px;text-align:center}.crs-home-shell .rcd-renter-value__masonry{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(190px,auto);gap:16px;align-items:stretch}.crs-home-shell .rcd-renter-value__card{padding:24px;border:1px solid rgba(17,65,48,.08);border-radius:22px;background:#f5f7f6;box-shadow:0 10px 26px rgba(11,55,40,.035)}.crs-home-shell .rcd-renter-value__card--tall{grid-row:span 2;display:flex;flex-direction:column}.crs-home-shell .rcd-renter-value__stars{display:block;margin-bottom:18px;color:#78958a;letter-spacing:.13em}.crs-home-shell .rcd-renter-value__card h3{margin:0 0 10px;color:#29483c;font-size:19px}.crs-home-shell .rcd-renter-value__card p{margin:0;color:#718079;font-size:13px;line-height:1.8}.crs-home-shell .rcd-renter-value__visual{display:grid;flex:1;min-height:190px;margin-top:24px;place-items:center;border-radius:18px;background:linear-gradient(145deg,#e7ece9,#dce5e0);color:#7c8c84;font-size:48px;font-weight:900;letter-spacing:.08em}
.crs-home-shell .rcd-download-banner{padding:70px 0 94px!important}.crs-home-shell .rcd-download-banner__shell{position:relative;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;overflow:hidden;min-height:430px;padding:54px 58px;border:1px solid rgba(12,67,47,.09);border-radius:36px;background:linear-gradient(145deg,#eff4f1 0%,#e8eeeb 100%);box-shadow:0 22px 50px rgba(11,56,40,.07)}.crs-home-shell .rcd-download-banner__copy{position:relative;z-index:2}.crs-home-shell .rcd-download-banner__copy h2{max-width:650px;margin:18px 0 16px;color:#183b2f;font-size:clamp(42px,4.1vw,62px);line-height:1.05;letter-spacing:-.04em}.crs-home-shell .rcd-download-banner__copy>p{max-width:600px;margin:0;color:#6d7c75;font-size:16px;line-height:1.8}.crs-home-shell .rcd-download-banner__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.crs-home-shell .rcd-download-banner__actions a{display:flex;align-items:center;gap:11px;min-width:178px;min-height:62px;padding:9px 16px;border:1px solid rgba(20,58,44,.08);border-radius:16px;background:#dce4e0;color:#203f34!important;box-shadow:0 10px 20px rgba(13,56,40,.05)}.crs-home-shell .rcd-download-banner__actions small,.crs-home-shell .rcd-download-banner__actions strong{display:block;text-align:start}.crs-home-shell .rcd-download-banner__actions small{font-size:10px;color:#738078}.crs-home-shell .rcd-download-banner__actions strong{font-size:17px}.crs-home-shell .rcd-download-banner__store-icon{display:grid;width:32px;height:32px;place-items:center;font-size:24px}.crs-home-shell .rcd-download-banner__visual{position:relative;min-height:320px}.crs-home-shell .rcd-download-banner__phone{position:absolute;z-index:2;inset:4% 3% 4% 12%;display:grid;place-items:center;border-radius:34px;background:#e2e7e4;box-shadow:0 24px 54px rgba(11,56,40,.10)}.crs-home-shell .rcd-download-banner__phone img{width:132px;height:132px;border-radius:30px;object-fit:cover}.crs-home-shell .rcd-download-banner__glow{position:absolute;inset:16% 4% 10% 18%;border-radius:50%;background:radial-gradient(circle,rgba(29,144,94,.16),transparent 66%);filter:blur(18px)}[dir="rtl"] .crs-home-shell .rcd-download-banner__phone{inset:4% 12% 4% 3%}[dir="rtl"] .crs-home-shell .rcd-download-banner__glow{inset:16% 18% 10% 4%}
@media(max-width:900px){.crs-home-shell .rcd-about-story__shell,.crs-home-shell .rcd-download-banner__shell{grid-template-columns:1fr;gap:34px}.crs-home-shell .rcd-about-story__visual{min-height:310px}.crs-home-shell .rcd-download-banner__visual{min-height:290px}.crs-home-shell .rcd-renter-value__masonry{grid-template-columns:repeat(2,minmax(0,1fr))}.crs-home-shell .rcd-renter-value__card--tall{grid-row:span 1}.crs-home-shell .rcd-payment-showcase__stage{min-height:620px}.crs-home-shell .rcd-payment-showcase__core{width:min(440px,72%)}}
@media(max-width:620px){.crs-home-shell .rcd-about-story,.crs-home-shell .rcd-payment-showcase,.crs-home-shell .rcd-renter-value,.crs-home-shell .rcd-download-banner{width:calc(100% - 24px)!important}.crs-home-shell .rcd-about-story{padding:42px 0 50px!important}.crs-home-shell .rcd-about-story__shell,.crs-home-shell .rcd-download-banner__shell{padding:24px;border-radius:25px}.crs-home-shell .rcd-about-story__visual{min-height:260px}.crs-home-shell .rcd-about-story__copy h2,.crs-home-shell .rcd-payment-showcase__intro h2,.crs-home-shell .rcd-renter-value__intro h2{font-size:32px}.crs-home-shell .rcd-about-story__points{grid-template-columns:1fr}.crs-home-shell .rcd-payment-showcase{padding:42px 0 54px!important}.crs-home-shell .rcd-payment-showcase__stage{min-height:690px;border-radius:26px}.crs-home-shell .rcd-payment-showcase__core{width:calc(100% - 34px);min-height:250px}.crs-home-shell .rcd-payment-logo{width:104px;height:58px;font-size:20px}.crs-home-shell .rcd-payment-logo--visa{top:6%;left:7%}.crs-home-shell .rcd-payment-logo--paypal{top:6%;right:7%}.crs-home-shell .rcd-payment-logo--apple{bottom:6%;right:7%}.crs-home-shell .rcd-payment-chip--one{top:25%;left:6%}.crs-home-shell .rcd-payment-chip--three{top:25%;right:6%}.crs-home-shell .rcd-payment-chip--two{bottom:6%;left:7%}.crs-home-shell .rcd-payment-chip{min-width:118px;min-height:44px;padding-inline:12px;font-size:11px}.crs-home-shell .rcd-renter-value{padding:42px 0 58px!important}.crs-home-shell .rcd-renter-value__masonry{grid-template-columns:1fr;gap:12px}.crs-home-shell .rcd-download-banner{padding:44px 0 70px!important}.crs-home-shell .rcd-download-banner__copy h2{font-size:38px}.crs-home-shell .rcd-download-banner__actions{display:grid;grid-template-columns:1fr}.crs-home-shell .rcd-download-banner__actions a{width:100%}.crs-home-shell .rcd-download-banner__visual{min-height:250px}.crs-home-shell .rcd-download-banner__phone{inset:0 8%}.crs-home-shell .rcd-download-banner__phone img{width:108px;height:108px}}


/* RCD_HOME_PREFOOTER_IMAGES_V17 — brand-toned lifestyle imagery */
.crs-home-shell .rcd-about-story__device--back{overflow:hidden!important;background:#0c2f23!important}
.crs-home-shell .rcd-about-story__device--back .rcd-about-story__photo{width:100%!important;height:100%!important;border-radius:inherit!important;object-fit:cover!important;object-position:center 44%!important;opacity:1!important;filter:saturate(.88) contrast(1.03)!important}
.crs-home-shell .rcd-about-story__device--front{background:linear-gradient(145deg,rgba(235,247,241,.96),rgba(211,232,221,.94))!important;backdrop-filter:blur(14px)!important;box-shadow:0 22px 48px rgba(8,58,39,.16)!important}
.crs-home-shell .rcd-about-story__device--front .rcd-about-story__app-icon{width:92px!important;height:92px!important;border-radius:24px!important;object-fit:cover!important;opacity:1!important;box-shadow:0 14px 30px rgba(9,64,43,.18)!important}
.crs-home-shell .rcd-payment-showcase__core{position:absolute!important;display:block!important;overflow:hidden!important;padding:0!important;background:#0b2f22!important}
.crs-home-shell .rcd-payment-showcase__photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 44%!important;filter:saturate(.84) contrast(1.04)!important}
.crs-home-shell .rcd-payment-showcase__core::after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,rgba(5,38,26,.04) 20%,rgba(5,38,26,.82) 100%);pointer-events:none}
.crs-home-shell .rcd-payment-showcase__core-copy{position:absolute;z-index:2;inset:auto 18px 18px;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(7,45,31,.72);color:#fff;backdrop-filter:blur(12px);text-align:start}
.crs-home-shell .rcd-payment-showcase__core-copy .rcd-payment-showcase__core-icon{flex:0 0 48px;width:48px;height:48px;margin:0!important;background:rgba(222,250,235,.92)!important;color:#0a8755!important;font-size:24px!important}
.crs-home-shell .rcd-payment-showcase__core-copy strong,.crs-home-shell .rcd-payment-showcase__core-copy small{display:block!important;color:#fff!important}.crs-home-shell .rcd-payment-showcase__core-copy strong{font-size:17px!important}.crs-home-shell .rcd-payment-showcase__core-copy small{margin-top:3px!important;color:rgba(255,255,255,.72)!important}
.crs-home-shell .rcd-renter-value__visual{position:relative!important;overflow:hidden!important;padding:0!important;background:#0b3023!important}
.crs-home-shell .rcd-renter-value__visual::after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 58%,rgba(5,40,27,.22));pointer-events:none}
.crs-home-shell .rcd-renter-value__visual img{width:100%!important;height:100%!important;min-height:190px!important;object-fit:cover!important;object-position:center!important;filter:saturate(.9) contrast(1.02)!important}
.crs-home-shell .rcd-download-banner__phone{overflow:hidden!important;background:#0a3022!important}
.crs-home-shell .rcd-download-banner__phone>.rcd-download-banner__photo{width:100%!important;height:100%!important;border-radius:inherit!important;object-fit:cover!important;object-position:center!important;filter:saturate(.86) contrast(1.04)!important}
.crs-home-shell .rcd-download-banner__phone::after{position:absolute;inset:0;content:"";background:linear-gradient(145deg,rgba(5,48,32,.08),rgba(4,40,27,.24));pointer-events:none}
.crs-home-shell .rcd-download-banner__app-badge{position:absolute;z-index:3;inset:auto 18px 18px auto;display:grid;width:68px;height:68px;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:20px;background:rgba(245,252,248,.88);box-shadow:0 14px 30px rgba(5,46,31,.22);backdrop-filter:blur(12px)}
.crs-home-shell .rcd-download-banner__app-badge img{width:52px!important;height:52px!important;border-radius:14px!important;object-fit:cover!important}
[dir="rtl"] .crs-home-shell .rcd-download-banner__app-badge{inset:auto auto 18px 18px}
@media(max-width:620px){.crs-home-shell .rcd-payment-showcase__core-copy{inset:auto 12px 12px;padding:12px}.crs-home-shell .rcd-download-banner__app-badge{width:58px;height:58px;border-radius:17px}.crs-home-shell .rcd-download-banner__app-badge img{width:44px!important;height:44px!important}}


/* RCD_HERO_THREE_WIDGETS_V18 — one feature car card + two focused utility widgets */
.crs-home-shell .rcd-hero-offers--v18{z-index:4!important}
.crs-home-shell .rcd-hero-car-card{position:absolute;z-index:3;left:4.5%;top:330px;width:290px;height:178px;overflow:hidden;border:1px solid rgba(124,255,183,.20);border-radius:24px;background:#073323;box-shadow:0 24px 58px rgba(0,18,12,.30),inset 0 1px 0 rgba(255,255,255,.05);animation:rcdWidgetFloat 7s ease-in-out .4s infinite}
.crs-home-shell .rcd-hero-car-card>img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.88) contrast(1.03)}
.crs-home-shell .rcd-hero-car-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,31,22,.02) 20%,rgba(2,31,22,.20) 52%,rgba(2,28,20,.92) 100%)}
.crs-home-shell .rcd-hero-car-card__badge{position:absolute;inset-block-start:14px;inset-inline-start:14px;padding:6px 9px;border:1px solid rgba(123,255,183,.22);border-radius:999px;background:rgba(3,43,29,.72);color:#aef2cc;font-size:9px;font-weight:800;backdrop-filter:blur(10px)}
.crs-home-shell .rcd-hero-car-card__copy{position:absolute;inset-inline:17px;bottom:15px;color:#fff}.crs-home-shell .rcd-hero-car-card__copy strong{display:block;margin-bottom:3px;font-size:15px;font-weight:900}.crs-home-shell .rcd-hero-car-card__copy small{display:block;color:rgba(255,255,255,.62);font-size:10px;letter-spacing:.02em}
.crs-home-shell .rcd-hero-widget{position:absolute;z-index:3;right:4.5%;display:flex;align-items:flex-start;gap:12px;width:245px;padding:15px 16px;border:1px solid rgba(111,255,175,.18);border-radius:19px;background:rgba(4,43,30,.72);color:#fff;box-shadow:0 20px 52px rgba(0,18,12,.25),inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);animation:rcdWidgetFloat 6.4s ease-in-out infinite}
.crs-home-shell .rcd-hero-widget--pricing{top:240px;animation-delay:1.1s}.crs-home-shell .rcd-hero-widget--delivery{top:455px;animation-delay:2.2s}
.crs-home-shell .rcd-hero-widget__icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border:1px solid rgba(96,246,164,.30);border-radius:14px;background:rgba(20,217,121,.13);color:#72efaa;box-shadow:0 0 22px rgba(20,217,121,.07)}
.crs-home-shell .rcd-hero-widget__icon .crs-icon{width:22px;height:22px}.crs-home-shell .rcd-hero-widget__body{min-width:0;flex:1}.crs-home-shell .rcd-hero-widget strong{display:block;margin:1px 0 5px;color:rgba(255,255,255,.97);font-size:13px;line-height:1.35}.crs-home-shell .rcd-hero-widget small{display:block;color:rgba(255,255,255,.58);font-size:10px;line-height:1.55}
.crs-home-shell .rcd-hero-widget__pills{display:flex;flex-wrap:wrap;gap:5px}.crs-home-shell .rcd-hero-widget__pills span{padding:4px 6px;border:1px solid rgba(111,255,175,.15);border-radius:999px;background:rgba(20,217,121,.08);color:rgba(220,255,235,.74);font-size:8.5px;font-weight:800}
@media(max-width:1180px){.crs-home-shell .rcd-hero-car-card{display:none}.crs-home-shell .rcd-hero-widget{right:3%;width:222px}.crs-home-shell .rcd-hero-widget--pricing{top:230px}.crs-home-shell .rcd-hero-widget--delivery{top:430px}}
@media(max-width:900px){.crs-home-shell .rcd-hero-car-card,.crs-home-shell .rcd-hero-widget{display:none!important}}
@media(prefers-reduced-motion:reduce){.crs-home-shell .rcd-hero-car-card,.crs-home-shell .rcd-hero-widget{animation:none!important}}

/* RCD_CONFIDENCE_ICON_SYSTEM_V18 — eight unique, semantically matched outline icons */
.crs-home-shell .rcd-confidence-card__icon .crs-icon{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}


/* RCD_HERO_MOBILE_CAR_CARD_V19 — place the visual car card between hero copy and search on mobile */
.crs-home-shell .rcd-hero-car-card-mobile{display:none}
@media(max-width:900px){
  .crs-home-shell .rcd-hero-offers--v18{display:none!important}
  .crs-home-shell .rcd-hero-car-card-mobile{
    position:relative;display:block!important;overflow:hidden;width:min(430px,100%);aspect-ratio:16/9;
    margin:24px auto 2px;border:1px solid rgba(111,255,175,.18);border-radius:24px;
    background:#082f23;box-shadow:0 20px 48px rgba(0,18,12,.28),inset 0 1px rgba(255,255,255,.04);
    text-align:start
  }
  .crs-home-shell .rcd-hero-car-card-mobile>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .crs-home-shell .rcd-hero-car-card-mobile__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,26,18,.02) 24%,rgba(2,26,18,.32) 58%,rgba(2,26,18,.92) 100%)}
  .crs-home-shell .rcd-hero-car-card-mobile__badge{position:absolute;top:14px;inset-inline-start:14px;padding:6px 10px;border:1px solid rgba(127,255,184,.22);border-radius:999px;background:rgba(4,48,33,.68);color:#a6f5c8;font-size:10px;font-weight:800;backdrop-filter:blur(10px)}
  .crs-home-shell .rcd-hero-car-card-mobile__copy{position:absolute;inset-inline:16px;bottom:15px;z-index:2;color:#fff}
  .crs-home-shell .rcd-hero-car-card-mobile__copy strong{display:block;margin-bottom:3px;font-size:17px;line-height:1.25}
  .crs-home-shell .rcd-hero-car-card-mobile__copy small{display:block;color:rgba(255,255,255,.66);font-size:11px}
  .crs-home-shell .hero-reference{padding-bottom:16px!important}
  .crs-home-shell .search-shell{margin-top:14px!important}
}
@media(max-width:620px){
  .crs-home-shell .rcd-hero-car-card-mobile{width:100%;margin-top:20px;border-radius:20px}
}


/* RCD_HOMEPAGE_TYPOGRAPHY_CONTRAST_V20 — unified section titles and stronger light-surface readability */
.crs-home-shell{--rcd-title:#173b2f;--rcd-copy:#56665f;--rcd-muted:#6c7973;--rcd-border:#dde6e1;--rcd-surface:#f8faf9}
.crs-home-shell .rcd-brand-marquee__title,
.crs-home-shell .section-heading h2,
.crs-home-shell .rcd-category-mosaic__heading h2,
.crs-home-shell .rcd-confidence-grid__intro h2,
.crs-home-shell .rcd-home-faq__intro h2,
.crs-home-shell .rcd-about-story__copy h2,
.crs-home-shell .rcd-payment-showcase__intro h2,
.crs-home-shell .rcd-renter-value__intro h2,
.crs-home-shell .rcd-download-banner__copy h2{
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
}
.crs-home-shell .rcd-brand-marquee__title,
.crs-home-shell .section-heading h2,
.crs-home-shell .rcd-category-mosaic__heading h2,
.crs-home-shell .rcd-home-faq__intro h2,
.crs-home-shell .rcd-about-story__copy h2,
.crs-home-shell .rcd-payment-showcase__intro h2,
.crs-home-shell .rcd-renter-value__intro h2,
.crs-home-shell .rcd-download-banner__copy h2{color:var(--rcd-title)!important}
.crs-home-shell .rcd-confidence-grid__intro h2{color:#fff!important}
.crs-home-shell .section-heading p,
.crs-home-shell .rcd-category-mosaic__heading p,
.crs-home-shell .rcd-home-faq__intro p,
.crs-home-shell .rcd-home-faq__answer,
.crs-home-shell .rcd-about-story__copy>p,
.crs-home-shell .rcd-about-story__points,
.crs-home-shell .rcd-payment-showcase__intro p,
.crs-home-shell .rcd-renter-value__intro p,
.crs-home-shell .rcd-renter-value__card p,
.crs-home-shell .rcd-download-banner__copy>p{
  color:var(--rcd-copy)!important;
}
.crs-home-shell .section-heading p,
.crs-home-shell .rcd-category-mosaic__heading p,
.crs-home-shell .rcd-home-faq__intro p,
.crs-home-shell .rcd-payment-showcase__intro p,
.crs-home-shell .rcd-renter-value__intro p,
.crs-home-shell .rcd-download-banner__copy>p{font-size:16px!important;line-height:1.75!important}
.crs-home-shell .rcd-country-card small,
.crs-home-shell .rcd-payment-showcase__core small,
.crs-home-shell .rcd-download-banner__actions small{color:var(--rcd-muted)!important}
.crs-home-shell .rcd-home-faq__item,
.crs-home-shell .rcd-renter-value__card,
.crs-home-shell .rcd-about-story__shell,
.crs-home-shell .rcd-download-banner__shell{border-color:var(--rcd-border)!important}
.crs-home-shell .rcd-home-faq,
.crs-home-shell .rcd-country-explore,
.crs-home-shell .rcd-category-mosaic,
.crs-home-shell .rcd-payment-showcase,
.crs-home-shell .rcd-renter-value{background-color:var(--rcd-surface)!important}
.crs-home-shell .rcd-confidence-grid__intro p{color:rgba(255,255,255,.78)!important}
@media(max-width:620px){
  .crs-home-shell .rcd-brand-marquee__title,
  .crs-home-shell .section-heading h2,
  .crs-home-shell .rcd-category-mosaic__heading h2,
  .crs-home-shell .rcd-confidence-grid__intro h2,
  .crs-home-shell .rcd-home-faq__intro h2,
  .crs-home-shell .rcd-about-story__copy h2,
  .crs-home-shell .rcd-payment-showcase__intro h2,
  .crs-home-shell .rcd-renter-value__intro h2,
  .crs-home-shell .rcd-download-banner__copy h2{font-size:32px!important;line-height:1.14!important}
  .crs-home-shell .section-heading p,
  .crs-home-shell .rcd-category-mosaic__heading p,
  .crs-home-shell .rcd-home-faq__intro p,
  .crs-home-shell .rcd-payment-showcase__intro p,
  .crs-home-shell .rcd-renter-value__intro p,
  .crs-home-shell .rcd-download-banner__copy>p{font-size:14px!important;line-height:1.7!important}
}

/* RCD_HOME_EMPTY_FEATURES_STRIP_FIX_V21 — keep #how anchor without the legacy sand divider */
.crs-home-shell #how.features-strip{
  border:0!important;
  background:transparent!important;
  min-height:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}



/* RCD_HOME_GREEN_SURFACE_SEPARATION_V22 — distinguish key light sections from the page background */
.crs-home-shell .rcd-about-story__shell,
.crs-home-shell .rcd-download-banner__shell,
.crs-home-shell .rcd-home-faq__layout{
  border-color:rgba(16,117,73,.15)!important;
  background:
    radial-gradient(circle at 12% 8%,rgba(34,166,104,.10),transparent 34%),
    linear-gradient(145deg,#f1f8f4 0%,#eaf5ee 100%)!important;
  box-shadow:0 22px 52px rgba(8,72,48,.075)!important;
}
.crs-home-shell .rcd-payment-showcase,
.crs-home-shell .rcd-renter-value{
  padding-inline:38px!important;
  border:1px solid rgba(16,117,73,.13)!important;
  border-radius:36px!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(34,166,104,.08),transparent 30%),
    radial-gradient(circle at 8% 92%,rgba(34,166,104,.06),transparent 28%),
    linear-gradient(145deg,#f3f9f5 0%,#edf6f0 100%)!important;
  box-shadow:0 22px 50px rgba(8,72,48,.065)!important;
}
.crs-home-shell .rcd-payment-showcase__stage{
  border:1px solid rgba(16,117,73,.10)!important;
  background:
    radial-gradient(circle at 50% 45%,rgba(18,122,78,.13),transparent 30%),
    linear-gradient(180deg,#f8fcf9 0%,#edf6f0 100%)!important;
}
.crs-home-shell .rcd-renter-value__card,
.crs-home-shell .rcd-home-faq__item{
  border-color:rgba(16,117,73,.12)!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:0 10px 26px rgba(8,72,48,.035)!important;
}
@media(max-width:620px){
  .crs-home-shell .rcd-payment-showcase,
  .crs-home-shell .rcd-renter-value{
    padding-inline:18px!important;
    border-radius:26px!important;
  }
}
