@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Syne:wght@600;700;800&display=swap");

:root {
  --bg: #06101a;
  --bg-alt: #0c1724;
  --ink: #f7fbff;
  --muted: #a5b8cc;
  --line: rgba(255, 255, 255, 0.14);
  --lime: #d7ff39;
  --cyan: #62f3ff;
  --sun: #ff6a3d;
  --panel: rgba(9, 20, 32, 0.8);
  --panel-solid: #0b1624;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.26);
  --max: 1680px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(98, 243, 255, 0.12), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(215, 255, 57, 0.14), transparent 24%),
    linear-gradient(180deg, #05101a 0%, #09121d 28%, #08131f 100%);
  min-width: 320px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 88%);
  pointer-events: none;
  z-index: -1;
}

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

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

p,
li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

main p,
main li,
main summary,
.legal-main p,
.legal-main li {
  max-width: 74ch;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 14px 0;
  background: linear-gradient(180deg, rgba(4, 8, 14, 0.92), rgba(4, 8, 14, 0.58));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

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

.brand-mark {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(98, 243, 255, 0.12), rgba(215, 255, 57, 0.18));
}

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

.brand-kicker,
.section-kicker,
.eyebrow,
.mini-label {
  font-size: 0.77rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-kicker,
.section-kicker,
.eyebrow {
  color: var(--lime);
}

.brand-name {
  font-family: "Syne", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  color: #081117;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--lime), #9eff6d);
  box-shadow: 10px 10px 0 rgba(98, 243, 255, 0.18);
}

.hero {
  position: relative;
  padding: 38px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 24px;
  align-items: stretch;
}

.hero-copy,
.hero-media,
.band-card,
.fleet-card,
.deal-panel,
.step-card,
.route-card,
.review-card,
.faq-item,
.legal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8, 20, 32, 0.96), rgba(9, 18, 31, 0.84));
}

.hero-copy {
  padding: clamp(28px, 4vw, 52px);
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 94% 100%, 0 100%);
}

.hero-copy::after,
.deal-panel::after,
.fleet-card::after,
.route-card::after,
.review-card::after,
.faq-item::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--lime), transparent 82%);
}

.eyebrow {
  margin-bottom: 18px;
}

.hero-copy h1 {
  margin: 0 0 18px;
  max-width: 100%;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.8rem, 5.4vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-copy .lede {
  margin: 0 0 10px;
  font-size: 1.08rem;
  color: rgba(247, 251, 255, 0.88);
}

.hero-copy .sublede {
  margin: 0 0 30px;
}

.widget-shell {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(98, 243, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.widget-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.widget-meta p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

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

.widget-field,
.widget-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 88px;
  padding: 16px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.widget-field {
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.widget-field:hover,
.widget-button:hover,
.fleet-card:hover,
.route-card:hover,
.review-card:hover {
  transform: translate(-5px, -5px);
  border-color: rgba(98, 243, 255, 0.62);
}

.widget-field strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.widget-field span {
  color: var(--muted);
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.widget-button {
  justify-content: space-between;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  color: #06101a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.widget-button small {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(6, 16, 26, 0.72);
}

.hero-media {
  min-height: 650px;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
}

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

.hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 24px;
  background: linear-gradient(180deg, transparent, rgba(4, 8, 14, 0.92));
}

.hero-note {
  max-width: 48ch;
}

.hero-note p,
.hero-tag {
  margin: 0;
  color: rgba(247, 251, 255, 0.86);
}

.hero-tag {
  align-self: end;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-band {
  padding: 22px 0 0;
}

.band-card {
  display: grid;
  grid-template-columns: 1.1fr 1.7fr;
  gap: 26px;
  padding: clamp(26px, 4vw, 42px);
}

.band-card h2,
.section-title,
.legal-card h1 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.3rem, 5.2vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.band-stat-grid,
.steps-grid,
.reviews-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.band-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.stat-chip {
  padding: 18px;
  border-top: 3px solid var(--lime);
  background: rgba(255, 255, 255, 0.03);
}

.stat-chip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.65rem;
  color: var(--ink);
}

.section-frame {
  padding: 18px 0 0;
}

.section-head {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-head p {
  margin: 0;
}

.section-head > :only-child {
  grid-column: 1 / -1;
}

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

.fleet-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

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

.fleet-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
}

.card-topline,
.step-index,
.route-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.card-topline::before,
.step-index::before,
.route-label::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.fleet-body h3,
.deal-copy h3,
.route-copy h3,
.review-card h3,
.faq-item summary {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--ink);
}

.price-row {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  color: var(--ink);
}

.price-row strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.price-row span {
  color: var(--muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.deal-grid,
.route-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.deal-panel,
.route-card {
  min-height: 100%;
}

.deal-panel img,
.route-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.deal-copy,
.route-copy {
  padding: clamp(24px, 3.5vw, 40px);
}

.list-compact {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.list-compact li {
  padding-left: 18px;
  position: relative;
}

.list-compact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 7px;
  height: 7px;
  background: var(--lime);
}

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

.step-card {
  padding: 22px;
  min-height: 100%;
}

.step-card p {
  margin-bottom: 0;
}

.route-grid {
  align-items: stretch;
}

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

.route-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
}

.route-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviews-wrap {
  background: linear-gradient(135deg, rgba(215, 255, 57, 0.98), rgba(98, 243, 255, 0.88));
  padding: clamp(26px, 3.8vw, 40px);
  color: #06101a;
}

.reviews-wrap h2,
.reviews-wrap p,
.reviews-wrap .section-kicker {
  color: #06101a;
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.review-card {
  padding: 22px;
  background: rgba(6, 16, 26, 0.92);
}

.review-card p {
  color: rgba(247, 251, 255, 0.82);
}

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

.review-head img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.review-meta strong {
  display: block;
  color: var(--ink);
}

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

.faq-item {
  padding: 0 20px;
}

.faq-item summary {
  list-style: none;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

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

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--lime);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 22px;
}

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

.footer-line {
  display: flex;
  gap: 18px;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-line,
.footer-line a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
}

.footer-line a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.legal-main {
  padding: 48px 0 72px;
}

.legal-card {
  padding: clamp(28px, 4vw, 44px);
}

.legal-card h1 {
  margin-bottom: 20px;
}

.legal-card h2 {
  margin: 30px 0 12px;
  font-size: 1.35rem;
  color: var(--ink);
}

.legal-card ul {
  margin: 0;
  padding-left: 18px;
}

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

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

@media (max-width: 1180px) {
  .header-bar,
  .hero-grid,
  .band-card,
  .section-head,
  .deal-grid,
  .route-grid,
  .route-card {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  body::before {
    background-size: 54px 54px;
  }

  .site-shell {
    width: min(calc(100% - 18px), var(--max));
  }

  .site-header {
    position: static;
  }

  .header-bar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .top-nav {
    justify-content: flex-start;
  }

  .hero-copy h1,
  .band-card h2,
  .section-title,
  .legal-card h1 {
    max-width: none;
    font-size: clamp(2.35rem, 14vw, 4.35rem);
  }

  .widget-grid,
  .fleet-grid,
  .steps-grid,
  .reviews-grid,
  .faq-grid,
  .band-stat-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-media {
    clip-path: none;
  }

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

  .deal-panel img,
  .route-card img {
    min-height: 260px;
  }

  .footer-line {
    gap: 12px;
  }
}
