/* JhinBI · JhinOS family visual system · 2026-09-20
   Uses the same brand tokens, wordmark proportions and motion rhythm as brand/agent.
   No external fonts, image services or framework dependencies. */
:root {
  --bg: #07111f;
  --bg-deep: #040a12;
  --panel: rgba(14, 27, 44, .72);
  --panel-strong: #0d1b2d;
  --panel-soft: rgba(17, 33, 52, .52);
  --line: rgba(142, 181, 213, .16);
  --line-strong: rgba(142, 181, 213, .27);
  --text: #f5f8fb;
  --muted: #9eb0c2;
  --muted-2: #7e93a8;
  --cyan: #4bdbff;
  --cyan-soft: #98ebff;
  --blue: #6f82ff;
  --violet: #9f7cff;
  --green: #57e1b1;
  --amber: #f8bd68;
  --danger: #ff8598;
  --gold: #efc14c;
  --gold-soft: #ffe78a;
  --orange: #ff7818;
  --brand-line: rgba(239, 193, 76, .26);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .34);
  --max: 1180px;
  --ease-out: cubic-bezier(.2, .7, .2, 1);
  color-scheme: dark;
}

/* Foundation */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 50% -10%, rgba(56,124,178,.16), transparent 42%),
    linear-gradient(180deg, #07111f 0%, #06101d 42%, #050c16 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--cyan); outline-offset: 5px;
}
button:disabled { cursor: default; }
svg { display: block; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, h4, figure { margin: 0; }
h1, h2, h3, h4 { font-weight: 650; }
p { color: var(--muted); }
[hidden] { display: none !important; }
::selection { color: #06101d; background: var(--gold-soft); }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
main, footer { position: relative; z-index: 1; }
.skip {
  position: fixed; z-index: 999; left: 16px; top: 16px; padding: 10px 14px;
  background: white; color: var(--bg); border-radius: 8px;
  transform: translateY(-180%); transition: transform .2s ease;
}
.skip:focus { transform: translateY(0); }
.ambient {
  position: fixed; pointer-events: none; border-radius: 50%; filter: blur(90px);
  opacity: .15; z-index: 0;
}
.ambient-one { width: 460px; height: 460px; background: #1ab3e8; left: -220px; top: 18%; }
.ambient-two { width: 560px; height: 560px; background: #5d4aff; right: -300px; top: 46%; opacity: .1; }
.grid-noise {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .035;
  background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.3) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 75%);
  mask-image: linear-gradient(180deg, #000, transparent 75%);
}

/* Shared wordmark and navigation */
.header {
  position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.header.scrolled, body.menu-open .header {
  background: rgba(5,12,22,.86); border-color: var(--line);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
}
.nav-row { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; }
.brand-logo {
  width: auto; height: 43px; object-fit: contain;
  filter: drop-shadow(0 4px 15px rgba(239,193,76,.12));
  transition: filter .2s ease;
}
.brand-suffix {
  margin-left: -2px; color: var(--gold-soft); font-size: 19px; font-weight: 760;
  letter-spacing: -.055em; line-height: 1; text-shadow: 0 0 18px rgba(239,193,76,.1);
}
.brand:hover .brand-logo { filter: drop-shadow(0 5px 20px rgba(239,193,76,.2)); }
.header nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.header nav a { color: var(--muted); font-size: 14px; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.header nav a:hover, .header nav a:focus-visible, .header nav a[aria-current="location"] { color: var(--text); }
.header nav .header-cta {
  padding: 10px 17px; border: 1px solid var(--line-strong); border-radius: 10px;
  color: #d8e6f1; font-size: 13px; background: rgba(255,255,255,.025);
}
.header nav .header-cta:hover { border-color: rgba(239,193,76,.52); background: rgba(239,193,76,.07); color: var(--gold-soft); }
.header-cta span { margin-left: 7px; color: var(--gold-soft); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; background: transparent; border: 0; position: relative; }
.menu-toggle span { position: absolute; width: 21px; height: 1px; left: 11px; background: var(--text); transition: .25s ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* Hero */
.hero { min-height: 820px; padding: 150px 0 112px; display: flex; align-items: center; position: relative; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 20% 19%, rgba(239,193,76,.07), transparent 30%),
    radial-gradient(ellipse at 72% 28%, rgba(67,180,233,.12), transparent 40%);
}
.hero-grid { display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 52px; position: relative; }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow { color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .17em; line-height: 1.7; }
.hero .eyebrow {
  color: var(--gold-soft); display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 12px; border: 1px solid rgba(239,193,76,.2); border-radius: 100px;
  background: rgba(239,193,76,.045);
}
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(87,225,177,.1); flex-shrink: 0; }
.hero h1 { margin: 26px 0 24px; font-size: clamp(48px,4.5vw,64px); line-height: 1.14; letter-spacing: -.055em; font-weight: 680; }
.gold, .profit-intro h2 em {
  font-style: normal; color: var(--gold-soft);
  background: linear-gradient(105deg, #fff9e5 5%, #ffe78a 48%, #ff9a3e 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cyan { color: var(--cyan-soft); }
.hero-lead { max-width: 560px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.actions { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 0 22px; border-radius: var(--radius-sm); border: 1px solid transparent;
  font-weight: 650; font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button > span { transition: transform .2s ease; }
.button:hover > span { transform: translate(2px,-2px); }
.primary { background: linear-gradient(115deg,#fff0a8,#efc14c 55%,#ff8b29); color: #120d04; box-shadow: 0 12px 34px rgba(239,193,76,.17); }
.primary:hover { box-shadow: 0 16px 42px rgba(239,193,76,.27); }
.quiet { color: #d9e6f1; border-color: var(--line-strong); background: rgba(255,255,255,.025); }
.quiet:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.hero-meta { margin-top: 24px; display: flex; gap: 8px; flex-wrap: wrap; }
.hero-meta span { padding: 6px 10px; color: var(--muted); background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.07); border-radius: 100px; font-size: 11px; }

/* Honest product preview, with the sibling sites' window chrome */
.hero-visual { position: relative; }
.visual-shell {
  position: relative; border: 1px solid rgba(130,182,220,.2); border-radius: 21px; overflow: hidden;
  background: linear-gradient(155deg,rgba(13,31,50,.96),rgba(7,17,30,.96));
  box-shadow: 0 38px 110px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.035);
}
.visual-shell::before { content:""; position:absolute; width:310px; height:310px; right:-100px; top:-110px; background:var(--cyan); opacity:.07; filter:blur(65px); border-radius:50%; pointer-events:none; }
.visual-topbar { height: 46px; display: flex; align-items: center; gap: 13px; padding: 0 18px; border-bottom: 1px solid var(--line); font-size: 10px; color: var(--muted-2); background: rgba(4,10,18,.32); }
.topbar-dots { display: flex; gap: 5px; }
.topbar-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.17); }
.topbar-title { letter-spacing: .05em; }
.topbar-demo { margin-left: auto; font-size: 9px; }
.dash-top { position:relative; display:flex; align-items:center; justify-content:space-between; gap:15px; padding:22px 24px 18px; }
.tiny-label { display:block; color:var(--muted-2); font-size:10px; letter-spacing:.08em; margin-bottom:7px; }
.dash-top strong { font-size:15px; font-weight:600; letter-spacing:-.025em; }
.demo-badge { flex-shrink:0; display:inline-flex; align-items:center; white-space:nowrap; border:1px solid rgba(75,219,255,.16); background:rgba(75,219,255,.055); color:var(--cyan-soft); font-size:9px; letter-spacing:.04em; border-radius:100px; padding:4px 8px; }
.dash-kpis { display:grid; grid-template-columns:1.2fr 1.2fr .8fr; gap:9px; padding:0 24px 23px; }
.kpi-card { min-width:0; padding:15px 12px; border:1px solid rgba(142,181,213,.11); border-radius:12px; background:rgba(255,255,255,.025); }
.dash-kpis > div > span { display:block; color:var(--muted); font-size:10px; margin-bottom:7px; }
.dash-kpis strong { white-space:nowrap; font-size:24px; letter-spacing:-.04em; font-weight:650; font-variant-numeric:tabular-nums; }
.dash-kpis small { font-size:12px; margin-right:3px; letter-spacing:0; font-weight:500; }
.dash-kpis .accent-kpi { border-color:rgba(75,219,255,.2); background:rgba(75,219,255,.05); }
.accent-kpi strong { color:var(--cyan-soft); text-shadow:0 0 24px rgba(75,219,255,.14); }
.chart-caption { padding:0 24px; display:flex; justify-content:space-between; align-items:center; gap:10px; font-size:10px; color:#c4d2dd; }
.chart-caption span+span { color:var(--muted-2); font-size:9px; }
.allocation-bar { height:48px; display:flex; gap:3px; margin:15px 24px 19px; border-radius:7px; overflow:hidden; }
.allocation-bar > i { flex:var(--share); min-width:0; border-radius:3px; position:relative; transform-origin:left center; }
.c-goods { background:linear-gradient(145deg,#3ac6ea,#1686ae); }
.c-promo { background:linear-gradient(145deg,#8192ff,#5564c8); }
.c-logistics { background:linear-gradient(145deg,#baa4ff,#8466c9); }
.c-after { background:linear-gradient(145deg,#ffa572,#c87550); }
.c-fees { background:linear-gradient(145deg,#6ae3be,#359c86); }
.c-profit { background:linear-gradient(120deg,#fff0a8,#efc14c 65%,#ff9a3e); }
.allocation-legend { display:grid; grid-template-columns:1fr 1fr; gap:11px 24px; padding:0 24px 22px; color:var(--muted); font-size:10px; }
.allocation-legend > span { display:flex; align-items:center; gap:8px; }
.allocation-legend i { flex-shrink:0; display:inline-block; width:6px; height:6px; border-radius:2px; }
.allocation-legend b { margin-left:auto; font-size:11px; color:#d5e2ed; font-weight:500; font-variant-numeric:tabular-nums; }
.dash-bottom { display:flex; align-items:center; gap:12px; padding:15px 24px; border-top:1px solid var(--line); background:rgba(75,219,255,.025); }
.small-icon { color:var(--cyan); font-size:23px; }
.dash-bottom p { font-size:11px; }
.dash-bottom strong { color:#d7e7f3; font-weight:500; }
.hero-visual figcaption { margin-top:16px; color:var(--muted-2); font-size:10px; text-align:center; line-height:1.8; }
.motion-toggle { display:flex; align-items:center; gap:6px; margin:9px auto 0; background:none; border:0; padding:6px 10px; border-radius:8px; font-size:10px; color:var(--muted-2); min-height:28px; transition:color .2s, background .2s; }
.motion-toggle:hover:not(:disabled) { color:var(--text); background:rgba(255,255,255,.04); }

/* Data intake band */
.data-band { position:relative; border-block:1px solid rgba(130,170,200,.1); background:linear-gradient(180deg,rgba(5,12,22,.2),rgba(4,10,18,.48)); }
.band-content { min-height:132px; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.band-content p { font-size:13px; line-height:1.85; }
.band-content strong { color:#d8e7f2; font-weight:550; }
.data-sources { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; position:relative; }
.data-sources > span { position:relative; display:flex; align-items:center; gap:12px; color:#c4d2dd; font-size:13px; border:1px solid var(--line); background:rgba(12,25,41,.48); border-radius:12px; padding:16px 18px; overflow:hidden; }
.data-sources b { color:var(--cyan); font-size:10px; font-weight:500; }
.data-sources > span::after { content:""; position:absolute; bottom:0; height:1px; width:50%; left:-50%; background:linear-gradient(90deg,transparent,var(--cyan),transparent); opacity:0; }

/* Section rhythm and shared cards */
.section { padding-block:112px; }
h2 { font-size:clamp(32px,3.3vw,46px); line-height:1.22; letter-spacing:-.045em; font-weight:650; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:42px; }
.section-heading .eyebrow, .profit-intro .eyebrow, .team-copy .eyebrow, .faq-layout .eyebrow { margin-bottom:18px; }
.section-heading > p { font-size:15px; line-height:1.85; padding-bottom:3px; }
.scenario-tabs { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:6px; border:1px solid var(--line); border-radius:15px; background:rgba(5,12,22,.55); }
.scenario-tabs button { display:flex; gap:12px; align-items:center; justify-content:center; min-height:56px; border:1px solid transparent; border-radius:10px; background:transparent; color:var(--muted); font-size:14px; padding:10px 12px; transition:color .2s,border-color .2s,background .2s,box-shadow .2s; }
.scenario-tabs button span { font-size:10px; color:var(--muted-2); font-variant-numeric:tabular-nums; }
.scenario-tabs button:hover { color:var(--text); background:rgba(255,255,255,.025); }
.scenario-tabs button[aria-selected="true"] { color:var(--cyan-soft); border-color:rgba(75,219,255,.23); background:rgba(75,219,255,.065); box-shadow:0 4px 20px rgba(0,0,0,.12); }
.scenario-tabs button[aria-selected="true"] span { color:var(--cyan); }
.scenario-panel { display:grid; grid-template-columns:.9fr 1.15fr; gap:62px; align-items:center; padding:48px 0 0; min-height:450px; }
.section-index { font-size:11px; letter-spacing:.09em; color:var(--cyan); }
.scenario-copy h3 { font-size:31px; line-height:1.35; letter-spacing:-.035em; margin:15px 0 18px; }
.scenario-copy p { font-size:15px; line-height:1.85; max-width:390px; }
.check-list { list-style:none; margin:22px 0 26px; padding:0; display:grid; gap:10px; font-size:13px; color:#c4d2dd; }
.check-list li { display:flex; gap:10px; align-items:flex-start; }
.check-list li::before { content:"✓"; color:var(--cyan); font-size:11px; margin-top:2px; }
.text-link { display:inline-flex; align-items:center; gap:14px; color:var(--cyan-soft); font-size:13px; padding-bottom:5px; border-bottom:1px solid rgba(75,219,255,.25); transition:color .2s,border-color .2s; }
.text-link span { transition:transform .2s; }
.text-link:hover { color:var(--text); border-color:var(--cyan); }
.text-link:hover span { transform:translateX(4px); }
.scenario-demo { min-width:0; border:1px solid rgba(137,179,210,.2); padding:26px; border-radius:22px; background:linear-gradient(150deg,rgba(15,31,50,.94),rgba(8,18,31,.92)); box-shadow:0 28px 80px rgba(0,0,0,.22); }
.demo-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:23px; }
.demo-head > strong { font-size:14px; font-weight:600; }
.product-row { display:grid; grid-template-columns:1.3fr .9fr .9fr 1.15fr; gap:9px; align-items:center; padding:19px 0; border-bottom:1px solid var(--line); font-size:12px; font-variant-numeric:tabular-nums; }
.product-row > span:first-child { display:flex; align-items:center; gap:10px; color:#d8e4ed; }
.product-row b { font-size:16px; font-weight:650; }
.product-row > span { color:var(--muted); }
.product-row.table-head { padding:0 0 13px; font-size:11px; }
.product-row.table-head > span { color:var(--muted-2); }
.product-icon { display:block; flex-shrink:0; position:relative; width:24px; height:27px; border-radius:6px; border:1px solid rgba(75,219,255,.3); background:linear-gradient(135deg,rgba(75,219,255,.25),rgba(75,219,255,.05)); }
.product-icon::after { content:""; position:absolute; width:10px; height:3px; border-radius:2px; top:-3px; left:6px; background:#71cbe7; }
.pi-two { border-color:rgba(248,189,104,.3); background:linear-gradient(135deg,rgba(248,189,104,.25),rgba(248,189,104,.05)); }
.pi-two::after { background:var(--amber); }
.pi-three { border-color:rgba(159,124,255,.3); background:linear-gradient(135deg,rgba(159,124,255,.25),rgba(159,124,255,.05)); }
.pi-three::after { background:var(--violet); }
.product-row .status { border:1px solid transparent; font-size:10px; padding:4px 7px; border-radius:100px; white-space:nowrap; justify-self:start; }
.status.good { color:var(--green); background:rgba(87,225,177,.07); border-color:rgba(87,225,177,.13); }
.status.warn { color:var(--amber); background:rgba(248,189,104,.07); border-color:rgba(248,189,104,.13); }
.status.neutral { color:#b8cadb; background:rgba(255,255,255,.04); border-color:var(--line); }
.insight { display:flex; align-items:center; gap:13px; margin-top:22px; padding:15px 17px; border:1px solid rgba(75,219,255,.11); border-radius:12px; background:rgba(75,219,255,.04); }
.insight > span { color:var(--cyan); font-size:23px; }
.insight p { font-size:12px; line-height:1.8; }
.insight strong { color:#dbe8f3; font-weight:500; }
.demo-note { color:var(--muted-2); font-size:10px; line-height:1.8; margin-top:13px; }
.shop-comparison > div { display:grid; grid-template-columns:90px 1fr 85px; gap:15px; align-items:center; padding:22px 0; border-bottom:1px solid var(--line); font-size:12px; color:var(--muted); }
.shop-comparison i { display:block; width:var(--bar); height:12px; background:linear-gradient(90deg,#2796ba,var(--cyan)); border-radius:4px; transform-origin:left; }
.shop-comparison b { font-size:14px; text-align:right; font-weight:600; color:var(--text); font-variant-numeric:tabular-nums; }
.shop-comparison .negative i { background:linear-gradient(90deg,#c98358,var(--amber)); }
.shop-comparison .negative b { color:var(--amber); }
.after-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.after-grid article { border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.02); padding:17px; }
.after-grid article > span { display:block; font-size:24px; color:var(--cyan); margin-bottom:9px; }
.after-grid h4 { font-size:14px; font-weight:600; }
.after-grid p { font-size:11px; margin-top:5px; }

/* No warm-white detour: the full cost section is part of the navy/cyan system */
.profit-section { padding-top:96px; position:relative; border-block:1px solid rgba(130,170,200,.09); background:linear-gradient(180deg,rgba(8,19,32,.3),rgba(4,10,18,.45)); }
.profit-layout { display:grid; grid-template-columns:.85fr 1.35fr; gap:66px; align-items:start; }
.profit-intro h2 { font-size:42px; line-height:1.25; }
.profit-intro > p:not(.eyebrow) { font-size:16px; line-height:1.85; margin-top:25px; }
.profit-note { display:flex; align-items:flex-start; gap:12px; margin-top:29px; padding-top:23px; border-top:1px solid var(--line); max-width:325px; }
.profit-note i { width:6px; height:6px; border-radius:50%; background:var(--gold); margin-top:8px; flex-shrink:0; }
.profit-note p { font-size:12px; line-height:1.9; }
.cost-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.cost-grid article { position:relative; padding:23px; min-width:0; border-radius:var(--radius-md); border:1px solid var(--line); background:linear-gradient(145deg,rgba(16,34,54,.78),rgba(8,19,32,.72)); overflow:hidden; }
.cost-top { display:flex; align-items:center; justify-content:space-between; gap:14px; }
.cost-icon { width:35px; height:35px; display:grid; place-items:center; border-radius:10px; border:1px solid rgba(75,219,255,.15); color:var(--cyan); background:rgba(75,219,255,.055); }
.cost-icon svg { width:21px; height:21px; }
.cost-number { font-size:10px; color:var(--muted-2); letter-spacing:.1em; }
.cost-grid h3 { font-size:18px; margin:18px 0 10px; letter-spacing:-.02em; }
.cost-grid p { font-size:13px; line-height:1.85; }
.basis-note { display:flex; justify-content:space-between; align-items:center; gap:30px; padding-block:25px; margin-top:38px; border-top:1px solid var(--line); }
.basis-note > span { color:var(--gold-soft); font-size:12px; flex-shrink:0; }
.basis-note p { font-size:11px; line-height:1.85; }

/* Data workflow */
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; list-style:none; padding:0; margin:0; }
.steps li { min-width:0; position:relative; padding:29px; border:1px solid var(--line); border-radius:20px; background:linear-gradient(145deg,rgba(15,31,50,.72),rgba(7,18,31,.68)); }
.step-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:26px; }
.step-top > span { width:33px; height:33px; display:grid; place-items:center; border-radius:10px; color:var(--cyan); background:rgba(75,219,255,.07); border:1px solid rgba(75,219,255,.12); font-size:10px; }
.step-top i { font-style:normal; color:var(--muted-2); font-size:23px; }
.steps h3 { font-size:21px; letter-spacing:-.02em; margin-bottom:15px; }
.steps p { font-size:14px; line-height:1.85; }
.step-tags { display:flex; gap:8px; margin-top:23px; flex-wrap:wrap; }
.step-tags span { font-size:10px; padding:5px 8px; border:1px solid var(--line); border-radius:7px; color:var(--muted); background:rgba(255,255,255,.02); }
.steps li::after { content:""; position:absolute; right:-13px; top:45px; width:8px; height:8px; border-top:1px solid rgba(75,219,255,.4); border-right:1px solid rgba(75,219,255,.4); transform:rotate(45deg); }
.steps li:last-child::after { display:none; }

/* Team access */
.team-section { padding-block:96px; border-block:1px solid rgba(130,170,200,.09); background:linear-gradient(180deg,rgba(8,19,32,.2),rgba(4,10,18,.42)); }
.team-layout { display:grid; grid-template-columns:.86fr 1.14fr; gap:78px; align-items:center; }
.team-copy h2 { font-size:42px; line-height:1.25; }
.team-copy > p:last-child { font-size:16px; line-height:1.85; max-width:345px; margin-top:25px; }
.role-list { display:grid; gap:13px; }
.role-list article { display:flex; gap:20px; align-items:flex-start; padding:25px; border:1px solid var(--line); border-radius:var(--radius-md); background:linear-gradient(145deg,rgba(15,31,50,.72),rgba(7,18,31,.68)); }
.role-icon { width:43px; height:43px; display:grid; place-items:center; border:1px solid rgba(75,219,255,.15); color:var(--cyan); background:rgba(75,219,255,.055); border-radius:12px; flex-shrink:0; }
.role-icon svg { width:22px; height:22px; }
.role-list article > div+div > span { color:var(--cyan-soft); font-size:10px; letter-spacing:.08em; }
.role-list h3 { font-size:17px; margin:7px 0 9px; font-weight:600; }
.role-list p { font-size:13px; line-height:1.85; }

/* FAQ and closing */
.faq-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; }
.faq-layout h2 { font-size:36px; line-height:1.3; }
.faq-list { display:grid; gap:12px; align-content:start; }
.faq-list details { border:1px solid var(--line); border-radius:14px; background:rgba(12,25,41,.48); overflow:hidden; }
.faq-list details[open] { background:rgba(15,31,50,.6); border-color:rgba(75,219,255,.2); }
.faq-list summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 22px; font-size:14px; color:#dce8f2; font-weight:550; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary > span { color:var(--cyan); font-size:20px; flex-shrink:0; font-weight:400; line-height:1; transition:transform .2s ease; }
.faq-list details[open] summary > span { transform:rotate(45deg); }
.faq-list details p { font-size:13px; line-height:1.9; padding:0 22px 22px; }
.faq-list summary:focus-visible { outline-offset:-5px; border-radius:12px; }
.closing { position:relative; overflow:hidden; padding:61px 58px; border-radius:var(--radius-lg); border:1px solid rgba(239,193,76,.21); background:radial-gradient(ellipse at 85% 30%,rgba(239,193,76,.055),transparent 50%),linear-gradient(125deg,rgba(18,36,56,.88),rgba(8,18,31,.95)); box-shadow:0 24px 70px rgba(0,0,0,.15); }
.closing .eyebrow { color:var(--gold-soft); font-size:11px; margin-bottom:18px; }
.closing h2 { font-size:43px; line-height:1.22; }
.closing .actions { margin-top:28px; }
.closing > :not(.closing-mark) { position:relative; z-index:1; }
.closing-mark { position:absolute; right:75px; top:30px; width:125px; transform:rotate(8deg); opacity:.14; pointer-events:none; }
.closing-mark img { width:100%; height:auto; filter:drop-shadow(0 0 55px rgba(255,120,24,.25)); }
footer { margin-top:90px; border-top:1px solid var(--line); background:rgba(4,10,18,.3); }
.footer-main { display:flex; align-items:center; flex-wrap:wrap; gap:25px; padding-block:32px; }
.footer-main > p { font-size:12px; }
.footer-main nav { display:flex; gap:25px; margin-left:auto; font-size:12px; color:var(--muted); }
.footer-main nav a:hover { color:var(--text); }
.footer-main nav span { margin-left:5px; color:var(--muted-2); }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid var(--line); padding-block:22px; color:var(--muted-2); font-size:11px; }
.footer-bottom a:hover { color:var(--muted); }

/* Progressive enhancement: never hide content without JS, or when motion is reduced. */
.motion-ready .reveal { opacity:0; transform:translateY(20px); transition:opacity .75s ease,transform .75s var(--ease-out); transition-delay:var(--reveal-delay,0ms); }
.motion-ready .reveal.visible { opacity:1; transform:translateY(0); }
.delay-1 { --reveal-delay:100ms; }
.motion-ready .pulse-dot { animation:pulse 2.2s infinite; }
.motion-ready .data-sources > span::after { animation:dataTravel 5.6s calc(var(--i)*.65s) infinite; }
.motion-ready .hero-visual.visible .allocation-bar > i { animation:barReveal .85s var(--ease-out) both; animation-delay:calc(.25s + var(--i)*.08s); }
.motion-ready .hero-visual.visible .kpi-card { animation:kpiReveal .7s var(--ease-out) both; animation-delay:calc(.12s + var(--i)*.06s); }
.motion-ready .scenario-panel.panel-enter .scenario-copy { animation:panelReveal .4s var(--ease-out) both; }
.motion-ready .scenario-panel.panel-enter .scenario-demo { animation:panelReveal .5s .05s var(--ease-out) both; }
.motion-ready .scenario-panel.panel-enter .shop-comparison i { animation:barReveal .7s .15s var(--ease-out) both; }
.motion-ready .faq-list details[open] p { animation:answerReveal .25s ease both; }
@keyframes pulse { 50% { box-shadow:0 0 0 8px rgba(87,225,177,0); } }
@keyframes dataTravel { 0%,15% { left:-50%;opacity:0; } 22%,42% { opacity:.8; } 55%,100% { left:115%;opacity:0; } }
@keyframes barReveal { from { transform:scaleX(.03); opacity:0; } to { transform:scaleX(1); opacity:1; } }
@keyframes kpiReveal { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
@keyframes panelReveal { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
@keyframes answerReveal { from { opacity:0; transform:translateY(-4px); } to { opacity:1; transform:translateY(0); } }
@media (hover:hover) and (pointer:fine) {
  .cost-grid article, .steps li, .role-list article, .mini-card { transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
  .motion-ready .cost-grid article.reveal, .motion-ready .steps li.reveal, .motion-ready .role-list article.reveal { transition:opacity .75s ease,transform .5s var(--ease-out),border-color .25s ease,box-shadow .25s ease; }
  .cost-grid article:hover, .steps li:hover, .role-list article:hover, .mini-card:hover { transform:translateY(-4px); border-color:rgba(75,219,255,.29); box-shadow:0 18px 38px rgba(0,0,0,.16); }
  .motion-ready .cost-grid article.reveal.visible:hover, .motion-ready .steps li.reveal.visible:hover, .motion-ready .role-list article.reveal.visible:hover { transform:translateY(-4px); }
}
body.page-idle *, body.page-idle *::before, body.page-idle *::after { animation-play-state:paused !important; }
html.motion-paused { scroll-behavior:auto; }
html.motion-paused *, html.motion-paused *::before, html.motion-paused *::after { animation:none !important; transition:none !important; }
html.motion-paused .reveal { opacity:1; transform:none; }
html.motion-paused .button:hover, html.motion-paused .cost-grid article:hover, html.motion-paused .steps li:hover, html.motion-paused .role-list article:hover, html.motion-paused .mini-card:hover { transform:none !important; }

/* Responsive, matching the reference breakpoints without shrinking body text to microtype. */
@media (max-width:1100px) {
  .hero-grid { gap:30px; }
  .hero h1 { font-size:52px; }
  .hero-lead { font-size:16px; }
  .header nav { gap:23px; }
  .dash-top, .dash-bottom { padding-inline:18px; }
  .dash-kpis { padding-inline:18px; gap:6px; }
  .kpi-card { padding:13px 9px; }
  .dash-kpis strong { font-size:21px; }
  .chart-caption { padding-inline:18px; }
  .allocation-bar { margin-inline:18px; }
  .allocation-legend { padding-inline:18px; gap:10px 18px; }
  .data-sources { gap:10px; }
  .data-sources > span { padding:14px; font-size:12px; }
  .scenario-panel { gap:36px; }
  .scenario-demo { padding:22px; }
  .profit-layout { gap:36px; grid-template-columns:.8fr 1.3fr; }
  .profit-intro h2 { font-size:38px; }
  .cost-grid article { padding:19px; }
  .steps li { padding:23px; }
  .team-layout { gap:40px; }
  .faq-layout { gap:40px; }
}
@media (max-width:900px) {
  .hero { min-height:auto; padding:130px 0 76px; }
  .hero-grid { grid-template-columns:1fr; gap:48px; }
  .hero h1 { font-size:62px; }
  .hero-lead { max-width:640px; font-size:18px; }
  .hero-visual { width:100%; max-width:680px; margin-inline:auto; }
  .dash-kpis strong { font-size:28px; }
  .dash-top, .dash-bottom { padding-inline:24px; }
  .dash-kpis { padding-inline:24px; }
  .chart-caption { padding-inline:24px; }
  .allocation-bar { margin-inline:24px; }
  .allocation-legend { padding-inline:24px; }
  .header nav { gap:18px; }
  .header nav a { font-size:12px; }
  .section { padding-block:86px; }
  .band-content { flex-direction:column; align-items:flex-start; gap:24px; padding-block:30px; }
  .band-content br { display:none; }
  .band-content strong { margin-left:8px; }
  .data-sources { width:100%; }
  .data-sources > span { justify-content:center; }
  .scenario-panel { gap:30px; grid-template-columns:1fr; min-height:unset; }
  .scenario-copy p { max-width:650px; }
  .scenario-copy h3 br { display:none; }
  .scenario-demo { padding:27px; }
  .product-row { font-size:13px; }
  .product-row.table-head { font-size:12px; }
  .profit-layout { grid-template-columns:1fr; gap:36px; }
  .profit-intro h2 br:nth-of-type(2) { display:none; }
  .profit-note { max-width:unset; }
  .cost-grid { gap:16px; }
  .cost-grid article { padding:25px; }
  .basis-note { align-items:flex-start; }
  .steps { grid-template-columns:1fr; gap:16px; }
  .steps li { padding:28px; }
  .step-top { margin-bottom:20px; }
  .steps li::after { right:auto; left:50%; top:auto; bottom:-13px; transform:rotate(135deg); }
  .team-layout { grid-template-columns:1fr; gap:36px; }
  .team-copy h2 br:last-of-type { display:none; }
  .team-copy > p:last-child { max-width:620px; }
  .faq-layout { grid-template-columns:1fr; gap:32px; }
  .closing { padding:48px 38px; }
  .footer-main nav { margin-left:0; }
}
@media (max-width:800px) {
  .menu-toggle { display:block; }
  .header nav {
    display:none; position:fixed; inset:76px 0 0; z-index:101; margin:0; padding:20px 24px 30px;
    background:rgba(5,12,22,.98); -webkit-backdrop-filter:blur(20px); backdrop-filter:blur(20px);
    flex-direction:column; align-items:stretch; justify-content:flex-start; gap:0; overflow-y:auto;
  }
  .header nav.open { display:flex; }
  .header nav a { display:block; font-size:18px; padding:18px 2px; border-bottom:1px solid var(--line); }
  .header nav .header-cta { margin-top:20px; text-align:center; font-size:15px; padding:14px 17px; border-color:rgba(239,193,76,.3); background:rgba(239,193,76,.055); }
  .header nav .header-cta span { display:inline; }
  .menu-toggle { z-index:102; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:20px; }
  .section-heading > p br { display:none; }
  .scenario-tabs button { font-size:13px; gap:8px; padding:10px 6px; }
  .footer-bottom { justify-content:flex-start; flex-wrap:wrap; gap:10px 22px; }
}
@media (max-width:560px) {
  html { scroll-padding-top:94px; }
  .wrap { width:calc(100% - 40px); }
  .nav-row { height:72px; }
  .brand-logo { height:39px; }
  .brand-suffix { font-size:18px; }
  .header nav { top:72px; }
  .hero { padding:122px 0 63px; }
  .hero-grid { gap:37px; }
  .hero .eyebrow { font-size:9px; letter-spacing:.1em; padding:7px 10px; }
  .hero h1 { font-size:43px; line-height:1.16; letter-spacing:-.055em; margin:24px 0 23px; }
  .hero-lead { font-size:15px; line-height:1.85; }
  .desktop-break { display:none; }
  .actions { margin-top:28px; gap:10px; }
  .button { min-height:48px; font-size:13px; padding-inline:17px; gap:9px; }
  .hero-meta { margin-top:21px; }
  .hero-meta span { font-size:10px; }
  .visual-shell { border-radius:17px; }
  .visual-topbar { height:41px; padding:0 15px; gap:10px; font-size:9px; }
  .topbar-demo { font-size:8px; }
  .dash-top { padding:18px 15px 16px; gap:10px; }
  .tiny-label { font-size:9px; margin-bottom:5px; }
  .dash-top strong { font-size:12px; }
  .demo-badge { font-size:8px; padding:4px 6px; }
  .dash-kpis { padding:0 15px 20px; gap:6px; grid-template-columns:1.2fr 1.2fr .8fr; }
  .kpi-card { padding:11px 8px; border-radius:10px; }
  .dash-kpis > div > span { font-size:9px; }
  .dash-kpis strong { font-size:19px; letter-spacing:-.04em; }
  .dash-kpis small { font-size:10px; margin-right:2px; }
  .chart-caption { padding-inline:15px; font-size:9px; }
  .chart-caption span+span { font-size:8px; }
  .allocation-bar { height:37px; margin:13px 15px 17px; gap:2px; }
  .allocation-legend { padding:0 15px 19px; gap:10px 18px; font-size:9px; }
  .allocation-legend b { font-size:10px; }
  .dash-bottom { padding:13px 15px; gap:9px; }
  .dash-bottom p { font-size:10px; }
  .small-icon { font-size:20px; }
  .hero-visual figcaption { font-size:9px; padding-inline:4px; }
  .motion-toggle { font-size:10px; min-height:36px; margin-top:6px; }
  .band-content { padding-block:28px; gap:19px; }
  .band-content p { font-size:12px; }
  .band-content br { display:block; }
  .band-content strong { margin-left:0; }
  .data-sources { grid-template-columns:repeat(2,1fr); gap:10px; }
  .data-sources > span { justify-content:flex-start; padding:14px 16px; font-size:12px; }
  .section { padding-block:66px; }
  h2 { font-size:32px; line-height:1.28; }
  .eyebrow { font-size:10px; letter-spacing:.13em; }
  .section-heading { margin-bottom:28px; gap:17px; }
  .section-heading > p { font-size:14px; }
  .scenario-tabs { gap:4px; padding:4px; border-radius:12px; }
  .scenario-tabs button { flex-direction:column; gap:4px; min-height:65px; font-size:11px; line-height:1.5; padding:8px 3px; border-radius:8px; }
  .scenario-tabs button span { font-size:9px; }
  .scenario-panel { padding-top:31px; gap:27px; }
  .scenario-copy h3 { font-size:27px; }
  .scenario-copy h3 br { display:block; }
  .scenario-copy p { font-size:14px; line-height:1.9; }
  .check-list { font-size:12px; gap:9px; }
  .text-link { font-size:12px; }
  .scenario-demo { padding:19px 16px; border-radius:18px; }
  .demo-head { gap:10px; margin-bottom:20px; }
  .demo-head > strong { font-size:12px; }
  .product-row { grid-template-columns:1.02fr .85fr .85fr 1.15fr; gap:5px; padding:18px 0; font-size:10px; }
  .product-row.table-head { font-size:9px; gap:4px; }
  .product-icon { display:none; }
  .product-row b { font-size:14px; }
  .product-row .status { font-size:9px; padding:3px 5px; }
  .insight { padding:13px 12px; gap:10px; }
  .insight p { font-size:10px; }
  .demo-note { font-size:9px; }
  .shop-comparison > div { grid-template-columns:73px 1fr 76px; gap:10px; font-size:10px; padding:20px 0; }
  .shop-comparison b { font-size:12px; }
  .after-grid article { padding:15px; }
  .after-grid h4 { font-size:13px; }
  .profit-section { padding-top:65px; }
  .profit-intro h2 { font-size:34px; }
  .profit-intro > p:not(.eyebrow) { font-size:15px; margin-top:22px; }
  .profit-note p { font-size:12px; }
  .cost-grid { grid-template-columns:1fr; gap:12px; }
  .cost-grid article { padding:24px; }
  .cost-grid h3 { font-size:18px; margin-top:17px; }
  .cost-grid p { font-size:14px; }
  .basis-note { flex-direction:column; gap:10px; margin-top:27px; padding-block:23px; }
  .basis-note > span { font-size:12px; }
  .basis-note p { font-size:11px; }
  .steps li { padding:24px; }
  .steps h3 { font-size:21px; }
  .steps p { font-size:14px; }
  .team-section { padding-block:64px; }
  .team-copy h2 { font-size:34px; }
  .team-copy h2 br:last-of-type { display:block; }
  .team-copy > p:last-child { font-size:15px; }
  .role-list article { padding:21px 18px; gap:14px; }
  .role-icon { width:36px; height:36px; border-radius:10px; }
  .role-icon svg { width:20px; height:20px; }
  .role-list h3 { font-size:16px; line-height:1.6; }
  .role-list p { font-size:13px; }
  .faq-layout h2 { font-size:30px; }
  .faq-list summary { font-size:13px; padding:18px; gap:14px; }
  .faq-list details p { padding:0 18px 18px; font-size:13px; }
  .closing { padding:36px 24px; border-radius:22px; }
  .closing h2 { font-size:31px; }
  .closing .eyebrow { font-size:9px; letter-spacing:.08em; }
  .closing .actions { gap:10px; }
  .closing .button { font-size:12px; padding-inline:13px; gap:8px; }
  .closing-mark { right:-12px; top:46px; width:95px; opacity:.07; }
  footer { margin-top:64px; }
  .footer-main { padding-block:27px; gap:18px; }
  .footer-main > p { width:100%; font-size:12px; }
  .footer-main nav { gap:18px; font-size:11px; flex-wrap:wrap; }
  .footer-bottom { font-size:10px; gap:12px; flex-direction:column; align-items:flex-start; padding-block:22px; }
}
@media (max-width:360px) {
  .wrap { width:calc(100% - 32px); }
  .hero h1 { font-size:38px; }
  .hero-lead { font-size:14px; }
  .button { font-size:12px; padding-inline:14px; }
  .dash-kpis { padding-inline:12px; gap:4px; }
  .kpi-card { padding:10px 6px; }
  .dash-kpis strong { font-size:17px; }
  .dash-top { padding-inline:12px; }
  .dash-top strong { font-size:11px; }
  .hero-meta span { padding-inline:8px; }
  h2 { font-size:29px; }
  .scenario-tabs button { font-size:10px; }
  .scenario-demo { padding:18px 12px; }
  .product-row .status { font-size:8px; padding-inline:4px; }
  .closing { padding-inline:20px; }
  .closing h2 { font-size:28px; }
  .closing .button { padding-inline:10px; font-size:11px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
  .motion-ready .reveal { opacity:1; transform:none; }
  .button:hover, .cost-grid article:hover, .steps li:hover, .role-list article:hover, .mini-card:hover { transform:none !important; }
}
@media print {
  .header, .ambient, .grid-noise, .motion-toggle, .skip { display:none !important; }
  .reveal { opacity:1 !important; transform:none !important; }
  .hero { padding-top:30px; }
  * { animation:none !important; }
}
