.home-v6 .home-hero h1 {
  max-width: 14ch;
}

.home-v6 .home-hero p {
  max-width: 46ch;
}

.home-lane-toggle {
  margin-bottom: 0;
}

.home-flow-panel {
  min-height: 66px;
  display: flex;
  align-items: center;
}

.home-flow-note {
  margin: 14px 0 0;
  color: var(--mute);
  font-family: var(--serif);
  font-size: 15.5px;
  font-style: italic;
}

.home-role-panel {
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: 16px 20px;
}

.home-role-panel .kicker {
  margin-bottom: 8px;
}

.home-role-panel p {
  margin: 0;
  color: var(--mute);
  font-size: 14px;
  line-height: 1.6;
}

.home-role-panel b {
  color: var(--ink);
}

.home-ba-label {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-ba-label-new {
  color: var(--teal-dk);
}

.home-ba-label-old {
  color: var(--coral);
}

.home-evidence-grid .card p {
  color: var(--text);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
}

.home-regulatory-panel,
.home-trust-kicker {
  text-align: center;
}

.home-reg-chip {
  min-height: 44px;
  font-family: var(--sans);
  line-height: 1.2;
}

.home-reg-chip[aria-expanded="true"] {
  border-color: var(--teal);
  background: var(--teal);
}

.home-reg-chip:focus-visible:not(.is-dismissed) span,
.home-reg-chip[aria-expanded="true"] span {
  opacity: 1;
}

.home-reg-chip.is-dismissed span {
  opacity: 0;
}

.home-trust-grid {
  margin-top: 14px;
}

.home-trust-grid .trust-cell {
  padding: 6px;
}

.home-trust-grid .trust-cell p {
  color: var(--mute);
  font-size: 12px;
  line-height: 1.4;
}

.home-ai-panel {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 32px;
}

.home-ai-panel h3 {
  margin: 0;
  white-space: nowrap;
  font-size: 26px;
}

.home-ai-panel p {
  min-width: 240px;
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
}

@media (min-width: 900px) {
  .home-ba-toggle {
    display: none;
  }

  .home-ba-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
  }

}

@media (max-width: 899px) {
  .home-ba-panels[data-home-ba-current="new"] [data-home-ba-panel="old"],
  .home-ba-panels[data-home-ba-current="old"] [data-home-ba-panel="new"] {
    display: none;
  }
}

@media (max-width: 720px) {
  .home-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-ai-panel {
    align-items: flex-start;
  }

  .home-ai-panel h3 {
    white-space: normal;
  }

  .home-reg-chip span {
    display: block;
  }
}

@media (max-width: 560px) {
  .home-ai-panel {
    display: block;
    padding: 26px 24px;
  }

  .home-ai-panel p {
    min-width: 0;
    margin-top: 10px;
  }
}
