:root {
  --green: #1c3526;
  --green-2: #244633;
  --green-3: #102419;
  --green-4: #0b1d13;
  --lime: #7ce02f;
  --lime-soft: #dff8cc;
  --grey: #efeeee;
  --grey-2: #f7f7f5;
  --ink: #172019;
  --muted: #667068;
  --line: rgba(28, 53, 38, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 38, 26, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
.page-top {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; left: 16px; top: 12px; transform: translateY(-150%);
  background: var(--lime); color: var(--green-4); padding: 10px 14px; border-radius: 10px; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--green); }

.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto; height: 82px;
  background: rgba(28, 53, 38, 0.97);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: auto; height: 42px; }
.primary-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.primary-nav a { padding: 10px 0; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.74); transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.header-cta { margin-left: 6px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--white); margin: 5px 0; transition: transform .2s, opacity .2s; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700;
  border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.button-lime { background: var(--lime); color: var(--green-4); }
.button-lime:hover { background: #8bea41; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.42); }
.button-ghost svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-light { background: var(--white); color: var(--green); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; color: var(--green); text-transform: uppercase;
  letter-spacing: .16em; font-size: 11px; font-weight: 800;
}
.eyebrow-dark { color: var(--lime); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--lime); box-shadow: 0 0 0 6px rgba(124,224,47,.12); }

.hero { position: relative; overflow: hidden; padding: 158px 0 94px; min-height: 820px; }
.hero-grid-bg {
  position: absolute; inset: 0; opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.8), transparent 88%);
}
.hero::before {
  content: ""; position: absolute; width: 760px; height: 760px; right: -280px; top: 4px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,224,47,.14), rgba(124,224,47,0) 68%);
}
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(540px, 1.05fr); align-items: center; gap: 54px; }
.hero-copy { padding-top: 12px; }
.hero h1 { margin: 22px 0 26px; max-width: 720px; font-size: clamp(56px, 6vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.hero h1 span { color: var(--lime); }
.hero-lede { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 720px; gap: 16px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { min-width: 0; }
.hero-proof strong { display: block; font-size: 13px; color: var(--white); }
.hero-proof span { display: block; margin-top: 6px; color: rgba(255,255,255,.5); font-size: 12px; }
.energy-line { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--lime); }

.hero-visual { min-height: 570px; display: grid; place-items: center; }

.intro-strip { padding: 72px 0 40px; background: var(--grey-2); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.intro-grid h2 { margin: 14px 0 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.04; letter-spacing: -.045em; font-weight: 600; }
.intro-grid p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.products { background: var(--grey-2); padding-top: 40px; }
.section-heading { max-width: 900px; margin-bottom: 46px; }
.section-heading h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.06; letter-spacing: -.045em; font-weight: 600; }
.section-heading > p { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.product-card {
  position: relative; overflow: hidden; min-height: 0; height: 100%; padding: 28px; border-radius: var(--radius-lg);
  background: var(--white); border: 1px solid rgba(28,53,38,.09); box-shadow: 0 12px 38px rgba(24,43,31,.06);
  display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card-top { display: flex; align-items: center; }
.product-index { font-size: 12px; color: var(--muted); font-weight: 700; }
.product-icon { width: 52px; height: 52px; border-radius: 16px; margin-top: 14px; display: grid; place-items: center; background: var(--green); color: var(--lime); }
.product-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.product-card-personalization .product-icon { background: var(--lime); color: var(--green); }
.product-card-analytics .product-icon { background: #d4e0d7; color: var(--green); }
.product-card h3 { margin: 24px 0 8px; font-size: 30px; letter-spacing: -.035em; }
.product-tagline { margin: 0 0 20px !important; color: var(--green) !important; font-weight: 600; font-size: 15px !important; }
.product-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-list { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 12px; }
.feature-list li { position: relative; padding-left: 21px; font-size: 13px; line-height: 1.45; color: #35443a; }
.feature-list li::before { content:""; position:absolute; left:0; top:.45em; width:8px; height:8px; border-radius:50%; background: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; font-size: 12px; font-weight: 700; color: var(--green); }
.text-link span { color: var(--lime); font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.architecture-section { background: var(--green); color: var(--white); }
.architecture-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; max-width: none; }
.architecture-heading h2 { color: var(--white); }
.architecture-heading p { color: rgba(255,255,255,.65); margin: 0 0 8px; }
.hla-shell { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: rgba(10,28,18,.44); box-shadow: 0 38px 90px rgba(0,0,0,.2); overflow: hidden; }
.hla-shell::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; pointer-events:none; }
.hla-shell > * { position: relative; }
.hla-label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.hla-label-row span, .layer-heading span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--lime); font-weight: 800; }
.hla-label-row small, .layer-heading small { color: rgba(255,255,255,.42); font-size: 10px; }
.channel-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.channel-chip { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); color: rgba(255,255,255,.75); font-size: 11px; }
.channel-icon { color: var(--lime); font-size: 15px; }
.hla-products { position: relative; min-height: 360px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; align-items: center; padding: 26px 38px 0; }
.hla-product { position: relative; z-index: 2; min-height: 248px; padding: 20px; border-radius: 22px; background: #f5f6f3; color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.18); transition: transform .25s, opacity .25s, filter .25s; }
.hla-product:hover { transform: translateY(-5px); }
.hla-product-head { display:flex; justify-content:space-between; align-items:center; }
.hla-product-number { font-size: 10px; color: var(--muted); font-weight: 700; }
.hla-status { font-size: 9px; padding: 6px 8px; border-radius: 999px; background: #e6ebe6; color: var(--green); font-weight: 700; }
.hla-icon { width: 44px; height: 44px; margin-top: 18px; border-radius: 14px; display:grid; place-items:center; background: var(--green); color: var(--lime); }
.hla-icon svg { width: 23px; height: 23px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.hla-personalization .hla-icon { background: var(--lime); color: var(--green); }
.hla-analytics .hla-icon { background: #dce6df; color: var(--green); }
.hla-product h3 { margin: 18px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.hla-product p { margin:0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.hla-connectors { position:absolute; z-index:1; inset:0; width:100%; height:100%; overflow:visible; pointer-events:none; }
.integration-layer, .security-layer { margin-top: 12px; padding: 18px; border-radius: 18px; }
.integration-layer { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.035); }
.layer-heading { display:flex; align-items:center; justify-content:space-between; }
.integration-chips { display:flex; flex-wrap:wrap; gap:7px; margin-top:12px; }
.integration-chips span { padding:8px 10px; border-radius:9px; background:rgba(255,255,255,.07); color:rgba(255,255,255,.62); font-size:9px; }
.security-layer { border:1px solid rgba(124,224,47,.35); background:rgba(124,224,47,.08); }
.security-pill-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:6px; margin-top:14px; }
.security-pill-grid span { min-height:42px; display:grid; place-items:center; text-align:center; padding:8px; border-radius:10px; background:rgba(10,28,18,.5); color:rgba(255,255,255,.73); font-size:8px; line-height:1.3; font-weight:600; }
.hla-shell[data-view="standalone"] .hla-connectors { opacity: 0; }
.hla-shell[data-view="standalone"] .hla-product { transform: translateY(0); }

.outcomes-section { background: var(--white); }
.outcomes-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:100px; }
.outcomes-copy h2 { margin:14px 0 22px; font-size:clamp(42px,5vw,64px); line-height:1.04; letter-spacing:-.045em; font-weight:600; }
.outcomes-copy p { color:var(--muted); line-height:1.7; }
.outcome-steps { display:grid; }
.outcome-step { display:grid; grid-template-columns:58px 1fr; gap:20px; padding:30px 0; border-bottom:1px solid var(--line); }
.outcome-step:first-child { border-top:1px solid var(--line); }
.outcome-step > span { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; background:var(--grey); color:var(--green); font-size:11px; font-weight:800; }
.outcome-step h3 { margin:0 0 8px; font-size:20px; }
.outcome-step p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; }

.analytics-preview { background: var(--grey); overflow:hidden; }
.analytics-layout { display:grid; grid-template-columns:1.25fr .75fr; gap:64px; align-items:center; }
.analytics-window { border-radius:28px; background:#fbfbfa; border:1px solid rgba(28,53,38,.12); box-shadow:0 36px 80px rgba(20,40,27,.18); overflow:hidden; transform:perspective(1200px) rotateY(1.2deg) rotateX(.7deg); }
.window-bar { min-height:50px; display:flex; align-items:center; justify-content:space-between; padding:0 18px; background:var(--green); color:var(--white); }
.window-brand { display:flex; align-items:center; gap:9px; font-size:10px; font-weight:700; }
.window-brand img { width:auto; height:40px; border-radius:0; }
.dashboard-body { min-height:540px; display:grid; grid-template-columns:58px 1fr; }
.dashboard-sidebar { background:#183022; display:flex; flex-direction:column; align-items:center; gap:16px; padding-top:22px; }
.dashboard-sidebar span { width:20px; height:20px; border-radius:6px; border:1px solid rgba(255,255,255,.11); }
.dashboard-sidebar span.active { background:var(--lime); border-color:var(--lime); }
.dashboard-main { padding:26px; }
.dashboard-head { display:flex; align-items:center; justify-content:space-between; }
.dashboard-head small { display:block; color:#8b948e; font-size:9px; }
.dashboard-head strong { display:block; margin-top:5px; font-size:18px; }
.dashboard-period { padding:8px 10px; border:1px solid #dfe3df; border-radius:9px; font-size:8px; color:#59635c; }
.metric-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:20px; }
.metric-card { padding:14px; border:1px solid #e1e5e1; border-radius:14px; background:#fff; }
.metric-card span { display:block; color:#778179; font-size:8px; }
.metric-card strong { display:block; margin-top:9px; font-size:23px; letter-spacing:-.04em; }
.metric-card small { display:block; margin-top:8px; color:#5b7e63; font-size:7px; }
.dashboard-panels { display:grid; grid-template-columns:1.4fr .7fr; gap:10px; margin-top:10px; }
.chart-card, .attention-card { padding:15px; border:1px solid #e1e5e1; border-radius:14px; background:#fff; }
.panel-head { display:flex; justify-content:space-between; align-items:center; font-size:9px; font-weight:700; }
.panel-head small { font-size:7px; color:#8b948e; font-weight:500; }
.chart-card svg { width:100%; margin-top:15px; }
.chart-grid path { stroke:#edf0ed; stroke-width:1; }
.chart-area { fill:rgba(124,224,47,.14); }
.chart-line { fill:none; stroke:var(--green); stroke-width:3; stroke-linecap:round; }
.chart-days { display:flex; justify-content:space-between; margin-top:6px; color:#9aa19c; font-size:7px; }
.attention-card { display:flex; flex-direction:column; gap:9px; }
.attention-item { display:flex; gap:8px; align-items:flex-start; padding:9px; background:#f6f7f5; border-radius:10px; }
.attention-item i { width:7px; height:7px; margin-top:2px; border-radius:50%; background:var(--lime); }
.attention-item strong { display:block; font-size:7px; }
.attention-item span { display:block; margin-top:4px; color:#858e87; font-size:6px; }
.ask-data { display:grid; grid-template-columns:34px 1fr auto; gap:10px; align-items:center; margin-top:10px; padding:12px; border-radius:13px; background:var(--green); color:var(--white); }
.ask-avatar { width:30px; height:30px; border-radius:10px; display:grid; place-items:center; background:var(--lime); color:var(--green); font-weight:800; }
.ask-data small { display:block; color:var(--lime); font-size:7px; }
.ask-data strong { display:block; margin-top:4px; font-size:9px; }
.analytics-copy h2 { margin:14px 0 22px; font-size:clamp(42px,5vw,62px); line-height:1.03; letter-spacing:-.045em; font-weight:600; }
.analytics-copy > p { color:var(--muted); line-height:1.7; font-size:16px; }
.prompt-list { display:grid; gap:9px; margin-top:28px; }
.prompt-list div { display:flex; align-items:center; gap:10px; padding:13px 15px; background:rgba(255,255,255,.55); border:1px solid rgba(28,53,38,.1); border-radius:12px; color:#39463d; font-size:12px; }
.prompt-list span { color:var(--green); font-weight:800; }

.industries { background:var(--white); }
.industries .section-heading { max-width:860px; }
.industries .section-heading > p { margin-top:18px; }
.industry-tabs { display:flex; gap:8px; width:fit-content; padding:6px; border-radius:999px; background:var(--grey); }
.industry-tabs button { border:0; border-radius:999px; background:transparent; padding:11px 16px; color:#727c75; font-size:12px; font-weight:700; cursor:pointer; }
.industry-tabs button.active { background:var(--green); color:var(--white); }
.industry-panels {
  display: grid;
  margin-top: 24px;
}

.industry-panel {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 30px;
  align-items: stretch;
  padding: 28px;
  border-radius: 28px;
  background: var(--grey-2);
  border: 1px solid var(--line);
  min-height: 0;
}

.industry-panel.is-hidden {
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.industry-panel.active {
  visibility: visible;
  z-index: 1;
}

.industry-copy {
  display: flex;
  flex-direction: column;
  padding: 18px;
  min-height: 0;
}

.industry-kicker {
  color: var(--green);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}

.industry-copy h3 {
  margin: 16px 0;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.12;
  letter-spacing: -.035em;
  min-height: 2.4em;
}

.industry-copy > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.industry-value {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.industry-value > span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

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

.industry-stats > div {
  min-width: 0;
}

.industry-stats strong {
  display: block;
  color: var(--green);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-weight: 800;
}

.industry-stats small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.industry-stats-note {
  margin: 12px 0 0;
  color: rgba(28, 53, 38, .48);
  font-size: 10px;
  line-height: 1.4;
}

.journey-track {
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border-radius: 20px;
  background: var(--green);
  color: var(--white);
}

.journey-track > div {
  flex: 1;
  min-width: 0;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .08);
}

.journey-track div span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: auto;
}

.journey-track div strong {
  font-size: 13px;
  line-height: 1.3;
}

.journey-track div small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.4;
}

.journey-track > i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--lime);
  font-style: normal;
  font-size: 14px;
}

.trust-section { background:var(--green); color:var(--white); }
.trust-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.trust-copy { position:sticky; top:130px; }
.trust-copy h2 { margin:14px 0 22px; font-size:clamp(42px,5vw,64px); line-height:1.04; letter-spacing:-.045em; font-weight:600; }
.trust-copy p { color:rgba(255,255,255,.65); line-height:1.7; margin-bottom:30px; }
.trust-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.trust-card { min-height: 0; padding: 26px; border-radius: 22px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.12); }
.trust-card > span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:rgba(124,224,47,.14); color:var(--lime); font-size:11px; font-weight:800; }
.trust-card h3 { margin:18px 0 12px; font-size:19px; }
.trust-card p { margin:0; color:rgba(255,255,255,.68); font-size:13px; line-height:1.65; }

.pilot-section { background:var(--grey); }
.pilot-card { position:relative; overflow:hidden; display:grid; grid-template-columns:1fr .86fr; gap:70px; align-items:center; padding:64px; border-radius:34px; background:var(--green); color:var(--white); }
.pilot-card::after { content:""; position:absolute; right:-150px; top:-160px; width:500px; height:500px; border-radius:50%; border:1px solid rgba(124,224,47,.22); box-shadow:0 0 0 70px rgba(124,224,47,.035),0 0 0 140px rgba(124,224,47,.025); }
.pilot-card > * { position:relative; z-index:1; }
.pilot-copy h2 { margin:14px 0 18px; font-size:clamp(42px,5vw,62px); line-height:1.02; letter-spacing:-.045em; font-weight:600; }
.pilot-copy p { max-width:620px; color:rgba(255,255,255,.62); line-height:1.7; margin-bottom:28px; }
.pilot-steps { display:grid; gap:12px; }
.pilot-steps > div { display:grid; grid-template-columns:44px 1fr; gap:14px; align-items:center; padding:16px; border-radius:15px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.1); }
.pilot-steps > div > span { width:38px; height:38px; display:grid; place-items:center; border-radius:12px; background:var(--lime); color:var(--green); font-size:10px; font-weight:800; }
.pilot-steps > .pilot-recommendation {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 12px;
  background: rgba(124, 224, 47, .1);
  border-color: rgba(124, 224, 47, .35);
}
.pilot-steps > .pilot-recommendation > span {
  width: auto;
  min-width: 0;
  height: 28px;
  margin-top: 2px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
  flex-shrink: 0;
}
.pilot-recommendation strong { color:var(--white); }
.pilot-recommendation small { color:rgba(255,255,255,.68) !important; }
.pilot-steps p { margin:0; min-width: 0; }
.pilot-steps strong { display:block; font-size:13px; line-height: 1.35; }
.pilot-steps small { display:block; margin-top:5px; color:rgba(255,255,255,.62); font-size:12px; line-height:1.45; }

.site-footer { background:var(--green); color:var(--white); padding:68px 0 24px; }
.footer-top { display:grid; grid-template-columns:1fr 1.2fr; gap:100px; padding-bottom:50px; }
.footer-brand img { width:auto; height:40px; }
.footer-brand p { max-width:430px; margin-top:22px; color:rgba(255,255,255,.48); font-size:13px; line-height:1.65; }
.footer-links { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.footer-links > div { display:flex; flex-direction:column; gap:11px; }
.footer-links strong { margin-bottom:7px; color:var(--lime); font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.footer-links a { color:rgba(255,255,255,.6); font-size:12px; }
.footer-links a:hover { color:var(--white); }
.footer-bottom { display:flex; justify-content:space-between; padding-top:22px; border-top:1px solid rgba(255,255,255,.08); color:rgba(255,255,255,.38); font-size:10px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.delay-1 { transition-delay:.08s; }
.delay-2 { transition-delay:.16s; }
.delay-3 { transition-delay:.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns:1fr; }
  .hero { padding-top:150px; }
  .hero-copy { max-width:850px; }
  .hero-visual { min-height:520px; }
  .product-grid { grid-template-columns: 1fr; }
  .architecture-heading, .analytics-layout, .trust-layout, .outcomes-layout, .pilot-card { grid-template-columns:1fr; }
  .architecture-heading { gap:24px; }
  .analytics-window { transform:none; }
  .trust-copy { position:static; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .industry-panel { grid-template-columns:1fr; }
  .footer-top { gap:50px; }
}

@media (max-width: 820px) {
  .container { width:min(calc(100% - 48px), var(--container)); }
  .section { padding:82px 0; }
  .site-header { height:72px; }
  .brand img { height:40px; }
  .header-cta { display:none; }
  .nav-toggle { display:block; margin-left:auto; position:relative; z-index:1201; }
  .primary-nav {
    position:fixed;
    z-index:1200;
    top:72px;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100vh - 72px);
    height:calc(100dvh - 72px);
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin:0;
    padding:24px 16px;
    overflow-y:auto;
    isolation:isolate;
    background:#0b1d13;
    opacity:0;
    pointer-events:none;
    transform:translate3d(100%, 0, 0);
    transition:transform .25s ease, opacity .2s ease;
  }
  .primary-nav.open {
    opacity:1;
    pointer-events:auto;
    transform:translate3d(0, 0, 0);
  }
  .primary-nav a { padding:18px 10px; border-bottom:1px solid rgba(255,255,255,.08); font-size:17px; }
  body.nav-open main {
    pointer-events:none;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .hero { min-height:auto; padding:132px 0 70px; }
  .hero h1 { font-size:clamp(44px,11.8vw,58px); overflow-wrap:break-word; }
  .hero-lede { font-size:16px; }
  .hero-proof { grid-template-columns:1fr; gap:12px; }
  .hero-proof div { display:flex; gap:10px; align-items:baseline; }
  .hero-proof span { margin:0; }
  .hero-visual { min-height:auto; margin-top:20px; overflow:visible; }
  .intro-grid { grid-template-columns:1fr; gap:28px; }
  .section-heading h2, .intro-grid h2 { font-size:clamp(38px,11vw,54px); }
  .product-card { padding:24px; }
  .product-icon { margin-top:14px; }
  .hla-shell { padding:16px; }
  .hla-label-row { align-items:flex-start; gap:10px; }
  .hla-label-row small { text-align:right; max-width:180px; }
  .channel-row { grid-template-columns:repeat(2,1fr); }
  .channel-row .channel-chip:last-child { grid-column:1 / -1; }
  .hla-products { grid-template-columns:1fr; gap:14px; padding:22px 0 0; }
  .hla-product { min-height:auto; }
  .hla-connectors { display:none; }
  .security-pill-grid { grid-template-columns:repeat(2,1fr); }
  .layer-heading { align-items:flex-start; gap:10px; }
  .layer-heading small { text-align:right; }
  .outcomes-layout { gap:40px; }
  .dashboard-body { grid-template-columns:40px 1fr; min-height:470px; }
  .dashboard-main { padding:16px; }
  .dashboard-panels { grid-template-columns:1fr; }
  .attention-card { display:none; }
  .metric-grid { gap:6px; }
  .metric-card { padding:10px; }
  .metric-card strong { font-size:18px; }
  .industry-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 4px;
    overflow: visible;
  }

  .industry-tabs button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 100%;
    min-height: 44px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    padding: 10px 6px;
    font-size: 11px;
  }

  .industry-panel {
    gap: 20px;
    padding: 20px;
  }

  .industry-copy {
    padding: 8px 4px 0;
  }

  .industry-copy h3 {
    min-height: 0;
    font-size: clamp(24px, 6vw, 30px);
  }

  .industry-stats {
    gap: 10px 12px;
  }

  .industry-stats strong {
    font-size: 22px;
  }

  .journey-track {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-height: 0;
    padding: 14px;
  }

  .journey-track > div {
    min-height: 0;
    padding: 14px;
  }

  .journey-track > i {
    transform: rotate(90deg);
    text-align: center;
    padding: 2px 0;
  }
  .trust-grid { grid-template-columns:1fr; }
  .trust-card { min-height:auto; }
  .trust-card h3 { margin-top:18px; }
  .product-grid { grid-template-columns:1fr; }
  .pilot-card { padding:36px 24px; gap:36px; }
  .footer-top { grid-template-columns:1fr; }
  .footer-links { grid-template-columns:repeat(2,1fr); }
  .footer-bottom { flex-direction:column; gap:10px; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction:column; }
  .button { width:100%; }
  .hero h1 { font-size:clamp(42px,11.4vw,46px); line-height:.98; }
  .hero-visual { min-height:auto; margin-top:12px; overflow:visible; }
  .architecture-toggle { width:100%; }
  .architecture-toggle button { flex:1; }
  .security-pill-grid { grid-template-columns:1fr; }
  .metric-card span, .metric-card small { font-size:9px; }
  .dashboard-head strong { font-size:14px; }
  .ask-data strong { font-size:10px; }
  .industry-panel { padding:14px; }
  .industry-copy { padding:10px; }
  .industry-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .footer-links { grid-template-columns:1fr; }
}

/* --------------------------------------------------------------------------
   Precision refinement pass
   -------------------------------------------------------------------------- */

body {
  text-rendering: optimizeLegibility;
}

::selection {
  color: var(--green-4);
  background: var(--lime);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(124, 224, 47, .72);
  outline-offset: 4px;
}

/* Hero operating-loop illustration */
.hero {
  min-height: 860px;
  padding: 158px 0 96px;
}

.hero-grid-bg {
  opacity: .1;
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, transparent 10%, rgba(0, 0, 0, .5) 48%, rgba(0, 0, 0, .95));
}

.hero::before {
  width: 880px;
  height: 880px;
  right: -240px;
  top: -40px;
  background: radial-gradient(circle, rgba(124, 224, 47, .13), rgba(124, 224, 47, 0) 66%);
}

.hero-layout {
  grid-template-columns: minmax(0, .94fr) minmax(560px, 1.06fr);
  gap: 54px;
}

.hero-visual {
  min-height: 602px;
  display: grid;
  place-items: center;
}

.hero-console {
  position: relative;
  width: 100%;
  max-width: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(16, 36, 25, .97), rgba(10, 29, 18, .98));
  box-shadow: 0 42px 100px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.hero-console::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -170px;
  top: -190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 224, 47, .14), transparent 68%);
  pointer-events: none;
}

.hero-console-head,
.hero-console-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-console-head {
  min-height: 68px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.hero-console-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hero-console-brand img {
  width: 76px;
  height: auto;
}

.hero-console-brand span {
  padding-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-console-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(124, 224, 47, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  background: rgba(124, 224, 47, .06);
  font-size: 11px;
  font-weight: 600;
}

.hero-console-status .status-short {
  display: none;
}

.hero-console-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(124, 224, 47, .1);
}

.hero-console-body {
  position: relative;
  z-index: 1;
  padding: 22px;
  background-image:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: 32px 32px;
}

.hero-request-card {
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 17px;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.hero-request-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hero-request-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-request-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.hero-request-meta small {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.hero-request-card blockquote {
  margin: 12px 0 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.hero-product-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  margin-top: 13px;
}

.hero-product-node {
  min-width: 0;
  min-height: 164px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 17px;
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.hero-node-personalization {
  border-color: rgba(124, 224, 47, .31);
  background: linear-gradient(180deg, rgba(124, 224, 47, .1), rgba(124, 224, 47, .045));
}

.hero-node-analytics {
  background: linear-gradient(180deg, rgba(196, 217, 201, .075), rgba(255, 255, 255, .035));
}

.hero-node-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hero-node-head > span {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 700;
}

.hero-node-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: var(--lime);
  background: rgba(124, 224, 47, .1);
}

.hero-node-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-product-node > small {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-product-node > strong {
  display: block;
  margin-top: 7px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
}

.hero-product-node > p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.45;
}

.hero-flow-arrow {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-flow-arrow svg {
  width: 34px;
  fill: none;
  stroke: rgba(124, 224, 47, .72);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-flow-arrow::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(124, 224, 47, .08);
  animation: heroSignal 3.6s linear infinite;
}

.hero-product-flow .hero-flow-arrow:nth-of-type(4)::after {
  animation-delay: 1.8s;
}

@keyframes heroSignal {
  from { transform: translateX(0); opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  to { transform: translateX(27px); opacity: 0; }
}

.hero-outcome-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  padding: 14px;
  border: 1px solid rgba(124, 224, 47, .28);
  border-radius: 17px;
  background: linear-gradient(90deg, rgba(124, 224, 47, .13), rgba(124, 224, 47, .055));
}

.hero-outcome-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--green-4);
  background: var(--lime);
}

.hero-outcome-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-outcome-card small {
  display: block;
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-outcome-card > div:nth-child(2) > strong {
  display: block;
  margin-top: 5px;
  color: var(--white);
  font-size: 13px;
  line-height: 1.35;
}

.hero-outcome-metric {
  min-width: 92px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, .11);
  text-align: right;
}

.hero-outcome-metric strong,
.hero-outcome-metric span {
  display: block;
}

.hero-outcome-metric strong {
  color: var(--white);
  font-size: 16px;
}

.hero-outcome-metric span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
}

.hero-learning-loop {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
}

.hero-learning-line {
  position: relative;
  flex: 0 0 90px;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(155, 203, 122, .7) 0 4px, transparent 4px 10px);
}

.hero-learning-line::before,
.hero-learning-line::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9bcb7a;
}

.hero-learning-line::before { left: 0; }
.hero-learning-line::after { right: 0; }

.hero-learning-loop p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.45;
}

.hero-learning-loop strong {
  color: rgba(255, 255, 255, .72);
}

.hero-console-foot {
  min-height: 58px;
  gap: 14px;
  padding: 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: rgba(0, 0, 0, .08);
}

.hero-console-foot > span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .38);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-console-foot > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.hero-console-foot i {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .035);
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
}

/* HLA architecture diagram */
.architecture-section {
  background: var(--green);
  color: var(--white);
}

.architecture-heading {
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
}

.hla-shell {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 32px;
  background: #102a1c;
  box-shadow: 0 42px 100px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.hla-shell::before {
  opacity: .7;
  background-image:
    linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
  background-size: 38px 38px;
}

.hla-security-cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  margin: 18px 18px 0;
  padding: 17px 22px;
  border: 1px solid rgba(124, 224, 47, .29);
  border-bottom: 1px solid rgba(124, 224, 47, .29);
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(124, 224, 47, .14), rgba(124, 224, 47, .045));
}

.hla-security-cap-title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hla-shield {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(124, 224, 47, .3);
  border-radius: 13px;
  color: var(--lime);
  background: rgba(124, 224, 47, .08);
}

.hla-shield svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hla-security-cap strong {
  display: block;
  color: var(--white);
  font-size: 13px;
}

.hla-security-cap small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  line-height: 1.45;
}

.hla-security-scope {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(124, 224, 47, .22);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(124, 224, 47, .06);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hla-body {
  position: relative;
  margin: 0 18px;
  border-right: 1px solid rgba(124, 224, 47, .25);
  border-left: 1px solid rgba(124, 224, 47, .25);
  background: rgba(4, 17, 10, .08);
}

.hla-lane {
  position: relative;
  padding: 22px;
}

.hla-lane + .hla-lane {
  border-top: 1px solid rgba(255, 255, 255, .085);
}

.hla-label-row {
  margin-bottom: 14px;
}

.hla-label-row span,
.hla-stage-head > div:first-child > span,
.layer-heading > div > span,
.security-layer-heading > span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hla-label-row small,
.hla-stage-head > div:first-child > small,
.layer-heading > div > small,
.security-layer-heading > small {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.45;
}

.channel-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.channel-chip {
  min-height: 64px;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-color: rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
}

.channel-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: var(--lime);
  background: rgba(124, 224, 47, .075);
}

.channel-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.channel-chip > span:last-child {
  min-width: 0;
}

.channel-chip strong,
.channel-chip small {
  display: block;
}

.channel-chip strong {
  overflow: hidden;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-chip small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.35;
}

.hla-product-lane {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hla-stage-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.hla-stage-head > div:first-child > span,
.hla-stage-head > div:first-child > small {
  display: block;
}

.hla-stage-head > div:first-child > small {
  margin-top: 5px;
}

.hla-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.hla-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .44);
  font-size: 9px;
}

.hla-legend i {
  display: block;
  width: 26px;
  height: 2px;
}

.legend-solid {
  background: var(--lime);
}

.legend-dashed {
  background: repeating-linear-gradient(90deg, #9bcb7a 0 4px, transparent 4px 9px);
}

.hla-product-stage {
  position: relative;
  margin-top: 19px;
  padding-bottom: 28px;
}

.hla-product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 0;
  min-height: 0;
  padding: 0;
  align-items: stretch;
}

.hla-bridge {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 8px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 4px;
  background: transparent;
}

.hla-bridge::before {
  content: "";
  order: 2;
  width: 100%;
  height: 2px;
  background: var(--lime);
}

.hla-bridge::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--lime);
  transform: translateY(50%);
}

.hla-bridge span {
  position: static;
  order: 1;
  bottom: auto;
  left: auto;
  transform: none;
  padding: 4px 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  background: #163024;
  box-shadow: 0 0 0 3px #163024;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hla-loop-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: none;
  margin: 20px 0 0;
  padding: 0;
  color: rgba(155, 203, 122, .88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hla-loop-label::before,
.hla-loop-label::after {
  content: "";
  position: static;
  top: auto;
  flex: 1 1 auto;
  width: auto;
  min-width: 24px;
  height: 0;
  border-top: 1.5px dashed rgba(155, 203, 122, .55);
}

.hla-loop-label > span {
  flex: 0 0 auto;
  padding: 0 4px;
}

.hla-loop-label::before {
  right: auto;
}

.hla-loop-label::after {
  left: auto;
}

.hla-shell[data-view="standalone"] .hla-bridge,
.hla-shell[data-view="standalone"] .hla-loop-label,
.hla-shell[data-view="standalone"] .hla-legend {
  display: none;
}

.hla-shell[data-view="standalone"] .hla-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hla-shell[data-view="standalone"] .hla-bridge {
  display: none;
}

.hla-product {
  position: relative;
  z-index: 2;
  display: flex;
  overflow: hidden;
  min-height: 0;
  flex-direction: column;
  padding: 18px 18px 16px;
  border: 1px solid rgba(28, 53, 38, .1);
  border-radius: 18px;
  color: var(--ink);
  background: #f7f8f5;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.hla-product::before {
  content: none;
}

.hla-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
}

.hla-product-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hla-product-id {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hla-product-number {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(28, 53, 38, .11);
  border-radius: 8px;
  color: #78817b;
  background: rgba(255, 255, 255, .46);
  font-size: 9px;
}

.hla-icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0;
  place-items: center;
  border-radius: 12px;
  color: var(--lime);
  background: var(--green);
}

.hla-icon svg {
  width: 20px;
  height: 20px;
}

.hla-personalization .hla-icon {
  color: var(--green-4);
  background: var(--lime);
}

.hla-analytics .hla-icon {
  color: var(--green);
  background: #dce6df;
}

.hla-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(28, 53, 38, .09);
  border-radius: 999px;
  color: var(--green);
  background: #e8ece8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}

.hla-product-name {
  display: block;
  margin-top: 14px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hla-product h3 {
  margin: 6px 0 10px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.hla-product ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hla-product li {
  position: relative;
  padding-left: 14px;
  color: #55635a;
  font-size: 11px;
  line-height: 1.4;
}

.hla-product li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
}

.hla-product-output {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(28, 53, 38, .1);
}

.hla-product-output span,
.hla-product-output strong {
  display: block;
}

.hla-product-output span {
  color: #7a857e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hla-product-output strong {
  margin-top: 4px;
  color: #2f3f34;
  font-size: 11px;
  line-height: 1.35;
}

.hla-connectors {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  width: 100%;
  height: 334px;
  overflow: visible;
  pointer-events: none;
}

.hla-line {
  fill: none;
  vector-effect: non-scaling-stroke;
  transition: opacity .25s ease;
}

.hla-line-solid {
  stroke: var(--lime);
  stroke-width: 1.8;
  stroke-linecap: round;
}

.hla-line-dashed {
  stroke: #9bcb7a;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2 8;
  animation: hlaDash 14s linear infinite;
}

@keyframes hlaDash {
  to { stroke-dashoffset: -100; }
}

.hla-line-label {
  fill: rgba(255, 255, 255, .43);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: opacity .25s ease;
}

.hla-return-label {
  fill: rgba(155, 203, 122, .64);
}

.hla-flow-caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 0;
  margin-top: 8px;
}

.hla-flow-caption > div {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 14px 14px 13px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
}

.hla-flow-caption > div:nth-child(1) { grid-column: 1; }
.hla-flow-caption > div:nth-child(2) { grid-column: 3; }
.hla-flow-caption > div:nth-child(3) { grid-column: 5; }

.hla-flow-caption > div > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-4);
  background: var(--lime);
  font-size: 11px;
  font-weight: 800;
}

.hla-flow-caption p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.5;
}

.hla-flow-caption strong {
  color: rgba(255, 255, 255, .88);
}

.hla-shell[data-view="standalone"] .hla-flow-caption {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hla-shell[data-view="standalone"] .hla-flow-caption > div:nth-child(1),
.hla-shell[data-view="standalone"] .hla-flow-caption > div:nth-child(2),
.hla-shell[data-view="standalone"] .hla-flow-caption > div:nth-child(3) {
  grid-column: auto;
}

.integration-layer {
  margin: 0;
  padding: 20px 22px 22px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .085);
  border-radius: 0;
  background: rgba(255, 255, 255, .02);
}

.layer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.layer-heading > div > span,
.layer-heading > div > small {
  display: block;
}

.layer-heading > div > small {
  margin-top: 5px;
}

.layer-direction {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .04);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.integration-chips {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 7px;
  margin-top: 14px;
}

.integration-chips span {
  display: grid;
  min-height: 40px;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 9px;
  color: rgba(255, 255, 255, .68);
  background: rgba(255, 255, 255, .045);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.security-layer {
  position: relative;
  display: block;
  margin: 0 18px 18px;
  padding: 19px 20px 20px;
  border: 1px solid rgba(124, 224, 47, .29);
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, rgba(124, 224, 47, .11), rgba(124, 224, 47, .045));
}

.security-layer-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.security-pill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 14px;
}

.security-pill-grid span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 10px;
  color: rgba(255, 255, 255, .69);
  background: rgba(5, 20, 12, .38);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.security-pill-grid i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(124, 224, 47, .07);
}

.hla-shell[data-view="standalone"] .hla-line,
.hla-shell[data-view="standalone"] .hla-line-label {
  opacity: 0;
}

.hla-shell[data-view="standalone"] .hla-product {
  box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
}

/* Remove the stock browser-window treatment from the analytics concept. */
.analytics-window {
  transform: none;
  box-shadow: 0 32px 74px rgba(20, 40, 27, .14);
}

.window-bar {
  min-height: 56px;
  padding: 0 18px;
}

.window-brand {
  gap: 11px;
}

.window-brand img {
  width: 68px;
  height: auto;
  border-radius: 0;
}

.window-brand span {
  padding-left: 11px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.window-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .56);
  font-size: 8px;
}

.window-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.product-card {
  border-color: rgba(28, 53, 38, .1);
  box-shadow: 0 14px 44px rgba(24, 43, 31, .065);
}

.pilot-card::after {
  opacity: .66;
}

.footer-bottom > span:first-child {
  max-width: 760px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow-arrow::after,
  .hla-line-dashed {
    animation: none !important;
  }
}

@media (max-width: 1180px) {
  .hero-layout {
    grid-template-columns: minmax(0, .95fr) minmax(510px, 1.05fr);
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(56px, 6vw, 76px);
  }

  .hero-product-flow {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 5px;
  }

  .hero-flow-arrow svg {
    width: 28px;
  }

  .hero-product-node {
    padding: 12px;
  }

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

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
    padding-top: 150px;
  }

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

  .hero-copy {
    max-width: 900px;
  }

  .hero-visual {
    min-height: auto;
    margin-top: 28px;
  }

  .hero-console {
    max-width: 780px;
  }

  .architecture-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .architecture-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .architecture-view-note {
    max-width: 700px;
    text-align: left;
  }

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

  .channel-chip:last-child {
    grid-column: 1 / -1;
  }

  .hla-product-grid,
  .hla-flow-caption {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hla-bridge,
  .hla-loop-label {
    display: none;
  }

  .hla-flow-caption > div:nth-child(1),
  .hla-flow-caption > div:nth-child(2),
  .hla-flow-caption > div:nth-child(3) {
    grid-column: auto;
  }

  .hla-product {
    min-height: 0;
    overflow: visible;
  }

  .hla-connectors {
    display: none;
  }

  .hla-shell[data-view="together"] .hla-voice::after,
  .hla-shell[data-view="together"] .hla-personalization::after {
    content: none;
  }

  .hla-shell[data-view="standalone"] .hla-product-grid,
  .hla-shell[data-view="standalone"] .hla-flow-caption {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

@media (max-width: 820px) {
  .hero {
    padding-top: 130px;
  }

  .hero-console-head {
    min-height: 62px;
  }

  .hero-console-body {
    padding: 18px;
  }

  .hla-shell {
    border-radius: 24px;
  }

  .hla-security-cap {
    align-items: flex-start;
    margin: 12px 12px 0;
  }

  .hla-body {
    margin: 0 12px;
  }

  .hla-lane {
    padding: 18px;
  }

  .security-layer {
    margin: 0 12px 12px;
  }

  .hla-stage-head,
  .layer-heading,
  .security-layer-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hla-legend {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .hero-console {
    border-radius: 24px;
  }

  .hero-console-head {
    padding: 0 15px;
  }

  .hero-console-brand img {
    width: auto;
    height: 36px;
  }

  .hero-console-brand span {
    padding-left: 10px;
    font-size: 8px;
  }

  .hero-console-status {
    gap: 6px;
    padding: 7px 8px;
    font-size: 8px;
  }

  .hero-console-status .status-full {
    display: none;
  }

  .hero-console-status .status-short {
    display: inline;
  }

  .hero-console-body {
    padding: 14px;
  }

  .hero-request-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .hero-request-card blockquote {
    font-size: 16px;
  }

  .hero-product-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-product-node {
    min-height: 0;
  }

  .hero-flow-arrow {
    width: 28px;
    height: 22px;
    justify-self: center;
    transform: rotate(90deg);
  }

  .hero-flow-arrow::after {
    animation: none;
  }

  .hero-outcome-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .hero-outcome-metric {
    grid-column: 1 / -1;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
    text-align: left;
  }

  .hero-learning-line {
    flex-basis: 50px;
  }

  .hero-console-foot {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 14px;
  }

  .hero-console-foot > div {
    justify-content: flex-start;
  }

  .architecture-toggle {
    width: 100%;
  }

  .architecture-toggle button {
    flex: 1;
    padding: 0 10px;
    font-size: 10px;
  }

  .hla-security-cap {
    flex-direction: column;
    gap: 13px;
    margin: 8px 8px 0;
    padding: 16px;
  }

  .hla-security-scope {
    margin-left: 53px;
  }

  .hla-body {
    margin: 0 8px;
  }

  .hla-lane {
    padding: 15px;
  }

  .hla-label-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .channel-row {
    grid-template-columns: 1fr;
  }

  .channel-chip:last-child {
    grid-column: auto;
  }

  .hla-product-grid {
    gap: 20px;
  }

  .hla-flow-caption > div {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .integration-chips,
  .security-pill-grid {
    grid-template-columns: 1fr;
  }

  .security-layer {
    margin: 0 8px 8px;
    padding: 16px;
  }
}

.ask-avatar svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Brand-mark sizing and standalone-view connector cleanup. */
.hero-console-head {
  min-height: 76px;
}

.hero-console-brand img {
  width: auto;
  height: 40px;
}

.window-bar {
  min-height: 60px;
}

.window-brand img {
  width: auto;
  height: 40px;
}

/* By-product view: no decorative rails (they miss card centers) */
.hla-shell[data-view="standalone"] .hla-product-stage::before {
  content: none;
}

@media (max-width: 900px) {
  .hla-shell[data-view="standalone"] .hla-product-stage::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero-console-head {
    min-height: 68px;
  }

  .hero-console-brand img {
    width: auto;
    height: 36px;
  }

  .hero-console-brand span {
    display: none;
  }
}

.hla-line-label {
  font-size: 8px;
  letter-spacing: .08em;
}

/* --------------------------------------------------------------------------
   Visual polish — spacing, accents, anti-template cleanup
   -------------------------------------------------------------------------- */

/* Soften the loud lime energy stripe */
.energy-line {
  height: 2px;
  opacity: .85;
}

/* Product cards: less empty air */
.product-card {
  min-height: 0;
  padding: 26px 26px 24px;
  box-shadow: 0 10px 30px rgba(24, 43, 31, .05);
}

.product-card:hover {
  transform: translateY(-3px);
}

.product-card::before {
  content: none;
}

.product-icon {
  margin-top: 14px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.product-card h3 {
  margin: 18px 0 6px;
  font-size: 26px;
}

.product-tagline {
  margin: 0 0 14px !important;
}

.feature-list {
  flex: 1;
  margin: 16px 0 22px;
  gap: 10px;
}

/* HLA product cards: kill floating accent lines, tighten rhythm */
.hla-product {
  overflow: hidden;
  min-height: 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(28, 53, 38, .1);
  border-radius: 18px;
  background: #f7f8f5;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .12);
}

.hla-product::before {
  content: none;
}

.hla-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
}

.hla-product-grid {
  gap: 0;
  min-height: 0;
  align-items: stretch;
}

.hla-product-stage {
  padding-bottom: 20px;
}

.hla-product-head {
  align-items: center;
  margin-bottom: 2px;
  min-height: 34px;
}

.hla-product-number {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
}

.hla-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.hla-icon svg {
  width: 18px;
  height: 18px;
}

.hla-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  align-self: center;
}

.hla-product-name {
  margin-top: 14px;
  font-size: 10px;
  letter-spacing: .1em;
}

.hla-product h3 {
  margin: 6px 0 10px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.hla-product ul {
  gap: 7px;
}

.hla-product li {
  padding-left: 14px;
  font-size: 11px;
  line-height: 1.4;
  color: #55635a;
}

.hla-product li::before {
  width: 5px;
  height: 5px;
  top: .5em;
}

.hla-product-output {
  margin-top: 14px;
  padding-top: 12px;
}

.hla-product-output span {
  font-size: 9px;
  letter-spacing: .08em;
}

.hla-product-output strong {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.35;
  color: #2f3f34;
}

.hla-flow-caption {
  margin-top: 8px;
}

.hla-flow-caption > div {
  gap: 11px;
  padding: 14px 14px 13px;
  border-radius: 14px;
  border-color: rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .04);
}

.hla-flow-caption > div > span {
  width: 24px;
  height: 24px;
  font-size: 11px;
}

.hla-flow-caption p {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .58);
}

.hla-flow-caption strong {
  color: rgba(255, 255, 255, .88);
}

/* Channel chips: less cramped secondary text */
.channel-chip {
  min-height: 58px;
  padding: 10px 12px;
}

.channel-chip strong {
  font-size: 11px;
}

.channel-chip small {
  margin-top: 3px;
  font-size: 10px;
  color: rgba(255, 255, 255, .45);
}

.channel-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

/* Integration + guardrails readability */
.integration-chips span {
  min-height: 40px;
  padding: 8px 6px;
  font-size: 10px;
  color: rgba(255, 255, 255, .62);
}

.layer-direction {
  font-size: 11px !important;
  letter-spacing: .06em !important;
  color: rgba(255, 255, 255, .68) !important;
  padding: 8px 12px;
}

.security-pill-grid span {
  min-height: 44px;
  padding: 10px 12px;
  font-size: 11px;
  gap: 10px;
}

.security-pill-grid i {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

/* Soften HLA shell grid so it feels less “diagram wallpaper” */
.hla-shell::before {
  opacity: .45;
  background-size: 48px 48px;
}

.hla-shell {
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

/* Hero console: tighten node copy rhythm */
.hero-product-node {
  min-height: 0;
  padding: 13px;
}

.hero-product-node > strong {
  margin-top: 5px;
  font-size: 13px;
}

.hero-product-node > p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.35;
}

.hero-outcome-card {
  padding: 13px 14px;
}

.hero-outcome-card > div:nth-child(2) > strong {
  font-size: 12px;
}

.hero-learning-loop p {
  font-size: 10px;
}

.hero-console-foot > span {
  font-size: 9px;
  letter-spacing: .08em;
}

.hero-console-foot i {
  font-size: 9px;
  padding: 5px 8px;
}

/* Outcomes / trust / pilot: calmer elevation */
.outcome-step {
  padding: 26px 0;
  gap: 16px;
}

.outcome-step > span {
  width: 40px;
  height: 40px;
}

.trust-card {
  box-shadow: none;
}

.pilot-card {
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

/* Analytics mock: bump illegible microtype */
.metric-card span {
  font-size: 10px;
}

.metric-card small {
  font-size: 10px;
}

.panel-head {
  font-size: 11px;
}

.panel-head small {
  font-size: 10px;
}

.chart-days {
  font-size: 10px;
}

.attention-item strong {
  font-size: 11px;
}

.attention-item span {
  font-size: 10px;
  line-height: 1.35;
  color: #6d776f;
}

.ask-data small {
  font-size: 10px;
}

.ask-data strong {
  font-size: 12px;
}

.dashboard-period {
  font-size: 10px;
}

.dashboard-head small {
  font-size: 10px;
}

.window-status {
  font-size: 10px;
}

.window-brand span {
  font-size: 10px;
}

/* Intro / section headings: slightly less aggressive tracking */
.intro-grid h2,
.section-heading h2,
.outcomes-copy h2,
.analytics-copy h2,
.trust-copy h2,
.pilot-copy h2 {
  letter-spacing: -.035em;
}

.architecture-heading h2 {
  letter-spacing: -.035em;
}

/* By-product view: no decorative rails */
.hla-shell[data-view="standalone"] .hla-product-stage::before {
  content: none;
}

@media (max-width: 900px) {
  .hla-product {
    padding: 18px;
  }

  .hla-product h3 {
    font-size: 18px;
  }

  .hla-product li {
    font-size: 12px;
  }
}

/* --------------------------------------------------------------------------
   Final UX repair — wins over earlier polish layers
   -------------------------------------------------------------------------- */

.product-icon {
  margin-top: 14px !important;
}

.product-card {
  min-height: 0 !important;
}

.trust-card {
  min-height: 0 !important;
}

.trust-card h3 {
  margin-top: 18px !important;
}

.layer-direction {
  font-size: 11px !important;
  letter-spacing: .06em !important;
  color: rgba(255, 255, 255, .68) !important;
  padding: 8px 12px;
}

.channel-chip strong {
  font-size: 12px !important;
  color: rgba(255, 255, 255, .88) !important;
}

.channel-chip small {
  font-size: 11px !important;
  color: rgba(255, 255, 255, .58) !important;
}

.integration-chips span {
  font-size: 11px !important;
  color: rgba(255, 255, 255, .7) !important;
}

.hla-product-head {
  justify-content: flex-start;
  min-height: 0;
}

.hla-status {
  display: none;
}

.hla-legend span {
  font-size: 11px;
  color: rgba(255, 255, 255, .62);
}

.hla-product-output span {
  font-size: 11px;
  letter-spacing: .08em;
}

.hla-product-output strong {
  font-size: 12px;
}

.hla-bridge span {
  font-size: 10px;
  color: rgba(255, 255, 255, .72);
}

.hla-loop-label {
  font-size: 11px;
  color: rgba(155, 203, 122, .88);
}

.pilot-steps > .pilot-recommendation > span {
  font-size: 10px;
  letter-spacing: .06em;
}

.pilot-steps small {
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
}

.hero-console-status,
.hero-request-meta span,
.hero-request-meta small,
.hero-outcome-card small,
.hero-outcome-metric span,
.hero-learning-loop p,
.hero-console-foot > span,
.hero-console-foot i,
.hero-console-brand span,
.hero-node-head > span,
.hero-product-node > small {
  font-size: 11px !important;
}

.hero-product-node > p {
  font-size: 12px !important;
  color: rgba(255, 255, 255, .58) !important;
}

.hero-product-node > strong {
  font-size: 14px !important;
}

.hla-product-name {
  font-size: 11px !important;
  letter-spacing: .08em;
}

.hla-product-number {
  font-size: 11px !important;
}

.hla-security-cap small {
  font-size: 12px !important;
  color: rgba(255, 255, 255, .62) !important;
}

.hero-request-meta small,
.hero-outcome-metric span,
.hero-learning-loop p {
  color: rgba(255, 255, 255, .62) !important;
}

.hero-outcome-card > div:nth-child(2) > strong {
  font-size: 13px !important;
}

.hla-security-scope {
  font-size: 11px !important;
}

.hla-label-row small,
.hla-stage-head > div:first-child > small,
.layer-heading > div > small,
.security-layer-heading > small {
  font-size: 12px !important;
  color: rgba(255, 255, 255, .58) !important;
}

.hla-label-row span,
.hla-stage-head > div:first-child > span,
.layer-heading > div > span,
.security-layer-heading > span {
  font-size: 11px;
}

.metric-card span,
.metric-card small,
.panel-head,
.panel-head small,
.chart-days,
.attention-item strong,
.attention-item span,
.ask-data small,
.ask-data strong,
.dashboard-period,
.dashboard-head small,
.window-status,
.window-brand span {
  font-size: 11px !important;
}

.attention-item span {
  color: #6d776f !important;
}

.journey-track div small {
  font-size: 11px !important;
  color: rgba(255, 255, 255, .62) !important;
}

.industry-value span {
  font-size: 11px;
}

.industry-stats strong {
  font-size: clamp(22px, 2.2vw, 28px);
}

.industry-stats small {
  font-size: 11px;
}

.footer-bottom {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .channel-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .products {
    padding-top: 24px;
  }
}

@media (max-width: 520px) {
  .metric-card span,
  .metric-card small,
  .ask-data strong {
    font-size: 11px !important;
  }
}

/* --------------------------------------------------------------------------
   Tablet + mobile polish
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .hero {
    min-height: 0;
    padding: 140px 0 72px;
  }

  .hero-layout {
    gap: 36px;
  }

  .hero-visual {
    min-height: 0;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .architecture-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .architecture-view-note {
    text-align: left;
  }

  .analytics-layout {
    gap: 36px;
  }

  .industry-panel {
    grid-template-columns: 1fr;
  }

  .journey-track > div {
    min-height: 150px;
  }

  .pilot-card {
    gap: 40px;
    padding: 40px 32px;
  }

  .trust-layout {
    gap: 40px;
  }
}

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

  .outcomes-layout,
  .analytics-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    flex-direction: row;
    justify-content: center;
    padding: 14px;
    gap: 12px;
  }

  .dashboard-panels {
    grid-template-columns: 1fr;
  }

  .industry-tabs {
    width: 100%;
  }

  .hla-security-cap {
    flex-wrap: wrap;
  }

  .hla-security-scope {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 72px 0;
  }

  .intro-strip {
    padding: 56px 0 28px;
  }

  .products {
    padding-top: 20px;
  }

  .section-heading h2,
  .intro-grid h2,
  .architecture-heading h2 {
    line-height: 1.08;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-console {
    border-radius: 22px;
  }

  .hero-product-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-flow-arrow {
    width: 28px;
    height: 22px;
    justify-self: center;
    transform: rotate(90deg);
  }

  .hero-product-node {
    min-height: 0;
  }

  .architecture-toggle {
    width: 100%;
  }

  .architecture-toggle button {
    flex: 1;
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }

  .industry-panels {
    margin-top: 18px;
  }

  .industry-panel {
    padding: 16px;
    border-radius: 22px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pilot-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 28px;
    border-radius: 24px;
  }

  .pilot-steps > div {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .pilot-steps > .pilot-recommendation {
    grid-template-columns: auto 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .hero {
    padding: 120px 0 56px;
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 48px);
    line-height: 1.02;
  }

  .hero-lede {
    font-size: 15px;
  }

  .industry-tabs {
    padding: 5px;
    gap: 4px;
  }

  .industry-tabs button {
    padding: 10px 12px;
    font-size: 12px;
  }

  .journey-track > div strong {
    font-size: 14px;
  }

  .channel-row {
    grid-template-columns: 1fr;
  }

  .channel-chip:last-child {
    grid-column: auto;
  }

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

  .security-pill-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

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

  .attention-card {
    display: flex;
  }
}

/* --------------------------------------------------------------------------
   Compact mobile HLA + equal product cards + scroll target
   -------------------------------------------------------------------------- */

.product-card {
  height: 100%;
}

.product-card .text-link {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: 1fr !important;
  }

  .product-card:last-child {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 820px) {
  /* Compact architecture diagram */
  .architecture-heading {
    gap: 20px;
  }

  .architecture-heading h2 {
    font-size: clamp(32px, 8vw, 42px);
  }

  .architecture-heading p {
    font-size: 14px;
    line-height: 1.55;
  }

  .architecture-toolbar {
    margin-bottom: 16px;
  }

  .architecture-view-note {
    font-size: 12px;
    line-height: 1.45;
  }

  .hla-shell {
    padding: 12px;
    border-radius: 20px;
  }

  .hla-security-cap {
    gap: 10px;
    margin: 0 10px;
    padding: 12px 14px;
    border-radius: 14px 14px 0 0;
  }

  .hla-security-cap-title {
    gap: 10px;
  }

  .hla-shield {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .hla-security-cap strong {
    font-size: 13px;
  }

  .hla-security-cap small {
    display: none;
  }

  .hla-security-scope {
    font-size: 10px;
    padding: 6px 10px;
  }

  .hla-body {
    margin: 0 10px;
    gap: 0;
  }

  .hla-lane {
    padding: 14px 14px;
    border-radius: 14px;
  }

  .hla-lane + .hla-lane {
    margin-top: 8px;
  }

  .hla-label-row,
  .hla-stage-head {
    margin-bottom: 10px;
    gap: 6px;
  }

  .hla-label-row small,
  .hla-stage-head > div:first-child > small,
  .hla-legend,
  .layer-direction,
  .hla-flow-caption {
    display: none !important;
  }

  /* Channels: tight horizontal strip */
  .channel-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .channel-row::-webkit-scrollbar {
    display: none;
  }

  .channel-chip {
    flex: 0 0 auto;
    min-height: 0;
    min-width: max-content;
    padding: 8px 10px;
    gap: 8px;
  }

  .channel-chip small {
    display: none;
  }

  .channel-chip strong {
    white-space: nowrap;
    font-size: 11px;
  }

  .channel-icon {
    width: 18px;
    height: 18px;
  }

  .channel-icon svg {
    width: 16px;
    height: 16px;
  }

  .hla-product-lane {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hla-product-stage {
    gap: 0;
  }

  .hla-product-grid {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
  }

  /* Product cards → compact rows */
  .hla-product {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "id name"
      "id output";
    align-items: center;
    gap: 2px 12px;
    min-height: 0 !important;
    padding: 12px 14px !important;
    border-radius: 14px;
    box-shadow: none;
  }

  .hla-product:hover {
    transform: none;
  }

  .hla-product-head {
    grid-area: id;
    margin: 0;
  }

  .hla-product-id {
    gap: 0;
  }

  .hla-product-number {
    display: none;
  }

  .hla-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px;
  }

  .hla-icon svg {
    width: 18px;
    height: 18px;
  }

  .hla-product-name {
    grid-area: name;
    margin: 0 !important;
    color: var(--green) !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: -.01em !important;
    text-transform: none !important;
    line-height: 1.2;
  }

  .hla-product h3,
  .hla-product ul {
    display: none !important;
  }

  .hla-product-output {
    grid-area: output;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    gap: 0;
  }

  .hla-product-output span {
    display: none !important;
  }

  .hla-product-output strong {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #5f6b63 !important;
    line-height: 1.35;
  }

  .integration-layer {
    padding: 12px !important;
  }

  .layer-heading small {
    display: none;
  }

  .integration-chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .integration-chips::-webkit-scrollbar {
    display: none;
  }

  .integration-chips span {
    flex: 0 0 auto;
    padding: 7px 9px !important;
    white-space: nowrap;
    font-size: 10px !important;
  }

  .security-layer {
    margin: 8px 10px 10px !important;
    padding: 12px 14px !important;
    border-radius: 14px;
  }

  .security-layer-heading {
    margin-bottom: 8px;
  }

  .security-layer-heading small {
    display: none;
  }

  .security-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px;
    margin-top: 8px;
  }

  .security-pill-grid span {
    min-height: 36px;
    padding: 8px 6px;
    font-size: 10px !important;
    line-height: 1.25;
  }

  /* Keep page content off the glass edge */
  .container {
    width: min(calc(100% - 48px), var(--container)) !important;
  }

  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  /* Tablet/mobile product section rhythm */
  .section-heading {
    margin-bottom: 28px;
  }

  .product-card {
    padding: 22px 20px;
  }

  .product-card h3 {
    font-size: 24px;
  }

  .journey-track > div {
    min-height: 0;
  }

  .trust-copy {
    position: static;
  }
}

