:root {
  --bg: #08131d;
  --bg-2: #0f1f2f;
  --panel: rgba(10, 24, 38, 0.9);
  --panel-strong: #10263a;
  --text: #eef4fb;
  --muted: #b0c0d0;
  --gold: #d7b36a;
  --gold-2: #f0d7a0;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(215, 179, 106, 0.18), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(102, 145, 198, 0.16), transparent 24%),
    radial-gradient(circle at 50% 105%, rgba(215, 179, 106, 0.07), transparent 32%),
    linear-gradient(180deg, #04111a 0%, var(--bg) 42%, #050b11 100%);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.12;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 92%);
}

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

.page-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 44px;
}

.topbar,
.hero,
.metrics,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 0 22px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), #8c5b25);
  color: #111;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.brand-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-tag {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.topnav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

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

.topnav a {
  padding: 9px 12px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.topnav a:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-soft);
}

.lang-switcher select {
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  outline: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  padding: 20px 0 22px;
}

.hero-copy,
.hero-card,
.service-card,
.booking-form,
.booking-summary,
.contact-card,
details {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 34, 50, 0.95), rgba(9, 20, 32, 0.95));
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-copy {
  border-radius: 32px;
  padding: 42px;
}

.hero-card {
  border-radius: 32px;
  padding: 28px;
  align-self: center;
}

.hero-copy::before,
.hero-card::before,
.service-card::before,
.booking-form::before,
.booking-summary::before,
.contact-card::before,
details::before,
.fleet-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 35%);
  pointer-events: none;
}

.eyebrow {
  color: var(--gold-2);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0.01em;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  max-width: 11ch;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  max-width: 13ch;
}

h3 {
  font-size: 2rem;
}

.lede,
.hero-card p,
.service-card p,
.booking-summary p,
.contact-card a,
.faq-list p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}

.lede {
  max-width: 62ch;
  margin: 20px 0 0;
  font-size: 1.06rem;
}

.hero-actions,
.summary-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  box-shadow: var(--shadow-soft);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  box-shadow: var(--shadow-soft);
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), #f1d49b);
  color: #111;
}

.button.secondary {
  border-color: rgba(215, 179, 106, 0.35);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.button.full {
  width: 100%;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
}

.hero-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(215, 179, 106, 0.18);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold-2);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38d67a;
  box-shadow: 0 0 0 6px rgba(56, 214, 122, 0.16);
}

.hero-card h2 {
  margin-top: 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.live-panel {
  margin: 22px 0 24px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 14px;
}

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

.hero-schedule > div {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.hero-schedule strong {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.label {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 12px 0 30px;
}

.metric {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.metric strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.metric span {
  color: var(--muted);
}

.section {
  margin-top: 34px;
}

.language-note {
  padding: 30px 0 0;
}

.language-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 70ch;
}

.section-copy {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.language-page-links {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.language-page-link {
  display: grid;
  gap: 6px;
  padding: 18px 18px 17px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.language-page-link:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 179, 106, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.language-page-link.active {
  border-color: rgba(215, 179, 106, 0.6);
  background: linear-gradient(135deg, rgba(215, 179, 106, 0.14), rgba(255, 255, 255, 0.04));
}

.language-page-link span {
  font-weight: 800;
  font-size: 1.02rem;
}

.language-page-link small {
  color: var(--muted);
  line-height: 1.4;
}

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

.fleet-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 34, 50, 0.95), rgba(9, 20, 32, 0.95));
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fleet-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 179, 106, 0.35);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.fleet-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(8, 19, 29, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--gold-2);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fleet-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: #09131e;
}

.fleet-copy {
  padding: 18px 18px 20px;
}

.fleet-copy h3 {
  font-size: 1.42rem;
  margin-bottom: 8px;
}

.fleet-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.fleet-credit {
  margin-top: 10px !important;
  font-size: 0.86rem;
}

.fleet-credit a {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

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

.service-card,
.contact-card,
details {
  border-radius: 24px;
  padding: 26px;
}

.service-card h3,
.contact-card h3 {
  margin-bottom: 12px;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.booking-form,
.booking-summary {
  border-radius: 28px;
  padding: 26px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 14px;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(215, 179, 106, 0.45);
  border-color: rgba(215, 179, 106, 0.65);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 4px rgba(215, 179, 106, 0.12);
}

.summary-top {
  margin-bottom: 18px;
}

.summary-box {
  min-height: 240px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  white-space: pre-wrap;
  line-height: 1.7;
}

.tracking-box {
  margin-top: 16px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(215, 179, 106, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(215, 179, 106, 0.18);
}

.tracking-box h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.tracking-box p {
  margin: 0;
}

.tracking-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.contact-card a {
  word-break: break-word;
}

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

details summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  font-size: 1.02rem;
}

details summary::-webkit-details-marker {
  display: none;
}

details p {
  margin-bottom: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 22px;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .hero,
  .booking-grid,
  .service-grid,
  .contact-grid,
  .metrics,
  .fleet-grid,
  .language-page-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

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

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 18px;
  }

  .hero-copy,
  .hero-card,
  .booking-form,
  .booking-summary,
  .service-card,
  .contact-card,
  details {
    padding: 20px;
    border-radius: 22px;
  }

  .hero,
  .booking-grid,
  .service-grid,
  .contact-grid,
  .metrics,
  .fleet-grid,
  .language-page-links,
  .form-row {
    grid-template-columns: 1fr;
  }

  .language-page-links {
    gap: 10px;
  }

  .topnav {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  h1 {
    max-width: 100%;
  }

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

  .hero-card {
    padding: 22px;
  }

  .hero-schedule {
    grid-template-columns: 1fr;
  }

  .tracking-box {
    padding: 16px;
  }

  .hero-actions .button,
  .form-actions .button,
  .summary-actions .button {
    width: 100%;
  }

  .hero-actions,
  .form-actions,
  .summary-actions {
    gap: 10px;
  }

  .hero-strip {
    gap: 8px;
  }

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

  .metrics {
    margin-bottom: 18px;
  }

  .metric {
    padding: 18px;
  }

  .section {
    margin-top: 28px;
  }
}
