:root {
  --ink: #151922;
  --ink-2: #242b36;
  --steel: #445162;
  --muted: #6d7684;
  --paper: #ffffff;
  --paper-soft: #f6f7f4;
  --paper-cool: #eef3f4;
  --line: #dfe3e2;
  --line-dark: #313a45;
  --red: #c22b2b;
  --red-dark: #8f2020;
  --teal: #137b73;
  --teal-soft: #dcefed;
  --amber: #b87424;
  --blue: #2e5d8c;
  --green: #2f7d52;
  --shadow: 0 22px 60px rgba(21, 25, 34, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  background: var(--paper-soft);
  color: var(--ink);
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 32px;
  background: rgba(21, 25, 34, 0.94);
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  width: 12px;
  height: 12px;
  background: var(--red);
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
}

.brand-logo {
  width: 112px;
  height: auto;
  display: block;
}

.brand-project {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  white-space: nowrap;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-cool,
.brand-hemin {
  display: inline-flex;
  align-items: center;
}

.brand-cool {
  min-height: 38px;
  padding: 5px 8px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.brand-symbol {
  width: 28px;
  height: 28px;
  display: block;
}

.brand-logo-full {
  width: 118px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.brand-cool span,
.brand-hemin {
  display: grid;
  gap: 1px;
}

.brand-cool strong,
.brand-hemin strong {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.brand-cool em,
.brand-hemin em {
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.64);
}

.nav-links a {
  padding: 6px 0;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #fff;
}

.hero {
  position: relative;
  min-height: calc(100vh - 62px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #10141c;
}

main {
  display: flex;
  flex-direction: column;
}

.hero {
  order: 1;
}

#position {
  order: 2;
}

#geo {
  order: 3;
}

#benchmark {
  order: 4;
}

#ta {
  order: 5;
}

#consumer {
  order: 6;
}

#fullscene {
  order: 7;
}

#brain {
  order: 8;
}

#roadmap {
  order: 9;
}

.closing-section {
  order: 10;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=2200&q=82");
  background-size: cover;
  background-position: center;
  filter: saturate(0.95) contrast(1.04);
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 15, 22, 0.88), rgba(11, 15, 22, 0.64) 48%, rgba(11, 15, 22, 0.22)),
    linear-gradient(0deg, rgba(11, 15, 22, 0.75), rgba(11, 15, 22, 0.08) 50%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 98px 0 120px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
}

.eyebrow {
  color: #f0cba9;
}

.section-kicker {
  color: var(--red);
}

.mobile-title,
.mobile-only {
  display: none;
}

.hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 900;
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 760px;
  margin: 26px 0 0;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.86);
}

.store-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(980px, 100%);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(15, 20, 29, 0.5);
  backdrop-filter: blur(12px);
}

.store-facts div {
  min-height: 92px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
}

.store-facts span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-facts strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(880px, 100%);
  margin-top: 62px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-strip div {
  min-height: 104px;
  padding: 20px;
  background: rgba(15, 20, 29, 0.58);
  backdrop-filter: blur(10px);
}

.hero-strip span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero-strip strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.wrap {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.section {
  min-height: auto;
  padding: 72px 0;
  display: block;
  scroll-margin-top: 64px;
}

.summary-band {
  min-height: calc(100vh - 62px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.position-layout {
  display: grid;
  gap: 40px;
}

.position-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: 56px;
  align-items: start;
}

.summary-copy {
  display: grid;
  gap: 16px;
  color: var(--steel);
  font-size: 17px;
}

.position-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.position-cards article {
  min-height: 210px;
  padding: 24px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.position-cards span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.position-cards p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.brand-funnel-section {
  background: var(--paper);
}

.brand-funnel-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
  gap: 56px;
  align-items: center;
}

.funnel-board {
  display: grid;
  justify-items: start;
  gap: 11px;
  width: min(560px, 100%);
  margin: 0 auto;
  padding: 36px 32px 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.funnel-title {
  width: min(430px, 100%);
  margin-bottom: 10px;
  text-align: left;
}

.funnel-title h3 {
  font-size: 25px;
}

.funnel-title p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.funnel-stage {
  position: relative;
  display: grid;
  grid-template-columns: 132px 86px;
  gap: 12px;
  align-items: center;
  width: min(430px, 100%);
  min-height: 72px;
  padding: 15px 20px;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(21, 25, 34, 0.12);
}

.funnel-stage span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funnel-stage i {
  width: 22px;
  display: inline-flex;
  justify-content: center;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
}

.funnel-stage strong {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
}

.funnel-stage p {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  text-align: right;
}

.funnel-stage.awareness {
  background: #2d6cdf;
  width: min(430px, 100%);
}

.funnel-stage.trust {
  background: #7c47c7;
  width: min(404px, calc(100% - 26px));
}

.funnel-stage.like {
  background: #c34385;
  width: min(378px, calc(100% - 52px));
}

.funnel-stage.need {
  background: #d9772b;
  width: min(352px, calc(100% - 78px));
}

.funnel-stage.purchase {
  background: #cf2d2d;
  width: min(326px, calc(100% - 104px));
}

.funnel-stage.ugc {
  background: #23935d;
  width: min(300px, calc(100% - 130px));
}

.benchmark-section {
  background: var(--paper-cool);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benchmark-wrap {
  display: grid;
  gap: 30px;
}

.benchmark-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}

.advantage-visuals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.advantage-visuals article {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #111820;
  box-shadow: 0 18px 48px rgba(21, 25, 34, 0.1);
}

.advantage-visuals img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.advantage-visuals article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 32, 0.08), rgba(17, 24, 32, 0.78));
}

.advantage-visuals div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
}

.advantage-visuals span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.advantage-visuals h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.benchmark-panel,
.capability-panel,
.consult-demo {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 25, 34, 0.08);
}

.benchmark-panel,
.capability-panel {
  overflow: hidden;
}

.benchmark-title,
.capability-head {
  min-height: 72px;
  padding: 20px 24px;
  display: grid;
  gap: 4px;
  background: #111820;
  color: #fff;
}

.benchmark-title span,
.capability-head span {
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.benchmark-title strong,
.capability-head strong {
  font-size: 22px;
  line-height: 1.2;
}

.benchmark-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.benchmark-list a {
  min-height: 218px;
  padding: 20px;
  background: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}

.benchmark-list a:hover {
  background: var(--paper-soft);
}

.benchmark-list span,
.capability-grid span,
.demo-question span,
.demo-answer span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.benchmark-list h3,
.capability-grid h3 {
  font-size: 19px;
}

.benchmark-list p,
.capability-grid p,
.demo-answer p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.capability-grid article {
  min-height: 166px;
  padding: 20px;
  background: var(--paper);
}

.capability-grid article:nth-child(4n + 2),
.capability-grid article:nth-child(4n + 3) {
  background: var(--paper-soft);
}

.consult-demo {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  overflow: hidden;
}

.demo-question {
  padding: 26px;
  color: #fff;
  background: #111820;
}

.demo-question span {
  color: #f0cba9;
}

.demo-question h3 {
  color: #fff;
  font-size: 28px;
}

.demo-answer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.demo-answer article {
  min-height: 180px;
  padding: 24px;
  background: #fff;
}

.target-section {
  background: var(--paper-cool);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.target-layout {
  display: grid;
  gap: 34px;
}

.target-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.target-grid article,
.method-row div,
.consumer-flow article,
.proof-stack article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.target-grid article {
  min-height: 230px;
  box-shadow: 0 16px 46px rgba(21, 25, 34, 0.07);
}

.target-grid span,
.method-row span,
.consumer-flow span,
.proof-stack span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.target-grid p,
.method-row p,
.consumer-flow p,
.proof-stack p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.method-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.method-row div {
  background: #111820;
}

.method-row span {
  color: #f0cba9;
}

.method-row p {
  color: rgba(255, 255, 255, 0.72);
}

.acquisition-section {
  background: var(--paper-cool);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.acquisition-layout {
  display: grid;
  gap: 30px;
}

.platform-console {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 620px;
}

.platform-menu {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.platform-detail {
  min-height: 620px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 26px 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 25, 34, 0.08);
}

.detail-topline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.detail-topline span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-topline strong {
  font-size: 30px;
  line-height: 1.22;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.detail-grid article {
  min-height: 132px;
  padding: 4px 0 0;
  border-top: 3px solid var(--red);
}

.detail-grid span,
.detail-example span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-grid p,
.detail-example p {
  color: var(--muted);
  font-size: 15px;
}

.detail-example {
  margin-top: 16px;
  padding: 18px 22px;
  background: #111820;
  border-radius: 8px;
}

.detail-example span {
  color: #f0cba9;
}

.detail-example p {
  color: rgba(255, 255, 255, 0.76);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.case-card {
  min-height: 126px;
  padding: 16px 18px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.case-card:hover {
  border-color: rgba(194, 43, 43, 0.42);
  transform: translateY(-2px);
}

.case-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-card strong {
  display: block;
  font-size: 17px;
}

.case-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.geo-offer-section {
  background: #111820;
  color: #fff;
}

.geo-offer-section .wrap {
  width: min(1120px, calc(100% - 72px));
}

.geo-offer-section .geo-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background: rgba(194, 43, 43, 0.92);
  border-radius: 4px;
}

.geo-offer-layout {
  display: grid;
  gap: 28px;
}

.geo-offer-layout .section-head {
  margin-bottom: 0;
}

.geo-offer-layout .section-head p:not(.section-kicker) {
  max-width: 960px;
}

.geo-offer-grid {
  display: grid;
  grid-template-columns: minmax(500px, 1.12fr) minmax(340px, 0.88fr);
  gap: 18px;
  align-items: stretch;
}

.geo-scan-card,
.pricing-stack article,
.diagnosis-card,
.diagnosis-output,
.path-card {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.geo-scan-card,
.diagnosis-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.scan-header {
  min-height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-weight: 900;
}

.scan-header strong {
  color: var(--teal);
  font-size: 13px;
}

.scan-query {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.scan-query p {
  min-height: 64px;
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 900;
}

.scan-query p:first-child {
  background: rgba(220, 239, 237, 0.18);
  color: #ffffff;
}

.diagnosis-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(245px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.diagnosis-steps article {
  min-height: 0;
  padding: 26px;
  display: grid;
  align-content: start;
  background: #fff;
  color: var(--ink);
}

.diagnosis-steps span,
.diagnosis-output span,
.path-card > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.diagnosis-steps h3 {
  min-height: 2.5em;
  font-size: 23px;
  line-height: 1.25;
}

.diagnosis-steps p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}

.scan-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.scan-results article {
  min-height: 210px;
  padding: 22px;
  background: #fff;
  color: var(--ink);
}

.scan-results span,
.pricing-stack span,
.fullscene-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scan-results strong {
  display: block;
  font-size: 22px;
}

.scan-results p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.pricing-stack {
  display: grid;
  gap: 14px;
}

.pricing-stack article {
  min-height: 160px;
  padding: 24px;
}

.pricing-stack h3 {
  color: #fff;
}

.pricing-stack p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.deliverable-stack {
  display: grid;
  gap: 16px;
  grid-template-rows: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.diagnosis-output {
  padding: 26px;
}

.diagnosis-output h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
}

.diagnosis-output ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.diagnosis-output li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.diagnosis-output li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.path-card {
  padding: 26px;
}

.path-card div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.path-card strong {
  color: #fff;
  font-size: 18px;
}

.path-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.geo-demo-panel {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.geo-demo-head {
  padding: 24px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.geo-demo-head span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.geo-demo-head h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.geo-demo-head p {
  max-width: 780px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.geo-search-mock {
  display: grid;
  grid-template-columns: minmax(380px, 1.12fr) minmax(300px, 0.88fr);
  gap: 18px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.06);
}

.mock-browser,
.mock-checklist {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #fff;
  color: var(--ink);
}

.mock-top {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
}

.mock-top em {
  color: var(--teal);
  font-style: normal;
}

.mock-query {
  margin: 16px 18px;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--paper-cool);
  color: var(--ink);
  font-weight: 900;
}

.mock-answer {
  margin: 0 18px 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-soft);
}

.mock-answer span,
.mock-checklist h4 {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mock-answer h4 {
  font-size: 22px;
  line-height: 1.25;
}

.mock-answer p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.mock-checklist {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.mock-checklist ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mock-checklist li {
  padding-left: 18px;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.65;
  border-left: 3px solid var(--red);
}

.mock-output-box {
  margin-top: auto;
  padding: 18px;
  border-radius: 8px;
  background: #111820;
  color: #fff;
}

.mock-output-box span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mock-output-box strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.mock-output-box p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.geo-demo-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.geo-demo-flow article {
  min-height: 190px;
  padding: 24px;
  background: #fff;
  color: var(--ink);
}

.geo-demo-flow span,
.geo-demo-examples strong {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.geo-demo-flow h4 {
  font-size: 23px;
  line-height: 1.25;
}

.geo-demo-flow p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}

.geo-demo-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.geo-demo-examples div {
  min-height: 150px;
  padding: 22px 26px;
  background: rgba(17, 24, 32, 0.72);
}

.geo-demo-examples p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.geo-signal-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.geo-signal-list li {
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.72);
  border-left: 2px solid var(--red);
  font-size: 13px;
  line-height: 1.55;
}

.geo-roi-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.geo-roi-row div {
  min-height: 178px;
  padding: 26px;
  background: rgba(17, 24, 32, 0.78);
}

.geo-roi-row span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.geo-roi-row strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.28;
}

.geo-roi-row p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
}

.consumer-section {
  background: var(--paper);
}

.consumer-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.consumer-flow article {
  min-height: 206px;
  background: var(--paper-soft);
}

.consumer-flow article:nth-child(2),
.consumer-flow article:nth-child(5) {
  background: #fff;
}

.vehicle-demo {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1.18fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 24px;
}

.vehicle-phone,
.vehicle-steps,
.quality-compare {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 25, 34, 0.07);
}

.vehicle-phone {
  overflow: hidden;
}

.phone-top {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #111820;
  color: #fff;
  font-weight: 900;
}

.phone-top em {
  color: #f0cba9;
  font-size: 13px;
  font-style: normal;
}

.form-line {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.form-line span,
.package-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.form-line strong {
  color: var(--ink);
  font-size: 16px;
}

.package-card {
  margin: 20px;
  padding: 22px;
  background: var(--paper-cool);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.package-card h3 {
  margin-top: 10px;
  font-size: 24px;
}

.package-card p {
  margin-top: 12px;
  color: var(--muted);
}

.vehicle-phone button {
  width: calc(100% - 40px);
  min-height: 48px;
  margin: 0 20px 22px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 6px;
  font-weight: 900;
}

.vehicle-steps {
  padding: 28px;
}

.vehicle-steps h3 {
  max-width: 620px;
  font-size: 34px;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.step-list div {
  min-height: 120px;
  padding: 18px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.step-list span {
  color: var(--red);
  font-weight: 900;
}

.step-list p {
  margin-top: 10px;
  color: var(--muted);
}

.quality-compare {
  overflow: hidden;
  margin-top: 24px;
}

.compare-head {
  padding: 26px 28px;
  color: #fff;
  background: #111820;
}

.compare-head span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.compare-head h3 {
  color: #fff;
  font-size: 32px;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.compare-grid div {
  min-height: 160px;
  padding: 24px;
  background: #fff;
}

.compare-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.compare-grid p {
  color: var(--steel);
  font-size: 16px;
}

.fullscene-section {
  background: var(--paper-cool);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fullscene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fullscene-grid article {
  min-height: 220px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(21, 25, 34, 0.06);
}

.fullscene-grid article:nth-child(even) {
  background: var(--paper-soft);
}

.fullscene-grid p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.proof-section {
  background: #111820;
  color: #fff;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
  gap: 48px;
  align-items: center;
}

.proof-copy h2 {
  color: #fff;
}

.proof-copy p:not(.section-kicker) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.proof-stack {
  display: grid;
  gap: 14px;
}

.proof-stack article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.proof-stack h3 {
  color: #fff;
}

.proof-stack p {
  color: rgba(255, 255, 255, 0.7);
}

h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.14;
  font-weight: 900;
  color: var(--ink);
  overflow-wrap: break-word;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 900;
  overflow-wrap: break-word;
}

p {
  margin: 0;
}

.lead {
  margin-top: 20px;
  color: var(--steel);
  font-size: 18px;
}

.section-head {
  max-width: 880px;
  margin-bottom: 40px;
}

.section-head.center {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head p:not(.section-kicker) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}

.section-head.light h2,
.section-head.light p:not(.section-kicker) {
  color: #fff;
}

.section-head.light p:not(.section-kicker) {
  opacity: 0.72;
}

.pain-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journey-section {
  min-height: calc(100vh - 62px);
  background: var(--paper-cool);
  border-bottom: 1px solid var(--line);
}

.journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.journey-line::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--teal), var(--blue));
}

.journey-line article {
  position: relative;
  min-height: 260px;
  padding: 28px 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(21, 25, 34, 0.07);
}

.journey-line article::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--red);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
}

.journey-line span {
  display: block;
  margin: 28px 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-line p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.pain-card,
.diagnosis-list article,
.flow-step,
.platform-card,
.architecture article,
.timeline article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.pain-card {
  min-height: 245px;
}

.card-index,
.mini-label,
.timeline span,
.architecture article span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pain-card p,
.diagnosis-list p,
.flow-step p,
.platform-card p,
.architecture article p,
.timeline p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.dark-section {
  background: var(--ink);
  color: #fff;
}

.dark-section h2,
.dark-section h3 {
  color: #fff;
}

.geo-grid {
  display: grid;
  grid-template-columns: minmax(340px, 1.16fr) minmax(280px, 0.84fr);
  gap: 22px;
  align-items: stretch;
}

.geo-console {
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
}

.status-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.query-tabs {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.query-button,
.platform-button,
.brain-button,
.flow-role-button {
  border: 0;
  cursor: pointer;
}

.query-button {
  width: 100%;
  padding: 16px 20px;
  color: var(--ink);
  background: #fafaf7;
  text-align: left;
}

.query-button.active {
  color: #0f5851;
  background: var(--teal-soft);
  font-weight: 900;
}

.console-answer {
  min-height: 230px;
  padding: 30px 30px 34px;
}

.console-answer p:last-child {
  margin-top: 16px;
  color: var(--muted);
}

.diagnosis-list {
  display: grid;
  gap: 14px;
}

.diagnosis-list article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.diagnosis-list span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #f0cba9;
  font-weight: 900;
}

.diagnosis-list p {
  color: rgba(255, 255, 255, 0.66);
}

.visual-section {
  background: var(--paper-cool);
}

.visual-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1.08fr);
  gap: 48px;
  align-items: center;
}

.image-frame {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #111;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--ink-2);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

.agent-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.flow-step {
  min-height: 210px;
  border: 0;
  border-radius: 0;
}

.flow-step span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.content-lab {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
  margin-top: 28px;
}

.platform-tabs {
  display: grid;
  gap: 8px;
}

.platform-button {
  min-height: 54px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: var(--steel);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: left;
  font-weight: 900;
}

.platform-button.active {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.platform-button:focus {
  outline: none;
}

.platform-button:focus-visible {
  outline: 2px solid rgba(214, 42, 43, 0.34);
  outline-offset: 2px;
}

.platform-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.platform-card h3 {
  max-width: 720px;
  font-size: 26px;
}

.architecture-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.architecture {
  display: grid;
  gap: 16px;
}

.agent-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.architecture article {
  min-height: 172px;
}

.architecture article span {
  color: var(--blue);
}

.brain-layer {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.76fr);
  gap: 24px;
  align-items: center;
  padding: 30px;
  color: #fff;
  background: #111820;
  border: 1px solid #111820;
  border-radius: 8px;
}

.brain-layer .mini-label {
  color: #f0cba9;
}

.brain-layer p:last-child {
  max-width: 720px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.brain-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.brain-pills span {
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 900;
}

.data-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.data-row span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--steel);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.brain-section {
  color: #fff;
  background: #111820;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.2fr) minmax(300px, 0.8fr);
  gap: 18px;
  align-items: stretch;
}

.dashboard-panel {
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 22px;
  color: var(--ink);
  background: #f7f8f5;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
}

.panel-header span:last-child {
  color: var(--teal);
}

.demo-badge {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(16, 128, 119, 0.12);
  color: var(--teal) !important;
  font-size: 12px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.metric-grid div {
  min-height: 140px;
  padding: 22px;
  background: #fff;
}

.metric-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.metric-grid strong {
  display: block;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.1;
  font-weight: 900;
}

.metric-grid em {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.demo-note {
  padding: 12px 22px;
  color: var(--muted);
  background: #fff8ed;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.today-findings {
  padding: 22px;
}

.today-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.today-head span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.today-head strong {
  color: var(--ink);
  font-size: 18px;
}

.insight-list {
  display: grid;
  gap: 12px;
}

.insight-list div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.insight-list span {
  color: var(--red);
  font-weight: 900;
}

.insight-list p {
  color: var(--steel);
}

.side-panel {
  display: flex;
  flex-direction: column;
}

.brain-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.brain-button {
  min-height: 54px;
  color: var(--muted);
  background: #fff;
  font-weight: 900;
}

.brain-button.active {
  color: #fff;
  background: var(--red);
}

.brain-view {
  flex: 1;
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brain-view h3 {
  font-size: 26px;
}

.brain-view p {
  margin-top: 16px;
  color: var(--muted);
}

.brain-action-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.brain-action-list li {
  padding: 12px 14px;
  color: var(--steel);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.brain-flow-map {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.brain-flow-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.brain-flow-head span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.brain-flow-head h3 {
  color: #fff;
  font-size: 32px;
}

.brain-flow-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.flow-role-button {
  min-height: 36px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-weight: 900;
}

.flow-role-button.active {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.brain-flow-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(220px, 0.82fr) minmax(250px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.flow-stack {
  display: grid;
  gap: 10px;
}

.flow-stack article,
.brain-core-node {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.flow-stack article {
  min-height: 88px;
  padding: 16px;
  transition: opacity 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.flow-stack span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
}

.flow-stack p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.flow-stack.output span {
  color: #79dad2;
}

.brain-core-node {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: #fff;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.brain-flow-grid.is-focused .flow-stack article {
  opacity: 0.42;
}

.brain-flow-grid.is-focused .flow-stack article.flow-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(214, 42, 43, 0.8);
  background: rgba(214, 42, 43, 0.14);
}

.brain-flow-grid.is-focused .flow-stack.output article.flow-active {
  border-color: rgba(121, 218, 210, 0.84);
  background: rgba(16, 128, 119, 0.22);
}

.brain-flow-grid.is-focused .brain-core-node {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(214, 42, 43, 0.22);
}

.brain-core-node span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.brain-core-node strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.2;
}

.brain-core-node p {
  margin-top: 14px;
  color: var(--muted);
}

.roadmap-section {
  background: var(--paper);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.timeline article {
  min-height: 220px;
}

.closing-section {
  padding: 96px 0;
  color: #fff;
  background: var(--ink);
}

.closing-inner {
  max-width: 860px;
}

.closing-inner h2 {
  color: #fff;
}

.closing-inner > p:not(.section-kicker) {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.closing-cta span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f0cba9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.closing-cta strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.closing-cta p {
  max-width: 560px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

  .timeline,
  .agent-row,
  .data-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .position-main,
  .brand-funnel-layout,
  .benchmark-grid,
  .consult-demo,
  .proof-layout,
  .platform-console,
  .geo-offer-grid,
  .geo-search-mock,
  .geo-roi-row,
  .geo-grid,
  .visual-grid,
  .content-lab,
  .vehicle-demo,
  .brain-layer,
  .brain-flow-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .platform-console {
    min-height: auto;
  }

  .platform-menu {
    grid-template-rows: none;
  }

  .platform-button {
    height: auto;
  }

  .pain-layout,
  .agent-flow,
  .journey-line,
  .target-grid,
  .method-row,
  .advantage-visuals,
  .benchmark-list,
  .capability-grid,
  .demo-answer,
  .detail-grid,
  .diagnosis-steps,
  .geo-demo-flow,
  .geo-demo-examples,
  .compare-grid,
  .scan-results,
  .fullscene-grid,
  .consumer-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-strip {
    grid-template-columns: 1fr;
  }

  .store-facts {
    grid-template-columns: 1fr;
  }

  .geo-offer-section .wrap {
    width: min(100% - 44px, 1120px);
  }

  .deliverable-stack {
    grid-template-rows: auto;
  }
}

@media (max-width: 700px) {
  .site-nav {
    min-height: 58px;
    padding: 0 18px;
  }

  .wrap,
  .hero-content {
    width: min(100% - 36px, 1120px);
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding: 72px 0 84px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.12;
    word-break: normal;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title,
  .mobile-only {
    display: inline;
  }

  .hero-copy {
    font-size: 17px;
  }

  .store-facts {
    margin-top: 22px;
  }

  .store-facts div {
    min-height: auto;
    padding: 16px;
  }

  .store-facts strong {
    font-size: 15px;
  }

  h2 {
    font-size: 32px;
    word-break: normal;
  }

  .section {
    min-height: auto;
    padding: 62px 0;
  }

  .geo-offer-layout {
    gap: 24px;
  }

  .pain-layout,
  .agent-flow,
  .journey-line,
  .position-cards,
  .target-grid,
  .method-row,
  .advantage-visuals,
  .benchmark-list,
  .capability-grid,
  .demo-answer,
  .detail-grid,
  .case-grid,
  .diagnosis-steps,
  .geo-search-mock,
  .geo-demo-flow,
  .geo-demo-examples,
  .geo-roi-row,
  .vehicle-demo,
  .step-list,
  .compare-grid,
  .scan-results,
  .fullscene-grid,
  .consumer-flow,
  .timeline,
  .agent-row,
  .data-row,
  .metric-grid,
  .brain-pills {
    grid-template-columns: 1fr;
  }

  .insight-list div {
    grid-template-columns: 1fr;
  }

  .diagnosis-steps article {
    min-height: auto;
    padding: 22px;
  }

  .diagnosis-steps {
    grid-template-rows: none;
  }

  .diagnosis-steps h3 {
    min-height: 0;
    font-size: 22px;
  }

  .diagnosis-output,
  .path-card {
    padding: 22px;
  }

  .diagnosis-output h3 {
    font-size: 25px;
  }

  .geo-demo-head {
    padding: 22px;
  }

  .geo-demo-head h3 {
    font-size: 26px;
  }

  .geo-demo-flow article,
  .geo-demo-examples div,
  .geo-roi-row div,
  .compare-grid div {
    min-height: auto;
    padding: 22px;
  }

  .mock-browser,
  .mock-checklist,
  .vehicle-phone,
  .vehicle-steps,
  .quality-compare {
    border-radius: 8px;
  }

  .vehicle-steps h3,
  .brain-flow-head h3,
  .compare-head h3 {
    font-size: 26px;
  }

  .brain-flow-map {
    padding: 22px;
  }

  .brain-core-node {
    min-height: 220px;
  }

  .closing-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .path-card div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .journey-line::before {
    display: none;
  }

  .funnel-board {
    padding: 20px 14px;
  }

  .funnel-stage {
    grid-template-columns: 1fr 68px;
    gap: 8px;
    min-height: auto;
    width: 100% !important;
    padding: 12px 14px;
    margin-inline: 0 !important;
  }

  .funnel-title {
    width: 100%;
  }

  .funnel-title h3 {
    font-size: 21px;
  }

  .funnel-title p {
    font-size: 14px;
  }

  .funnel-stage span {
    gap: 6px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .funnel-stage i {
    width: 16px;
    font-size: 15px;
  }

  .funnel-stage strong {
    font-size: 17px;
    text-align: left;
  }

  .funnel-stage p {
    right: 14px;
    font-size: 12px;
  }

  .platform-console {
    grid-template-columns: 1fr;
  }

  .platform-detail {
    min-height: auto;
    height: auto;
    padding: 20px;
  }

  .detail-topline {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .detail-topline strong {
    font-size: 22px;
  }

  .platform-card h3,
  .brain-view h3 {
    font-size: 22px;
  }

  .closing-section {
    padding: 70px 0;
  }
}
