.routing-mockup h1,
.routing-mockup h2,
.routing-mockup h3,
.routing-home h1,
.routing-home h2,
.routing-home h3 {
  text-transform: none;
}

.routing-mockup .section-label,
.routing-mockup .post-meta,
.routing-mockup .text-link,
.routing-mockup .button,
.routing-home .section-label,
.routing-home .post-meta,
.routing-home .text-link,
.routing-home .button {
  text-transform: none;
}

.routing-hero {
  padding-bottom: clamp(70px, 9vw, 116px);
  padding-top: clamp(74px, 9vw, 122px);
}

.routing-hero h1 {
  color: var(--white);
  font-size: clamp(2.55rem, 5.8vw, 5.8rem);
  max-width: 960px;
}

.routing-hero .hero-lede {
  color: rgba(255, 255, 255, 0.92);
  max-width: 780px;
}

.credential-bar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 8px solid var(--gold);
  padding: 18px clamp(20px, 5vw, 64px);
}

.credential-bar-inner {
  align-items: center;
  color: var(--navy);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 700;
  gap: 6px 12px;
  justify-content: center;
  line-height: 1.55;
}

.credential-bar span:not(:last-child)::after {
  color: var(--gold);
  content: "\00b7";
  font-weight: 800;
  margin-left: 12px;
}

.routing-audience {
  padding-bottom: clamp(44px, 6vw, 72px);
  padding-top: clamp(48px, 6vw, 78px);
}

.routing-audience-line {
  color: var(--navy);
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0;
}

.routing-section {
  background: linear-gradient(180deg, var(--white) 0%, rgba(27, 42, 74, 0.04) 100%);
  padding-bottom: clamp(28px, 4vw, 48px);
  padding-top: 0;
}

.routing-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.routing-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 8px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(27, 42, 74, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(26px, 3vw, 34px);
}

.routing-card h2 {
  color: var(--navy);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  margin-bottom: 10px;
}

.routing-card-line {
  color: var(--blue);
  font-size: 1.02rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 22px;
}

.routing-card p:not(.routing-card-line):not(.routing-offers) {
  color: var(--navy);
  font-size: 0.96rem;
  line-height: 1.68;
}

.routing-offers {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: auto;
}

.routing-card .text-link {
  color: var(--gold);
  font-size: 0.9rem;
  margin-top: 18px;
}

.proof-section {
  padding-top: clamp(24px, 3vw, 38px);
}

.research-cited {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: clamp(34px, 5vw, 54px) 0 0;
  padding: clamp(18px, 3vw, 28px);
  text-align: center;
}

.research-logo-group + .research-logo-group {
  margin-top: clamp(16px, 3vw, 26px);
}

.research-logo-group > p {
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.research-logo-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 30px);
  justify-content: center;
}

.research-logo-item {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  min-width: 132px;
}

.research-logo-item img {
  max-height: 36px;
  object-fit: contain;
  width: auto;
}

.research-logo-item-wide {
  background: var(--navy);
  border-radius: 6px;
  min-width: 190px;
  padding: 8px 12px;
}

.research-logo-item-wide img {
  filter: none;
  max-height: 44px;
  max-width: 190px;
}

.research-logo-item-fed {
  gap: 12px;
  min-width: 230px;
}

.research-logo-item-fed img {
  max-height: 42px;
}

.research-logo-item-fed span {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  max-width: 168px;
  text-align: left;
  text-transform: uppercase;
}

.proof-section h2 {
  color: var(--navy);
  font-size: clamp(1.75rem, 3.2vw, 3.35rem);
  max-width: 980px;
}

.testimonial-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 48px);
}

.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  padding: clamp(26px, 3vw, 34px);
}

.testimonial-card blockquote {
  color: var(--navy);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.72;
  margin: 0 0 24px;
}

.testimonial-card figcaption {
  color: var(--navy-soft);
  display: grid;
  gap: 2px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.testimonial-card strong {
  color: var(--navy);
  font-weight: 800;
}

.ai-edos-banner {
  background:
    linear-gradient(135deg, rgba(27, 42, 74, 0.98) 0%, rgba(26, 79, 139, 0.94) 58%, rgba(40, 105, 55, 0.92) 100%);
  border-top: 0;
  color: var(--white);
  padding-bottom: clamp(46px, 6vw, 72px);
  padding-top: clamp(34px, 4vw, 54px);
}

.ai-edos-banner h2 {
  color: var(--white);
  font-size: clamp(1.85rem, 3.2vw, 3.45rem);
  margin-bottom: 0;
}

.ai-edos-banner .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.ai-edos-banner-layout {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 78px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.ai-edos-banner-layout > div:last-child {
  border-left: 5px solid var(--gold);
  padding-left: clamp(22px, 4vw, 42px);
}

.ai-edos-banner p:not(.section-label) {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
  font-weight: 600;
  line-height: 1.7;
}

.ai-edos-banner .button {
  background: var(--white);
  border-color: var(--white);
  color: var(--navy);
}

.ai-edos-banner .button:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.routing-home .founder-note-layout {
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
}

.routing-home .founder-note-photo {
  max-width: 260px;
}

.closing-cta {
  border-top: 1px solid var(--line);
  padding-bottom: clamp(52px, 7vw, 82px);
  padding-top: clamp(52px, 7vw, 82px);
}

.closing-cta-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.closing-cta h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  margin-bottom: 14px;
}

.closing-cta p {
  color: var(--navy);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .routing-card-grid,
  .testimonial-grid,
  .ai-edos-banner-layout,
  .closing-cta-inner {
    grid-template-columns: 1fr;
  }

  .routing-home .founder-note-layout {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
  }

  .routing-home .founder-note-photo {
    max-width: min(260px, 100%);
    width: 100%;
  }

  .routing-card {
    min-height: 0;
  }

}

@media (max-width: 700px) {
  .credential-bar-inner {
    font-size: 13px;
    justify-content: flex-start;
  }

  .credential-bar span:not(:last-child)::after {
    margin-left: 8px;
  }

}
