/* V8.1 layout, typography, form and floating-action refinements. */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 23px;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.5;
}

.eyebrow > span:first-child {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 1px;
  margin: 0;
  background: #2789bb;
}

.eyebrow > span:not(:first-child) {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
}

.zh-hero-desktop { display: inline; }
.zh-hero-mobile { display: none; }
.zh-lock { white-space: nowrap; }

.light > span:first-child { background: #bee0ec; }
.hero .eyebrow { margin-bottom: 32px; }
.section-heading.centered .eyebrow { margin-bottom: 30px; }
.about-editorial > .eyebrow,
.relationship > .eyebrow { margin-top: 8px; }
.about-editorial h2 { margin-bottom: 27px; }
.about-copy p { margin-bottom: 22px; }

/* About: a quiet editorial grid with a deliberately anchored section label. */
.about-intro { padding: 128px 0 104px; }
.about-editorial {
  grid-template-columns: minmax(190px, 3fr) minmax(0, 8fr);
  align-items: start;
  gap: clamp(52px, 7vw, 112px);
}

.about-editorial > .eyebrow {
  align-self: start;
  max-width: 215px;
  margin: 11px 0 0;
}

.about-editorial > div { max-width: 735px; }
.about-editorial h2 {
  max-width: 680px;
  margin: 0 0 34px;
  line-height: 1.06;
}

.about-copy {
  max-width: 690px;
  font-size: 16px;
  line-height: 1.78;
}

.about-copy p { margin: 0 0 23px; }
.about-emphasis {
  max-width: 650px;
  margin: 45px 0 0;
  padding-top: 23px;
  border-top: 1px solid #d5e4e8;
  font-size: 26px;
  line-height: 1.22;
}

/* Benefits are four capabilities, not a numbered process. */
.service-card > b {
  color: #4c99bb;
  font-size: 13px;
  letter-spacing: 1.2px;
  opacity: .58;
}

.service-card > i { display: none; }
.service-card h3 {
  margin: 22px 0 14px;
  font-size: 19px;
  line-height: 1.25;
}

.service-card p {
  max-width: 235px;
  font-size: 15px;
  line-height: 1.65;
}

.testimonial-grid article > p { font-size: 15px; line-height: 1.5; }
.platforms { padding-top: 44px; padding-bottom: 96px; }
.platform-track { animation-duration: 48s; }
.platform-set { gap: 74px; padding-right: 74px; }
.platform-set span,
.platform-set span:nth-child(n) {
  color: #536d78;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: clamp(20px, 2.1vw, 29px);
  font-weight: 650;
  letter-spacing: -.45px;
  opacity: .86;
}

nav { gap: 34px; margin-right: 37px; }
nav button { min-height: 44px; padding: 0 2px; font-size: 16.5px; }
.actions { gap: 27px; }
.actions .button {
  min-height: 52px;
  padding: 14px 32px;
  font-size: 17px;
}

.actions .text-button {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 3px;
  font-size: 17px;
}
.journey-v6-head .eyebrow { margin-bottom: 30px; }
.v6-copy { top: 9%; padding: 16px 18px; }
.v6-progress { bottom: 18px; }

.footer-inner { gap: 68px; }
footer { padding: 64px 0 30px; }
.footer-inner > div > p {
  max-width: 290px;
  font-size: 17px;
  line-height: 1.58;
}

.footer-links b {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .6px;
}

.footer-links a,
.footer-links span { font-size: 17px; line-height: 1.48; }
.footer-links div { gap: 12px; }
.copyright { font-size: 15px; line-height: 1.45; }

.form-grid label > span { display: block; }
.form-grid label b { font: inherit; }
.required-mark {
  margin-left: 4px;
  color: #be3c39;
  font-size: 15px;
  font-style: normal;
}

.lead-panel .eyebrow { margin-bottom: 25px; }
.lead-panel h2 { margin-bottom: 16px; }
.faq-answer { padding-right: 42px; }
.faq-item button b { min-width: 24px; text-align: center; }

.floating-lead {
  padding: 15px 21px;
  font-size: 15px;
  touch-action: none;
  user-select: none;
  box-shadow: 0 8px 18px #073b5022;
  transition: left 180ms ease, top 180ms ease, bottom 180ms ease, right 180ms ease;
}

.floating-lead span { font-size: 17px; }
.floating-lead.is-dragging { cursor: grabbing; transition: none; }
.floating-lead.journey-clearance { bottom: 105px; }

@media (prefers-reduced-motion: reduce) {
  .floating-lead { transition: none; }
}

@media (max-width: 800px) {
  html, body { overflow-x: clip; }
  .eyebrow { gap: 8px; margin-bottom: 26px; font-size: 14px; }
  .zh-hero-desktop { display: none; }
  .zh-hero-mobile { display: inline; }
  .hero .eyebrow { margin-bottom: 27px; }
  .section-heading.centered .eyebrow { margin-bottom: 26px; }
  .about-editorial > .eyebrow,
  .relationship > .eyebrow { margin-top: 0; }
  .about-intro { padding: 86px 0 72px; }
  .about-editorial { grid-template-columns: 1fr; gap: 22px; }
  .about-editorial > .eyebrow { max-width: none; margin: 0; }
  .about-editorial h2 { margin-bottom: 24px; }
  .about-copy { max-width: 100%; line-height: 1.72; }
  .about-copy p { margin-bottom: 20px; }
  .about-emphasis { margin-top: 38px; padding-top: 19px; font-size: 23px; }
  .service-card h3 { margin-top: 19px; font-size: 18px; }
  .service-card p { font-size: 15px; }
  .platforms { padding-top: 37px; padding-bottom: 76px; }
  .platform-track { animation-duration: 44s; }
  .platform-set { gap: 46px; padding-right: 46px; }
  .platform-set span,
  .platform-set span:nth-child(n) { font-size: 20px; }
  nav button { min-height: 44px; font-size: 16px; }
  .actions { gap: 20px; }
  .actions .button { min-height: 50px; padding: 16px 24px; font-size: 16px; }
  .actions .text-button { min-height: 50px; font-size: 16px; }
  .v6-copy { top: 8%; width: min(310px, 79vw); }
  .v6-progress { bottom: 12px; }
  footer { padding: 54px 0 28px; }
  .footer-inner { gap: 36px; }
  .footer-inner > div > p { font-size: 16px; }
  .footer-links a,
  .footer-links span { font-size: 16px; }
  .footer-links b { font-size: 17px; }
  .copyright { font-size: 14px; }
  .floating-lead { padding: 12px 16px; font-size: 14px; }
  .floating-lead span { font-size: 15px; }
  .floating-lead.journey-clearance { bottom: 82px; }
  .form-grid label { font-size: 14px; }
  .required-mark { font-size: 16px; }
}
