:root {
  --bg: #061319;
  --bg-alt: #0d2029;
  --paper: #edf3f6;
  --paper-2: #d9e6ec;
  --ink: #eef7fb;
  --ink-dark: #0b171d;
  --muted: #88a4b1;
  --line: rgba(238, 247, 251, 0.18);
  --line-dark: rgba(11, 23, 29, 0.18);
  --accent: #a7ff3f;
  --accent-2: #37c8ff;
  --accent-3: #ffed66;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  --max: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(55, 200, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #051016 0%, #07161d 52%, #08171f 100%);
}

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

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

main {
  overflow: hidden;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(6, 19, 25, 0.78);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
}

.brand-mark {
  width: 204px;
  height: auto;
}

.nav-strip {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-strip a {
  color: var(--paper-2);
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

.nav-strip a:hover,
.nav-strip a:focus-visible {
  color: var(--accent);
  border-color: var(--accent);
}

.menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: linear-gradient(90deg, var(--accent) 0%, #ddff77 100%);
  color: var(--ink-dark);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 10px 50%);
}

.menu-cta:hover,
.menu-cta:focus-visible,
.widget-button:hover,
.widget-button:focus-visible,
.fleet-card:hover,
.fleet-card:focus-visible {
  filter: brightness(1.05);
}

.hero {
  padding: 38px 0 18px;
}

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

.hero-left,
.hero-visual {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-left {
  background:
    linear-gradient(135deg, rgba(55, 200, 255, 0.1), transparent 36%),
    linear-gradient(180deg, #0c1f2a 0%, #091820 100%);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 40px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-kicker,
.section-kicker,
.label-tag {
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.hero-copy h1 {
  margin: 0;
  max-width: none;
  font-family: "Antonio", sans-serif;
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.hero-microgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.micro-stat {
  padding: 14px 12px;
  min-height: 90px;
  background: rgba(237, 243, 246, 0.06);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.micro-stat strong,
.widget-line strong,
.price {
  display: block;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.02em;
}

.micro-stat strong {
  margin-top: 8px;
  font-size: 1.4rem;
}

.widget-link {
  display: grid;
  gap: 16px;
  color: inherit;
}

.widget-frame {
  position: relative;
  padding: 18px;
  background: rgba(6, 19, 25, 0.68);
  border: 1px solid rgba(167, 255, 63, 0.34);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

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

.widget-field {
  min-height: 108px;
  display: grid;
  align-content: space-between;
  padding: 14px;
  background: rgba(237, 243, 246, 0.08);
  border: 1px solid var(--line);
}

.widget-field span,
.widget-line,
.deal-card p,
.overview-card p,
.step-card p,
.location-card p,
.review-card p,
.faq-grid details p,
.table-shell td,
.fleet-card ul,
.fleet-meta {
  color: var(--paper-2);
}

.widget-field strong {
  font-size: 1.65rem;
  font-family: "Antonio", sans-serif;
  line-height: 0.94;
}

.widget-line {
  display: block;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.widget-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  background: linear-gradient(90deg, var(--accent-2) 0%, var(--accent) 100%);
  color: var(--ink-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.hero-visual {
  border: 1px solid var(--line);
  clip-path: polygon(34px 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%, 0 34px);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 19, 25, 0.14), rgba(6, 19, 25, 0.56)),
    linear-gradient(135deg, transparent 40%, rgba(167, 255, 63, 0.18) 100%);
}

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

.visual-ribbon,
.visual-note,
.section-mark {
  position: absolute;
  z-index: 2;
  color: var(--ink);
}

.visual-ribbon {
  top: 22px;
  left: 22px;
  padding: 12px 16px;
  background: rgba(6, 19, 25, 0.82);
  border: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.visual-note {
  right: 24px;
  bottom: 24px;
  max-width: 250px;
  padding: 18px;
  background: rgba(237, 243, 246, 0.86);
  color: var(--ink-dark);
  border-left: 6px solid var(--accent-2);
}

.content-section {
  position: relative;
  padding: 34px 0;
}

.section-shell {
  position: relative;
  padding: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.section-shell.dark {
  background:
    linear-gradient(135deg, rgba(55, 200, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #091820 0%, #08151d 100%);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.section-shell.light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)),
    linear-gradient(135deg, rgba(55, 200, 255, 0.16), rgba(167, 255, 63, 0.08));
  border: 1px solid var(--line-dark);
  color: var(--ink-dark);
  clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
}

.section-shell.light,
.section-shell.light h1,
.section-shell.light h2,
.section-shell.light h3,
.section-shell.light p,
.section-shell.light li,
.section-shell.light span,
.section-shell.light summary,
.section-shell.light .section-kicker,
.section-shell.light .price,
.section-shell.light .fleet-meta,
.section-shell.light .fleet-card ul,
.section-shell.light .table-shell td,
.section-shell.light .section-mark {
  color: #000;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid currentColor;
}

.section-head h1,
.section-head h2 {
  margin: 0;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.55rem, 3.6vw, 3rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.section-mark {
  position: static;
  font-family: "Antonio", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
  opacity: 0.4;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 18px;
}

.overview-side {
  display: grid;
  grid-template-rows: auto auto;
  gap: 18px;
  align-content: start;
}

.overview-card,
.deal-card,
.step-card,
.location-card,
.review-card,
.faq-grid details,
.fleet-card,
.highlight-panel {
  position: relative;
  padding: 18px;
  border: 1px solid currentColor;
  overflow: hidden;
}

.overview-card,
.deal-card,
.step-card,
.location-card,
.review-card,
.faq-grid details {
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.section-shell.dark .overview-card,
.section-shell.dark .deal-card,
.section-shell.dark .step-card,
.section-shell.dark .location-card,
.section-shell.dark .review-card,
.section-shell.dark .faq-grid details {
  background: rgba(237, 243, 246, 0.04);
}

.section-shell.light .overview-card,
.section-shell.light .deal-card,
.section-shell.light .step-card,
.section-shell.light .location-card,
.section-shell.light .review-card,
.section-shell.light .faq-grid details {
  background: rgba(255, 255, 255, 0.62);
}

.overview-stack,
.deal-grid,
.step-grid,
.location-grid,
.review-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

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

.overview-card h3,
.deal-card h3,
.step-card h3,
.location-card h3,
.review-card h3,
.fleet-card h3 {
  margin: 0 0 10px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.highlight-panel {
  display: grid;
  gap: 18px;
  color: var(--ink-dark);
  background: linear-gradient(180deg, var(--accent) 0%, #dbff8a 100%);
  border-color: var(--ink-dark);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.overview-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.overview-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.overview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 19, 25, 0.04), rgba(6, 19, 25, 0.44));
  pointer-events: none;
}

.overview-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(6, 19, 25, 0.72);
  border-left: 4px solid var(--accent);
  max-width: 28ch;
}

.highlight-panel p {
  margin: 0;
}

.deal-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.deal-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid currentColor;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.deal-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.deal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 23, 29, 0.12), rgba(11, 23, 29, 0.48));
}

.deal-stack {
  display: grid;
  gap: 16px;
}

.table-shell {
  overflow: hidden;
  border: 1px solid currentColor;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

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

.table-shell thead th {
  padding: 18px 16px;
  text-align: left;
  font-family: "Antonio", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(55, 200, 255, 0.18), rgba(167, 255, 63, 0.18));
}

.table-shell tbody td {
  padding: 16px;
  border-top: 1px solid currentColor;
  vertical-align: top;
}

.table-shell tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.08);
}

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

.fleet-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  color: inherit;
  background: rgba(6, 19, 25, 0.14);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

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

.fleet-info {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px 18px 18px 0;
}

.fleet-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.price-line {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  border-top: 1px solid currentColor;
  padding-top: 12px;
}

.price {
  font-size: 2rem;
  line-height: 0.9;
}

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

.step-card {
  min-height: 260px;
  display: grid;
  align-content: space-between;
}

.step-number {
  font-family: "Antonio", sans-serif;
  font-size: 3.2rem;
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
}

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

.location-panel {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid currentColor;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.location-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.location-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 19, 25, 0.16), rgba(6, 19, 25, 0.52));
}

.location-panel .visual-note {
  max-width: 280px;
}

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

.review-card {
  min-height: 100%;
}

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

.review-head img {
  width: 64px;
  height: 64px;
  border: 1px solid currentColor;
}

.review-name {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.faq-grid details summary {
  cursor: pointer;
  list-style: none;
  font-family: "Antonio", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

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

.faq-grid details p {
  margin: 14px 0 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 18px 0 28px;
}

.footer-line {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  color: var(--paper-2);
  font-size: 0.94rem;
  white-space: nowrap;
  overflow-x: auto;
}

.footer-line a:hover,
.footer-line a:focus-visible {
  color: var(--accent);
}

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

.legal-shell {
  max-width: 980px;
}

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

.legal-content p,
.legal-content li {
  color: var(--paper-2);
}

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

@media (max-width: 1140px) {
  .topbar-inner,
  .hero-grid,
  .overview-grid,
  .deal-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-left,
  .hero-visual {
    min-height: unset;
  }

  .hero-visual img,
  .overview-media img,
  .deal-visual img,
  .location-panel img {
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(var(--max), calc(100% - 20px));
  }

  .topbar-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding: 18px 0;
  }

  .nav-strip {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 6px;
  }

  .hero-left,
  .section-shell {
    padding: 22px;
  }

  .hero-copy h1 {
    max-width: unset;
    font-size: clamp(2.3rem, 12vw, 3.8rem);
  }

  .hero-microgrid,
  .widget-grid,
  .overview-stack,
  .fleet-grid,
  .fleet-card,
  .step-grid,
  .review-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .overview-media {
    min-height: 260px;
  }

  .overview-media img {
    height: 260px;
    min-height: 260px;
  }

  .fleet-info {
    padding: 0 18px 18px;
  }

  .section-head {
    grid-template-columns: 1fr;
  }

  .table-shell {
    overflow-x: auto;
  }

  .table-shell table {
    min-width: 680px;
  }

  .footer-line {
    gap: 14px;
    justify-content: flex-start;
  }
}
