.indes-map {
  position: relative;
  min-height: 430px;
  margin-top: 70px;
  overflow: hidden;
  background: #111416;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .14);
}

.indes-map iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

.indes-map-placeholder {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 38px 22px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 9, 10, .94), rgba(21, 25, 27, .9)),
    radial-gradient(circle at 70% 20%, rgba(190, 255, 0, .14), transparent 35%);
}

.indes-map-placeholder-inner { max-width: 620px; }
.indes-map-placeholder .map-kicker {
  color: var(--accent, #b8e642);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.indes-map-placeholder h3 {
  margin: 14px 0 12px;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
}
.indes-map-placeholder p { color: #adb3b5; margin: 0 auto 22px; }
.indes-map-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.indes-map-actions a,
.indes-map-actions button {
  appearance: none;
  border: 1px solid var(--accent, #b8e642);
  padding: 14px 20px;
  font: 700 12px/1 DM Sans, Arial, sans-serif;
  cursor: pointer;
}
.indes-map-actions button { background: var(--accent, #b8e642); color: #08090a; }
.indes-map-actions a { color: #fff; background: transparent; }

.indes-consent-banner,
.indes-consent-modal {
  position: fixed;
  z-index: 99999;
  font-family: DM Sans, Arial, sans-serif;
}

.indes-consent-banner {
  left: 22px;
  right: 22px;
  bottom: 22px;
  margin: auto;
  max-width: 1120px;
  padding: 22px;
  color: #fff;
  background: rgba(13, 15, 16, .98);
  border: 1px solid #343839;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .38);
}
.indes-consent-banner[hidden], .indes-consent-modal[hidden] { display: none; }
.indes-consent-banner-inner { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; }
.indes-consent-banner h2 { margin: 0 0 7px; font-size: 18px; }
.indes-consent-banner p { margin: 0; color: #aeb3b5; font-size: 13px; line-height: 1.55; }
.indes-consent-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.indes-consent-actions button,
.indes-consent-save {
  border: 1px solid #4a4f51;
  background: transparent;
  color: #fff;
  padding: 12px 15px;
  font: 700 11px/1 DM Sans, Arial, sans-serif;
  cursor: pointer;
}
.indes-consent-actions .primary,
.indes-consent-save { background: var(--accent, #b8e642); border-color: var(--accent, #b8e642); color: #08090a; }

.indes-consent-modal {
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, .72);
}
.indes-consent-dialog {
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 30px;
  background: #fff;
  color: #111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}
.indes-consent-dialog h2 { margin: 0 0 10px; font: 800 28px/1 Manrope, Arial, sans-serif; }
.indes-consent-dialog > p { color: #62686a; font-size: 13px; line-height: 1.6; }
.indes-consent-option { padding: 17px 0; border-top: 1px solid #e3e5e5; }
.indes-consent-option label { display: flex; justify-content: space-between; gap: 18px; font-weight: 800; }
.indes-consent-option small { display: block; margin-top: 6px; color: #717678; line-height: 1.5; }
.indes-consent-dialog-footer { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 16px; }
.indes-consent-dialog-footer a { color: #303638; font-size: 12px; text-decoration: underline; }
.footer-bottom a, .legal-links a { color: inherit; }
.footer-bottom a:hover, .legal-links a:hover { color: var(--accent, #b8e642); }

@media (max-width: 720px) {
  .indes-consent-banner { left: 10px; right: 10px; bottom: 10px; padding: 18px; }
  .indes-consent-banner-inner { grid-template-columns: 1fr; }
  .indes-consent-actions { display: grid; grid-template-columns: 1fr; }
  .indes-consent-actions button { width: 100%; }
  .indes-consent-dialog { padding: 23px 19px; }
  .indes-consent-dialog-footer { align-items: stretch; flex-direction: column; }
  .indes-consent-save { width: 100%; }
}
