/* 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}

.crs-home-shell .rcd-brand-marquee{
  width:100%!important;
  max-width:none!important;
  margin:0 auto 42px!important;
  padding:14px 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__viewport{width:min(1180px,100%)!important;margin-inline:auto!important;padding-block:9px!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;
  }
}
