/* tools/zijn-we-er-al/app.css — "Zijn we er al?" vakantietool */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Instelpanelen ---------- */

.zwea-panel-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.zwea-panel-head > div:not(.zwea-lang) { flex: 1; }

.zwea-panel-sub { margin: 0.15rem 0 0; }

.zwea-step {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.1rem;
}

.zwea-lang select { min-width: 10rem; }

.zwea-disabled {
  opacity: 0.45;
  pointer-events: none;
  user-select: none;
}

.zwea-modes {
  display: flex;
  gap: 0.6rem;
  margin: 0 0 1.1rem;
  flex-wrap: wrap;
}

.zwea-mode {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1.25rem;
  border: 2px solid var(--tool-border);
  border-radius: 999px;
  background: var(--tool-input-bg);
  color: var(--color-text-primary);
  font: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.zwea-mode:hover {
  border-color: var(--color-accent);
  transform: translateY(-2px);
}

.zwea-mode:hover .zwea-mode-emoji { animation: zwea-wiggle 0.5s ease; }

.zwea-mode.is-active {
  border-color: var(--color-accent);
  background: color-mix(in srgb, var(--color-accent) 12%, var(--tool-input-bg));
  font-weight: 600;
}

.zwea-mode-emoji { font-size: 1.5rem; line-height: 1; }

@keyframes zwea-wiggle {
  0%, 100% { transform: rotate(0); }
  30% { transform: rotate(-10deg); }
  60% { transform: rotate(8deg); }
}

.zwea-field { margin-bottom: 0.9rem; }

.zwea-label {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  display: block;
}

.zwea-field-inline .zwea-datetime { max-width: 16rem; }

.zwea-input-wrap { position: relative; }

.zwea-locate {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.3rem;
  line-height: 1;
}

.zwea-suggest {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  margin: 0;
  padding: 0.25rem;
  list-style: none;
  background: var(--tool-panel-solid, var(--color-bg));
  border: 1px solid var(--tool-border);
  border-radius: var(--tool-radius-sm, 10px);
  box-shadow: var(--tool-shadow);
  max-height: 16rem;
  overflow-y: auto;
}

.zwea-suggest li {
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
}

.zwea-suggest li:hover { background: color-mix(in srgb, var(--color-accent) 10%, transparent); }

.zwea-calc-row { margin-top: 0.4rem; }

.zwea-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--tool-border);
  border-radius: var(--tool-radius-sm, 10px);
  background: var(--tool-input-bg);
}

.zwea-summary-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.zwea-summary-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tool-muted);
}

.zwea-duration-edit {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.zwea-mini {
  width: 4rem;
  text-align: center;
  padding: 0.3rem 0.4rem;
}

/* ---------- Mijlpalen ---------- */

.zwea-ms-form {
  display: grid;
  grid-template-columns: minmax(11rem, 1fr) minmax(9rem, 1fr) minmax(9rem, 1fr) minmax(8rem, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
}

.zwea-ms-value {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.zwea-ms-value .zwea-input-wrap { flex: 1; }

.zwea-ms-value #msValue { width: 5.5rem; }

@media (max-width: 860px) {
  .zwea-ms-form { grid-template-columns: 1fr 1fr; }
  .zwea-ms-add { grid-column: 1 / -1; }
}

.zwea-ms-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.zwea-ms-item,
.zwea-saved-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--tool-border);
  border-radius: var(--tool-radius-sm, 10px);
  background: var(--tool-input-bg);
}

.zwea-ms-info, .zwea-saved-info { flex: 1; font-weight: 600; }

.zwea-ms-at { white-space: nowrap; }

.zwea-ms-del {
  border: none;
  background: none;
  color: var(--tool-muted);
  cursor: pointer;
  font-size: 1rem;
  padding: 0.25rem 0.4rem;
  border-radius: 6px;
}

.zwea-ms-del:hover { color: var(--color-accent); }

.zwea-ms-empty { padding: 0.4rem 0; }

/* ---------- Opslaan / starten / hervatten ---------- */

.zwea-go-row { flex-wrap: wrap; gap: 0.6rem; }

.zwea-btn-secondary {
  border: 1px solid var(--tool-border);
  background: var(--tool-input-bg);
  color: var(--color-text-primary);
}

.zwea-btn-start { font-size: 1.05rem; }

.zwea-saved-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.zwea-saved-meta { white-space: nowrap; }

.zwea-saved-btn { padding: 0.4rem 0.8rem; font-size: 0.9rem; }

@media (max-width: 640px) {
  .zwea-saved-item { flex-wrap: wrap; }
  .zwea-saved-info { flex-basis: 100%; }
}

.zwea-resume { border-color: var(--color-accent); }

.zwea-resume-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.zwea-resume-row > div { flex: 1; min-width: 14rem; }

.zwea-how ol { margin: 0; padding-left: 1.2rem; display: grid; gap: 0.6rem; }

/* ---------- Fullscreen kinderscherm ---------- */

.zwea-trip {
  position: fixed;
  inset: 0;
  z-index: 9999;
  /* Dag: zachte steel-lucht die onderin oplost in de site-achtergrond */
  background: linear-gradient(
    color-mix(in srgb, var(--color-steel) 26%, var(--color-bg)) 0%,
    color-mix(in srgb, var(--color-steel) 10%, var(--color-bg)) 55%,
    var(--color-bg) 100%);
  color: var(--color-text-primary);
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  touch-action: manipulation;
}

:root[data-theme="dark"] .zwea-trip {
  background: linear-gradient(
    color-mix(in srgb, var(--color-steel) 30%, #101216) 0%,
    color-mix(in srgb, var(--color-steel) 12%, #14161a) 55%,
    var(--color-bg) 100%);
}

/* ----- Decor: zon, maan, sterren, wolken, heuvels ----- */

.zwea-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.zwea-sun {
  position: absolute;
  top: 6vmin;
  right: 8vmin;
  width: clamp(3.5rem, 12vmin, 7rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #ffd166, var(--color-accent));
  box-shadow: 0 0 60px 18px color-mix(in srgb, var(--color-accent) 35%, transparent);
  animation: zwea-glow 5s ease-in-out infinite;
}

@keyframes zwea-glow {
  0%, 100% { box-shadow: 0 0 60px 18px color-mix(in srgb, var(--color-accent) 35%, transparent); }
  50% { box-shadow: 0 0 80px 26px color-mix(in srgb, var(--color-accent) 45%, transparent); }
}

.zwea-moon {
  display: none;
  position: absolute;
  top: 6vmin;
  right: 9vmin;
  font-size: clamp(2.5rem, 9vmin, 5rem);
  filter: drop-shadow(0 0 24px rgba(255, 244, 200, 0.35));
}

.zwea-stars { display: none; position: absolute; inset: 0; }

.zwea-stars::before,
.zwea-stars::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    12vw 8vh 0 0 #fff, 24vw 18vh 0 1px #ffffffcc, 33vw 6vh 0 0 #ffffffaa,
    47vw 14vh 0 1px #fff, 58vw 5vh 0 0 #ffffffbb, 66vw 20vh 0 0 #ffffff99,
    74vw 10vh 0 1px #fff, 87vw 16vh 0 0 #ffffffcc, 15vw 26vh 0 0 #ffffff88,
    41vw 24vh 0 0 #ffffffaa, 79vw 27vh 0 1px #ffffffbb, 92vw 7vh 0 0 #fff;
  animation: zwea-twinkle 3s ease-in-out infinite;
}

.zwea-stars::after {
  transform: translate(4vw, 3vh);
  animation-delay: 1.5s;
  opacity: 0.7;
}

@keyframes zwea-twinkle {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

:root[data-theme="dark"] .zwea-sun { display: none; }
:root[data-theme="dark"] .zwea-moon { display: block; }
:root[data-theme="dark"] .zwea-stars { display: block; }

.zwea-cloud {
  position: absolute;
  font-size: clamp(2.2rem, 8vmin, 4.5rem);
  opacity: 0.85;
  animation: zwea-drift linear infinite;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.06));
}

:root[data-theme="dark"] .zwea-cloud { opacity: 0.25; }

.zwea-cloud-1 { top: 9vh; animation-duration: 65s; }
.zwea-cloud-2 { top: 22vh; font-size: clamp(1.6rem, 5.5vmin, 3rem); animation-duration: 48s; animation-delay: -18s; }
.zwea-cloud-3 { top: 32vh; font-size: clamp(1.3rem, 4.5vmin, 2.4rem); animation-duration: 80s; animation-delay: -45s; opacity: 0.6; }

@keyframes zwea-drift {
  from { transform: translateX(-15vw); }
  to { transform: translateX(115vw); }
}

.zwea-hills {
  position: absolute;
  left: -10vw;
  right: -10vw;
  bottom: 0;
  height: 26vh;
  background:
    radial-gradient(55vw 24vh at 18% 100%, color-mix(in srgb, #6f9e58 55%, var(--color-bg)) 60%, transparent 61%),
    radial-gradient(65vw 30vh at 62% 100%, color-mix(in srgb, #86b06b 45%, var(--color-bg)) 60%, transparent 61%),
    radial-gradient(50vw 20vh at 96% 100%, color-mix(in srgb, #6f9e58 50%, var(--color-bg)) 60%, transparent 61%);
  opacity: 0.55;
}

:root[data-theme="dark"] .zwea-hills { opacity: 0.3; }

/* Vliegtuigmodus: geen heuvels, wél extra lucht */
.zwea-trip.mode-plane .zwea-hills { display: none; }

/* display:flex zou het hidden-attribuut overschrijven — expliciet uitzetten */
.zwea-trip[hidden],
.zwea-celebrate[hidden] { display: none; }

body.zwea-trip-open { overflow: hidden; }

.zwea-trip-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: max(1rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right))
           max(1.25rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
  gap: 0.75rem;
}

.zwea-trip-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.zwea-trip-exit {
  border: 1px solid var(--tool-border);
  background: var(--tool-input-bg);
  color: var(--color-text-primary);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.1rem;
  cursor: pointer;
  flex: 0 0 auto;
}

.zwea-trip-question {
  flex: 1;
  text-align: center;
  font-size: clamp(1.2rem, 4.5vmin, 2.2rem);
  font-weight: 700;
}

.zwea-gps {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--tool-muted);
  border: 1px solid var(--tool-border);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  white-space: nowrap;
}

.zwea-view-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 0.2rem;
  border: 1px solid var(--tool-border);
  border-radius: 999px;
  padding: 0.2rem;
  background: color-mix(in srgb, var(--tool-input-bg) 70%, transparent);
}

.zwea-view-btn {
  border: none;
  background: none;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  cursor: pointer;
  opacity: 0.55;
  transition: background 0.15s ease, opacity 0.15s ease;
}

.zwea-view-btn.is-active {
  background: color-mix(in srgb, var(--color-accent) 22%, transparent);
  opacity: 1;
}

/* ----- Kaartweergave ----- */

.zwea-map-wrap {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.zwea-map-wrap[hidden],
.zwea-trip-main[hidden] { display: none; }

.zwea-map-country {
  font-size: clamp(1.05rem, 3.6vmin, 1.7rem);
  font-weight: 700;
  text-align: center;
  min-height: 1.4em;
}

.zwea-map {
  flex: 1;
  min-height: 0;
  width: 100%;
  position: relative;
}

.zwea-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.18));
}

.zwea-map-sea {
  fill: color-mix(in srgb, var(--color-steel) 34%, var(--color-bg));
}

.zwea-map-land {
  fill: color-mix(in srgb, #d9d2c3 78%, var(--color-bg));
  stroke: color-mix(in srgb, var(--color-steel) 55%, var(--color-bg));
  stroke-width: 1.4;
  stroke-linejoin: round;
}

.zwea-map-land.is-here {
  fill: color-mix(in srgb, #b7d19e 70%, var(--color-bg));
}

:root[data-theme="dark"] .zwea-map-sea {
  fill: color-mix(in srgb, var(--color-steel) 26%, #101216);
}

:root[data-theme="dark"] .zwea-map-land {
  fill: color-mix(in srgb, #4a473e 80%, #1a1a1a);
  stroke: color-mix(in srgb, var(--color-steel) 60%, #1a1a1a);
}

:root[data-theme="dark"] .zwea-map-land.is-here {
  fill: color-mix(in srgb, #55703f 75%, #1a1a1a);
}

.zwea-map-route {
  fill: none;
  stroke: color-mix(in srgb, var(--color-steel) 85%, #ffffff);
  stroke-width: 4;
  stroke-dasharray: 10 9;
  stroke-linecap: round;
  opacity: 0.75;
}

.zwea-map-traveled {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zwea-map-ms { transition: opacity 0.3s ease; }
.zwea-map-ms.is-reached { opacity: 0.3; }

#mapVehicle {
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.35));
}

.zwea-map-badge {
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  font-family: var(--font-mono);
  font-size: clamp(0.85rem, 2.6vmin, 1.15rem);
  font-weight: 500;
  color: #fff;
  background: color-mix(in srgb, var(--color-accent) 88%, #000);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.zwea-trip-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 1;
}

.zwea-pct {
  font-size: clamp(4rem, 22vmin, 11rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-accent);
  font-variant-numeric: tabular-nums;
}

.zwea-facts {
  display: flex;
  gap: clamp(1.25rem, 6vw, 4rem);
  flex-wrap: wrap;
  justify-content: center;
}

.zwea-fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.zwea-fact-num {
  font-size: clamp(1.4rem, 5.5vmin, 2.6rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.zwea-fact-label {
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 1.8vmin, 0.85rem);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--tool-muted);
}

/* Het weggetje */

.zwea-road-wrap { padding: 0 0.5rem; }

.zwea-road {
  position: relative;
  height: clamp(3rem, 9vmin, 4.5rem);
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-steel) 55%, #2b2f34);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.25), 0 4px 14px rgba(0, 0, 0, 0.12);
  overflow: visible;
}

.zwea-road-line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg,
    rgba(255, 255, 255, 0.75) 0 22px, transparent 22px 44px);
  border-radius: 2px;
  animation: zwea-dash 1.1s linear infinite;
}

@keyframes zwea-dash {
  to { background-position: -44px 0; }
}

/* Vliegtuigmodus: de "weg" wordt een luchtpad */
.zwea-trip.mode-plane .zwea-road {
  background: color-mix(in srgb, #ffffff 16%, transparent);
  box-shadow: inset 0 0 0 2px color-mix(in srgb, #ffffff 25%, transparent);
}

.zwea-trip.mode-plane .zwea-road-line {
  background-image: repeating-linear-gradient(90deg,
    color-mix(in srgb, var(--color-steel) 80%, #fff) 0 14px, transparent 14px 34px);
  height: 3px;
  animation-duration: 1.6s;
}

.zwea-road-progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--color-accent) 55%, transparent),
    var(--color-accent));
  transition: width 0.8s ease;
}

.zwea-road-milestones { position: absolute; inset: 0; pointer-events: none; }

.zwea-road-ms {
  position: absolute;
  top: -1.4em;
  transform: translateX(-50%);
  font-size: clamp(1.1rem, 3.5vmin, 1.7rem);
  filter: grayscale(0.15);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.zwea-road-ms.is-reached {
  opacity: 0.35;
  transform: translateX(-50%) scale(0.85);
}

.zwea-road-ms.is-next {
  animation: zwea-ms-bounce 1.4s ease-in-out infinite;
}

@keyframes zwea-ms-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-22%); }
}

.zwea-vehicle {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -55%);
  font-size: clamp(2rem, 7vmin, 3.4rem);
  transition: left 0.8s ease;
  z-index: 2;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
  animation: zwea-bob 0.9s ease-in-out infinite;
}

@keyframes zwea-bob {
  0%, 100% { transform: translate(-50%, -55%); }
  50% { transform: translate(-50%, -62%); }
}

.zwea-trip.mode-plane .zwea-vehicle {
  animation: zwea-hover 3.2s ease-in-out infinite;
}

@keyframes zwea-hover {
  0%, 100% { transform: translate(-50%, -55%) rotate(0deg); }
  50% { transform: translate(-50%, -95%) rotate(-4deg); }
}

.zwea-finish {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-58%);
  font-size: clamp(1.4rem, 5vmin, 2.4rem);
}

.zwea-road-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-family: var(--font-mono);
  font-size: clamp(0.7rem, 2vmin, 0.9rem);
  color: var(--tool-muted);
  gap: 1rem;
}

.zwea-next {
  text-align: center;
  font-size: clamp(1rem, 3.8vmin, 1.7rem);
  font-weight: 600;
  min-height: 1.5em;
  padding-bottom: 0.25rem;
}

/* Feestje bij een mijlpaal */

.zwea-celebrate {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--color-bg) 82%, transparent);
  backdrop-filter: blur(3px);
}

.zwea-celebrate-card {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 2.5rem;
  border-radius: var(--tool-radius, 16px);
  background: var(--tool-panel-solid, var(--color-bg-secondary));
  border: 1px solid var(--tool-border);
  box-shadow: var(--tool-shadow);
  max-width: min(90vw, 32rem);
  animation: zwea-pop 0.45s cubic-bezier(0.2, 1.6, 0.4, 1);
}

@keyframes zwea-pop {
  from { transform: scale(0.6); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.zwea-celebrate-emoji {
  font-size: clamp(3.5rem, 16vmin, 7rem);
  line-height: 1.1;
  animation: zwea-bounce 1.1s ease infinite;
}

@keyframes zwea-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10%); }
}

.zwea-celebrate-text {
  font-size: clamp(1.3rem, 5vmin, 2.2rem);
  font-weight: 700;
  margin: 0.5rem 0 1.25rem;
}

.zwea-confetti {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.zwea-confetti i {
  position: absolute;
  top: -3vh;
  width: 0.6rem;
  height: 0.9rem;
  border-radius: 2px;
  opacity: 0.9;
  animation: zwea-fall linear infinite;
}

@keyframes zwea-fall {
  to {
    transform: translateY(110vh) rotate(720deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .zwea-confetti i { animation-duration: 0.001s !important; animation-iteration-count: 1; }
  .zwea-celebrate-emoji,
  .zwea-vehicle,
  .zwea-road-line,
  .zwea-road-ms.is-next,
  .zwea-cloud,
  .zwea-sun,
  .zwea-stars::before,
  .zwea-stars::after { animation: none; }
  .zwea-road-progress, .zwea-vehicle { transition: none; }
}

/* Liggend op tablet: feiten naast het percentage */
@media (orientation: landscape) and (min-width: 700px) {
  .zwea-trip-main {
    flex-direction: row;
    gap: clamp(2rem, 8vw, 6rem);
  }
  .zwea-facts { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .zwea-fact { align-items: flex-start; }
}
