:root {
  --bg: #ffffff;
  --hero: #eef4fc;
  --soft: #f5f8fc;
  --text: #0b1f3a;
  --muted: #5a6b80;
  --blue: #2667ff;
  --blue-soft: #e8f1ff;
  --white: #ffffff;
  --radius: 22px;
  --radius-sm: 16px;
  --max: 70rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Figtree, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

img,
svg,
iframe {
  display: block;
  max-width: 100%;
}

iframe {
  border: 0;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: 3px;
}

h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--text);
}

h1 {
  font-size: clamp(2.4rem, 5.4vw, 3.7rem);
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.25rem);
}

h3 {
  font-size: 1.08rem;
}

.wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.site-header {
  padding: 1.2rem 0;
  background: var(--white);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.08rem;
}

.logo img {
  width: 36px;
  height: 36px;
}

.hero {
  padding: 1.4rem 0 4.5rem;
  background: var(--hero);
}

.hero-copy {
  max-width: 36rem;
  padding: 1.4rem 0 2.4rem;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy p:not(.kicker),
.section-intro p:not(.kicker),
.spot-copy p:not(.kicker) {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.radar-frame {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: #dce8f5;
}

.radar-embed,
.radar-frame iframe {
  width: 100%;
  height: 100%;
}

.radar-embed iframe {
  width: 100% !important;
  height: 100% !important;
}

.live-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 800;
}

.live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--blue);
}

#radar,
#werken,
#havens {
  scroll-margin-top: 1.2rem;
}

.section {
  padding: 5rem 0 0;
}

.section-soft {
  margin-top: 5rem;
  padding: 5rem 0;
  background: var(--soft);
}

.section-intro {
  max-width: 36rem;
  margin-bottom: 2.4rem;
}

.section-intro-offset {
  margin-left: clamp(0rem, 8vw, 6rem);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem 1.8rem;
  padding: 0;
  list-style: none;
}

.steps span {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--blue);
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.steps h3 {
  margin-bottom: 0.45rem;
}

.steps p,
.types p,
.ports p:not(.port-stat):not(.port-meta),
.ferries p,
.facts span {
  color: var(--muted);
  font-size: 0.98rem;
}

.types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  padding: 0;
  list-style: none;
}

.types li,
.ports li,
.ferries li,
.facts li {
  background: var(--white);
  border-radius: var(--radius-sm);
}

.types li {
  padding: 1.35rem 1.3rem 1.45rem;
  background: var(--white);
}

.section-soft .types li,
.section-soft .ferries li {
  background: var(--white);
}

.type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: var(--blue-soft);
}

.types h3,
.ports h3,
.ferries h3 {
  margin-bottom: 0.35rem;
}

.ports {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  padding: 0;
  list-style: none;
}

.ports li {
  padding: 1.7rem 1.6rem 1.8rem;
  background: var(--hero);
}

.port-stat {
  color: var(--blue);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.port-meta {
  margin: 0.35rem 0 1.15rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ferries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  padding: 0;
  list-style: none;
}

.ferries li {
  padding: 1.4rem 1.3rem 1.5rem;
}

.ferry-code {
  margin-bottom: 1rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.spot-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 4rem;
  align-items: start;
}

.spot-copy {
  max-width: 36rem;
  padding-top: 0.4rem;
}

.text-link {
  display: inline-block;
  margin-top: 1.3rem;
  font-weight: 800;
}

.facts {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.facts li {
  padding: 1.25rem 1.3rem;
  background: var(--hero);
}

.facts strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 800;
}

.site-footer {
  margin-top: 5rem;
  padding: 2.6rem 0 2.9rem;
  background: var(--hero);
}

.footer-brand {
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
}

.footer-note {
  max-width: 26rem;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-copy {
  color: var(--muted);
  font-size: 0.92rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .steps,
  .types,
  .ferries {
    grid-template-columns: 1fr;
  }

  .ports,
  .spot-grid {
    grid-template-columns: 1fr;
  }

  .spot-grid {
    gap: 1.6rem;
  }

  .section-intro-offset {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 1.5rem, var(--max));
  }

  .header-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 0.4rem;
  }

  .hero-copy {
    padding-top: 0.6rem;
  }

  .radar-frame {
    height: 420px;
    border-radius: 20px;
  }

  .section,
  .section-soft {
    padding-top: 3.4rem;
  }

  .section-soft {
    margin-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

  .site-footer {
    margin-top: 3.4rem;
  }
}
