/**
 * Clean mono system — Apple / Airbnb type feel
 * System UI · black nav · soft gray cards · left-aligned
 */
:root {
  --u-black: #000000;
  --u-ink: #222222;
  --u-body: #484848;
  --u-muted: #717171;
  --u-soft: #f7f7f7;
  --u-soft-2: #ebebeb;
  --u-line: rgba(0, 0, 0, 0.08);
  --u-white: #ffffff;
  --u-radius: 12px;
  --u-radius-sm: 8px;
  /* Apple / Airbnb clean: native system stack */
  --u-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --u-max: 70rem;
  --u-nav-h: 4rem;
  --u-gutter: 1.5rem;
  --u-section-y: clamp(3.25rem, 7vh, 5rem);
  --u-stack: 1.25rem;
}

/* ─── Base ─── */
html.home-page-root,
body.home-page,
body.gateway-page,
body.theme-home,
body.theme-rent {
  font-family: var(--u-font) !important;
  color: var(--u-ink);
  background: #fff !important;
  background-image: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.home-page,
body.home-page *:not(script):not(style):not(svg):not(path),
body.gateway-page,
body.gateway-page *:not(script):not(style):not(svg):not(path) {
  font-family: var(--u-font) !important;
}

body.home-page::before,
body.gateway-page::before,
.obs-scroll-glow,
.cursor-texture,
.cursor-texture__pink,
.cursor-texture__orange,
.home-page--obsidian .navbar::after,
html.home-page-root .navbar::after,
body.home-page .deck-rail,
body.home-page .navbar__profile {
  display: none !important;
}

body.theme-home,
body.theme-rent,
body.gateway-page,
body.home-page {
  --uai-home: #a65d4e;
  --uai-home-deep: #8b463a;
  --uai-home-warm: #c4a49a;
  --uai-rent: #3f5f7a;
  --uai-rent-light: #243040;
  --uai-rent-sky: #6a849c;
  --uai-accent: #111;
  --uai-accent-2: #333;
  --uai-home-grad:
    radial-gradient(ellipse 90% 70% at 12% 0%, rgba(166, 93, 78, 0.28), transparent 55%),
    linear-gradient(165deg, #2a221f 0%, #181412 48%, #100e0d 100%);
  --uai-rent-grad:
    radial-gradient(ellipse 90% 70% at 12% 0%, rgba(63, 95, 122, 0.3), transparent 55%),
    linear-gradient(165deg, #1c2430 0%, #141a22 48%, #0e1218 100%);
  --uai-accent-grad: none;
  --uai-card-noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  --rank-best: #3d4a42;
  --rank-good: #4a4a44;
  --rank-mid: #3a3a3a;
  --rank-low: #2e2e2e;
}

/* ─── Type: simple, Uber-like hierarchy ─── */
body.home-page h1,
body.home-page .hero__h,
body.home-page .gateway-hero__title {
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.12 !important;
  color: var(--u-ink) !important;
}

body.home-page h2,
body.home-page h3,
body.home-page .sec-head__title,
body.home-page .book-banner__title,
body.home-page .america-offer__title,
body.home-page .wichita-strip__title,
body.home-page .stack-simple__title,
body.home-page .seo-pro__subhead,
body.home-page .calc-explain__title,
body.home-page .job-track__title,
body.home-page .path-card__title,
body.home-page .deliver-tile__title,
body.home-page .seo-dom__sub,
body.home-page .seo-dom__cta-title {
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  color: var(--u-ink) !important;
}

body.home-page p,
body.home-page li,
body.home-page .hero__brief,
body.home-page .sec-head__lead,
body.home-page .gateway-hero__lead,
body.home-page .job-track__text,
body.home-page .seo-pro__text,
body.home-page .stack-simple__lead,
body.home-page .path-card__text,
body.home-page .book-banner__lead {
  color: var(--u-body) !important;
  font-weight: 400 !important;
  letter-spacing: -0.005em !important;
  line-height: 1.55 !important;
}

/* Kill ultra-thin type from legacy sheets */
.home-page .sec-head__title,
.home-page .seo-pro__subhead,
.home-page .book-banner__title,
.home-page .platform-why__title,
.home-page .job-track__title,
.home-page .america-offer__title {
  font-weight: 600 !important;
}

.home-page .sec-head__lead,
.home-page .hero__brief,
.home-page .seo-pro__text,
.home-page .job-track__text,
.home-page .book-banner__lead,
.home-page .seo-pro__points li {
  font-weight: 400 !important;
}

body.home-page .hero:not(.pathway-hero) .hero__h-line,
body.home-page .hero:not(.pathway-hero) .hero__h-accent,
html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero) .hero__h-line,
html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero) .hero__h-accent {
  background: none !important;
  color: var(--u-ink) !important;
  -webkit-text-fill-color: var(--u-ink) !important;
  font-weight: 600 !important;
}

/* ─── Buttons: Uber style (soft radius, not neon pills) ─── */
html.home-page-root body.home-page .btn,
html.home-page-root body.home-page .btn-convert,
html.home-page-root body.home-page .btn--glow,
html.home-page-root body.home-page .btn--lg,
html.home-page-root body.home-page .btn--sm,
html.home-page-root body.home-page a.btn,
html.home-page-root body.home-page .america-offer__cta,
html.home-page-root body.home-page .book-banner__phone,
html.home-page-root body.home-page .path-card__cta--btn,
html.home-page-root body.home-page .cta-band__btn,
html.home-page-root body.home-page .hero__cta .btn,
html.home-page-root body.home-page .sec-cta .btn {
  background: var(--u-black) !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  padding: 0.8rem 1.35rem !important;
  transition: background 0.15s ease, opacity 0.15s ease;
}

body.home-page .btn:hover,
body.home-page .btn-convert:hover {
  background: #222 !important;
}

body.home-page .btn--dark-outline,
body.home-page .btn--ghost {
  background: var(--u-soft) !important;
  color: var(--u-ink) !important;
  -webkit-text-fill-color: var(--u-ink) !important;
  border: none !important;
  border-radius: var(--u-radius-sm) !important;
}

/* ─── Black nav (Uber) ─── */
body.home-page .navbar,
body.gateway-page .navbar,
.home-page--obsidian .navbar,
.home-page.home-page--obsidian .navbar,
html.home-page-root .home-page.home-page--obsidian .navbar,
html.home-page-root body.gateway-page .navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  background: var(--u-black) !important;
  backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  min-height: var(--u-nav-h);
}

/* Pathway pages keep content clear of fixed nav */
html.home-page-root body.theme-home .home-flow,
html.home-page-root body.theme-rent .home-flow,
html.home-page-root body.home-page:not(.gateway-page) .home-flow {
  padding-top: var(--u-nav-h) !important;
}

body.home-page .navbar__in,
.home-page--obsidian .navbar__in,
.home-page.home-page--obsidian .navbar__in {
  max-width: var(--u-max) !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  min-height: var(--u-nav-h) !important;
  align-items: center !important;
  display: flex !important;
  justify-content: flex-start !important;
  gap: 1.75rem !important;
  grid-template-columns: none !important;
}

body.home-page .navbar__logo--lock {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  height: 2.25rem;
}

body.home-page .navbar__logo--lock span {
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
}

body.home-page .navbar__logo--lock img {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  filter: invert(1);
  transform: translateY(0.5px);
}

body.home-page .navbar__links > a,
body.home-page .navbar__links .nav-dd,
body.home-page .navbar__links .nav-dd__trigger,
body.home-page .navbar__actions {
  display: inline-flex !important;
  align-items: center !important;
}

body.home-page .navbar__links {
  display: flex !important;
  align-items: center !important;
  gap: 0.15rem !important;
}

body.home-page .navbar__links > a,
body.home-page .navbar__links .nav-dd__trigger {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
  padding: 0.4rem 0.7rem !important;
  border-radius: 6px !important;
  border-bottom: none !important;
  line-height: 1.2 !important;
  background: transparent !important;
}

body.home-page .navbar__links > a:hover,
body.home-page .navbar__links .nav-dd__trigger:hover,
body.home-page .navbar__links > a.is-active {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-bottom: none !important;
}

body.home-page .navbar__links .nav-dd__trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
}

body.home-page .navbar__links .nav-dd__trigger::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.7;
}

body.home-page .navbar__phone {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: var(--u-ink) !important;
  background: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.45rem 0.95rem !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
}

body.home-page .navbar__menu-bar {
  background: #fff !important;
}

/* Dropdown — stays open across trigger → panel (no hover gap) */
body.home-page .nav-dd {
  position: relative;
}

body.home-page .nav-dd__panel {
  top: 100% !important;
  left: 0 !important;
  transform: none !important;
  min-width: 22rem !important;
  padding: 0.65rem !important;
  border: none !important;
  border-top: 12px solid transparent !important;
  border-radius: 14px !important;
  background: #fff !important;
  background-clip: padding-box !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22) !important;
  overflow: hidden;
}

body.home-page .nav-dd:hover .nav-dd__panel,
body.home-page .nav-dd:focus-within .nav-dd__panel,
body.home-page .nav-dd.is-open .nav-dd__panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

body.home-page .nav-dd__label {
  margin: 0;
  padding: 0.5rem 0.85rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--u-muted);
}

body.home-page .nav-dd__link {
  display: flex !important;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0.95rem !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  color: inherit;
  background: transparent !important;
  border: 1px solid transparent !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}

body.home-page .nav-dd__link::before {
  content: none !important;
  display: none !important;
}

body.home-page .nav-dd__icon {
  flex: 0 0 2.35rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: #1a1a1a;
  display: grid;
  place-items: center;
  color: #fff;
}

body.home-page .nav-dd__icon img,
body.home-page .nav-dd__icon svg {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

body.home-page .nav-dd__link--rent .nav-dd__icon {
  background: #4a4a4a;
}

body.home-page .nav-dd__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  text-align: left;
}

body.home-page .nav-dd__link:hover {
  background: #f4f4f4 !important;
  border-color: transparent !important;
}

body.home-page .nav-dd__link strong {
  display: block;
  font-size: 1rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em;
  color: #111 !important;
  margin: 0;
}

body.home-page .nav-dd__link .nav-dd__copy > span {
  font-size: 0.8125rem !important;
  color: #6b6b6b !important;
  line-height: 1.35;
  font-weight: 400 !important;
}

/* ─── Heroes: left-aligned, higher, intentional (Uber) ─── */
html.home-page-root .home-page .home-panel--landing:not(:has(.pathway-hero)),
html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero) {
  background: #fff !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero),
html.home-page-root body.theme-home .hero.hero--split:not(.pathway-hero),
html.home-page-root body.theme-rent .hero.hero--split:not(.pathway-hero) {
  min-height: auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__stage,
html.home-page-root body.theme-home .hero.hero--split .hero__stage,
html.home-page-root body.theme-rent .hero.hero--split .hero__stage {
  display: block !important;
  text-align: left !important;
  grid-template-columns: 1fr !important;
  max-width: var(--u-max) !important;
  margin: 0 auto !important;
  min-height: auto !important;
  padding: clamp(5.5rem, 10vh, 7rem) 1.5rem clamp(3rem, 6vh, 4rem) !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__copy,
html.home-page-root body.theme-home .hero.hero--split .hero__copy,
html.home-page-root body.theme-rent .hero.hero--split .hero__copy {
  display: block !important;
  text-align: left !important;
  align-items: flex-start !important;
  max-width: 34rem !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__h,
html.home-page-root body.theme-home .hero.hero--split .hero__h,
html.home-page-root body.theme-rent .hero.hero--split .hero__h,
html.home-page-root .home-page.home-page--obsidian.home-page--crm .home-panel--landing .hero.hero--split .hero__h {
  align-items: center !important;
  text-align: center !important;
  max-width: none !important;
  margin: 0 auto !important;
  font-size: clamp(2.5rem, 5vw, 3.75rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__h-line,
html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__h-accent {
  text-align: center !important;
  display: block !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero) .hero__brief,
html.home-page-root body.theme-home .hero.hero--split:not(.pathway-hero) .hero__brief,
html.home-page-root body.theme-rent .hero.hero--split:not(.pathway-hero) .hero__brief {
  text-align: center !important;
  max-width: 28rem !important;
  margin: 1.15rem auto 0 !important;
  font-size: 1.0625rem !important;
  color: var(--u-body) !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__cta,
html.home-page-root body.theme-home .hero.hero--split .hero__cta,
html.home-page-root body.theme-rent .hero.hero--split .hero__cta {
  justify-content: center !important;
  align-self: center !important;
  margin: 1.75rem auto 0 !important;
}

body.home-page .pathway-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  background: var(--u-soft) !important;
  border: none !important;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: var(--u-body) !important;
  -webkit-text-fill-color: var(--u-body) !important;
}

/* Gateway hero — full-bleed video + timed overlays */
body.gateway-page .gateway-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  min-height: 100vh;
  padding: 0;
  text-align: center;
  overflow: hidden;
  background: #0a0a0a;
  transition: background 1.1s ease;
}

body.gateway-page .gateway-hero--video {
  display: flex;
  align-items: stretch;
}

body.gateway-page .gateway-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a0a0a;
  opacity: 1;
  transition: opacity 1.2s ease;
}

body.gateway-page .gateway-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.gateway-page .gateway-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.55) 0%, rgba(6, 8, 12, 0.72) 45%, rgba(6, 8, 12, 0.82) 100%);
  transition: opacity 0.85s ease;
}

body.gateway-page .gateway-hero.is-content .gateway-hero__scrim {
  opacity: 1;
}

body.gateway-page .gateway-hero.is-done {
  background: #fff;
}

body.gateway-page .gateway-hero.is-done .gateway-hero__media,
body.gateway-page .gateway-hero.is-done .gateway-hero__scrim {
  opacity: 0;
  pointer-events: none;
}

body.gateway-page .gateway-hero__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(92rem, calc(100% - 0px));
  margin: 0 auto;
  padding: calc(var(--u-nav-h) + 1.25rem) clamp(1.25rem, 4vw, 3.5rem) clamp(3.5rem, 10vh, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

body.gateway-page .gateway-hero__stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(1.75rem, 5vh, 3rem);
  width: 100%;
  min-height: calc(100svh - var(--u-nav-h) - 5.5rem);
  min-height: calc(100vh - var(--u-nav-h) - 5.5rem);
}

body.gateway-page .gateway-hero__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  width: 100%;
  margin-top: clamp(0.5rem, 2vh, 1.25rem);
}

@media (min-width: 960px) {
  body.gateway-page .gateway-hero__top {
    grid-template-columns: minmax(0, 1fr) minmax(26rem, 34rem);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
  }
}

body.gateway-page .gateway-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  width: 100%;
  max-width: 38rem;
  align-self: start;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.9s ease, transform 0.9s ease, color 0.8s ease;
  pointer-events: none;
}

body.gateway-page .gateway-hero__copy.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

body.gateway-page .seo-report-preview {
  width: min(34rem, 100%);
  justify-self: end;
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 5 / 4;
  min-height: 22rem;
  grid-template-rows: 1fr auto;
  background:
    radial-gradient(ellipse 90% 70% at 20% 0%, rgba(255, 255, 255, 0.07), transparent 55%),
    #161616;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 48px rgba(0, 0, 0, 0.32);
  text-decoration: none !important;
  color: inherit;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.9s ease, transform 0.9s ease, box-shadow 0.2s ease;
  pointer-events: none;
}

body.gateway-page .seo-report-preview.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

body.gateway-page .seo-report-preview:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 20px 46px rgba(0, 0, 0, 0.34);
}

body.gateway-page .seo-report-preview__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top left;
  background: #111;
}

body.gateway-page .seo-report-preview__body {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem 1.15rem;
  text-align: left;
  background: #161616;
}

body.gateway-page .seo-report-preview__eyebrow {
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

body.gateway-page .seo-report-preview__title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f2f2f2;
  line-height: 1.3;
}

body.gateway-page .seo-report-preview__cta {
  margin-top: 0.2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
}

body.gateway-page .path-walk {
  margin-top: auto;
  width: 100%;
}

body.gateway-page .path-walk__intro {
  max-width: 36rem;
  margin: 0 0 1rem;
  text-align: left;
}

body.gateway-page .path-walk__step {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

body.gateway-page .gateway-hero.is-done .path-walk__step {
  color: var(--u-muted);
}

body.gateway-page .path-walk__hint {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
  max-width: 32rem;
}

body.gateway-page .gateway-hero.is-done .path-walk__hint {
  color: var(--u-body);
}

body.gateway-page .path-card__step {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}

body.gateway-page .gateway-hero__title {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 3.5rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  text-align: left;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

body.gateway-page .gateway-hero__lead {
  max-width: 32rem;
  margin: 1rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

body.gateway-page .gateway-hero.is-done .gateway-hero__title {
  color: var(--u-ink) !important;
  text-shadow: none;
}

body.gateway-page .gateway-hero.is-done .gateway-hero__lead {
  color: var(--u-body);
  text-shadow: none;
}

body.gateway-page .gateway-hero__paths {
  margin-top: auto;
  margin-bottom: clamp(0.5rem, 2vh, 1.25rem);
  max-width: none;
  width: 100%;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.85s ease, transform 0.85s ease;
  pointer-events: none;
}

body.gateway-page .gateway-hero__paths.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* Mobile: hide hero SEO card — pill lives below landing hero */
@media (max-width: 959px) {
  body.gateway-page .seo-report-preview {
    display: none !important;
  }
}

body.gateway-page .gateway-hero.is-done .path-card--home.path-card--pro,
body.gateway-page .gateway-hero.is-done .path-card--rent.path-card--pro {
  border: none !important;
  outline: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.gateway-page .gateway-hero__copy,
  body.gateway-page .seo-report-preview,
  body.gateway-page .gateway-hero__paths {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: none !important;
  }

  body.gateway-page .gateway-hero,
  body.gateway-page .gateway-hero__media {
    transition: none !important;
  }
}

/* Path cards — Uber explore cards */
body.gateway-page .path-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

body.gateway-page .gateway-hero__choose {
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: left;
}

body.gateway-page .path-walk .path-grid {
  margin-top: 0.25rem;
}

body.gateway-page .gateway-hero.is-done .gateway-hero__choose {
  color: var(--u-ink);
}

@media (min-width: 800px) {
  body.gateway-page .path-grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.gateway-page .path-card--pro {
  display: flex !important;
  flex-direction: column !important;
  background: #111 !important;
  border: none !important;
  outline: none !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
  padding: 0 !important;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
}

body.gateway-page .gateway-hero .path-card--pro {
  backdrop-filter: none;
  border: none !important;
}

body.gateway-page .path-card--home.path-card--pro,
body.gateway-page .gateway-hero .path-card--home.path-card--pro,
body.gateway-page .obs-sec#proof .path-card--home.path-card--pro,
body.offer-page .path-card--home.path-card--pro,
body.seo-report-page .path-card--home.path-card--pro {
  background-color: #111 !important;
  background-image:
    linear-gradient(115deg, rgba(10, 12, 16, 0.92) 0%, rgba(10, 12, 16, 0.62) 42%, rgba(10, 12, 16, 0.28) 100%),
    url("../assets/path-cards/home-services.png") !important;
  background-size: cover !important;
  background-position: 58% center !important;
  background-repeat: no-repeat !important;
  color: rgba(255, 255, 255, 0.95);
  border: none !important;
  outline: none !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
}

body.gateway-page .path-card--rent.path-card--pro,
body.gateway-page .gateway-hero .path-card--rent.path-card--pro,
body.gateway-page .obs-sec#proof .path-card--rent.path-card--pro,
body.offer-page .path-card--rent.path-card--pro,
body.seo-report-page .path-card--rent.path-card--pro {
  background-color: #111 !important;
  background-image:
    linear-gradient(160deg, rgba(8, 10, 14, 0.92) 0%, rgba(8, 10, 14, 0.72) 42%, rgba(8, 10, 14, 0.48) 100%),
    url("../assets/path-cards/rental-storefront.jpg") !important;
  background-size: cover !important;
  background-position: 48% 78% !important;
  background-repeat: no-repeat !important;
  color: rgba(255, 255, 255, 0.95);
  border: none !important;
  outline: none !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
}

body.gateway-page .path-card--home .path-card__text,
body.gateway-page .path-card--rent .path-card__text {
  color: rgba(255, 255, 255, 0.68) !important;
  opacity: 1;
}

body.gateway-page .path-card--pro:hover {
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34) !important;
  transform: translateY(-2px) !important;
  border: none !important;
}

body.gateway-page .gateway-hero .path-card--home.path-card--pro:hover,
body.gateway-page .path-card--home.path-card--pro:hover {
  background-image:
    linear-gradient(115deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.55) 42%, rgba(8, 10, 14, 0.22) 100%),
    url("../assets/path-cards/home-services.png") !important;
  background-size: cover !important;
  background-position: 50% 30% !important;
  filter: none;
}

body.gateway-page .gateway-hero .path-card--rent.path-card--pro:hover,
body.gateway-page .path-card--rent.path-card--pro:hover {
  background-image:
    linear-gradient(160deg, rgba(6, 8, 12, 0.88) 0%, rgba(6, 8, 12, 0.66) 42%, rgba(6, 8, 12, 0.4) 100%),
    url("../assets/path-cards/rental-storefront.jpg") !important;
  background-size: cover !important;
  background-position: 48% 68% !important;
  filter: none;
}

body.gateway-page .path-card__media,
body.gateway-page .path-card__media--home,
body.gateway-page .path-card__media--rent {
  display: none !important;
}

body.gateway-page .path-card__body {
  padding: 1.5rem 1.5rem 1.35rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  flex: 1;
}

body.gateway-page .path-card__eyebrow {
  display: none !important;
}

body.gateway-page .path-card__title {
  font-size: clamp(1.65rem, 3.2vw, 2.15rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.035em !important;
  margin: 0 !important;
  text-align: center !important;
  color: #fff !important;
}

body.gateway-page .path-card__text {
  font-size: 0.9375rem !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  flex: 1 1 auto;
  text-align: center !important;
}

@media (max-width: 799px) {
  body.gateway-page .path-card__text {
    flex: 0 0 auto;
  }
}

body.gateway-page .path-card__chips {
  display: none !important;
}

body.gateway-page .path-card--pro .path-card__cta--btn,
body.gateway-page .gateway-hero .path-card--pro .path-card__cta--btn,
body.seo-report-page .path-card--pro .path-card__cta--btn {
  align-self: center;
  margin-top: 0.85rem;
  display: inline-flex !important;
  align-items: center;
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  border: none !important;
  border-radius: var(--u-radius-sm) !important;
  padding: 0.55rem 1rem !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}

/* ─── Sections: left heads, soft surfaces ─── */
body.home-page .obs-wrap,
body.home-page .wrap.obs-wrap,
body.home-page .wrap,
body.home-page .platform-shell,
body.gateway-page .obs-wrap,
body.gateway-page .wrap.obs-wrap,
body.gateway-page .wrap {
  width: 100% !important;
  max-width: var(--u-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--u-gutter) !important;
  padding-right: var(--u-gutter) !important;
  box-sizing: border-box !important;
}

body.home-page .sec.obs-sec,
body.gateway-page .sec.obs-sec {
  padding: var(--u-section-y) 0 !important;
  width: 100%;
  box-sizing: border-box;
}

body.home-page .sec-head,
body.gateway-page .sec-head,
body.gateway-page .gw-sec-head {
  text-align: center !important;
  max-width: 42rem;
  margin: 0 auto clamp(1.75rem, 3.5vh, 2.5rem) !important;
}

body.gateway-page .gw-sec-head .sec-head__title,
body.gateway-page .gw-sec-head .sec-head__lead {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home-page .sec-head__lead {
  margin: 0.65rem auto 0 !important;
  text-align: center !important;
  color: var(--u-body) !important;
  font-size: 1rem !important;
}

body.home-page .sec-head__eyebrow,
body.home-page .sec-head__eyebrow .deck-chapter {
  justify-content: center;
  letter-spacing: 0.02em !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: var(--u-muted) !important;
  -webkit-text-fill-color: var(--u-muted) !important;
  background: none !important;
}

body.home-page .sec-head__title {
  font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important;
  margin: 0.35rem 0 0 !important;
}

/* ─── Coverage: Uber-style soft cards ─── */
body.home-page .job-track {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

@media (min-width: 800px) {
  body.home-page .job-track {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

body.home-page .job-track__step {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  padding: 1.5rem !important;
  border: none !important;
  border-radius: var(--u-radius) !important;
  background: var(--u-soft) !important;
  box-shadow: none !important;
}

body.home-page .job-track__node {
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 6px !important;
  background: var(--u-black) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.6875rem !important;
  font-weight: 600 !important;
}

body.home-page .job-track__phase {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  margin: 0 0 0.25rem !important;
  color: var(--u-muted) !important;
  -webkit-text-fill-color: var(--u-muted) !important;
  background: none !important;
}

body.home-page .job-track__title {
  font-size: 1.125rem !important;
  margin: 0 0 0.35rem !important;
}

body.home-page .job-track__text {
  margin: 0 !important;
  font-size: 0.9375rem !important;
}

/* ─── SEO: soft cards, centered ─── */
body.home-page .seo-pro,
body.home-page .seo-pro--tools {
  width: 100% !important;
  max-width: 42rem !important;
  margin: 0 auto 1rem !important;
  padding: 1.35rem 1.25rem !important;
  border: none !important;
  border-radius: var(--u-radius) !important;
  background: var(--u-soft) !important;
  text-align: center !important;
}

body.home-page .seo-pro__intro {
  align-items: center !important;
  max-width: 34rem;
  margin: 0 auto;
  text-align: center !important;
  display: block;
  width: 100%;
}

body.home-page .seo-pro__points {
  list-style: none !important;
  margin: 0 auto 1rem !important;
  padding: 0 !important;
  display: grid !important;
  gap: 0.4rem;
  justify-items: center;
}

body.home-page .seo-pro__points li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  text-align: center !important;
  color: var(--u-ink) !important;
}

body.home-page .seo-pro__text {
  text-align: center !important;
  margin: 0 auto 0.85rem !important;
  max-width: 32rem;
}

body.home-page .seo-pro__list {
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home-page .seo-pro__kicker {
  text-align: center;
  color: var(--u-muted);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0 0 0.4rem;
}

body.home-page .seo-pro__subhead {
  text-align: center !important;
  font-size: 1.35rem !important;
  margin: 0 0 0.65rem;
}

/* ─── CTA bands: black, simple ─── */
body.home-page .sec-cta,
body.home-page .cta-band {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem 1.5rem !important;
  text-align: left !important;
  margin: 1.5rem 0 0 !important;
  padding: 1.5rem 1.75rem !important;
  background: var(--u-black) !important;
  border: none !important;
  border-radius: var(--u-radius) !important;
}

body.home-page .sec-cta__copy,
body.home-page .cta-band__copy {
  margin: 0 !important;
  font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  color: #fff !important;
  max-width: 28rem;
  line-height: 1.25;
}

body.home-page .sec-cta__copy .uai-inline-logo {
  display: none !important;
}

body.home-page .sec-cta .btn,
body.home-page .cta-band .btn {
  background: #fff !important;
  color: var(--u-ink) !important;
  -webkit-text-fill-color: var(--u-ink) !important;
  border-radius: var(--u-radius-sm) !important;
}

body.home-page .book-banner {
  background: var(--u-soft) !important;
  border: none !important;
  border-radius: var(--u-radius) !important;
  box-shadow: none !important;
  animation: none !important;
  padding: 2.5rem 1.75rem !important;
  text-align: left !important;
  position: relative !important;
  overflow: visible !important;
}

body.home-page .book-banner__in,
body.home-page .book-banner__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.65rem !important;
  text-align: left !important;
  max-width: 40rem !important;
  margin: 0 !important;
  width: 100% !important;
  position: static !important;
}

body.home-page .book-banner__title,
body.home-page .book-banner__lead,
body.home-page .book-banner__eyebrow,
body.home-page .book-banner__phone {
  position: static !important;
  float: none !important;
  max-width: 100% !important;
}

body.home-page .book-banner__eyebrow {
  color: var(--u-muted) !important;
  -webkit-text-fill-color: var(--u-muted) !important;
  background: none !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

body.home-page .book-banner__phone,
html.home-page-root body.home-page .book-banner__phone {
  display: inline-flex !important;
  margin-top: 0.75rem !important;
  width: auto !important;
}

body.home-page .book-banner__actions {
  justify-content: flex-start !important;
  margin-top: 1.25rem;
}

/* Contact strip on gateway */
body.gateway-page .gw-contact {
  background: var(--u-soft);
}

body.gateway-page .gw-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

/* SEO & Local Dominance */
body.gateway-page .seo-dom {
  max-width: 40rem;
}

body.gateway-page .seo-dom__intro {
  font-size: 1.0625rem !important;
  margin: 0 0 2rem !important;
}

body.gateway-page .seo-dom__sub {
  font-size: 1.25rem !important;
  margin: 0 0 1rem !important;
}

body.gateway-page .seo-dom__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

body.gateway-page .seo-dom__list li {
  padding: 1.25rem 1.35rem;
  background: var(--u-soft);
  border-radius: var(--u-radius);
  display: grid;
  gap: 0.35rem;
}

body.gateway-page .seo-dom__list strong {
  font-weight: 600 !important;
  color: var(--u-ink) !important;
  font-size: 1.05rem;
}

body.gateway-page .seo-dom__list span {
  color: var(--u-body) !important;
  font-size: 0.975rem;
  line-height: 1.5;
}

body.gateway-page .seo-dom__note {
  margin: 0 0 2rem !important;
  font-size: 1.05rem !important;
  color: var(--u-ink) !important;
  font-weight: 500 !important;
}

body.gateway-page .seo-dom__wheel {
  padding: 1.75rem 1.5rem;
  background: var(--u-soft);
  border-radius: var(--u-radius);
  margin-bottom: 2.5rem;
}

body.gateway-page .seo-dom__wheel-title {
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 1.1rem;
}

body.gateway-page .seo-dom__wheel-steps {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.55rem;
}

body.gateway-page .seo-dom__wheel-steps li {
  color: var(--u-body);
}

body.gateway-page .seo-dom__wheel-lead {
  margin: 0 !important;
}

body.gateway-page .seo-dom__cta-block {
  padding: 2rem 0 0;
  border-top: 1px solid var(--u-line);
}

body.gateway-page .seo-dom__cta-title {
  font-size: 1.5rem !important;
  margin: 0 0 0.65rem !important;
}

body.gateway-page .seo-dom__cta-lead {
  margin: 0 0 1.5rem !important;
  max-width: 36rem;
}

body.gateway-page .calendly-embed {
  width: 100%;
  max-width: 42rem;
  border-radius: var(--u-radius);
  overflow: hidden;
  background: var(--u-soft);
  border: 1px solid var(--u-line);
}

body.gateway-page .calendly-embed iframe {
  display: block;
  width: 100%;
  height: 680px;
  border: 0;
}

body.gateway-page .seo-dom__cta-alt {
  margin: 1rem 0 0 !important;
  font-size: 0.95rem !important;
}

body.gateway-page .seo-dom__cta-alt a {
  color: var(--u-ink);
  font-weight: 500;
}

/* ─── America / Wichita ─── */
body.home-page .america-offer--simple {
  text-align: left;
  max-width: none;
  margin: 0;
  padding: 1.75rem 1.5rem;
  border: none;
  border-radius: var(--u-radius);
  background: var(--u-soft);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

body.home-page .america-offer--simple .america-offer__eyebrow {
  font-size: 0.8125rem !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: var(--u-muted) !important;
}

body.home-page .america-offer--simple .america-offer__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
}

body.home-page .wichita-strip,
body.home-page .wichita-strip--page {
  background: var(--u-soft) !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

body.home-page .wichita-strip__in {
  max-width: var(--u-max);
  margin: 0 auto;
  text-align: left;
  padding: clamp(2.5rem, 5vh, 3.5rem) 1.5rem;
}

body.home-page .wichita-strip__copy {
  align-items: flex-start;
  text-align: left;
  max-width: 36rem;
}

body.home-page .wichita-strip__actions {
  justify-content: flex-start;
}

body.home-page .wichita-strip__eyebrow {
  color: var(--u-muted) !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}

/* ─── Platform ─── */
body.theme-home .platform-layout,
body.theme-rent .platform-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.5rem !important;
  align-items: center !important;
  justify-items: stretch !important;
}

@media (min-width: 900px) {
  body.theme-home .platform-layout,
  body.theme-rent .platform-layout {
    grid-template-columns: minmax(0, 17rem) minmax(0, 1fr) !important;
  }
}

body.theme-home .integrations-phone::after,
body.theme-rent .integrations-phone::after {
  content: "Inbox · Jobs · Calendar";
  display: block;
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--u-muted);
  letter-spacing: 0.02em;
  text-transform: none;
}

body.home-page .stack-simple {
  width: 100%;
  text-align: left;
}

body.home-page .stack-simple__eyebrow {
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--u-muted);
  margin: 0 0 0.35rem;
  font-weight: 500;
}

body.home-page .stack-simple__title {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem) !important;
  margin: 0 0 0.4rem;
}

body.home-page .stack-simple__lead {
  margin: 0 0 1.25rem;
  max-width: 28rem;
}

body.home-page .stack-simple__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  border: none;
  border-radius: 0;
  overflow: visible;
}

body.home-page .stack-simple__list li {
  padding: 0.85rem 1rem;
  border: none;
  border-radius: var(--u-radius-sm);
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--u-soft);
}

body.home-page .platform-why {
  display: none !important;
}

/* Calc */
body.home-page .calc-explain {
  border: none;
  border-radius: var(--u-radius);
  padding: 1.75rem 1.5rem;
  background: var(--u-soft);
}

body.home-page .calc-unit {
  border-radius: var(--u-radius);
  overflow: hidden;
  border: none;
  box-shadow: none !important;
}

body.home-page .calc-unit__screen {
  background: var(--u-black) !important;
}

/* Brand band / footer / misc */
body.gateway-page .gw-brand-band {
  background: var(--u-black);
  padding: clamp(3rem, 7vh, 4.5rem) 1.5rem;
  text-align: left;
}

body.gateway-page .gw-brand-band__in {
  max-width: var(--u-max);
  margin: 0 auto;
  align-items: flex-start;
}

body.gateway-page .gw-brand-band__line {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: #fff;
  max-width: 28rem;
  margin: 0;
}

body.gateway-page .int-marquee {
  background: transparent;
}

/* Legacy alias — integrations now live inside .gw-manual-band */
body.gateway-page .gw-system-band {
  background: transparent;
  color: #fff;
}

body.gateway-page .gw-sec-head {
  text-align: left !important;
}

body.gateway-page .deliver-tile {
  background: var(--u-soft) !important;
  border: none !important;
  border-radius: var(--u-radius) !important;
  box-shadow: none !important;
}

body.gateway-page .deliver-tile--feature {
  background: var(--u-black) !important;
  color: #fff;
}

body.home-page .footer {
  background: var(--u-black) !important;
}

body.home-page .deck-progress__fill {
  background: var(--u-black) !important;
}

body.home-page .process-track {
  border: none;
  border-radius: var(--u-radius);
  background: var(--u-soft);
  overflow: hidden;
}

/* Kill gradient leftovers */
body.home-page .job-track__phase,
body.home-page .process-track__num,
body.home-page .deck-chapter,
body.home-page .book-banner__eyebrow,
body.home-page .sec-head__eyebrow {
  background: none !important;
  -webkit-text-fill-color: unset;
}


body.home-page .navbar__logo--lock {
  justify-self: auto !important;
  flex: 0 0 auto;
}

body.home-page .navbar__links {
  display: flex !important;
  align-items: center !important;
  gap: 0.15rem !important;
  justify-self: auto !important;
  margin: 0 !important;
  flex: 1 1 auto;
}

body.home-page .navbar__actions {
  margin-left: auto !important;
  justify-self: auto !important;
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
}

body.home-page .navbar__links > a,
body.home-page .navbar__links .nav-dd,
body.home-page .navbar__links .nav-dd__trigger {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

/* ─── Layout system: alignment, spacing, anti-jump ─── */
body.home-page,
body.gateway-page {
  overflow-x: clip;
}

body.home-page main,
body.gateway-page main,
body.home-page .home-flow,
body.gateway-page .home-flow {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Video hero must sit under fixed nav — kill leftover main offset */
body.gateway-page main.home-flow,
body.gateway-page .gateway-main,
html.home-page-root body.gateway-page .home-flow {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home-page img,
body.gateway-page img {
  max-width: 100%;
  height: auto;
}

body.home-page .footer .wrap,
body.gateway-page .footer .wrap {
  max-width: var(--u-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--u-gutter) !important;
  padding-right: var(--u-gutter) !important;
}

/* Kill leftover brand-band color blobs + center conflicts */
body.gateway-page .gw-brand-band {
  margin: 0 !important;
  text-align: left !important;
  overflow: hidden;
}

body.gateway-page .gw-brand-band::before {
  display: none !important;
}

body.gateway-page .gw-brand-band__in {
  width: 100% !important;
  max-width: var(--u-max) !important;
  margin: 0 auto !important;
  justify-items: start !important;
  text-align: left !important;
}

/* Marquee aligned to same content rail */
body.gateway-page .int-marquee {
  padding: 1.5rem 0 !important;
  border: none !important;
}

body.gateway-page .int-marquee__label {
  width: 100% !important;
  max-width: var(--u-max) !important;
  margin: 0 auto 1rem !important;
  padding: 0 var(--u-gutter) !important;
  box-sizing: border-box !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

/* Deliver / quotes / steps — consistent surfaces */
body.gateway-page .deliver-bento {
  gap: 1rem !important;
}

body.gateway-page .deliver-tile {
  min-width: 0;
  transform: none !important;
}

body.gateway-page .deliver-tile:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.gateway-page .gw-quotes {
  gap: 1rem !important;
}

body.gateway-page .gw-quote {
  background: var(--u-soft) !important;
  border: none !important;
  border-radius: var(--u-radius) !important;
  box-shadow: none !important;
  min-width: 0;
}

body.gateway-page .gw-steps {
  gap: 1rem !important;
}

body.gateway-page .gw-steps li {
  background: var(--u-soft) !important;
  border: none !important;
  border-radius: var(--u-radius) !important;
  box-shadow: none !important;
  min-width: 0;
}

body.gateway-page .obs-sec#how-gateway,
body.gateway-page .obs-sec#proof,
body.gateway-page .obs-sec#quotes,
body.gateway-page .obs-sec#seo-dominance,
body.gateway-page .obs-sec#strategy {
  background: #fff !important;
}

body.gateway-page .obs-sec#how-gateway,
body.gateway-page .obs-sec#proof {
  background: var(--u-soft) !important;
}

body.gateway-page .obs-sec#how-gateway .gw-steps li {
  background: #fff !important;
}

body.gateway-page .obs-sec#proof .path-card--home.path-card--pro,
body.gateway-page .obs-sec#proof .path-card--rent.path-card--pro {
  border: none !important;
  outline: none !important;
}

/* Contact actions */
body.gateway-page .gw-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

body.gateway-page:not(.schedule-page) .calendly-embed {
  aspect-ratio: 3 / 4;
  max-height: 720px;
}

body.gateway-page:not(.schedule-page) .calendly-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
}

/* Pathway pages — keep hero content on the page rail */
html.home-page-root body.theme-home .hero.hero--split .hero__stage,
html.home-page-root body.theme-rent .hero.hero--split .hero__stage,
html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__stage {
  width: 100% !important;
  box-sizing: border-box !important;
  padding-left: var(--u-gutter) !important;
  padding-right: var(--u-gutter) !important;
}

/* Mobile nav drawer — full width, no float leftovers */
@media (max-width: 900px) {
  body.home-page .navbar__in {
    gap: 0.75rem !important;
  }

  body.home-page .navbar__links {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.75rem var(--u-gutter) 1.25rem !important;
    background: var(--u-black) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.25rem !important;
    display: none !important;
    box-sizing: border-box !important;
    z-index: 40;
  }

  body.home-page .navbar.navbar--open .navbar__links {
    display: flex !important;
  }

  body.home-page .navbar__links > a,
  body.home-page .navbar__links .nav-dd__trigger {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.home-page .nav-dd__panel {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    padding: 0.35rem 0 0.5rem 0.75rem !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.gateway-page .gateway-hero__wrap {
    padding: calc(var(--u-nav-h) + 0.85rem) var(--u-gutter) 1.25rem !important;
  }

  body.gateway-page .gateway-hero__stack {
    gap: 1.15rem;
    min-height: 0;
    justify-content: flex-start;
  }

  body.gateway-page .gateway-hero__copy {
    min-height: 0;
    margin-top: 0.25rem;
    max-width: none;
  }

  body.gateway-page .gateway-hero__title {
    max-width: none;
    font-size: clamp(1.85rem, 7.5vw, 2.5rem) !important;
    line-height: 1.08 !important;
  }

  body.gateway-page .gateway-hero__lead {
    margin-top: 0.65rem;
    font-size: 1rem;
    line-height: 1.45;
    max-width: 28rem;
  }

  body.gateway-page .gateway-hero__paths {
    margin-top: 0.35rem;
    margin-bottom: 0;
  }

  body.gateway-page .gateway-hero__choose {
    margin-bottom: 0.1rem;
    font-size: 0.8125rem;
  }

  body.gateway-page .path-grid {
    gap: 0.75rem;
  }

  body.gateway-page .path-card__body {
    padding: 1.15rem 1.15rem 1.05rem !important;
    gap: 0.4rem;
  }

  body.gateway-page .path-card__title {
    font-size: clamp(1.45rem, 5.5vw, 1.85rem) !important;
    font-weight: 750 !important;
  }

  body.gateway-page .path-card__text {
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
  }

  body.gateway-page .path-card__cta--btn {
    margin-top: 0.65rem;
    align-self: center;
    width: 100%;
    justify-content: center;
  }

  body.gateway-page .obs-sec {
    padding-top: clamp(2.25rem, 6vh, 3.25rem) !important;
    padding-bottom: clamp(2.25rem, 6vh, 3.25rem) !important;
  }

  body.gateway-page .calendly-embed iframe {
    min-height: 480px;
  }
}

@media (max-width: 560px) {
  :root {
    --u-gutter: 1.05rem;
  }

  body.gateway-page .gateway-hero {
    min-height: auto;
  }

  body.gateway-page .gateway-hero__stack {
    gap: 0.9rem;
    min-height: 0;
    justify-content: flex-start;
  }

  body.gateway-page .gateway-hero__title {
    font-size: clamp(1.7rem, 8.2vw, 2.15rem) !important;
  }

  body.gateway-page .gateway-hero__lead {
    font-size: 0.975rem;
    margin-top: 0.55rem;
  }

  body.gateway-page .int-marquee {
    padding: 1rem var(--u-gutter) !important;
  }

  body.gateway-page .int-marquee__label {
    margin-bottom: 0.75rem !important;
    font-size: 0.8125rem !important;
  }

  body.gateway-page .seo-dom__cards {
    gap: 0.75rem;
  }

  body.gateway-page .track-card__bars {
    min-height: 6.5rem;
    gap: 0.4rem;
  }

  body.gateway-page .gw-steps {
    gap: 0.75rem !important;
  }

  body.home-page .sec-cta,
  body.home-page .cta-band {
    flex-direction: column !important;
    align-items: center !important;
  }

  body.home-page .stack-simple__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) and (max-height: 740px) {
  body.gateway-page .gateway-hero__stack {
    gap: 0.75rem;
  }

  body.gateway-page .path-card__body {
    padding: 0.95rem 1rem !important;
  }
}

/* ─── Center all text sitewide (hero copy stays top-left) ─── */
body.home-page,
body.gateway-page,
body.schedule-page {
  text-align: center;
}

body.gateway-page .gateway-hero__copy,
body.gateway-page .gateway-hero__copy .gateway-hero__title,
body.gateway-page .gateway-hero__copy .gateway-hero__lead {
  text-align: left !important;
  align-items: flex-start !important;
}

body.home-page .sec-head,
body.gateway-page .sec-head,
body.gateway-page .gw-sec-head,
body.home-page .sec-head__lead,
body.gateway-page .sec-head__lead,
body.gateway-page .gw-sec-head .sec-head__title,
body.gateway-page .gw-sec-head .sec-head__lead,
body.home-page .seo-pro,
body.home-page .seo-pro__intro,
body.home-page .seo-pro__points li,
body.home-page .seo-pro__text,
body.home-page .seo-pro__list,
body.home-page .seo-pro__kicker,
body.home-page .seo-pro__subhead,
body.home-page .job-track__phase,
body.home-page .job-track__title,
body.home-page .job-track__text,
body.home-page .book-banner,
body.home-page .book-banner__in,
body.home-page .book-banner__copy,
body.home-page .america-offer--simple,
body.home-page .wichita-strip__in,
body.home-page .wichita-strip__copy,
body.home-page .stack-simple,
body.gateway-page .seo-dom,
body.gateway-page .seo-dom__list li,
body.gateway-page .deliver-tile,
body.gateway-page .gw-quote,
body.gateway-page .gw-steps li,
body.gateway-page .gw-brand-band,
body.gateway-page .gw-brand-band__in,
body.gateway-page .gw-brand-band__line,
body.gateway-page .path-card__body,
body.gateway-page .gw-contact__actions {
  text-align: center !important;
  align-items: center !important;
  justify-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home-page .sec-head,
body.gateway-page .sec-head,
body.gateway-page .gw-sec-head {
  max-width: 40rem;
}

body.home-page .job-track__step {
  align-items: center !important;
  text-align: center !important;
}

body.home-page .job-track__node {
  margin: 0 auto;
}

body.home-page .sec-cta,
body.home-page .cta-band {
  justify-content: center !important;
  text-align: center !important;
}

body.home-page .sec-cta__copy,
body.home-page .cta-band__copy {
  max-width: 28rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home-page .book-banner__actions,
body.home-page .wichita-strip__actions,
body.home-page .hero__cta,
body.gateway-page .gw-contact__actions {
  justify-content: center !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.gateway-page .path-card__cta--btn {
  align-self: center !important;
}

body.gateway-page .seo-dom__list {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

body.gateway-page .seo-dom__cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  border-top: none;
  padding-top: 1.5rem;
}

/* Pathway heroes — centered (skip immersive .pathway-hero photo spaces) */
html.home-page-root body.theme-home .hero.hero--split:not(.pathway-hero),
html.home-page-root body.theme-rent .hero.hero--split:not(.pathway-hero),
html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero) {
  text-align: center !important;
  justify-content: center !important;
}

html.home-page-root body.theme-home .hero.hero--split:not(.pathway-hero),
html.home-page-root body.theme-rent .hero.hero--split:not(.pathway-hero),
html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero) {
  min-height: 0 !important;
  height: auto !important;
}

html.home-page-root body.theme-home .hero.hero--split:not(.pathway-hero) .hero__stage,
html.home-page-root body.theme-rent .hero.hero--split:not(.pathway-hero) .hero__stage,
html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero) .hero__stage {
  text-align: center !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  height: auto !important;
  padding: calc(var(--u-nav-h) + 2rem) var(--u-gutter) 1.25rem !important;
}

html.home-page-root body.theme-home .hero.hero--split .hero__copy,
html.home-page-root body.theme-rent .hero.hero--split .hero__copy,
html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__copy {
  text-align: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  max-width: 36rem !important;
}

html.home-page-root body.theme-home .hero.hero--split .hero__h,
html.home-page-root body.theme-rent .hero.hero--split .hero__h,
html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__h,
html.home-page-root body.theme-home .hero.hero--split .hero__h-line,
html.home-page-root body.theme-rent .hero.hero--split .hero__h-line,
html.home-page-root body.theme-home .hero.hero--split .hero__h-accent,
html.home-page-root body.theme-rent .hero.hero--split .hero__h-accent {
  text-align: center !important;
  align-items: center !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__brief,
html.home-page-root body.theme-home .hero.hero--split .hero__brief,
html.home-page-root body.theme-rent .hero.hero--split .hero__brief,
html.home-page-root body.theme-home.home-page--obsidian .hero.hero--split .hero__brief,
html.home-page-root body.theme-rent.home-page--obsidian .hero.hero--split .hero__brief {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 32rem !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__cta,
html.home-page-root body.theme-home .hero.hero--split .hero__cta,
html.home-page-root body.theme-rent .hero.hero--split .hero__cta,
html.home-page-root body.theme-home.home-page--obsidian .hero.hero--split .hero__cta,
html.home-page-root body.theme-rent.home-page--obsidian .hero.hero--split .hero__cta {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 36rem !important;
}

/* Coverage tight under hero — no page break */
html.home-page-root .home-page .home-panel--landing,
html.home-page-root body.theme-home .home-panel--landing,
html.home-page-root body.theme-rent .home-panel--landing,
html.home-page-root .home-page.home-page--crm .home-panel--landing,
html.home-page-root .home-page.home-page--obsidian .home-panel--landing,
html.home-page-root .home-page.home-page--obsidian.home-page--crm .home-flow > .home-panel--landing,
html.home-page-root .home-page.home-page--obsidian.home-page--crm .home-panel--landing,
.home-page.home-page--obsidian.home-page--crm .home-flow > .home-panel--landing,
.home-page.home-page--obsidian.home-page--crm .home-panel--landing {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split:not(.pathway-hero),
html.home-page-root .home-page.home-page--crm .home-panel--landing .hero.hero--split:not(.pathway-hero) {
  min-height: 0 !important;
  height: auto !important;
}

html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__h,
html.home-page-root .home-page.home-page--crm .home-panel--landing .hero.hero--split .hero__h,
html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__h-line,
html.home-page-root .home-page .home-panel--landing .hero.hero--split .hero__h-accent {
  text-align: center !important;
}

body.home-page #coverage.obs-sec,
html.home-page-root body.theme-home #coverage.obs-sec,
html.home-page-root body.theme-rent #coverage.obs-sec {
  padding-top: clamp(1rem, 2.5vh, 1.75rem) !important;
}

body.home-page #coverage .sec-head {
  margin-bottom: 1.5rem !important;
}

/* Platform: phone focus + small integrations banner */
body.theme-home .platform-layout--phone-focus,
body.theme-rent .platform-layout--phone-focus {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1.5rem !important;
  grid-template-columns: none !important;
}

body.theme-home .platform-layout--phone-focus .integrations-phone,
body.theme-rent .platform-layout--phone-focus .integrations-phone {
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
}

body.theme-home .platform-layout--phone-focus .stack-simple,
body.theme-rent .platform-layout--phone-focus .stack-simple {
  display: none !important;
}

body.home-page .int-banner {
  width: 100%;
  max-width: 48rem;
  margin: 1.5rem auto 0;
  padding: 1.15rem 1.25rem;
  background: var(--u-soft);
  border-radius: var(--u-radius);
  text-align: center;
}

body.home-page .int-banner__label {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--u-muted);
}

body.home-page .int-banner__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 1.75rem;
}

body.home-page .int-banner__row img {
  height: 22px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

/* Marquee — logo-only, clean spacing */
body.gateway-page .int-marquee__label {
  text-align: center !important;
}

body.gateway-page .int-marquee__track {
  gap: 3rem !important;
  align-items: center;
}

body.gateway-page .int-marquee__item {
  font-size: 0 !important;
  color: transparent !important;
  gap: 0 !important;
  line-height: 0;
}

body.gateway-page .int-marquee__item img {
  height: 28px !important;
  width: auto !important;
  max-width: 130px !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  display: block;
}

/* Yellow Google-style review stars */
body.gateway-page .gw-quote__stars,
body.home-page .gw-quote__stars {
  color: #fbbc04 !important;
  letter-spacing: 0.08em;
  font-size: 1rem;
}

body.gateway-page .gw-quote__meta {
  align-items: center;
}

/* Schedule page — full vertical Calendly (never clip) */
html.home-page-root body.schedule-page,
body.schedule-page {
  overflow-x: hidden;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100%;
  background: #fff !important;
}

html.home-page-root body.schedule-page .schedule-main,
body.schedule-page .schedule-main,
body.schedule-page main.home-flow {
  padding-top: var(--u-nav-h) !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

body.schedule-page .schedule-hero,
body.schedule-page .schedule-hero.obs-sec {
  padding-top: clamp(2rem, 5vh, 3rem) !important;
  padding-bottom: 3rem !important;
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  background: #fff !important;
}

body.schedule-page .schedule-hero .wrap,
body.schedule-page .schedule-hero .obs-wrap {
  width: min(72rem, calc(100% - 2rem)) !important;
  max-width: 72rem !important;
}

body.schedule-page .calendly-embed,
body.schedule-page .calendly-embed--page,
html.home-page-root body.schedule-page .calendly-embed,
html.home-page-root body.schedule-page .calendly-embed--page,
body.gateway-page.schedule-page .calendly-embed,
body.gateway-page.schedule-page .calendly-embed--page {
  width: 100% !important;
  max-width: none !important;
  margin: 1.5rem auto 0 !important;
  aspect-ratio: auto !important;
  max-height: none !important;
  height: 900px !important;
  min-height: 900px !important;
  border-radius: 1rem;
  overflow: hidden !important;
  background: #fff;
  border: 1px solid var(--u-line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

body.schedule-page .calendly-embed iframe,
body.schedule-page .calendly-embed--page iframe,
body.schedule-page .calendly-inline-widget,
body.schedule-page .calendly-inline-widget iframe,
html.home-page-root body.schedule-page .calendly-embed--page iframe,
body.gateway-page.schedule-page .calendly-embed iframe,
body.gateway-page.schedule-page .calendly-inline-widget {
  width: 100% !important;
  height: 900px !important;
  min-height: 900px !important;
  max-height: none !important;
  border: 0 !important;
  display: block !important;
  aspect-ratio: auto !important;
}

body.schedule-page .schedule-alt {
  margin: 1.25rem 0 2.5rem;
  font-size: 0.95rem;
  color: var(--u-body);
}

body.schedule-page .schedule-alt a {
  color: var(--u-ink);
  font-weight: 500;
}

@media (max-width: 900px) {
  body.schedule-page .calendly-embed,
  body.schedule-page .calendly-embed--page,
  body.schedule-page .calendly-inline-widget,
  body.schedule-page .calendly-embed iframe,
  body.schedule-page .calendly-embed--page iframe,
  body.schedule-page .calendly-inline-widget iframe {
    min-height: 1180px !important;
    height: 1180px !important;
  }
}

/* ─── Manual band: integrations + company legend (shared space bg) ─── */
html.home-page-root body.home-page.gateway-page .home-flow > .gw-manual-band,
body.home-page.gateway-page .home-flow > .gw-manual-band,
body.gateway-page .gw-manual-band {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  background:
    radial-gradient(ellipse 70% 45% at 18% 8%, rgba(166, 93, 78, 0.22), transparent 52%),
    radial-gradient(ellipse 55% 40% at 88% 22%, rgba(63, 95, 122, 0.28), transparent 50%),
    linear-gradient(180deg, #12182a 0%, #0d1322 42%, #0a0f1c 100%) !important;
  color: #eef2f7 !important;
}

body.home-page.gateway-page .gw-manual-band > .gw-legend__space,
body.gateway-page .gw-manual-band > .gw-legend__space {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(1px 1px at 12% 12%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 28% 48%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1.5px 1.5px at 44% 22%, rgba(180, 210, 255, 0.55), transparent),
    radial-gradient(1px 1px at 61% 68%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1px 1px at 73% 18%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1.5px 1.5px at 88% 52%, rgba(180, 210, 255, 0.5), transparent),
    radial-gradient(1px 1px at 16% 82%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1px 1px at 52% 38%, rgba(255, 255, 255, 0.3), transparent);
}

body.home-page.gateway-page .gw-manual-band > .int-marquee,
body.home-page.gateway-page .gw-manual-band > .gw-legend,
body.gateway-page .gw-manual-band > .int-marquee,
body.gateway-page .gw-manual-band > .gw-legend {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

body.home-page.gateway-page .gw-manual-band > .int-marquee,
body.gateway-page .gw-manual-band > .int-marquee {
  padding-top: clamp(1.75rem, 4vh, 2.75rem) !important;
  padding-bottom: 0.5rem !important;
}

body.home-page.gateway-page .gw-manual-band .int-marquee__label,
body.gateway-page .gw-manual-band .int-marquee__label {
  color: rgba(238, 242, 247, 0.62) !important;
}

/* Legend sits inside the shared band — no second bg */
html.home-page-root body.home-page.gateway-page .home-flow > .gw-manual-band .sec.gw-legend,
body.home-page.gateway-page .gw-manual-band .sec.gw-legend,
body.gateway-page .gw-manual-band .gw-legend,
body.gateway-page .gw-legend {
  position: relative !important;
  isolation: isolate;
  overflow: visible !important;
  padding: clamp(2.5rem, 6vh, 4.5rem) 0 clamp(4rem, 10vh, 7rem) !important;
  background: transparent !important;
  color: #eef2f7 !important;
}

body.home-page.gateway-page .gw-legend__wrap,
body.gateway-page .gw-legend__wrap {
  position: relative;
  z-index: 1;
  max-width: min(92rem, 100%) !important;
  padding-left: clamp(1.25rem, 4vw, 3.5rem) !important;
  padding-right: clamp(1.25rem, 4vw, 3.5rem) !important;
}

body.home-page.gateway-page .gw-legend__head,
body.gateway-page .gw-legend__head {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 2.75rem;
  perspective: none;
}

body.home-page.gateway-page .gw-legend__episode,
body.gateway-page .gw-legend__episode,
body.home-page.gateway-page .gw-legend p.gw-legend__episode {
  margin: 0 0 0.85rem !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(238, 242, 247, 0.55) !important;
}

body.home-page.gateway-page .gw-legend h2.gw-legend__title,
body.gateway-page .gw-legend h2.gw-legend__title,
body.home-page.gateway-page .gw-legend__title {
  margin: 0 !important;
  font-size: clamp(2.5rem, 5.5vw, 3.85rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none;
}

body.home-page.gateway-page .gw-legend p.gw-legend__crawl,
body.gateway-page .gw-legend__crawl {
  margin: 1.25rem auto 0 !important;
  max-width: 46rem;
  text-align: center !important;
  font-size: 1.125rem !important;
  line-height: 1.65 !important;
  color: rgba(238, 242, 247, 0.82) !important;
  transform: none;
}

body.home-page.gateway-page .gw-legend p.gw-legend__crawl--secondary,
body.gateway-page .gw-legend__crawl--secondary {
  margin-top: 1rem !important;
  color: rgba(238, 242, 247, 0.68) !important;
  font-size: 1.05rem !important;
}

body.home-page.gateway-page .gw-legend__mission,
body.gateway-page .gw-legend__mission {
  max-width: 48rem;
  margin: 0 0 2.5rem;
  padding: 1.35rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body.home-page.gateway-page .gw-legend h3.gw-legend__mission-title,
body.gateway-page .gw-legend__mission-title {
  margin: 0 0 0.65rem !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.home-page.gateway-page .gw-legend p.gw-legend__mission-text,
body.gateway-page .gw-legend__mission-text {
  margin: 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
  color: rgba(238, 242, 247, 0.72) !important;
  max-width: 46rem;
}

body.home-page.gateway-page .gw-legend__grid,
body.gateway-page .gw-legend__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

@media (min-width: 720px) {
  body.home-page.gateway-page .gw-legend__grid,
  body.gateway-page .gw-legend__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  body.home-page.gateway-page .gw-legend__grid,
  body.gateway-page .gw-legend__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.home-page.gateway-page .gw-legend li.gw-legend__item,
body.gateway-page .gw-legend__item {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.9rem;
  row-gap: 0.45rem;
  padding: 1.55rem 1.35rem 1.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left !important;
  background: transparent !important;
  color: #eef2f7 !important;
}

@media (min-width: 720px) {
  body.home-page.gateway-page .gw-legend li.gw-legend__item,
  body.gateway-page .gw-legend__item {
    padding: 1.75rem 1.65rem 1.75rem 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 11rem;
  }

  body.home-page.gateway-page .gw-legend__item:nth-child(2n),
  body.gateway-page .gw-legend__item:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  body.home-page.gateway-page .gw-legend__item:nth-child(2n),
  body.gateway-page .gw-legend__item:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 1.65rem;
  }

  body.home-page.gateway-page .gw-legend__item:nth-child(3n),
  body.gateway-page .gw-legend__item:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
}

body.home-page.gateway-page .gw-legend__num,
body.gateway-page .gw-legend__num,
body.home-page.gateway-page .gw-legend span.gw-legend__num {
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 0.25rem;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  color: rgba(238, 242, 247, 0.45) !important;
}

body.home-page.gateway-page .gw-legend strong.gw-legend__name,
body.gateway-page .gw-legend__name {
  font-size: clamp(1.2rem, 2vw, 1.45rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.home-page.gateway-page .gw-legend span.gw-legend__desc,
body.gateway-page .gw-legend__desc,
body.home-page.gateway-page .gw-legend li span.gw-legend__desc {
  grid-column: 2;
  font-size: 0.975rem !important;
  line-height: 1.55 !important;
  color: rgba(238, 242, 247, 0.68) !important;
  max-width: 28rem;
}

body.home-page.gateway-page .gw-legend p.gw-legend__epilogue,
body.gateway-page .gw-legend__epilogue {
  margin: 2.35rem 0 0 !important;
  max-width: 42rem;
  text-align: left !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  color: rgba(238, 242, 247, 0.72) !important;
}

/* Hide old deliver black feature leftovers */
body.gateway-page .deliver-tile--feature,
body.gateway-page .gw-brand-band {
  display: none !important;
}

/* GBP mini card */
body.gateway-page .gbp-card {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.5rem 1.35rem;
  border-radius: var(--u-radius);
}

body.gateway-page .gbp-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

body.gateway-page .gbp-card__g {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

body.gateway-page .gbp-card__badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #8b463a;
  background: rgba(166, 93, 78, 0.12);
  border: 1px solid rgba(166, 93, 78, 0.18);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
}

body.gateway-page .gbp-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #111 !important;
}

body.gateway-page .gbp-card__text {
  margin: 0 0 0.85rem;
  color: rgba(0, 0, 0, 0.58) !important;
  font-size: 0.975rem;
  line-height: 1.5;
}

body.gateway-page .gbp-card__stars {
  color: #fbbc04 !important;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

body.gateway-page .gbp-card__meta {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.45);
}

/* Pathway SEO visuals — centered stack, smaller images */
body.home-page .seo-pro--split {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  justify-items: center !important;
  text-align: center !important;
}

body.home-page .seo-pro--gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  max-width: 36rem !important;
  margin: 0 auto 1rem !important;
  background: transparent !important;
  padding: 0 !important;
}

body.home-page .seo-pro__media {
  margin: 0.5rem auto 0 !important;
  width: min(100%, 18rem) !important;
  max-width: 18rem !important;
  height: 11rem !important;
  border-radius: var(--u-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--u-line);
}

body.home-page .seo-pro--gallery .seo-pro__media {
  width: 100% !important;
  max-width: none !important;
  height: 9.5rem !important;
}

body.home-page .seo-pro__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  background: #fff;
}

body.home-page .seo-pro__list li {
  position: static !important;
  padding-left: 0 !important;
}

body.home-page .seo-pro__list li::before {
  display: none !important;
  content: none !important;
}

body.home-page .seo-pro__intro,
body.home-page .seo-pro__points,
body.home-page .seo-pro__list,
body.home-page .seo-pro__kicker,
body.home-page .seo-pro__subhead,
body.home-page .seo-pro__text,
body.home-page .seo-pro__points li,
body.home-page .seo-pro__list li {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home-page .seo-pro__list {
  list-style: none !important;
  padding: 0 !important;
  display: grid !important;
  gap: 0.45rem;
  justify-items: center;
}

body.home-page #seo.obs-sec {
  padding-top: clamp(2rem, 4vh, 3rem) !important;
  padding-bottom: clamp(2rem, 4vh, 3rem) !important;
}

body.home-page #seo .seo-pro + .seo-pro {
  margin-top: 0.75rem !important;
}

/* Platform: compact, no dead white space */
body.home-page .home-panel--platform,
html.home-page-root body.theme-home .home-panel--platform,
html.home-page-root body.theme-rent .home-panel--platform,
.home-page.home-page--obsidian.home-page--crm .home-flow > .home-panel--platform {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  min-height: 0 !important;
}

body.home-page .home-panel--platform .platform-shell {
  padding: 2rem 1.25rem !important;
  max-width: 68rem !important;
  margin: 0 auto !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.home-page .home-panel--platform .sec-head {
  margin: 0 auto 0.85rem !important;
  text-align: center !important;
  align-items: center !important;
}

body.theme-home .platform-layout--phone-focus,
body.theme-rent .platform-layout--phone-focus,
html.home-page-root body.theme-home .platform-layout--phone-focus,
html.home-page-root body.theme-rent .platform-layout--phone-focus {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: 18rem !important;
  margin: 0 auto !important;
}

body.theme-home .platform-layout--phone-focus .integrations-phone,
body.theme-rent .platform-layout--phone-focus .integrations-phone {
  width: 100%;
  max-width: 9.25rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem !important;
}

body.theme-home .platform-layout--phone-focus .integrations-phone__frame,
body.theme-rent .platform-layout--phone-focus .integrations-phone__frame,
body.theme-home .platform-layout--phone-focus .hero-phone--showcase,
body.theme-rent .platform-layout--phone-focus .hero-phone--showcase {
  width: 100% !important;
  max-width: 9.25rem !important;
}

body.theme-home .platform-layout--phone-focus .integrations-phone::after,
body.theme-rent .platform-layout--phone-focus .integrations-phone::after {
  margin-top: 0.35rem !important;
  font-size: 0.7rem !important;
}

body.theme-home .integrations-phone__controls,
body.theme-rent .integrations-phone__controls {
  justify-content: center !important;
  width: 100%;
}

body.theme-home .integrations-phone__rail,
body.theme-rent .integrations-phone__rail {
  width: min(100%, 10rem);
  margin: 0.35rem auto 0;
}

body.home-page .home-panel--platform .sec-cta {
  max-width: 28rem;
  margin: 0.85rem auto 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.home-page .int-banner {
  max-width: 36rem;
  margin: 0.85rem auto 0 !important;
  padding: 0.85rem 1rem !important;
}

body.home-page .obs-sec--america {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

body.home-page .america-offer--compact {
  margin: 0 auto !important;
  max-width: 28rem;
  width: fit-content;
  padding: 0.5rem 0.9rem !important;
  background: var(--u-soft);
  border-radius: 999px;
  text-align: center !important;
  border: none;
}

body.home-page .america-offer--compact .america-offer__line {
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.45;
  color: var(--u-body);
}

body.home-page .america-offer--compact .america-offer__line strong {
  color: var(--u-ink);
  font-weight: 650;
}

body.home-page .america-offer--compact a {
  color: var(--u-ink);
  font-weight: 550;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Calculator: left copy, right unit */
body.home-page #demo .sec-head,
body.home-page #demo .sec-head__title,
body.home-page #demo .sec-head__lead,
body.home-page #demo .sec-head__eyebrow {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: flex-start !important;
  max-width: none;
}

body.home-page .calc-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: start;
  text-align: left !important;
}

body.home-page .calc-explain,
body.home-page .calc-explain__title,
body.home-page .calc-explain__steps,
body.home-page .calc-explain__note,
body.home-page .calc-explain__extra,
body.home-page .calc-explain__cta {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: flex-start !important;
  justify-items: start !important;
}

@media (max-width: 859px) {
  body.home-page .calc-layout {
    grid-template-columns: 1fr !important;
  }

  body.home-page .seo-pro--gallery {
    grid-template-columns: 1fr;
    max-width: 22rem !important;
  }
}

/* Gateway SEO: GBP + tracking analytics cards */
body.gateway-page .seo-dom--compact {
  max-width: 56rem !important;
  margin: 0 auto;
}

body.gateway-page .seo-dom__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 1.75rem;
}

@media (min-width: 820px) {
  body.gateway-page .seo-dom__cards {
    grid-template-columns: 1fr 1.15fr;
    align-items: stretch;
  }
}

body.gateway-page .track-card {
  padding: 1.35rem 1.35rem 1.15rem;
  background: var(--u-soft);
  border-radius: var(--u-radius);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-align: left !important;
}

body.gateway-page .track-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

body.gateway-page .track-card__badge {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3f5f7a;
}

body.gateway-page .track-card__live {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1f8f55;
}

body.gateway-page .track-card__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #34c77b;
  box-shadow: 0 0 0 3px rgba(52, 199, 123, 0.18);
}

body.gateway-page .track-card__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #111 !important;
}

body.gateway-page .track-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.58) !important;
}

body.gateway-page .track-card__viz {
  margin-top: 0.5rem;
  padding: 1rem 0.9rem 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
}

body.gateway-page .track-card__bars {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  height: 11rem;
  width: 100%;
}

body.gateway-page .track-card__bar {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.2rem;
  min-height: 0;
  height: var(--h, 50%);
  padding: 0.5rem 0.25rem 0.4rem;
  border-radius: 10px 10px 6px 6px;
  color: #111;
  text-align: center;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

body.gateway-page .track-card__bar--best {
  background: linear-gradient(180deg, #34c77b 0%, #1f8f55 100%);
  color: #fff;
}

body.gateway-page .track-card__bar--good {
  background: linear-gradient(180deg, #ffe066 0%, #e0b000 100%);
  color: #3d2e00;
}

body.gateway-page .track-card__bar--mid {
  background: linear-gradient(180deg, #ffb347 0%, #e08920 100%);
  color: #3d2200;
}

body.gateway-page .track-card__bar--low {
  background: linear-gradient(180deg, #fb7185 0%, #e11d48 100%);
  color: #fff;
}

body.gateway-page .track-card__bar span {
  font-size: 0.65rem;
  opacity: 0.75;
  order: 2;
}

body.gateway-page .track-card__bar strong {
  font-size: 0.8rem;
  font-weight: 650;
  order: 1;
}

body.gateway-page .track-card__footnote {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: var(--u-muted);
  text-align: center;
}

body.gateway-page .gbp-card {
  text-align: center !important;
}

/* ─── Theme accents: Home (rose) / Rentals (sky) ─── */
body.theme-home {
  --theme-accent: var(--uai-home);
  --theme-soft: #f6f1ef;
  --theme-grad: var(--uai-home-grad);
  --theme-ink: #1a1412;
  --theme-wash: linear-gradient(180deg, #f8f4f2 0%, #ffffff 42%, #ffffff 100%);
}

body.theme-rent {
  --theme-accent: var(--uai-rent);
  --theme-soft: #eef2f6;
  --theme-grad: var(--uai-rent-grad);
  --theme-ink: #121820;
  --theme-wash: linear-gradient(180deg, #f1f4f8 0%, #ffffff 42%, #ffffff 100%);
}

body.theme-home .pathway-badge,
body.theme-rent .pathway-badge {
  background: var(--theme-grad) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.theme-home .hero__h-accent {
  color: var(--uai-home-deep) !important;
}

body.theme-rent .hero__h-accent {
  color: var(--uai-rent) !important;
}

body.theme-home .job-track__node,
body.theme-rent .job-track__node {
  background: var(--theme-grad) !important;
  color: #fff !important;
}

body.theme-home .america-offer--compact,
body.theme-rent .america-offer--compact {
  background: var(--theme-soft) !important;
}

body.theme-home .seo-pro,
body.theme-home .seo-pro--tools,
body.theme-rent .seo-pro,
body.theme-rent .seo-pro--tools,
body.theme-home .seo-board,
body.theme-rent .seo-board {
  background: transparent !important;
}

/* Black banner CTA — See how it fits your shop */
body.home-page .sec-cta.sec-cta--banner,
body.home-page a.sec-cta.sec-cta--banner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 0.55rem !important;
  width: 100%;
  max-width: 40rem;
  margin: 1.5rem auto 0 !important;
  padding: 1.75rem 1.5rem !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 1.25rem !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

body.home-page .sec-cta.sec-cta--banner .sec-cta__copy {
  max-width: none;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem) !important;
  font-weight: 650 !important;
  color: #fff !important;
}

body.home-page .sec-cta.sec-cta--banner .sec-cta__link {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

body.home-page .sec-cta.sec-cta--banner:hover .sec-cta__link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.home-page .sec-cta:not(.sec-cta--banner) {
  justify-content: center !important;
  text-align: center !important;
  flex-direction: column !important;
  max-width: 40rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Center-align everything except calculator */
body.home-page .sec-head,
body.home-page .sec-head__title,
body.home-page .sec-head__lead,
body.home-page .sec-head__eyebrow,
body.home-page .book-banner,
body.home-page .book-banner__in,
body.home-page .book-banner__copy,
body.home-page .america-offer,
body.home-page .america-offer--compact,
body.home-page .america-offer__line,
body.home-page .wichita-strip__in,
body.home-page .int-banner,
body.home-page .job-track,
body.home-page .job-track__step,
body.home-page .job-track__body,
body.home-page .seo-pro,
body.home-page .seo-pro__intro,
body.home-page .seo-pro__points,
body.home-page .seo-pro__points li,
body.home-page .seo-pro__text,
body.home-page .seo-pro__list,
body.home-page .seo-pro__list li,
body.home-page .seo-pro__kicker,
body.home-page .seo-pro__subhead,
body.home-page .home-panel--platform .sec-head,
body.gateway-page .sec-head,
body.gateway-page .gw-sec-head,
body.gateway-page .gbp-card,
body.gateway-page .gbp-card__title,
body.gateway-page .gbp-card__text,
body.gateway-page .gbp-card__meta,
body.gateway-page .track-card,
body.gateway-page .track-card__title,
body.gateway-page .track-card__text,
body.gateway-page .gw-quote,
body.gateway-page .gw-steps li {
  text-align: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home-page #demo .sec-head,
body.home-page #demo .sec-head__title,
body.home-page #demo .sec-head__lead,
body.home-page #demo .sec-head__eyebrow,
body.home-page #demo .calc-explain,
body.home-page #demo .calc-explain__title,
body.home-page #demo .calc-explain__steps,
body.home-page #demo .calc-explain__note,
body.home-page #demo .calc-explain__extra,
body.home-page #demo .calc-explain__cta {
  text-align: left !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-items: start !important;
}

/* ─── SEO split layout (gateway + pathways) — clean, no tinted cards ─── */
body.home-page #seo,
body.gateway-page #seo-dominance,
body.seo-report-page #seo-overview {
  background: #fff !important;
}

body.gateway-page #seo-dominance,
body.seo-report-page #seo-overview {
  padding-top: clamp(3.75rem, 8vh, 5.75rem) !important;
  padding-bottom: clamp(3.75rem, 8vh, 5.75rem) !important;
}

body.gateway-page #seo-dominance .obs-wrap,
body.home-page #seo .obs-wrap,
body.seo-report-page #seo-overview .obs-wrap,
body.seo-report-page #seo-paths .obs-wrap {
  display: grid;
  gap: clamp(1.65rem, 3.2vw, 2.25rem);
  align-items: start;
}

/* Kill the global center lock for this section */
body.gateway-page #seo-dominance .sec-head,
body.gateway-page #seo-dominance .gw-sec-head,
body.gateway-page #seo-dominance .sec-head__title,
body.gateway-page #seo-dominance .sec-head__lead,
body.gateway-page #seo-dominance .sec-head__eyebrow,
body.gateway-page #seo-dominance .seo-split__copy,
body.gateway-page #seo-dominance .seo-split__points,
body.gateway-page #seo-dominance .seo-split__title,
body.gateway-page #seo-dominance .seo-split__text,
body.gateway-page #seo-dominance .seo-split__list,
body.gateway-page #seo-dominance .seo-split__list li,
body.gateway-page #seo-dominance .seo-pro__kicker,
body.gateway-page #seo-dominance .seo-metric,
body.gateway-page #seo-dominance .gbp-card,
body.gateway-page #seo-dominance .gbp-card__title,
body.gateway-page #seo-dominance .gbp-card__text,
body.gateway-page #seo-dominance .gbp-card__meta,
body.gateway-page #seo-dominance .track-card,
body.gateway-page #seo-dominance .track-card__title,
body.gateway-page #seo-dominance .track-card__text,
body.gateway-page #seo-dominance .seo-dom__cta-block,
body.gateway-page #seo-dominance .seo-dom__cta-alt,
body.seo-report-page #seo-overview .sec-head,
body.seo-report-page #seo-overview .gw-sec-head,
body.seo-report-page #seo-overview .sec-head__title,
body.seo-report-page #seo-overview .sec-head__lead,
body.seo-report-page #seo-overview .sec-head__eyebrow,
body.seo-report-page #seo-overview .seo-split__copy,
body.seo-report-page #seo-overview .seo-split__points,
body.seo-report-page #seo-overview .seo-split__title,
body.seo-report-page #seo-overview .seo-split__text,
body.seo-report-page #seo-overview .seo-split__list,
body.seo-report-page #seo-overview .seo-split__list li,
body.seo-report-page #seo-overview .seo-pro__kicker,
body.seo-report-page #seo-paths .sec-head,
body.seo-report-page #seo-paths .gw-sec-head,
body.seo-report-page #seo-paths .sec-head__title,
body.seo-report-page #seo-paths .sec-head__lead,
body.seo-report-page #seo-paths .sec-head__eyebrow,
body.home-page #seo .sec-head,
body.home-page #seo .sec-head__title,
body.home-page #seo .sec-head__lead,
body.home-page #seo .sec-head__eyebrow {
  text-align: left !important;
  align-items: flex-start !important;
  justify-items: start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.gateway-page #seo-dominance .sec-head,
body.gateway-page #seo-dominance .gw-sec-head,
body.seo-report-page #seo-overview .sec-head,
body.seo-report-page #seo-paths .sec-head,
body.home-page #seo .sec-head {
  margin: 0 !important;
  max-width: 42rem;
}

body.gateway-page #seo-dominance .sec-head__lead,
body.seo-report-page #seo-overview .sec-head__lead,
body.seo-report-page #seo-paths .sec-head__lead,
body.home-page #seo .sec-head__lead {
  margin-top: 0.7rem !important;
  max-width: 38rem;
}

body.home-page .seo-split,
body.gateway-page .seo-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

@media (min-width: 900px) {
  body.home-page .seo-split,
  body.gateway-page .seo-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 2.25rem 2.75rem;
  }

  body.home-page .seo-split--flip,
  body.gateway-page .seo-split--flip {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

body.home-page .seo-split__copy,
body.gateway-page .seo-split__copy {
  display: grid;
  gap: 0.85rem;
  text-align: left !important;
  align-content: center;
  justify-items: start;
  margin: 0 !important;
  max-width: 34rem;
}

body.home-page .seo-split__points,
body.gateway-page .seo-split__points {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 450;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #111 !important;
  text-align: left !important;
}

body.home-page .seo-split__points strong,
body.gateway-page .seo-split__points strong {
  font-weight: 750;
  color: #000;
}

body.home-page .seo-split__title,
body.gateway-page .seo-split__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #111 !important;
  text-align: left !important;
}

body.home-page .seo-split__text,
body.gateway-page .seo-split__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #4a4a4a !important;
  text-align: left !important;
}

body.home-page .seo-split__list,
body.gateway-page .seo-split__list {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  text-align: left !important;
}

body.home-page .seo-split__list li,
body.gateway-page .seo-split__list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #222 !important;
  text-align: left !important;
}

body.home-page .seo-split__list li::before,
body.gateway-page .seo-split__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #111;
}

body.home-page .seo-split__media,
body.gateway-page .seo-split__media {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

body.home-page .seo-split__media img,
body.gateway-page .seo-split__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  object-fit: cover;
  object-position: top left;
  filter: none;
}

body.home-page .seo-pro__kicker,
body.gateway-page .seo-pro__kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b6b !important;
  text-align: left !important;
}

body.home-page .seo-metrics,
body.gateway-page .seo-metrics {
  position: relative;
  width: 100%;
  max-width: min(92rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.15rem;
  padding: 1.35rem 1.15rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

body.home-page .seo-metrics::before,
body.gateway-page .seo-metrics::before {
  display: none;
}

@media (min-width: 720px) {
  body.home-page .seo-metrics,
  body.gateway-page .seo-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  body.home-page .seo-metrics,
  body.gateway-page .seo-metrics {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

body.home-page .seo-metric,
body.gateway-page .seo-metric {
  position: relative;
  z-index: 1;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 0.15rem 0.15rem;
  display: grid;
  gap: 0.2rem;
  justify-items: start;
  text-align: left !important;
}

body.home-page .seo-metric__label,
body.gateway-page .seo-metric__label {
  font-size: 0.7rem;
  font-weight: 550;
  color: rgba(0, 0, 0, 0.48) !important;
}

body.home-page .seo-metric__value,
body.gateway-page .seo-metric__value {
  font-size: 1.45rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #111 !important;
  line-height: 1.1;
}

body.home-page .seo-metric__delta,
body.gateway-page .seo-metric__delta {
  font-size: 0.75rem;
  font-weight: 650;
}

body.home-page .seo-metric__delta--up,
body.gateway-page .seo-metric__delta--up {
  color: #1f8f55 !important;
}

body.home-page .seo-metric__delta--down,
body.gateway-page .seo-metric__delta--down {
  color: #c04545 !important;
}

body.home-page .seo-metric__meta,
body.gateway-page .seo-metric__meta {
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.42) !important;
}

/* GBP map + local SEO row — full-width stacked split panels */

body.gateway-page #seo-dominance .seo-dom__cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 0.35rem 0 0;
  border-top: none;
}

body.gateway-page #seo-dominance .seo-dom__cta-block .america-offer--compact {
  max-width: min(40rem, 100%);
  border-radius: 12px;
  margin: 0 0 0.15rem !important;
}

body.gateway-page .seo-local {
  width: 100%;
  max-width: min(92rem, 100%);
  margin: 2.25rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

body.gateway-page .gbp-card,
body.gateway-page .track-card {
  position: relative;
  text-align: left !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 2.8vw, 2.25rem);
  color: #1a1a1a;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

body.gateway-page .gbp-card {
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(166, 93, 78, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #faf7f5 100%);
}

body.gateway-page .track-card {
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(63, 95, 122, 0.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

body.gateway-page .gbp-card--split,
body.gateway-page .track-card--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  align-items: center;
}

@media (min-width: 900px) {
  body.gateway-page .gbp-card--split,
  body.gateway-page .track-card--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(1.75rem, 3vw, 3rem);
  }
}

body.gateway-page .gbp-card__copy,
body.gateway-page .track-card__copy {
  display: grid;
  gap: 0.65rem;
  align-content: start;
  text-align: left !important;
  max-width: 34rem;
}

body.gateway-page .gbp-card--split .gbp-map,
body.gateway-page .track-card--split .track-card__viz {
  margin: 0;
  width: 100%;
  min-height: 14rem;
}

body.gateway-page .track-card--split .track-card__viz {
  display: grid;
  align-content: end;
  min-height: 16rem;
  padding: 1.15rem 1rem 0.9rem;
}

body.gateway-page .gbp-card::before,
body.gateway-page .track-card::before {
  display: none;
}

body.gateway-page .gbp-card > *,
body.gateway-page .track-card > * {
  position: relative;
  z-index: 1;
}

body.gateway-page .gbp-card__title,
body.gateway-page .gbp-card__text,
body.gateway-page .gbp-card__meta,
body.gateway-page .track-card__title,
body.gateway-page .track-card__text {
  text-align: left !important;
}

body.gateway-page .gbp-card__title,
body.gateway-page .track-card__title {
  color: #111 !important;
}

body.gateway-page .gbp-card__text,
body.gateway-page .track-card__text,
body.gateway-page .gbp-card__meta,
body.gateway-page .track-card__footnote {
  color: rgba(0, 0, 0, 0.58) !important;
}

body.gateway-page .gbp-map {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.85rem 0 0.75rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  aspect-ratio: 16 / 10;
  background: #eef1f5;
  text-decoration: none;
  filter: none;
}

body.gateway-page .gbp-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

body.gateway-page .gbp-map__hint {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  z-index: 1;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 550;
}

body.gateway-page .gbp-map:hover .gbp-map__hint {
  background: #000;
}

body.gateway-page .track-card__bar span {
  order: 2;
  font-size: 0.68rem;
  opacity: 0.9;
}

body.gateway-page .track-card__bar strong {
  order: 1;
  font-size: 0.85rem;
  font-weight: 700;
}

/* Pathway section upgrade */
body.theme-home .obs-sec,
body.theme-rent .obs-sec,
body.theme-home .home-panel,
body.theme-rent .home-panel {
  background: #fff !important;
}

body.theme-home .obs-sec#seo,
body.theme-rent .obs-sec#seo {
  background: #fff !important;
}

body.home-page .obs-sec .wrap,
body.home-page .home-panel .wrap {
  max-width: 68rem;
}

body.home-page .sec-head__title {
  color: #111 !important;
}

body.home-page .sec-head__lead,
body.home-page .sec-head__eyebrow,
body.home-page .deck-chapter {
  color: #5a5a5a !important;
}

body.home-page .job-track__title,
body.home-page .job-track__phase {
  color: #111 !important;
}

body.home-page .job-track__text {
  color: #4a4a4a !important;
}

/* Button system — solid black / white outline */
body.home-page .btn,
body.home-page .btn-convert,
body.home-page a.btn,
body.gateway-page .btn,
body.gateway-page .btn-convert,
body.gateway-page a.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem !important;
  border-radius: 999px !important;
  font-size: 0.975rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  border: 1.5px solid transparent !important;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

body.home-page .btn,
body.home-page .btn-convert,
body.home-page a.btn,
body.gateway-page .btn,
body.gateway-page .btn-convert,
body.gateway-page a.btn {
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #111 !important;
}

body.home-page .btn:hover,
body.home-page .btn-convert:hover,
body.gateway-page .btn:hover,
body.gateway-page .btn-convert:hover {
  background: #000 !important;
  transform: translateY(-1px);
}

body.home-page .btn--dark-outline,
body.home-page .btn--ghost,
body.gateway-page .btn--dark-outline,
body.gateway-page .btn--ghost {
  background: transparent !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  border-color: #111 !important;
}

body.home-page .btn--dark-outline:hover,
body.home-page .btn--ghost:hover,
body.gateway-page .btn--dark-outline:hover,
body.gateway-page .btn--ghost:hover {
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.home-page .path-card__cta--btn,
body.gateway-page .path-card__cta--btn {
  align-self: center !important;
  margin-top: 0.9rem !important;
  min-height: 2.5rem;
  padding: 0.6rem 1.2rem !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
}

/* Dark path cards need light CTAs */
body.gateway-page .path-card--home.path-card--pro .path-card__cta--btn,
body.gateway-page .path-card--rent.path-card--pro .path-card__cta--btn,
body.seo-report-page .path-card--home.path-card--pro .path-card__cta--btn,
body.seo-report-page .path-card--rent.path-card--pro .path-card__cta--btn {
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  border: none !important;
}

/* Contrast: light on dark / dark on light */
html.home-page-root body.home-page .footer,
html.home-page-root body.gateway-page .footer,
body.home-page.home-page--obsidian .footer,
body.home-page.home-page--crm .footer,
body.home-page .footer,
body.gateway-page .footer {
  background: #000 !important;
  background-color: #000 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.home-page .footer__panel,
body.gateway-page .footer__panel,
body.home-page .footer .wrap,
body.gateway-page .footer .wrap {
  background: transparent !important;
}

body.home-page .footer a,
body.gateway-page .footer a,
body.home-page .footer__tagline,
body.gateway-page .footer__tagline,
body.home-page .footer__copy,
body.gateway-page .footer__copy,
body.home-page .footer__address,
body.gateway-page .footer__address,
body.home-page .wichita-service-note,
body.gateway-page .wichita-service-note {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.home-page .footer__col-title,
body.gateway-page .footer__col-title {
  color: #fff !important;
}

body.home-page .footer .brand__img,
body.gateway-page .footer .brand__img,
body.home-page .footer .uai-inline-logo,
body.gateway-page .footer .uai-inline-logo {
  filter: invert(1);
}

body.home-page .footer__panel,
body.gateway-page .footer__panel {
  max-width: 68rem;
  margin: 0 auto;
  padding: 2.75rem var(--u-gutter, 1.25rem) 1.5rem;
}

body.home-page .footer__main,
body.gateway-page .footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  text-align: left;
}

@media (min-width: 800px) {
  body.home-page .footer__main,
  body.gateway-page .footer__main {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

body.home-page .footer__nav,
body.gateway-page .footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
}

body.home-page .footer__list,
body.gateway-page .footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

body.home-page .footer__bar,
body.gateway-page .footer__bar {
  margin-top: 2rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.home-page .sec-cta.sec-cta--banner,
body.home-page a.sec-cta.sec-cta--banner {
  background: #111 !important;
  color: #fff !important;
}

body.home-page .america-offer--compact {
  background: #f5f5f5 !important;
  color: #222 !important;
  border: none !important;
}

body.home-page .america-offer--compact a {
  color: #111 !important;
  font-weight: 650;
}

/* Landing — embedded SEO report widget (in-page, not floating) */
body.gateway-page .gw-seo-report {
  background: #fff !important;
  padding-top: clamp(2.75rem, 6vh, 4.25rem) !important;
  padding-bottom: clamp(2.75rem, 6vh, 4.25rem) !important;
  overflow: visible !important;
}

body.gateway-page .gw-seo-report .obs-wrap {
  display: grid;
  gap: 1.35rem;
  align-items: start;
}

body.gateway-page .gw-seo-report .sec-head,
body.gateway-page .gw-seo-report .gw-sec-head,
body.gateway-page .gw-seo-report .sec-head__title,
body.gateway-page .gw-seo-report .sec-head__lead,
body.gateway-page .gw-seo-report .sec-head__eyebrow {
  text-align: left !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 40rem;
}

body.gateway-page .seo-report-generator,
body.seo-report-page .seo-report-generator {
  width: min(100%, 34rem);
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse 90% 70% at 15% 0%, rgba(255, 255, 255, 0.06), transparent 52%),
    #161616;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 40px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

body.gateway-page .seo-report-generator [data-widget-container],
body.gateway-page .seo-report-generator [data-widget-container] > div,
body.gateway-page .seo-report-generator [data-widget-container] > div > div,
body.seo-report-page .seo-report-generator [data-widget-container],
body.seo-report-page .seo-report-generator [data-widget-container] > div,
body.seo-report-page .seo-report-generator [data-widget-container] > div > div {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Full free SEO report page */
body.seo-report-page .home-flow.seo-report-main {
  padding-top: 0 !important;
}

body.seo-report-page .sec.obs-sec.seo-report-hero {
  padding: calc(var(--u-nav-h) + 3.25rem) 0 clamp(2.75rem, 6vh, 4.25rem) !important;
  background: #fff !important;
  overflow: visible !important;
}

body.seo-report-page .seo-report-hero .obs-wrap {
  display: grid;
  gap: 1.35rem;
  align-items: start;
}

body.seo-report-page .seo-report-hero .sec-head,
body.seo-report-page .seo-report-hero .gw-sec-head,
body.seo-report-page .seo-report-hero .sec-head__title,
body.seo-report-page .seo-report-hero .sec-head__lead,
body.seo-report-page .seo-report-hero .sec-head__eyebrow {
  text-align: left !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 40rem;
}

body.seo-report-page #seo-overview,
body.seo-report-page #seo-paths {
  background: #fff !important;
}

body.seo-report-page #seo-paths {
  border-top: 1px solid #ececec;
  padding-top: clamp(2.5rem, 6vh, 4rem) !important;
  padding-bottom: clamp(2.5rem, 6vh, 4rem) !important;
}

body.seo-report-page #seo-paths .path-grid {
  margin-top: 0.35rem;
  width: 100%;
  max-width: 68rem;
}

body.seo-report-page #seo-paths .gateway-hero__choose {
  color: var(--u-muted) !important;
  text-align: left !important;
}

body.seo-report-page #seo-paths .path-card--home.path-card--pro,
body.seo-report-page #seo-paths .path-card--rent.path-card--pro {
  border: none !important;
  outline: none !important;
}

body.seo-report-page #seo-paths .path-card__title {
  color: #fff !important;
}

body.seo-report-page #seo-paths .path-card__text {
  color: rgba(255, 255, 255, 0.68) !important;
}

body.seo-report-page #seo-paths .path-card__cta--btn {
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

/* Hide leftover chat widgets / popup */
body.home-page .gw-popup,
body.gateway-page .gw-popup,
[data-chat-widget],
#lc_text-widget,
.lc-launcher-wrapper,
iframe[src*="leadconnectorhq.com/chat"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 560px) {
  body.home-page .seo-metrics,
  body.gateway-page .seo-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gateway-page .track-card__bars {
    height: 9rem;
  }
}
