/* NUACOM-style spacing rhythm (mono U ai palette) */

.home-page--obsidian {
  --flow-max: 70rem;
  --flow-hero-max: 46rem;
  --flow-gutter: clamp(1.25rem, 4vw, 2rem);
  --flow-section-y: clamp(1.75rem, 3.5vw, 2.5rem);
  --flow-gap: 0.85rem;
  --flow-radius: 16px;
  --flow-line: rgba(17, 17, 17, 0.1);
}

/* ── Header chrome + breathing room ── */
.home-page--obsidian {
  --chrome-announce: 3.1rem;
  --chrome-nav: 3.5rem;
  --chrome-total: calc(var(--chrome-announce) + var(--chrome-nav));
}

.announce-bar {
  position: sticky;
  top: 0;
  z-index: 60;
  width: 100%;
  min-height: var(--chrome-announce);
  background: #d8d8d8 !important;
  color: #111 !important;
  text-align: center;
  padding: 0.55rem var(--flow-gutter);
  box-sizing: border-box;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.announce-bar--america {
  --usa-navy: #0b1f5b;
  --usa-navy-deep: #07143d;
  --usa-red: #c8102e;
  --usa-red-deep: #9e0c24;
  --usa-white: #ffffff;
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.55rem var(--flow-gutter);
  color: var(--usa-white) !important;
  border-bottom: none;
  background: linear-gradient(180deg, #10286a 0%, var(--usa-navy) 48%, var(--usa-navy-deep) 100%) !important;
  box-shadow: 0 10px 28px rgba(7, 20, 61, 0.28);
  overflow: hidden;
}

.announce-bar__sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.07) 42%, transparent 68%),
    radial-gradient(ellipse 55% 120% at 0% 50%, rgba(200, 16, 46, 0.22), transparent 55%);
}

.announce-bar__canton {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.22rem;
  width: min(18vw, 11rem);
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.95) 1px, transparent 1.15px);
  background-size: 14px 14px;
  background-position: 10px 8px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 55%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 55%, transparent 100%);
}

.announce-bar__inner {
  position: relative;
  z-index: 1;
  width: min(52rem, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.9rem;
}

.announce-bar__crest {
  position: relative;
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.announce-bar__crest-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0 42%, transparent 43%),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(200, 16, 46, 0.25);
}

.announce-bar__crest-star {
  position: relative;
  z-index: 1;
  width: 0.78rem;
  height: 0.78rem;
  background: var(--usa-white);
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

.announce-bar--america .announce-bar__text {
  position: relative;
  z-index: 1;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.65rem;
  color: var(--usa-white);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  max-width: none;
}

.announce-bar--america .announce-bar__label {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.announce-bar--america .announce-bar__msg {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 500;
}

.announce-bar__msg-short {
  display: none;
}

.announce-bar--america .announce-bar__msg strong {
  color: var(--usa-white);
  font-weight: 750;
  letter-spacing: -0.01em;
}

.announce-bar--america .announce-bar__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.7rem;
  padding: 0.28rem 0.9rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(200, 16, 46, 0.92);
  color: var(--usa-white) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.announce-bar--america .announce-bar__link:hover {
  opacity: 1;
  filter: none;
  background: var(--usa-red);
  border-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.announce-bar__stripe {
  display: none;
}

/* Remove old america star/mark helpers if unused */
.announce-bar__stars,
.announce-bar__mark {
  display: none;
}

.announce-bar--america::after {
  display: none;
}

.home-page--obsidian .navbar,
.home-page.home-page--obsidian .navbar {
  top: var(--chrome-announce) !important;
}

/* True-centered nav links (equal side columns) */
.home-page--obsidian .navbar__in,
.home-page.home-page--obsidian .navbar__in {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  justify-content: unset !important;
  gap: 1rem !important;
  width: min(var(--flow-max), calc(100% - (var(--flow-gutter) * 2))) !important;
  max-width: none !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

.home-page--obsidian .navbar__logo,
.home-page.home-page--obsidian .navbar__logo {
  justify-self: start !important;
}

.home-page--obsidian .navbar__links,
.home-page.home-page--obsidian .navbar__links {
  justify-self: center !important;
  margin-inline: 0 !important;
  gap: 0.15rem !important;
}

.home-page--obsidian .navbar__actions,
.home-page.home-page--obsidian .navbar__actions {
  justify-self: end !important;
}

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,
.home-page--obsidian .home-panel--landing,
.home-page.home-page--crm .home-panel--landing {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
  /* Leave room so SEO peeks below the fold */
  min-height: 0 !important;
  height: calc(100svh - 11rem) !important;
  height: calc(100dvh - 11rem) !important;
  max-height: calc(100svh - 11rem) !important;
  max-height: calc(100dvh - 11rem) !important;
  padding-top: calc(var(--chrome-total) + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Tighter rhythm for everything after the landing view */
.home-page.home-page--obsidian.home-page--crm .home-flow > .home-panel:not(.home-panel--landing),
.home-page.home-page--obsidian.home-page--crm .home-flow > .sec,
.home-page.home-page--obsidian.home-page--crm .home-flow > .obs-sec,
.home-page--obsidian .home-flow > .home-panel:not(.home-panel--landing),
.home-page--obsidian .home-flow > .sec,
.home-page--obsidian .obs-sec {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  justify-content: flex-start !important;
  padding: var(--flow-section-y) 0 !important;
  scroll-snap-align: none !important;
}

.home-page.home-page--obsidian.home-page--crm .home-flow > #demo,
.home-page.home-page--obsidian.home-page--crm .home-flow > #how,
.home-page.home-page--obsidian.home-page--crm .home-flow > #why,
.home-page.home-page--obsidian.home-page--crm .home-flow > #faq,
.home-page.home-page--obsidian.home-page--crm .home-flow > #strategy,
.home-page.home-page--obsidian.home-page--crm .home-flow > #product {
  min-height: 0 !important;
  height: auto !important;
  justify-content: flex-start !important;
  padding: var(--flow-section-y) 0 !important;
}

.announce-bar__text {
  margin: 0 auto;
  max-width: var(--flow-max);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.5rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #111;
}

.announce-bar__flag {
  width: 1.55rem;
  height: auto;
  border-radius: 3px;
  flex: 0 0 auto;
}

.announce-bar__label {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: #b91c1c;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}

.announce-bar__link {
  margin-left: 0.15rem;
  color: #111 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.announce-bar__link:hover {
  opacity: 0.75;
}

/* Shared content rail */
.home-page--obsidian .wrap.obs-wrap {
  width: min(var(--flow-max), calc(100% - (var(--flow-gutter) * 2))) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.home-page--obsidian .integrations-shell {
  width: min(var(--flow-max), calc(100% - (var(--flow-gutter) * 2))) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.home-page--obsidian .obs-sec,
.home-page--obsidian .home-panel--integrations,
.home-page--obsidian .home-panel--platform,
.home-page.home-page--obsidian.home-page--crm .home-flow > .home-panel--integrations,
.home-page.home-page--obsidian.home-page--crm .home-flow > .home-panel--platform,
.home-page.home-page--crm .home-flow > .home-panel--integrations,
.home-page.home-page--crm .home-flow > .home-panel--platform {
  scroll-margin-top: calc(var(--chrome-total) + 0.75rem) !important;
}

.home-page--obsidian .obs-sec + .obs-sec {
  border-top: none;
}

/* Unified left-aligned section headers + bigger titles */
.home-page .sec-head,
.home-page--obsidian .obs-sec-head,
.home-page .info-block {
  margin: 0 0 1.15rem !important;
  max-width: 40rem;
  text-align: left;
}

.home-page .sec-head__eyebrow,
.home-page .info-block__eyebrow,
.home-page .obs-frame__eyebrow {
  margin: 0 0 0.5rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #666 !important;
}

.home-page .sec-head__title,
.home-page .info-block__title {
  margin: 0 0 0.65rem !important;
  font-size: clamp(1.85rem, 3.4vw, 2.55rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.15 !important;
  color: #111 !important;
}

.home-page .info-block__title--sm,
.home-page .sec-head__title--sm {
  font-size: 1.2rem !important;
}

.home-page .sec-head__lead,
.home-page .info-block__lead {
  margin: 0 !important;
  max-width: 36rem;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  color: #555 !important;
}

.home-page .sec-head--board {
  margin: 0 0 1.1rem !important;
  max-width: none;
}

/* ── Hero: centered hierarchy with deliberate rhythm ── */
.home-page.home-page--obsidian.home-page--crm .home-panel--landing .hero,
.home-page--obsidian .home-panel--landing .hero,
.home-page--obsidian .hero--obsidian {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 var(--flow-gutter) !important;
}

.home-page--obsidian .hero__center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  width: min(42rem, 100%) !important;
  margin-inline: auto !important;
  padding: 0 !important;
  text-align: center !important;
}

.home-page--obsidian .hero__proof {
  margin: 0 0 1rem !important;
  font-size: 0.8rem;
  font-weight: 550;
  letter-spacing: 0.04em;
  color: #666;
}

.home-page.home-page--obsidian.home-page--crm .home-panel--landing .hero__headline,
.home-page--obsidian .home-panel--landing .hero__headline,
.home-page--obsidian .hero__headline {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

.home-page--obsidian .hero__brief {
  margin: 0 auto !important;
  max-width: 34rem !important;
  font-size: clamp(1rem, 1.5vw, 1.125rem) !important;
  line-height: 1.65 !important;
  color: #555 !important;
  text-align: center !important;
}

.home-page--obsidian .hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  width: 100%;
}

.home-page--obsidian .hero__cta .btn {
  min-width: 10.5rem;
  border-radius: 999px !important;
  padding-inline: 1.4rem !important;
}

.home-page--obsidian .hero__scroll-cue {
  display: none !important;
}

/* Hero local note — quiet line under headline */
.hero__local {
  margin: 1rem auto 0;
  max-width: 26rem;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #4a5058;
}

/* Hero Wichita banner — clean single-CTA chip (legacy / other pages) */
.wichita-strip--hero,
.wichita-strip--hero.wichita-strip--compact {
  width: fit-content !important;
  max-width: min(100%, 26rem) !important;
  margin: 1.1rem auto 0 !important;
  padding: 0.4rem 0.4rem 0.4rem 0.55rem !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-image: none !important;
  text-align: left !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.05) !important;
}

.wichita-strip--hero .wichita-strip__in,
.wichita-strip--compact .wichita-strip__in {
  width: auto !important;
  margin: 0 !important;
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0.55rem !important;
  align-items: center !important;
}

.wichita-strip--hero .wichita-strip__flag,
.wichita-strip--compact .wichita-strip__flag {
  display: none !important;
}

.wichita-strip--compact .wichita-strip__line {
  margin: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.3rem 0.35rem;
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: #111;
  white-space: nowrap;
}

.wichita-strip--hero .wichita-strip__eyebrow,
.wichita-strip--compact .wichita-strip__eyebrow {
  color: #b91c1c !important;
  font-size: 0.64rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  white-space: nowrap;
}

.wichita-strip--compact .wichita-strip__sep {
  color: rgba(17, 17, 17, 0.28);
  font-weight: 500;
}

.wichita-strip--compact .wichita-strip__msg {
  font-weight: 600;
  color: #222;
}

.wichita-strip--compact .wichita-strip__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
}

.wichita-strip--compact .wichita-strip__cta:hover {
  background: #333;
}

.wichita-strip--hero .wichita-strip__title,
.wichita-strip--hero .wichita-strip__lead,
.wichita-strip--hero .wichita-strip__actions {
  display: none !important;
}

.home-page--obsidian .home-panel--landing .hero__h,
.home-page.home-page--obsidian.home-page--crm .home-panel--landing .hero__h,
.home-page--obsidian .hero__h {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.15em !important;
  margin: 0 !important;
  font-size: clamp(2.4rem, 5.5vw, 3.75rem) !important;
  font-weight: 750 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  text-align: center !important;
}

.home-page--obsidian .hero__h-line,
.home-page--obsidian .hero__h-accent {
  display: block;
  white-space: normal;
}

.home-page--obsidian .hero__h-accent {
  color: #3d3d3d !important;
}

/* Wichita flag chips (used in later sections) */
.wichita-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 1.35rem 0 0;
  padding: 0.45rem 0.85rem 0.45rem 0.55rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 0.86rem;
  font-weight: 550;
  line-height: 1.3;
}

.wichita-chip img {
  width: 1.75rem;
  height: auto;
  border-radius: 3px;
  flex: 0 0 auto;
}

.wichita-chip--inline {
  margin: 0 0 0.35rem;
  justify-content: flex-start;
  width: fit-content;
  background: #fff;
}

.wichita-chip--footer {
  margin: 0.85rem 0 0;
  justify-content: flex-start;
}

.home-page .sec-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.home-page .sec-head__flag {
  width: 1.35rem;
  height: auto;
  border-radius: 3px;
}

/* ── Feature shell under hero (rounded framed panel) ── */
.home-page.home-page--obsidian.home-page--crm .home-panel--integrations,
.home-page.home-page--obsidian.home-page--crm .home-panel--platform,
.home-page--obsidian .home-panel--integrations,
.home-page--obsidian .home-panel--platform {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: var(--flow-section-y) 0 !important;
  border-top: none !important;
  display: block !important;
  background: transparent !important;
}

.integrations-shell,
.platform-shell {
  padding: 0.85rem 0.95rem !important;
  border: 1px solid var(--flow-line);
  border-radius: calc(var(--flow-radius) + 4px);
  background: #ffffff !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  overflow: visible;
  box-sizing: border-box;
  height: fit-content !important;
  max-height: none !important;
  align-content: start;
}

.home-page--obsidian .integrations-panel--split {
  display: grid !important;
  grid-template-columns: minmax(0, 11rem) minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.5vw, 2rem) !important;
  align-items: start !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.integrations-phone {
  gap: 0.55rem;
  position: static;
  justify-items: center;
  padding-top: 0.15rem;
}

.integrations-phone__frame {
  width: 100%;
  max-width: 10.5rem;
}

.integrations-phone__frame .hero-phone__device-shell {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}

.integrations-phone__controls {
  width: 100%;
  max-width: 10.5rem;
  gap: 0.3rem;
}

.integrations-phone__nav {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  box-shadow: none;
  background: #fff;
}

.integrations-phone__track {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  overflow: visible;
  padding: 0;
}

.integrations-phone__track .mobile-showcase__slide {
  flex: 0 0 auto;
  min-width: 0;
  max-width: none;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: rgba(17, 17, 17, 0.18);
  box-shadow: none;
}

.integrations-phone__track .mobile-showcase__slide.is-active {
  width: 1.15rem;
  background: #111;
  border-color: transparent;
  color: transparent;
}

.integrations-phone__track .mobile-showcase__slide-title,
.integrations-phone__track .mobile-showcase__slide-desc,
.integrations-phone__track .mobile-showcase__slide-eyebrow {
  display: none !important;
}

.integrations-phone__rail {
  width: 100%;
  max-width: 10.5rem;
  height: 2px;
}

.integrations-board {
  display: grid;
  align-content: start;
  justify-items: stretch;
  gap: 1rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #ffffff !important;
  box-shadow: none;
  text-align: left;
}

.integrations-board .sec-head--board {
  text-align: left;
  align-self: start;
  justify-self: start;
  width: 100%;
  margin-bottom: 0.35rem !important;
}

.integrations-board__grid {
  gap: 0.55rem;
}

.integrations-board__grid li {
  min-height: 3.6rem;
  padding: 0.55rem 0.4rem;
  border-radius: 12px;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.integrations-board__grid li.integrations-board__more {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff;
}

.integrations-board__grid img {
  height: 18px;
  filter: none !important;
  opacity: 1 !important;
}

/* Shared left rail for body sections (Exposure, Process, Why) */
.home-page.home-page--obsidian.home-page--crm #demo,
.home-page.home-page--obsidian.home-page--crm #demo .wrap,
.home-page.home-page--obsidian.home-page--crm #demo .obs-wrap,
.home-page--obsidian #demo,
.home-page--obsidian #demo .wrap,
.home-page--obsidian #demo .obs-wrap,
.home-page.home-page--obsidian.home-page--crm #why,
.home-page.home-page--obsidian.home-page--crm #why .wrap,
.home-page.home-page--obsidian.home-page--crm #why .obs-wrap,
.home-page--obsidian #why,
.home-page--obsidian #why .wrap,
.home-page--obsidian #why .obs-wrap {
  text-align: left !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.home-page.home-page--obsidian.home-page--crm #demo .obs-wrap,
.home-page--obsidian #demo .obs-wrap,
.home-page.home-page--obsidian.home-page--crm #why .obs-wrap,
.home-page--obsidian #why .obs-wrap {
  display: flex !important;
  flex-direction: column !important;
}

.home-page.home-page--obsidian.home-page--crm #demo .sec-head,
.home-page--obsidian #demo .sec-head,
.home-page.home-page--obsidian.home-page--crm #why .sec-head,
.home-page--obsidian #why .sec-head {
  margin-inline: 0 !important;
  text-align: left !important;
  max-width: 40rem !important;
}

/* Why U ai */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--flow-gap);
  width: 100%;
  margin: 0;
  padding: 0;
}

.why-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--flow-line);
  border-radius: var(--flow-radius);
  background: #fff;
  text-align: left;
}

.why-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #111;
}

.why-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
}

/* Walkthrough boxes */
.home-page .walk__grid {
  gap: var(--flow-gap) !important;
}

.home-page .walk__box {
  padding: 1.15rem 1.2rem !important;
  border-radius: var(--flow-radius) !important;
  gap: 0.75rem !important;
  text-align: left;
}

.home-page .walk__box-q {
  font-size: 1.05rem !important;
}

.home-page .walk__pair > div {
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
}

.home-page .walk__pair strong {
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
}

/* Process track — high-level UX */
.process-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.process-track__step {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding-right: 1rem;
}

.process-track__step:last-child {
  padding-right: 0;
}

.process-track__marker {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.65rem;
}

.process-track__num {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 650;
}

.process-track__line {
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(17, 17, 17, 0.14);
}

.process-track__step:last-child .process-track__marker {
  grid-template-columns: auto;
}

.process-track__step:last-child .process-track__line {
  display: none;
}

.process-track__body {
  display: grid;
  gap: 0.4rem;
}

.process-track__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #111;
}

.process-track__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
  max-width: 16rem;
}

/* Calculator layout */
.calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.calc-explain {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--flow-line);
  border-radius: var(--flow-radius);
  background: #f7f7f6;
  text-align: left;
}

.calc-explain__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #111;
}

.calc-explain__steps {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.7rem;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

.calc-explain__steps strong {
  color: #111;
  font-weight: 600;
}

.calc-explain__note,
.calc-explain__cta {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #555;
}

.calc-unit {
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 18px;
  background: #111;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.calc-unit__screen {
  padding: 1.25rem 1.3rem 1.1rem;
  background: linear-gradient(180deg, #1c1c1c, #111);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: right;
}

.calc-unit__screen-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.calc-unit__screen-value {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: #fff;
}

.calc-unit__screen-hint {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
}

.calc-unit__pad {
  display: grid;
  gap: 1rem;
  padding: 1.15rem 1.2rem 1.25rem;
  background: #f4f4f3;
  color: #111;
}

.calc-field {
  display: grid;
  gap: 0.4rem;
}

.calc-field__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #333;
}

.calc-field__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.calc-field__value {
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

.calc-field__input {
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 12px;
  background: #fff;
  padding: 0 0.9rem;
  font-size: 1.15rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #111;
  outline: none;
}

.calc-field__input:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.calc-unit .calc-range {
  width: 100%;
}

.calc-unit__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.calc-unit__meta > div {
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.calc-unit__meta span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  color: #666;
}

.calc-unit__meta strong {
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
}

.calc-unit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.home-page .demo-split__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-page .obs-book-cta .demo-split__cta {
  margin-top: 0.85rem;
}

.home-page .info-block--card,
.home-page .obs-book-cta {
  border: 1px solid var(--flow-line) !important;
  border-radius: var(--flow-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 1.25rem !important;
  text-align: left;
  max-width: 40rem;
}

.home-page .obs-faq {
  border: 1px solid var(--flow-line);
  border-radius: var(--flow-radius);
  overflow: hidden;
  background: #fff;
  max-width: none;
  margin: 0;
}

.home-page .obs-faq__item {
  border: none !important;
  border-bottom: 1px solid var(--flow-line) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page .obs-faq__item:last-child {
  border-bottom: none !important;
}

.home-page .obs-faq__q {
  padding: 1rem 1.15rem !important;
  font-size: 1rem !important;
}

.home-page .obs-faq__a {
  padding: 0 1.15rem 1.05rem !important;
  font-size: 0.95rem !important;
}

.home-page .footer {
  margin-top: 0 !important;
  border-top: 1px solid var(--flow-line);
  padding-top: 2rem;
}

.home-page .footer__panel {
  width: min(var(--flow-max), calc(100% - (var(--flow-gutter) * 2)));
  margin-inline: auto;
}

.home-page .btn-convert,
.home-page .btn--glow,
.home-page .navbar__cta,
.home-page .btn--dark-outline {
  border-radius: 999px !important;
}

@media (max-width: 900px) {
  .home-page--obsidian .integrations-panel--split {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .home-panel--platform .integrations-phone {
    order: 0;
  }

  .integrations-panel--split .integrations-phone {
    order: -1;
  }

  .integrations-phone__frame,
  .integrations-phone__controls,
  .integrations-phone__rail {
    max-width: 9.5rem;
  }

  .home-panel--platform .integrations-phone__frame,
  .home-panel--platform .integrations-phone__controls,
  .home-panel--platform .integrations-phone__rail {
    max-width: 11rem;
  }

  .calc-layout {
    grid-template-columns: 1fr;
  }

  .process-track {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .process-track__step {
    padding-right: 0;
    grid-template-columns: auto 1fr;
    column-gap: 0.9rem;
    align-items: start;
  }

  .process-track__marker {
    grid-template-columns: auto;
  }

  .process-track__line {
    display: none;
  }

  .process-track__body {
    padding-top: 0.2rem;
  }

  .process-track__text {
    max-width: none;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .integrations-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .home-page--obsidian {
    --chrome-announce: 4.35rem;
    --chrome-nav: 3.35rem;
    --flow-section-y: clamp(1.15rem, 4vw, 1.65rem);
    --flow-gutter: 1rem;
  }

  /* Compact announce bar — keep CTA inside the navy strip */
  .announce-bar {
    min-height: 0;
    padding: 0.45rem 0.85rem;
  }

  .announce-bar--america {
    min-height: var(--chrome-announce);
    height: auto;
    padding: 0.6rem 0.9rem;
    overflow: visible;
    align-items: center;
    box-sizing: border-box;
  }

  .announce-bar__canton {
    display: none;
  }

  .announce-bar__sheen {
    opacity: 0.7;
  }

  .announce-bar__inner {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.45rem 0.55rem;
    flex-wrap: nowrap;
  }

  .announce-bar__crest {
    width: 1.4rem;
    height: 1.4rem;
  }

  .announce-bar__crest-star {
    width: 0.62rem;
    height: 0.62rem;
  }

  .announce-bar--america .announce-bar__text {
    display: grid;
    gap: 0.12rem;
    justify-items: start;
    justify-content: start;
    text-align: left;
    font-size: 0.72rem;
    min-width: 0;
    flex-wrap: nowrap;
  }

  .announce-bar--america .announce-bar__label {
    width: auto;
    justify-content: flex-start;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }

  .announce-bar--america .announce-bar__msg,
  .announce-bar__msg {
    max-width: none;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .announce-bar__msg-full {
    display: none;
  }

  .announce-bar__msg-short {
    display: inline;
  }

  .announce-bar--america .announce-bar__link {
    align-self: center;
    min-height: 1.7rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.68rem;
    white-space: nowrap;
    background: var(--usa-red) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }

  .announce-bar__flag {
    display: none;
  }

  /* Nav: flex row, not 3-col grid */
  .home-page--obsidian .navbar__in,
  .home-page.home-page--obsidian .navbar__in {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: calc(100% - 1.5rem) !important;
    max-width: none !important;
    gap: 0.65rem !important;
    padding: 0.55rem 0 !important;
  }

  .home-page--obsidian .navbar__links,
  .home-page.home-page--obsidian .navbar__links {
    display: none !important;
  }

  .home-page--obsidian .navbar.navbar--open .navbar__links,
  .home-page.home-page--obsidian .navbar.navbar--open .navbar__links {
    display: flex !important;
    flex-direction: column !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0.35rem 0 !important;
    background: #fff !important;
    border-top: 1px solid var(--flow-line);
    border-bottom: 1px solid var(--flow-line);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    z-index: 120;
  }

  .home-page--obsidian .navbar.navbar--open .navbar__links a {
    width: 100%;
    padding: 0.8rem 1.15rem !important;
    justify-content: flex-start;
    border-bottom: none !important;
  }

  .home-page--obsidian .navbar__menu,
  .home-page.home-page--obsidian .navbar__menu {
    display: inline-flex !important;
  }

  .home-page--obsidian .navbar__profile {
    display: none !important;
  }

  .home-page--obsidian .navbar__cta {
    padding: 0.45rem 0.8rem !important;
    font-size: 0.75rem !important;
  }

  /* Landing: content-sized so SEO sits right under the hero on mobile */
  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,
  .home-page--obsidian .home-flow > .home-panel--landing,
  .home-page--obsidian .home-panel--landing,
  .home-page.home-page--crm .home-flow > .home-panel--landing,
  .home-page.home-page--crm .home-panel--landing {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    justify-content: flex-start !important;
    padding-top: calc(var(--chrome-total) + 0.75rem + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: 0.75rem !important;
    overflow: visible !important;
  }

  .home-page--deck #seo {
    padding-top: 0.85rem !important;
  }

  .home-page.home-page--obsidian.home-page--crm .home-panel--landing .hero,
  .home-page--obsidian .home-panel--landing .hero {
    flex: 0 1 auto !important;
    padding: 0 var(--flow-gutter) !important;
  }

  .home-page--obsidian .hero__center {
    width: 100% !important;
    max-width: none !important;
  }

  .home-page.home-page--obsidian.home-page--crm .home-panel--landing .hero__h,
  .home-page--obsidian .home-panel--landing .hero__h,
  .home-page--obsidian .hero__h {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem) !important;
    line-height: 1.12 !important;
  }

  .home-page--obsidian .hero__brief {
    font-size: 0.98rem !important;
    max-width: 28rem !important;
  }

  .home-page--obsidian .hero__proof {
    margin-bottom: 0.75rem !important;
  }

  /* Wichita compact chip */
  .wichita-strip--hero,
  .wichita-strip--hero.wichita-strip--compact {
    width: fit-content !important;
    max-width: calc(100% - 0.5rem) !important;
    margin-top: 1rem !important;
    padding: 0.4rem 0.4rem 0.4rem 0.5rem !important;
    border-radius: 999px !important;
  }

  .wichita-strip--hero .wichita-strip__in,
  .wichita-strip--compact .wichita-strip__in {
    gap: 0.45rem !important;
  }

  .wichita-strip--hero .wichita-strip__flag,
  .wichita-strip--compact .wichita-strip__flag {
    width: 1.5rem !important;
  }

  .wichita-strip--compact .wichita-strip__line {
    font-size: 0.74rem;
    white-space: normal;
  }

  .wichita-strip--compact .wichita-strip__cta {
    padding: 0.38rem 0.75rem;
    font-size: 0.7rem;
  }

  /* Sections: kill oversized CRM mobile padding */
  .home-page.home-page--obsidian.home-page--crm .home-flow > .sec,
  .home-page.home-page--obsidian.home-page--crm .home-flow > .obs-sec,
  .home-page--obsidian .home-flow > .sec,
  .home-page--obsidian .obs-sec,
  html.home-page-root:has(.home-page--obsidian) .home-page.home-page--crm .home-flow > .sec {
    padding: var(--flow-section-y) 0 !important;
    min-height: 0 !important;
  }

  .home-page--obsidian .wrap.obs-wrap,
  .home-page--obsidian .integrations-shell {
    width: calc(100% - 1.75rem) !important;
    padding-inline: 0 !important;
  }

  .integrations-shell {
    padding: 1.05rem !important;
  }

  .integrations-board__grid {
    gap: 0.45rem !important;
  }

  .integrations-board__grid li {
    min-height: 3.25rem;
    padding: 0.45rem 0.3rem;
  }

  .integrations-board__grid span {
    font-size: 0.6rem;
  }

  .home-page .sec-head__title,
  .home-page .info-block__title {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem) !important;
  }

  .calc-explain,
  .calc-unit {
    padding: 1.05rem 1.05rem !important;
  }

  .calc-unit__screen-value {
    font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
  }

  .calc-unit__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .calc-unit__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .why-card {
    padding: 1rem 1.05rem;
  }

  .home-page .obs-faq__q {
    padding: 0.9rem 0.95rem !important;
    font-size: 0.92rem !important;
  }

  .home-page .obs-book-cta {
    padding: 1.1rem !important;
  }

  .home-page .obs-book-cta .demo-split__cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .home-page .walk__grid {
    grid-template-columns: 1fr !important;
  }

  .home-page--obsidian .hero__cta .btn {
    width: 100%;
  }
}

