/* ============================================
   LUCHTHAVENCHARLEROI.BE — v2
   Design: Matched to original WordPress site
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');

/* ---- Variables ---- */
:root {
  --bg:        #ffffff;
  --bg2:       #f7f7f7;
  --bg3:       #eeeeee;
  --bg4:       #e8e8e8;
  --primary:   #2fb8eb;
  --primary2:  #16ade5;
  --primary3:  #1395c5;
  --secondary: #ff8500;
  --secondary2:#e07500;
  --red:       #e74c3c;
  --green:     #27ae60;
  --text:      #333333;
  --text2:     #999999;
  --text3:     #bbbbbb;
  --link:      #2fb8eb;
  --border:    #dddddd;
  --border2:   #e1e1e1;
  --radius:    0px;
  --radius-lg: 0px;
  --shadow:    0 2px 12px rgba(0,0,0,0.1);
  --header-dark: #2a4354;
  --header-top:  #243947;
  --header-border: #335165;
  --font-heading: 'Montserrat', Helvetica, Arial, sans-serif;
  --font-body: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* ============================
   TOP BAR (unofficial disclaimer)
   ============================ */
.top-bar {
  background: #1a2e3d;
  border-bottom: 1px solid var(--header-border);
  padding: 6px 0;
  text-align: center;
}
.top-bar-text {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: #9faab2;
  letter-spacing: 0.02em;
}
.top-bar-text strong {
  color: #ffffff;
}

/* ---- Logo image ---- */
.logo-img {
  height: 30px;
  width: auto;
  display: block;
}

/* ---- Footer disclaimer ---- */
.footer-disclaimer {
  font-size: 0.78rem;
  color: var(--text2);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.footer-disclaimer a {
  color: var(--primary);
  text-decoration: underline;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text2);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--primary2); }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ---- Utility ---- */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.section { padding: 60px 0; }
.section-sm { padding: 40px 0; }
.text-center { text-align: center; }
.text-muted { color: var(--text2); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ---- Amber Rule (accent divider) ---- */
.amber-rule {
  display: block;
  height: 3px;
  background: var(--primary);
  width: 60px;
  margin: 16px 0;
}
.amber-rule.center { margin: 16px auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.15s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-primary {
  background: var(--primary);
  color: #ffffff;
}
.btn-primary:hover {
  background: var(--primary2);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(47,184,235,0.3);
}
.btn-secondary {
  background: var(--secondary);
  color: #ffffff;
}
.btn-secondary:hover {
  background: var(--secondary2);
  color: #ffffff;
}
.btn-ghost {
  background: transparent;
  color: var(--text2);
  border: 2px solid var(--border);
}
.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.btn-sm { padding: 10px 20px; font-size: 0.72rem; }

/* ============================
   NAVIGATION — two-tier header
   ============================ */

/* Top dark bar */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--header-dark);
  border-bottom: 1px solid var(--header-border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 24px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}
.nav-logo .logo-badge {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.65rem;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
}
.nav-logo .logo-text {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.2;
}
.nav-logo .logo-sub {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: #7a8994;
  letter-spacing: 0.04em;
}
/* Nav links bar — white background, below header */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 2px;
}
.nav-item {
  position: relative;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  color: #9faab2;
  letter-spacing: 0.02em;
  border-radius: 3px;
  transition: all 0.15s;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover, .nav-link.active {
  color: #ffffff;
  background: rgba(255,255,255,0.1);
}
.nav-link .nav-arrow {
  font-size: 0.65rem;
  transition: transform 0.2s;
}
.nav-item:hover .nav-arrow { transform: rotate(180deg); }
/* Dropdown */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.15s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  z-index: 200;
}
.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown a {
  display: block;
  padding: 8px 20px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text2);
  transition: all 0.1s;
  text-decoration: none;
}
.nav-dropdown a:hover {
  background: var(--bg2);
  color: var(--text);
}
/* Mobile toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: all 0.2s;
}
/* Right actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* ============================
   HERO
   ============================ */
.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
  background: #1a2a36;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(26,42,54,0.8));
  z-index: 1;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg picture,
.hero-bg img,
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,42,54,0.85) 0%, rgba(42,67,84,0.6) 50%, rgba(26,42,54,0.75) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background: var(--primary);
}
.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-title .accent { color: var(--primary); }
.hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 1.67;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn-ghost {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.25);
}
.hero-actions .btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
}
/* Quick stats bar */
.hero-stats {
  position: absolute;
  bottom: 40px;
  left: 0; right: 0;
  z-index: 1;
}
.hero-stats-inner {
  display: flex;
  gap: 48px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-value {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 900;
}
.stat-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================
   SECTION HEADINGS
   ============================ */
.section-label {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  color: var(--primary);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: var(--primary);
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 12px;
}
.section-intro {
  font-size: 1rem;
  color: var(--text2);
  max-width: 560px;
  font-weight: 400;
  line-height: 1.67;
}

/* ============================
   QUICK LINKS GRID
   ============================ */
.quicklinks {
  background: #ffffff;
  padding: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.quicklinks-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.quicklink-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 36px 20px;
  text-align: center;
  border-right: 1px solid var(--border);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.quicklink-item:last-child { border-right: none; }
.quicklink-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.quicklink-item:hover::after { transform: scaleX(1); }
.quicklink-item:hover {
  background: rgba(47, 184, 235, 0.06);
}
.quicklink-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.quicklink-label {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
  transition: color 0.2s;
}
.quicklink-item:hover .quicklink-label { color: var(--primary2); }

/* ============================
   INFO CARDS
   ============================ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  overflow: hidden;
}
.card {
  background: var(--bg);
  padding: 32px;
  transition: background 0.15s;
  position: relative;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.card:nth-child(3n) { border-right: none; }
.card:nth-last-child(-n+3) { border-bottom: none; }
.card:hover { background: var(--bg2); }
.card-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}
.card-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 8px;
}
.card-text {
  font-size: 0.9rem;
  color: var(--text2);
  line-height: 1.67;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 8px 18px;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--primary);
  border-radius: 9999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.15s;
  text-decoration: none;
}
.card-link:hover { background: var(--primary2); color: #ffffff; gap: 10px; }
.card-link::after { content: '\2192'; }

/* ============================
   FLIGHT BOARD COMPONENT
   ============================ */
.flight-board {
  background: var(--bg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.flight-board-header {
  display: grid;
  grid-template-columns: 80px 1fr 120px 100px 120px;
  gap: 16px;
  padding: 12px 24px;
  background: var(--header-dark);
  border-bottom: 1px solid var(--header-border);
}
.flight-board-header span {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  color: #9faab2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.flight-row {
  display: grid;
  grid-template-columns: 80px 1fr 120px 100px 120px;
  gap: 16px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--border);
  transition: background 0.1s;
  align-items: center;
}
.flight-row:last-child { border-bottom: none; }
.flight-row:hover { background: var(--bg2); }
.flight-time {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 900;
}
.flight-dest { font-family: var(--font-heading); font-weight: 700; font-size: 0.9rem; color: var(--text); }
.flight-airline { font-family: var(--font-body); font-size: 0.82rem; color: var(--text2); }
.flight-gate {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 700;
}
.flight-status {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 9999px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.status-ontime  { background: rgba(39,174,96,0.12);  color: #1a7a45; }
.status-delay   { background: rgba(231,76,60,0.1);   color: #c0392b; }
.status-boarding { background: rgba(255,133,0,0.12); color: #b06e00; }
.status-landed  { background: rgba(47,184,235,0.12); color: #1a7a9e; }

/* ============================
   NEWS SECTION
   ============================ */
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.news-card {
  background: var(--bg);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
}
.news-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.news-card-img {
  aspect-ratio: 16/9;
  background: var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  overflow: hidden;
  position: relative;
}
.news-card-img picture,
.news-card-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-card-img .img-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 20px,
      rgba(47,184,235,0.04) 20px,
      rgba(47,184,235,0.04) 22px
    );
}
.news-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-meta {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  color: var(--text3);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: flex;
  gap: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.news-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 10px;
  flex: 1;
}
.news-excerpt {
  font-size: 0.88rem;
  color: var(--text2);
  line-height: 1.67;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-read-more {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}
.news-read-more:hover { gap: 10px; }
.news-read-more::after { content: '\2192'; }

/* ============================
   INFO BLOCKS (full-width rows)
   ============================ */
.info-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
  border-top: 1px solid var(--border);
}
.info-block.reverse { direction: rtl; }
.info-block.reverse > * { direction: ltr; }
.info-block-text {}
.info-block-visual {
  background: var(--bg2);
  border: 1px solid var(--border);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.info-block-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 20px,
      rgba(47,184,235,0.04) 20px,
      rgba(47,184,235,0.04) 22px
    );
}

/* ============================
   DATA TABLE
   ============================ */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.data-table th {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  color: var(--text2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid var(--border);
  background: var(--bg2);
  font-weight: 700;
}
.data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--text2);
  vertical-align: top;
}
.data-table td:first-child { color: var(--text); font-weight: 600; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: var(--bg2); }

/* ============================
   PRICING CARDS (Parkeren)
   ============================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pricing-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.2s;
}
.pricing-card.featured {
  border-color: var(--primary);
  border-width: 2px;
  position: relative;
}
.pricing-card.featured::before {
  content: 'AANBEVOLEN';
  position: absolute;
  top: -1px; right: 24px;
  background: var(--primary);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 14px;
}
.pricing-card:hover {
  box-shadow: var(--shadow);
}
.pricing-name {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--text);
}
.pricing-price {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--primary);
  font-weight: 900;
}
.pricing-price span { font-size: 0.9rem; color: var(--text2); font-weight: 400; }
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.pricing-features li {
  display: flex;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text2);
}
.pricing-features li::before {
  content: '\2713';
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================
   FAQ ACCORDION
   ============================ */
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text);
  transition: color 0.15s;
  gap: 16px;
}
.faq-question:hover { color: var(--primary); }
.faq-icon {
  font-size: 1.2rem;
  color: var(--primary);
  flex-shrink: 0;
  transition: transform 0.25s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
  padding: 0 24px;
  font-size: 0.9rem;
  color: var(--text2);
  line-height: 1.67;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 24px 18px;
}

/* ============================
   BREADCRUMB
   ============================ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text2);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.breadcrumb a { color: var(--primary); transition: color 0.15s; text-decoration: none; }
.breadcrumb a:hover { color: var(--primary2); }
.breadcrumb .sep { color: var(--text3); }
.breadcrumb .current { color: var(--text2); }

/* ============================
   PAGE HERO (subpages)
   ============================ */
.page-hero {
  padding: 130px 0 48px;
  background: var(--header-dark);
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
}
.page-hero-bg picture,
.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,42,54,0.88) 0%, rgba(42,67,84,0.65) 50%, rgba(26,42,54,0.80) 100%);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero .hero-eyebrow {
  color: rgba(255,255,255,0.5);
}
.page-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 12px;
}
.page-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  font-weight: 400;
}

/* ============================
   MAP VISUAL (CSS art)
   ============================ */
.airport-map {
  background: var(--bg2);
  border: 1px solid var(--border);
  padding: 40px;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  color: var(--text2);
  overflow: hidden;
  position: relative;
}
.airport-map .terminal {
  background: var(--bg);
  border: 1px solid var(--primary);
  padding: 16px 24px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.airport-map .terminal::after {
  content: 'TERMINAL';
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: var(--primary);
  display: block;
  font-weight: 700;
}
.airport-map .runway {
  background: linear-gradient(90deg, transparent, var(--bg3), transparent);
  height: 3px;
  margin: 20px 0;
  position: relative;
}
.airport-map .runway::before {
  content: '\2B21 \2B21 \2B21 \2B21 \2B21 \2B21 \2B21 \2B21 \2B21 \2B21';
  position: absolute;
  top: 50%; transform: translateY(-50%);
  left: 0; right: 0;
  text-align: center;
  font-size: 0.5rem;
  color: var(--primary);
  letter-spacing: 8px;
}
.data-box {
  background: var(--bg2);
  border: 1px solid var(--border);
  padding: 20px 24px;
  position: relative;
}
.data-box-label {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  color: var(--primary);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.data-box-label::before {
  content: '\25B6';
  font-size: 0.5rem;
}
.data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
}
.data-row:last-child { border-bottom: none; }
.data-row-key { color: var(--text2); }
.data-row-val { color: var(--text); font-weight: 600; font-family: var(--font-heading); font-size: 0.82rem; }

/* ============================
   DESTINATIONS
   ============================ */
/* -- Featured destination cards -- */
.dest-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.dest-featured {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dest-featured:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}
.dest-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.dest-featured-city {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.dest-featured-info {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 10px;
}
.dest-featured-cta {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--primary);
  padding: 6px 14px;
  border-radius: 9999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.15s;
  align-self: flex-start;
}
.dest-featured:hover .dest-featured-cta {
  background: var(--primary2);
}

/* -- Region filter tabs -- */
.dest-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.dest-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text2);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 9999px;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.15s;
}
.dest-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.dest-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

/* -- Destination grid & cards -- */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
a.dest-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.dest-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 20px;
  transition: all 0.15s;
  cursor: pointer;
}
.dest-card:hover {
  border-color: var(--primary);
  background: var(--bg2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.dest-code {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--primary);
  font-weight: 900;
  margin-bottom: 4px;
}
.dest-name {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.dest-airline {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--text2);
}

/* ============================
   TRANSPORT OPTIONS
   ============================ */
.transport-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.transport-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.2s;
}
.transport-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.transport-icon {
  font-size: 2.5rem;
  line-height: 1;
}
.transport-name {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--text);
}
.transport-desc {
  font-size: 0.9rem;
  color: var(--text2);
  line-height: 1.67;
  flex: 1;
}
.transport-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: rgba(47,184,235,0.1);
  color: var(--primary);
  border-radius: 9999px;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}

/* ============================
   FOOTER — two-tier like original
   ============================ */
.site-footer {
  border-top: 3px solid var(--primary);
  margin-top: 0;
  background: var(--bg2);
}
.site-footer > .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 48px 0;
}
.footer-brand {}
.footer-brand .logo-badge {
  width: 40px; height: 40px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900; font-size: 0.7rem;
  color: #ffffff; text-align: center; line-height: 1.1;
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 0.88rem;
  color: var(--text2);
  line-height: 1.67;
  margin-top: 10px;
  max-width: 280px;
}
.footer-airport-code {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: rgba(0,0,0,0.05);
  font-weight: 900;
  margin-top: 8px;
  letter-spacing: -0.02em;
}
.footer-col-title {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--primary);
  display: inline-block;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 0.88rem;
  color: var(--text2);
  transition: color 0.15s;
  text-decoration: none;
}
.footer-links a:hover { color: var(--primary); }
.footer-bottom {
  background: var(--bg4);
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}
.footer-copy {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text2);
}
.footer-legal {
  display: flex;
  gap: 24px;
}
.footer-legal a {
  font-size: 0.78rem;
  color: var(--text2);
  transition: color 0.15s;
  text-decoration: none;
}
.footer-legal a:hover { color: var(--primary); }

/* ============================
   RESPONSIVE
   ============================ */

/* --- Tablet (1024px) --- */
@media (max-width: 1024px) {
  .footer-grid, .site-footer > .container > .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: repeat(3, 1fr); }
  .dest-featured-grid { grid-template-columns: repeat(3, 1fr); }

  /* Override inline grid-template-columns on two-column layouts */
  [style*="grid-template-columns: 1fr 1.6fr"],
  [style*="grid-template-columns:1fr 1.6fr"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }
}

/* --- Mobile (768px) --- */
@media (max-width: 768px) {

  /* -- Top bar -- */
  .top-bar { padding: 5px 0; }
  .top-bar-text { font-size: 0.65rem; line-height: 1.4; }

  /* -- Navigation -- */
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 60px; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px; left: 0; right: 0; bottom: 0;
    background: var(--header-dark);
    padding: 24px;
    overflow-y: auto;
    z-index: 99;
    gap: 4px;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 0;
  }
  .nav-links.open .nav-link {
    padding: 12px 16px;
    font-size: 0.85rem;
    width: 100%;
  }
  /* Dropdowns in mobile open state: always visible, no hover needed */
  .nav-links.open .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 8px 16px;
    min-width: 0;
  }
  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 16px;
  }
  .nav-dropdown a {
    color: #9faab2;
    padding: 10px 20px;
    font-size: 0.82rem;
  }
  .nav-dropdown a:hover { color: #ffffff; background: rgba(255,255,255,0.05); }
  .nav-actions .btn { display: none; }

  /* -- Hero -- */
  .hero { min-height: 60vh; padding-top: 80px; }
  .hero-title { font-size: 2rem; word-break: break-word; }
  .hero-subtitle { font-size: 0.95rem; }
  .hero-content { max-width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats { position: relative; bottom: auto; margin-top: 32px; }
  .hero-stats-inner { flex-wrap: wrap; gap: 20px; }
  .stat-item { min-width: 40%; }

  /* -- Page hero (subpages) -- */
  .page-hero { padding: 90px 0 36px; }
  .page-title { font-size: 1.6rem; word-break: break-word; }
  .page-subtitle { font-size: 0.9rem; }

  /* -- Quicklinks -- */
  .quicklinks-grid { grid-template-columns: repeat(3, 1fr); }
  .quicklink-item:nth-child(3) { border-right: none; }
  .quicklink-item:nth-child(4) { border-top: 1px solid var(--border); }
  .quicklink-item { padding: 24px 12px; }
  .quicklink-label { font-size: 0.68rem; }

  /* -- Cards grid -- */
  .cards-grid,
  .cards-grid[style] {
    grid-template-columns: 1fr !important;
  }
  .card { border-right: none; }
  .card:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }
  .card:last-child { border-bottom: none; }

  /* -- News -- */
  .news-grid { grid-template-columns: 1fr; }

  /* -- Pricing / Transport -- */
  .pricing-grid,
  .pricing-grid[style] {
    grid-template-columns: 1fr !important;
  }
  .transport-grid { grid-template-columns: 1fr; }

  /* -- Transport cards with inline flex-direction:row -- */
  .transport-card,
  .transport-card[style] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .transport-card .btn,
  .transport-card [style*="flex-shrink"] {
    flex-shrink: 1 !important;
    width: 100%;
    justify-content: center;
  }

  /* -- Destinations grid -- */
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-featured-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .dest-featured-city { font-size: 1rem; }
  .dest-featured-overlay { padding: 16px; }

  /* -- Info blocks (two-column) -- */
  .info-block { grid-template-columns: 1fr; gap: 32px; }
  .info-block.reverse { direction: ltr; }

  /* -- Override ALL inline grid-template-columns on mobile -- */
  [style*="grid-template-columns: 1fr 380px"],
  [style*="grid-template-columns:1fr 380px"],
  [style*="grid-template-columns: 1fr 1.6fr"],
  [style*="grid-template-columns:1fr 1.6fr"],
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  /* -- Data tables: horizontal scroll wrapper -- */
  .data-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* -- Flight board -- */
  .flight-board { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .flight-board-header, .flight-row {
    grid-template-columns: 60px 1fr 90px;
    gap: 10px;
    padding: 12px 16px;
  }
  .flight-board-header span:nth-child(3),
  .flight-row .flight-airline {
    display: none;
  }
  .flight-board-header span:nth-child(4),
  .flight-board-header span:nth-child(5),
  .flight-row .flight-gate,
  .flight-row .flight-status { display: none; }
  /* Show only Tijd + Bestemming + Status on mobile */
  .flight-board-header, .flight-row {
    grid-template-columns: 60px 1fr 90px;
  }
  .flight-board-header span:nth-child(3),
  .flight-board-header span:nth-child(4),
  .flight-row .flight-airline,
  .flight-row .flight-gate { display: none; }
  .flight-board-header span:nth-child(5),
  .flight-row .flight-status { display: inline-block; }
  .flight-status { font-size: 0.6rem; padding: 3px 8px; }

  /* -- Airline list -- */
  .airline-item {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
  .airline-code { width: auto; }
  .airline-name { min-width: 60%; }
  .airline-type { margin-left: auto; }

  /* -- CTA / button groups stacking -- */
  .hero-actions,
  [style*="display:flex"][style*="gap"] {
    flex-wrap: wrap;
  }

  /* -- Footer -- */
  .footer-grid,
  .site-footer > .container > .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom .container > div[style] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .footer-legal { flex-wrap: wrap; gap: 16px; }
  .footer-disclaimer { font-size: 0.72rem; }

  /* -- Section padding -- */
  .section { padding: 40px 0; }
  .section-sm { padding: 28px 0; }
  .container { padding: 0 16px; }

  /* -- Steps on mobile -- */
  .step { gap: 16px; }

  /* -- FAQ -- */
  .faq-question { padding: 14px 16px; font-size: 0.85rem; }
  .faq-answer { padding: 0 16px; }
  .faq-item.open .faq-answer { padding: 0 16px 14px; }

  /* -- Breadcrumb -- */
  .breadcrumb { font-size: 0.75rem; flex-wrap: wrap; }

  /* -- Buttons: prevent overflow on narrow screens -- */
  .btn { padding: 12px 22px; font-size: 0.75rem; }
  .btn-sm { padding: 9px 16px; font-size: 0.68rem; }

  /* -- Logo -- */
  .logo-img { height: 24px; }
  .nav-logo .logo-text { font-size: 0.82rem; }
  .nav-logo .logo-sub { font-size: 0.62rem; }
}

/* --- Very small screens (480px) --- */
@media (max-width: 480px) {

  /* Top bar: even more compact */
  .top-bar-text { font-size: 0.6rem; }

  /* Hero */
  .hero { min-height: 55vh; padding-top: 70px; }
  .hero-title { font-size: 1.7rem; }
  .hero-eyebrow { font-size: 0.6rem; }

  /* Page hero */
  .page-hero { padding: 80px 0 28px; }
  .page-title { font-size: 1.4rem; }

  /* Quicklinks: 2 columns on very small phones */
  .quicklinks-grid { grid-template-columns: repeat(2, 1fr); }
  .quicklink-item:nth-child(2n) { border-right: none; }
  .quicklink-item:nth-child(n+3) { border-top: 1px solid var(--border); }
  .quicklink-icon { width: 36px; height: 36px; font-size: 1.5rem; }
  .quicklink-label { font-size: 0.62rem; }

  /* Dest grid: single column on 320px */
  .dest-grid { grid-template-columns: 1fr; }
  .dest-featured-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .dest-featured-city { font-size: 0.9rem; }
  .dest-featured-info { font-size: 0.7rem; }
  .dest-featured-cta { font-size: 0.6rem; padding: 5px 10px; }

  /* Flight board: tighten further */
  .flight-board-header, .flight-row {
    grid-template-columns: 50px 1fr 80px;
    gap: 8px;
    padding: 10px 12px;
  }
  .flight-time { font-size: 0.82rem; }
  .flight-dest { font-size: 0.78rem; }
  .flight-status { font-size: 0.55rem; padding: 2px 6px; }

  /* Data box */
  .data-box { padding: 16px; }
  .data-row { font-size: 0.8rem; flex-wrap: wrap; gap: 4px; }

  /* Pricing */
  .pricing-card { padding: 24px; }
  .pricing-price { font-size: 1.6rem; }

  /* Buttons: full width on very small screens */
  .btn { width: 100%; justify-content: center; padding: 11px 18px; }
  .btn-sm { width: 100%; justify-content: center; }

  /* Airline items: stack fully */
  .airline-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .airline-code { width: auto; }
  .airline-name { width: 100%; }
  .airline-type { margin-left: 0; }

  /* Container padding */
  .container { padding: 0 12px; }

  /* Footer */
  .footer-airport-code { font-size: 2rem; }
  .footer-grid { gap: 24px; }

  /* Transport cards */
  .transport-card { padding: 20px !important; }

  /* Section headings */
  .section-title { font-size: 1.3rem; }
  .section-intro { font-size: 0.88rem; }

  /* Highlight box */
  .highlight-box { padding: 16px; }
  .highlight-box p { font-size: 0.82rem; }
}

/* ============================
   ANIMATIONS
   ============================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-up {
  animation: fadeUp 0.5s ease both;
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

/* ============================
   HIGHLIGHT BOX
   ============================ */
.highlight-box {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  padding: 20px 24px;
  margin: 24px 0;
}
.highlight-box p {
  font-size: 0.9rem;
  color: var(--text2);
  margin: 0;
}
.highlight-box strong { color: var(--text); }

/* ============================
   STEPS
   ============================ */
.steps { display: flex; flex-direction: column; gap: 0; }
.step {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.step:last-child { border-bottom: none; }
.step-num {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  color: #ffffff;
  background: var(--primary);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 900;
}
.step-content {}
.step-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text);
  margin-bottom: 6px;
}
.step-text {
  font-size: 0.88rem;
  color: var(--text2);
  line-height: 1.67;
}

/* ============================
   AIRLINES TABLE
   ============================ */
.airline-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.airline-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  transition: all 0.15s;
}
.airline-item:hover {
  border-color: var(--primary);
  background: var(--bg2);
}
.airline-code {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  color: var(--primary);
  width: 40px;
  flex-shrink: 0;
  font-weight: 900;
}
.airline-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text);
  flex: 1;
}
.airline-type {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  color: var(--text2);
  padding: 3px 10px;
  background: var(--bg3);
  border-radius: 9999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Page content text styles */
.content-text h2 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text);
  margin: 32px 0 10px;
}
.content-text h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin: 20px 0 8px;
}
.content-text p {
  color: var(--text2);
  margin-bottom: 14px;
  line-height: 1.67;
}
.content-text ul {
  list-style: disc;
  padding-left: 24px;
  color: var(--text2);
  margin-bottom: 14px;
}
.content-text a {
  color: var(--primary);
  text-decoration: underline;
}
.content-text a:hover { color: var(--primary2); }

/* ============================
   FLIGHT LOADING STATE
   ============================ */
.flight-loading {
  text-align: center;
  padding: 40px;
  color: var(--text2);
  font-family: var(--font-body);
  font-size: 0.9rem;
}
.flight-error {
  text-align: center;
  padding: 32px;
  background: rgba(231,76,60,0.05);
  border: 1px solid rgba(231,76,60,0.2);
  color: #c0392b;
  font-size: 0.88rem;
}

/* ============================
   STAT CARDS (used on homepage)
   ============================ */
.stat-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 24px;
}

/* ============================
   NEWS CARD AS LINK
   ============================ */
a.news-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.news-card:hover .news-title {
  color: var(--primary);
}

/* ============================
   ARTICLE CONTENT (single news post)
   ============================ */
.article-content {
  max-width: 720px;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
}
.article-content p {
  margin-bottom: 1.25em;
}

/* ============================
   SMALL PAGE HERO (article pages)
   ============================ */
.page-hero--small {
  min-height: 280px;
}

/* ============================
   BUTTON OUTLINE VARIANT
   ============================ */
.btn-outline {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 10px 22px;
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

/* ============================
   PAGINATION
   ============================ */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.pagination-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text2);
  border: 1px solid var(--border);
  background: var(--bg);
  text-decoration: none;
  transition: all 0.2s;
}
.pagination-item:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.pagination-item.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination-next {
  font-size: 1rem;
}
