/* Homepage section rhythm — loaded after the main stylesheet */
.band-hero {
  background: #f5f8fc;
}

.band-slate {
  background: #fff;
}

.band-elevate {
  background: #eef4fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.band-elevate .panel {
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 28px 70px -36px rgba(15, 23, 42, 0.18);
}

.band-econ {
  background:
    radial-gradient(ellipse 90% 80% at 72% 58%, rgba(37, 99, 235, 0.1), transparent 54%),
    #f5f8fc;
}

.band-econ .panel {
  box-shadow:
    0 48px 130px -48px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(37, 99, 235, 0.18);
}

.band-cta {
  background: #0f172a;
  border-color: transparent;
}

.band-cta .text-zinc-50,
.band-cta h2 {
  color: #f5f8fc;
}

.band-cta .text-mist {
  color: #93a4c0;
}

.band-cta a.bg-paper {
  background: #f5f8fc;
  color: #0f172a;
  box-shadow: none;
}

.band-cta a.bg-paper:hover {
  background: #fff;
  color: #0f172a;
}

.band-cta a.bg-transparent {
  color: #f5f8fc;
  border-color: rgba(245, 248, 252, 0.28);
  background: transparent;
}

.band-cta a.bg-transparent:hover {
  background: rgba(245, 248, 252, 0.08);
  border-color: rgba(245, 248, 252, 0.45);
  color: #fff;
}

.band-path {
  background: #eef4fb;
  border-color: transparent;
}

.cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  color: #64748b;
  font-size: 0.75rem;
}

.cta-trust li {
  position: relative;
}

.cta-trust li + li::before {
  content: "·";
  position: absolute;
  left: -0.7rem;
  color: #2563eb;
}

.recover {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 40rem;
}

.recover li {
  display: grid;
  grid-template-columns: 6.75rem minmax(0, 1fr);
  gap: 1.25rem;
  position: relative;
  padding: 0 0 2rem;
}

.recover li:last-child {
  padding-bottom: 0;
}

.recover li::before {
  content: "";
  position: absolute;
  left: 6.75rem;
  top: 0.45rem;
  bottom: -0.35rem;
  width: 1px;
  background: rgba(37, 99, 235, 0.35);
}

.recover li:last-child::before {
  display: none;
}

.recover time {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
  padding-top: 0.2rem;
}

.recover h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.recover p {
  margin: 0.4rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
}

.compare-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
}

.compare {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
}

.compare th,
.compare td {
  padding: 1rem 1.15rem;
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.55;
}

.compare th {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b6b80;
  background: #f5f8fc;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.compare td {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.compare tr:last-child td {
  border-bottom: 0;
}

.compare td:first-child {
  color: #5b6b80;
  width: 48%;
}

.compare td:last-child {
  background: rgba(37, 99, 235, 0.06);
  font-weight: 550;
}

.compare tbody tr {
  transition: background 0.35s ease;
  cursor: pointer;
}

.compare tbody tr.is-on td:first-child {
  color: #0f172a;
}

.compare tbody tr.is-on td:last-child {
  background: rgba(37, 99, 235, 0.16);
  box-shadow: inset 3px 0 0 #2563eb;
}

.trade-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.trade-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.trade-chip:hover {
  border-color: rgba(15, 23, 42, 0.28);
  background: #f5f8fc;
}

.trade-chip.is-focus {
  border-color: rgba(37, 99, 235, 0.45);
  background: rgba(37, 99, 235, 0.12);
}

.decision {
  display: grid;
  gap: 3rem;
}

.start-path + div {
  margin-top: 5rem;
}

.decision .panel {
  margin: 0;
  max-width: none;
}

@media (min-width: 960px) {
  .decision {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
  }
}

img[src="/images/white.png"]{
  height:2.5rem;
  width:auto!important;
  max-width:10.5rem;
  max-height:2.5rem;
  object-fit:contain;
  object-position:left center;
}
header img[src="/images/white.png"]{
  height:2.25rem;
  max-height:2.25rem;
  max-width:9.75rem;
}

/* Hero inbox mock — stay bright, 4-step track that doesn’t wrap */
.hero-inbox {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.28rem;
}

.hero-steps li {
  margin: 0;
  border-radius: 0.45rem;
  padding: 0.42rem 0.12rem;
  background: rgba(15, 23, 42, 0.05);
  color: #5b6b80;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: center;
}

.hero-steps li.is-on {
  background: #f4f1ea;
  color: #070708;
}

.hero-stage {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.hero-copy {
  max-width: 38rem;
}

.hero-copy h1 {
  line-height: 1.05;
}

.hero-kicker {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.hero-os,
.hero-flow {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.hero-device,
.hero-inbox-panel {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.hero-phone {
  width: 14.75rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.7rem 0.65rem 0.75rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 24px 50px -32px rgba(15, 23, 42, 0.18);
}

.hero-phone-notch {
  width: 4rem;
  height: 0.35rem;
  margin: 0 auto 0.65rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
}

.hero-phone-screen {
  display: grid;
  min-height: 16.75rem;
  padding: 0.9rem;
  border-radius: 1.25rem;
  background: #f5f8fc;
}

.hero-layer {
  grid-area: 1 / 1;
  min-width: 0;
}

.hero-layer-call {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-layer-msgs {
  display: flex;
  flex-direction: column;
}

.hero-msg {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-hero-flow][data-step="incoming"] .hero-layer-msgs,
[data-hero-flow][data-step="missed"] .hero-layer-msgs,
[data-hero-flow][data-step="sms"] .hero-layer-call,
[data-hero-flow][data-step="lead"] .hero-layer-call {
  opacity: 0;
  pointer-events: none;
}

.hero-msg.is-off {
  visibility: hidden;
}

@media (min-width: 1080px) {
  .hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.18fr);
    gap: 2.75rem 3.25rem;
    align-items: center;
    max-width: 1240px;
  }

  .hero-copy {
    max-width: none;
  }
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
  border: 1px solid rgba(59, 130, 246, 0.38);
  background: rgba(59, 130, 246, 0.1);
  color: #0f172a;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
}

.trust-chip b {
  color: #3b82f6;
  font-weight: 650;
}

.reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  animation: reveal-fallback 0s 1.4s forwards;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
  animation: none;
}

@keyframes reveal-fallback {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

.story-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.6rem;
}

@media (max-width: 900px) {
  .story-rail {
    grid-template-columns: 1fr;
  }
}

.story-rail article {
  min-height: 100%;
}

.econ-formula {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.7rem;
  text-align: center;
}

@media (max-width: 720px) {
  .econ-formula {
    grid-template-columns: 1fr;
  }
}

.econ-formula .op {
  color: #3b82f6;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-field {
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  color: #0f172a;
  outline: none;
}

.site-field:focus {
  border-color: rgba(59, 130, 246, 0.45);
}

.pipe {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

@media (max-width: 800px) {
  .pipe {
    grid-template-columns: 1fr;
  }
}

.sms-bubble {
  max-width: 92%;
  border-radius: 1rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.sms-bubble.is-off {
  opacity: 0;
  transform: translateY(0.4rem);
}

.sms-bubble {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-demo-card].is-off {
  opacity: 0.4;
}

[data-hero-flow] h3.is-off,
[data-hero-flow] span.is-off,
[data-hero-flow] p.is-off:not(.hero-msg) {
  display: none;
}

.legal-toc {
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  padding: 1.25rem 1.35rem 1.35rem;
}

.legal-toc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.15rem 1.5rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: legal-toc;
}

.legal-toc-list li {
  counter-increment: legal-toc;
}

.legal-toc-list a {
  display: flex;
  gap: 0.55rem;
  align-items: baseline;
  padding: 0.42rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #334155;
  font-size: 0.8125rem;
  line-height: 1.45;
  text-decoration: none;
}

.legal-toc-list a::before {
  content: counter(legal-toc, decimal-leading-zero);
  color: #3b82f6;
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.legal-toc-list a:hover {
  color: #0f172a;
}

.legal-kicker {
  margin: 2.75rem 0 0.25rem;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3b82f6;
}

.legal-section {
  padding: 1.35rem 0 1.5rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.legal-h2 {
  scroll-margin-top: 5.5rem;
  display: flex;
  gap: 0.85rem;
  align-items: baseline;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
}

.legal-num {
  color: #3b82f6;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  flex-shrink: 0;
}

.legal-body {
  margin-top: 0.85rem;
}

.legal-body p + p,
.legal-body p + ul,
.legal-body ul + p,
.legal-body .legal-note + p,
.legal-body p + .legal-note {
  margin-top: 0.9rem;
}

.legal-body ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  list-style: disc;
}

.legal-body li + li {
  margin-top: 0.45rem;
}

.legal-note {
  border-radius: 0.9rem;
  border: 1px solid rgba(59, 130, 246, 0.22);
  background: rgba(59, 130, 246, 0.06);
  padding: 1rem 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #334155;
}

@media (max-width: 640px) {
  .legal-toc-list {
    grid-template-columns: 1fr;
  }
}

/* Light theme — same layout, inverted surface colors */
:root {
  color-scheme: light;
  --bg: #f5f8fc;
  --line: rgba(15, 23, 42, 0.1);
  --accent: #2563eb;
}

.text-copper {
  color: #2563eb !important;
}

.bg-copper {
  background-color: #2563eb !important;
}

.bg-copper\/10 {
  background-color: rgba(37, 99, 235, 0.1) !important;
}

.bg-copper\/15 {
  background-color: rgba(37, 99, 235, 0.12) !important;
}

.border-copper\/25 {
  border-color: rgba(37, 99, 235, 0.25) !important;
}

.border-copper\/30,
.border-copper\/40 {
  border-color: rgba(37, 99, 235, 0.3) !important;
}

.accent-copper {
  accent-color: #2563eb;
}

.ring-copper\/30 {
  --tw-ring-color: rgb(37 99 235 / 0.3);
}

body {
  background: var(--bg);
  color: #0f172a;
}

::selection {
  background: rgba(59, 130, 246, 0.28);
  color: #0f172a;
}

.grain-overlay {
  opacity: 0.04;
  mix-blend-mode: multiply;
}

.panel {
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.hairline {
  border-color: rgba(15, 23, 42, 0.1);
}

.bg-ink,
.bg-ink-200 {
  background-color: #f5f8fc !important;
}

.bg-ink\/75 {
  background-color: rgba(245, 248, 252, 0.88) !important;
}

.bg-ink-50,
.bg-\[\#0b0b0d\],
.bg-\[\#0b1f3a\] {
  background-color: #fff !important;
}

.bg-paper {
  background-color: #0f172a !important;
}

.text-ink {
  color: #f5f8fc !important;
}

.text-white,
.text-zinc-50,
.text-zinc-100,
.text-zinc-200,
.text-paper {
  color: #0f172a !important;
}

.text-mist,
.text-zinc-300,
.text-zinc-400,
.text-zinc-500 {
  color: #5b6b80 !important;
}

.text-red-300 {
  color: #b42318 !important;
}

.border-white\/10,
.border-white\/12,
.border-white\/\[0\.06\],
.divide-white\/\[0\.06\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(15, 23, 42, 0.1) !important;
}

[data-nav-toggle] .bg-zinc-200 {
  background-color: #0f172a !important;
}

.hover\:text-white:hover {
  color: #0f172a !important;
}

.hover\:bg-white:hover {
  background-color: #1e3a5f !important;
}

.hover\:bg-white\/\[0\.03\]:hover,
.hover\:border-white\/25:hover {
  background-color: rgba(15, 23, 42, 0.04) !important;
  border-color: rgba(15, 23, 42, 0.22) !important;
}

.shadow-\[0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.shadow-panel {
  --tw-shadow: 0 30px 80px -40px rgba(15, 23, 42, 0.18);
}

img[src="/images/white.png"] {
  mix-blend-mode: normal !important;
  filter: invert(1);
}

header {
  border-bottom-color: rgba(15, 23, 42, 0.08) !important;
}

#mobile-nav {
  background: #f5f8fc !important;
  border-top-color: rgba(15, 23, 42, 0.08) !important;
}

.band-cta .text-white,
.band-cta .text-zinc-50,
.band-cta .text-zinc-100,
.band-cta .text-zinc-200,
.band-cta .text-paper {
  color: #f5f8fc !important;
}

.band-cta .text-mist,
.band-cta .text-zinc-300 {
  color: #93a4c0 !important;
}

.band-cta .bg-paper {
  background-color: #f5f8fc !important;
}

.band-cta .text-ink {
  color: #0f172a !important;
}

.band-cta .hover\:bg-white:hover {
  background-color: #fff !important;
}

.band-cta .border-white\/12,
.band-cta .border-white\/10 {
  border-color: rgba(245, 248, 252, 0.28) !important;
}

.bg-white\/10,
.bg-white\/\[0\.015\],
.bg-white\/\[0\.02\],
.bg-white\/\[0\.03\],
.bg-white\/\[0\.04\] {
  background-color: rgba(15, 23, 42, 0.04) !important;
}

.\[\&\>input\]\:border-white\/10 > input,
.\[\&\>select\]\:border-white\/10 > select {
  border-color: rgba(15, 23, 42, 0.12) !important;
}

.\[\&\>input\]\:bg-white\/\[0\.03\] > input,
.\[\&\>select\]\:bg-white\/\[0\.03\] > select {
  background-color: #fff !important;
}

.\[\&\>input\]\:text-zinc-100 > input,
.\[\&\>select\]\:text-zinc-100 > select {
  color: #0f172a !important;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.proof-row li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0.9rem;
  padding: 0.7rem 0.85rem;
}

.proof-row b {
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.proof-row span {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6b80;
}

@media (min-width: 640px) {
  .proof-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pain-grid,
.fit-grid,
.beat-rail {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .pain-grid,
  .fit-grid,
  .beat-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pain-card blockquote {
  margin: 0.85rem 0 0;
  font-family: var(--font-serif), ui-serif, Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.55;
  color: #0f172a;
}

.pain-trade {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.pain-fix {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #5b6b80;
}

.beat-rail article {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, #fff, #f8fbff);
  border-radius: 1rem;
  padding: 1.35rem 1.25rem 1.4rem;
}

.beat-n {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.2em;
  color: #1d4ed8;
}

.beat-rail h3 {
  margin: 0.7rem 0 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.beat-rail p {
  margin: 0.55rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5b6b80;
}

.os-caption {
  margin: 0.9rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #5b6b80;
}

.os-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #d7e0ee;
  background: #eef3f9;
  color: #15171c;
  box-shadow: 0 1px 2px rgba(16, 17, 20, 0.06), 0 24px 48px -28px rgba(16, 17, 20, 0.28);
}

.hero-os {
  position: relative;
}

.os-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  height: 52px;
  padding: 0 1rem;
  background: #0b1f3a;
}

.os-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f1f6fd;
}

.os-brand i {
  font-style: normal;
  color: #2563eb;
  letter-spacing: 0.16em;
}

.os-live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.os-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #2563eb;
  animation: pulseDot 1.6s ease-in-out infinite;
}

.os-grid {
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 719px) {
  .os-rail {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .os-rail::-webkit-scrollbar {
    display: none;
  }

  .os-k {
    display: none;
  }

  .os-item {
    width: auto;
    flex: 0 0 9.75rem;
    min-width: 9.75rem;
    border-bottom: 0;
    border-right: 1px solid #d7e0ee;
  }

  .os-item-preview {
    display: none;
  }

  .os-item.is-on {
    box-shadow: inset 0 -3px 0 #2563eb;
  }

  .os-live {
    font-size: 9px;
    max-width: 11rem;
    text-align: right;
  }
}

.os-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid #d7e0ee;
  background: #fff;
  padding: 0;
}

.os-k {
  margin: 0;
  width: 100%;
  padding: 0.85rem 1rem 0.55rem;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b6b80;
}

.os-item {
  display: grid;
  width: 100%;
  min-width: 10.25rem;
  gap: 0.12rem;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 0;
  border-bottom: 1px solid #d7e0ee;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.os-item:hover {
  background: #f1f6fd;
}

.os-item.is-on {
  background: #f1f6fd;
  box-shadow: inset 3px 0 0 #2563eb;
}

.os-item-who {
  font-size: 0.875rem;
  font-weight: 620;
  color: #15171c;
}

.os-item-meta,
.os-item-preview {
  font-size: 0.75rem;
  color: #5b6b80;
}

.os-item-preview {
  color: #7b8aa3;
}

.os-main {
  min-width: 0;
  background: #eef3f9;
}

.os-scene {
  display: none;
}

.os-scene.is-on {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.os-thread,
.os-card {
  background: #fff;
  border: 1px solid #d7e0ee;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 17, 20, 0.06);
}

.os-thread {
  padding: 1.1rem 1.1rem 1rem;
}

.os-thread-h {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.os-thread-who {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: -0.02em;
  color: #15171c;
}

.os-thread-meta {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  color: #5b6b80;
}

.os-pill {
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid rgba(37, 99, 235, 0.35);
  background: rgba(37, 99, 235, 0.14);
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  height: 22px;
  display: inline-flex;
  align-items: center;
}

.os-bubbles {
  display: grid;
  gap: 0.75rem;
}

.os-bubble {
  display: grid;
  gap: 0.28rem;
  max-width: 86%;
  border-radius: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.os-bubble p {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  font-size: 0.8125rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 450;
  line-height: 1.5;
}

.os-bubble span {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 650;
  color: #8b97ab;
}

.os-bubble-in p {
  background: #fff;
  border: 1px solid #d7e0ee;
  color: #15171c;
}

.os-bubble-out {
  margin-left: auto;
  justify-items: end;
}

.os-bubble-out p {
  background: #2563eb;
  border: 1px solid #2563eb;
  color: #fff;
}

.os-bubble-out span {
  color: #7b93d8;
}

.os-card {
  margin: 0;
  padding: 1.1rem 1.1rem 1rem;
}

.os-card .os-k {
  padding: 0;
}

.os-card h3 {
  margin: 0.45rem 0 0;
  font-size: 1.25rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.os-card ul {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.os-card li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid #d7e0ee;
  font-size: 0.8125rem;
  color: #15171c;
}

.os-card li:last-child {
  border-bottom: 0;
}

.os-card li span {
  color: #7b8aa3;
}

.os-note,
.os-cta-line {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #5b6b80;
}

.os-cta-line {
  padding-top: 0.75rem;
  border-top: 1px solid #d7e0ee;
}

@media (min-width: 720px) {
  .os-grid {
    grid-template-columns: 13.75rem minmax(0, 1fr);
  }

  .os-rail {
    display: block;
    overflow: visible;
    border-bottom: 0;
    border-right: 1px solid #d7e0ee;
  }

  .os-item {
    min-width: 0;
  }

  .os-item:last-child {
    border-bottom: 0;
  }

  .os-scene.is-on {
    grid-template-columns: minmax(0, 1.15fr) minmax(12.5rem, 0.85fr);
    align-items: stretch;
    padding: 12px;
  }
}

.os-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d7e0ee;
  border-bottom: 1px solid #d7e0ee;
}

.os-kpis > div {
  background: #fff;
  padding: 10px 12px;
}

.os-kpis span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b8aa3;
  font-weight: 650;
}

.os-kpis b {
  display: block;
  margin-top: 4px;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  color: #0b1f3a;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 520px) {
  .os-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.recover li {
  opacity: 0.38;
  cursor: pointer;
  outline: none;
  transition: opacity 0.35s ease;
}

.recover li:hover,
.recover li:focus-visible {
  opacity: 0.72;
}

.recover li.is-on {
  opacity: 1;
}

.recover li::after {
  content: "";
  position: absolute;
  left: calc(6.75rem - 3px);
  top: 0.48rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.35);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.recover li.is-on::after {
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.22);
}

@keyframes recover-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.calc-meter {
  margin-top: 1.15rem;
  display: grid;
  gap: 0.7rem;
}

.calc-meter-row {
  display: grid;
  grid-template-columns: 4.25rem 4.25rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  font-size: 0.75rem;
  color: #5b6b80;
}

.calc-meter-row b {
  font-variant-numeric: tabular-nums;
  color: #0f172a;
  font-weight: 650;
}

.calc-meter-row i {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: #2563eb;
  width: 8%;
  min-width: 8px;
  font-style: normal;
  transition: width 0.4s ease;
}

.calc-meter-row.is-stake i {
  width: 100%;
  background: rgba(37, 99, 235, 0.22);
}

.trade-stage {
  display: grid;
  gap: 1.25rem;
}

.trade-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.trade-tab {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 550;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.trade-tab:hover {
  border-color: rgba(15, 23, 42, 0.28);
}

.trade-tab.is-on {
  background: #0b1f3a;
  border-color: #0b1f3a;
  color: #f1f6fd;
}

.trade-board {
  display: none;
}

.trade-board.is-on {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem 1.4rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
  animation: recover-in 0.4s ease;
}

.trade-quote {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-weight: 550;
  color: #0f172a;
}

.trade-leak {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #5b6b80;
}

.trade-board dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  margin: 0.35rem 0 0;
}

@media (min-width: 720px) {
  .trade-board dl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.trade-board dt {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b8aa3;
}

.trade-board dd {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #15171c;
}

.trade-next {
  margin: 0.35rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.8125rem;
  color: #5b6b80;
}

.trade-next a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
  margin-right: 0.5rem;
}

.trade-next a:hover {
  text-decoration: underline;
}

.start-path {
  display: grid;
  gap: 0;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 800px) {
  .start-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.start-path li {
  padding: 1.35rem 1.4rem 1.3rem;
  cursor: pointer;
  opacity: 0.48;
  outline: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  transition: opacity 0.35s ease, box-shadow 0.35s ease;
}

.start-path li:last-child {
  border-bottom: 0;
}

@media (min-width: 800px) {
  .start-path li {
    border-bottom: 0;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
  }

  .start-path li:last-child {
    border-right: 0;
  }
}

.start-path li:hover,
.start-path li:focus-visible {
  opacity: 0.78;
}

.start-path li.is-on {
  opacity: 1;
  box-shadow: inset 0 3px 0 #2563eb;
}

.start-path li > p:first-child {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2563eb;
}

.start-path h3 {
  margin: 0.55rem 0 0;
  font-size: 1.15rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.start-path li > p:last-child {
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5b6b80;
}

.ease-line {
  margin: 0.85rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #5b6b80;
}

.band-ping {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.band-phone {
  background: #fff;
}

.home-phone-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .home-phone-grid {
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 22.5rem);
    gap: 4rem;
  }
}

.home-phone-stage {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
}

.home-phone-stage .how-sms {
  margin-top: 0;
}

.ping-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .ping-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.9fr);
    align-items: center;
    gap: 3.5rem;
  }
}

.ping-note {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff, #fff);
  box-shadow: 0 24px 60px -36px rgba(37, 99, 235, 0.28);
  padding: 1.15rem 1.2rem 1.25rem;
  min-height: 16.5rem;
}

.ping-lock {
  margin: 0 0 0.85rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7b8aa3;
}

.ping-card {
  display: none;
}

.ping-card.is-on {
  display: block;
  animation: recover-in 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ping-card.is-on {
    animation: none;
  }
}

.ping-app {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
}

.ping-time {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  color: #7b8aa3;
}

.ping-card h3 {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b8aa3;
}

.ping-lead {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.ping-card ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.ping-card li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #d7e0ee;
  font-size: 0.875rem;
  color: #0f172a;
}

.ping-card li:last-child {
  border-bottom: 0;
}

.ping-move {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid #d7e0ee;
  font-size: 0.8125rem;
  color: #5b6b80;
}

.fit-strip {
  display: grid;
  gap: 1.75rem;
  margin-top: 3.5rem;
  padding: 1.5rem 1.5rem 1.45rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff, #fff);
}

@media (min-width: 800px) {
  .fit-strip {
    grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.8fr);
    align-items: center;
    gap: 2rem;
    padding: 1.75rem 1.85rem;
  }
}

.fit-strip ul {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.fit-strip li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.55rem;
  font-size: 0.975rem;
  line-height: 1.55;
  color: #0f172a;
}

.fit-strip li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #2563eb;
}

.fit-action p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #5b6b80;
}

.dock {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0.7rem 0.75rem 0.7rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px -24px rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(16px);
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.dock.is-on {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.dock p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #5b6b80;
}

.dock b {
  color: #0f172a;
  font-weight: 650;
}

.dock a {
  flex-shrink: 0;
}

body.dock-pad {
  padding-bottom: 5.5rem;
}

@media (max-width: 640px) {
  .dock {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border-radius: 1.1rem;
    flex-wrap: wrap;
    padding: 0.85rem 0.9rem;
  }

  .dock a {
    width: 100%;
  }
}

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

/* How it works — walkthrough */
.how-jump {
  position: sticky;
  top: 4rem;
  z-index: 30;
  background: rgba(245, 248, 252, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

.how-jump-inner {
  display: flex;
  gap: 0.3rem;
  overflow-x: auto;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  scrollbar-width: none;
}

.how-jump-inner::-webkit-scrollbar {
  display: none;
}

.how-jump a {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 0.42rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 550;
  color: #5b6b80;
  text-decoration: none;
  white-space: nowrap;
}

.how-jump a:hover {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.05);
}

.how-jump a.is-on {
  background: #0b1f3a;
  color: #f1f6fd;
}

#phone,
#follow-up,
#conversation,
#notify,
#scope,
#start {
  scroll-margin-top: 8rem;
}

.how-route {
  margin-top: 2.5rem;
  display: grid;
  gap: 1rem;
}

.how-route-line {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 800px) {
  .how-route-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.how-route-line li {
  padding: 1.15rem 1.2rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
}

.how-route-line span {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 650;
}

.how-route-line h3,
.how-route-pane h3,
.how-capture h3 {
  margin: 0.4rem 0 0;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.how-route-line p,
.how-route-pane p,
.how-capture p {
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #5b6b80;
}

.how-route-fork {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 800px) {
  .how-route-fork {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: stretch;
  }
}

.how-route-pane {
  margin: 0;
  padding: 1.2rem 1.25rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.how-route-pane:hover,
.how-route-pane:focus-visible {
  border-color: rgba(37, 99, 235, 0.35);
  outline: none;
}

.how-route-pane.is-on {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.35), 0 24px 50px -32px rgba(15, 23, 42, 0.35);
  background: linear-gradient(180deg, #fff, #f4f8ff);
}

.how-route-k {
  margin: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 650;
}

.how-route-result {
  margin-top: 0.85rem !important;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a !important;
  font-weight: 550;
}

.how-sms {
  margin-top: 1.1rem;
  padding: 9px;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 18px 40px -24px rgba(15, 23, 42, 0.55);
  display: flex;
  flex-direction: column;
  height: 31rem;
  overflow: hidden;
}

.how-sms .how-phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 1rem 0.35rem;
  background: #f4f6f9;
  border-radius: 20px 20px 0 0;
  font-size: 11px;
  font-weight: 650;
  color: #0f172a;
}

.how-sms .how-phone-bar i {
  display: block;
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 99px;
  background: #111827;
}

.how-phone-h {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.9rem 0.75rem;
  background: #f4f6f9;
  border-bottom: 1px solid #e5eaf1;
}

.how-phone-av {
  flex-shrink: 0;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #2563eb;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.how-phone-who {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 650;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.how-phone-meta {
  margin: 0.12rem 0 0;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b97ab;
  font-weight: 650;
}

.how-phone-badge {
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
  border: 1px solid rgba(37, 99, 235, 0.28);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.55rem;
}

.how-sms .how-phone-bar,
.how-phone-h,
.how-phone-foot {
  flex-shrink: 0;
}

.how-phone-feed {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 0.9rem 0.85rem 0.85rem;
  background: #fafbfd;
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #c5d0e0 transparent;
}

.how-phone-feed::-webkit-scrollbar {
  width: 4px;
}

.how-phone-feed::-webkit-scrollbar-thumb {
  background: #c5d0e0;
  border-radius: 99px;
}

.how-phone-row {
  display: grid;
  gap: 0.28rem;
  max-width: 88%;
  transition: opacity 0.35s ease, max-height 0.35s ease, margin 0.35s ease;
}

.how-phone-row.is-eeroh {
  justify-self: end;
  justify-items: end;
}

.how-phone-bubble {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #15171c;
}

.how-phone-row.is-customer .how-phone-bubble {
  background: #fff;
  border: 1px solid #e2e8f0;
}

.how-phone-row.is-eeroh .how-phone-bubble {
  background: #2563eb;
  border: 1px solid #2563eb;
  color: #fff;
}

.how-phone-row span {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 650;
  color: #8b97ab;
}

.how-phone-row.is-eeroh span {
  color: #7b93d8;
}

.how-phone-status {
  display: grid;
  gap: 0.15rem;
  width: 100%;
  max-width: none;
  margin-top: 0.15rem;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #dbe7ff;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 0.75rem;
  font-weight: 650;
  transition: opacity 0.35s ease, max-height 0.35s ease;
}

.how-phone-status span {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 700;
}

.how-phone-foot {
  margin: 0;
  padding: 0.55rem 0.9rem 0.75rem;
  background: #fafbfd;
  border-radius: 0 0 20px 20px;
  font-size: 0.7rem;
  color: #8b97ab;
}

.how-sms [data-demo-msg].is-off,
.how-sms [data-demo-card].is-off {
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.how-capture {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 800px) {
  .how-capture {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.how-capture article {
  padding: 1.1rem 1.15rem 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
}

.how-urgency {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.how-urgency span {
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  background: #fff;
}

.how-urgency span:nth-child(1) {
  background: #0b1f3a;
  border-color: #0b1f3a;
  color: #f5f8fc;
}

.how-urgency span:nth-child(2) {
  background: rgba(37, 99, 235, 0.16);
  border-color: rgba(37, 99, 235, 0.28);
  color: #0b1f3a;
}

.how-scope {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .how-scope {
    grid-template-columns: 1fr 1fr;
  }
}

.how-scope article {
  padding: 1.35rem 1.4rem 1.3rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
}

.how-scope article > p {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 650;
}

.how-scope ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.how-scope li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #0f172a;
}

.how-scope li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 99px;
  background: #2563eb;
}

.how-scope article:last-child li::before {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px #94a3b8;
}

@media (max-width: 640px) {
  .how-jump-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Long-form homepage */
.chapter {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

@media (min-width: 1024px) {
  .chapter {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.mid-cta {
  display: grid;
  justify-items: start;
  gap: 0.35rem;
  padding: 1.6rem 1.7rem 1.55rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.mid-cta-k {
  margin: 0;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.mid-cta-title {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mid-cta-copy,
.mid-cta-meta {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5b6b80;
}

.mid-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.mid-cta-meta {
  font-size: 0.75rem;
}

.home-story {
  display: grid;
  gap: 0.85rem;
  padding: 0.85rem 0.85rem 1rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 32px 80px -40px rgba(15, 23, 42, 0.32);
}

.home-story-ticks {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.2rem;
  margin: 0;
  padding: 0.22rem;
  list-style: none;
  border-radius: 999px;
  background: #e8eef6;
}

.home-story-ticks li {
  margin: 0;
}

.home-story-ticks button {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 999px;
  padding: 0.5rem 0.15rem;
  background: transparent;
  color: #5b6b80;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.home-story-ticks button.is-on {
  background: #0b1f3a;
  color: #f5f8fc;
  box-shadow: 0 8px 18px -12px rgba(11, 31, 58, 0.7);
}

.home-story-stage {
  display: grid;
  gap: 1rem;
}

@media (min-width: 760px) {
  .home-story-stage {
    grid-template-columns: minmax(16.5rem, 19.5rem) minmax(0, 1fr);
    align-items: stretch;
  }
}

.home-story-phone.how-sms {
  margin-top: 0;
  height: 29.5rem;
  width: 100%;
  box-shadow: 0 22px 48px -28px rgba(15, 23, 42, 0.55);
}

.home-story-phone .home-story-call,
.home-story-phone .home-story-consent,
.home-story-phone .home-story-sms {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

#product,
#problem,
#compare,
#how,
#owner,
#roi,
#pricing,
#faq {
  scroll-margin-top: 5.5rem;
}

.home-story-call {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  min-height: 0;
  background: #f4f6f9;
  padding: 1.5rem 1rem 1.75rem;
}

.home-story-when {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563eb;
}

.home-story-kind {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6b80;
}

[data-home-story][data-step="missed"] .home-story-kind {
  color: #b91c1c;
}

.home-story-who {
  margin: 0.45rem 0 0;
  font-size: 1.65rem;
  font-weight: 620;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.home-story-meta {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: #5b6b80;
}

.home-story-ring {
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 1.25rem;
  border-radius: 999px;
  border: 2px solid #2563eb;
  box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.12);
  animation: story-ring 1.4s ease-out infinite;
}

[data-home-story][data-step="missed"] .home-story-ring {
  display: none;
}

@keyframes story-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.28);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(37, 99, 235, 0);
  }
}

@keyframes story-key {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(11, 31, 58, 0.08);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 14px rgba(11, 31, 58, 0);
  }
}

.home-story-missed {
  margin: 1rem 0 0;
  opacity: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b91c1c;
}

[data-home-story][data-step="missed"] .home-story-missed {
  opacity: 1;
}

.home-story-sms {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  background: #eef3f9;
}

.home-story-sms[hidden],
.home-story-call[hidden],
.home-story-consent[hidden] {
  display: none !important;
}

.home-story-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  min-height: 0;
  background: #f4f6f9;
  padding: 1.5rem 1.1rem 1.75rem;
}

.home-story-prompt {
  margin: 0.85rem 0 0;
  max-width: 16rem;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 550;
  color: #0f172a;
}

.home-story-key {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  margin-top: 1.15rem;
  border-radius: 999px;
  background: #0b1f3a;
  color: #f5f8fc;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: 0 0 0 8px rgba(11, 31, 58, 0.08);
  animation: story-key 1.6s ease-out infinite;
}

.home-story-consent-note {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7b8aa3;
}

.home-story-ticks button:focus-visible,
.faq-more:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.home-story-sms .how-phone-feed {
  flex: 1;
}

.home-story [data-story-msg].is-off {
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.home-story-op {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.35rem 1.4rem;
  border: 1px solid #d7e0ee;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfdff, #fff);
  box-shadow: 0 24px 60px -36px rgba(15, 23, 42, 0.28);
}

.home-story-op-wait {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  color: #7b8aa3;
}

.home-story-op-body {
  opacity: 0.38;
  transition: opacity 0.35s ease;
}

.home-story-op.is-ready .home-story-op-wait {
  display: none;
}

.home-story-op.is-ready .home-story-op-body {
  opacity: 1;
}

.home-story-op h3 {
  margin: 0.35rem 0 0;
  font-size: 1.25rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-story-op ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.home-story-op li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #e5eaf1;
  font-size: 0.875rem;
  color: #0f172a;
}

.home-story-op li span {
  color: #7b8aa3;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-story-quote {
  margin: 0.9rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #334155;
}

.home-story-note {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7b8aa3;
}

.leak-grid,
.cap-grid,
.ind-grid,
.convo-grid {
  display: grid;
  gap: 0.85rem;
}

@media (max-width: 767px) {
  .leak-card:nth-child(n + 4) {
    display: none;
  }

  .home-story {
    padding: 0.65rem 0.65rem 0.8rem;
    border-radius: 22px;
  }

  .home-story-ticks button {
    font-size: 0.58rem;
    letter-spacing: 0;
    padding: 0.42rem 0.06rem;
  }

  .home-story-phone.how-sms {
    height: 26.5rem;
  }

  .home-story-who {
    font-size: 1.4rem;
  }

  .home-story-prompt {
    font-size: 0.88rem;
  }
}

@media (min-width: 720px) {
  .cap-grid,
  .convo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ind-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .leak-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .leak-grid,
  .cap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ind-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.leak-card,
.cap-grid article,
.convo-card {
  padding: 1.25rem 1.3rem 1.3rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
}

.leak-card h3,
.cap-grid h3,
.convo-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.leak-card p,
.cap-grid p {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5b6b80;
}

.econ-board {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: center;
  gap: 0.75rem 0.85rem;
}

@media (max-width: 800px) {
  .econ-board {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .econ-op {
    display: none;
  }
}

.econ-cell {
  min-width: 8.5rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.econ-cell b {
  display: block;
  font-size: 1.85rem;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.econ-cell span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b6b80;
}

.econ-cell.is-sum {
  border-color: rgba(37, 99, 235, 0.35);
  background: #eff6ff;
}

.econ-cell.is-sum b {
  color: #1d4ed8;
}

.econ-op {
  color: #2563eb;
  font-size: 1.1rem;
  font-weight: 700;
}

.econ-disclaimer {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #7b8aa3;
  text-align: center;
}

.econ-payoff {
  margin: 0;
  max-width: 32rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: #0f172a;
}

.problem-flow {
  display: grid;
  gap: 3.25rem;
  margin-top: 2.75rem;
}

@media (min-width: 1024px) {
  .problem-flow {
    gap: 4.25rem;
    margin-top: 3.5rem;
  }
}

.econ-block {
  display: grid;
  gap: 1.15rem;
  justify-items: center;
}

.econ-next {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.econ-next a {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.econ-next a:hover {
  color: #0f172a;
}

.band-econ .problem-flow .mid-cta {
  margin-top: 0;
}

.vs-grid,
.blind-grid,
.dont-grid,
.pos-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 560px) {
  .pos-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 860px) {
  .vs-grid,
  .blind-grid,
  .dont-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .pos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pos-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .pos-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.vs-col,
.blind-old,
.blind-new,
.dont-grid article,
.pos-grid article {
  padding: 1.4rem 1.45rem 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #fff;
}

.vs-col > p,
.blind-old > p,
.blind-new > p,
.dont-grid article > p,
.pos-grid article > p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7b8aa3;
}

.vs-col.is-eeroh,
.blind-new,
.dont-instead,
.pos-grid article.is-eeroh {
  border-color: rgba(37, 99, 235, 0.28);
  background: linear-gradient(180deg, #f8fbff, #fff);
  box-shadow: 0 24px 60px -40px rgba(37, 99, 235, 0.45);
}

.vs-col.is-eeroh > p,
.blind-new > p,
.dont-instead > p,
.pos-grid article.is-eeroh > p {
  color: #1d4ed8;
}

.vs-col ol {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.vs-col li {
  position: relative;
  padding: 0.7rem 0.85rem 0.7rem 2.4rem;
  border-radius: 12px;
  background: #f5f8fc;
  font-size: 0.95rem;
  color: #0f172a;
}

.vs-col li::before {
  position: absolute;
  left: 0.75rem;
  top: 0.78rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #2563eb;
}

.vs-col li:nth-child(1)::before { content: "01"; }
.vs-col li:nth-child(2)::before { content: "02"; }
.vs-col li:nth-child(3)::before { content: "03"; }
.vs-col li:nth-child(4)::before { content: "04"; }
.vs-col li:nth-child(5)::before { content: "05"; }
.vs-col li:nth-child(6)::before { content: "06"; }

.vs-col.is-eeroh li {
  background: #eff6ff;
}

.home-steps,
.six-steps {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .six-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .home-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .six-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-steps article,
.six-steps article {
  padding: 1.2rem 1.15rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
}

.home-steps h3,
.six-steps h3 {
  margin: 0.55rem 0 0;
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-steps p,
.six-steps p {
  margin: 0.45rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #5b6b80;
}

.home-steps-lock {
  margin: 1.25rem 0 0;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.25);
  background: #eff6ff;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #0f172a;
}

.blind-log,
.blind-card {
  margin-top: 1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: #f5f8fc;
}

.blind-log span,
.blind-card span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b8aa3;
}

.blind-log strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.blind-log p,
.blind-card p {
  margin: 0.7rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5b6b80;
}

.blind-card {
  background: #eff6ff;
}

.blind-card h3 {
  margin: 0.4rem 0 0;
  font-size: 1.25rem;
  font-weight: 620;
  color: #0f172a;
}

.blind-card ul {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.blind-card li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #dbe7ff;
  font-size: 0.9rem;
  color: #0f172a;
}

.blind-move {
  color: #1d4ed8 !important;
  font-weight: 650;
}

.blind-call {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0 !important;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #0b1f3a;
  color: #f5f8fc !important;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.hours-rail {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 40rem;
}

.hours-rail li {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 1.25rem;
  position: relative;
  padding: 0 0 1.85rem;
}

.hours-rail li:last-child {
  padding-bottom: 0;
}

.hours-rail li::before {
  content: "";
  position: absolute;
  left: 7.5rem;
  top: 0.5rem;
  bottom: -0.4rem;
  width: 1px;
  background: rgba(37, 99, 235, 0.28);
}

.hours-rail li:last-child::before {
  display: none;
}

.hours-rail time {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
  padding-top: 0.15rem;
}

.hours-rail h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 620;
  color: #0f172a;
}

.hours-rail p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5b6b80;
}

.pos-grid h3 {
  margin: 0.7rem 0 0;
  font-size: 1.2rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.pos-grid span {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #5b6b80;
}

.ind-card {
  display: grid;
  gap: 0.4rem;
  padding: 1.3rem 1.3rem 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ind-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 18px 40px -32px rgba(37, 99, 235, 0.45);
}

.ind-card p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.ind-card h3 {
  margin: 0.15rem 0 0;
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.ind-card span {
  font-size: 0.8rem;
  color: #7b8aa3;
}

.dont-inline {
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5b6b80;
}

.dont-grid li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #0f172a;
}

.dont-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 99px;
  box-shadow: inset 0 0 0 1.5px #94a3b8;
}

.dont-instead h3 {
  margin: 0.7rem 0 0;
  font-size: 1.45rem;
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.dont-instead p + p {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #5b6b80;
}

.convo-card > p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.convo-thread {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.convo-thread p {
  margin: 0;
  padding: 0.65rem 0.8rem;
  border-radius: 14px;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.convo-thread .is-out {
  justify-self: end;
  background: #2563eb;
  color: #fff;
  max-width: 92%;
}

.convo-thread .is-in {
  justify-self: start;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #15171c;
  max-width: 92%;
}

.convo-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.convo-card li {
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 0.7rem;
  font-weight: 650;
}

.calc-feature .panel {
  box-shadow:
    0 48px 130px -48px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(37, 99, 235, 0.2);
}

.home-faq {
  position: relative;
  max-width: 48rem;
}

.home-faq-clip {
  overflow: hidden;
}

.home-faq[data-faq-fold]:not(.is-open) .home-faq-clip {
  max-height: 24.5rem;
}

.faq-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  border: 0;
  background: transparent;
  padding: 0.35rem 0.7rem;
  color: #1d4ed8;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.home-faq[data-faq-fold]:not(.is-open) .faq-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 8.25rem;
  margin: 0;
  align-items: flex-end;
  padding-bottom: 0.85rem;
  background: linear-gradient(180deg, rgba(238, 244, 251, 0), #eef4fb 58%);
}

.faq-more i {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
}

.home-faq.is-open .faq-more i {
  transform: translateY(0.12rem) rotate(-135deg);
}

.band-econ .mid-cta,
.band-path .mid-cta {
  margin-top: 2.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .home-story-ring,
  .home-story-key {
    animation: none;
  }
}

