:root {
  --blue-950: #08205f;
  --blue-900: #1036a5;
  --blue-800: #1f4fd7;
  --blue-700: #3c69f0;
  --yellow-500: #ffe61f;
  --yellow-400: #fff16c;
  --white: #ffffff;
  --soft-white: #f4f8ff;
  --line: rgba(16, 54, 165, 0.12);
  --ink: #13306f;
  --muted: #4d669f;
  --shadow: 0 24px 60px rgba(11, 32, 90, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(255, 230, 31, 0.18), transparent 22%),
    linear-gradient(180deg, #0d38b8 0%, #1749d3 180px, #eef4ff 180px, #eef4ff 100%);
  font-family: "Montserrat", sans-serif;
}

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

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

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(16, 54, 165, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.brand-copy span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--blue-950);
  background: var(--yellow-500);
}

.cta-button,
.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.cta-button,
.button-primary {
  color: var(--blue-950);
  background: linear-gradient(135deg, var(--yellow-500), var(--yellow-400));
  box-shadow: 0 12px 26px rgba(255, 230, 31, 0.28);
}

.button-secondary {
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.cta-button:hover,
.button-primary:hover,
.button-secondary:hover {
  transform: translateY(-2px);
}

.hero-home,
.page-hero {
  padding: 52px 0 76px;
}

.hero-grid,
.page-hero-grid,
.band-grid,
.split-content {
  display: grid;
  gap: 24px;
}

.hero-grid,
.page-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
}

.hero-copy,
.page-hero-copy {
  color: var(--white);
}

.hero-home .hero-copy {
  color: var(--blue-950);
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 255, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: var(--shadow);
}

.page-hero-copy {
  color: var(--blue-950);
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 255, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow-500);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.page-hero-copy h1,
.section-heading h2,
.band-copy h2,
.content-card h2,
.service-card-large h2,
.fleet-card-large h2,
.plan-card-large h2,
.contact-card-large h2,
.page-card h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  line-height: 0.98;
}

.hero-copy h1,
.page-hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  max-width: 10ch;
}

.lead,
.section-heading p,
.content-card p,
.page-card p,
.service-card-large p,
.fleet-card-large p,
.plan-card-large p,
.contact-card-large p,
.band-copy p {
  line-height: 1.75;
}

.lead {
  max-width: 58ch;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.04rem;
}

.hero-home .hero-copy .eyebrow {
  color: var(--blue-800);
}

.hero-home .hero-copy .lead {
  color: var(--muted);
}

.hero-home .hero-checks li {
  color: var(--blue-950);
  background: rgba(16, 54, 165, 0.06);
  border: 1px solid rgba(16, 54, 165, 0.14);
}

.page-hero-copy .eyebrow {
  color: var(--blue-800);
}

.page-hero-copy .lead {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.hero-checks li {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.hero-visual-frame,
.page-hero-media {
  border-radius: 32px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
  background: var(--white);
}

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

.page-hero-media {
  min-height: 320px;
}

.section-block {
  padding: 82px 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.band-copy h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.1rem);
  color: var(--blue-950);
}

.section-heading p,
.band-copy p,
.content-card p,
.page-card p,
.service-card-large p,
.fleet-card-large p,
.plan-card-large p,
.contact-card-large p {
  color: var(--muted);
}

.page-grid,
.card-columns,
.service-page-grid,
.fleet-page-grid,
.plans-page-grid,
.contact-page-grid,
.mini-stats {
  display: grid;
  gap: 18px;
}

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

.page-card,
.content-card,
.service-card-large,
.fleet-card-large,
.plan-card-large,
.contact-card-large {
  padding: 28px;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.page-card {
  transition: transform 180ms ease, border-color 180ms ease;
}

.page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 230, 31, 0.78);
}

.page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--blue-950);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.accent-card {
  background: linear-gradient(180deg, #1946c8, #1036a5);
  color: var(--white);
}

.accent-card h2,
.accent-card p,
.accent-card li {
  color: var(--white);
}

.feature-list {
  margin: 18px 0 0;
  padding-left: 18px;
  line-height: 1.9;
}

.compact-hero {
  padding-bottom: 44px;
}

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

.service-card-large,
.fleet-card-large,
.plan-card-large,
.contact-card-large {
  min-height: 220px;
}

.section-band {
  padding: 82px 0 96px;
}

.band-copy {
  align-self: center;
}

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

.mini-stats article {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #1749d3, #1036a5);
  color: var(--white);
  box-shadow: var(--shadow);
}

.mini-stats strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  color: var(--yellow-500);
}

.mini-stats span {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
}

.site-footer {
  padding: 24px 0 34px;
  background: var(--blue-950);
  color: var(--white);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-row strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
}

.footer-row p,
.footer-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-meta a {
  color: var(--yellow-500);
}

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

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

@media (max-width: 1080px) {
  .header-row {
    align-items: center;
  }

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

  .hero-grid,
  .page-hero-grid,
  .page-grid,
  .split-content,
  .band-grid,
  .service-page-grid,
  .fleet-page-grid,
  .plans-page-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .hero-checks,
  .mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .header-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(7, 32, 95, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    text-align: left;
  }

  .cta-button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 4px;
  }

  .hero-home,
  .page-hero {
    padding: 36px 0 52px;
  }

  .hero-copy h1,
  .page-hero-copy h1 {
    font-size: clamp(2.2rem, 9vw, 4rem);
    max-width: 100%;
  }

  .page-hero-copy,
  .page-card,
  .content-card,
  .service-card-large,
  .fleet-card-large,
  .plan-card-large,
  .contact-card-large {
    padding: 24px;
    border-radius: 24px;
  }

  .page-hero-media {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .hero-checks,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .page-hero-copy h1 {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap {
    width: min(100%, calc(100% - 24px));
  }

  .hero-copy,
  .page-hero-copy {
    padding-inline: 0;
  }

  .section-block,
  .section-band {
    padding-top: 64px;
  }

  .section-band {
    padding-bottom: 72px;
  }

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

  .service-card-large,
  .fleet-card-large,
  .plan-card-large,
  .contact-card-large {
    min-height: auto;
  }

  .footer-meta {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .brand-copy strong {
    font-size: 1.05rem;
  }

  .brand-copy span {
    font-size: 0.8rem;
  }

  .hero-actions .button-primary,
  .hero-actions .button-secondary,
  .cta-button {
    width: 100%;
  }

  .hero-checks li,
  .page-card,
  .content-card,
  .service-card-large,
  .fleet-card-large,
  .plan-card-large,
  .contact-card-large {
    padding: 20px;
  }

  .page-number {
    min-width: 46px;
    height: 30px;
    font-size: 0.74rem;
  }
}
