:root {
  --bg: #f4f7fb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #10233b;
  --muted: #5b6a7f;
  --line: rgba(16, 35, 59, 0.12);
  --navy: #0d2742;
  --teal: #179b95;
  --cyan: #68d5e2;
  --lime: #d8ef69;
  --amber: #ffbf5f;
  --rose: #ff7f8c;
  --shadow-lg: 0 28px 70px rgba(12, 36, 63, 0.18);
  --shadow-md: 0 18px 40px rgba(12, 36, 63, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(104, 213, 226, 0.3), transparent 28%),
    radial-gradient(circle at top right, rgba(216, 239, 105, 0.25), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f8 45%, #f9fbfd 100%);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}

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

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(244, 247, 251, 0.72);
  border-bottom: 1px solid rgba(16, 35, 59, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

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

.brand-lockup img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.86rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.main-nav a:not(.menu-cta) {
  color: var(--muted);
  font-weight: 600;
}

.main-nav a:not(.menu-cta):hover,
.main-nav a:not(.menu-cta):focus-visible {
  color: var(--navy);
}

.menu-cta,
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.menu-cta {
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--navy), #174d7c);
  color: #fff;
  box-shadow: 0 14px 30px rgba(13, 39, 66, 0.28);
}

.primary-action {
  padding: 16px 22px;
  background: linear-gradient(135deg, var(--lime), #f5ffb5);
  color: #09111d;
  box-shadow: 0 14px 30px rgba(216, 239, 105, 0.32);
}

.menu-cta:hover,
.menu-cta:focus-visible,
.primary-action:hover,
.primary-action:focus-visible {
  transform: translateY(-2px);
}

main {
  padding-bottom: 48px;
}

.hero-wrap {
  width: 100%;
  padding: 26px 0 24px;
}

.hero-bleed {
  width: calc(100% - 24px);
  margin: 0 auto;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.hero-story,
.booking-widget {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-story {
  min-height: clamp(680px, 86vh, 920px);
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 42px;
  background:
    linear-gradient(145deg, rgba(13, 39, 66, 0.94), rgba(10, 70, 107, 0.88)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.2));
  color: #fff;
}

.hero-story::after {
  content: "";
  position: absolute;
  inset: auto -12% -14% 28%;
  background:
    radial-gradient(circle at 20% 30%, rgba(216, 239, 105, 0.2), transparent 34%),
    radial-gradient(circle at 60% 30%, rgba(104, 213, 226, 0.22), transparent 28%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d5f3ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy h1 {
  margin: 0 auto 18px;
  max-width: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.7rem, 4.8vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.hero-copy p {
  margin: 0 auto;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.04rem;
}

.hero-highlights {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: end;
  margin-top: 34px;
}

.hero-image-frame {
  position: relative;
  min-height: 340px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.hero-image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 39, 66, 0.1), rgba(13, 39, 66, 0.42));
  z-index: 1;
}

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

.floating-chip {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  box-shadow: var(--shadow-md);
}

.floating-chip strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.floating-chip span {
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-metrics {
  display: grid;
  gap: 14px;
}

.metric-card {
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.metric-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.7rem;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.booking-widget {
  isolation: isolate;
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(104, 213, 226, 0.26), transparent 34%),
    radial-gradient(circle at bottom right, rgba(216, 239, 105, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 28px 70px rgba(12, 36, 63, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.booking-widget::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 28px;
  border: 1px solid rgba(16, 35, 59, 0.06);
  pointer-events: none;
}

.booking-widget::after {
  content: "";
  position: absolute;
  inset: auto 26px 24px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 213, 226, 0.22), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.booking-widget[data-link] {
  cursor: pointer;
}

.widget-orbit {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid rgba(16, 35, 59, 0.08);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.82) 0 22%, transparent 24%),
    conic-gradient(from 120deg, rgba(23, 155, 149, 0.26), rgba(104, 213, 226, 0.08), rgba(216, 239, 105, 0.26), rgba(23, 155, 149, 0.26));
  opacity: 0.8;
  z-index: 0;
}

.widget-top {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.widget-top h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  text-align: left;
}

.widget-top p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 28ch;
  text-align: left;
}

.widget-badge {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(13, 39, 66, 0.06);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(16, 35, 59, 0.06);
}

.widget-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.widget-strip span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow:
    0 10px 20px rgba(12, 36, 63, 0.06),
    inset 0 0 0 1px rgba(16, 35, 59, 0.05);
}

.widget-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px 22px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(13, 39, 66, 0.96), rgba(20, 86, 124, 0.92));
  color: #fff;
  overflow: hidden;
}

.widget-summary::after {
  content: "";
  position: absolute;
  inset: auto -32px -40px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 239, 105, 0.28), transparent 66%);
}

.widget-summary-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.widget-summary strong {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.35rem;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.widget-summary p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.84);
}

.widget-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.widget-field {
  position: relative;
  min-height: 132px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 254, 0.92));
  border: 1px solid rgba(16, 35, 59, 0.06);
  box-shadow:
    0 14px 24px rgba(12, 36, 63, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.widget-field::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  box-shadow: 0 0 0 8px rgba(23, 155, 149, 0.08);
}

.widget-label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.widget-value {
  display: block;
  max-width: 18ch;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.28;
}

.widget-meta {
  display: block;
  margin-top: 10px;
  max-width: 24ch;
  color: var(--muted);
  font-size: 0.86rem;
}

.widget-footnote {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.widget-action-row {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.widget-cta-wrap {
  margin: 0;
}

.booking-widget .primary-action {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  background: linear-gradient(135deg, var(--navy), #133f68 55%, #1b7f97);
  color: #fff;
  box-shadow: 0 18px 34px rgba(13, 39, 66, 0.24);
}

.section {
  padding: 46px 0;
}

.section h2 {
  margin: 0 auto 14px;
  max-width: 18ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-align: center;
  text-wrap: balance;
}

.section-lead {
  max-width: 68ch;
  margin: 0 auto 26px;
  color: var(--muted);
  text-align: center;
}

.glass-panel {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}

.overview-grid,
.steps-grid,
.reviews-grid,
.faq-grid,
.pickup-grid,
.highlights-grid {
  display: grid;
  gap: 18px;
}

.overview-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: stretch;
}

.overview-card,
.overview-side,
.highlight-card,
.step-card,
.pickup-card,
.review-card,
.faq-card {
  padding: 28px;
}

.overview-card p:last-child,
.overview-side p:last-child,
.review-card p:last-child,
.faq-card p:last-child {
  margin-bottom: 0;
}

.overview-side {
  background: linear-gradient(160deg, rgba(23, 155, 149, 0.12), rgba(255, 255, 255, 0.92));
}

.micro-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.micro-item {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 35, 59, 0.08);
}

.micro-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

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

.highlight-card {
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  opacity: 0.28;
}

.highlight-card.teal {
  background: linear-gradient(140deg, rgba(23, 155, 149, 0.18), rgba(255, 255, 255, 0.94));
}

.highlight-card.teal::before {
  background: rgba(23, 155, 149, 0.24);
}

.highlight-card.lime {
  background: linear-gradient(140deg, rgba(216, 239, 105, 0.28), rgba(255, 255, 255, 0.94));
}

.highlight-card.lime::before {
  background: rgba(216, 239, 105, 0.34);
}

.highlight-card.cyan {
  background: linear-gradient(140deg, rgba(104, 213, 226, 0.22), rgba(255, 255, 255, 0.94));
}

.highlight-card.cyan::before {
  background: rgba(104, 213, 226, 0.3);
}

.highlight-card strong {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
}

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

.fleet-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.96));
  border-radius: var(--radius-lg);
  border: 1px solid rgba(16, 35, 59, 0.08);
  box-shadow: var(--shadow-md);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.fleet-card:hover,
.fleet-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(12, 36, 63, 0.18);
}

.fleet-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.fleet-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.fleet-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.fleet-topline strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
}

.price-pill {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(13, 39, 66, 0.06);
  text-align: right;
}

.price-pill span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.price-pill strong {
  display: block;
  font-size: 1.18rem;
  color: var(--navy);
}

.fleet-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.fleet-specs li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(104, 213, 226, 0.14);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 700;
}

.fleet-body p {
  color: var(--muted);
  margin-bottom: 0;
}

.step-card {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.84);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), #1d5f96);
  color: #fff;
  font-weight: 900;
}

.step-card h3,
.pickup-copy h3,
.review-card h3,
.faq-card h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
}

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

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

.pickup-card {
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
}

.pickup-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.pickup-copy {
  padding: 24px 24px 28px;
}

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

.review-card {
  display: grid;
  gap: 16px;
  background: rgba(255, 255, 255, 0.88);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.review-meta strong {
  display: block;
  font-size: 1rem;
}

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

.star-row {
  color: #f7b84f;
  letter-spacing: 0.08em;
  font-size: 0.92rem;
}

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

.faq-card {
  background: rgba(255, 255, 255, 0.86);
}

.faq-card p {
  color: var(--muted);
}

.site-footer {
  padding: 28px 0 42px;
}

.footer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
  align-items: start;
  padding: 28px;
}

.footer-panel p {
  color: var(--muted);
  max-width: 62ch;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--navy);
  font-weight: 700;
}

.footer-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.legal-main {
  padding: 54px 0 60px;
}

.legal-panel {
  padding: 34px;
}

.legal-panel h1 {
  margin: 0 auto 16px;
  max-width: 18ch;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.legal-panel h2 {
  margin: 28px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
}

.legal-panel p,
.legal-panel li {
  max-width: 75ch;
  color: var(--text);
}

.legal-panel ul {
  padding-left: 20px;
}

.legal-meta {
  text-align: center;
  color: var(--muted);
}

.muted-link {
  color: var(--teal);
}

@media (max-width: 1120px) {
  .hero-layout,
  .overview-grid,
  .footer-panel {
    grid-template-columns: 1fr;
  }

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

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

  .hero-story {
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .header-row,
  .main-nav {
    flex-direction: column;
  }

  .hero-story,
  .booking-widget,
  .overview-card,
  .overview-side,
  .highlight-card,
  .step-card,
  .pickup-copy,
  .review-card,
  .faq-card,
  .legal-panel {
    padding: 22px;
  }

  .hero-highlights,
  .highlights-grid,
  .steps-grid,
  .pickup-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(1.55rem, 8vw, 2.5rem);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 22px), var(--max-width));
  }

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

  .hero-wrap {
    padding-top: 16px;
  }

  .hero-bleed {
    width: calc(100% - 16px);
  }

  .hero-story {
    padding: 22px;
  }

  .hero-highlights {
    margin-top: 24px;
  }

  .hero-image-frame {
    min-height: 260px;
  }

  .widget-top {
    flex-direction: column;
    align-items: center;
  }

  .widget-top p,
  .widget-top h2 {
    text-align: center;
  }

  .widget-strip,
  .widget-action-row {
    justify-content: center;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
