.route-landing-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(199, 154, 54, 0.18), transparent 26rem),
    linear-gradient(180deg, rgba(15, 61, 42, 0.08), transparent 34rem),
    var(--parchment);
}

.route-landing-header {
  width: min(1180px, calc(100% - 40px));
}

.route-landing-main {
  display: grid;
  gap: clamp(44px, 7vw, 86px);
}

.route-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 112px));
  overflow: hidden;
  border: 1px solid rgba(255, 248, 236, 0.18);
  border-radius: 26px;
  padding: clamp(24px, 5vw, 58px);
  background: var(--forest);
  box-shadow: var(--shadow);
}

.route-hero-bg,
.route-hero-shade,
.route-hero-route {
  position: absolute;
  inset: 0;
}

.route-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 34, 23, 0.94), rgba(7, 34, 23, 0.68) 48%, rgba(7, 34, 23, 0.22)),
    radial-gradient(circle at 76% 26%, rgba(199, 154, 54, 0.34), transparent 24rem);
}

.route-hero-route {
  pointer-events: none;
}

.route-hero-route::before {
  position: absolute;
  right: 7%;
  top: 17%;
  width: min(48vw, 560px);
  height: min(30vw, 340px);
  content: "";
  border: 4px solid rgba(255, 248, 236, 0.72);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-19deg);
  filter: drop-shadow(0 18px 30px rgba(7, 17, 14, 0.32));
}

.route-hero-route span {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255, 248, 236, 0.9);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 10px 26px rgba(7, 17, 14, 0.36);
}

.route-hero-route span:nth-child(1) {
  right: min(46vw, 520px);
  top: 58%;
}

.route-hero-route span:nth-child(2) {
  right: min(27vw, 320px);
  top: 29%;
}

.route-hero-route span:nth-child(3) {
  right: min(10vw, 120px);
  top: 46%;
}

.route-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 820px;
  min-height: calc(min(760px, calc(100vh - 112px)) - clamp(48px, 10vw, 116px));
  align-content: center;
}

.route-hero .eyebrow {
  color: var(--ivory);
}

.route-hero h1 {
  max-width: 900px;
  color: var(--ivory);
  font-size: clamp(3rem, 9vw, 6.8rem);
}

.route-hero-content > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 248, 236, 0.9);
  font-size: clamp(1rem, 2vw, 1.24rem);
}

.route-hero-actions,
.route-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.route-hero-actions {
  margin-top: 10px;
}

.route-hero-stats {
  max-width: 860px;
  margin-top: clamp(26px, 4vw, 46px);
}

.route-hero-stats span {
  flex: 1 1 190px;
  border: 1px solid var(--light-line);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 248, 236, 0.1);
  color: rgba(255, 248, 236, 0.84);
  line-height: 1.45;
}

.route-hero-stats strong {
  display: block;
  color: var(--ivory);
}

.route-intro-band,
.route-promotion-section {
  display: grid;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  padding-block: clamp(12px, 3vw, 24px);
}

.route-intro-band {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
}

.route-intro-band p:not(.eyebrow),
.route-promotion-section p {
  color: var(--muted);
  font-size: 1.02rem;
}

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

.route-step-card,
.route-example-card,
.route-feature-list article,
.route-faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 236, 0.58);
  box-shadow: 0 18px 44px rgba(15, 61, 42, 0.08);
}

.route-step-card,
.route-example-card,
.route-feature-list article {
  padding: 18px;
}

.route-step-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold);
  font-weight: 900;
}

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

.route-feature-list h3,
.route-example-card h3,
.route-step-card h3 {
  font-size: 1.02rem;
}

.route-feature-list p,
.route-example-card p,
.route-step-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.route-examples-section,
.route-feature-section,
.route-steps-section,
.route-faq-section {
  display: grid;
  gap: 24px;
}

.route-promotion-section {
  grid-template-columns: minmax(0, 1fr) auto;
  border-block: 1px solid var(--line);
}

.promotion-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  border: 1px solid rgba(15, 61, 42, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(15, 61, 42, 0.08);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.route-faq-list details {
  padding: 0;
}

.route-faq-list summary {
  cursor: pointer;
  padding: 18px;
  color: var(--forest);
  font-weight: 900;
}

.route-faq-list details p {
  margin: -4px 18px 18px;
  color: var(--muted);
}

.route-landing-footer {
  margin-top: clamp(44px, 7vw, 86px);
}

@media (min-width: 768px) {
  .route-landing-header {
    width: min(1180px, calc(100% - 64px));
  }
}

@media (max-width: 820px) {
  .route-intro-band,
  .route-promotion-section {
    grid-template-columns: 1fr;
  }

  .route-step-grid,
  .route-example-grid,
  .route-feature-list {
    grid-template-columns: 1fr;
  }

  .route-promotion-section .primary-button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .route-landing-header .header-nav > a:not(.nav-cta) {
    display: inline-flex;
  }

  .route-hero {
    min-height: 720px;
    padding: 24px;
  }

  .route-hero-content {
    min-height: 670px;
    justify-content: stretch;
  }

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