:root {
  --ink: #17202a;
  --muted: #667085;
  --line: #e6e9ee;
  --soft: #f7f9fb;
  --white: #ffffff;
  --green: #138a52;
  --green-dark: #0c6b3f;
  --orange: #f59e0b;
  --blue: #2563eb;
  --red: #dc2626;
  --shadow: 0 14px 40px rgba(23, 32, 42, 0.12);
  --radius: 8px;
  --max: 1180px;
}

/* Premium homepage refresh */
.site-header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.header-inner {
  min-height: 84px;
  gap: 30px;
}

.brand-logo {
  width: 238px;
  max-height: 74px;
  transition: transform 180ms ease, filter 180ms ease;
}

.brand:hover .brand-logo {
  transform: translateY(-1px) scale(1.02);
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.12));
}

.nav {
  gap: 14px;
}

.nav a {
  position: relative;
  padding: 11px 10px;
  color: #1f2a44;
  background: transparent;
  transition: color 180ms ease, transform 180ms ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover,
.nav a.active {
  color: var(--green-dark);
  background: transparent;
  transform: translateY(-1px);
}

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
}

.header-actions .btn.primary {
  min-height: 50px;
  padding: 13px 24px;
  background: linear-gradient(135deg, #16a34a 0%, #0f8a50 100%);
  box-shadow: 0 16px 34px rgba(19, 138, 82, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-actions .btn.primary:hover,
.header-actions .btn.primary:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 22px 44px rgba(19, 138, 82, 0.34);
}

.rento-home {
  padding: 54px 0 42px;
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 138, 82, 0.13), transparent 26%),
    linear-gradient(118deg, #f8fffb 0%, #ffffff 48%, #eef6ff 100%);
}

.rento-home-grid {
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.86fr);
  gap: 40px;
}

.rento-copy {
  gap: 18px;
}

.rento-home h1 {
  max-width: 720px;
  color: #132033;
  font-size: 3.25rem;
  line-height: 1.04;
  font-weight: 950;
}

.rento-home h1 span {
  display: block;
  color: var(--green-dark);
}

.rento-home .lead {
  max-width: 640px;
  color: #44546a;
  font-size: 1.08rem;
  line-height: 1.68;
}

.rento-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 700px;
}

.rento-trust-badges span {
  min-height: 34px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  color: #064e3b;
  background: rgba(236, 253, 245, 0.92);
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.rento-search-card {
  width: min(100%, 720px);
  padding: 12px;
  gap: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 138, 82, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
  backdrop-filter: blur(16px);
}

.rento-search-card:focus-within {
  border-color: rgba(19, 138, 82, 0.62);
  box-shadow: 0 26px 68px rgba(19, 138, 82, 0.2);
}

.rento-search-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f766e;
}

.rento-search-label i {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 8px;
  font-style: normal;
  font-size: 0.9rem;
}

.rento-location-input {
  min-height: 42px;
  padding: 3px 0 0;
}

.rento-location-input:focus {
  outline: 0;
}

.rento-search-button {
  min-height: 58px;
  padding-inline: 24px;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(19, 138, 82, 0.3);
}

.rento-proof {
  padding: 28px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.rento-proof-grid {
  gap: 16px;
}

.rento-proof-grid article {
  min-height: 118px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dce7f2;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rento-proof-grid article:hover {
  transform: translateY(-3px);
  border-color: #b7efd0;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.rento-proof-grid strong {
  color: var(--green-dark);
  font-size: 2rem;
  line-height: 1;
}

.rento-proof-grid span {
  color: #334155;
  font-weight: 850;
}

.rento-product-grid {
  gap: 18px;
}

.rento-product-card,
.rental-product-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce7f2;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rento-product-card:hover,
.rental-product-card:hover {
  transform: translateY(-5px);
  border-color: #b7efd0;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.rento-product-card > img,
.rental-product-media img {
  height: 230px;
  width: 100%;
  object-fit: contain;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: transform 220ms ease;
}

.rento-product-card:hover > img,
.rental-product-card:hover .rental-product-media img {
  transform: scale(1.04);
}

.rento-product-body,
.product-card-body {
  gap: 11px;
}

.rento-product-body h3,
.product-card-body h3 {
  color: #132033;
  font-size: 1.05rem;
  line-height: 1.28;
}

.rento-product-body p,
.product-card-body p {
  color: #5b6b82;
  line-height: 1.55;
}

.rento-product-body strong,
.price {
  display: grid;
  gap: 2px;
  color: var(--green-dark);
  font-size: 1.12rem;
  line-height: 1.2;
}

.rento-product-body strong small,
.price small {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 850;
}

.rento-product-card .btn.primary,
.rental-card-actions .btn.primary {
  min-height: 46px;
  background: linear-gradient(135deg, #16a34a, #0f8a50);
  box-shadow: 0 12px 26px rgba(19, 138, 82, 0.22);
}

.rento-product-card .btn.primary:hover,
.rental-card-actions .btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(19, 138, 82, 0.28);
}

.mobile-panel {
  transition: transform 240ms ease, opacity 240ms ease;
}

@media (max-width: 1020px) {
  .header-inner {
    min-height: 76px;
  }

  .brand-logo {
    width: 210px;
    max-height: 66px;
  }

  .mobile-panel {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a,
  .mobile-nav button {
    border-radius: 8px;
  }

  .rento-home-grid {
    grid-template-columns: 1fr;
  }

  .rento-hero-stage {
    order: 2;
  }
}

@media (max-width: 760px) {
  .rento-home {
    padding: 34px 0 30px;
  }

  .brand-logo {
    width: 178px;
    max-height: 58px;
  }

  .rento-home h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .rento-home .lead {
    font-size: 1rem;
  }

  .rento-search-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .rento-search-button {
    width: 100%;
  }

  .rento-trust-badges {
    gap: 7px;
  }

  .rento-trust-badges span {
    font-size: 0.84rem;
  }

  .rento-proof-grid {
    grid-template-columns: 1fr;
  }

  .rento-product-card > img,
  .rental-product-media img {
    height: 205px;
  }
}

/* Final device-specific preloader overrides */
.site-preloader {
  padding: clamp(18px, 4vw, 42px);
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 138, 82, 0.13), transparent 26%),
    linear-gradient(118deg, #f8fffb 0%, #ffffff 48%, #eef6ff 100%) !important;
}

.preloader-shell {
  width: min(1120px, 92vw);
  gap: 14px;
}

.preloader-orbit,
.preloader-copy {
  display: none !important;
}

.preloader-logo-card {
  width: min(1080px, 88vw);
  filter: drop-shadow(0 28px 52px rgba(15, 23, 42, 0.14));
}

.preloader-logo-card img {
  width: 100%;
  max-height: min(72vh, 720px);
  object-fit: contain;
}

.preloader-track {
  width: min(320px, 54vw);
  height: 7px;
  background: rgba(226, 232, 240, 0.92);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

@media (min-width: 641px) and (max-width: 1020px) {
  .preloader-shell {
    width: min(850px, 92vw);
  }

  .preloader-logo-card {
    width: min(820px, 88vw);
  }

  .preloader-logo-card img {
    max-height: min(70vh, 620px);
  }
}

@media (max-width: 640px) {
  .site-preloader {
    padding: 18px;
  }

  .preloader-shell {
    width: min(390px, 92vw);
    gap: 12px;
  }

  .preloader-logo-card {
    width: min(350px, 88vw);
  }

  .preloader-logo-card img {
    max-height: min(78vh, 620px);
  }

  .preloader-track {
    width: min(220px, 58vw);
  }
}

/* FINAL compact homepage section spacing */
.rento-home {
  min-height: auto !important;
  padding: 0 !important;
}

.rento-home-grid {
  padding-top: clamp(34px, 3.2vw, 54px) !important;
  padding-bottom: clamp(28px, 2.6vw, 44px) !important;
  align-items: center !important;
}

.rento-home .content-flow {
  gap: clamp(14px, 1.4vw, 22px) !important;
}

.rento-home h1,
.rento-home .lead {
  margin-bottom: 0 !important;
}

.rento-proof {
  padding: clamp(20px, 2vw, 32px) 0 !important;
}

.rento-proof-grid article {
  min-height: 100px !important;
  padding: clamp(18px, 1.6vw, 24px) !important;
}

.rento-storefront,
.rento-trending,
.rento-banner-band,
.rento-flow,
.seo-search-band,
.service-picker {
  padding-top: clamp(36px, 3vw, 56px) !important;
  padding-bottom: clamp(36px, 3vw, 56px) !important;
}

.rento-storefront + .rento-trending,
.rento-banner-band + .rento-flow,
.rento-flow + .seo-search-band,
.seo-search-band + .service-picker {
  margin-top: 0 !important;
}

.section-head {
  margin-bottom: clamp(18px, 2vw, 28px) !important;
}

.section-head .section-lead {
  margin-top: 8px !important;
}

.rento-category-tile,
.rento-product-card,
.moment-card,
.seo-search-card,
.area-page-card {
  min-height: auto !important;
}

.rento-category-rail,
.rento-product-grid,
.steps,
.grid {
  gap: clamp(16px, 1.6vw, 24px) !important;
}

.rento-banner-band {
  margin: 0 !important;
}

.rento-flow .moment-card {
  min-height: 170px !important;
}

@media (min-width: 1600px) {
  .rento-home {
    min-height: auto !important;
  }

  .rento-home-grid {
    padding-top: clamp(36px, 2.4vw, 58px) !important;
    padding-bottom: clamp(30px, 2vw, 48px) !important;
  }

  .rento-storefront,
  .rento-trending,
  .rento-banner-band,
  .rento-flow,
  .seo-search-band,
  .service-picker {
    padding-top: clamp(38px, 2.4vw, 62px) !important;
    padding-bottom: clamp(38px, 2.4vw, 62px) !important;
  }
}

@media (max-width: 760px) {
  .rento-home-grid {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .rento-proof,
  .rento-storefront,
  .rento-trending,
  .rento-banner-band,
  .rento-flow,
  .seo-search-band,
  .service-picker {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* FINAL site-wide spacing cleanup */
.band {
  padding-top: clamp(38px, 3.2vw, 58px) !important;
  padding-bottom: clamp(38px, 3.2vw, 58px) !important;
}

.band + .band {
  margin-top: 0 !important;
}

.page-market-grid {
  padding-top: clamp(34px, 3vw, 50px) !important;
  padding-bottom: clamp(34px, 3vw, 50px) !important;
  gap: clamp(22px, 2.6vw, 34px) !important;
}

.page-market-copy {
  gap: clamp(10px, 1.3vw, 16px) !important;
}

.page-market-media {
  min-height: clamp(170px, 18vw, 230px) !important;
}

.page-market-media img {
  max-height: clamp(170px, 20vw, 280px) !important;
  padding: clamp(14px, 1.8vw, 22px) !important;
}

.section-head {
  margin-bottom: clamp(18px, 1.9vw, 28px) !important;
}

.section-head.center {
  margin-bottom: clamp(18px, 1.9vw, 28px) !important;
}

.content-flow {
  gap: clamp(12px, 1.4vw, 18px) !important;
}

.grid,
.rental-category-grid,
.rental-product-grid,
.area-grid,
.steps,
.rento-product-grid {
  gap: clamp(16px, 1.6vw, 24px) !important;
}

.city-card,
.category-card,
.product-card,
.step-card,
.feature-card,
.testimonial-card,
.article-card,
.legal-card,
.info-card,
.area-page-card,
.rental-category-card,
.rental-product-card,
.rental-city-card,
.seo-search-card,
.moment-card {
  min-height: auto !important;
}

.city-card,
.category-card,
.step-card,
.feature-card,
.testimonial-card,
.article-card,
.legal-card,
.info-card,
.area-page-card,
.rental-city-card,
.seo-search-card {
  padding: clamp(16px, 1.6vw, 22px) !important;
}

.service-picker,
.seo-search-band,
.seo-content,
.area-society-band {
  padding-top: clamp(36px, 3vw, 54px) !important;
  padding-bottom: clamp(36px, 3vw, 54px) !important;
}

.picker-shell,
.quick-contact,
.table-card {
  margin-top: 0 !important;
}

.category-card-body,
.article-card-body,
.page-market-info {
  gap: clamp(8px, 1vw, 12px) !important;
}

.map-box {
  min-height: clamp(190px, 18vw, 250px) !important;
}

.site-footer-cta,
.home-final-cta {
  padding-top: clamp(34px, 3vw, 54px) !important;
  padding-bottom: clamp(30px, 2.6vw, 46px) !important;
}

.footer {
  padding-top: clamp(32px, 3vw, 46px) !important;
}

@media (min-width: 1600px) {
  .band,
  .service-picker,
  .seo-search-band,
  .seo-content,
  .area-society-band {
    padding-top: clamp(38px, 2.4vw, 60px) !important;
    padding-bottom: clamp(38px, 2.4vw, 60px) !important;
  }

  .page-market-grid {
    padding-top: clamp(36px, 2.4vw, 56px) !important;
    padding-bottom: clamp(36px, 2.4vw, 56px) !important;
  }
}

@media (max-width: 1020px) {
  .band,
  .service-picker,
  .seo-search-band,
  .seo-content,
  .area-society-band {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .page-market-grid {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media (max-width: 760px) {
  .band,
  .service-picker,
  .seo-search-band,
  .seo-content,
  .area-society-band {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .section-head,
  .section-head.center {
    margin-bottom: 18px !important;
  }

  .page-market-grid {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .page-market-media {
    min-height: 160px !important;
  }
}

/* FINAL transparent product image treatment */
.product-card img,
.page-market-media img,
.rental-category-media img,
.rental-product-media img,
.rento-product-card > img,
.rento-category-tile img,
.home-product-row img,
.rento-panel-row img,
.rento-hero-console .rento-panel-row img,
.rento-banner-products img {
  background: transparent !important;
  object-fit: contain !important;
  box-shadow: none !important;
}

.product-card > img,
.rental-category-media,
.rental-product-media,
.page-market-media,
.rento-product-card,
.rento-category-tile {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.68), transparent 56%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.88), rgba(239, 246, 255, 0.74)) !important;
}

.rento-trending .rento-product-card,
.rental-product-card .rental-product-media,
.rental-category-card .rental-category-media {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.72), transparent 58%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.82), rgba(240, 247, 255, 0.78)) !important;
}

.home-product-row img,
.rento-panel-row img {
  background: transparent !important;
  border-color: rgba(19, 138, 82, 0.08) !important;
}

.rento-banner-products img:first-child,
.rento-banner-products img {
  background: transparent !important;
}

/* FINAL banner window AC visibility fix */
.rento-banner-products img:first-child {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92) 62%, rgba(226, 232, 240, 0.78) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  box-shadow:
    0 20px 42px rgba(15, 23, 42, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  filter: saturate(1.2) contrast(1.2) brightness(1.08) drop-shadow(0 12px 18px rgba(15, 23, 42, 0.22)) !important;
  padding: 4px !important;
  transform: scale(1.14);
  transform-origin: center;
  z-index: 2;
}

/* FINAL transparent banner Window AC correction */
.rento-banner-products img:first-child {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter:
    saturate(1.28)
    contrast(1.26)
    brightness(1.12)
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.5))
    drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42)) !important;
  padding: 0 !important;
  transform: scale(1.2);
}

/* FINAL transparent product image treatment */
.product-card img,
.page-market-media img,
.rental-category-media img,
.rental-product-media img,
.rento-product-card > img,
.rento-category-tile img,
.home-product-row img,
.rento-panel-row img,
.rento-hero-console .rento-panel-row img,
.rento-banner-products img {
  background: transparent !important;
  object-fit: contain !important;
  box-shadow: none !important;
}

.product-card > img,
.rental-category-media,
.rental-product-media,
.page-market-media,
.rento-product-card,
.rento-category-tile {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.68), transparent 56%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.88), rgba(239, 246, 255, 0.74)) !important;
}

.rento-trending .rento-product-card,
.rental-product-card .rental-product-media,
.rental-category-card .rental-category-media {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.72), transparent 58%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.82), rgba(240, 247, 255, 0.78)) !important;
}

.home-product-row img,
.rento-panel-row img {
  background: transparent !important;
  border-color: rgba(19, 138, 82, 0.08) !important;
}

.rento-banner-products img:first-child,
.rento-banner-products img {
  background: transparent !important;
}

/* Compact homepage section spacing */
.rento-home {
  min-height: auto !important;
  padding: 0 !important;
}

.rento-home-grid {
  padding-top: clamp(34px, 3.2vw, 54px) !important;
  padding-bottom: clamp(28px, 2.6vw, 44px) !important;
  align-items: center !important;
}

.rento-home .content-flow {
  gap: clamp(14px, 1.4vw, 22px);
}

.rento-home h1 {
  margin-bottom: 0;
}

.rento-home .lead {
  margin: 0;
}

.rento-proof {
  padding: clamp(20px, 2vw, 32px) 0 !important;
}

.rento-proof-grid article {
  min-height: 100px !important;
  padding: clamp(18px, 1.6vw, 24px) !important;
}

.rento-storefront,
.rento-trending,
.rento-banner-band,
.rento-flow,
.seo-search-band,
.service-picker {
  padding-top: clamp(36px, 3vw, 56px) !important;
  padding-bottom: clamp(36px, 3vw, 56px) !important;
}

.rento-storefront + .rento-trending,
.rento-banner-band + .rento-flow,
.rento-flow + .seo-search-band,
.seo-search-band + .service-picker {
  margin-top: 0 !important;
}

.section-head {
  margin-bottom: clamp(18px, 2vw, 28px) !important;
}

.section-head .section-lead {
  margin-top: 8px !important;
}

.rento-category-tile,
.rento-product-card,
.moment-card,
.seo-search-card,
.area-page-card {
  min-height: auto !important;
}

.rento-category-rail,
.rento-product-grid,
.steps,
.grid {
  gap: clamp(16px, 1.6vw, 24px);
}

.rento-banner-band {
  margin: 0 !important;
}

.rento-flow .moment-card {
  min-height: 170px !important;
}

@media (min-width: 1600px) {
  .rento-home {
    min-height: auto !important;
  }

  .rento-home-grid {
    padding-top: clamp(36px, 2.4vw, 58px) !important;
    padding-bottom: clamp(30px, 2vw, 48px) !important;
  }

  .rento-storefront,
  .rento-trending,
  .rento-banner-band,
  .rento-flow,
  .seo-search-band,
  .service-picker {
    padding-top: clamp(38px, 2.4vw, 62px) !important;
    padding-bottom: clamp(38px, 2.4vw, 62px) !important;
  }
}

@media (max-width: 760px) {
  .rento-home-grid {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .rento-proof,
  .rento-storefront,
  .rento-trending,
  .rento-banner-band,
  .rento-flow,
  .seo-search-band,
  .service-picker {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* Final banner image clarity fix */
.rento-banner-products img {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  mix-blend-mode: normal !important;
  filter: saturate(1.08) contrast(1.08) brightness(1.06) drop-shadow(0 18px 28px rgba(15, 23, 42, 0.22)) !important;
}

.rento-banner-products img:first-child {
  background: #ffffff !important;
  padding: 10px;
  object-fit: contain;
}

/* Device-specific preloader using supplied artwork */
.site-preloader {
  padding: clamp(18px, 4vw, 42px);
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 138, 82, 0.13), transparent 26%),
    linear-gradient(118deg, #f8fffb 0%, #ffffff 48%, #eef6ff 100%) !important;
}

.preloader-shell {
  width: min(1120px, 92vw);
  gap: 14px;
}

.preloader-orbit,
.preloader-copy {
  display: none;
}

.preloader-logo-card {
  width: min(1080px, 88vw);
  filter: drop-shadow(0 28px 52px rgba(15, 23, 42, 0.14));
}

.preloader-logo-card img {
  width: 100%;
  max-height: min(72vh, 720px);
  object-fit: contain;
}

.preloader-track {
  width: min(320px, 54vw);
  height: 7px;
  background: rgba(226, 232, 240, 0.92);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

@media (min-width: 641px) and (max-width: 1020px) {
  .preloader-shell {
    width: min(850px, 92vw);
  }

  .preloader-logo-card {
    width: min(820px, 88vw);
  }

  .preloader-logo-card img {
    max-height: min(70vh, 620px);
  }
}

@media (max-width: 640px) {
  .site-preloader {
    padding: 18px;
  }

  .preloader-shell {
    width: min(390px, 92vw);
    gap: 12px;
  }

  .preloader-logo-card {
    width: min(350px, 88vw);
  }

  .preloader-logo-card img {
    max-height: min(78vh, 620px);
  }

  .preloader-track {
    width: min(220px, 58vw);
  }
}

/* Keep banner product images crisp on dark gradients */
.rento-banner-products img {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  mix-blend-mode: normal !important;
  filter: saturate(1.08) contrast(1.08) brightness(1.06) drop-shadow(0 18px 28px rgba(15, 23, 42, 0.22)) !important;
}

.rento-banner-products img:first-child {
  background: #ffffff !important;
  padding: 10px;
  object-fit: contain;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

body.preloader-active {
  overflow: hidden;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #0f172a;
  background:
    radial-gradient(circle at 20% 20%, rgba(19, 138, 82, 0.16), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 48%, #eaf5ff 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.site-preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.preloader-shell {
  position: relative;
  width: min(520px, 92vw);
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.preloader-orbit {
  position: absolute;
  top: -26px;
  width: min(420px, 76vw);
  aspect-ratio: 1;
  border: 1px solid rgba(19, 138, 82, 0.14);
  border-top-color: rgba(19, 138, 82, 0.66);
  border-right-color: rgba(37, 99, 235, 0.48);
  border-radius: 999px;
  filter: drop-shadow(0 20px 44px rgba(15, 23, 42, 0.1));
  animation: preloaderSpin 3.8s linear infinite;
}

.preloader-logo-card {
  position: relative;
  z-index: 1;
  width: min(560px, 86vw);
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 28px 42px rgba(15, 23, 42, 0.18));
  animation: preloaderFloat 2.4s ease-in-out infinite;
}

.preloader-logo-card::after {
  content: none;
}

.preloader-logo-card img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.preloader-logo-card picture {
  display: block;
  line-height: 0;
}

.preloader-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.preloader-copy strong {
  color: var(--green-dark);
  font-size: 1.08rem;
  line-height: 1.2;
}

.preloader-copy span {
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 750;
}

.preloader-track {
  position: relative;
  z-index: 1;
  width: min(260px, 70vw);
  height: 8px;
  overflow: hidden;
  background: #e2e8f0;
  border-radius: 999px;
}

.preloader-track span {
  display: block;
  width: 44%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue));
  border-radius: inherit;
  animation: preloaderProgress 1.15s ease-in-out infinite;
}

@media (max-width: 1020px) {
  .preloader-shell {
    width: min(470px, 90vw);
    gap: 16px;
  }

  .preloader-logo-card {
    width: min(460px, 86vw);
  }
}

@media (max-width: 640px) {
  .site-preloader {
    padding: 18px;
  }

  .preloader-shell {
    width: min(340px, 90vw);
    gap: 14px;
  }

  .preloader-orbit {
    top: -18px;
    width: min(310px, 82vw);
  }

  .preloader-logo-card {
    width: min(320px, 86vw);
  }

  .preloader-copy strong {
    font-size: 1rem;
  }

  .preloader-copy span {
    font-size: 0.86rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.notice-strip {
  background: #0f172a;
  color: #f8fafc;
  font-size: 0.9rem;
}

.notice-strip .container {
  min-height: 38px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.notice-links {
  display: flex;
  gap: 14px;
  align-items: center;
  white-space: nowrap;
}

.notice-link {
  color: #dfffea;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  width: 188px;
  max-height: 58px;
  object-fit: contain;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 8px;
  font-weight: 900;
}

.brand-name {
  display: block;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.1;
}

.brand-sub {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav a {
  padding: 10px 12px;
  color: #334155;
  border-radius: 8px;
  font-weight: 750;
}

.nav a:hover,
.nav a.active {
  color: var(--green-dark);
  background: #ecfdf3;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.icon-btn,
.menu-toggle,
.close-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.icon-btn:hover,
.icon-btn:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible,
.close-btn:hover,
.close-btn:focus-visible {
  transform: translateY(-1px);
  border-color: #bbf7d0;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.location-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.36) 0 15%, transparent 16%),
    linear-gradient(135deg, #ef2b2d 0%, #f97316 48%, #138a52 100%);
  border: 0;
  box-shadow: 0 14px 30px rgba(19, 138, 82, 0.24), 0 8px 18px rgba(239, 43, 45, 0.16);
}

.location-btn::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
}

.location-btn:hover,
.location-btn:focus-visible {
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(19, 138, 82, 0.3), 0 10px 22px rgba(239, 43, 45, 0.2);
}

.location-icon {
  width: 27px;
  height: 27px;
  display: block;
}

.location-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.location-icon-route {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-icon-pin {
  fill: var(--white);
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 0.8;
}

.location-icon-core {
  fill: #138a52;
}

.location-icon-spark {
  fill: #fff7d6;
}

.menu-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.btn.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 24px rgba(19, 138, 82, 0.22);
}

.btn.primary:hover {
  background: var(--green-dark);
}

.btn.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.btn.secondary:hover {
  border-color: #c7d2fe;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

.btn.ghost {
  color: var(--green-dark);
  background: #ecfdf3;
}

.mobile-panel {
  display: none;
}

.hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  color: var(--white);
  background-color: #12213a;
  background-position: center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 20, 32, 0.88) 0%, rgba(9, 20, 32, 0.7) 48%, rgba(9, 20, 32, 0.18) 100%),
    linear-gradient(180deg, rgba(9, 20, 32, 0.2), rgba(9, 20, 32, 0.7));
}

.hero.compact {
  min-height: 420px;
}

.hero-content {
  width: min(760px, 100%);
  padding: 92px 0 82px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 10px;
  color: #dcfce7;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.14;
}

h1 {
  max-width: 780px;
  font-size: 3.45rem;
}

h2 {
  font-size: 2.15rem;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
}

.section-lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 28px;
}

.hero-badges span,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-badges span {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pill {
  color: var(--green-dark);
  background: #ecfdf3;
}

.pill.orange {
  color: #8a4b05;
  background: #fff7ed;
}

.pill.blue {
  color: #1d4ed8;
  background: #eff6ff;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.band {
  padding: 78px 0;
}

.band.soft {
  background: var(--soft);
}

.band.dark {
  color: #f8fafc;
  background: #0f172a;
}

.section-head {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-head.center {
  display: block;
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.section-head.center .section-lead {
  margin: 12px auto 0;
}

.section-head .section-lead {
  margin-top: 10px;
}

.grid {
  display: grid;
  gap: 18px;
}

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

.grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.city-card,
.category-card,
.product-card,
.step-card,
.feature-card,
.testimonial-card,
.article-card,
.legal-card,
.info-card,
.area-page-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.06);
}

.city-card {
  min-height: 174px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.city-card:hover,
.category-card:hover,
.product-card:hover,
.area-chip:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.city-card,
.category-card,
.product-card,
.area-chip {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.city-card p,
.category-card p,
.step-card p,
.feature-card p,
.testimonial-card p,
.article-card p,
.info-card p,
.legal-card p,
.area-page-card p {
  color: var(--muted);
}

.city-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.category-card {
  overflow: hidden;
}

.category-card img,
.product-card img,
.article-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef2f7;
}

.product-card img {
  object-fit: contain;
  padding: 16px;
  background: #ffffff;
}

.category-card-body,
.product-card-body,
.article-card-body {
  padding: 18px;
}

.category-card-body {
  min-height: 184px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card-body {
  display: grid;
  gap: 10px;
}

.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.price {
  color: var(--green-dark);
  font-size: 1.18rem;
  font-weight: 900;
}

.stock {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
}

.step-card,
.feature-card,
.testimonial-card,
.legal-card,
.info-card,
.area-page-card {
  padding: 22px;
}

.step-num {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #fff;
  background: #1d4ed8;
  border-radius: 8px;
  font-weight: 900;
}

.feature-card:nth-child(2n) .feature-icon {
  background: var(--green);
}

.feature-card:nth-child(3n) .feature-icon {
  background: var(--orange);
}

.service-picker {
  background: #f6fbf8;
}

.picker-shell {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.picker-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.area-search {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.area-search:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(19, 138, 82, 0.12);
}

.area-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.area-tab {
  min-height: 46px;
  padding: 0 12px;
  color: #344054;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
}

.area-tab.active {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.area-results {
  max-height: 480px;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
}

.area-chip {
  display: block;
  min-height: 56px;
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.area-chip strong {
  display: block;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

.area-chip span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.comparison th,
.comparison td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison th {
  background: #f1f5f9;
}

.comparison tr:last-child td {
  border-bottom: 0;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 850;
}

.faq-item div {
  padding: 0 18px 18px;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-weight: 850;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(19, 138, 82, 0.12);
}

.footer {
  color: #cbd5e1;
  background: #0f172a;
  padding: 58px 0 24px;
}

.footer h3,
.footer h4 {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}

.footer p,
.footer li {
  color: #cbd5e1;
}

.footer ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.footer a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
  font-size: 0.92rem;
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-tags a {
  display: inline-flex;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #dbeafe;
  font-size: 0.86rem;
}

.area-dialog {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.area-dialog.open {
  display: block;
}

.area-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.area-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(980px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 28px));
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.area-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.area-panel .picker-shell {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.floating-contact {
  position: fixed;
  right: clamp(14px, 2vw, 28px);
  bottom: calc(clamp(14px, 1.8vw, 26px) + env(safe-area-inset-bottom));
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  pointer-events: none;
}

.float-btn {
  --float-bg: #138a52;
  --float-bg-2: #0c6b3f;
  position: relative;
  isolation: isolate;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(135deg, var(--float-bg), var(--float-bg-2));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.22);
  font-size: 0;
  font-weight: 900;
  line-height: 1.2;
  pointer-events: auto;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.float-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: currentColor;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.float-btn.whatsapp::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.03 3.2A12.65 12.65 0 0 0 5.1 22.21L3.6 28.8l6.73-1.42A12.65 12.65 0 1 0 16.03 3.2Zm0 2.28a10.36 10.36 0 0 1 8.79 15.84 10.35 10.35 0 0 1-13.76 3.78l-.38-.2-4.18.88.93-4.05-.25-.42A10.35 10.35 0 0 1 16.03 5.48Zm-4.1 5.63c-.25 0-.65.1-.99.47-.34.38-1.3 1.27-1.3 3.1s1.34 3.6 1.53 3.85c.19.25 2.58 4.13 6.39 5.63 3.17 1.25 3.82 1 4.51.94.7-.06 2.25-.92 2.57-1.8.31-.88.31-1.64.22-1.8-.1-.15-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.28-.82.09-.38-.19-1.6-.59-3.05-1.88-1.13-1-1.89-2.24-2.11-2.62-.22-.38-.02-.58.17-.77.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.47-.03-.66-.09-.19-.86-2.08-1.18-2.85-.31-.75-.63-.65-.86-.66h-.74Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.03 3.2A12.65 12.65 0 0 0 5.1 22.21L3.6 28.8l6.73-1.42A12.65 12.65 0 1 0 16.03 3.2Zm0 2.28a10.36 10.36 0 0 1 8.79 15.84 10.35 10.35 0 0 1-13.76 3.78l-.38-.2-4.18.88.93-4.05-.25-.42A10.35 10.35 0 0 1 16.03 5.48Zm-4.1 5.63c-.25 0-.65.1-.99.47-.34.38-1.3 1.27-1.3 3.1s1.34 3.6 1.53 3.85c.19.25 2.58 4.13 6.39 5.63 3.17 1.25 3.82 1 4.51.94.7-.06 2.25-.92 2.57-1.8.31-.88.31-1.64.22-1.8-.1-.15-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.28-.82.09-.38-.19-1.6-.59-3.05-1.88-1.13-1-1.89-2.24-2.11-2.62-.22-.38-.02-.58.17-.77.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.47-.03-.66-.09-.19-.86-2.08-1.18-2.85-.31-.75-.63-.65-.86-.66h-.74Z'/%3E%3C/svg%3E");
}

.float-btn::after {
  content: "";
}

.float-btn.call::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.69 20.04c-.68-.17-2.72-1.12-3.17-1.28-.45-.17-.95-.06-1.24.29l-1.38 1.68a16.7 16.7 0 0 1-6.62-6.62l1.68-1.38c.35-.29.46-.79.29-1.24-.16-.45-1.11-2.49-1.28-3.17-.2-.76-.89-1.29-1.67-1.29H7.98A2.45 2.45 0 0 0 5.54 9.7c.33 9.04 7.72 16.43 16.76 16.76a2.45 2.45 0 0 0 2.67-2.44V21.7c0-.78-.53-1.47-1.28-1.66Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.69 20.04c-.68-.17-2.72-1.12-3.17-1.28-.45-.17-.95-.06-1.24.29l-1.38 1.68a16.7 16.7 0 0 1-6.62-6.62l1.68-1.38c.35-.29.46-.79.29-1.24-.16-.45-1.11-2.49-1.28-3.17-.2-.76-.89-1.29-1.67-1.29H7.98A2.45 2.45 0 0 0 5.54 9.7c.33 9.04 7.72 16.43 16.76 16.76a2.45 2.45 0 0 0 2.67-2.44V21.7c0-.78-.53-1.47-1.28-1.66Z'/%3E%3C/svg%3E");
}

.float-btn.whatsapp {
  --float-bg: #16a34a;
  --float-bg-2: #08773e;
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.28);
}

.float-btn.call {
  --float-bg: #2563eb;
  --float-bg-2: #1746b8;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.26);
}

.float-btn:hover,
.float-btn:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.28);
}

.float-btn:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.55);
  outline-offset: 3px;
}

@keyframes preloaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes preloaderFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -8px, 0) scale(1.015);
  }
}

@keyframes preloaderShine {
  0%,
  40% {
    background-position: 140% 0;
    opacity: 0;
  }

  58% {
    opacity: 0.86;
  }

  100% {
    background-position: -110% 0;
    opacity: 0;
  }
}

@keyframes preloaderProgress {
  0% {
    transform: translateX(-110%);
  }

  50% {
    transform: translateX(70%);
  }

  100% {
    transform: translateX(250%);
  }
}

.rental-category-media,
.rental-product-media,
.rento-category-tile,
.rento-product-card,
.home-product-row,
.rento-panel-row {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.rental-category-media::before,
.rental-product-media::before,
.rento-category-tile::before,
.rento-product-card::before,
.home-product-row::before,
.rento-panel-row::before {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: 0;
  background:
    radial-gradient(circle at 26% 24%, rgba(19, 138, 82, 0.16), transparent 28%),
    radial-gradient(circle at 76% 70%, rgba(37, 99, 235, 0.14), transparent 30%),
    linear-gradient(135deg, transparent 18%, rgba(255, 255, 255, 0.52) 46%, transparent 68%);
  opacity: 0.58;
  pointer-events: none;
  animation: liveProductAura 8s ease-in-out infinite;
}

.rental-category-media > *,
.rental-product-media > *,
.rento-category-tile > *,
.rento-product-card > *,
.home-product-row > *,
.rento-panel-row > * {
  position: relative;
  z-index: 1;
}

.category-card img,
.product-card img,
.rental-category-card img,
.rental-product-media img,
.rento-category-tile img,
.rento-product-card > img,
.home-product-row img,
.rento-panel-row img,
.rento-banner-products img {
  transform-origin: center;
  filter: drop-shadow(0 14px 18px rgba(15, 23, 42, 0.12));
  animation: liveProductFloat 5.8s ease-in-out infinite;
  will-change: transform;
}

.rental-category-card:nth-child(2n) img,
.rental-product-card:nth-child(2n) .rental-product-media img,
.rento-category-tile:nth-child(2n) img,
.rento-product-card:nth-child(2n) > img,
.home-product-row:nth-child(2n) img,
.rento-panel-row:nth-child(2n) img,
.rento-banner-products img:nth-child(2) {
  animation-delay: -1.4s;
}

.rental-category-card:nth-child(3n) img,
.rental-product-card:nth-child(3n) .rental-product-media img,
.rento-category-tile:nth-child(3n) img,
.rento-product-card:nth-child(3n) > img,
.home-product-row:nth-child(3n) img,
.rento-panel-row:nth-child(3n) img,
.rento-banner-products img:nth-child(3) {
  animation-delay: -2.6s;
}

.category-card:hover img,
.product-card:hover img,
.rento-category-tile:hover img,
.rento-product-card:hover > img,
.home-product-row:hover img,
.rento-panel-row:hover img {
  filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.18));
}

@keyframes liveHeroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -10px, 0) scale(1.025);
  }
}

@keyframes liveHeroAura {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1.03);
  }
}

@keyframes liveHeroSweep {
  0%,
  45% {
    background-position: 140% 0;
    opacity: 0;
  }

  62% {
    opacity: 0.82;
  }

  100% {
    background-position: -110% 0;
    opacity: 0;
  }
}

@keyframes liveProductFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -5px, 0) scale(1.028) rotate(-0.25deg);
  }
}

@keyframes liveProductAura {
  0%,
  100% {
    transform: translate3d(-2%, 1%, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(2%, -2%, 0) rotate(7deg) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-orbit,
  .preloader-logo-card,
  .preloader-logo-card::after,
  .preloader-track span,
  .page-market-media::before,
  .page-market-media::after,
  .page-market-media img,
  .rento-hero-image-card::before,
  .rento-hero-image-card::after,
  .rento-hero-image,
  .rental-category-media::before,
  .rental-product-media::before,
  .rento-category-tile::before,
  .rento-product-card::before,
  .home-product-row::before,
  .rento-panel-row::before,
  .category-card img,
  .product-card img,
  .rental-category-card img,
  .rental-product-media img,
  .rento-category-tile img,
  .rento-product-card > img,
  .home-product-row img,
  .rento-panel-row img,
  .rento-banner-products img {
    animation: none;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.content-flow {
  display: grid;
  gap: 18px;
}

.seo-content {
  background: #ffffff;
}

.seo-content .content-flow {
  max-width: 940px;
}

.seo-content h2 {
  max-width: 820px;
}

.seo-content h3 {
  margin-top: 8px;
  color: #1f2937;
}

.seo-content p {
  color: #475467;
}

.content-flow ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.map-box {
  min-height: 260px;
  padding: 24px;
  display: grid;
  align-content: end;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(19, 138, 82, 0.9), rgba(37, 99, 235, 0.82)),
    url("hero-rentolite.png") center / cover;
  border-radius: var(--radius);
}

.article-card-body {
  display: grid;
  gap: 10px;
}



.home-hero {
  min-height: 680px;
  background-position: center;
}

.home-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 18, 28, 0.92) 0%, rgba(8, 18, 28, 0.76) 48%, rgba(8, 18, 28, 0.32) 100%),
    linear-gradient(180deg, rgba(8, 18, 28, 0.12), rgba(8, 18, 28, 0.82));
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: 36px;
  align-items: center;
  padding: 92px 0 78px;
}

.home-hero .hero-content {
  padding: 0;
}

.home-hero h1 {
  max-width: 840px;
}

.home-hero-showcase {
  display: grid;
  gap: 14px;
  align-self: stretch;
  align-content: center;
}

.home-showcase-head {
  display: grid;
  gap: 10px;
  color: #f8fafc;
}

.home-showcase-head strong {
  max-width: 360px;
  font-size: 1.28rem;
  line-height: 1.25;
}

.home-product-list {
  display: grid;
  gap: 12px;
}

.home-product-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.home-product-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
}

.home-product-row,
.home-proof-item,
.moment-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-product-row img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  padding: 8px;
  background: #ffffff;
  border-radius: var(--radius);
}

.home-product-row span {
  display: grid;
  gap: 6px;
}

.home-product-row strong {
  line-height: 1.2;
}

.home-product-row small {
  color: var(--green-dark);
  font-weight: 900;
}

.home-proof {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding-bottom: 24px;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-proof-item {
  min-height: 112px;
  padding: 20px;
  display: grid;
  gap: 8px;
  align-content: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(23, 32, 42, 0.1);
}

.home-proof-item strong {
  color: var(--green-dark);
  font-size: 1.62rem;
  line-height: 1;
}

.home-proof-item span {
  color: var(--muted);
  font-weight: 750;
}

.home-featured {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-featured .product-card {
  border-color: #dfe7f0;
}

.moment-card {
  min-height: 260px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.06);
}

.moment-card:hover,
.home-proof-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.moment-index {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--green);
  border-radius: var(--radius);
  font-weight: 900;
}

.moment-card p {
  color: var(--muted);
}

.home-final-cta .btn.secondary {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 1020px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav,
  .header-actions .btn.primary {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .mobile-panel {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 90;
    width: min(380px, 92vw);
    padding: 20px;
    background: #fff;
    box-shadow: -18px 0 60px rgba(15, 23, 42, 0.24);
    transform: translateX(105%);
    transition: transform 180ms ease;
  }

  body.nav-open .mobile-panel {
    display: block;
    transform: translateX(0);
  }

  .mobile-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .mobile-nav {
    display: grid;
    gap: 8px;
  }

  .mobile-nav a,
  .mobile-nav button {
    width: 100%;
    padding: 14px;
    text-align: left;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    font-weight: 850;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-grid,
  .home-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-grid {
    gap: 28px;
  }

  .area-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .picker-toolbar {
    grid-template-columns: 1fr;
  }

  .floating-contact {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
  }

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

  .contact-layout,
  .split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .notice-strip .container {
    align-items: flex-start;
    flex-direction: column;
    padding: 9px 0;
    gap: 4px;
  }

  .notice-links {
    white-space: normal;
  }

  .header-inner {
    min-height: 66px;
    gap: 12px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-logo {
    width: 150px;
    max-height: 48px;
  }

  .brand-sub {
    display: none;
  }

  .header-actions {
    gap: 7px;
  }

  .icon-btn,
  .menu-toggle,
  .close-btn {
    width: 40px;
    height: 40px;
  }

  .hero,
  .hero.compact {
    min-height: 540px;
  }

  .hero-content {
    padding: 72px 0 56px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    padding: 64px 0 50px;
  }

  .home-hero-showcase {
    align-content: start;
  }

  .home-showcase-head strong {
    max-width: none;
    font-size: 1.08rem;
  }

  .home-product-row {
    grid-template-columns: 76px 1fr;
    min-height: 96px;
  }

  .home-product-row img {
    width: 76px;
    height: 76px;
  }

  .home-proof {
    margin-top: 0;
    padding-top: 18px;
  }

  .home-proof-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.08rem;
  }

  h2 {
    font-size: 1.62rem;
  }

  .lead {
    font-size: 1.02rem;
  }

  .band {
    padding: 54px 0;
  }

  .section-head {
    display: grid;
    align-items: start;
  }

  .grid.cols-2,
  .grid.cols-3,
  .grid.cols-4 {
    grid-template-columns: 1fr;
  }

  .picker-toolbar {
    grid-template-columns: 1fr;
  }

  .area-results {
    max-height: 430px;
    grid-template-columns: 1fr;
  }

  .comparison {
    display: block;
    overflow-x: auto;
  }

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

  .footer-bottom {
    display: grid;
  }

  .floating-contact {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    gap: 8px;
  }

  .float-btn {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .float-btn::before {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }
}


.rento-home {
  min-height: 690px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(115deg, #fff7ed 0%, #ffffff 42%, #eff6ff 100%);
}

.rento-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 44px;
  align-items: center;
  padding: 76px 0 64px;
}

.rento-copy {
  display: grid;
  gap: 22px;
}

.rento-location-pill {
  width: fit-content;
  padding: 8px 12px;
  color: #b42318;
  background: #fff1f0;
  border: 1px solid #ffd5d2;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.rento-home h1 {
  max-width: 780px;
  color: #111827;
  font-size: 3.65rem;
}

.rento-home .lead {
  max-width: 670px;
  margin: 0;
  color: #4b5563;
  font-size: 1.16rem;
}

.rento-search-card {
  width: min(100%, 620px);
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.1);
}

.rento-search-copy {
  display: grid;
  gap: 3px;
  padding-left: 8px;
}

.rento-search-copy span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.rento-search-copy strong {
  color: #111827;
  font-size: 1.05rem;
}

.rento-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rento-quick-links a {
  padding: 9px 12px;
  color: #334155;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-weight: 850;
}

.rento-app-panel {
  padding: 18px;
  display: grid;
  gap: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.18);
}

.rento-app-top,
.rento-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rento-app-top span,
.rento-panel-title a {
  color: var(--green-dark);
  font-weight: 900;
}

.rento-live-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.rento-live-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.58);
  animation: rentoLivePulse 1.25s ease-out infinite;
}

@keyframes rentoLivePulse {
  0% {
    opacity: 1;
    transform: scale(0.94);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.58);
  }

  70% {
    opacity: 0.82;
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
  }

  100% {
    opacity: 1;
    transform: scale(0.94);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

.rento-app-top strong {
  padding: 7px 10px;
  color: #ffffff;
  background: #111827;
  border-radius: 999px;
  font-size: 0.88rem;
}

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

.rento-tabs span,
.rento-tabs button {
  min-height: 38px;
  display: grid;
  place-items: center;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.rento-tabs .active {
  color: #ffffff;
  background: #111827;
}

.rento-mini-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.rento-mini-cats a {
  min-height: 116px;
  padding: 10px 8px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  color: #334155;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 850;
}

.rento-mini-cats img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.rento-panel-products {
  display: grid;
  gap: 10px;
}

.rento-panel-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 102px;
  padding: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
}

.rento-panel-row img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  padding: 8px;
  background: #ffffff;
  border-radius: var(--radius);
}

.rento-panel-row span {
  display: grid;
  gap: 5px;
}

.rento-panel-row strong {
  line-height: 1.2;
}

.rento-panel-row small {
  color: var(--green-dark);
  font-weight: 900;
}

.rento-proof {
  padding: 26px 0;
  background: #111827;
}

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

.rento-proof article {
  min-height: 116px;
  padding: 20px;
  display: grid;
  gap: 8px;
  align-content: center;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.rento-proof strong {
  font-size: 1.08rem;
}

.rento-proof span {
  color: #cbd5e1;
}

.rento-storefront {
  background: #ffffff;
}

.rento-category-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rento-category-tile {
  min-height: 250px;
  padding: 18px;
  display: grid;
  gap: 10px;
  align-content: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.06);
}

.rento-category-tile img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.rento-category-tile strong {
  font-size: 1.08rem;
}

.rento-category-tile span {
  color: var(--green-dark);
  font-weight: 900;
}

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

.rento-product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.06);
}

.rento-save {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 6px 10px;
  color: #b42318;
  background: #fff1f0;
  border: 1px solid #ffd5d2;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.rento-product-card > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 22px;
  background: #ffffff;
}

.rento-product-body {
  padding: 16px;
  display: grid;
  gap: 9px;
}

.rento-product-body span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.rento-product-body h3 {
  font-size: 1.05rem;
}

.rento-product-body p {
  color: var(--muted);
  font-size: 0.92rem;
}

.rento-product-body strong {
  color: var(--green-dark);
  font-size: 1.1rem;
}

.rento-banner-band {
  padding-top: 34px;
}

.rento-banner {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
  padding: 42px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #111827 0%, #24324a 56%, #b42318 100%);
  border-radius: var(--radius);
}

.rento-banner h2 {
  max-width: 720px;
  margin-top: 14px;
  font-size: 2.45rem;
}

.rento-banner p {
  max-width: 650px;
  margin-top: 14px;
  color: #dbe4ee;
}

.rento-banner-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rento-banner-products img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 12px;
  background: #ffffff;
  border-radius: var(--radius);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.rento-flow {
  padding-top: 28px;
}

.rento-category-tile,
.rento-product-card,
.rento-panel-row,
.rento-mini-cats a,
.rento-quick-links a {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.rento-category-tile:hover,
.rento-product-card:hover,
.rento-panel-row:hover,
.rento-mini-cats a:hover,
.rento-quick-links a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.home-final-cta .btn.secondary {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 1020px) {
  .rento-home-grid,
  .rento-banner {
    grid-template-columns: 1fr;
  }

  .rento-product-grid,
  .rento-category-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rento-home {
    min-height: auto;
  }

  .rento-home-grid {
    padding: 44px 0;
    gap: 26px;
  }

  .rento-home h1 {
    font-size: 2.18rem;
  }

  .rento-search-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .rento-app-panel {
    padding: 12px;
    border-radius: var(--radius);
  }

  .rento-mini-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rento-proof-grid,
  .rento-product-grid,
  .rento-category-rail,
  .rento-banner-products {
    grid-template-columns: 1fr;
  }

  .rento-banner {
    padding: 24px;
  }

  .rento-banner h2 {
    font-size: 1.72rem;
  }
}


.page-market-hero {
  color: var(--ink);
  background:
    linear-gradient(115deg, #fff7ed 0%, #ffffff 46%, #eff6ff 100%);
  border-bottom: 1px solid var(--line);
}

.page-market-hero.compact {
  min-height: 0;
}

.page-market-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.54fr);
  gap: 34px;
  align-items: start;
  padding: 46px 0 44px;
}

.page-market-copy {
  display: grid;
  gap: 16px;
}

.page-market-copy .breadcrumb {
  margin: 0;
}

.page-market-copy .eyebrow {
  width: fit-content;
  margin: 0;
  color: #b42318;
  background: #fff1f0;
  border-color: #ffd5d2;
}

.page-market-copy h1 {
  color: #111827;
}

.page-market-copy .lead {
  margin: 0;
  color: #4b5563;
}

.page-market-copy .hero-badges {
  margin: 4px 0 2px;
}

.page-market-copy .hero-badges span {
  color: #334155;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.page-market-panel {
  overflow: hidden;
  display: grid;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.14);
}

.page-market-media {
  position: relative;
  min-height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.page-market-media::before,
.rento-hero-image-card::before {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: 0;
  background:
    radial-gradient(circle at 22% 20%, rgba(19, 138, 82, 0.18), transparent 28%),
    radial-gradient(circle at 76% 72%, rgba(37, 99, 235, 0.16), transparent 30%),
    conic-gradient(from 130deg, transparent 0 24%, rgba(255, 255, 255, 0.76) 32%, transparent 42% 100%);
  opacity: 0.72;
  animation: liveHeroAura 9s linear infinite;
}

.page-market-media::after,
.rento-hero-image-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(19, 138, 82, 0.18);
  border-radius: inherit;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, 0.56) 46%, transparent 54% 100%);
  background-size: 240% 100%;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: liveHeroSweep 5.8s ease-in-out infinite;
}

.page-market-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: 300px;
  object-fit: contain;
  padding: 24px;
  filter: drop-shadow(0 22px 24px rgba(15, 23, 42, 0.16));
  transform-origin: center;
  animation: liveHeroFloat 6.5s ease-in-out infinite;
}

.page-market-info {
  padding: 20px;
  display: grid;
  gap: 12px;
  border-top: 1px solid #e2e8f0;
}

.page-market-info strong {
  line-height: 1.28;
}

.page-market-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-market-points span {
  padding: 7px 9px;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
}

.rental-category-card,
.rental-product-card,
.rental-city-card,
.area-page-card,
.info-card,
.legal-card,
.feature-card,
.step-card {
  border-color: #dfe7f0;
}

.rental-category-card {
  display: grid;
  align-content: start;
}

.rental-category-media {
  min-height: 172px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.rental-category-card img {
  width: 100%;
  height: 172px;
  object-fit: contain;
  padding: 18px;
  background: transparent;
}

.rental-category-card .category-card-body strong {
  color: var(--green-dark);
}

.rental-product-card {
  position: relative;
  overflow: hidden;
}

.rental-product-media {
  position: relative;
  background: #ffffff;
}

.rental-product-media img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 24px;
  background: #ffffff;
}

.rental-status {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 6px 10px;
  color: #0c6b3f;
  background: #ecfdf3;
  border: 1px solid #b7efd0;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.rental-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.rental-card-actions .btn.secondary {
  min-width: 96px;
}

.rental-city-card {
  min-height: 210px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.area-page-card {
  padding: 20px;
}

.area-page-card h3 {
  margin-bottom: 8px;
}

.service-picker {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.picker-shell {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.area-chip {
  background: #ffffff;
}

.comparison {
  background: #ffffff;
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.06);
}

@media (max-width: 1020px) {
  .page-market-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 0 40px;
  }

  .page-market-panel {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .page-market-grid {
    min-height: 0;
    gap: 24px;
    padding: 30px 0 34px;
  }

  .page-market-panel {
    border-radius: var(--radius);
  }

  .page-market-media {
    min-height: 180px;
  }

  .page-market-media img {
    max-height: 220px;
  }

  .rental-card-actions {
    grid-template-columns: 1fr;
  }

  .rental-card-actions .btn.secondary {
    width: 100%;
  }
}


/* Tighten product card image space across rental listing cards. */
.rental-product-media {
  height: 238px;
  display: grid;
  place-items: center;
  padding: 18px 18px 8px;
}

.rental-product-media img {
  width: 100%;
  height: 100%;
  max-height: 212px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0;
}

.rento-product-card > img {
  height: 218px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 18px;
}

.rental-product-card .product-card-body {
  padding-top: 12px;
}

@media (max-width: 760px) {
  .rental-product-media {
    height: 205px;
    padding: 14px 16px 6px;
  }

  .rental-product-media img {
    max-height: 184px;
  }

  .rento-product-card > img {
    height: 195px;
  }
}


.rento-search-card {
  position: relative;
}

.rento-search-copy {
  min-width: 0;
}

.rento-location-input {
  width: 100%;
  min-height: 34px;
  padding: 0;
  color: #111827;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1.05rem;
  font-weight: 900;
}

.rento-location-input::placeholder {
  color: #111827;
  opacity: 1;
}

.rento-location-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.16);
}

.rento-location-results.open {
  display: grid;
  gap: 6px;
}

.rento-location-results button {
  width: 100%;
  padding: 11px 12px;
  display: grid;
  gap: 2px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-align: left;
}

.rento-location-results button:hover,
.rento-location-results button:focus {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.rento-location-results span,
.rento-location-empty {
  color: var(--muted);
  font-size: 0.88rem;
}

.rento-location-empty {
  padding: 12px;
}


.rento-location-message {
  padding: 12px;
  display: grid;
  gap: 6px;
  color: var(--ink);
}

.rento-location-message strong {
  font-size: 0.98rem;
}

.rento-location-message span {
  color: var(--muted);
  font-size: 0.9rem;
}

.rento-location-message.not-found {
  border: 1px solid #fee2e2;
  background: #fff7f7;
  border-radius: var(--radius);
}

.rento-location-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.rento-location-contact a {
  padding: 8px 10px;
  color: var(--green-dark);
  background: #ecfdf3;
  border: 1px solid #b7efd0;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.rento-location-contact a + a {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #c7d2fe;
}


/* Keep the layout full and readable when users zoom out or use very wide screens. */
@media (min-width: 1600px) {
  :root {
    --max: 76vw;
  }

  .container {
    width: min(100% - 6vw, var(--max));
  }

  .rento-home {
    min-height: clamp(690px, 64vh, 1500px);
  }

  .rento-home-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.76fr);
    gap: clamp(44px, 4vw, 110px);
  }

  .rento-home h1 {
    max-width: 11em;
    font-size: clamp(3.65rem, 2.1vw, 8.5rem);
  }

  .rento-home .lead {
    max-width: 45em;
    font-size: clamp(1.16rem, 0.72vw, 2rem);
  }

  .rento-search-card {
    width: min(100%, 780px);
  }

  .rento-app-panel {
    width: min(100%, 760px);
    justify-self: end;
  }

  .rento-category-rail,
  .rento-product-grid,
  .rental-product-grid {
    gap: clamp(18px, 1.2vw, 34px);
  }

  .rento-product-grid,
  .rental-product-grid {
    grid-template-columns: repeat(4, minmax(240px, 1fr));
  }

  .page-market-grid {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.58fr);
    gap: clamp(34px, 3vw, 92px);
    padding-top: clamp(42px, 2.8vw, 58px);
    padding-bottom: clamp(40px, 2.6vw, 54px);
  }
}

@media (min-width: 2600px) {
  .rento-app-panel,
  .page-market-panel {
    width: min(100%, 900px);
    justify-self: end;
  }

  .rento-mini-cats a {
    min-height: 140px;
  }

  .rento-panel-row {
    min-height: 120px;
  }

  .page-market-media {
    min-height: 340px;
  }
}

/* Mobile footer visibility fix */
@media (max-width: 760px) {
  .footer {
    padding: 42px 0 calc(30px + env(safe-area-inset-bottom));
  }

  .footer .container {
    width: min(100% - 24px, var(--max));
  }

  .footer,
  .footer * {
    min-width: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer h3,
  .footer h4 {
    margin: 0 0 9px;
    line-height: 1.2;
  }

  .footer p {
    margin: 0;
    line-height: 1.58;
  }

  .footer ul {
    margin-top: 10px;
    gap: 7px;
  }

  .footer li,
  .footer a {
    line-height: 1.42;
    overflow-wrap: anywhere;
  }

  .footer-tags {
    max-height: none;
    overflow: visible;
    gap: 7px;
    margin-top: 14px;
  }

  .footer-tags a {
    padding: 6px 8px;
    font-size: 0.8rem;
    white-space: normal;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    margin-top: 24px;
    padding-top: 16px;
    text-align: left;
    font-size: 0.84rem;
  }

  .footer-bottom span {
    display: block;
    overflow-wrap: anywhere;
  }
}

.header-social-links,
.mobile-social-links,
.footer-social-links,
.footer-bottom-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-social-links {
  margin-right: 2px;
}

.mobile-social-links {
  padding-top: 6px;
}

.footer-social-links {
  margin-top: 16px;
}

.footer-bottom-social-links {
  flex: 0 0 auto;
}

.social-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.social-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
  outline: none;
}

.social-icon.facebook:hover,
.social-icon.facebook:focus-visible {
  color: #ffffff;
  background: #1877f2;
  border-color: #1877f2;
}

.social-icon.instagram:hover,
.social-icon.instagram:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
  border-color: rgba(221, 42, 123, 0.5);
}

.footer .social-icon,
.home-final-cta .social-icon {
  color: #e5f2ff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.footer .social-icon:hover,
.footer .social-icon:focus-visible {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  .header-social-links {
    display: none;
  }
}

@media (max-width: 720px) {
  .mobile-social-links {
    justify-content: flex-start;
  }

  .footer-bottom-social-links {
    order: 3;
  }
}

@media (max-width: 360px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Reduce homepage empty vertical space on desktop and zoomed views */
.rento-home {
  min-height: auto;
  align-items: stretch;
}

.rento-home-grid {
  align-items: start;
  padding: clamp(42px, 4vw, 64px) 0 clamp(42px, 3.4vw, 58px);
}

.home-final-cta {
  padding: clamp(42px, 3.6vw, 60px) 0 clamp(30px, 2.8vw, 46px);
}

.home-final-cta .split {
  align-items: center;
}

.home-final-cta .content-flow {
  gap: 14px;
}

.home-final-cta h2 {
  max-width: 720px;
}

.home-final-cta p {
  max-width: 760px;
}

.home-final-cta .section-actions {
  justify-content: flex-end;
}

.footer {
  padding-top: 42px;
}

@media (min-width: 1600px) {
  .rento-home {
    min-height: auto;
  }

  .rento-home-grid {
    padding-top: clamp(44px, 3.2vw, 68px);
    padding-bottom: clamp(42px, 3vw, 62px);
  }

  .home-final-cta {
    padding-top: clamp(42px, 2.9vw, 62px);
    padding-bottom: clamp(28px, 2.4vw, 48px);
  }

  .footer {
    padding-top: clamp(34px, 2.2vw, 46px);
  }
}

@media (max-width: 1020px) {
  .home-final-cta .section-actions {
    justify-content: flex-start;
  }
}


/* Shared footer CTA viewport fit */
.site-footer-cta .split {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
}

.site-footer-cta .pill {
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  white-space: nowrap;
}

.site-footer-cta .section-actions {
  justify-content: flex-end;
  align-self: center;
  min-width: 0;
}

.site-footer-cta .section-actions .btn {
  flex: 0 0 auto;
  min-height: 56px;
  padding: 14px 24px;
  white-space: nowrap;
}

@media (max-width: 1020px) {
  .site-footer-cta .split {
    grid-template-columns: 1fr;
  }

  .site-footer-cta .section-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-footer-cta .pill {
    white-space: normal;
  }

  .site-footer-cta .section-actions {
    align-items: stretch;
  }

  .site-footer-cta .section-actions .btn {
    width: 100%;
    white-space: normal;
  }
}

/* RentOLite custom hero refresh */
.rento-home {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--ink);
  background:
    linear-gradient(115deg, #fff8ed 0%, #ffffff 44%, #eaf5ff 100%);
}

.rento-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(19, 138, 82, 0.09) 0 1px, transparent 1px 92px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 0 1px, transparent 1px 120px);
  background-size: 92px 92px, 120px 120px;
  opacity: 0.55;
}

.rento-home-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 0.9fr);
  gap: clamp(34px, 4vw, 68px);
}

.rento-location-pill {
  color: #065f46;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.rento-home h1 {
  max-width: 760px;
  letter-spacing: 0;
}

.rento-home h1 span {
  color: var(--green);
}

.rento-home .lead {
  color: #475569;
}

.rento-search-card {
  border-color: rgba(19, 138, 82, 0.22);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.11);
}

.rento-quick-links a {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.86);
  border-color: #d7e2ef;
}

.rento-hero-metrics {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rento-hero-metrics span {
  min-height: 82px;
  padding: 14px;
  display: grid;
  gap: 4px;
  align-content: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dbe6f2;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.rento-hero-metrics strong {
  color: #0f172a;
  line-height: 1.16;
}

.rento-hero-metrics small {
  color: #64748b;
  line-height: 1.35;
  font-weight: 750;
}

.rento-hero-stage {
  min-width: 0;
  display: grid;
  gap: 14px;
  align-content: start;
}

.rento-hero-image-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe6f2;
  border-radius: var(--radius);
  box-shadow: 0 28px 74px rgba(15, 23, 42, 0.16);
}

.rento-hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) drop-shadow(0 24px 26px rgba(15, 23, 42, 0.14));
  transform-origin: center;
  animation: liveHeroFloat 7s ease-in-out infinite;
}

.rento-hero-console {
  padding: 14px;
  display: grid;
  gap: 12px;
  color: #f8fafc;
  background:
    linear-gradient(135deg, #0f172a 0%, #1e293b 58%, #0f766e 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.rento-hero-console .rento-app-top span,
.rento-hero-console .rento-panel-title a {
  color: #bbf7d0;
}

.rento-hero-console .rento-app-top strong {
  color: #052e16;
  background: #dcfce7;
}

.rento-hero-console .rento-tabs button {
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.rento-hero-console .rento-tabs .active {
  color: #0f172a;
  background: #ffffff;
}

.rento-hero-console .rento-panel-title strong {
  color: #ffffff;
}

.rento-hero-console .rento-panel-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rento-hero-console .rento-panel-row {
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  min-height: 82px;
  padding: 9px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
}

.rento-hero-console .rento-panel-row img {
  width: 62px;
  height: 62px;
  padding: 6px;
}

.rento-hero-console .rento-panel-row strong {
  font-size: 0.86rem;
}

.rento-hero-console .rento-panel-row small {
  color: #bbf7d0;
  font-size: 0.8rem;
}

@media (min-width: 1600px) {
  .rento-home-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(620px, 0.94fr);
  }

  .rento-hero-stage {
    width: min(100%, 940px);
    justify-self: end;
  }
}

@media (max-width: 1180px) {
  .rento-hero-console .rento-panel-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1020px) {
  .rento-home-grid {
    grid-template-columns: 1fr;
  }

  .rento-hero-stage {
    width: min(100%, 780px);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .rento-hero-metrics {
    grid-template-columns: 1fr;
  }

  .rento-hero-metrics span {
    min-height: 68px;
  }

  .rento-hero-image {
    aspect-ratio: 4 / 3;
  }

  .rento-hero-console {
    padding: 12px;
  }
}

@media (max-width: 420px) {
  .rento-hero-console .rento-tabs {
    grid-template-columns: 1fr;
  }
}

/* Keep the refreshed homepage hero image compact */
.rento-hero-image-card {
  aspect-ratio: 16 / 10;
}

.rento-hero-image {
  height: 100%;
}

@media (max-width: 760px) {
  .rento-hero-image-card {
    aspect-ratio: 4 / 3;
  }

  .rento-hero-console .rento-panel-row {
    min-height: 72px;
  }

  .rento-hero-console .rento-panel-row:nth-child(n+3) {
    display: none;
  }
}

/* Tablet and mobile hero image fit */
.rento-hero-image-card {
  display: grid;
}

.rento-hero-image {
  min-width: 0;
}

@media (max-width: 1020px) {
  .rento-hero-stage {
    width: min(100%, 720px);
  }

  .rento-hero-image-card {
    aspect-ratio: 16 / 10;
    max-height: 430px;
  }

  .rento-hero-image {
    object-fit: contain;
    object-position: center;
    background: linear-gradient(135deg, #fff8ed 0%, #ffffff 48%, #eaf5ff 100%);
  }
}

@media (max-width: 760px) {
  .rento-home-grid {
    gap: 24px;
  }

  .rento-hero-stage {
    width: 100%;
    gap: 12px;
  }

  .rento-hero-image-card {
    aspect-ratio: 16 / 10;
    max-height: 260px;
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
  }

  .rento-hero-image {
    aspect-ratio: auto;
  }
}

@media (max-width: 420px) {
  .rento-hero-image-card {
    max-height: 225px;
  }
}

/* Shared hero background fit for tablet and mobile */
@media (max-width: 1020px) {
  .hero {
    background-repeat: no-repeat;
    background-size: min(760px, 112vw) auto;
    background-position: center bottom 18px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 20, 32, 0.95) 0%, rgba(9, 20, 32, 0.86) 52%, rgba(9, 20, 32, 0.68) 100%);
  }
}

@media (max-width: 760px) {
  .hero,
  .hero.compact {
    min-height: 500px;
    background-size: min(560px, 122vw) auto;
    background-position: center bottom 14px;
  }

  .hero-content {
    padding-top: 58px;
    padding-bottom: 54px;
  }
}

/* Page hero image panel fit for tablet and mobile */
@media (max-width: 1020px) {
  .page-market-panel {
    width: min(100%, 680px);
    justify-self: center;
  }

  .page-market-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .page-market-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    padding: 18px;
  }
}

@media (max-width: 760px) {
  .page-market-panel {
    width: 100%;
  }

  .page-market-media {
    aspect-ratio: 16 / 10;
  }

  .page-market-media img {
    padding: 12px;
  }
}

/* Prevent page hero images from exceeding their responsive frame */
@media (max-width: 1020px) {
  .page-market-media {
    overflow: hidden;
    padding: 18px;
  }

  .page-market-media img {
    padding: 0;
  }
}

@media (max-width: 760px) {
  .page-market-media {
    padding: 12px;
  }
}

/* Area society content */
.area-society-card {
  padding: 22px;
  display: grid;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #dfe7f0;
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.area-society-card h3 {
  margin: 0;
}

.area-society-card p {
  color: var(--muted);
}

.area-society-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.area-society-tags span {
  padding: 8px 10px;
  color: #064e3b;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
}

/* Search-intent service cards */
.seo-search-grid {
  align-items: stretch;
}

.seo-search-card {
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(240, 253, 244, 0.92), rgba(255, 255, 255, 0.98));
}

.seo-search-card h3 {
  color: #0f172a;
}

.seo-search-card p {
  color: #536176;
}

/* Transparent product image treatment across product, category and rental cards. */
.page-market-media,
.rental-category-media,
.rental-product-media {
  background: transparent !important;
}

.category-card img,
.product-card img,
.article-card img,
.page-market-media img,
.rental-category-card img,
.rental-product-media img,
.rento-category-tile img,
.rento-product-card > img,
.home-product-row img,
.rento-panel-row img,
.rento-mini-cats img,
.rento-banner-products img {
  background: transparent !important;
  background-color: transparent !important;
}

.category-card img,
.product-card img,
.article-card img,
.page-market-media img,
.rental-category-card img,
.rental-product-media img,
.rento-category-tile img,
.rento-product-card > img,
.home-product-row img,
.rento-panel-row img,
.rento-mini-cats img {
  mix-blend-mode: normal;
}

.rento-banner-products img,
.rento-hero-console .rento-panel-row img {
  mix-blend-mode: normal;
}

/* Final homepage refresh overrides */
.rento-banner-products img {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  mix-blend-mode: normal !important;
  filter: saturate(1.08) contrast(1.08) brightness(1.06) drop-shadow(0 18px 28px rgba(15, 23, 42, 0.22)) !important;
}

.rento-banner-products img:first-child {
  background: #ffffff !important;
  padding: 10px;
  object-fit: contain;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.header-inner {
  min-height: 84px;
  gap: 30px;
}

.brand-logo {
  width: 238px;
  max-height: 74px;
  transition: transform 180ms ease, filter 180ms ease;
}

.brand:hover .brand-logo {
  transform: translateY(-1px) scale(1.02);
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.12));
}

.nav {
  gap: 14px;
}

.nav a {
  position: relative;
  padding: 11px 10px;
  color: #1f2a44;
  background: transparent;
  transition: color 180ms ease, transform 180ms ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover,
.nav a.active {
  color: var(--green-dark);
  background: transparent;
  transform: translateY(-1px);
}

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
}

.header-actions .btn.primary {
  min-height: 50px;
  padding: 13px 24px;
  background: linear-gradient(135deg, #16a34a 0%, #0f8a50 100%);
  box-shadow: 0 16px 34px rgba(19, 138, 82, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-actions .btn.primary:hover,
.header-actions .btn.primary:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 22px 44px rgba(19, 138, 82, 0.34);
}

.rento-home {
  padding: 54px 0 42px;
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 138, 82, 0.13), transparent 26%),
    linear-gradient(118deg, #f8fffb 0%, #ffffff 48%, #eef6ff 100%);
}

.rento-home-grid {
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.86fr);
  gap: 40px;
}

.rento-copy {
  gap: 18px;
}

.rento-home h1 {
  max-width: 720px;
  color: #132033;
  font-size: 3.25rem;
  line-height: 1.04;
  font-weight: 950;
}

.rento-home h1 span {
  display: block;
  color: var(--green-dark);
}

.rento-home .lead {
  max-width: 640px;
  color: #44546a;
  font-size: 1.08rem;
  line-height: 1.68;
}

.rento-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 700px;
}

.rento-trust-badges span {
  min-height: 34px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  color: #064e3b;
  background: rgba(236, 253, 245, 0.92);
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.rento-search-card {
  width: min(100%, 720px);
  padding: 12px;
  gap: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 138, 82, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
  backdrop-filter: blur(16px);
}

.rento-search-card:focus-within {
  border-color: rgba(19, 138, 82, 0.62);
  box-shadow: 0 26px 68px rgba(19, 138, 82, 0.2);
}

.rento-search-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f766e;
}

.rento-search-label i {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 8px;
  font-style: normal;
  font-size: 0.9rem;
}

.rento-location-input {
  min-height: 42px;
  padding: 3px 0 0;
}

.rento-location-input:focus {
  outline: 0;
}

.rento-search-button {
  min-height: 58px;
  padding-inline: 24px;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(19, 138, 82, 0.3);
}

.rento-proof {
  padding: 28px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.rento-proof-grid {
  gap: 16px;
}

.rento-proof-grid article {
  min-height: 118px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dce7f2;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rento-proof-grid article:hover {
  transform: translateY(-3px);
  border-color: #b7efd0;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.rento-proof-grid strong {
  color: var(--green-dark);
  font-size: 2rem;
  line-height: 1;
}

.rento-proof-grid span {
  color: #334155;
  font-weight: 850;
}

.rento-product-grid {
  gap: 18px;
}

.rento-product-card,
.rental-product-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce7f2;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rento-product-card:hover,
.rental-product-card:hover {
  transform: translateY(-5px);
  border-color: #b7efd0;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.rento-product-card > img,
.rental-product-media img {
  width: 100%;
  height: 230px;
  padding: 22px;
  object-fit: contain;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  transition: transform 220ms ease;
}

.rento-product-card:hover > img,
.rental-product-card:hover .rental-product-media img {
  transform: scale(1.04);
}

.rento-product-body,
.product-card-body {
  gap: 11px;
}

.rento-product-body h3,
.product-card-body h3 {
  color: #132033;
  font-size: 1.05rem;
  line-height: 1.28;
}

.rento-product-body p,
.product-card-body p {
  color: #5b6b82;
  line-height: 1.55;
}

.rento-product-body strong,
.price {
  display: grid;
  gap: 2px;
  color: var(--green-dark);
  font-size: 1.12rem;
  line-height: 1.2;
}

.rento-product-body strong small,
.price small {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 850;
}

.rento-product-card .btn.primary,
.rental-card-actions .btn.primary {
  min-height: 46px;
  background: linear-gradient(135deg, #16a34a, #0f8a50);
  box-shadow: 0 12px 26px rgba(19, 138, 82, 0.22);
}

.rento-product-card .btn.primary:hover,
.rental-card-actions .btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(19, 138, 82, 0.28);
}

.mobile-panel {
  transition: transform 240ms ease, opacity 240ms ease;
}

@media (max-width: 1020px) {
  .header-inner {
    min-height: 76px;
  }

  .brand-logo {
    width: 210px;
    max-height: 66px;
  }

  .mobile-panel {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a,
  .mobile-nav button {
    border-radius: 8px;
  }

  .rento-home-grid {
    grid-template-columns: 1fr;
  }

  .rento-hero-stage {
    order: 2;
  }
}

@media (max-width: 760px) {
  .rento-home {
    padding: 34px 0 30px;
  }

  .brand-logo {
    width: 178px;
    max-height: 58px;
  }

  .rento-home h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .rento-home .lead {
    font-size: 1rem;
  }

  .rento-search-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .rento-search-button {
    width: 100%;
  }

  .rento-trust-badges {
    gap: 7px;
  }

  .rento-trust-badges span {
    font-size: 0.84rem;
  }

  .rento-proof-grid {
    grid-template-columns: 1fr;
  }

  .rento-product-card > img,
  .rental-product-media img {
    height: 205px;
  }
}

/* EOF device-specific preloader overrides */
.site-preloader {
  padding: clamp(18px, 4vw, 42px);
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 138, 82, 0.13), transparent 26%),
    linear-gradient(118deg, #f8fffb 0%, #ffffff 48%, #eef6ff 100%) !important;
}

.preloader-shell {
  width: min(1120px, 92vw);
  gap: 14px;
}

.preloader-orbit,
.preloader-copy {
  display: none !important;
}

.preloader-logo-card {
  width: min(1080px, 88vw);
  filter: drop-shadow(0 28px 52px rgba(15, 23, 42, 0.14));
}

.preloader-logo-card img {
  width: 100%;
  max-height: min(72vh, 720px);
  object-fit: contain;
}

.preloader-track {
  width: min(320px, 54vw);
  height: 7px;
  background: rgba(226, 232, 240, 0.92);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

@media (min-width: 641px) and (max-width: 1020px) {
  .preloader-shell {
    width: min(850px, 92vw);
  }

  .preloader-logo-card {
    width: min(820px, 88vw);
  }

  .preloader-logo-card img {
    max-height: min(70vh, 620px);
  }
}

@media (max-width: 640px) {
  .site-preloader {
    padding: 18px;
  }

  .preloader-shell {
    width: min(390px, 92vw);
    gap: 12px;
  }

  .preloader-logo-card {
    width: min(350px, 88vw);
  }

  .preloader-logo-card img {
    max-height: min(78vh, 620px);
  }

  .preloader-track {
    width: min(220px, 58vw);
  }
}

/* FINAL compact homepage section spacing */
.rento-home {
  min-height: auto !important;
  padding: 0 !important;
}

.rento-home-grid {
  padding-top: clamp(34px, 3.2vw, 54px) !important;
  padding-bottom: clamp(28px, 2.6vw, 44px) !important;
  align-items: center !important;
}

.rento-home .content-flow {
  gap: clamp(14px, 1.4vw, 22px) !important;
}

.rento-home h1,
.rento-home .lead {
  margin-bottom: 0 !important;
}

.rento-proof {
  padding: clamp(20px, 2vw, 32px) 0 !important;
}

.rento-proof-grid article {
  min-height: 100px !important;
  padding: clamp(18px, 1.6vw, 24px) !important;
}

.rento-storefront,
.rento-trending,
.rento-banner-band,
.rento-flow,
.seo-search-band,
.service-picker {
  padding-top: clamp(36px, 3vw, 56px) !important;
  padding-bottom: clamp(36px, 3vw, 56px) !important;
}

.rento-storefront + .rento-trending,
.rento-banner-band + .rento-flow,
.rento-flow + .seo-search-band,
.seo-search-band + .service-picker {
  margin-top: 0 !important;
}

.section-head {
  margin-bottom: clamp(18px, 2vw, 28px) !important;
}

.section-head .section-lead {
  margin-top: 8px !important;
}

.rento-category-tile,
.rento-product-card,
.moment-card,
.seo-search-card,
.area-page-card {
  min-height: auto !important;
}

.rento-category-rail,
.rento-product-grid,
.steps,
.grid {
  gap: clamp(16px, 1.6vw, 24px) !important;
}

.rento-banner-band {
  margin: 0 !important;
}

.rento-flow .moment-card {
  min-height: 170px !important;
}

@media (min-width: 1600px) {
  .rento-home {
    min-height: auto !important;
  }

  .rento-home-grid {
    padding-top: clamp(36px, 2.4vw, 58px) !important;
    padding-bottom: clamp(30px, 2vw, 48px) !important;
  }

  .rento-storefront,
  .rento-trending,
  .rento-banner-band,
  .rento-flow,
  .seo-search-band,
  .service-picker {
    padding-top: clamp(38px, 2.4vw, 62px) !important;
    padding-bottom: clamp(38px, 2.4vw, 62px) !important;
  }
}

@media (max-width: 760px) {
  .rento-home-grid {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .rento-proof,
  .rento-storefront,
  .rento-trending,
  .rento-banner-band,
  .rento-flow,
  .seo-search-band,
  .service-picker {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* FINAL all-pages spacing cleanup */
.band {
  padding-top: clamp(38px, 3.2vw, 58px) !important;
  padding-bottom: clamp(38px, 3.2vw, 58px) !important;
}

.band + .band {
  margin-top: 0 !important;
}

.page-market-grid {
  padding-top: clamp(34px, 3vw, 50px) !important;
  padding-bottom: clamp(34px, 3vw, 50px) !important;
  gap: clamp(22px, 2.6vw, 34px) !important;
}

.page-market-copy,
.content-flow {
  gap: clamp(12px, 1.4vw, 18px) !important;
}

.page-market-media {
  min-height: clamp(170px, 18vw, 230px) !important;
}

.page-market-media img {
  max-height: clamp(170px, 20vw, 280px) !important;
  padding: clamp(14px, 1.8vw, 22px) !important;
}

.section-head,
.section-head.center {
  margin-bottom: clamp(18px, 1.9vw, 28px) !important;
}

.grid,
.rental-category-grid,
.rental-product-grid,
.area-grid,
.steps,
.rento-product-grid {
  gap: clamp(16px, 1.6vw, 24px) !important;
}

.city-card,
.category-card,
.product-card,
.step-card,
.feature-card,
.testimonial-card,
.article-card,
.legal-card,
.info-card,
.area-page-card,
.rental-category-card,
.rental-product-card,
.rental-city-card,
.seo-search-card,
.moment-card {
  min-height: auto !important;
}

.city-card,
.category-card,
.step-card,
.feature-card,
.testimonial-card,
.article-card,
.legal-card,
.info-card,
.area-page-card,
.rental-city-card,
.seo-search-card {
  padding: clamp(16px, 1.6vw, 22px) !important;
}

.service-picker,
.seo-search-band,
.seo-content,
.area-society-band {
  padding-top: clamp(36px, 3vw, 54px) !important;
  padding-bottom: clamp(36px, 3vw, 54px) !important;
}

.picker-shell,
.quick-contact,
.table-card {
  margin-top: 0 !important;
}

.category-card-body,
.article-card-body,
.page-market-info {
  gap: clamp(8px, 1vw, 12px) !important;
}

.map-box {
  min-height: clamp(190px, 18vw, 250px) !important;
}

.site-footer-cta,
.home-final-cta {
  padding-top: clamp(34px, 3vw, 54px) !important;
  padding-bottom: clamp(30px, 2.6vw, 46px) !important;
}

.footer {
  padding-top: clamp(32px, 3vw, 46px) !important;
}

@media (min-width: 1600px) {
  .band,
  .service-picker,
  .seo-search-band,
  .seo-content,
  .area-society-band {
    padding-top: clamp(38px, 2.4vw, 60px) !important;
    padding-bottom: clamp(38px, 2.4vw, 60px) !important;
  }

  .page-market-grid {
    padding-top: clamp(36px, 2.4vw, 56px) !important;
    padding-bottom: clamp(36px, 2.4vw, 56px) !important;
  }
}

@media (max-width: 1020px) {
  .band,
  .service-picker,
  .seo-search-band,
  .seo-content,
  .area-society-band {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .page-market-grid {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media (max-width: 760px) {
  .band,
  .service-picker,
  .seo-search-band,
  .seo-content,
  .area-society-band {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .section-head,
  .section-head.center {
    margin-bottom: 18px !important;
  }

  .page-market-grid {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .page-market-media {
    min-height: 160px !important;
  }
}

/* FINAL transparent product image treatment - end of file */
.product-card img,
.page-market-media img,
.rental-category-media img,
.rental-product-media img,
.rento-product-card > img,
.rento-category-tile img,
.home-product-row img,
.rento-panel-row img,
.rento-hero-console .rento-panel-row img,
.rento-banner-products img {
  background: transparent !important;
  object-fit: contain !important;
  box-shadow: none !important;
}

.product-card > img,
.rental-category-media,
.rental-product-media,
.page-market-media,
.rento-product-card,
.rento-category-tile {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.68), transparent 56%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.88), rgba(239, 246, 255, 0.74)) !important;
}

.rento-trending .rento-product-card,
.rental-product-card .rental-product-media,
.rental-category-card .rental-category-media {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.72), transparent 58%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.82), rgba(240, 247, 255, 0.78)) !important;
}

.home-product-row img,
.rento-panel-row img {
  background: transparent !important;
  border-color: rgba(19, 138, 82, 0.08) !important;
}

.rento-banner-products img:first-child,
.rento-banner-products img {
  background: transparent !important;
}

/* FINAL banner window AC visibility fix - end of file */
.rento-banner-products img:first-child {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter:
    saturate(1.28)
    contrast(1.26)
    brightness(1.12)
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.5))
    drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42)) !important;
  padding: 0 !important;
  transform: scale(1.2);
  transform-origin: center;
  z-index: 2;
}

/* FINAL transparent glass preloader */
body.preloader-active {
  overflow: hidden;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 46px) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 138, 82, 0.12), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(37, 99, 235, 0.11), transparent 30%),
    rgba(248, 255, 251, 0.66) !important;
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
  transition: opacity 420ms ease, visibility 420ms ease, transform 420ms ease;
}

.site-preloader.hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
}

.preloader-shell {
  position: relative;
  width: min(920px, 92vw) !important;
  min-height: min(640px, 78vh);
  display: grid;
  place-items: center;
  gap: 14px !important;
  isolation: isolate;
}

.preloader-aura {
  position: absolute;
  inset: 12% 8%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 42%, rgba(19, 138, 82, 0.26), transparent 36%),
    radial-gradient(circle at 64% 56%, rgba(37, 99, 235, 0.22), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 62%);
  filter: blur(14px);
  animation: transparentLoaderAura 2.7s ease-in-out infinite alternate;
}

.preloader-logo-card {
  width: min(760px, 82vw) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 26px 42px rgba(15, 23, 42, 0.22));
  animation: transparentLoaderFloat 2.4s ease-in-out infinite;
}

.preloader-logo-card::after,
.preloader-orbit {
  display: none !important;
}

.preloader-logo-card img {
  width: 100%;
  max-height: min(58vh, 540px) !important;
  object-fit: contain;
  background: transparent !important;
}

.preloader-status {
  display: grid !important;
  justify-items: center;
  gap: 4px;
  padding: 10px 18px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(19, 138, 82, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.preloader-status strong {
  color: #047045;
  font-size: clamp(1.02rem, 1.3vw, 1.25rem);
  line-height: 1;
}

.preloader-status span {
  color: #334155;
  font-size: clamp(0.74rem, 1vw, 0.9rem);
  font-weight: 800;
}

.preloader-track {
  overflow: hidden;
  width: min(360px, 58vw) !important;
  height: 6px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border: 1px solid rgba(19, 138, 82, 0.14);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4) !important;
}

.preloader-track span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #138a52, #2563eb, #138a52) !important;
  animation: transparentLoaderTrack 1.1s ease-in-out infinite;
}

.preloader-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.preloader-chips span {
  padding: 7px 11px;
  color: #075f3e;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(19, 138, 82, 0.14);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  animation: transparentLoaderChip 1.8s ease-in-out infinite;
}

.preloader-chips span:nth-child(2) { animation-delay: 0.12s; }
.preloader-chips span:nth-child(3) { animation-delay: 0.24s; }
.preloader-chips span:nth-child(4) { animation-delay: 0.36s; }

@keyframes transparentLoaderFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.012); }
}

@keyframes transparentLoaderAura {
  0% { transform: scale(0.96) rotate(0deg); opacity: 0.68; }
  100% { transform: scale(1.05) rotate(4deg); opacity: 0.95; }
}

@keyframes transparentLoaderTrack {
  0% { transform: translateX(-115%); }
  55%, 100% { transform: translateX(245%); }
}

@keyframes transparentLoaderChip {
  0%, 100% { transform: translateY(0); opacity: 0.78; }
  50% { transform: translateY(-4px); opacity: 1; }
}

@media (max-width: 760px) {
  .site-preloader {
    padding: 16px !important;
    backdrop-filter: blur(12px) saturate(1.14);
    -webkit-backdrop-filter: blur(12px) saturate(1.14);
  }

  .preloader-shell {
    min-height: min(620px, 82vh);
    gap: 12px !important;
  }

  .preloader-logo-card {
    width: min(340px, 84vw) !important;
  }

  .preloader-logo-card img {
    max-height: min(64vh, 520px) !important;
  }

  .preloader-status {
    padding: 9px 14px;
  }

  .preloader-track {
    width: min(240px, 64vw) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-aura,
  .preloader-logo-card,
  .preloader-track span,
  .preloader-chips span {
    animation: none !important;
  }
}

/* FINAL Split AC banner clarity - transparent */
.rento-banner-products img:first-child {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  padding: 0 !important;
  transform: scale(1.18) translateY(-2px) !important;
  transform-origin: center;
  filter:
    saturate(1.14)
    contrast(1.18)
    brightness(1.1)
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.28))
    drop-shadow(0 18px 24px rgba(0, 0, 0, 0.36)) !important;
}

@media (max-width: 760px) {
  .rento-banner-products img:first-child {
    transform: scale(1.08) !important;
  }
}

/* RentOLite Assistant */
.rentolite-assistant {
  position: fixed;
  left: clamp(14px, 2vw, 28px);
  bottom: calc(clamp(14px, 1.8vw, 26px) + env(safe-area-inset-bottom));
  z-index: 90;
  font-family: inherit;
}

.assistant-launcher {
  min-height: 58px;
  padding: 10px 18px 10px 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.32), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #138a52 58%, #2563eb 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.22);
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.assistant-launcher:hover,
.assistant-launcher:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.28);
}

.assistant-spark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #138a52;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
}

.assistant-spark::before {
  content: "AI";
  font-size: 0.82rem;
  font-weight: 1000;
}

.assistant-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 14px);
  width: min(360px, calc(100vw - 28px));
  overflow: hidden;
  color: #17202a;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transform-origin: bottom left;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.rentolite-assistant.open .assistant-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.assistant-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  padding: 16px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #0f172a, #0b7a4d);
}

.assistant-head div {
  display: grid;
  gap: 3px;
}

.assistant-kicker {
  color: #bbf7d0;
  font-size: 0.76rem;
  font-weight: 900;
}

.assistant-head strong {
  font-size: 1.14rem;
  line-height: 1.15;
}

.assistant-close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 1.25rem;
  cursor: pointer;
}

.assistant-messages {
  max-height: 300px;
  padding: 14px;
  display: grid;
  gap: 10px;
  overflow: auto;
  background:
    radial-gradient(circle at 15% 20%, rgba(19, 138, 82, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.assistant-message {
  max-width: 92%;
  padding: 10px 12px;
  display: grid;
  gap: 6px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.assistant-message.bot {
  justify-self: start;
  background: #ffffff;
  border: 1px solid #dbe7f3;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.assistant-message.user {
  justify-self: end;
  color: #ffffff;
  background: #138a52;
}

.assistant-message strong {
  color: inherit;
  line-height: 1.25;
}

.assistant-message span {
  color: inherit;
}

.assistant-message a {
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  color: #0b6f47;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  font-weight: 900;
}

.assistant-message a small {
  color: #64748b;
  font-size: 0.76rem;
}

.assistant-inline-actions,
.assistant-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.assistant-inline-actions button,
.assistant-quick button {
  min-height: 34px;
  padding: 7px 10px;
  color: #075f3e;
  background: #effaf4;
  border: 1px solid #bdebd1;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.assistant-quick {
  padding: 12px 14px 0;
}

.assistant-input-row {
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.assistant-input-row input {
  min-width: 0;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #d9e5f0;
  border-radius: 999px;
  outline: 0;
}

.assistant-input-row input:focus {
  border-color: #138a52;
  box-shadow: 0 0 0 3px rgba(19, 138, 82, 0.14);
}

.assistant-input-row button,
.assistant-whatsapp {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #138a52;
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
}

.assistant-whatsapp {
  margin: 0 14px 14px;
  text-align: center;
  box-shadow: 0 14px 28px rgba(19, 138, 82, 0.2);
}

@media (max-width: 760px) {
  .rentolite-assistant {
    left: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .assistant-launcher {
    min-height: 52px;
    padding-right: 14px;
  }

  .assistant-launcher-text {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .assistant-panel {
    width: min(340px, calc(100vw - 24px));
    max-height: min(74vh, 620px);
  }

  .assistant-messages {
    max-height: 250px;
  }
}

/* FINAL banner split AC replacement - clean transparent */
.rento-banner-products img:first-child {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  padding: 0 !important;
  transform: scale(1.24) translateY(-1px) !important;
  transform-origin: center;
  filter:
    saturate(1.08)
    contrast(1.1)
    brightness(1.05)
    drop-shadow(0 14px 22px rgba(0, 0, 0, 0.36)) !important;
}

@media (max-width: 760px) {
  .rento-banner-products img:first-child {
    transform: scale(1.08) !important;
  }
}

/* FINAL Assistant viewport fit and close button fix */
.rentolite-assistant {
  left: clamp(12px, 2vw, 24px) !important;
  bottom: calc(clamp(12px, 1.8vw, 22px) + env(safe-area-inset-bottom)) !important;
  z-index: 120 !important;
}

.rentolite-assistant.open .assistant-launcher {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.94);
}

.assistant-panel {
  position: fixed !important;
  left: clamp(12px, 2vw, 24px) !important;
  bottom: calc(clamp(12px, 1.8vw, 22px) + env(safe-area-inset-bottom)) !important;
  top: auto !important;
  width: min(390px, calc(100vw - 24px)) !important;
  max-height: min(680px, calc(100dvh - 28px)) !important;
  display: grid !important;
  grid-template-rows: auto minmax(120px, 1fr) auto auto auto;
  overflow: hidden !important;
  transform-origin: bottom left !important;
}

.assistant-head {
  position: relative;
  z-index: 3;
  min-height: 64px;
  padding: 12px 12px 12px 14px !important;
  align-items: center !important;
}

.assistant-head strong {
  font-size: 1rem !important;
}

.assistant-close {
  position: relative;
  z-index: 4;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.2);
  font-size: 1.35rem !important;
  line-height: 1 !important;
}

.assistant-messages {
  min-height: 0 !important;
  max-height: none !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  padding: 12px !important;
}

.assistant-message {
  max-width: min(92%, 310px) !important;
  word-break: break-word;
}

.assistant-quick {
  padding: 10px 12px 0 !important;
  max-height: 98px;
  overflow-y: auto;
}

.assistant-inline-actions button,
.assistant-quick button {
  min-height: 32px !important;
  padding: 6px 10px !important;
  font-size: 0.86rem;
}

.assistant-input-row {
  padding: 10px 12px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.assistant-input-row input,
.assistant-input-row button,
.assistant-whatsapp {
  min-height: 40px !important;
}

.assistant-whatsapp {
  margin: 0 12px 12px !important;
}

@media (max-width: 760px) {
  .assistant-panel {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-height: min(620px, calc(100dvh - 20px)) !important;
    border-radius: 16px !important;
  }

  .assistant-head {
    min-height: 58px;
  }

  .assistant-kicker {
    font-size: 0.68rem !important;
  }

  .assistant-messages {
    padding: 10px !important;
  }

  .assistant-message {
    max-width: 94% !important;
    font-size: 0.86rem !important;
  }

  .assistant-quick {
    max-height: 88px;
    gap: 6px;
  }

  .assistant-input-row {
    gap: 7px !important;
  }
}

/* FINAL compact assistant launcher */
.assistant-launcher {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  padding: 0 !important;
  gap: 0 !important;
  justify-content: center !important;
  border-radius: 999px !important;
}

.assistant-launcher-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.assistant-spark {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
}

.assistant-spark::before {
  content: "AI";
  font-size: 0.78rem !important;
}

@media (max-width: 760px) {
  .assistant-launcher {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
  }

  .assistant-spark {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }
}
/* AI Overview-ready answer blocks */
.ai-answer-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(20, 148, 84, 0.1), transparent 30%),
    linear-gradient(135deg, #f8fffb 0%, #ffffff 52%, #f2f7ff 100%);
}

.ai-answer-card,
.ai-answer-table {
  border: 1px solid rgba(15, 95, 64, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 50px rgba(15, 33, 57, 0.08);
}

.ai-answer-card {
  border-radius: 8px;
  padding: 28px;
}

.ai-answer-card h2 {
  max-width: 760px;
}

.ai-answer-card p {
  color: #43536a;
}

.ai-answer-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ai-answer-list li {
  position: relative;
  padding-left: 28px;
  color: #142033;
  font-weight: 700;
}

.ai-answer-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b8f4d;
}

.ai-answer-table h3 {
  margin-bottom: 14px;
}

@media (max-width: 760px) {
  .ai-answer-card {
    padding: 20px;
  }

  .ai-answer-table .comparison th,
  .ai-answer-table .comparison td {
    display: block;
    width: 100%;
  }
}

/* FINAL AI answer viewport cleanup */
.ai-answer-section {
  padding-block: 44px;
  overflow: hidden;
}

.ai-answer-section .container.split {
  align-items: start;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
}

.ai-answer-card {
  padding: 24px;
}

.ai-answer-card .pill {
  max-width: 100%;
}

.ai-answer-card h2 {
  margin-top: 18px;
  font-size: clamp(30px, 2.5vw, 46px);
  line-height: 1.12;
  max-width: 700px;
}

.ai-answer-card p {
  max-width: 760px;
  font-size: clamp(17px, 1.1vw, 20px);
  line-height: 1.65;
}

.ai-answer-table {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}

.ai-answer-table h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.15;
}

.ai-answer-table .comparison,
.ai-answer-table .comparison tbody {
  display: grid;
  gap: 10px;
  width: 100%;
  border: 0;
}

.ai-answer-table .comparison tr {
  display: grid;
  grid-template-columns: minmax(108px, 0.38fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(15, 95, 64, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.ai-answer-table .comparison th,
.ai-answer-table .comparison td {
  border: 0;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 1.45;
  vertical-align: top;
}

.ai-answer-table .comparison th {
  background: #eef4fa;
  color: #142033;
}

.ai-answer-table .comparison td {
  color: #26384f;
}

@media (max-width: 980px) {
  .ai-answer-section .container.split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ai-answer-section {
    padding-block: 28px;
  }

  .ai-answer-card,
  .ai-answer-table {
    padding: 18px;
  }

  .ai-answer-card h2 {
    font-size: 28px;
  }

  .ai-answer-card p {
    font-size: 16px;
  }

  .ai-answer-table .comparison tr {
    grid-template-columns: 1fr;
  }

  .ai-answer-table .comparison th,
  .ai-answer-table .comparison td {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }
}

/* FINAL remove excess space after AI answer sections */
.ai-answer-section {
  padding-top: 34px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.ai-answer-section + .band {
  padding-top: 28px;
}

.ai-answer-section .container.split {
  min-height: 0;
}

.ai-answer-card,
.ai-answer-table {
  align-self: start;
}

.ai-answer-list {
  margin-bottom: 0;
}

.ai-answer-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .ai-answer-section {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .ai-answer-section + .band {
    padding-top: 22px;
  }
}
