:root {
  --ink: #05070a;
  --navy: #07111c;
  --navy-2: #10243a;
  --steel: #516173;
  --line: #d8dee7;
  --paper: #ffffff;
  --mist: #f4f6f8;
  --gold: #d5a642;
  --gold-2: #f0c765;
  --teal: #17a6a3;
  --green: #237a57;
  --danger: #9f3b30;
  --shadow: 0 24px 70px rgba(5, 7, 10, 0.16);
  --radius: 8px;
  --container: 1180px;
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #eef2f6 0, var(--mist) 420px),
    var(--mist);
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: calc(100% - 32px);
  max-width: var(--container);
  margin-inline: auto;
}

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

.skip-link:focus {
  z-index: 1000;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  color: var(--ink);
  background: var(--gold-2);
  border-radius: var(--radius);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(216, 222, 231, 0.72);
  backdrop-filter: blur(22px) saturate(1.22);
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.11);
}

.topbar {
  font-size: 0.86rem;
  color: #516173;
  background:
    linear-gradient(90deg, rgba(213, 166, 66, 0.18), rgba(255, 255, 255, 0.54) 34%, rgba(23, 166, 163, 0.12)),
    #f8fafc;
  border-bottom: 1px solid rgba(216, 222, 231, 0.86);
}

.topbar__inner,
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar__inner {
  min-height: 34px;
}

.topbar a {
  color: #9b6c08;
  font-weight: 800;
}

.nav-shell {
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #07111c;
  font-weight: 950;
  background:
    radial-gradient(circle at 30% 22%, #fff7cf, transparent 34%),
    linear-gradient(135deg, #f0c765, #d5a642);
  border-radius: var(--radius);
  box-shadow:
    inset 0 -9px 16px rgba(0, 0, 0, 0.14),
    0 14px 30px rgba(213, 166, 66, 0.26);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  line-height: 1.1;
}

.brand small {
  color: var(--steel);
  font-size: 0.78rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  padding: 10px 13px;
  color: #263241;
  font-size: 0.94rem;
  font-weight: 750;
  border-radius: var(--radius);
  transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--ink);
  background: rgba(7, 17, 28, 0.06);
  box-shadow: inset 0 0 0 1px rgba(7, 17, 28, 0.05);
}

.header-cta {
  min-height: 44px;
  padding: 11px 17px;
  color: var(--ink);
  font-weight: 900;
  background:
    linear-gradient(135deg, #ffe08a, #d5a642);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(213, 166, 66, 0.3);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(213, 166, 66, 0.36);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--gold);
  background: #fff7df;
  border-color: rgba(213, 166, 66, 0.54);
  transform: translateY(-1px);
}

.theme-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.theme-toggle__icon--moon {
  display: none;
}

html[data-theme="dark"] .theme-toggle {
  color: var(--gold-2);
  background: rgba(240, 199, 101, 0.12);
  border-color: rgba(240, 199, 101, 0.42);
}

html[data-theme="dark"] .theme-toggle__icon--sun {
  display: none;
}

html[data-theme="dark"] .theme-toggle__icon--moon {
  display: block;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  color: var(--ink);
  background: var(--mist);
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero::before {
  z-index: -2;
  background-image: var(--hero-image);
  background-position: 62% center;
  background-size: cover;
  filter: saturate(1.06) contrast(1.04);
  transform: none;
}

.hero--home::before,
.hero--city::before {
  background-image: url("../images/hero-export-modern.webp");
}

.hero--sub::before {
  background-image: url("../images/vehicle-loading-terminal.webp");
}

.hero::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.04) 48%, rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0.06) 86%),
    radial-gradient(circle at 18% 52%, rgba(255, 255, 255, 0.74), transparent 30%);
}

.hero__inner {
  display: flex;
  align-items: center;
  min-height: 720px;
  padding: 96px 0 78px;
}

.hero__copy {
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: #bd860d;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  font-size: 5.1rem;
  font-weight: 950;
}

h2 {
  color: var(--ink);
  font-size: 2.45rem;
  font-weight: 920;
}

h3 {
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 900;
}

.hero h1 {
  color: var(--ink);
  max-width: 820px;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(255, 255, 255, 0.76);
}

.hero__lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: #263241;
  font-size: 1.22rem;
  font-weight: 560;
  text-shadow: 0 10px 30px rgba(255, 255, 255, 0.64);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  font-weight: 950;
  line-height: 1.2;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.button-gold {
  color: var(--ink);
  background:
    linear-gradient(135deg, #ffe08a, #d5a642 72%, #c8911f);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 16px 36px rgba(213, 166, 66, 0.32);
}

.button-dark {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(7, 17, 28, 0.2);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.hero .button-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(7, 17, 28, 0.16);
  backdrop-filter: blur(14px);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(5, 7, 10, 0.22);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero__meta span,
.tag-grid span,
.country-grid span,
.geo-box span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: var(--radius);
}

.hero__meta span {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(7, 17, 28, 0.1);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.hero__meta span::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(23, 166, 163, 0.12);
  content: "";
}

.metric-band {
  padding: 22px 0 28px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 246, 248, 0.98)),
    var(--mist);
  border-top: 1px solid rgba(216, 222, 231, 0.78);
  border-bottom: 1px solid rgba(216, 222, 231, 0.78);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: transparent;
}

.metric-grid div {
  min-height: 128px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.metric-grid strong {
  display: block;
  color: #bd860d;
  font-size: 2.35rem;
  line-height: 1;
}

.metric-grid span {
  display: block;
  margin-top: 8px;
  color: var(--steel);
}

.section {
  padding: 92px 0;
  background: var(--paper);
}

.section-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 246, 248, 0.92)),
    var(--mist);
}

.section-dark {
  color: #fff;
  background: linear-gradient(135deg, var(--ink), var(--navy));
}

.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-dark .section-head p:not(.eyebrow),
.section-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--steel);
  font-size: 1.05rem;
}

.breadcrumb-nav {
  margin: 18px 0 -22px;
  color: var(--steel);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumb-nav ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb-nav li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.breadcrumb-nav li + li::before {
  color: #9aa6b5;
  content: "/";
}

.breadcrumb-nav a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lead-text {
  max-width: 720px;
  color: var(--steel);
}

.tool-grid,
.split-layout,
.visual-layout,
.routes-layout,
.map-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 28px;
  align-items: start;
}

.estimate-tool,
.quote-form,
.info-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.estimate-tool::before,
.quote-form::before,
.info-panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.estimate-tool h3,
.quote-form h3,
.info-panel h2 {
  margin-bottom: 18px;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 15px;
  color: #263241;
  font-size: 0.92rem;
  font-weight: 850;
}

.field-hint {
  color: #66758a;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

input,
select,
textarea {
  width: 100%;
  min-height: 45px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #66758a;
  opacity: 1;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(213, 166, 66, 0.22);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.estimate-note {
  display: block;
  margin: 18px 0;
  padding: 16px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
  background: #fff7df;
  border: 1px solid rgba(213, 166, 66, 0.45);
  border-radius: var(--radius);
}

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

.service-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 210px;
  padding: 24px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--gold), rgba(23, 166, 163, 0.85));
}

.service-card:hover,
.service-card:focus-visible,
.city-grid a:hover,
.city-grid a:focus-visible {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.service-card strong {
  align-self: end;
  color: var(--ink);
  font-size: 1.32rem;
  line-height: 1.15;
}

.service-card span:last-child {
  color: var(--steel);
}

.service-card__kicker {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-dark .service-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.section-dark .service-card strong,
.section-dark .service-card span:last-child {
  color: #fff;
}

.section-dark .service-card span:last-child {
  opacity: 0.72;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  color: #1f2937;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.section-dark .check-list li {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.check-list li span {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.34);
}

.terminal-visual,
.route-visual {
  overflow: hidden;
  margin: 0;
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.terminal-visual img,
.route-visual img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.visual-band .section-head {
  margin-bottom: 22px;
}

.country-grid,
.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.country-grid span,
.tag-grid span,
.geo-box span {
  color: #182234;
  font-weight: 850;
  background: #fff;
  border: 1px solid var(--line);
}

.routes-section {
  background: #f8fafc;
}

.routes-copy .section-head {
  margin-bottom: 24px;
}

.internal-link-section h3 {
  margin-bottom: 14px;
}

.internal-link-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

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

.compact-link-grid a {
  display: grid;
  gap: 5px;
  min-height: 88px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.compact-link-grid a:hover,
.compact-link-grid a:focus-visible {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.13);
}

.compact-link-grid strong {
  color: var(--ink);
  line-height: 1.16;
}

.compact-link-grid span {
  color: var(--steel);
  font-size: 0.86rem;
}

.media-showcase {
  background: #fff;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
}

.media-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  margin: 0;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.media-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 7, 10, 0.86));
}

.media-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  max-width: 620px;
  color: #fff;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.54);
}

.expert-boost {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(213, 166, 66, 0.14), transparent 36%),
    linear-gradient(135deg, var(--ink), var(--navy));
}

.expert-boost h2 {
  color: #fff;
}

.expert-boost p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
}

.expert-boost__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: start;
}

.expert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.expert-grid article {
  min-height: 150px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.expert-grid strong,
.expert-grid span {
  display: block;
}

.expert-grid strong {
  color: var(--gold-2);
  font-size: 1.06rem;
  line-height: 1.2;
}

.expert-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.nrw-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  margin-bottom: 24px;
}

.nrw-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 17, 28, 0.96), rgba(16, 36, 58, 0.96)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 48px);
  border: 1px solid rgba(7, 17, 28, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.nrw-map::before {
  position: absolute;
  inset: 44px 18% 42px 18%;
  content: "";
  background: rgba(255, 255, 255, 0.08);
  clip-path: polygon(48% 0, 66% 9%, 74% 24%, 91% 35%, 83% 52%, 96% 64%, 76% 76%, 70% 92%, 48% 100%, 35% 88%, 19% 90%, 11% 72%, 3% 60%, 15% 45%, 8% 26%, 29% 16%);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.nrw-map button {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  max-width: 145px;
  min-height: 32px;
  padding: 6px 9px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(5, 7, 10, 0.82);
  border: 1px solid rgba(240, 199, 101, 0.6);
  border-radius: var(--radius);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.nrw-map button.is-active,
.nrw-map button:hover,
.nrw-map button:focus-visible {
  color: var(--ink);
  background: var(--gold-2);
}

.city-focus {
  min-height: 520px;
  padding: 28px;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.city-focus h3 {
  color: #fff;
  font-size: 2rem;
}

.city-focus p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.city-focus a,
.text-link,
.return-link a {
  color: var(--teal);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.city-grid a {
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.city-grid strong {
  color: var(--ink);
  line-height: 1.15;
}

.city-grid span {
  color: var(--steel);
  font-size: 0.86rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-grid article {
  min-height: 250px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.process-grid span {
  display: block;
  margin-bottom: 26px;
  color: var(--gold-2);
  font-size: 2rem;
  font-weight: 950;
}

.info-panel p {
  color: var(--steel);
}

.info-panel .button,
.info-panel .text-link {
  margin-top: 12px;
}

.map-frame {
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 430px;
  border: 0;
}

.geo-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-list summary {
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--steel);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 28px;
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 10% 0, rgba(213, 166, 66, 0.18), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(23, 166, 163, 0.15), transparent 34%),
    linear-gradient(135deg, #020407, #07111c);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.55fr);
  gap: 34px;
  align-items: start;
}

.footer-brand-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.footer-brand-panel p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.footer-contact-card {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

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

.footer-column {
  min-height: 100%;
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.site-footer h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 1rem;
}

.site-footer ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.84);
}

.footer-column a,
.footer-action,
.footer-hours {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  border-radius: var(--radius);
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.footer-column a {
  padding: 7px 9px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-2);
}

.footer-column a:hover,
.footer-column a:focus-visible {
  background: rgba(255, 255, 255, 0.075);
  transform: translateX(2px);
}

.brand--footer {
  margin-bottom: 18px;
  color: #fff;
}

.footer-action,
.footer-hours {
  padding: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-action:hover,
.footer-action:focus-visible {
  border-color: rgba(240, 199, 101, 0.42);
  transform: translateY(-1px);
}

.footer-action small,
.footer-action strong,
.footer-hours small,
.footer-hours strong,
.footer-hours em {
  display: block;
}

.footer-action small,
.footer-hours small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  font-weight: 750;
}

.footer-action strong,
.footer-hours strong {
  color: var(--gold-2);
  font-size: 1.03rem;
  line-height: 1.2;
}

.footer-hours em {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.35;
}

.footer-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--gold-2);
  background: rgba(240, 199, 101, 0.11);
  border: 1px solid rgba(240, 199, 101, 0.2);
  border-radius: var(--radius);
}

.footer-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.86rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

[hidden] {
  display: none !important;
}

.legal-content {
  max-width: 920px;
  padding: 42px;
  color: var(--steel);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(12, 21, 34, 0.08);
}

.legal-content h2 {
  margin: 32px 0 10px;
  color: var(--ink);
  font-size: 1.2rem;
}

.legal-content h3 {
  margin: 28px 0 8px;
  color: var(--ink);
  font-size: 1.04rem;
}

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

.legal-content p,
.legal-content li {
  line-height: 1.75;
}

.legal-content ul {
  margin: 10px 0 18px;
  padding-left: 22px;
}

.legal-content a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(620px, calc(100vw - 40px));
  padding: 16px;
  color: #fff;
  background: #05070a;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.cookie-banner .button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
}

html[data-theme="light"] .metric-band,
html[data-theme="light"] .section-dark,
html[data-theme="light"] .expert-boost,
html[data-theme="light"] .site-footer {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(244, 246, 248, 0.94)),
    var(--mist);
  border-color: var(--line);
}

html[data-theme="light"] .metric-grid span,
html[data-theme="light"] .section-dark .section-head p:not(.eyebrow),
html[data-theme="light"] .section-dark p,
html[data-theme="light"] .expert-boost p:not(.eyebrow),
html[data-theme="light"] .expert-grid span,
html[data-theme="light"] .site-footer {
  color: var(--steel);
}

html[data-theme="light"] .section-dark h2,
html[data-theme="light"] .section-dark h3,
html[data-theme="light"] .expert-boost h2,
html[data-theme="light"] .site-footer h2,
html[data-theme="light"] .brand--footer,
html[data-theme="light"] .section-dark .service-card strong {
  color: var(--ink);
}

html[data-theme="light"] .section-dark .service-card span:last-child {
  color: var(--steel);
}

html[data-theme="light"] .section-dark .service-card,
html[data-theme="light"] .section-dark .check-list li,
html[data-theme="light"] .process-grid article,
html[data-theme="light"] .expert-grid article {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .section-dark .service-card span:last-child,
html[data-theme="light"] .section-dark .check-list li {
  opacity: 1;
}

html[data-theme="light"] .expert-grid strong {
  color: var(--teal);
}

html[data-theme="light"] .site-footer a {
  color: #263241;
}

html[data-theme="light"] .site-footer a:hover,
html[data-theme="light"] .site-footer a:focus-visible,
html[data-theme="light"] .footer-phone a {
  color: var(--teal);
}

html[data-theme="light"] .brand--footer small {
  color: var(--steel);
}

html[data-theme="light"] .footer-brand-panel,
html[data-theme="light"] .footer-column {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(216, 222, 231, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .footer-brand-panel p,
html[data-theme="light"] .footer-action small,
html[data-theme="light"] .footer-hours small,
html[data-theme="light"] .footer-bottom {
  color: var(--steel);
}

html[data-theme="light"] .footer-badges span,
html[data-theme="light"] .footer-action,
html[data-theme="light"] .footer-hours {
  color: #263241;
  background: #fff;
  border-color: var(--line);
}

html[data-theme="light"] .footer-action strong,
html[data-theme="light"] .footer-hours strong {
  color: #bd860d;
}

html[data-theme="light"] .footer-hours em {
  color: var(--steel);
}

html[data-theme="light"] .footer-icon {
  color: #0f8f8c;
  background: rgba(23, 166, 163, 0.1);
  border-color: rgba(23, 166, 163, 0.2);
}

html[data-theme="light"] .footer-column a:hover,
html[data-theme="light"] .footer-column a:focus-visible {
  background: rgba(23, 166, 163, 0.08);
}

html[data-theme="light"] .footer-bottom {
  border-top-color: var(--line);
}

html[data-theme="light"] .cookie-banner {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

html[data-theme="light"] .cookie-banner p {
  color: var(--steel);
}

html[data-theme="dark"] body {
  background:
    linear-gradient(180deg, #020407 0, #07111c 460px),
    #07111c;
  color: #e5e7eb;
}

html[data-theme="dark"] .site-header {
  color: #fff;
  background: rgba(5, 7, 10, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .topbar {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(90deg, rgba(213, 166, 66, 0.22), transparent 32%, rgba(23, 166, 163, 0.14)),
    #020407;
  border-bottom-color: rgba(213, 166, 66, 0.18);
}

html[data-theme="dark"] .topbar a {
  color: var(--gold-2);
}

html[data-theme="dark"] .brand small {
  color: rgba(255, 255, 255, 0.66);
}

html[data-theme="dark"] .primary-nav a {
  color: rgba(255, 255, 255, 0.82);
}

html[data-theme="dark"] .primary-nav a:hover,
html[data-theme="dark"] .primary-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

html[data-theme="dark"] .nav-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

html[data-theme="dark"] .hero {
  color: #fff;
  background: var(--navy);
}

html[data-theme="dark"] .hero::after {
  background:
    linear-gradient(180deg, rgba(240, 199, 101, 0.1), transparent 22%),
    linear-gradient(90deg, rgba(5, 7, 10, 0.9), rgba(7, 17, 28, 0.58) 42%, rgba(7, 17, 28, 0.08) 72%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.2), rgba(5, 7, 10, 0.66));
}

html[data-theme="dark"] .hero h1 {
  color: #fff;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.48);
}

html[data-theme="dark"] .hero__lead {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

html[data-theme="dark"] .hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
}

html[data-theme="dark"] .hero__meta span {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

html[data-theme="dark"] .metric-band {
  color: #fff;
  background: var(--ink);
  border-top-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .metric-grid div {
  background: #070b10;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .metric-grid strong {
  color: var(--gold-2);
}

html[data-theme="dark"] .metric-grid span {
  color: rgba(255, 255, 255, 0.76);
}

html[data-theme="dark"] .section {
  background: #0b1220;
}

html[data-theme="dark"] .section-light,
html[data-theme="dark"] .routes-section,
html[data-theme="dark"] .media-showcase {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(7, 17, 28, 0.98)),
    #07111c;
}

html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] .service-card strong,
html[data-theme="dark"] .compact-link-grid strong,
html[data-theme="dark"] .city-grid strong,
html[data-theme="dark"] .faq-list summary,
html[data-theme="dark"] .legal-content h2,
html[data-theme="dark"] .legal-content h3 {
  color: #f8fafc;
}

html[data-theme="dark"] .section-head p:not(.eyebrow),
html[data-theme="dark"] .lead-text,
html[data-theme="dark"] .breadcrumb-nav,
html[data-theme="dark"] .field-hint,
html[data-theme="dark"] .service-card span:last-child,
html[data-theme="dark"] .compact-link-grid span,
html[data-theme="dark"] .city-grid span,
html[data-theme="dark"] .info-panel p,
html[data-theme="dark"] .faq-list p,
html[data-theme="dark"] .legal-content,
html[data-theme="dark"] .legal-content p,
html[data-theme="dark"] .legal-content li,
html[data-theme="dark"] .check-list li,
html[data-theme="dark"] .country-grid span,
html[data-theme="dark"] .tag-grid span,
html[data-theme="dark"] .geo-box span {
  color: #cbd5e1;
}

html[data-theme="dark"] .estimate-tool,
html[data-theme="dark"] .quote-form,
html[data-theme="dark"] .info-panel,
html[data-theme="dark"] .service-card,
html[data-theme="dark"] .check-list li,
html[data-theme="dark"] .country-grid span,
html[data-theme="dark"] .tag-grid span,
html[data-theme="dark"] .geo-box span,
html[data-theme="dark"] .compact-link-grid a,
html[data-theme="dark"] .city-grid a,
html[data-theme="dark"] .faq-list details,
html[data-theme="dark"] .legal-content {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] label {
  color: #e5e7eb;
}

html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
  color: #f8fafc;
  background: #0b1220;
  border-color: rgba(148, 163, 184, 0.34);
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
  color: #94a3b8;
}

html[data-theme="dark"] .estimate-note {
  color: #f8fafc;
  background: rgba(213, 166, 66, 0.14);
  border-color: rgba(240, 199, 101, 0.38);
}

html[data-theme="dark"] .button-dark {
  color: #07111c;
  background: var(--gold-2);
}

html[data-theme="dark"] .breadcrumb-nav li + li::before {
  color: #64748b;
}

html[data-theme="dark"] .map-frame {
  border-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1080px) {
  .primary-nav {
    display: none;
    position: fixed;
    inset: 110px 16px auto;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  html[data-theme="dark"] .primary-nav {
    background: #05070a;
    border-color: rgba(255, 255, 255, 0.14);
  }

  body.nav-open .primary-nav {
    display: flex;
  }

  .nav-toggle {
    display: inline-block;
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: 3.55rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .city-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-grid,
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 8px 0;
  }

  .hero,
  .hero__inner {
    min-height: 680px;
  }

  .hero::before {
    background-position: 88% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0.36) 78%, rgba(255, 255, 255, 0.14)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.66));
  }

  html[data-theme="dark"] .hero::after {
    background:
      linear-gradient(90deg, rgba(5, 7, 10, 0.94), rgba(7, 17, 28, 0.72)),
      linear-gradient(180deg, rgba(5, 7, 10, 0.22), rgba(5, 7, 10, 0.82));
  }

  h1 {
    font-size: 2.68rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .hero__lead {
    font-size: 1.08rem;
  }

  .section {
    padding: 68px 0;
  }

  .tool-grid,
  .split-layout,
  .visual-layout,
  .routes-layout,
  .map-layout,
  .expert-boost__layout,
  .internal-link-layout,
  .faq-layout,
  .nrw-layout {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .city-grid,
  .media-grid,
  .expert-grid,
  .compact-link-grid,
  .process-grid,
  .metric-grid,
  .check-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  #nrw-staedte .nrw-layout {
    display: none;
  }

  #nrw-staedte .city-grid {
    margin-top: 10px;
  }

  .nrw-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-height: auto;
    padding: 16px;
  }

  .nrw-map::before {
    display: none;
  }

  .nrw-map button {
    position: static;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .city-focus {
    min-height: auto;
  }

  .terminal-visual img,
  .route-visual img,
  .media-card,
  .media-card img {
    min-height: 280px;
  }

  .legal-content {
    padding: 28px 22px;
  }

  .cookie-banner {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-nav-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .hero,
  .hero__inner {
    min-height: 700px;
  }

  .hero__inner {
    padding: 76px 0 58px;
  }

  .hero__copy,
  .hero__lead {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: 2.08rem;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__meta span {
    justify-content: center;
    width: 100%;
  }

  .estimate-tool,
  .quote-form,
  .info-panel {
    padding: 20px;
  }

  .nrw-map {
    grid-template-columns: 1fr;
  }

}
