:root {
  --ink: #102033;
  --muted: #65758b;
  --line: #e6edf5;
  --cream: #fff8e8;
  --paper: #ffffff;
  --night: #07111f;
  --navy: #0c2038;
  --blue: #123c69;
  --gold: #ffc83d;
  --gold-dark: #e7a600;
  --green: #1f8a70;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(12, 32, 56, 0.14);
  --shadow-soft: 0 16px 40px rgba(12, 32, 56, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7fafc;
  line-height: 1.6;
}

body::selection {
  background: var(--gold);
  color: var(--night);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(230, 237, 245, 0.9);
  backdrop-filter: blur(18px);
}

.navbar {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--night);
  background: linear-gradient(135deg, var(--gold), #ffe08a);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(255, 200, 61, 0.35);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-menu a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #29425d;
  font-size: 0.95rem;
  font-weight: 750;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--night);
  background: #f0f5fa;
  outline: none;
}

.site-menu .nav-call {
  color: var(--night);
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(255, 200, 61, 0.28);
}

.nav-check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #f0f5fa;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--night);
  border-radius: 2px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 76px;
  background: radial-gradient(circle at top left, rgba(255, 200, 61, 0.28), transparent 34%), linear-gradient(145deg, rgba(8, 20, 33, 0.9) 0%, rgba(13, 46, 80, 0.82) 56%, rgba(18, 77, 118, 0.72) 100%), url("assets/images/dw-taxi-seafront-car.jpg") center / cover no-repeat;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.2));
}

.hero::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -320px;
  top: -260px;
  background: radial-gradient(circle, rgba(255, 200, 61, 0.26), transparent 62%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.split-section h2,
.reviews-section h2,
.coverage-section h2,
.cta-strip h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(3rem, 7vw, 5.9rem);
}

.hero-lede {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: #111827;
  background: linear-gradient(135deg, var(--gold), #ffe38f);
  box-shadow: 0 18px 34px rgba(255, 200, 61, 0.28);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.1);
}

.btn-light {
  color: var(--night);
  background: #fff;
}

.btn-dark {
  color: #fff;
  background: var(--night);
}

.btn-full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  padding: 9px 12px;
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-card {
  position: relative;
  padding: 28px;
  color: var(--ink);
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.booking-card::before {
  content: "";
  position: absolute;
  inset: 10px 10px auto auto;
  width: 96px;
  height: 96px;
  background: radial-gradient(circle, rgba(255, 200, 61, 0.45), transparent 70%);
  border-radius: 50%;
}

.card-header {
  position: relative;
  margin-bottom: 20px;
}

.card-header .eyebrow,
.section .eyebrow {
  color: var(--gold-dark);
}

.card-header h2 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.card-header p {
  margin: 8px 0 0;
  color: var(--muted);
}

.card-header a,
.site-footer a {
  color: var(--blue);
  font-weight: 900;
}

.booking-form {
  position: relative;
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 16px;
}

.two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-cols {
  grid-template-columns: 1fr 1fr 0.75fr;
}

label {
  display: grid;
  gap: 7px;
  color: #223953;
  font-size: 0.9rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f8fbfd;
  border: 1px solid #d9e4ef;
  border-radius: 14px;
  font: inherit;
  font-weight: 650;
  outline: none;
  transition: border 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  background: #fff;
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 4px rgba(255, 200, 61, 0.18);
}

.optional {
  color: var(--muted);
  font-weight: 700;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.section {
  padding: 92px 0;
}

.fares-section {
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading h2,
.split-section h2,
.reviews-section h2,
.coverage-section h2,
.cta-strip h2 {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.section-heading p,
.section-copy {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.fare-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.fare-card {
  position: relative;
  min-height: 206px;
  padding: 22px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.fare-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 100px;
  height: 100px;
  background: rgba(255, 200, 61, 0.16);
  border-radius: 50%;
}

.fare-card.featured {
  color: #fff;
  background: linear-gradient(145deg, var(--night), #173f68);
  border-color: rgba(255,255,255,0.12);
}

.route-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--cream);
  border-radius: 14px;
  font-size: 1.15rem;
}

.featured .route-icon {
  background: var(--gold);
}

.fare-card h3 {
  margin: 26px 0 0;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.price {
  margin: 4px 0 0;
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.tag {
  display: inline-flex;
  margin-top: 10px;
  padding: 6px 10px;
  color: var(--night);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.more-fares {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.more-fares span {
  padding: 10px 14px;
  color: #344963;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(12, 32, 56, 0.04);
  font-weight: 800;
}

.split-section {
  background: #f8fbfd;
}

.split-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.image-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 18%, rgba(255, 200, 61, 0.45), transparent 22%), linear-gradient(155deg, #102033, #0d3153 62%, #14608b);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.image-panel::before,
.image-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,0.11);
}

.image-panel::before {
  width: 360px;
  height: 360px;
  top: -160px;
  left: -140px;
}

.image-panel::after {
  width: 240px;
  height: 240px;
  right: -110px;
  bottom: 80px;
}

.road-line {
  position: absolute;
  inset: auto 0 74px;
  height: 28px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.8) 0 54px, transparent 54px 92px);
  transform: skewY(-9deg);
  opacity: 0.72;
}

.taxi-illustration {
  position: absolute;
  left: 50%;
  bottom: 146px;
  width: 280px;
  height: 120px;
  transform: translateX(-50%);
}

.taxi-top {
  position: absolute;
  left: 64px;
  top: 6px;
  width: 146px;
  height: 58px;
  background: #ffdd62;
  border-radius: 34px 34px 6px 6px;
}

.taxi-top::before {
  content: "TAXI";
  position: absolute;
  top: -28px;
  left: 46px;
  padding: 4px 11px;
  color: var(--night);
  background: #fff;
  border-radius: 8px 8px 3px 3px;
  font-size: 0.76rem;
  font-weight: 950;
}

.taxi-body {
  position: absolute;
  left: 16px;
  bottom: 26px;
  width: 248px;
  height: 66px;
  background: linear-gradient(180deg, #ffc83d, #e9a90b);
  border-radius: 28px 42px 20px 20px;
  box-shadow: 0 24px 32px rgba(0,0,0,0.22);
}

.taxi-body::before,
.taxi-body::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 42px;
  height: 18px;
  background: rgba(16,32,51,0.2);
  border-radius: 8px;
}

.taxi-body::before {
  left: 74px;
}

.taxi-body::after {
  right: 62px;
}

.taxi-wheel {
  position: absolute;
  bottom: 8px;
  width: 48px;
  height: 48px;
  background: var(--night);
  border: 9px solid #fff;
  border-radius: 50%;
}

.taxi-wheel-left {
  left: 52px;
}

.taxi-wheel-right {
  right: 52px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.feature-list article {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 32, 56, 0.06);
}

.feature-list h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.feature-list p {
  margin: 8px 0 0;
  color: var(--muted);
}


.reviews-section {
  background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.reviews-header {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

.reviews-header h2 {
  max-width: 820px;
}

.review-score-card {
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, var(--night), #173f68);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.review-score-card strong,
.review-score-card span {
  display: block;
}

.review-score-card strong {
  margin-top: 6px;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

.review-score-card span:last-child {
  color: rgba(255,255,255,0.72);
  font-weight: 800;
}

.stars {
  color: var(--gold-dark);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  font-weight: 950;
}

.review-score-card .stars,
.review-card .stars {
  color: var(--gold);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.review-card::after {
  content: "\201C";
  position: absolute;
  right: 18px;
  bottom: -34px;
  color: rgba(255, 200, 61, 0.18);
  font-size: 8rem;
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.review-topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.review-topline h3 {
  margin: 0;
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.review-topline span:not(.stars) {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.review-card p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #405773;
  font-weight: 650;
}

.social-banner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
  color: #fff;
  background: radial-gradient(circle at top left, rgba(255, 200, 61, 0.28), transparent 32%), linear-gradient(145deg, #0b1624, #123c69);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.social-banner h3 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}

.social-banner p {
  max-width: 640px;
  margin: 8px 0 0;
  color: rgba(255,255,255,0.78);
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.btn-facebook {
  color: #fff;
  background: #1877f2;
  box-shadow: 0 18px 34px rgba(24, 119, 242, 0.25);
}

.coverage-section {
  background: #fff;
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.coverage-card {
  padding: 32px;
  color: #fff;
  background: linear-gradient(145deg, var(--night), #123c69);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.coverage-card h3 {
  margin: 0;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
}

.coverage-card p {
  margin: 12px 0 22px;
  color: rgba(255,255,255,0.78);
}

.cta-strip {
  padding: 54px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
}

.cta-strip .eyebrow {
  color: rgba(16, 32, 51, 0.74);
}

.cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-strip h2 {
  color: var(--night);
}

.site-footer {
  padding: 56px 0 26px;
  color: rgba(255,255,255,0.74);
  background: var(--night);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.7fr;
  gap: 32px;
}

.footer-brand,
.site-footer h3 {
  color: #fff;
}

.site-footer p {
  max-width: 520px;
  margin: 10px 0 0;
}

.site-footer .brand small {
  color: rgba(255,255,255,0.62);
}

.site-footer a {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.56);
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-grid,
  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 820px;
  }

  .fare-grid,
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .image-panel {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  .navbar {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    order: 3;
    display: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  .nav-check:checked ~ .site-menu {
    display: grid;
  }

  .site-menu a {
    background: #f8fbfd;
    text-align: center;
  }

  .hero {
    padding-top: 54px;
  }

  .two-cols,
  .three-cols,
  .feature-list,
  .reviews-header,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .fare-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-grid,
  .social-banner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

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

  .site-menu {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.5rem);
  }

  .booking-card,
  .coverage-card {
    padding: 22px;
    border-radius: 22px;
  }

  .section {
    padding: 66px 0;
  }

  .fare-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .fare-card {
    min-height: 168px;
  }

  .image-panel {
    min-height: 330px;
  }

  .taxi-illustration {
    width: 230px;
    transform: translateX(-50%) scale(0.86);
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
  }
}


/* Booking form delivery and keyword route pages */
.required-note,
.field-hint {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
}

.booking-titlebar {
  position: relative;
  margin-bottom: 18px;
}

.booking-kicker {
  margin: 0 0 4px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-titlebar h2 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.date-time-field {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px;
  border: 1px solid #d9e4ef;
  border-radius: 16px;
  background: #f8fbfd;
}

.date-time-field legend {
  padding: 0 4px;
  color: #223953;
  font-size: 0.9rem;
  font-weight: 850;
}

.time-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

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

.route-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 72px;
  color: #fff;
  background: radial-gradient(circle at top left, rgba(255, 200, 61, 0.28), transparent 34%), linear-gradient(145deg, rgba(8, 20, 33, 0.92) 0%, rgba(13, 46, 80, 0.86) 56%, rgba(18, 77, 118, 0.76) 100%), url("assets/images/dw-taxi-hastings-car.jpg") center / cover no-repeat;
}

.route-hero::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: -280px;
  top: -240px;
  background: radial-gradient(circle, rgba(255, 200, 61, 0.26), transparent 62%);
  pointer-events: none;
}

.route-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
  gap: 42px;
  align-items: start;
}

.route-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.route-hero .booking-card {
  color: var(--ink);
}

.breadcrumb {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  font-weight: 800;
}

.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.route-main-section {
  background: #fff;
}

.route-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 38px;
  align-items: start;
}

.route-article {
  max-width: 860px;
}

.route-copy-block h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.route-copy-block h2:first-child {
  margin-top: 0;
}

.route-copy-block p {
  margin: 0 0 18px;
  color: #405773;
  font-size: 1.04rem;
  font-weight: 600;
}

.keyword-panel,
.route-side-card,
.route-index-card {
  padding: 24px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.keyword-panel {
  margin-top: 34px;
}

.keyword-panel ul,
.route-index-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: #405773;
  font-weight: 750;
}

.route-side-card {
  position: sticky;
  top: 100px;
}

.route-side-card h2,
.route-index-card h2 {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.route-side-card p {
  margin: 10px 0 18px;
  color: var(--muted);
  font-weight: 650;
}

.route-related-links {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.route-related-links a,
.route-index-card a {
  color: var(--blue);
  font-weight: 900;
}

.route-index-hero {
  padding-bottom: 86px;
}

.route-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.route-index-card ul {
  grid-template-columns: 1fr;
}

.form-submit-row {
  display: grid;
  gap: 10px;
}

@media (max-width: 1040px) {
  .route-hero-grid,
  .route-content-grid {
    grid-template-columns: 1fr;
  }
  .route-side-card {
    position: static;
  }
  .route-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .route-index-grid,
  .keyword-panel ul {
    grid-template-columns: 1fr;
  }
  .route-hero {
    padding-top: 46px;
  }
}


/* DW Taxi real vehicle photos */
.vehicle-section {
  background: #ffffff;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
}

.vehicle-copy-panel {
  padding: 32px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.vehicle-copy-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.vehicle-copy-panel .section-copy {
  margin-bottom: 0;
}

.vehicle-photo-grid,
.route-vehicle-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vehicle-photo-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.vehicle-photo-card img,
.route-vehicle-photo img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.vehicle-photo-card figcaption,
.route-vehicle-photo figcaption {
  padding: 14px 16px 16px;
  color: #344963;
  font-size: 0.95rem;
  font-weight: 800;
}

.vehicle-photo-showcase {
  position: relative;
  min-height: 560px;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, #081421, #123c69);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.vehicle-photo-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 14%, rgba(255, 200, 61, 0.35), transparent 30%);
  pointer-events: none;
  z-index: 1;
}

.vehicle-photo-showcase .vehicle-photo-card {
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 28px 60px rgba(0,0,0,0.22);
}

.vehicle-photo-showcase .vehicle-photo-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.vehicle-photo-card-main {
  height: 390px;
}

.vehicle-photo-card-main img,
.vehicle-photo-card-overlap img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.vehicle-photo-card-overlap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: min(76%, 410px);
  height: 260px;
  border: 6px solid #fff;
}

.route-vehicle-strip {
  padding: 34px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.route-vehicle-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: center;
}

.route-vehicle-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.route-vehicle-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.route-vehicle-photo {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.route-vehicle-photo img {
  height: 210px;
}

.route-vehicle-photo figcaption {
  padding: 10px 12px 12px;
  font-size: 0.88rem;
}

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

@media (max-width: 700px) {
  .vehicle-photo-showcase {
    min-height: auto;
    padding: 14px;
  }

  .vehicle-photo-card-main,
  .vehicle-photo-card-overlap {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    border: 0;
  }

  .vehicle-photo-card + .vehicle-photo-card {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .vehicle-photo-grid,
  .route-vehicle-photos {
    grid-template-columns: 1fr;
  }

  .vehicle-copy-panel {
    padding: 24px;
  }

  .vehicle-photo-card img,
  .route-vehicle-photo img,
  .vehicle-photo-card-main img,
  .vehicle-photo-card-overlap img {
    min-height: 0;
    height: 240px;
  }
}


/* Final neat mobile-friendly update: simple nav and single-image pages */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

.dw-simple-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(230, 237, 245, 0.95);
  box-shadow: 0 8px 24px rgba(12, 32, 56, 0.06);
  backdrop-filter: blur(12px);
}

.dw-simple-nav {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 10px;
}

.dw-simple-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--night);
  font-weight: 900;
}

.dw-simple-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--night);
  border: 2px solid var(--gold);
  border-radius: 13px;
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.dw-simple-brand-text strong {
  display: block;
  line-height: 1;
  font-size: 1.05rem;
}

.dw-simple-brand-text small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dw-simple-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.dw-simple-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #27415d;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.dw-simple-links a:hover,
.dw-simple-links a:focus-visible {
  color: var(--night);
  background: #eef5fb;
  outline: 3px solid rgba(255, 200, 61, 0.32);
  outline-offset: 2px;
}

.dw-simple-links .dw-simple-call {
  color: var(--night);
  background: var(--gold);
  border-color: rgba(231, 166, 0, 0.3);
  box-shadow: 0 10px 20px rgba(255, 200, 61, 0.18);
}

.hero,
.route-hero {
  background: radial-gradient(circle at top left, rgba(255, 200, 61, 0.28), transparent 34%), linear-gradient(145deg, #081421 0%, #0d2e50 58%, #124d76 100%) !important;
}

.hero {
  padding: clamp(48px, 7vw, 82px) 0 clamp(52px, 7vw, 76px);
}

.route-hero {
  padding: clamp(48px, 7vw, 70px) 0 clamp(52px, 7vw, 72px);
}

.hero h1,
.route-hero h1,
.section-heading h2,
.split-section h2,
.reviews-section h2,
.coverage-section h2,
.cta-strip h2,
.vehicle-copy-panel h2,
.route-vehicle-copy h2 {
  text-wrap: balance;
}

.hero-lede,
.section-copy,
.route-copy-block p,
.route-vehicle-copy p {
  text-wrap: pretty;
}

.dw-single-image-layout {
  align-items: center;
}

.vehicle-photo-grid,
.route-vehicle-photos,
.route-vehicle-photos.dw-single-route-photo {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0;
}

.dw-single-photo-card,
.route-vehicle-photo {
  width: 100%;
  max-width: 760px;
  justify-self: end;
  border-radius: 22px;
}

.dw-single-photo-card img,
.route-vehicle-photo img {
  width: 100%;
  height: clamp(230px, 34vw, 390px);
  object-fit: cover;
}

.route-vehicle-strip {
  padding: 42px 0;
  background: #ffffff;
}

.route-vehicle-grid {
  align-items: center;
}

.vehicle-section,
.route-vehicle-strip,
.route-main-section,
.reviews-section,
.coverage-section {
  overflow: hidden;
}

.vehicle-copy-panel,
.dw-neat-service-card,
.route-index-card,
.route-side-card,
.keyword-panel,
.coverage-card,
.review-card,
.fare-card,
.booking-card {
  border-radius: 22px;
}

.dw-neat-service-card {
  padding: clamp(24px, 4vw, 38px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.dw-neat-service-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.dw-neat-service-card p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 700;
}

.dw-simple-check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dw-simple-check-list li {
  position: relative;
  padding: 11px 14px 11px 38px;
  color: #263e58;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 850;
}

.dw-simple-check-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
  font-weight: 950;
}

input,
select,
textarea,
button {
  font-size: 16px;
}

.route-index-card a,
.route-related-links a,
.keyword-panel li {
  overflow-wrap: anywhere;
}

@media (max-width: 1040px) {
  .route-vehicle-grid,
  .vehicle-grid,
  .split-grid,
  .hero-grid,
  .route-hero-grid,
  .route-content-grid {
    grid-template-columns: 1fr !important;
  }

  .dw-single-photo-card,
  .route-vehicle-photo {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .dw-simple-nav {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .dw-simple-brand {
    justify-content: center;
  }

  .dw-simple-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 7px;
  }

  .dw-simple-links a {
    width: 100%;
    min-height: 42px;
    padding: 8px;
    font-size: 0.86rem;
  }

  .dw-simple-links .dw-simple-call {
    grid-column: 1 / -1;
  }

  .hero h1,
  .route-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
    letter-spacing: -0.045em;
  }

  .hero-lede {
    font-size: 1.02rem;
  }

  .trust-row {
    gap: 8px;
  }

  .trust-row span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .booking-card {
    padding: 18px;
    border-radius: 20px;
  }

  .booking-body {
    padding: 0;
  }

  .form-row {
    gap: 12px;
  }

  .two-cols,
  .three-cols,
  .feature-list,
  .footer-grid,
  .route-index-grid,
  .keyword-panel ul {
    grid-template-columns: 1fr !important;
  }

  .date-time-field {
    padding: 12px;
  }

  .time-group {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
  }

  .section,
  .route-vehicle-strip {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 430px) {
  .dw-simple-links {
    grid-template-columns: 1fr;
  }

  .btn,
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .time-group {
    grid-template-columns: 1fr;
  }

  .dw-single-photo-card img,
  .route-vehicle-photo img {
    height: 220px;
  }
}


/* Homepage call number added to the top-left hero area */
.hero-grid {
  align-items: start;
}

.hero-contact-number {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  margin: 0 0 clamp(22px, 3vw, 34px);
  padding: clamp(16px, 2.4vw, 24px) clamp(18px, 3vw, 30px);
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.hero-contact-number:hover,
.hero-contact-number:focus-visible {
  transform: translateY(-2px);
  outline: 3px solid rgba(255, 200, 61, 0.38);
  outline-offset: 3px;
}

.hero-contact-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-contact-digits {
  margin-top: 6px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.96;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.hero-contact-note {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 850;
}

@media (max-width: 760px) {
  .hero-contact-number {
    width: 100%;
    align-items: center;
    text-align: center;
    border-radius: 20px;
  }

  .hero-contact-digits {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }
}

/* Cleaner, more natural review spacing */
.reviews-section {
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.reviews-header {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.reviews-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(28px, 4vw, 46px);
}

.review-card {
  padding: clamp(26px, 3.2vw, 34px);
  min-height: 230px;
  line-height: 1.65;
}

.review-card:nth-child(2),
.review-card:nth-child(5) {
  margin-top: 22px;
}

.review-card:nth-child(3),
.review-card:nth-child(6) {
  margin-top: 44px;
}

.review-card p {
  margin-top: 22px;
  font-size: 0.98rem;
  line-height: 1.7;
}

.social-banner {
  margin-top: clamp(38px, 5vw, 62px);
}

@media (max-width: 1040px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .review-card:nth-child(2),
  .review-card:nth-child(3),
  .review-card:nth-child(5),
  .review-card:nth-child(6) {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .reviews-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .review-card {
    min-height: 0;
  }
}

