/* ============================================
   CHUNNEL.UK — Global Styles
   ============================================ */

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

:root {
  --navy: #0a1628;
  --deep-blue: #0f2440;
  --channel-blue: #1a5276;
  --eurostar-yellow: #FFD700;
  --warm-gold: #E8B931;
  --chalk-white: #f5f2eb;
  --mist: #e8e4dc;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --text-light: #8a8a8a;
  --accent-red: #c0392b;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text-dark);
  background: var(--chalk-white);
  overflow-x: hidden;
}

a { color: var(--channel-blue); }

/* ---- PREVIEW BANNER ---- */
.preview-banner {
  background: linear-gradient(90deg, var(--channel-blue), #1e6a9c);
  color: #fff;
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 200;
}

.preview-banner span {
  background: rgba(255,255,255,0.15);
  padding: 0.15rem 0.6rem;
  border-radius: 3px;
  margin-right: 0.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---- NAV ---- */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  background: transparent;
}

nav.scrolled {
  background: rgba(10, 22, 40, 0.97);
  backdrop-filter: blur(20px);
  padding: 0.8rem 3rem;
  box-shadow: 0 2px 40px rgba(0,0,0,0.3);
}

nav.nav-solid {
  background: var(--navy);
  position: relative;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.logo .dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--eurostar-yellow);
  border-radius: 50%;
  margin-left: 2px;
}

.logo .tld {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  opacity: 0.6;
  color: #fff;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
  list-style: none;
}

.nav-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.3s;
}

.nav-links a:hover { color: var(--eurostar-yellow); }

.nav-cta {
  background: var(--eurostar-yellow) !important;
  color: var(--navy) !important;
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  font-weight: 700 !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(255,215,0,0.4);
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: 0.3s;
}

/* ---- HERO ---- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background: var(--navy);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 80%, rgba(26,82,118,0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 20%, rgba(15,36,64,0.8) 0%, transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--deep-blue) 100%);
}

.tunnel-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.08;
}

.tunnel-lines::before,
.tunnel-lines::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 200%; height: 200%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
}

.tunnel-lines::before { animation: tunnelPulse 4s ease-in-out infinite; }
.tunnel-lines::after { animation: tunnelPulse 4s ease-in-out infinite 2s; }

@keyframes tunnelPulse {
  0% { width: 20%; height: 20%; opacity: 1; }
  100% { width: 200%; height: 200%; opacity: 0; }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,215,0,0.1);
  border: 1px solid rgba(255,215,0,0.25);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--eurostar-yellow);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 2rem;
  animation: fadeInDown 0.8s ease-out;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  max-width: 700px;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero h1 em {
  font-style: italic;
  color: var(--eurostar-yellow);
}

.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.6);
  max-width: 500px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---- SEARCH BOX ---- */
.search-box {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 2rem;
  max-width: 750px;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.search-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.search-field {
  flex: 1;
  min-width: 160px;
}

.search-field label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.search-field select,
.search-field input {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.3s;
  outline: none;
}

.search-field select option { background: var(--navy); color: #fff; }
.search-field input::placeholder { color: rgba(255,255,255,0.3); }
.search-field select:focus,
.search-field input:focus { border-color: var(--eurostar-yellow); }

.search-btn {
  align-self: flex-end;
  padding: 0.85rem 2.5rem;
  background: var(--eurostar-yellow);
  color: var(--navy);
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.search-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,215,0,0.3);
}

.search-meta {
  margin-top: 1rem;
  display: flex;
  gap: 2rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}

.search-meta span { display: flex; align-items: center; gap: 0.35rem; }

/* ---- ROUTE RIBBON ---- */
.route-ribbon {
  background: var(--deep-blue);
  padding: 1.2rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ribbon-track {
  display: flex;
  animation: ribbonScroll 20s linear infinite;
  width: max-content;
}

.ribbon-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 2.5rem;
  white-space: nowrap;
  color: rgba(255,255,255,0.35);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ribbon-item .time { color: var(--eurostar-yellow); font-weight: 700; }

@keyframes ribbonScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- STATS BAR ---- */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: -3rem auto 0;
  padding: 0 3rem;
  position: relative;
  z-index: 10;
}

.stat-card {
  background: #fff;
  padding: 2rem;
  text-align: center;
  border-right: 1px solid var(--mist);
  transition: transform 0.3s;
}

.stat-card:first-child { border-radius: 12px 0 0 12px; }
.stat-card:last-child { border-radius: 0 12px 12px 0; border-right: none; }
.stat-card:hover { transform: translateY(-4px); }

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--channel-blue);
}

.stat-label {
  font-size: 0.78rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.3rem;
  font-weight: 500;
}

/* ---- SECTIONS ---- */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 3rem;
}

.section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--channel-blue);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.15;
  max-width: 550px;
  margin-bottom: 1rem;
}

.section-sub {
  color: var(--text-mid);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 550px;
  margin-bottom: 3rem;
}

/* ---- FEATURE GRID ---- */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  border: 1px solid var(--mist);
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--channel-blue), var(--eurostar-yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feature-card:hover::before { transform: scaleX(1); }
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border-color: transparent;
}

.feature-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--deep-blue), var(--channel-blue));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.feature-card p {
  color: var(--text-mid);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* ---- DARK SECTIONS ---- */
.section-dark {
  background: var(--navy);
  padding: 6rem 0;
}

.section-dark .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}

.section-dark .section-label { color: var(--eurostar-yellow); }
.section-dark .section-title { color: #fff; }
.section-dark .section-sub { color: rgba(255,255,255,0.5); }

/* ---- ROUTE CARDS ---- */
.route-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.route-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
  text-decoration: none;
}

.route-card:hover {
  border-color: var(--eurostar-yellow);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.route-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.route-img .route-emoji {
  font-size: 4rem;
  position: relative;
  z-index: 1;
}

.route-info { padding: 1.5rem; }

.route-cities {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
}

.route-detail {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1rem;
}

.route-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--eurostar-yellow);
}

.price-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.route-book {
  font-size: 0.8rem;
  color: var(--eurostar-yellow);
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(255,215,0,0.3);
  padding: 0.45rem 1.2rem;
  border-radius: 6px;
  transition: all 0.25s;
}

.route-book:hover {
  background: var(--eurostar-yellow);
  color: var(--navy);
}

/* ---- GUIDE GRID ---- */
.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}

.guide-visual {
  background: linear-gradient(135deg, var(--deep-blue), var(--channel-blue));
  border-radius: 16px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.guide-visual::before {
  content: '';
  position: absolute;
  top: -50%; right: -50%;
  width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 60%);
}

.tunnel-diagram { position: relative; z-index: 1; }

.tunnel-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.tunnel-stat {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  line-height: 1.6;
}

.tunnel-stat strong { color: var(--eurostar-yellow); font-weight: 700; }

.guide-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.step {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.step-num {
  flex-shrink: 0;
  width: 40px; height: 40px;
  background: var(--channel-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.step h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.step p {
  color: var(--text-mid);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ---- NEWSLETTER ---- */
.newsletter {
  background: linear-gradient(135deg, var(--navy), var(--deep-blue));
  border-radius: 20px;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto 4rem;
  position: relative;
  overflow: hidden;
}

.newsletter::before {
  content: '';
  position: absolute;
  right: -100px; top: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,215,0,0.08) 0%, transparent 70%);
}

.newsletter-text { position: relative; z-index: 1; }

.newsletter h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5rem;
}

.newsletter p { color: rgba(255,255,255,0.5); font-size: 0.95rem; }

.newsletter-form {
  display: flex;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.newsletter-form input {
  padding: 1rem 1.5rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  width: 280px;
  outline: none;
  transition: border-color 0.3s;
}

.newsletter-form input::placeholder { color: rgba(255,255,255,0.3); }
.newsletter-form input:focus { border-color: var(--eurostar-yellow); }

.newsletter-form button {
  padding: 1rem 2rem;
  background: var(--eurostar-yellow);
  color: var(--navy);
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}

.newsletter-form button:hover {
  background: #fff;
  transform: translateY(-2px);
}

/* ---- FOOTER ---- */
footer {
  background: var(--navy);
  padding: 4rem 3rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-brand p {
  color: rgba(255,255,255,0.35);
  font-size: 0.85rem;
  line-height: 1.7;
  max-width: 280px;
  margin-top: 1rem;
}

.footer-col h4 {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.footer-col a {
  display: block;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.88rem;
  margin-bottom: 0.7rem;
  transition: color 0.3s;
}

.footer-col a:hover { color: var(--eurostar-yellow); }

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,0.2);
  font-size: 0.78rem;
}

/* ---- PAGE HEADERS (inner pages) ---- */
.page-header {
  background: var(--navy);
  padding: 8rem 3rem 4rem;
  text-align: left;
}

.page-header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.page-header .section-label { color: var(--eurostar-yellow); }

.page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  max-width: 650px;
  margin-bottom: 1rem;
}

.page-header p {
  color: rgba(255,255,255,0.5);
  font-size: 1.1rem;
  max-width: 550px;
  line-height: 1.7;
}

/* ---- CONTENT PAGES ---- */
.content-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 3rem;
}

.content-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.content-section h2:first-child { margin-top: 0; }

.content-section h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.6rem;
  margin-top: 2rem;
}

.content-section p {
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.content-section ul, .content-section ol {
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.content-section li { margin-bottom: 0.5rem; }

.content-section strong { color: var(--text-dark); }

/* Info boxes */
.info-box {
  background: #fff;
  border-left: 4px solid var(--channel-blue);
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}

.info-box.gold { border-left-color: var(--eurostar-yellow); }

.info-box h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.info-box p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Route info table */
.route-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2rem 0 3rem;
}

.route-summary-item {
  background: #fff;
  border: 1px solid var(--mist);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}

.route-summary-item .value {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--channel-blue);
}

.route-summary-item .label {
  font-size: 0.75rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.3rem;
}

/* FAQ */
.faq-item {
  border-bottom: 1px solid var(--mist);
  padding: 1.5rem 0;
}

.faq-item:last-child { border-bottom: none; }

.faq-question {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.8rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: '+';
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  color: var(--channel-blue);
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.3s;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, var(--channel-blue), var(--deep-blue));
  border-radius: 16px;
  padding: 3rem;
  text-align: center;
  margin: 3rem 0;
}

.cta-banner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.cta-banner p {
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.5rem;
}

.cta-banner .btn {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  background: var(--eurostar-yellow);
  color: var(--navy);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
}

.cta-banner .btn:hover {
  background: #fff;
  transform: translateY(-2px);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .hero-content { padding: 0 1.5rem; }
  .search-row { flex-direction: column; }
  .search-btn { width: 100%; }
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -2rem;
    padding: 0 1.5rem;
  }
  .stat-card:first-child { border-radius: 12px 0 0 0; }
  .stat-card:nth-child(2) { border-radius: 0 12px 0 0; }
  .stat-card:nth-child(3) { border-radius: 0; border-right: 1px solid var(--mist); }
  .stat-card:last-child { border-radius: 0 0 12px 0; }
  .features, .route-cards { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .route-summary { grid-template-columns: repeat(2, 1fr); }
  .newsletter { flex-direction: column; padding: 2.5rem 1.5rem; }
  .newsletter-form { width: 100%; flex-direction: column; }
  .newsletter-form input { width: 100%; }
  .footer-inner { grid-template-columns: 1fr 1fr 1fr; }
  .section { padding: 4rem 1.5rem; }
  .section-dark .section-inner { padding: 0 1.5rem; }
  .page-header { padding: 6rem 1.5rem 3rem; }
  .content-section { padding: 3rem 1.5rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; }
  footer { padding: 3rem 1.5rem 2rem; }
}

/* ---- HERO IMAGES ON ROUTE CARDS ---- */
.route-img-paris { background: linear-gradient(135deg, rgba(26,26,46,0.6), rgba(22,33,62,0.7)), url('https://images.unsplash.com/photo-1502602898657-3e91760cbb34?w=600&q=80') center/cover; }
.route-img-brussels { background: linear-gradient(135deg, rgba(26,26,46,0.6), rgba(15,52,96,0.7)), url('https://images.unsplash.com/photo-1559113513-d5e09c78b9dd?w=600&q=80') center/cover; }
.route-img-amsterdam { background: linear-gradient(135deg, rgba(26,26,46,0.6), rgba(26,60,64,0.7)), url('https://images.unsplash.com/photo-1534351590666-13e3e96b5017?w=600&q=80') center/cover; }
.route-img-london { background: linear-gradient(135deg, rgba(26,26,46,0.6), rgba(40,20,20,0.7)), url('https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?w=600&q=80') center/cover; }

/* ---- PAGE HERO IMAGES ---- */
.page-header-paris { background: linear-gradient(135deg, rgba(10,22,40,0.85), rgba(15,36,64,0.9)), url('https://images.unsplash.com/photo-1499856871958-5b9627545d1a?w=1200&q=80') center/cover; }
.page-header-brussels { background: linear-gradient(135deg, rgba(10,22,40,0.85), rgba(15,36,64,0.9)), url('https://images.unsplash.com/photo-1559113513-d5e09c78b9dd?w=1200&q=80') center/cover; }
.page-header-amsterdam { background: linear-gradient(135deg, rgba(10,22,40,0.85), rgba(15,36,64,0.9)), url('https://images.unsplash.com/photo-1534351590666-13e3e96b5017?w=1200&q=80') center/cover; }
.page-header-london { background: linear-gradient(135deg, rgba(10,22,40,0.85), rgba(15,36,64,0.9)), url('https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?w=1200&q=80') center/cover; }
.page-header-train { background: linear-gradient(135deg, rgba(10,22,40,0.85), rgba(15,36,64,0.9)), url('https://images.unsplash.com/photo-1474487548417-781cb71495f3?w=1200&q=80') center/cover; }
.page-header-tunnel { background: linear-gradient(135deg, rgba(10,22,40,0.88), rgba(15,36,64,0.92)), url('https://images.unsplash.com/photo-1504598318550-17eba1008a68?w=1200&q=80') center/cover; }
.page-header-family { background: linear-gradient(135deg, rgba(10,22,40,0.85), rgba(15,36,64,0.9)), url('https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?w=1200&q=80') center/cover; }
.page-header-disney { background: linear-gradient(135deg, rgba(10,22,40,0.8), rgba(15,36,64,0.85)), url('https://images.unsplash.com/photo-1551632811-561732d1e306?w=1200&q=80') center/cover; }

/* ---- GUIDES HUB ---- */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.guide-card {
  background: #fff;
  border: 1px solid var(--mist);
  border-radius: 12px;
  padding: 1.8rem;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  border-color: var(--channel-blue);
}

.guide-card .guide-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--channel-blue);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.guide-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.guide-card p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ---- HOMEPAGE SECTIONS: also for routes ---- */
.direction-toggle {
  display: inline-flex;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.direction-toggle a {
  padding: 0.6rem 1.5rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.25s;
}

.direction-toggle a.active {
  background: var(--eurostar-yellow);
  color: var(--navy);
}

.direction-toggle a:hover:not(.active) {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

/* ---- INLINE IMAGE BLOCKS ---- */
.content-image {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  margin: 2rem 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.content-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.5rem;
  background: linear-gradient(to top, rgba(10,22,40,0.8), transparent);
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
}

/* ---- EXPLORE SECTION ---- */
.explore-section {
  background: #fff;
  border-top: 1px solid var(--mist);
  padding: 5rem 3rem;
}

.explore-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.explore-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.explore-cat h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.explore-cat a {
  display: block;
  color: var(--text-mid);
  text-decoration: none;
  font-size: 0.88rem;
  margin-bottom: 0.6rem;
  transition: color 0.2s;
  padding-left: 0;
}

.explore-cat a:hover {
  color: var(--channel-blue);
}

@media (max-width: 900px) {
  .explore-categories { grid-template-columns: 1fr 1fr; }
  .guides-grid { grid-template-columns: 1fr; }
  .explore-section { padding: 3rem 1.5rem; }
}

/* ---- ORIGINAL PHOTOGRAPHY ---- */
.hero-photo {
  background: linear-gradient(135deg, rgba(10,22,40,0.7), rgba(15,36,64,0.75)),
    url('/images/st-pancras-platforms.png') center/cover !important;
}

.page-header-stpancras {
  background: linear-gradient(135deg, rgba(10,22,40,0.65), rgba(15,36,64,0.7)),
    url('/images/st-pancras-platforms.png') center/cover;
}

.page-header-eurostar {
  background: linear-gradient(135deg, rgba(10,22,40,0.7), rgba(15,36,64,0.75)),
    url('/images/eurostar-train.png') center/cover;
}

.page-header-kingsx {
  background: linear-gradient(135deg, rgba(10,22,40,0.6), rgba(15,36,64,0.65)),
    url('/images/kings-cross-exterior.png') center 30%/cover;
}

/* Photo credit strip */
.photo-credit {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.25);
  text-align: right;
  padding: 0.4rem 3rem;
  background: var(--navy);
}
