:root {
  --ink: #071224;
  --ink-soft: #19314d;
  --paper: #f4fff8;
  --paper-strong: #ffffff;
  --acid: #d3ff39;
  --aqua: #63f4ff;
  --melon: #ff6e55;
  --sky: #2d9cff;
  --mint: #9bf6c2;
  --line: rgba(7, 18, 36, 0.1);
  --shadow: 0 28px 80px rgba(7, 18, 36, 0.14);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --content: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(99, 244, 255, 0.4), transparent 28%),
    radial-gradient(circle at top right, rgba(211, 255, 57, 0.36), transparent 26%),
    linear-gradient(180deg, #effff4 0%, #fefcf8 44%, #f3fcff 100%);
}

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

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

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

.topbar-wrap {
  position: sticky;
  top: 16px;
  z-index: 30;
  padding-top: 18px;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(7, 18, 36, 0.08);
  backdrop-filter: blur(16px);
}

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

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(7, 18, 36, 0.12);
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-copy span {
  display: block;
  font-size: 0.78rem;
  color: rgba(7, 18, 36, 0.66);
  white-space: nowrap;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  min-width: 0;
  font-size: 0.94rem;
}

.nav a {
  white-space: nowrap;
  color: rgba(7, 18, 36, 0.78);
}

.menu-cta,
.widget-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

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

.menu-cta {
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--acid), #fff28f);
  box-shadow: 0 14px 28px rgba(211, 255, 57, 0.35);
}

.main {
  padding: 26px 0 60px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  gap: 18px;
  min-height: 700px;
}

.hero-panel,
.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 42px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 255, 248, 0.92) 58%, rgba(99, 244, 255, 0.22) 100%);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 16%, rgba(211, 255, 57, 0.58), transparent 17%),
    radial-gradient(circle at 84% 82%, rgba(255, 110, 85, 0.25), transparent 22%);
  pointer-events: none;
}

.hero-media {
  min-height: 100%;
  background: linear-gradient(180deg, #08152a 0%, #11264b 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

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

.hero-copy,
.hero-stack {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  background: rgba(7, 18, 36, 0.06);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--melon);
  box-shadow: 0 0 0 5px rgba(255, 110, 85, 0.16);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

h1 {
  margin-top: 28px;
  font-size: clamp(3.55rem, 8.4vw, 6.4rem);
  white-space: normal;
}

.hero-copy p {
  max-width: 33rem;
  font-size: 1.04rem;
  line-height: 1.62;
  margin: 18px 0 0;
}

.hero-copy h1 {
  max-width: 7.8ch;
}

.micro-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.micro-strip div {
  padding: 16px 16px 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 18, 36, 0.08);
  border-radius: 20px;
}

.micro-strip strong {
  display: block;
  font-size: 1.15rem;
}

.micro-strip span {
  display: block;
  margin-top: 6px;
  font-size: 0.86rem;
  color: rgba(7, 18, 36, 0.68);
}

.widget {
  margin-top: 28px;
  padding: 18px;
  background: rgba(7, 18, 36, 0.94);
  color: white;
  border-radius: 28px;
}

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

.field-link {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, background 0.25s ease;
}

.field-link span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.62);
}

.field-link strong {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.25;
}

.widget-button {
  width: 100%;
  padding: 16px 20px;
  border-radius: 20px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--aqua), var(--acid));
  box-shadow: 0 16px 34px rgba(99, 244, 255, 0.28);
}

.widget small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
}

.hero-stack {
  position: absolute;
  inset: 0;
  padding: 30px;
}

.float-note,
.route-chip,
.data-capsule {
  position: absolute;
  padding: 16px 18px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.float-note {
  top: 26px;
  left: 24px;
  width: 220px;
  background: linear-gradient(150deg, rgba(99, 244, 255, 0.95), rgba(255, 255, 255, 0.9));
}

.data-capsule {
  right: 20px;
  bottom: 182px;
  width: 210px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(155, 246, 194, 0.85));
}

.route-chip {
  right: 24px;
  bottom: 26px;
  width: 300px;
  background: rgba(7, 18, 36, 0.86);
  color: white;
}

.route-chip img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 12px;
}

.float-note strong,
.data-capsule strong,
.route-chip strong {
  display: block;
  font-size: 1.12rem;
}

.float-note span,
.data-capsule span,
.route-chip span {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.48;
}

.section {
  margin-top: 28px;
  padding: 38px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.section-light {
  background: rgba(255, 255, 255, 0.84);
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(99, 244, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #071224 0%, #102544 100%);
  color: white;
}

.section-acid {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.42), transparent 22%),
    linear-gradient(135deg, rgba(211, 255, 57, 0.88), rgba(99, 244, 255, 0.76));
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-head p,
.table-note,
.review-card p,
.faq-item p,
.faq-item div {
  line-height: 1.65;
}

.section-head h2 {
  font-size: clamp(2.45rem, 4.7vw, 4.15rem);
  white-space: nowrap;
}

.section-head p {
  max-width: 34rem;
  margin: 0;
  font-size: 1rem;
}

.overview-grid,
.pulse-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 20px;
}

.copy-flow p,
.copy-flow ul {
  margin: 0 0 18px;
  line-height: 1.7;
  max-width: 74ch;
}

.copy-flow ul {
  padding-left: 20px;
}

.orbit-panel {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(165deg, rgba(7, 18, 36, 0.96), rgba(16, 37, 68, 0.92));
  color: white;
  overflow: hidden;
}

.orbit-panel::before,
.orbit-panel::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.22);
}

.orbit-panel::before {
  width: 320px;
  height: 320px;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-panel::after {
  width: 220px;
  height: 220px;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-core,
.orbit-badge {
  position: absolute;
  z-index: 1;
}

.orbit-core {
  top: 142px;
  left: 50%;
  width: 150px;
  height: 150px;
  padding: 18px;
  transform: translateX(-50%);
  border-radius: 28px;
  background: linear-gradient(145deg, var(--acid), var(--aqua));
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(99, 244, 255, 0.28);
}

.orbit-core strong,
.orbit-badge strong {
  display: block;
  font-size: 1rem;
}

.orbit-core span,
.orbit-badge span {
  display: block;
  margin-top: 6px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.orbit-badge {
  width: 164px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.orbit-badge.one {
  top: 34px;
  left: 30px;
}

.orbit-badge.two {
  top: 126px;
  right: 24px;
}

.orbit-badge.three {
  bottom: 34px;
  left: 44px;
}

.orbit-foot {
  position: absolute;
  right: 28px;
  bottom: 24px;
  max-width: 11rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
}

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

.fleet-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 18, 36, 0.08);
  box-shadow: 0 20px 42px rgba(7, 18, 36, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fleet-card:nth-child(2) {
  transform: translateY(18px);
}

.fleet-card:nth-child(3) {
  transform: translateY(-10px);
}

.fleet-card:nth-child(4) {
  transform: translateY(12px);
}

.fleet-card:hover {
  box-shadow: 0 26px 52px rgba(7, 18, 36, 0.16);
}

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

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

.fleet-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.fleet-top h3 {
  flex: 1 1 auto;
  font-size: 1.38rem;
  line-height: 0.98;
}

.price {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  min-width: 108px;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(7, 18, 36, 0.04), rgba(7, 18, 36, 0.08));
  font-size: 0.76rem;
  color: rgba(7, 18, 36, 0.8);
}

.price strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.1;
  color: var(--ink);
}

.fleet-meta,
.chip-row,
.step-grid,
.review-grid {
  display: grid;
  gap: 14px;
}

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

.fleet-meta span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 74px;
  padding: 12px 14px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 246, 252, 0.94));
  border: 1px solid rgba(7, 18, 36, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  text-align: center;
  overflow: hidden;
}

.fleet-meta span:last-child {
  grid-column: 1 / -1;
}

.fleet-meta em {
  display: block;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 18, 36, 0.46);
}

.fleet-meta strong {
  display: block;
  margin-top: 6px;
  font-size: 0.96rem;
  line-height: 1.2;
  color: var(--ink);
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
}

.fleet-body p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.94rem;
}

.fleet-linkline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(7, 18, 36, 0.04), rgba(7, 18, 36, 0.08));
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: var(--ink-soft);
}

.pulse-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 20px;
  align-items: stretch;
}

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

.step-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px 24px;
  border-radius: 26px;
  min-height: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.step-card strong {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 18px;
  font-family: "Space Grotesk", sans-serif;
  background: white;
  color: var(--ink);
}

.step-card h3 {
  font-size: 1.18rem;
  line-height: 1.02;
}

.step-card p {
  margin: 0;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.58;
}

.route-pane {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 404px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.route-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
}

.route-pane .overlay {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: grid;
  align-content: end;
  gap: 14px;
  background: linear-gradient(180deg, rgba(7, 18, 36, 0.1), rgba(7, 18, 36, 0.7));
}

.overlay-card {
  max-width: 19rem;
  padding: 18px 18px 20px;
  border-radius: 24px;
  background: rgba(7, 18, 36, 0.76);
  box-shadow: 0 18px 38px rgba(7, 18, 36, 0.24);
  backdrop-filter: blur(10px);
}

.overlay-card:last-child {
  margin-left: 28px;
}

.overlay-card strong {
  display: block;
  font-size: 1.02rem;
}

.overlay-card span {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.table-shell {
  overflow-x: auto;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(7, 18, 36, 0.08);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.info-table th,
.info-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(7, 18, 36, 0.08);
  vertical-align: top;
}

.info-table th {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-table tbody tr:nth-child(1) {
  background: rgba(255, 255, 255, 0.72);
}

.info-table tbody tr:nth-child(2) {
  background: rgba(211, 255, 57, 0.16);
}

.info-table tbody tr:nth-child(3) {
  background: rgba(99, 244, 255, 0.18);
}

.info-table tbody tr:nth-child(4) {
  background: rgba(255, 110, 85, 0.12);
}

.table-note {
  margin: 18px 0 0;
  max-width: 54rem;
}

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

.review-card {
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 18, 36, 0.08);
}

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

.review-head img {
  width: 68px;
  height: 68px;
  border-radius: 18px;
}

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

.review-head span {
  display: block;
  margin-top: 4px;
  color: rgba(7, 18, 36, 0.66);
}

.review-card p {
  margin: 0;
}

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

.faq-item {
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(7, 18, 36, 0.08);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

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

.faq-item div {
  margin-top: 14px;
}

.legal-layout {
  padding: 42px 0 64px;
}

.legal-hero {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.legal-card h1 {
  margin-top: 0;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
}

.legal-card h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  margin: 26px 0 14px;
  white-space: nowrap;
}

.legal-card p,
.legal-card li {
  line-height: 1.72;
}

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

.footer {
  padding: 0 0 32px;
}

.footer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 999px;
  white-space: nowrap;
  overflow-x: auto;
  background: rgba(7, 18, 36, 0.94);
  color: rgba(255, 255, 255, 0.88);
}

.footer-line a {
  color: white;
}

.footer-line::-webkit-scrollbar {
  height: 0;
}

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

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

  .pulse-grid,
  .overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .topbar {
    grid-template-columns: 1fr;
    border-radius: 30px;
    justify-items: center;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .hero-media {
    min-height: 540px;
  }

  .hero-stack {
    padding: 22px;
  }

  .float-note,
  .data-capsule,
  .route-chip {
    position: static;
    width: auto;
    margin-top: 16px;
  }

  .route-chip img {
    height: 180px;
  }

  .faq-list,
  .fleet-grid,
  .review-grid,
  .widget-grid,
  .micro-strip {
    grid-template-columns: 1fr;
  }

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

  .fleet-meta span:last-child {
    grid-column: auto;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 720px) {
  :root {
    --content: min(100% - 24px, 100%);
  }

  .topbar-wrap {
    top: 10px;
  }

  .hero-panel,
  .hero-media,
  .section,
  .legal-card {
    border-radius: 26px;
  }

  .hero-panel,
  .section,
  .legal-card {
    padding: 24px;
  }

  h1,
  .section-head h2,
  .legal-card h2 {
    white-space: nowrap;
    font-size: clamp(1.92rem, 7.1vw, 3rem);
  }

  .hero-copy h1 {
    max-width: none;
    white-space: normal;
    font-size: clamp(3rem, 11.8vw, 4.5rem);
  }

  .brand-copy span,
  .brand-copy strong {
    white-space: normal;
  }

  .orbit-panel {
    min-height: 540px;
  }

  .orbit-panel::before,
  .orbit-panel::after {
    width: 220px;
    height: 220px;
  }

  .orbit-panel::after {
    width: 140px;
    height: 140px;
  }

  .orbit-core {
    top: 200px;
    width: 128px;
    height: 128px;
  }

  .orbit-badge {
    width: 140px;
  }

  .footer-line {
    font-size: 0.88rem;
  }

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

  .fleet-meta span:last-child {
    grid-column: auto;
  }
}
