/* Whimsical equipment rentals + Metro Atlanta service-area guardrails */
.service-area-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: .85rem 0 0;
  padding: .58rem .85rem;
  border-radius: 999px;
  background: #fff5d8;
  border: 1px solid #e5bd55;
  color: #633d00;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .01em;
}
.service-area-section { background: linear-gradient(180deg, var(--surface), var(--cream)); }
.service-area-card {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(1.4rem, 4vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.service-area-card h2 { margin: .55rem 0 .75rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.service-area-card p { color: var(--ink-soft); line-height: 1.75; }
.county-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  align-content: center;
}
.county-chip {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-height: 48px;
  padding: .7rem .8rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  font-size: .82rem;
  font-weight: 750;
}
.county-chip::before { content: "✓"; color: var(--rose); font-weight: 900; }
.service-area-warning {
  margin-top: 1rem;
  padding: .8rem .9rem;
  border-left: 4px solid var(--rose);
  border-radius: 8px;
  background: var(--rose-soft);
  color: var(--ink);
  font-size: .82rem;
  line-height: 1.55;
}
.location-fields {
  margin: 1rem 0 1.2rem;
  padding: 1rem;
  border: 1.5px solid #d8b34d;
  border-radius: 16px;
  background: #fff9e8;
}
.location-fields__title {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .35rem;
  color: #4c3300;
  font-weight: 850;
  font-size: .86rem;
}
.location-fields__copy { margin: 0 0 .8rem; color: #6d5b2d; font-size: .76rem; line-height: 1.45; }
.location-fields select,
.location-fields input,
.location-fields textarea { background: var(--surface); }

.rental-hero { padding-bottom: 2.5rem; text-align: center; }
.rental-hero .wrap { max-width: 900px; }
.rental-hero h1 { max-width: 850px; margin-inline: auto; }
.rental-hero p { max-width: 760px; margin-inline: auto; }
.rental-hero__trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.25rem;
}
.rental-hero__trust span {
  padding: .55rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: .78rem;
  font-weight: 750;
}
.rental-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.rental-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.rental-card__image { aspect-ratio: 4 / 3; overflow: hidden; background: #f4e8e5; }
.rental-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rental-card__image--product { aspect-ratio: 4 / 3; padding: 1.25rem; background: #fff; }
.rental-card__image--product img { object-fit: contain; }
.rental-card__body { padding: clamp(1.35rem, 3vw, 2rem); }
.rental-card__tag {
  display: inline-flex;
  padding: .38rem .65rem;
  border-radius: 999px;
  background: var(--mauve-soft);
  color: var(--mauve);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .66rem;
  font-weight: 850;
}
.rental-card h2 { margin: .85rem 0 .45rem; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.rental-card__lede { color: var(--ink-soft); line-height: 1.65; }
.rental-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.25rem 0;
}
.rental-price {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}
.rental-price--featured { border-color: var(--rose); background: var(--rose-soft); }
.rental-price span { display: block; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.rental-price strong { display: block; margin-top: .2rem; font-family: 'Fraunces', Georgia, serif; font-size: 1.65rem; color: var(--ink); }
.rental-price small { color: var(--ink-soft); font-size: .72rem; }
.rental-includes { display: grid; gap: .62rem; padding: 0; margin: 1.2rem 0; list-style: none; }
.rental-includes li { display: flex; gap: .6rem; color: var(--ink-soft); line-height: 1.45; font-size: .86rem; }
.rental-includes li::before { content: "✓"; color: var(--rose); font-weight: 900; }
.rental-fineprint { color: var(--muted); font-size: .72rem; line-height: 1.55; }
.rental-request-shell {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 28px;
  background: #211b2b;
  color: #fff;
}
.rental-request-shell h2 { color: #fff; }
.rental-request-shell p { color: rgba(255,255,255,.72); line-height: 1.65; }
.rental-request-shell form { padding: 1.2rem; border-radius: 20px; background: var(--surface); color: var(--ink); }
.rental-request-shell form p { color: var(--ink-soft); }
.rental-request-shell .location-fields__title { color: #4c3300; }
.rental-request-shell .location-fields__copy { color: #6d5b2d; }
.rental-request-shell .location-fields { margin-top: 0; }
.rental-value-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.25rem;
}
.rental-value-note div { padding: 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; }
.rental-value-note strong { display: block; color: #ffd88a; font-size: 1.05rem; }
.rental-value-note span { display: block; margin-top: .25rem; color: rgba(255,255,255,.66); font-size: .72rem; line-height: 1.4; }
.rental-agreement { display: flex; align-items: flex-start; gap: .7rem; margin: 1rem 0; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--ink-soft); font-size: .8rem; line-height: 1.55; cursor: pointer; }
.rental-agreement input { width: 18px; height: 18px; margin-top: .15rem; flex: 0 0 auto; }
.rental-agreement a { color: var(--rose); font-weight: 800; text-decoration: underline; }
.calc-addon--link { box-sizing: border-box; text-decoration: none; }

@media (max-width: 900px) {
  .service-area-card, .rental-request-shell { grid-template-columns: 1fr; }
  .county-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .rental-grid { grid-template-columns: 1fr; }
  .rental-pricing, .rental-value-note { grid-template-columns: 1fr; }
  .county-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) {
  .county-grid { grid-template-columns: 1fr; }
}

[data-color-mode="dark"] .service-area-card,
[data-color-mode="dark"] .rental-card { background: var(--surface); }
[data-color-mode="dark"] .service-area-pill,
[data-color-mode="dark"] .location-fields { background: #3b321f; color: #ffdf94; }
[data-color-mode="dark"] .location-fields__title,
[data-color-mode="dark"] .location-fields__copy,
[data-color-mode="dark"] .rental-request-shell .location-fields__title,
[data-color-mode="dark"] .rental-request-shell .location-fields__copy { color: #ffdf94; }
