.page-shell {
  width: 100%;
  margin: 0 auto;
}

.topbar {
  position: fixed;
  top: 14px;
  right: max(16px, calc((100vw - 1180px) / 2 + 16px));
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin: 0;
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.menu-toggle {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(30, 70, 120, 0.12);
  cursor: pointer;
  backdrop-filter: blur(18px);
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: #102033;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.topbar.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.topbar.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.topbar.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 220px;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(30, 70, 120, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.topbar.is-open .menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.menu-panel a {
  padding: 11px 14px;
  color: #17324f;
  font-weight: 900;
  background: rgba(245, 249, 255, 0.78);
  border: 1px solid rgba(16, 32, 51, 0.06);
  border-radius: 14px;
}

.menu-panel a:hover {
  background: #ffffff;
}

main {
  padding-bottom: 0;
}

.mount {
  position: relative;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.mount + .mount::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  transform: translateX(50%);
  background: linear-gradient(90deg, transparent, rgba(45, 127, 249, 0.18), rgba(25, 211, 155, 0.2), transparent);
}

.mount.is-visible {
  opacity: 1;
  transform: none;
}

.hero {
  min-height: auto;
  margin-top: 0;
  padding: 54px 0 44px;
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 127, 249, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 16%, rgba(25, 211, 155, 0.19), transparent 30rem),
    linear-gradient(180deg, #f8fbff 0%, #ecf6ff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  gap: 26px;
}

.hero-copy {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-strip,
.pain-solution-section,
.smart-daily-route-section,
.audience-section,
.route-engine,
.network-section,
.workflow-section,
.trust-section,
.services-section,
.download-section {
  margin: 0;
}

.audience-section,
.pain-solution-section,
.smart-daily-route-section,
.route-engine,
.network-section,
.workflow-section,
.trust-section,
.services-section,
.download-section {
  padding: 74px 0;
}

.proof-strip {
  padding: clamp(34px, 5vw, 64px) 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(25, 211, 155, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(45, 127, 249, 0.14), transparent 28rem),
    linear-gradient(180deg, #ecf6ff 0%, #f7fbff 52%, #ffffff 100%);
}

.proof-strip::before {
  display: none;
}

.pain-solution-section {
  background:
    linear-gradient(120deg, rgba(45, 127, 249, 0.08), rgba(25, 211, 155, 0.08)),
    #ffffff;
}

.smart-daily-route-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(25, 211, 155, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(45, 127, 249, 0.13), transparent 28rem),
    #f7fbff;
}

.audience-section:nth-of-type(4),
.route-engine,
.trust-section {
  background: #f6faff;
}

.network-section,
.services-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(45, 127, 249, 0.1), transparent 28rem),
    #ffffff;
}

.workflow-section {
  background:
    radial-gradient(circle at 80% 12%, rgba(25, 211, 155, 0.14), transparent 28rem),
    #f8fbff;
}

.download-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(25, 211, 155, 0.36), transparent 26rem),
    radial-gradient(circle at 86% 18%, rgba(45, 127, 249, 0.34), transparent 26rem),
    linear-gradient(135deg, #061120, #0d2b4a 48%, #082f2a);
}

.section-heading {
  display: grid;
  max-width: 860px;
  gap: 18px;
  margin-bottom: 34px;
}

.proof-grid,
.metrics-band,
.pain-solution-panel,
.smart-route-panel,
.section-heading,
.feature-card-grid,
.route-panel,
.network-grid,
.workflow-line,
.trust-panel,
.service-cloud,
.download-card {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.18rem;
}

.feature-card-grid,
.network-grid,
.workflow-line {
  display: grid;
  gap: 18px;
}

.feature-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.network-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-line {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
