/* V10 — ajustes específicos del comparador asistido de renting */
.page-renting .hero h1 strong { color: var(--blue); }
.page-renting .hero {
  background:
    radial-gradient(circle at 7% 20%, rgba(13,102,194,.14), transparent 32%),
    radial-gradient(circle at 75% 8%, rgba(255,151,0,.14), transparent 30%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 52%, #eef6ff 100%);
}
.icon-van::before { content: "▰"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--blue); font-size: 24px; font-weight: 950; }
.icon-leaf::before { content: "●"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--green); font-size: 20px; }
.offer-icon-leaf::before { content: "●"; color: var(--green); font-weight: 950; }
