:root {
  --bg: #12060b;
  --panel: rgba(20, 12, 20, 0.72);
  --panel-border: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --soft: rgba(255, 255, 255, 0.62);
  --red: #e5161d;
  --red-light: #ff3d42;
  --gold: #f7ba41;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 50% 18%, rgba(255, 90, 24, 0.34), transparent 24%),
              radial-gradient(circle at 35% 55%, rgba(163, 30, 30, 0.22), transparent 20%),
              radial-gradient(circle at 70% 75%, rgba(255, 80, 20, 0.18), transparent 18%),
              linear-gradient(180deg, #0d0307 0%, #14060a 55%, #100307 100%);
  min-height: 100vh;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 60, 0, 0.14) 0, transparent 20%),
    radial-gradient(circle at 82% 30%, rgba(255, 0, 0, 0.12) 0, transparent 16%),
    radial-gradient(circle at 24% 80%, rgba(255, 77, 0, 0.08) 0, transparent 18%),
    radial-gradient(circle at 78% 72%, rgba(255, 96, 0, 0.08) 0, transparent 18%);
  filter: blur(8px);
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(12, 4, 8, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #111;
  background: linear-gradient(180deg, #f6c86c, #d9982b);
  box-shadow: inset 0 0 0 4px #2d0f12, 0 10px 24px rgba(0,0,0,.25);
}

.brand-text {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  line-height: 1;
  gap: 3px;
}
.brand-white { letter-spacing: .04em; }
.brand-red { color: var(--red-light); letter-spacing: .08em; }

.menu {
  display: flex;
  gap: 34px;
}
.menu a {
  text-decoration: none;
  color: rgba(255,255,255,.86);
  font-weight: 500;
}
.menu a:hover { color: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0,0,0,.38);
}
.btn-primary {
  background: linear-gradient(180deg, #ff2a2d 0%, #c20d14 100%);
}
.btn-secondary {
  background: rgba(38, 21, 31, 0.8);
  border-color: rgba(255,255,255,.12);
}
.btn.full { width: 100%; padding-block: 12px; }
.btn.small-only-text { white-space: nowrap; }
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.dot.gold { background: var(--gold); box-shadow: 0 0 18px rgba(247,186,65,.6); }
.dot.soft { background: rgba(255,255,255,.55); }

.hero {
  padding: 56px 0 70px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 24px;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .98;
  margin: 12px 0 20px;
  letter-spacing: -0.045em;
}
.hero-copy h1 span { color: var(--red-light); }
.hero-copy p {
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.5rem);
  line-height: 1.55;
  color: var(--muted);
  max-width: 620px;
}
.hero-icon { font-size: clamp(2rem, 3vw, 3rem); }
.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.phone-stage {
  display: flex;
  justify-content: center;
}
.phone {
  width: min(380px, 90%);
  aspect-ratio: 0.5;
  border-radius: 42px;
  padding: 12px;
  background: linear-gradient(180deg, #1a1c22 0%, #05060a 100%);
  box-shadow: 0 30px 60px rgba(0,0,0,.55), inset 0 0 0 2px rgba(255,255,255,.06);
  transform: rotate(8deg);
}
.phone-screen {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 32px;
  padding: 18px 16px 14px;
  background: radial-gradient(circle at 30% 0%, rgba(255, 60, 60, .18), transparent 30%),
              linear-gradient(180deg, #13050a 0%, #09070d 100%);
}
.phone-notch {
  width: 36%;
  height: 22px;
  margin: 2px auto 8px;
  border-radius: 20px;
  background: #08090d;
}
.app-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}
.app-badge, .app-mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.app-badge {
  color: #111;
  font-weight: 800;
  background: linear-gradient(180deg, #f6c86c, #d9982b);
}
.app-mini-icon {
  color: #ff5e61;
  border: 1px solid rgba(255,255,255,.1);
}
.app-title { font-size: .98rem; font-weight: 800; }
.app-title.red { color: var(--red-light); }
.app-search {
  margin: 14px 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.42);
  font-size: .9rem;
}
.incident-card {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.incident-card.highlight {
  background: linear-gradient(180deg, rgba(255,54,54,.18), rgba(113,16,22,.32));
}
.incident-emoji { font-size: 1.6rem; }
.incident-title { font-size: 1.2rem; font-weight: 800; }
.incident-sub { color: rgba(255,255,255,.72); margin-top: 4px; }
.incident-meta {
  margin-top: 10px;
  font-size: .92rem;
  color: rgba(255,255,255,.8);
  display: flex;
  gap: 10px;
  align-items: center;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2d31, #d10c14);
  font-weight: 700;
}
.phone-map {
  position: relative;
  margin: 14px 0;
  height: 210px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 45%, rgba(255,210,90,.08), transparent 18%),
    linear-gradient(0deg, rgba(22, 11, 12, 0.18), rgba(22, 11, 12, 0.18)),
    linear-gradient(140deg, #1b281f, #304738 25%, #46312c 45%, #242425 65%, #18251d 100%);
}
.phone-map::before,
.map-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, transparent 0 14%, rgba(255,255,255,.12) 14% 14.8%, transparent 15% 29%, rgba(255,255,255,.08) 29% 29.6%, transparent 30% 44%, rgba(255,255,255,.1) 44% 44.7%, transparent 45% 59%, rgba(255,255,255,.08) 59% 59.7%, transparent 60% 100%),
    linear-gradient(25deg, transparent 0 18%, rgba(255,255,255,.08) 18% 18.5%, transparent 19% 37%, rgba(255,255,255,.08) 37% 37.5%, transparent 38% 100%);
  opacity: .35;
}
.map-label {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 800;
}
.map-fire, .fire {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(255,50,50,.28), rgba(255,0,0,.08) 62%, transparent 63%);
  box-shadow: 0 0 30px rgba(255,50,50,.28);
}
.map-fire.center {
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}
.phone-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: rgba(255,255,255,.58);
  font-size: .76rem;
}

section { position: relative; z-index: 1; }
.live-section,
.map-section,
.cta-section { padding: 38px 0; }

h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.08;
  margin: 0 0 10px;
  letter-spacing: -0.04em;
  text-align: center;
}
h2 span { color: var(--red-light); }
.section-sub {
  margin: 0 0 28px;
  text-align: center;
  color: var(--muted);
  font-size: 1.08rem;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.incidents-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 22px 24px;
}
.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 4px;
}
.list-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.list-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: rgba(255,255,255,.04);
}
.list-icon.flame { background: rgba(255,70,50,.15); }
.list-icon.truck { background: rgba(255,255,255,.06); }
.list-item h3 {
  margin: 0 0 5px;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
}
.list-item p,
.list-time {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
}
.divider {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 8px 0 4px;
}
.panel-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.map-section h2 { margin-bottom: 24px; }
.map-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: 320px 1fr;
}
.map-info {
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(14,13,24,.72), rgba(17,14,24,.48));
}
.feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.feature + .feature { margin-top: 28px; }
.feature p {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.35;
  color: rgba(255,255,255,.92);
}
.feature-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}
.red-dot {
  width: 30px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4247, #cf0d16);
  margin-top: 6px;
}
.map-canvas {
  position: relative;
  min-height: 420px;
  background:
    linear-gradient(0deg, rgba(22, 11, 12, 0.16), rgba(22, 11, 12, 0.16)),
    linear-gradient(145deg, #24382a 0%, #334a3a 22%, #4b372f 42%, #30363a 62%, #243529 100%);
}
.map-controls {
  position: absolute;
  right: 18px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(10, 10, 18, 0.76);
  border: 1px solid rgba(255,255,255,.1);
  font-size: 1.9rem;
}
.map-controls.top { top: 18px; }
.map-controls.bottom { bottom: 18px; }
.place {
  position: absolute;
  font-size: clamp(1.5rem, 1.9vw, 2rem);
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.place-holten { left: 18%; top: 45%; }
.place-rijssen { left: 41%; top: 38%; font-weight: 800; }
.place-wierden { right: 16%; top: 48%; }
.fire-1 { left: 41%; top: 22%; }
.fire-2 { right: 20%; top: 28%; }
.google-tag {
  position: absolute;
  left: 22px;
  bottom: 18px;
  font-size: 2rem;
  color: rgba(255,255,255,.86);
  font-weight: 500;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 70px;
}
.cta-emoji { font-size: clamp(4rem, 8vw, 7rem); }
.cta-section h2,
.cta-section p { text-align: left; }
.cta-section p {
  margin: 0;
  font-size: 1.8rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .menu { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 34px; }
  .hero-copy { text-align: center; }
  .hero-copy p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .phone { transform: rotate(4deg); }
  .map-panel { grid-template-columns: 1fr; }
  .cta-section { flex-direction: column; text-align: center; }
  .cta-section h2, .cta-section p { text-align: center; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { flex-wrap: wrap; justify-content: center; }
  .brand { width: 100%; justify-content: center; }
  .hero-copy h1 { font-size: 2.7rem; }
  .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
  .list-item { flex-direction: column; align-items: flex-start; }
  .list-item h3 { font-size: 1.45rem; }
  .list-item p, .list-time { font-size: 1rem; }
  .feature p { font-size: 1.15rem; }
  .map-canvas { min-height: 300px; }
  .place { font-size: 1.25rem; }
  .google-tag { font-size: 1.25rem; }
  .cta-section p { font-size: 1.2rem; }
}
