:root {
  --bg: #101114;
  --bg-soft: #191b20;
  --surface: #ffffff;
  --surface-alt: #f5f5f5;
  --text: #15171a;
  --muted: #5b616b;
  --primary: #d71920;
  --primary-dark: #a90f17;
  --accent: #f2c94c;
  --border: #e4e5e7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 18%, rgba(215, 25, 32, 0.16), transparent 24rem),
    radial-gradient(circle at 90% 38%, rgba(17, 19, 23, 0.13), transparent 30rem),
    linear-gradient(180deg, #f6f7f9 0%, #eceef2 48%, #e6e8ed 100%);
}

img {
  max-width: 100%;
}

main {
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.09) 0, transparent 20rem),
    linear-gradient(270deg, rgba(15, 17, 21, 0.12) 0, transparent 24rem),
    repeating-linear-gradient(135deg, rgba(17, 19, 23, 0.035) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, rgba(249, 250, 251, 0.92) 0%, rgba(232, 235, 240, 0.96) 100%);
  display: grid;
  gap: clamp(3rem, 5vw, 4.25rem);
  padding: clamp(3rem, 5vw, 4.25rem) 0;
}

.hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(215, 25, 32, 0.2), transparent 32%),
    linear-gradient(135deg, #0b0c0f 0%, #171a20 54%, #2a1114 100%);
  color: white;
  padding: 1rem 1.5rem 4.5rem;
}

.nav {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: white;
  border-radius: 8px;
  padding: 0.12rem;
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  opacity: 0.88;
}

.nav-links .nav-emergency {
  align-items: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  line-height: 1;
  margin-left: 0.25rem;
  opacity: 1;
  order: 99;
  padding: 0.48rem 0.85rem;
}

.nav-links .nav-emergency:hover,
.nav-links .nav-emergency:focus {
  background: #ff1e27;
  border-color: #ff1e27;
  color: white;
}

.hero-content {
  max-width: 1120px;
  margin: 4.5rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero-visual {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 5px solid var(--primary);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.hero-mark {
  display: block;
  width: 100%;
  height: auto;
}

.hero-service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
}

.hero-service-strip span {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.4rem;
  line-height: 1.2;
  padding: 0 0.75rem;
  text-transform: uppercase;
}

.hero-service-strip span::before {
  background: var(--primary);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.45rem;
  width: 0.45rem;
}

.hero-service-strip span + span {
  border-left: 1px solid var(--border);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 1rem;
  max-width: 760px;
}

.hero-text {
  font-size: 1.05rem;
  max-width: 760px;
  color: #d7d9de;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-block;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.btn-primary {
  background: var(--primary);
  color: white;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.42);
  color: white;
}

.btn-dark {
  background: var(--bg);
  color: white;
}

.btn-whatsapp {
  background: #25d366;
  color: #06140b;
}

.btn-emergency {
  background: #d71920;
  color: white;
}

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

.flyer-feature {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(360px, 1fr);
  gap: 1.6rem;
}

.region-page-heading {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  min-width: 0;
  padding: clamp(2rem, 4vw, 3rem);
}

.region-page-heading h1 {
  font-size: clamp(1.75rem, 2.7vw, 2.45rem);
  line-height: 1.12;
  max-width: 18ch;
  overflow-wrap: normal;
  word-break: normal;
}

.region-hero {
  align-items: stretch;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  margin-top: 2.5rem;
  overflow: hidden;
  padding: 0;
}

.region-hero .flyer-copy {
  align-self: stretch;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
}

.region-hero .region-title {
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
}

.flyer-copy {
  background: var(--bg);
  border-radius: 8px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 1.5rem;
}

.flyer-copy h1,
.flyer-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.flyer-copy .region-title {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-transform: none;
}

.flyer-copy p {
  color: #e0e2e6;
}

.flyer-service-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.flyer-service-list span {
  border-left: 3px solid var(--primary);
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  padding-left: 0.7rem;
}

.flyer-service-list span:first-child {
  background: #d71920;
  border-left-color: white;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
}

.flyer-detail-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.flyer-detail-grid div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.8rem;
}

.flyer-detail-grid strong,
.flyer-detail-grid span {
  display: block;
}

.flyer-detail-grid strong {
  color: white;
  margin-bottom: 0.15rem;
}

.flyer-detail-grid span {
  color: #dfe2e7;
  line-height: 1.35;
}

.flyer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.flyer-media {
  background: #0d0f13;
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.2);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.flyer-media img {
  display: block;
  width: 100%;
}

.service-flyer-layout {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.66fr);
  gap: 1.4rem;
}

.service-card-stack {
  display: grid;
  gap: 1rem;
}

.service-card-stack .card {
  min-height: 0;
}

.service-summary-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.service-summary-list span {
  border-left: 3px solid var(--primary);
  color: #fff;
  font-weight: 800;
  padding-left: 0.65rem;
}

.service-poster {
  background: #0d0f13;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  justify-self: end;
  margin: 0;
  max-width: 560px;
  overflow: hidden;
}

.service-poster img {
  display: block;
  width: 100%;
}

.rental-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
  align-items: start;
}

.rental-media {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.rental-media img {
  display: block;
  width: 100%;
}

.rental-copy {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.rental-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
}

.rental-points {
  display: grid;
  gap: 0.5rem;
  margin: 1.3rem 0;
}

.rental-points span {
  background: transparent;
  border-left: 4px solid var(--primary);
  color: var(--primary-dark);
  font-weight: 700;
  padding: 0.25rem 0 0.25rem 0.65rem;
}

.alt-bg {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(228, 229, 231, 0.8);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3rem) 1.5rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.cta {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(228, 229, 231, 0.86);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3rem) 1.5rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.section-heading {
  margin-bottom: 1.8rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card,
.benefit,
.list-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.2rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.card.service-summary-card {
  background: linear-gradient(135deg, #111317 0%, #1e1113 100%);
  border-color: #2a2d34;
  color: white;
}

.card.service-summary-card p {
  color: #e0e2e6;
}

.card.service-summary-card h3 {
  color: white;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(420px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}

.content-grid > div:first-child {
  display: flex;
  flex-direction: column;
}

.list-box {
  align-self: stretch;
  padding: 1rem;
}

.list-box h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.list-box ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-box li {
  background: #f4f5f7;
  border-left: 3px solid var(--primary);
  border-radius: 4px;
  color: #272a30;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.42rem 0.5rem;
}

.list-box a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.list-box a:hover,
.list-box a:focus {
  color: var(--primary-dark);
}

.region-note {
  border-left: 4px solid var(--primary);
  color: var(--muted);
  font-weight: 700;
  padding-left: 1rem;
}

.region-facts {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.region-facts div {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.9rem;
}

.region-facts strong,
.region-facts span {
  display: block;
}

.region-facts strong {
  color: var(--text);
  margin-bottom: 0.2rem;
}

.region-facts span {
  color: var(--muted);
  font-size: 0.96rem;
}

.location-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.location-cloud span {
  background: white;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.4rem 0.7rem;
}

.blog-hero {
  padding-bottom: 2rem;
}

.blog-hero h1,
.tip-article h1 {
  color: var(--text);
  max-width: 900px;
}

.blog-hero p {
  max-width: 880px;
}

.emergency-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: 1.5rem;
  align-items: center;
}

.emergency-hero h1 {
  color: var(--text);
}

.emergency-hero p {
  max-width: 760px;
}

.emergency-card {
  background: var(--bg);
  border-radius: 8px;
  color: white;
  padding: 1.5rem;
  box-shadow: 0 18px 45px rgba(21, 23, 26, 0.22);
}

.emergency-card p {
  color: #d7d9de;
}

.emergency-number {
  color: white;
  display: inline-block;
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0.5rem 0 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.dice-panel {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}

.dice-panel .hero-actions {
  margin-top: 0;
}

.dice-cube {
  background: white;
  border: 2px solid var(--primary);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(21, 23, 26, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  height: 64px;
  padding: 0.55rem;
  transform: rotate(0deg);
  width: 64px;
}

.dice-cube span {
  align-self: center;
  background: var(--text);
  border-radius: 50%;
  height: 8px;
  justify-self: center;
  width: 8px;
}

.dice-cube span:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.dice-cube span:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.dice-cube span:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.dice-cube span:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.dice-cube span:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}

.dice-cube span:nth-child(6) {
  grid-column: 3;
  grid-row: 3;
}

.dice-cube.is-rolling {
  animation: dice-roll 0.7s ease-in-out infinite;
}

.dice-cube.is-ready {
  animation: dice-pop 0.35s ease-out;
}

@keyframes dice-roll {
  0% {
    transform: rotate(0deg) scale(1);
  }
  35% {
    transform: rotate(120deg) scale(1.08);
  }
  70% {
    transform: rotate(260deg) scale(0.95);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes dice-pop {
  0% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

.random-tip-result {
  margin-top: 1.5rem;
}

.random-tip-loading,
.random-tip-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(21, 23, 26, 0.08);
  padding: 1.3rem;
}

.random-tip-card h2 {
  margin-top: 0;
}

.tip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tip-card a {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  display: grid;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(21, 23, 26, 0.06);
}

.tip-card span {
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tip-card strong {
  line-height: 1.25;
}

.tip-card small {
  color: var(--muted);
}

.tip-article {
  max-width: 900px;
}

.tip-article .lead {
  color: var(--muted);
  font-size: 1.1rem;
}

.tip-box {
  background: #fff1f1;
  border: 1px solid #f0d0d2;
  border-radius: 8px;
  margin: 2rem 0;
  padding: 1.2rem;
}

.tip-box h2 {
  margin-top: 0;
}

.tip-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.tip-nav button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.tip-back a {
  color: var(--primary-dark);
  font-weight: 800;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cta {
  text-align: left;
}

.contact-intro {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.contact-form {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 12px 32px rgba(21, 23, 26, 0.08);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label {
  color: var(--text);
  display: grid;
  gap: 0.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  font: inherit;
  padding: 0.85rem 0.9rem;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  outline: 3px solid rgba(215, 25, 32, 0.14);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-honeypot {
  display: none !important;
}

.form-status {
  font-weight: 800;
  margin: 1rem 0 0;
}

.form-status:empty {
  display: none;
}

.form-status.is-pending {
  color: var(--muted);
}

.form-status.is-success {
  color: #0f8a3b;
}

.form-status.is-error {
  color: var(--primary-dark);
}

.combo-input {
  background:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%),
    white;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%,
    0 0;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  padding-right: 2.4rem;
}

.whatsapp-float {
  align-items: center;
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 20;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(21, 23, 26, 0.28);
  color: #07130b;
  display: inline-flex;
  gap: 0.55rem;
  font-weight: 900;
  padding: 0.95rem 1.15rem;
  text-decoration: none;
}

.whatsapp-float::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1.25rem;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.8 3 3 8.6 3 15.6c0 2.6.8 5 2.3 7L3.8 29l6.6-1.7c1.7.9 3.6 1.4 5.6 1.4 7.2 0 13-5.6 13-12.6S23.2 3 16 3Zm0 23.4c-1.8 0-3.5-.5-5-1.4l-.4-.2-3.9 1 1-3.7-.3-.4c-1.3-1.8-2-3.9-2-6.1C5.4 9.9 10.2 5.3 16 5.3s10.6 4.6 10.6 10.3S21.8 26.4 16 26.4Zm5.8-7.7c-.3-.2-1.9-.9-2.2-1-.3-.1-.5-.2-.8.2-.2.3-.9 1-.1 1.2-.2.2-.4.2-.7.1-1.9-.8-3.1-1.4-4.4-3.4-.3-.5.3-.5.8-1.6.1-.2 0-.4 0-.6-.1-.2-.8-1.8-1-2.5-.3-.7-.5-.6-.8-.6h-.7c-.2 0-.6.1-.9.4-.3.3-1.2 1.1-1.2 2.7s1.2 3.1 1.3 3.3c.2.2 2.3 3.5 5.7 4.8 2.1.8 3 .9 4.1.8.6-.1 1.9-.8 2.2-1.5.3-.8.3-1.4.2-1.5-.2-.2-.4-.2-.7-.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 1.25rem;
}

.footer {
  text-align: center;
  padding: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer a {
  color: var(--primary-dark);
  text-decoration: none;
  font-weight: 700;
}

.subpage-header {
  background: var(--bg);
  color: white;
  padding: 1.2rem 1.5rem;
}

.legal-page h1 {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
}

.legal-content {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.legal-content h2 {
  font-size: 1.2rem;
  margin: 2rem 0 0.6rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0.25rem 0;
}

.legal-content a {
  color: var(--primary-dark);
  font-weight: 700;
}

@media (max-width: 800px) {
  .card-grid,
  .benefits,
  .content-grid,
  .form-grid,
  .hero-content,
  .emergency-hero,
  .tip-grid,
  .service-flyer-layout,
  .flyer-feature,
  .rental-spotlight {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand span {
    white-space: normal;
  }

  .nav-links .nav-emergency {
    margin-left: 0;
  }

  .hero-content {
    gap: 2rem;
    margin-top: 2.8rem;
  }

  .region-hero {
    padding: 0;
  }

  .hero-service-strip {
    justify-content: flex-start;
  }

  .hero-service-strip span {
    padding: 0.2rem 0.75rem 0.2rem 0;
  }

  .hero-service-strip span + span {
    border-left: 0;
  }

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

  .whatsapp-float {
    bottom: 0.85rem;
    right: 0.85rem;
  }

  .emergency-number {
    font-size: clamp(1.45rem, 8vw, 2.25rem);
  }
}

@media (max-width: 520px) {
  .list-box ul {
    grid-template-columns: 1fr;
  }
}
