:root {
  --ink: #132b3b;
  --navy: #0b3551;
  --deep-teal: #08777b;
  --teal: #14a6a6;
  --sea: #dff7f3;
  --coral: #ff765f;
  --coral-dark: #d95647;
  --sun: #ffd66b;
  --sand: #fff4df;
  --cream: #fffaf1;
  --paper: #ffffff;
  --muted: #657583;
  --line: #e7ded0;
  --line-strong: #d7c8b6;
  --radius: 14px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --shadow-soft: 0 24px 60px rgba(10, 40, 60, 0.16);
  --shadow-card: 0 14px 34px rgba(18, 43, 59, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.92) 0%, rgba(235, 249, 247, 0.92) 48%, rgba(255, 246, 231, 0.96) 100%),
    #fffaf1;
  display: flex;
  flex-direction: column;
}

button,
input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  min-height: 410px;
  padding: 26px 20px 124px;
  background: linear-gradient(
    180deg,
    #081a30 0%,
    #0c3553 34%,
    #136179 56%,
    #3a8e8c 70%,
    #e8a263 82%,
    #ffc97e 100%
  );
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 10, 22, 0.3) 0%, transparent 34%);
  pointer-events: none;
  z-index: 0;
}

/* ── Hero sky scene ─────────────────────────────────────────────────────── */

.hero-sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero-sun {
  position: absolute;
  bottom: 24px;
  right: 70px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(255, 248, 215, 1) 0%,
    rgba(255, 224, 140, 0.96) 16%,
    rgba(255, 184, 90, 0.7) 36%,
    rgba(255, 155, 60, 0.32) 56%,
    transparent 72%
  );
  filter: blur(1px);
  animation: sunPulse 9s ease-in-out infinite;
}

.hero-sun::before {
  content: '';
  position: absolute;
  inset: -120px;
  border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(255, 180, 80, 0.18) 0%,
    transparent 62%
  );
  animation: sunGlow 9s ease-in-out infinite;
}

.hero-sparkles {
  position: absolute;
  inset: 0;
}

.hero-sparkles::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  box-shadow:
    50px 28px 0 rgba(255,255,255,0.55),
    120px 15px 0 rgba(255,255,255,0.45),
    190px 38px 0 rgba(255,255,255,0.65),
    260px 10px 0 rgba(255,255,255,0.35),
    330px 30px 0 rgba(255,255,255,0.5),
    70px 62px 0 rgba(255,255,255,0.4),
    150px 72px 0 rgba(255,255,255,0.6),
    220px 55px 0 rgba(255,255,255,0.3),
    290px 80px 0 rgba(255,255,255,0.45),
    360px 45px 0 rgba(255,255,255,0.55),
    20px 100px 0 rgba(255,255,255,0.4),
    90px 115px 0 rgba(255,255,255,0.3),
    165px 105px 0 rgba(255,255,255,0.5),
    240px 120px 0 rgba(255,255,255,0.35),
    310px 98px 0 rgba(255,255,255,0.45),
    380px 130px 0 rgba(255,255,255,0.3),
    55px 145px 0 rgba(255,255,255,0.4),
    130px 160px 0 rgba(255,255,255,0.3),
    200px 175px 0 rgba(255,255,255,0.25),
    275px 155px 0 rgba(255,255,255,0.35),
    10px 185px 0 rgba(255,255,255,0.28),
    85px 200px 0 rgba(255,255,255,0.2);
  animation: starTwinkle 6s ease-in-out infinite;
}

.hero-sparkles::after {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 1.5px;
  border-radius: 50%;
  top: 8px;
  left: 35px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    40px 42px 0 rgba(255,255,255,0.5),
    115px 20px 0 rgba(255,255,255,0.4),
    175px 65px 0 rgba(255,255,255,0.55),
    250px 25px 0 rgba(255,255,255,0.4),
    320px 55px 0 rgba(255,255,255,0.3),
    80px 90px 0 rgba(255,255,255,0.45),
    200px 85px 0 rgba(255,255,255,0.35),
    280px 110px 0 rgba(255,255,255,0.4),
    -10px 70px 0 rgba(255,255,255,0.4),
    -5px 130px 0 rgba(255,255,255,0.3),
    145px 145px 0 rgba(255,255,255,0.4),
    60px 170px 0 rgba(255,255,255,0.3),
    230px 155px 0 rgba(255,255,255,0.35);
  animation: starTwinkle 8s ease-in-out 3s infinite;
}

.hero-horizon {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 205, 95, 0.3) 15%,
    rgba(255, 225, 130, 0.62) 40%,
    rgba(255, 245, 190, 0.9) 62%,
    rgba(255, 235, 160, 0.85) 76%,
    rgba(255, 210, 100, 0.4) 90%,
    transparent 100%
  );
}

.hero-horizon::before {
  content: '';
  position: absolute;
  inset: -6px 0;
  background: inherit;
  filter: blur(8px);
  opacity: 0.55;
}

.hero-horizon::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(180deg,
    rgba(14, 120, 145, 0.18) 0%,
    transparent 100%
  );
}

@keyframes sunPulse {
  0%, 100% { opacity: 0.88; transform: scale(1); }
  50%       { opacity: 1;    transform: scale(1.035); }
}

@keyframes sunGlow {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.08); }
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.65; }
  50%       { opacity: 1; }
}

.hero-sea {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  overflow: hidden;
}

.hero-sea::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 130px;
  width: 180px;
  height: 100%;
  background: linear-gradient(180deg,
    rgba(255, 205, 110, 0.6) 0%,
    rgba(255, 185, 85, 0.22) 55%,
    transparent 100%
  );
  filter: blur(9px);
  mix-blend-mode: screen;
  animation: seaShimmer 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes seaShimmer {
  0%, 100% { opacity: 0.55; transform: scaleX(1); }
  50%       { opacity: 0.95; transform: scaleX(1.12); }
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
}

.wave-back  { animation: waveScroll 16s linear infinite; }
.wave-mid   { animation: waveScroll 10s linear infinite reverse; }
.wave-front { animation: waveScroll 6s linear infinite; }

@keyframes waveScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Compacte header voor sub-pagina's (geen golven, kortere hoogte) */
.site-header.is-compact {
  min-height: 130px;
  padding-bottom: 36px;
  background: linear-gradient(180deg, #081a30 0%, #0c3553 60%, #136179 100%);
}

.site-header.is-compact .hero-copy,
.site-header.is-compact .provider-strip {
  display: none;
}

.site-header.is-compact .hero-sun {
  width: 240px;
  height: 240px;
  bottom: -130px;
  right: -50px;
  opacity: 0.85;
}

.header-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

.brand span span {
  color: var(--sun);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  flex-shrink: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.brand:hover .brand-mark {
  transform: scale(1.05);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.34),
    0 2px 8px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.mode-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 6px 12px;
  color: #ffffff;
  background: rgba(4, 28, 43, 0.34);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.hero-copy {
  width: min(1060px, 100%);
  margin-top: 70px;
}

.eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 222, 120, 0.95);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  content: '';
  width: 36px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255, 214, 107, 0.9), transparent);
}

.panel-kicker {
  margin: 0;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-copy h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.6vw, 3.15rem);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35), 0 1px 4px rgba(0, 0, 0, 0.18);
}

.hero-copy h1 em {
  font-style: italic;
  font-weight: 700;
  color: #ffd97e;
}

.tagline {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.6;
  font-weight: 500;
}

.hero-usps {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-usps span {
  margin: 0 10px;
  color: rgba(255, 214, 107, 0.75);
}

.provider-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 26px;
}

.provider-strip span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(4, 28, 43, 0.28);
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  font-weight: 700;
}

.layout {
  width: 100%;
  max-width: 1180px;
  margin: -74px auto 28px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(330px, 430px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.chat-panel {
  min-height: 640px;
  max-height: 740px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.panel-heading,
.results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-heading {
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(231, 222, 208, 0.6);
  background: #ffffff;
}

.panel-heading h2,
.results-heading h2 {
  margin: 3px 0 0;
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.panel-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--deep-teal);
  font-size: 0.78rem;
  font-weight: 800;
}

.panel-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
}

.chat-messages {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.92)),
    radial-gradient(circle at top right, rgba(20, 166, 166, 0.11), transparent 34%);
}

.msg {
  max-width: 88%;
  padding: 11px 14px;
  border-radius: 18px;
  line-height: 1.5;
  font-size: 0.94rem;
  white-space: pre-wrap;
  box-shadow: 0 8px 18px rgba(19, 43, 59, 0.06);
}

.msg.user {
  align-self: flex-end;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--deep-teal));
  border-bottom-right-radius: 6px;
}

.msg.assistant {
  align-self: flex-start;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(231, 222, 208, 0.9);
  border-bottom-left-radius: 6px;
}

.msg.typing {
  color: var(--muted);
  font-style: italic;
}

.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 12px;
  background: #fffaf1;
}

.suggestion-chip {
  min-height: 34px;
  border: 1px solid rgba(8, 119, 123, 0.18);
  border-radius: 999px;
  padding: 7px 13px;
  color: var(--deep-teal);
  background: rgba(8, 119, 123, 0.06);
  font-size: 0.83rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.suggestion-chip:hover {
  color: #ffffff;
  border-color: var(--deep-teal);
  background: var(--deep-teal);
  transform: translateY(-1px);
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid rgba(231, 222, 208, 0.6);
  background: #ffffff;
}

.chat-form input {
  min-width: 0;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink);
  background: #f4f1ea;
  font-size: 0.93rem;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.chat-form input:focus {
  border-color: var(--teal);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(20, 166, 166, 0.13);
}

.chat-form button {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ff8a5c, var(--coral-dark));
  box-shadow: 0 12px 26px rgba(217, 100, 60, 0.32);
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.chat-form button span {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-1px);
}

.chat-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(217, 86, 71, 0.34);
}

.chat-form button:disabled {
  opacity: 0.58;
  cursor: wait;
  transform: none;
}

.results-panel {
  min-width: 0;
}

.results-heading {
  min-height: 72px;
  padding: 4px 4px 14px;
}

.period-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: right;
}

.period-label strong {
  display: block;
  margin-top: 2px;
  color: var(--navy);
  font-size: 0.95rem;
}

.filters-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid rgba(215, 200, 182, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(18, 43, 59, 0.08);
  backdrop-filter: blur(12px);
}

.filters-title {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.filter-chips {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 180px;
}

.filter-chip {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  color: #064f55;
  background: #dff7f3;
  font-size: 0.78rem;
  font-weight: 800;
}

.reset-btn {
  min-height: 32px;
  border: 1px solid rgba(217, 86, 71, 0.28);
  border-radius: 999px;
  padding: 5px 12px;
  color: var(--coral-dark);
  background: #fff6ee;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.reset-btn:hover {
  border-color: rgba(217, 86, 71, 0.55);
  background: #ffe9df;
}

.results {
  display: grid;
  gap: 14px;
}

.results-placeholder {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 190px;
  padding: 16px;
  border: 1px solid rgba(215, 200, 182, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
}

.placeholder-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(11, 53, 81, 0.04), rgba(11, 53, 81, 0.22)),
    url("hero-vacation.png") center / cover no-repeat;
}

.results-placeholder h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 600;
}

.results-placeholder p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.94rem;
}

.dest-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(215, 200, 182, 0.7);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-card);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.dest-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 166, 166, 0.36);
  box-shadow: 0 18px 36px rgba(18, 43, 59, 0.16);
}

.dest-media {
  position: relative;
  display: block;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(11, 53, 81, 0.08), rgba(11, 53, 81, 0.44)),
    url("hero-vacation.png") center / cover no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.18s ease;
}

.dest-media:hover {
  filter: brightness(1.1);
}

.dest-card[data-type="stad"] .dest-media {
  background:
    linear-gradient(180deg, rgba(11, 53, 81, 0.02), rgba(11, 53, 81, 0.58)),
    url("hero-vacation.png") 44% center / cover no-repeat;
}

.dest-type-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 5px 9px;
  color: #ffffff;
  background: rgba(7, 34, 55, 0.72);
  backdrop-filter: blur(8px);
  font-size: 0.72rem;
  font-weight: 800;
}

.dest-body {
  min-width: 0;
  padding: 16px 18px 17px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.dest-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.dest-head h3 {
  margin: 0;
  min-width: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 600;
}

.dest-country {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.dest-price {
  flex: 0 0 auto;
  border-radius: var(--radius);
  padding: 7px 9px;
  color: var(--coral-dark);
  background: #fff1e8;
  font-size: 0.98rem;
  font-weight: 900;
  white-space: nowrap;
  text-align: right;
}

.dest-price small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.price-sub {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.dest-meta {
  color: var(--deep-teal);
  font-size: 0.84rem;
  font-weight: 800;
}

.dest-desc {
  margin: 0;
  color: #334756;
  font-size: 0.92rem;
  line-height: 1.55;
}

.dest-why {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.why-chip {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  border-radius: 999px;
  padding: 4px 9px;
  color: #76500c;
  background: #fff2c9;
  font-size: 0.74rem;
  font-weight: 800;
}

.dest-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.provider-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 7px;
  padding: 7px 11px;
  color: #ffffff;
  background: var(--navy);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
  transition: background 0.16s ease, transform 0.16s ease;
}

.provider-link::after {
  content: "\2197";
  margin-left: 6px;
  font-size: 0.76rem;
}

.provider-link:hover {
  background: var(--deep-teal);
  transform: translateY(-1px);
}

.site-footer {
  width: min(900px, 100%);
  margin: auto auto 0;
  padding: 20px;
  color: var(--muted);
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.5;
}

.footer-disclosure {
  margin: 4px 0 0;
  font-size: 0.72rem;
  opacity: 0.7;
}

.footer-links {
  margin: 8px 0 0;
  font-size: 0.75rem;
}

.footer-links a {
  color: var(--deep-teal);
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* ── Inspiratiekaarten ──────────────────────────────────────────────────── */

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.inspiration-tile {
  position: relative;
  min-height: 140px;
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background-color: var(--navy);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 14px;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: var(--shadow-card);
}

.inspiration-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,34,55,0.08) 0%, rgba(7,34,55,0.72) 100%);
  transition: opacity 0.18s ease;
}

.inspiration-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(18,43,59,0.2);
}

.inspiration-tile:hover::before {
  opacity: 0.85;
}

.insp-emoji {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 6px;
}

.insp-title {
  position: relative;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.insp-sub {
  position: relative;
  margin-top: 3px;
  color: rgba(255,255,255,0.82);
  font-size: 0.76rem;
  font-weight: 600;
}

.inspiration-hint {
  margin: 10px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
}

/* ── Cookie-banner ──────────────────────────────────────────────────────── */

.cookie-banner[hidden] { display: none !important; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  background: var(--navy);
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
  line-height: 1.5;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.18);
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a {
  color: var(--teal);
  text-decoration: underline;
}

.cookie-banner button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 20px;
  border: none;
  border-radius: 999px;
  background: var(--coral);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.16s ease;
}

.cookie-banner button:hover {
  background: var(--coral-dark);
}

@media (max-width: 640px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px;
  }

  .cookie-banner button {
    width: 100%;
  }

  .inspiration-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .inspiration-tile {
    min-height: 120px;
    padding: 10px;
  }

  .insp-emoji { font-size: 1.3rem; }
  .insp-title { font-size: 0.85rem; }
  .insp-sub   { font-size: 0.7rem; }
}

/* ── Hotel-kaarten (Hotellook / Booking.com stijl) ──────────────────────── */

.hotel-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(215, 200, 182, 0.7);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-card);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.hotel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 166, 166, 0.36);
  box-shadow: 0 18px 36px rgba(18, 43, 59, 0.16);
}

.hotel-photo {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.hotel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.22s ease;
}

.hotel-card:hover .hotel-photo img {
  transform: scale(1.04);
}

.hotel-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px 18px;
  min-width: 0;
}

.hotel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.hotel-info {
  min-width: 0;
  flex: 1;
}

.hotel-name {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.25;
  font-weight: 600;
}

.hotel-stars {
  margin-top: 4px;
  color: var(--sun);
  font-size: 0.88rem;
  letter-spacing: 1px;
}

.hotel-location {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.hotel-score-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.hotel-score-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #22c55e;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
}

.hotel-score-label {
  color: var(--deep-teal);
  font-size: 0.78rem;
  font-weight: 800;
}

.hotel-score-count {
  color: var(--muted);
  font-size: 0.72rem;
}

.hotel-trip {
  display: flex;
  gap: 16px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: var(--sea);
  color: var(--deep-teal);
  font-size: 0.82rem;
  font-weight: 800;
}

.hotel-bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.hotel-price {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.hotel-price small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.hotel-price strong {
  color: var(--ink);
  font-size: 1.52rem;
  font-weight: 900;
}

.hotel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--coral);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.16s ease, transform 0.16s ease;
  white-space: nowrap;
}

.hotel-cta:hover {
  background: var(--coral-dark);
  transform: translateY(-1px);
}

.hotels-attr {
  margin: 4px 0 0;
  text-align: right;
  color: var(--muted);
  font-size: 0.72rem;
}

.hotels-attr a {
  color: var(--deep-teal);
}

@media (max-width: 640px) {
  .hotel-card {
    grid-template-columns: 1fr;
  }

  .hotel-photo {
    height: 200px;
  }
}

/* ── Responsief ─────────────────────────────────────────────────────────── */

@media (max-width: 920px) {
  .site-header {
    min-height: 330px;
    padding-bottom: 100px;
    background-position: center top;
  }

  .hero-copy {
    margin-top: 48px;
  }

  .hero-copy h1 {
    font-size: 2.35rem;
    white-space: normal;
  }

  .layout {
    grid-template-columns: 1fr;
    margin-top: -62px;
  }

  .chat-panel {
    min-height: 580px;
    max-height: none;
  }

  .results-heading {
    min-height: 0;
    padding-top: 8px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 390px;
    padding: 18px 14px 92px;
  }

  .brand-row {
    align-items: flex-start;
  }

  .brand {
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .mode-badge {
    max-width: 150px;
    white-space: normal;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: 2rem;
    white-space: normal;
  }

  .tagline {
    font-size: 0.97rem;
  }

  .provider-strip {
    margin-top: 20px;
  }

  .layout {
    padding: 0 14px;
    gap: 18px;
  }

  .panel-heading,
  .results-heading,
  .dest-head {
    align-items: flex-start;
  }

  .results-heading,
  .dest-head {
    flex-direction: column;
  }

  .period-label {
    text-align: left;
  }

  .results-placeholder,
  .dest-card {
    grid-template-columns: 1fr;
  }

  .dest-media {
    min-height: 130px;
  }

  .placeholder-photo {
    aspect-ratio: 16 / 9;
  }

  .chat-form {
    grid-template-columns: minmax(0, 1fr) 44px;
    padding: 12px;
  }

  .chat-form input,
  .chat-form button {
    height: 44px;
  }

  .chat-form button {
    width: 44px;
  }
}
