:root {
  --navy: #123f68;
  --navy-deep: #0a2744;
  --blue-soft: #eaf2f8;
  --gold: #d9a42a;
  --gold-deep: #b78618;
  --ink: #142132;
  --muted: #64748b;
  --line: #d9e2ea;
  --paper: #f7fafc;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(15, 35, 55, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

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

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

.section-pad {
  padding: 86px 0;
}

.topbar {
  background: var(--navy-deep);
  color: #dbe8f2;
  font-size: 13px;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.topbar a {
  margin-left: 18px;
  color: var(--white);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 82px;
  padding: 10px max(16px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(18, 63, 104, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.brand img {
  width: 148px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: var(--navy-deep);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  padding: 10px 0;
}

.header-call,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 900;
}

.header-call {
  padding: 0 18px;
  background: var(--gold);
  color: var(--navy-deep);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy-deep);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.9) 47%, rgba(234, 242, 248, 0.88) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -32% 48%;
  height: 420px;
  background: linear-gradient(135deg, rgba(217, 164, 42, 0.28), rgba(18, 63, 104, 0.08));
  transform: skewY(-7deg);
}

.hero-grid,
.split,
.fleet-grid,
.faq-grid,
.contact-grid,
.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 18px;
  color: var(--navy-deep);
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy-deep);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-text,
.lead,
.section-head p {
  color: var(--muted);
  font-size: 18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}

.btn {
  padding: 0 20px;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: var(--navy-deep);
}

.btn-primary:hover,
.header-call:hover {
  background: var(--gold-deep);
  color: var(--white);
}

.btn-dark {
  background: var(--navy);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  border-color: var(--line);
  color: var(--navy-deep);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-points span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--navy-deep);
  font-size: 13px;
  font-weight: 900;
}

.hero-panel {
  position: relative;
  min-height: 560px;
}

.logo-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 245px;
  padding: 18px;
  border: 1px solid rgba(217, 164, 42, 0.35);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.logo-card img {
  width: 100%;
  height: 238px;
  object-fit: contain;
}

.hero-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86%;
  height: 470px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-strip {
  background: var(--navy-deep);
  color: var(--white);
}

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

.quick-grid article {
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.quick-grid strong,
.quick-grid span {
  display: block;
}

.quick-grid span {
  margin-top: 6px;
  color: #c8d8e6;
  font-size: 14px;
}

.intro,
.gallery {
  background: var(--white);
}

.services,
.faq {
  background: var(--paper);
}

.section-head {
  max-width: 800px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-grid article,
.benefit-grid article,
.audience-list article,
.faq-list details,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-grid article {
  min-height: 230px;
  padding: 24px;
}

.service-grid span,
.process-grid span {
  color: var(--gold-deep);
  font-weight: 900;
}

.service-grid p,
.benefit-grid p,
.audience-list p,
.faq-list p,
.contact-card span {
  color: var(--muted);
}

.service-grid .feature {
  grid-column: span 3;
  min-height: auto;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: var(--white);
}

.service-grid .feature h3 {
  color: var(--white);
}

.service-grid .feature p {
  color: #dbe8f2;
}

.service-grid .feature a {
  display: inline-block;
  margin-top: 4px;
  color: var(--gold);
  font-weight: 900;
}

.process {
  background: var(--navy-deep);
  color: var(--white);
}

.light-head h2,
.process h3 {
  color: var(--white);
}

.light-head p,
.process-grid p {
  color: #c8d8e6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(180px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.process-grid article {
  min-height: 250px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.process-grid span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-deep);
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.benefit-grid article {
  padding: 22px;
  border-top: 5px solid var(--gold);
}

.fleet {
  background: linear-gradient(135deg, var(--blue-soft), var(--white));
}

.audience-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.audience-list article {
  padding: 22px;
}

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

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15, 35, 55, 0.08);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 13px 14px;
  color: var(--navy-deep);
  font-weight: 900;
}

.faq-grid {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--navy-deep);
  font-weight: 900;
}

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

.contact {
  background: var(--white);
}

.contact-card {
  display: grid;
  gap: 8px;
  padding: 28px;
  font-style: normal;
  box-shadow: var(--shadow);
}

.contact-card img {
  width: 160px;
  height: 112px;
  object-fit: contain;
  object-position: left center;
}

.contact-card strong {
  margin-top: 10px;
  color: var(--navy-deep);
}

.contact-card strong:first-of-type {
  margin-top: 0;
}

.contact-card a {
  color: var(--navy);
  font-weight: 900;
}

.site-footer {
  padding: 36px 0;
  background: var(--navy-deep);
  color: var(--white);
}

.site-footer img {
  width: 150px;
  height: 108px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 14px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

.site-footer p,
.site-footer span,
.site-footer small {
  color: #c8d8e6;
}

.site-footer strong,
.site-footer span,
.site-footer small {
  display: block;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1020px) {
  .topbar-inner {
    display: grid;
  }

  .topbar a {
    margin: 0 18px 0 0;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .brand img {
    width: 128px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-call {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-top: 10px;
  }

  .site-nav.is-open a {
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }

  .hero-grid,
  .split,
  .fleet-grid,
  .faq-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid,
  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid .feature {
    grid-column: span 2;
  }

  .hero-panel {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 66px;
  }

  .section-pad {
    padding: 58px 0;
  }

  .topbar {
    display: none;
  }

  .site-header {
    min-height: 74px;
  }

  .brand img {
    width: 104px;
    height: 58px;
  }

  .hero {
    padding: 58px 0;
  }

  h1 {
    font-size: 43px;
  }

  .actions,
  .hero-points {
    display: grid;
  }

  .hero-panel {
    min-height: 0;
  }

  .logo-card {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }

  .logo-card img {
    height: 216px;
  }

  .hero-photo {
    position: relative;
    width: 100%;
    height: 310px;
  }

  .quick-grid,
  .service-grid,
  .benefit-grid,
  .audience-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-grid .feature {
    grid-column: auto;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 -10px 30px rgba(15, 35, 55, 0.12);
  }

  .mobile-cta a {
    display: grid;
    min-height: 58px;
    place-items: center;
    color: var(--navy-deep);
    font-weight: 900;
  }

  .mobile-cta a:first-child {
    background: var(--gold);
  }

  .mobile-cta a:nth-child(2) {
    background: var(--navy);
    color: var(--white);
  }
}
