:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-strong: #dfe8f4;
  --ink: #111827;
  --muted: #4b5563;
  --muted-soft: #6b7280;
  --line: rgba(17, 24, 39, 0.12);
  --line-strong: rgba(17, 24, 39, 0.22);
  --panel-dark: #0d1320;
  --panel-mid: #151d2f;
  --accent: #b7ff2b;
  --accent-strong: #93f01f;
  --accent-deep: #6e0aff;
  --shadow: 0 24px 80px rgba(17, 24, 39, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1200px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(110, 10, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #eef3fa 0%, #f7f9fc 32%, #eff4fa 100%);
}

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

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

p,
li {
  max-width: 76ch;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(244, 247, 251, 0.74);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand-mark {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 150px;
}

.brand-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.brand-name {
  font-family: "Sora", sans-serif;
  font-size: 1.26rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
  color: var(--muted);
}

.top-nav a:hover,
.footer-links a:hover,
.source-line a:hover,
.back-link:hover {
  color: var(--accent-deep);
}

.menu-button,
.widget-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.menu-button {
  background: var(--panel-dark);
  color: #fff;
  box-shadow: 0 14px 32px rgba(13, 19, 32, 0.22);
}

.menu-button:hover,
.booking-widget:hover .widget-button,
.fleet-card:hover {
  transform: translateY(-2px);
}

.hero-section {
  padding: 42px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: 28px;
}

.hero-copy,
.hero-visual {
  position: relative;
  min-height: 660px;
}

.hero-copy {
  padding: 42px 32px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(183, 255, 43, 0.22), rgba(183, 255, 43, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(110, 10, 255, 0.18), rgba(110, 10, 255, 0));
  transform: rotate(18deg);
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 8ch;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
}

.hero-text {
  margin: 22px 0 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--muted);
}

.hero-facts {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
}

.hero-facts li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.hero-facts li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(183, 255, 43, 0.22);
}

.hero-visual {
  padding: 42px 0 0 44px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 0 120px 0;
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(110, 10, 255, 0.18), transparent 42%),
    linear-gradient(180deg, var(--panel-dark), var(--panel-mid));
}

.hero-image-frame {
  position: relative;
  z-index: 1;
  height: 500px;
  border-radius: 32px 32px 140px 32px;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(13, 19, 32, 0.38);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-widget {
  position: absolute;
  left: 0;
  right: 44px;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 252, 0.98));
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow:
    0 30px 70px rgba(13, 19, 32, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

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

.widget-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.widget-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(183, 255, 43, 0.24);
  color: var(--panel-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.widget-title {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--ink);
}

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

.widget-field {
  display: grid;
  gap: 3px;
  min-height: 64px;
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.09);
  box-shadow: inset 0 -10px 24px rgba(223, 232, 244, 0.45);
}

.widget-key {
  font-size: 0.76rem;
  color: var(--muted-soft);
}

.widget-value {
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--ink);
}

.widget-button {
  justify-self: stretch;
  width: 100%;
  background: var(--accent);
  color: var(--panel-dark);
  text-align: center;
  box-shadow: 0 14px 32px rgba(183, 255, 43, 0.3);
}

.content-section {
  position: relative;
  padding: 24px 0 18px;
}

.content-section > .container {
  position: relative;
  padding: 26px;
  border-radius: 34px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.24)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 58%);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.content-section > .container::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: var(--section-accent, rgba(183, 255, 43, 0.18));
  filter: blur(18px);
  opacity: 0.95;
  pointer-events: none;
}

.content-section > .container::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

#flotte {
  --section-accent: rgba(183, 255, 43, 0.18);
}

#versicherung {
  --section-accent: rgba(110, 10, 255, 0.16);
}

#fahren {
  --section-accent: rgba(29, 111, 132, 0.18);
}

#maut {
  --section-accent: rgba(183, 255, 43, 0.12);
}

#routen {
  --section-accent: rgba(110, 10, 255, 0.12);
}

#stimmen {
  --section-accent: rgba(29, 111, 132, 0.14);
}

#faq {
  --section-accent: rgba(183, 255, 43, 0.14);
}

.section-heading {
  position: relative;
  width: 100%;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(180px, 28vw);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(110, 10, 255, 0.9));
}

.overview-grid,
.split-copy,
.driving-layout,
.routes-grid,
.reviews-grid,
.faq-list,
.fleet-grid,
.detail-stripe {
  margin-top: 24px;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr;
  gap: 18px;
}

.copy-card,
.mini-panel,
.fact-box,
.route-body,
.review-card,
.faq-item,
.table-wrap,
.legal-main,
.detail-stripe article {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 52%);
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.copy-card,
.mini-panel,
.fact-box,
.faq-item,
.detail-stripe article,
.legal-main {
  padding: 24px;
}

.copy-card::before,
.mini-panel::before,
.fact-box::before,
.review-card::before,
.faq-item::before,
.detail-stripe article::before,
.table-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, var(--section-accent, rgba(183, 255, 43, 0.24)), transparent 70%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}

.copy-card:hover,
.mini-panel:hover,
.fact-box:hover,
.review-card:hover,
.faq-item:hover,
.detail-stripe article:hover,
.route-card:hover,
.table-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(17, 24, 39, 0.14);
  border-color: rgba(17, 24, 39, 0.14);
}

.accent-card {
  background:
    linear-gradient(135deg, rgba(183, 255, 43, 0.16), rgba(183, 255, 43, 0) 45%),
    rgba(255, 255, 255, 0.9);
}

.copy-card h3,
.mini-panel h3,
.fact-box h3,
.route-body h3,
.review-card h3,
.faq-item h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.driving-points {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.driving-points section {
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

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

.fleet-card {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.9));
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fleet-card:hover {
  border-color: rgba(110, 10, 255, 0.26);
  box-shadow: 0 26px 60px rgba(17, 24, 39, 0.18);
}

.fleet-card img {
  width: 100%;
  height: auto;
}

.fleet-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.fleet-topline {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.fleet-title {
  font-family: "Sora", sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.15;
}

.fleet-meta,
.fleet-copy,
.table-note,
.source-line,
.footer-copy,
.route-body p {
  color: var(--muted);
}

.table-note,
.table-wrap p,
.table-wrap caption {
  max-width: none;
}

.fleet-meta {
  font-size: 0.92rem;
  font-weight: 700;
}

.fleet-price {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(183, 255, 43, 0.2);
  font-size: 1.05rem;
  font-weight: 800;
}

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

.split-copy {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 18px;
  align-items: start;
}

.stack-cards {
  display: grid;
  gap: 18px;
}

.mini-panel ul {
  margin: 0;
  padding-left: 18px;
}

.mini-panel,
.fact-box {
  border-left: 4px solid rgba(110, 10, 255, 0.32);
}

.driving-layout {
  display: grid;
  grid-template-columns: 1.32fr 0.68fr;
  gap: 18px;
  align-items: stretch;
}

.fact-column {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 18px;
  height: 100%;
}

.fact-box {
  height: 100%;
}

.table-wrap {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(13, 19, 32, 0.04), rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.9);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 20px;
}

caption {
  margin-bottom: 12px;
  text-align: left;
  font-weight: 700;
  color: var(--ink);
}

thead {
  background: var(--panel-dark);
  color: #fff;
}

th,
td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

tbody tr:nth-child(even) {
  background: rgba(223, 232, 244, 0.48);
}

.source-line {
  margin: 14px 0 0;
  font-size: 0.94rem;
}

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

.route-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.route-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(13, 19, 32, 0.02), rgba(13, 19, 32, 0.22));
  pointer-events: none;
}

.route-card:hover {
  transform: translateY(-4px) rotate(-0.3deg);
  border-color: rgba(110, 10, 255, 0.22);
  box-shadow: 0 28px 62px rgba(17, 24, 39, 0.16);
}

.route-card img {
  width: 100%;
  height: auto;
}

.route-body {
  padding: 22px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 253, 0.92));
}

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

.review-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
}

.review-card::after {
  content: "“";
  position: absolute;
  right: 18px;
  top: 10px;
  font-family: "Sora", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(110, 10, 255, 0.12);
  pointer-events: none;
}

.review-card img {
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  counter-reset: faq;
}

.faq-item {
  counter-increment: faq;
  padding-top: 58px;
}

.faq-item::after {
  content: "0" counter(faq);
  position: absolute;
  left: 24px;
  top: 18px;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--accent-deep);
}

.site-footer {
  padding: 34px 0 60px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
}

.footer-brand {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.footer-copy {
  margin: 6px 0 0;
}

.footer-links {
  display: flex;
  gap: 20px;
  font-weight: 700;
}

.legal-body {
  background: linear-gradient(180deg, #eef3fa, #f7f9fc);
}

.legal-main {
  width: min(860px, calc(100vw - 40px));
  margin: 48px auto;
}

.legal-main h1 {
  max-width: none;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  margin-bottom: 20px;
}

.legal-main h2 {
  font-size: 1.2rem;
  margin: 24px 0 12px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 22px;
  font-weight: 800;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .hero-grid,
  .overview-grid,
  .fleet-grid,
  .split-copy,
  .driving-layout,
  .routes-grid,
  .faq-list {
    grid-template-columns: 1fr 1fr;
  }

  .overview-grid .accent-card,
  .split-copy .copy-card,
  .driving-layout .copy-card,
  .fleet-grid .fleet-card:first-child,
  .routes-grid .route-card:first-child {
    grid-column: 1 / -1;
  }

  .hero-copy,
  .hero-visual {
    min-height: auto;
  }

  .content-section > .container {
    padding: 22px;
  }

  .hero-visual {
    padding: 42px 18px 0 18px;
  }

  .booking-widget {
    left: 18px;
    right: 18px;
  }
}

@media (max-width: 820px) {
  .header-row,
  .footer-row,
  .top-nav {
    flex-wrap: wrap;
  }

  .top-nav {
    order: 3;
    width: 100%;
    gap: 16px;
  }

  .hero-grid,
  .overview-grid,
  .split-copy,
  .driving-layout,
  .routes-grid,
  .reviews-grid,
  .faq-list,
  .fleet-grid,
  .detail-stripe {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 28px 22px 22px;
  }

  .content-section > .container {
    padding: 18px;
    border-radius: 28px;
  }

  .content-section > .container::after {
    inset: 12px;
  }

  .hero-visual {
    padding: 20px 0 0;
  }

  .hero-visual::before {
    inset: 0;
  }

  .hero-image-frame {
    height: 360px;
    border-radius: 26px;
  }

  .booking-widget {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -36px;
  }

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

  .section-heading {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  h1 {
    max-width: none;
    font-size: clamp(2.4rem, 13vw, 4rem);
  }
}
