:root {
  --bg: #07141c;
  --bg-soft: #0c1b26;
  --panel: rgba(12, 31, 41, 0.82);
  --panel-solid: #0e2430;
  --panel-strong: #112d3a;
  --text: #eff8f7;
  --muted: #a8c1c9;
  --line: rgba(140, 240, 200, 0.18);
  --line-strong: rgba(118, 201, 255, 0.34);
  --accent: #8cf0c8;
  --accent-2: #76c9ff;
  --accent-3: #d6ff72;
  --hot: #ff8a5b;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(118, 201, 255, 0.12), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(140, 240, 200, 0.18), transparent 26%),
    linear-gradient(180deg, #061018 0%, #07141c 30%, #081923 100%);
  line-height: 1.6;
}

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

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

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

.page-shell {
  overflow: clip;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(7, 20, 28, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.topbar-inner,
.section-inner,
.footer-inner,
.legal-shell {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 82px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-lockup img {
  width: 172px;
  height: auto;
}

.brand-tag {
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.topnav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.topnav a:not(.menu-cta) {
  color: var(--muted);
  font-size: 0.96rem;
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--text);
}

.menu-cta,
.widget-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 240, 200, 0.34);
  color: #041016;
  background: linear-gradient(135deg, var(--accent), #c9ffeb);
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 40px rgba(140, 240, 200, 0.18);
}

.menu-cta:hover,
.widget-cta:hover,
.fleet-card:hover,
.fleet-card:focus-visible {
  transform: translateY(-3px);
}

.hero {
  position: relative;
  min-height: calc(100svh - 82px);
  padding: clamp(1rem, 1.8vh, 1.5rem) 0 clamp(1.2rem, 2vh, 1.8rem);
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(6, 16, 24, 0.78) 0 42%, rgba(6, 16, 24, 0.24) 42% 55%, rgba(11, 29, 38, 0.72) 55% 100%),
    linear-gradient(180deg, rgba(6, 16, 24, 0.08), rgba(6, 16, 24, 0.68)),
    url("img/mietwagen-irland-de-de-hero-h1r0.webp");
  background-size: cover;
  background-position: center 42%;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 76% 100%, 0 92%);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  right: -6vw;
  top: 5rem;
  width: min(32vw, 420px);
  height: min(46vw, 520px);
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(214, 255, 114, 0.18), rgba(118, 201, 255, 0.06));
  filter: blur(10px);
  transform: rotate(8deg);
  z-index: -1;
}

.hero-shell {
  width: min(calc(100% - 2rem), 1320px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.hero-stage {
  display: grid;
  gap: clamp(0.8rem, 1.5vh, 1.2rem);
  width: 100%;
  padding: 0.35rem 0 0;
}

.hero-copy {
  width: min(100%, 740px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(118, 201, 255, 0.28);
  background: rgba(7, 20, 28, 0.46);
  color: #dff7ff;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0.8rem auto 0.7rem;
  max-width: 11ch;
  font-family: "Syne", "Trebuchet MS", sans-serif;
  font-size: clamp(2.7rem, 6.8vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.hero-lead {
  margin: 0 auto 0.85rem;
  font-size: 1rem;
  color: var(--muted);
}

.hero-widget {
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 0.75rem;
  margin: 0 auto;
  padding: 1.05rem;
  width: min(100%, 940px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(6, 16, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-widget::before {
  content: "";
  position: absolute;
  inset: -20% auto auto 68%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 240, 200, 0.34), transparent 70%);
  pointer-events: none;
}

.hero-widget::after {
  content: "";
  position: absolute;
  inset: auto auto -36px -24px;
  width: 220px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118, 201, 255, 0.18), rgba(255, 138, 91, 0.08));
  filter: blur(8px);
  pointer-events: none;
}

.widget-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.widget-badge,
.widget-hint {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.widget-badge {
  background: rgba(118, 201, 255, 0.12);
  border: 1px solid rgba(118, 201, 255, 0.22);
  color: #d8f4ff;
}

.widget-hint {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.hero-chips {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.8rem;
  width: min(100%, 1040px);
  margin: 0 auto;
}

.widget-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 0.7rem;
  align-items: stretch;
}

.widget-field {
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 0.3rem;
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 45, 58, 0.82), rgba(10, 23, 30, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.widget-field::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: var(--accent-2);
}

.widget-field:nth-child(2)::before {
  background: var(--accent);
}

.widget-field:nth-child(3)::before {
  background: var(--hot);
}

.widget-field:nth-child(4)::before {
  background: var(--accent-3);
}

.widget-index {
  display: inline-flex;
  margin-bottom: 0.2rem;
  color: rgba(239, 248, 247, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.widget-label {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.widget-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.floating-chip,
.metric-chip {
  z-index: 2;
  max-width: 250px;
  padding: 0.78rem 0.9rem;
  border-radius: 20px;
  background: rgba(7, 20, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.chip-label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.chip-value {
  font-size: 1.05rem;
  font-weight: 700;
}

.section {
  padding: 4.8rem 0;
}

.section-title {
  margin: 0 auto 0.9rem;
  max-width: 16ch;
  text-align: center;
  font-family: "Syne", "Trebuchet MS", sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.section-copy {
  margin: 0 auto 2.4rem;
  text-align: center;
  color: var(--muted);
}

.overview-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.3rem;
  align-items: stretch;
}

.glass-card,
.signal-card,
.route-card,
.review-card,
.table-shell,
.faq-item,
.legal-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(7, 20, 28, 0.72);
  box-shadow: var(--shadow);
}

.glass-card {
  position: relative;
  padding: 2rem;
  border-radius: 34px;
  overflow: hidden;
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: auto -12% -24% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 201, 255, 0.26), transparent 65%);
}

.kilo {
  margin: 0 0 1rem;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: rgba(140, 240, 200, 0.22);
  font-weight: 700;
}

.facts-list {
  display: grid;
  gap: 0.9rem;
}

.facts-list div {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(10, 23, 30, 0.92);
  border-left: 4px solid var(--accent-2);
}

.facts-list strong {
  display: block;
  margin-bottom: 0.2rem;
}

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

.signal-card {
  position: relative;
  padding: 1.6rem;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
}

.signal-card:nth-child(1) {
  transform: rotate(-1.1deg);
}

.signal-card:nth-child(2) {
  transform: translateY(1rem);
}

.signal-card:nth-child(3) {
  transform: rotate(1deg);
}

.signal-index {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-3);
}

.signal-word {
  margin: 0 0 0.7rem;
  font-family: "Syne", "Trebuchet MS", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.96;
}

.signal-ribbon {
  position: absolute;
  right: -1.2rem;
  bottom: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 138, 91, 0.12);
  border: 1px solid rgba(255, 138, 91, 0.24);
  color: #ffd8ca;
  transform: rotate(-8deg);
}

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

.fleet-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(10, 23, 30, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.fleet-card:hover,
.fleet-card:focus-visible {
  border-color: rgba(140, 240, 200, 0.34);
}

.fleet-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 20px;
}

.fleet-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.fleet-topline h3 {
  margin: 0;
  font-size: 1.15rem;
}

.fleet-price {
  white-space: nowrap;
  color: var(--accent);
  font-weight: 700;
}

.fleet-meta {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}

.fleet-meta span {
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.table-shell {
  border-radius: 30px;
  padding: 1.2rem;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
}

.rate-table th,
.rate-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rate-table th {
  color: var(--accent-2);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.route-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.route-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 30px;
  align-items: center;
}

.route-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 22px;
}

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

.review-card {
  padding: 1.35rem;
  border-radius: 26px;
}

.review-head {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1rem;
}

.review-head img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

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

.review-meta span {
  color: var(--muted);
  font-size: 0.92rem;
}

.stars {
  color: var(--accent-3);
  letter-spacing: 0.12em;
}

.faq-list {
  display: grid;
  gap: 0.95rem;
}

.faq-item {
  border-radius: 24px;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 1.4rem;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 1.4rem 1.3rem;
  color: var(--muted);
}

.footer {
  padding: 2.2rem 0 2.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.footer-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--muted);
}

.footer small {
  color: var(--muted);
  max-width: 74ch;
}

.legal-page {
  min-height: 100vh;
  padding: 3rem 0 5rem;
}

.legal-shell {
  display: grid;
  gap: 1.4rem;
}

.legal-card {
  padding: 2rem;
  border-radius: 30px;
}

.legal-card h1,
.legal-card h2 {
  font-family: "Syne", "Trebuchet MS", sans-serif;
  letter-spacing: -0.04em;
}

.back-link {
  color: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .widget-grid,
  .fleet-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .overview-grid,
  .signal-grid,
  .route-grid,
  .route-card {
    grid-template-columns: 1fr;
  }

  .signal-card:nth-child(1),
  .signal-card:nth-child(2),
  .signal-card:nth-child(3) {
    transform: none;
  }

  .hero-chips {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    min-height: 76px;
    align-items: flex-start;
    padding: 0.8rem 0;
  }

  .topnav {
    justify-content: flex-end;
  }

  .topnav a:not(.menu-cta) {
    display: none;
  }

  .hero {
    padding-top: 1.2rem;
    min-height: auto;
    display: block;
  }

  .hero::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 56% 100%, 0 92%);
  }

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

  .fleet-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero-chips {
    flex-direction: column;
    align-items: stretch;
  }

  .section {
    padding: 3.8rem 0;
  }

  .glass-card,
  .signal-card,
  .route-card,
  .review-card,
  .table-shell,
  .legal-card {
    padding: 1.2rem;
  }
}
