:root {
  --bg: #0b0f12;
  --bg-soft: #111820;
  --surface: #f4f7f6;
  --surface-2: #ffffff;
  --ink: #101417;
  --muted: #5c676c;
  --muted-2: #7d888d;
  --line: rgba(16, 20, 23, .12);
  --line-dark: rgba(255, 255, 255, .16);
  --cyan: #20c7b3;
  --blue: #4f86e8;
  --amber: #d39b3c;
  --green: #2f8a64;
  --grad: linear-gradient(110deg, #20c7b3 0%, #4f86e8 56%, #d39b3c 100%);
  --shadow: 0 26px 70px -46px rgba(15, 26, 32, .48);
  --maxw: 1180px;
  --radius: 8px;
  --font: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--surface);
  line-height: 1.62;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: 0;
}

.read-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 0;
  height: 3px;
  background: var(--grad);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 48px;
  color: #fff;
  background: rgba(9, 13, 16, .58);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px);
  transition: background .24s, border-color .24s, padding .24s;
}

.nav.scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(9, 13, 16, .94);
  border-color: var(--line-dark);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 178px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.brand-symbol {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  color: #07110f;
  background: var(--grad);
  font-weight: 900;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1rem;
  white-space: nowrap;
}

.brand-text em {
  color: rgba(255,255,255,.62);
  font-size: .68rem;
  font-style: normal;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
}

.nav-links a {
  color: rgba(255,255,255,.76);
  font-size: .94rem;
  font-weight: 650;
}

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

.nav-links .nav-cta {
  min-height: 38px;
  padding: 8px 16px;
  color: #07110f;
  border-radius: 999px;
  background: var(--grad);
  box-shadow: 0 14px 34px -24px rgba(32, 199, 179, .9);
}

.nav-toggle {
  display: none;
  min-height: 38px;
  padding: 8px 12px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
}

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 96px 56px 40px;
  overflow: hidden;
  color: #fff;
  background: var(--bg);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,13,16,.93) 0%, rgba(9,13,16,.82) 38%, rgba(9,13,16,.24) 78%, rgba(9,13,16,.52) 100%),
    linear-gradient(180deg, rgba(9,13,16,.14) 0%, rgba(9,13,16,.86) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
}

.eyebrow,
.kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 980px;
  font-size: 3.85rem;
  font-weight: 900;
  line-height: 1.06;
  overflow-wrap: normal;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-lead {
  max-width: 690px;
  margin-top: 18px;
  color: rgba(255,255,255,.86);
  font-size: 1.08rem;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.hero-actions,
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 24px;
}

.hero-facts {
  margin-top: 20px;
  color: rgba(255,255,255,.76);
  font-size: .88rem;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-align: center;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #07110f;
  background: var(--grad);
  box-shadow: 0 18px 36px -20px rgba(32,199,179,.86);
}

.btn-quiet {
  color: #fff;
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.08);
}

.section {
  width: min(var(--maxw), calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
  scroll-margin-top: 92px;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  max-width: none;
  padding: 0;
  background: var(--line);
}

.band-item {
  padding: 24px 44px;
  background: #eef4f2;
}

.band-item strong,
.band-item span {
  display: block;
}

.band-item strong {
  margin-bottom: 6px;
  font-size: 1.02rem;
}

.band-item span {
  color: var(--muted);
  font-size: .94rem;
}

.section-head {
  max-width: 920px;
  margin-bottom: 44px;
}

.section-head.wide-head {
  max-width: 1080px;
}

.section-head h2 {
  font-size: 2.82rem;
  line-height: 1.14;
  text-wrap: balance;
}

.section-head h2 em,
.partner-copy h2 em {
  color: var(--green);
  font-style: normal;
  white-space: nowrap;
}

.title-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: .28em;
  row-gap: .06em;
  max-width: none;
  text-wrap: auto;
}

.title-flow > span {
  display: inline-block;
  white-space: nowrap;
}

.title-lines {
  display: grid;
  gap: .08em;
  text-wrap: auto;
}

.title-lines > span {
  display: block;
}

.business-title {
  gap: .04em;
}

.section-head p {
  max-width: 800px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
}

.problem-grid,
.value-grid,
.system-grid,
.process-grid,
.partner-grid,
.qualified-grid,
.trust-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.problem-grid.four-up {
  grid-template-columns: repeat(2, 1fr);
}

.value-grid {
  grid-template-columns: repeat(6, 1fr);
}

.value-grid article {
  grid-column: span 2;
}

.value-grid article:nth-child(1),
.value-grid article:nth-child(2) {
  grid-column: span 3;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.system-grid {
  grid-template-columns: repeat(4, 1fr);
}

.partner-grid {
  grid-template-columns: repeat(4, 1fr);
}

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

.problem-grid article,
.value-grid article,
.system-grid article,
.process-grid article,
.partner-grid article,
.qualified-grid article,
.trust-grid article,
.faq-grid article,
.service-list article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: 0 20px 58px -50px rgba(15, 26, 32, .42);
}

.problem-grid span,
.value-grid span,
.system-grid span,
.partner-grid span,
.trust-grid span,
.step-num {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #07110f;
  background: var(--grad);
  border-radius: var(--radius);
  font-weight: 900;
}

.problem-grid h3,
.value-grid h3,
.system-grid h3,
.process-grid h3,
.partner-grid h3,
.qualified-grid h3,
.trust-grid h3,
.faq-grid h3,
.service-list h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.24;
}

.problem-grid p,
.value-grid p,
.system-grid p,
.process-grid p,
.partner-grid p,
.qualified-grid p,
.trust-grid p,
.faq-grid p,
.service-list p {
  color: var(--muted);
  font-size: .98rem;
}

.system-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  color: #fff;
  background:
    linear-gradient(180deg, rgba(32,199,179,.08), rgba(255,255,255,0) 44%),
    #0c1317;
}

.system-section .section-head p {
  color: rgba(255,255,255,.7);
}

.system-flow {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: var(--line-dark);
}

.system-flow span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.06);
  font-weight: 850;
  text-align: center;
}

.system-grid article {
  min-height: 250px;
  background: rgba(255,255,255,.055);
  border-color: var(--line-dark);
  box-shadow: none;
}

.system-grid p {
  color: rgba(255,255,255,.68);
}

.process {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)),
    var(--bg-soft);
}

.process .section-head p {
  color: rgba(255,255,255,.7);
}

.process-grid article {
  background: rgba(255,255,255,.055);
  border-color: var(--line-dark);
  box-shadow: none;
}

.process-grid p {
  color: rgba(255,255,255,.68);
}

.trust-proof {
  position: relative;
}

.trust-grid article {
  min-height: 300px;
}

.trust-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: .96rem;
  line-height: 1.65;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.45fr);
  gap: 20px;
  align-items: stretch;
}

.price-panel {
  padding: 32px;
  color: #fff;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(32,199,179,.18), rgba(79,134,232,.12)),
    #101417;
  box-shadow: var(--shadow);
}

.price-panel span {
  color: var(--cyan);
  font-weight: 800;
}

.price-panel strong {
  display: block;
  margin: 14px 0;
  font-size: 2.55rem;
  line-height: 1.06;
  overflow-wrap: anywhere;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price-panel p {
  color: rgba(255,255,255,.72);
}

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

.partner-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  background: #f8fbfa;
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .72fr);
  gap: 32px;
  align-items: stretch;
  margin-bottom: 22px;
}

.partner-copy h2 {
  max-width: 780px;
  font-size: 2.82rem;
  line-height: 1.14;
  text-wrap: balance;
}

.partner-copy p {
  max-width: 760px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
}

.partner-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.partner-badges span {
  min-height: 36px;
  padding: 7px 12px;
  color: #0f2e27;
  border: 1px solid rgba(47,138,100,.2);
  border-radius: 999px;
  background: #e7f5f0;
  font-size: .9rem;
  font-weight: 800;
}

.partner-panel {
  display: grid;
  align-content: end;
  min-height: 320px;
  padding: 32px;
  color: #fff;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(32,199,179,.18), rgba(79,134,232,.12)),
    #101417;
  box-shadow: var(--shadow);
}

.partner-panel strong {
  display: block;
  max-width: 420px;
  margin-bottom: 14px;
  font-size: 2.1rem;
  line-height: 1.12;
}

.partner-panel p {
  color: rgba(255,255,255,.72);
  font-size: .98rem;
}

.case-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  background: #f8fbfa;
}

.case-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 46px;
  align-items: start;
}

.case-copy h2 {
  font-size: 2.82rem;
  line-height: 1.14;
  text-wrap: balance;
}

.case-copy p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.case-tags span {
  min-height: 36px;
  padding: 7px 12px;
  color: #0f2e27;
  border: 1px solid rgba(47,138,100,.2);
  border-radius: 999px;
  background: #e7f5f0;
  font-size: .9rem;
  font-weight: 800;
}

.case-panel {
  padding: 32px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(32,199,179,.16), rgba(79,134,232,.12)),
    #101417;
  box-shadow: var(--shadow);
}

.panel-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 900;
}

.case-panel > strong {
  display: block;
  max-width: 560px;
  font-size: 1.7rem;
  line-height: 1.2;
}

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

.case-timeline article {
  min-height: 174px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
}

.case-timeline span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  color: #07110f;
  background: var(--grad);
  border-radius: var(--radius);
  font-size: .86rem;
  font-weight: 900;
}

.case-timeline h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.case-timeline p {
  color: rgba(255,255,255,.68);
  font-size: .94rem;
}

.compliance-note,
.field-note {
  color: var(--muted);
  font-size: .9rem;
}

.compliance-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid var(--green);
  background: #edf6f2;
}

.qualified {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  background: #e7f0ed;
}

.scenario-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.scenario-list button,
.chip {
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 750;
  text-align: center;
}

.scenario-list button {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 170px;
  text-align: left;
}

.scenario-list button strong,
.scenario-list button span {
  display: block;
}

.scenario-list button span {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.scenario-list button:hover,
.chip:hover,
.chip.is-on {
  border-color: rgba(32,199,179,.8);
  background: #e7faf6;
}

.solution-cards,
.solution-summary,
.module-grid {
  display: grid;
  gap: 18px;
}

.solution-cards {
  grid-template-columns: repeat(4, 1fr);
}

.solution-card {
  display: grid;
  align-content: space-between;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 58px -50px rgba(15, 26, 32, .42);
  transition: transform .18s, border-color .18s, box-shadow .18s;
}

.solution-card:hover {
  transform: translateY(-3px);
  border-color: rgba(32,199,179,.5);
  box-shadow: 0 26px 72px -52px rgba(15, 26, 32, .5);
}

.solution-card span,
.solution-summary span,
.module-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  color: #07110f;
  background: var(--grad);
  border-radius: var(--radius);
  font-weight: 900;
}

.solution-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.solution-card p {
  color: var(--muted);
  font-size: .98rem;
}

.solution-card em {
  display: inline-flex;
  margin-top: 28px;
  color: var(--green);
  font-style: normal;
  font-weight: 900;
}

.buying-note {
  margin-top: 18px;
  padding: 26px 28px;
  border: 1px solid rgba(47,138,100,.18);
  border-radius: var(--radius);
  background: #eaf4f1;
}

.buying-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.35;
}

.buying-note p {
  max-width: 980px;
  color: var(--muted);
  font-size: 1rem;
}

.solution-page {
  background: #f4f7f6;
}

.solution-page .nav {
  background: rgba(9,13,16,.92);
  border-color: var(--line-dark);
}

.solution-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 118px 56px 54px;
  overflow: hidden;
  color: #fff;
  background: var(--bg);
}

.solution-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.solution-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,13,16,.94) 0%, rgba(9,13,16,.78) 48%, rgba(9,13,16,.36) 100%),
    linear-gradient(180deg, rgba(9,13,16,.18) 0%, rgba(9,13,16,.84) 100%);
}

.solution-hero-inner {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
}

.solution-hero h1 {
  max-width: 900px;
  font-size: 3.55rem;
  font-weight: 900;
  line-height: 1.08;
}

.solution-hero h1 span {
  display: block;
}

.solution-hero p {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255,255,255,.84);
  font-size: 1.08rem;
  line-height: 1.78;
}

.solution-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.solution-facts span {
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.78);
  font-size: .88rem;
  font-weight: 750;
}

.solution-summary {
  grid-template-columns: repeat(4, 1fr);
}

.solution-summary article,
.module-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 58px -50px rgba(15, 26, 32, .42);
}

.solution-summary h3,
.module-grid h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
}

.solution-summary p,
.module-grid p {
  color: var(--muted);
  font-size: .96rem;
}

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

.dark-detail {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  color: #fff;
  background:
    linear-gradient(180deg, rgba(32,199,179,.08), rgba(255,255,255,0) 40%),
    #0c1317;
}

.dark-detail .section-head p,
.dark-detail .module-grid p {
  color: rgba(255,255,255,.68);
}

.dark-detail .module-grid article {
  background: rgba(255,255,255,.055);
  border-color: var(--line-dark);
  box-shadow: none;
}

.page-cta {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  color: #fff;
  background: var(--bg);
}

.page-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.page-cta h2 {
  max-width: 720px;
  font-size: 2.55rem;
}

.page-cta p {
  max-width: 660px;
  margin-top: 12px;
  color: rgba(255,255,255,.72);
}

.intake {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--maxw)) / 2));
  padding-right: max(20px, calc((100% - var(--maxw)) / 2));
  color: #fff;
  background:
    linear-gradient(180deg, rgba(32,199,179,.08), rgba(255,255,255,0) 34%),
    var(--bg);
}

.intake-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 72px;
  align-items: start;
}

.intake-copy h2 {
  font-size: 2.8rem;
  line-height: 1.16;
}

.intake-copy p,
.intake-copy li {
  color: rgba(255,255,255,.72);
}

.intake-copy p {
  margin-top: 16px;
  font-size: 1.08rem;
}

.intake-copy ul {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-left: 18px;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
}

.screening-head {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(32,199,179,.28);
  border-radius: var(--radius);
  background: rgba(32,199,179,.08);
}

.screening-head span {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 900;
}

.screening-head strong {
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.35;
}

.lead-form label,
.lead-form fieldset {
  display: grid;
  gap: 9px;
  border: 0;
}

.lead-form span,
.lead-form legend {
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  font-weight: 750;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  padding: 13px 14px;
  outline: none;
  resize: vertical;
}

.lead-form .consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
}

.lead-form .consent-line input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--cyan);
  flex: 0 0 auto;
}

.lead-form .consent-line span {
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  line-height: 1.6;
  font-weight: 650;
}

.lead-form .consent-line a {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-form .field-note {
  color: rgba(255,255,255,.52);
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: rgba(32,199,179,.75);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255,255,255,.42);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.screening-row .chip {
  flex: 1 1 210px;
}

.lead-form .chip {
  min-height: 40px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.18);
}

.lead-form .chip.is-on {
  color: #07110f;
  background: var(--grad);
  border-color: transparent;
}

.btn-submit {
  width: 100%;
  margin-top: 4px;
}

.form-message {
  padding: 12px 14px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(32,199,179,.16);
}

.form-message.is-error {
  background: rgba(190,70,55,.18);
}

.form-note {
  color: rgba(255,255,255,.54);
  font-size: .86rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 56px;
  color: rgba(255,255,255,.7);
  background: #070b0e;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer div {
  display: grid;
  gap: 5px;
}

.footer strong {
  color: #fff;
}

.footer a {
  color: var(--cyan);
  font-weight: 800;
}

.section-actions {
  margin-top: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brand-logo {
    width: 164px;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
  }

  .brand-text strong {
    font-size: .92rem;
  }

  .brand-text em {
    font-size: .62rem;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    display: none;
    padding: 14px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: rgba(9,13,16,.96);
  }

  .nav-links.open {
    display: grid;
  }

  .intro-band,
  .problem-grid,
  .problem-grid.four-up,
  .value-grid,
  .system-grid,
  .partner-layout,
  .partner-grid,
  .solution-cards,
  .solution-summary,
  .module-grid,
  .process-grid,
  .qualified-grid,
  .trust-grid,
  .faq-grid,
  .service-layout,
  .service-list,
  .case-layout,
  .case-timeline,
  .intake-layout {
    grid-template-columns: 1fr;
  }

  .solution-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-grid article,
  .value-grid article:nth-child(1),
  .value-grid article:nth-child(2) {
    grid-column: auto;
  }

  .scenario-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .system-flow {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero {
    min-height: 700px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero h1 {
    font-size: 3.45rem;
  }

  .section-head h2,
  .case-copy h2,
  .partner-copy h2,
  .solution-hero h1,
  .page-cta h2,
  .intake-copy h2 {
    font-size: 2.35rem;
  }

  .intake-layout {
    gap: 40px;
  }

  .solution-hero {
    min-height: 620px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-cta-inner {
    display: grid;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 760px;
    padding-top: 106px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 70px;
  }

  .brand-logo {
    width: 154px;
  }

  .brand {
    gap: 9px;
  }

  .brand-symbol {
    width: 36px;
    height: 36px;
  }

  .brand-text strong {
    font-size: .84rem;
  }

  .brand-text em {
    font-size: .56rem;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(9,13,16,.88) 0%, rgba(9,13,16,.72) 48%, rgba(9,13,16,.95) 100%),
      linear-gradient(90deg, rgba(9,13,16,.78), rgba(9,13,16,.44));
  }

  .hero h1 {
    font-size: 2.42rem;
    line-height: 1.1;
  }

  .solution-hero {
    min-height: 680px;
    padding: 106px 24px 68px;
  }

  .solution-hero h1 {
    font-size: 2.3rem;
    line-height: 1.12;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero-inner {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  .hero-lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.78;
    word-break: normal;
  }

  .hero-facts span {
    max-width: 100%;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .form-row,
  .scenario-list,
  .solution-cards {
    grid-template-columns: 1fr;
  }

  .system-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    width: min(100% - 28px, var(--maxw));
    padding: 72px 0;
  }

  .system-section,
  .process,
  .partner-section,
  .case-section,
  .qualified,
  .dark-detail,
  .page-cta,
  .intake {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .title-flow {
    display: grid;
    gap: .06em;
  }

  .title-flow > span {
    white-space: normal;
  }

  .title-lines {
    gap: .12em;
  }

  .section-head h2,
  .case-copy h2,
  .partner-copy h2,
  .page-cta h2,
  .intake-copy h2 {
    font-size: 1.95rem;
    line-height: 1.18;
  }

  .problem-grid article,
  .value-grid article,
  .system-grid article,
  .solution-summary article,
  .module-grid article,
  .process-grid article,
  .qualified-grid article,
  .trust-grid article,
  .faq-grid article,
  .service-list article,
  .case-timeline article {
    min-height: auto;
    padding: 22px;
  }

  .price-panel strong {
    font-size: 2.12rem;
  }

  .lead-form {
    padding: 24px;
  }

  .screening-row .chip {
    flex-basis: 100%;
  }

  .footer {
    display: grid;
    padding-left: 22px;
    padding-right: 22px;
  }
}
