/* InsightLab - Graphite design system v3 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500&display=swap');

:root {
  --bg:#0C1018; --surface:#111820; --surface-2:#161E28;
  --border:#1C2635; --border-subtle:#131C27;
  --text:#E8EDF4; --text-2:#8A9AAD; --muted:#50606F;
  --accent:#B8C6D4; --accent-soft:rgba(184,198,212,.07);
  --maxw:1160px;
  --amber:#C8965A; --red:#C05A53; --green:#4FAF8A;
  --nav-bg:rgba(12,16,24,.88);
  --hover-border:#2C3D52; --hover-bg:#16202C;
  --track-bg:#1A2535;
  --page-glow:rgba(180,200,220,.05); --hero-glow:rgba(140,165,195,.06);
  --btn-primary-bg:#D4DCE8; --btn-primary-bg-hover:#E2E8F2; --btn-primary-text:#080C11;
}
[data-theme="light"] {
  --bg:#ffffff; --surface:#f5f5f5; --surface-2:#f5f5f5;
  --border:#e0e0e0; --border-subtle:#ececec;
  --text:#111111; --text-2:#4a4a4a; --muted:#767676;
  --accent:#2F4858; --accent-soft:rgba(47,72,88,.07);
  --nav-bg:rgba(255,255,255,.88);
  --hover-border:#cfcfcf; --hover-bg:#ececec;
  --track-bg:#e6e6e6;
  --page-glow:transparent; --hero-glow:transparent;
  --btn-primary-bg:#111111; --btn-primary-bg-hover:#2a2a2a; --btn-primary-text:#ffffff;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"IBM Plex Sans",system-ui,-apple-system,sans-serif;
  background-color:var(--bg);
  /* subtle surface texture, lighter than a dot grid */
  background-image:none;
  color:var(--text);-webkit-font-smoothing:antialiased;font-weight:300;line-height:1.55;font-size:16px;
  transition:background-color .3s ease,color .3s ease;
}
/* very faint top-center radial glow for depth */
body::before{
  content:'';position:fixed;inset:0;pointer-events:none;z-index:0;
  background:radial-gradient(ellipse 80% 40% at 50% 0%,var(--page-glow),transparent 70%);
  transition:background .3s ease;
}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 44px}

/* ---- Buttons ---- */
.btn{
  font-family:inherit;font-size:13.5px;font-weight:400;
  padding:10px 18px;border-radius:2px;cursor:pointer;
  border:1px solid transparent;display:inline-flex;align-items:center;gap:8px;
  transition:background .12s,border-color .12s,color .12s;white-space:nowrap;
  letter-spacing:.02em;
}
.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-color:var(--btn-primary-bg);transition:background .12s,border-color .12s,color .12s}
.btn-primary:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-bg-hover)}
.btn-ghost{background:transparent;color:var(--text-2);border-color:var(--border)}
.btn-ghost:hover{color:var(--text);border-color:var(--hover-border)}
.btn-lg{padding:11px 22px;font-size:14px}

/* ---- Theme toggle ---- */
.theme-toggle{
  display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;
  border-radius:2px;border:1px solid var(--border);background:transparent;color:var(--text-2);
  cursor:pointer;transition:color .12s,border-color .12s,background .12s;
}
.theme-toggle:hover{color:var(--text);border-color:var(--hover-border)}
.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.theme-toggle .icon-moon{display:block}
.theme-toggle .icon-sun{display:none}
[data-theme="light"] .theme-toggle .icon-moon{display:none}
[data-theme="light"] .theme-toggle .icon-sun{display:block}

/* ---- Nav ---- */
nav{
  position:sticky;top:0;z-index:50;
  background:var(--nav-bg);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border-subtle);
  transition:background .3s ease,border-color .3s ease;
}
.nav-in{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:500;font-size:17px;letter-spacing:-.01em;color:var(--text)}
.brand svg{width:24px;height:24px}
.navlinks{display:flex;align-items:center;gap:28px;font-size:13.5px;font-weight:400}
.navlinks .l{color:var(--text-2);transition:color .12s}
.navlinks .l:hover{color:var(--text)}

/* ---- Hero ---- */
.hero{position:relative;padding:88px 0 72px;overflow:hidden}
.hero-split{padding:72px 0 64px}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
  gap:40px;align-items:center;
}
.hero-copy{position:relative;max-width:520px}
.hero-shot{position:relative;min-width:0;max-width:560px;justify-self:end;width:100%}
.shot-frame{
  margin:0;border:1px solid var(--border);border-radius:2px;
  background:var(--surface);overflow:hidden;
  transition:border-color .3s ease,background .3s ease;
  box-shadow:0 0 0 1px rgba(0,0,0,.25), 0 16px 40px rgba(0,0,0,.28);
}
.shot-frame img{
  display:block;width:100%;height:auto;max-height:400px;
  object-fit:cover;object-position:left top;vertical-align:top;
}
.demo-product-preview{
  height:380px;
  position:relative;
  display:grid;
  grid-template-columns:70px minmax(0,1fr) 96px;
  grid-template-rows:380px;
  overflow:hidden;
  background:#f6f6f5;
  color:#202020;
  font-family:"IBM Plex Sans",system-ui,-apple-system,sans-serif;
}
.demo-preview-sidebar{
  display:flex;flex-direction:column;gap:8px;
  background:#f3f4f3;border-right:1px solid #dedede;padding:13px 6px;
}
.demo-preview-brand{display:flex;align-items:center;gap:5px;color:#1f1f1f;font-size:7px;font-weight:700;margin-bottom:8px}
.demo-preview-brand svg{width:13px;height:13px;flex-shrink:0}
.demo-preview-brand i{margin-left:auto;width:13px;height:13px;border:1px solid #dedede;border-radius:2px;background:#f7f7f7}
.demo-preview-nav{border-radius:2px;padding:6px;font-size:6.5px;font-weight:700;color:#777}
.demo-preview-nav.active{background:#e4e7e7;color:#42606b}
.demo-preview-nav.muted{color:#858585}
.demo-preview-user{margin-top:auto;display:flex;align-items:center;gap:5px;border-top:1px solid #dedede;padding-top:8px}
.demo-preview-user > span{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#ececec;color:#666;font-size:5.5px;font-weight:700}
.demo-preview-user b{display:block;color:#555;font-size:6px;line-height:1.1}
.demo-preview-user small{display:block;color:#9a9a9a;font-size:5.5px;line-height:1.1}
.demo-preview-workspace{min-width:0;background:#f7f7f6;border-right:1px solid #dedede}
.demo-preview-header{height:56px;background:#fbfbfa;border-bottom:1px solid #dedede;padding:10px 16px}
.demo-preview-header small{display:block;color:#999;font-size:6.5px;margin-bottom:8px}
.demo-preview-header div{display:flex;align-items:center;justify-content:space-between;gap:8px}
.demo-preview-header h3{font-size:13px;line-height:1;font-weight:700;color:#191919}
.demo-preview-header span{border:1px solid #e2e2e2;background:#f7f7f6;border-radius:2px;padding:4px 6px;color:#777;font-size:5.8px;font-weight:700}
.demo-preview-tabs{height:31px;display:flex;align-items:center;gap:8px;background:#fbfbfa;border-bottom:1px solid #dedede;padding:0 16px;font-size:7px;color:#777}
.demo-preview-tabs b{background:#eeeeed;border-radius:1px;padding:7px 8px;color:#242424;font-weight:700}
.demo-preview-tabs em{margin-left:auto;font-style:normal;color:#999;font-size:6.5px;white-space:nowrap}
.demo-preview-main{padding:13px 18px;display:grid;gap:9px}
.demo-preview-card{background:#f8f8f7;border:1px solid #dedede;border-radius:2px;padding:10px;box-shadow:none}
.demo-preview-card small,.demo-preview-card-title small{color:#9a9a9a;font-size:5.7px;line-height:1.35}
.demo-preview-card > small{text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#8d8d8d}
.demo-preview-card h4{margin-top:5px;color:#181818;font-size:11px;line-height:1.12;font-weight:700}
.demo-preview-card p{margin-top:5px;color:#969696;font-size:6.6px;line-height:1.45}
.intro-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:8px}
.intro-card > small,.intro-card h4,.intro-card p{grid-column:1}
.demo-preview-actions{grid-column:2;grid-row:1 / span 3;align-self:end;display:flex;gap:5px;font-size:6.2px;font-weight:700}
.demo-preview-actions span{border:1px solid #dedede;border-radius:2px;padding:5px 7px;color:#555;background:#fff}
.demo-preview-actions b{border-radius:2px;padding:5px 7px;color:#fff;background:#1d1d1d;white-space:nowrap}
.demo-preview-content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:8px;align-items:start}
.demo-preview-card-title{display:block;margin-bottom:8px}
.demo-preview-card-title b{display:block;font-size:7px;color:#555}
.demo-preview-card-title small{display:block;margin-top:4px}
.demo-preview-sources{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}
.demo-preview-sources div{display:grid;grid-template-columns:18px minmax(0,1fr);column-gap:5px;border:1px solid #e1e1e1;background:#fafafa;border-radius:1px;padding:5px}
.demo-preview-sources span{display:grid;place-items:center;width:16px;height:16px;border-radius:1px;background:#f0f0ef;color:#666;font-size:4.5px;font-weight:700;align-self:start}
.demo-preview-sources b{display:block;color:#242424;font-size:5.8px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.demo-preview-sources small{display:none}
.demo-preview-fields{margin-top:8px;display:grid;gap:7px}
.demo-preview-fields label,.detected-card label{display:grid;gap:3px;color:#555;font-size:6px;font-weight:700}
.demo-preview-fields em,.detected-card em{display:block;border:1px solid #e1e1e1;background:#fbfbfb;border-radius:1px;padding:5px 6px;color:#6b7280;font-size:6px;font-style:normal;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.demo-preview-sidecards{display:grid;gap:8px}
.detected-card div,.feedback-card div{display:flex;align-items:center;justify-content:space-between;gap:8px}
.detected-card b,.feedback-card b{font-size:7px;color:#555}
.detected-card div span{background:#f0f0ef;color:#777;border-radius:1px;padding:3px 5px;font-size:5.5px;font-weight:700}
.detected-card h4{font-size:10px;margin-top:7px}
.detected-card label{margin-top:8px}
.feedback-card div span{display:grid;place-items:center;width:12px;height:12px;border:1px solid #2f8f6c;border-radius:50%;color:#2f8f6c;font-size:5px;font-weight:700}
.feedback-card > small{display:block;margin-top:5px}
.feedback-card ul{list-style:none;margin-top:8px;display:grid;gap:5px}
.feedback-card li{border:1px solid #8b9ca8;background:#e9ecee;border-radius:1px;padding:6px 7px;color:#25313a}
.feedback-card li b{display:block;position:relative;padding-left:12px;color:#202020;font-size:7px;line-height:1.1}
.feedback-card li b::before{content:'x';position:absolute;left:0;top:0;width:7px;height:7px;border-radius:1px;background:#2e4054;color:#fff;font-size:5px;line-height:7px;text-align:center}
.feedback-card li span{display:block;margin-top:5px;color:#8b8b8b;font-size:5.2px;font-weight:700;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.demo-preview-assistant{background:#f6f6f5;padding:10px 9px;border-left:1px solid #dedede;display:flex;flex-direction:column;overflow:hidden}
.demo-assistant-input{display:flex;align-items:flex-start;gap:5px;background:#fff;border:1px solid #dedede;border-radius:2px;padding:5px 6px;flex-shrink:0}
.demo-assistant-input span{flex:1;min-width:0;font-size:5.8px;color:#c0c0c0;font-style:italic;word-break:break-all;overflow-wrap:break-word}
.demo-assistant-input button{flex-shrink:0;width:14px;height:14px;border-radius:1px;background:#202020;color:#fff;border:none;font-size:7px;display:grid;place-items:center;cursor:default;line-height:1}
.demo-assistant-head{display:flex;align-items:center;justify-content:space-between;gap:5px;color:#202020;font-size:7px;font-weight:700;border-bottom:1px solid #dedede;padding-bottom:9px}
.demo-assistant-head span{border-radius:1px;background:#e7e9e9;color:#60717b;padding:3px 5px;font-size:5px;font-weight:700;white-space:nowrap}
.demo-assistant-messages{margin-top:9px;flex:1;min-height:0;overflow-y:scroll;scrollbar-width:none;display:flex;flex-direction:column;justify-content:flex-start;gap:3px}
.demo-assistant-messages::-webkit-scrollbar{display:none}
.msg-bot{background:#ededec;color:#8d8d8d;font-size:6px;line-height:1.45;padding:6px 8px;border-radius:2px;flex-shrink:0;overflow-wrap:break-word}
.msg-user{background:#e2e2e0;color:#444;font-size:6px;line-height:1.45;padding:6px 8px;border-radius:2px;flex-shrink:0;text-align:right;overflow-wrap:break-word}
.demo-results{padding:10px 18px;display:grid;gap:9px}
.demo-results-meta{font-size:5.5px;color:#9a9a9a;border-bottom:1px solid #ebebeb;padding-bottom:7px}
.demo-result-item{display:grid;gap:4px}
.demo-result-header{display:flex;align-items:center;gap:5px}
.demo-result-sev{border-radius:1px;padding:2px 4px;font-size:4.5px;font-weight:700;flex-shrink:0}
.demo-result-sev.high{background:#fde8e8;color:#c05a53}
.demo-result-sev.med{background:#fef3cd;color:#a07030}
.demo-result-sev.low{background:#e7e9e9;color:#60717b}
.demo-result-header b{font-size:6px;color:#242424;line-height:1.3}
.demo-result-bar{height:3px;background:#ebebeb;border-radius:1px;overflow:hidden}
.demo-result-bar i{display:block;height:100%;width:0%;border-radius:1px;transition:width 0.65s cubic-bezier(0.22,1,0.36,1)}
.demo-result-bar.high-bar i{background:#c05a53}
.demo-result-bar.med-bar i{background:#c8965a}
.demo-result-bar.low-bar i{background:#b8c6d4}
.demo-result-note{font-size:5.2px;color:#9a9a9a}
.shot-caption{
  padding:10px 14px;border-top:1px solid var(--border-subtle);
  font-size:11.5px;color:var(--muted);letter-spacing:.02em;
}
.hero-proof{
  margin-top:36px;display:flex;flex-wrap:wrap;gap:10px 18px;
  font-size:12.5px;color:var(--text-2);
}
.hero-proof span{display:inline-flex;align-items:center;gap:8px}
.hero-proof span::before{
  content:'';width:4px;height:4px;border-radius:50%;background:var(--muted);flex-shrink:0;
}
.glow{position:absolute;top:-160px;left:50%;transform:translateX(-50%);width:900px;height:500px;background:radial-gradient(ellipse at 50% 30%,var(--hero-glow),transparent 60%);pointer-events:none;transition:background .3s ease}
.eyebrow{
  position:relative;display:inline-flex;align-items:center;gap:9px;
  font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);margin-bottom:28px;
  background:none;border:none;padding:0;
}
.eyebrow .d{width:5px;height:5px;border-radius:50%;background:var(--muted);flex-shrink:0}
h1{
  position:relative;font-size:clamp(36px,5vw,52px);line-height:1.08;
  letter-spacing:-.02em;font-weight:500;max-width:860px;margin-bottom:24px;color:var(--text);
}
.acc{color:var(--accent)}
.sub{
  position:relative;font-size:17px;line-height:1.65;color:var(--text-2);
  max-width:640px;margin-bottom:36px;font-weight:400;
}
.cta{position:relative;display:flex;gap:12px;flex-wrap:wrap}

/* ---- Split sections (product-led layout) ---- */
.split{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:48px;align-items:center;
}
.split.reverse{direction:rtl}
.split.reverse > *{direction:ltr}
.split-copy h2{margin-bottom:14px;max-width:480px}
.split-copy .lead{margin-bottom:0}
.split-shot .shot-frame{max-width:100%}

/* ---- Trust strip (legacy) ---- */
.trust{
  margin-top:60px;position:relative;
  display:flex;align-items:center;gap:28px;flex-wrap:wrap;
  color:var(--muted);font-size:11.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
}
.trust .logos{display:flex;gap:32px;flex-wrap:wrap}
.trust .logos span{color:#283444;font-size:15px;font-weight:600;letter-spacing:-.01em;text-transform:none}

/* ---- Page header variant ---- */
.pagehead{padding:88px 0 12px;position:relative;overflow:hidden}
.pagehead h1{font-size:clamp(34px,4.5vw,48px)}

/* ---- Sections ---- */
section{padding:88px 0;border-top:1px solid var(--border-subtle);transition:border-color .3s ease}
.kicker{font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}
h2{font-size:clamp(24px,3vw,34px);line-height:1.14;letter-spacing:-.02em;font-weight:500;margin-bottom:16px;max-width:640px;color:var(--text)}
.lead{font-size:16px;color:var(--text-2);max-width:600px;margin-bottom:44px;line-height:1.65}

/* ---- Process: numbered spec row (flat, divided by hairlines) ---- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--border);margin-top:6px}
.step{
  background:none;border:none;border-radius:0;
  border-left:1px solid var(--border-subtle);
  padding:30px 28px 4px;transition:none;
}
.step:first-child{border-left:none;padding-left:0}
.step:hover{background:none;transform:none;border-color:var(--border-subtle)}
.stepno{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:18px;display:flex;align-items:baseline;gap:11px}
.stepno .n{width:auto;height:auto;background:none;border:none;border-radius:0;place-items:initial;font-size:28px;line-height:.9;color:var(--accent);font-weight:300;letter-spacing:-.03em}
.step h3{font-size:15px;font-weight:400;margin-bottom:9px;letter-spacing:-.005em;color:var(--text)}
.step p{font-size:13.5px;color:var(--text-2);line-height:1.55}

/* ---- 2-col feature cards (kept structured, with a left accent edge) ---- */
.feat{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px}
.feat-compact .card{padding:22px 22px 22px 24px}
.feat-compact h3{font-size:14.5px}
.feat-compact p{font-size:13.5px}
.card{
  background:var(--surface);border:1px solid var(--border);border-radius:2px;padding:28px;
  transition:border-color 0.2s ease, background 0.2s ease;
}
.card:hover{
  border-color:var(--hover-border);
  background:var(--hover-bg);
}
/* Capability cards read as intentional callouts, not generic boxes. */
.feat .card{border-left:2px solid var(--border)}
.feat .card:hover{border-left-color:var(--accent)}
.card .ic{
  width:34px;height:34px;border-radius:2px;
  background:var(--accent-soft);border:1px solid var(--border);
  display:grid;place-items:center;margin-bottom:16px;color:var(--accent);
}
.card h3{font-size:15.5px;font-weight:400;margin-bottom:9px;letter-spacing:-.005em;color:var(--text)}
.card p{font-size:14px;color:var(--text-2);line-height:1.6}

/* ---- Why: numbered ledger (flat, two columns, hairline rows) ---- */
.why{display:grid;grid-template-columns:1fr 1fr;column-gap:60px;row-gap:0;counter-reset:why;border-top:1px solid var(--border)}
.why .card{
  background:none;border:none;border-radius:0;
  border-bottom:1px solid var(--border-subtle);
  padding:26px 0 26px 48px;position:relative;transition:none;
}
.why .card:hover{background:none;transform:none;border-color:var(--border-subtle)}
.why .card::before{
  counter-increment:why;content:counter(why,decimal-leading-zero);
  position:absolute;left:0;top:27px;font-size:12.5px;font-weight:500;
  color:var(--muted);letter-spacing:.06em;font-variant-numeric:tabular-nums;
}
.why h3{font-size:15px;margin-bottom:8px}

/* ---- Stats: asymmetric figure strip (flat, first column wider) ---- */
.stats-note{font-size:12.5px;color:var(--muted);margin-bottom:24px;font-style:italic}
.stats{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:0;border-top:1px solid var(--border);margin-top:6px}
.stat{
  background:none;border:none;border-radius:0;
  border-left:1px solid var(--border-subtle);padding:32px 28px 8px;transition:none;
}
.stat:first-child{border-left:none;padding-left:0}
.stat:hover{background:none;transform:none;border-color:var(--border-subtle)}
.stat .num{font-size:46px;font-weight:300;letter-spacing:-.03em;color:var(--text);margin-bottom:10px;line-height:.95}
.stat .lbl{font-size:12.5px;color:var(--text-2);line-height:1.45}

/* ---- FAQ: ruled list (flat, hairline-divided rows) ---- */
.faq{display:grid;gap:0;max-width:820px;border-top:1px solid var(--border)}
.qa{
  background:none;border:none;border-bottom:1px solid var(--border-subtle);border-radius:0;
  transition:none;
}
.qa:hover{background:none;transform:none}
.qa-trigger{
  all:unset;box-sizing:border-box;display:flex;width:100%;align-items:center;
  justify-content:space-between;gap:16px;cursor:pointer;
  font-family:inherit;font-size:15px;font-weight:400;color:var(--text);
  padding:20px 2px;border-radius:0;transition:color .15s;
}
.qa-trigger:hover{color:var(--accent)}
.qa-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}
.qa-chevron{transition:transform .25s ease;color:var(--muted);flex-shrink:0}
.qa[data-open="true"] .qa-chevron{transform:rotate(180deg)}
.qa-panel{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .25s ease}
.qa[data-open="true"] .qa-panel{grid-template-rows:1fr}
.qa-panel-inner{min-height:0;overflow:hidden}
.qa-panel-inner p{padding:0 2px 22px;font-size:13.5px;color:var(--text-2);line-height:1.6}
.qa-panel-inner a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}

/* ---- CTA band ---- */
.ctaband{position:relative;text-align:center;overflow:hidden;padding-top:96px;padding-bottom:96px}
.ctaband .glow{top:-100px;height:380px;opacity:.8}
.ctaband h2{margin:0 auto 14px;max-width:520px}
.ctaband .lead{margin:0 auto 28px}
.ctaband .cta{justify-content:center}

/* ---- Use case rows ---- */
.uc{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;padding:42px 0;border-top:1px solid var(--border-subtle)}
.uc:first-of-type{border-top:none;padding-top:0}
.uc .tag{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.uc h3{font-size:22px;letter-spacing:-.02em;font-weight:600;margin-bottom:12px;color:var(--text)}
.uc p{color:var(--text-2);font-size:15px;margin-bottom:14px;line-height:1.6}
.uc .now,.uc .with{background:var(--surface);border:1px solid var(--border);border-radius:2px;padding:16px 18px;margin-bottom:10px;transition:border-color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}
.uc .now:hover,.uc .with:hover{border-color:var(--hover-border);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.12)}
.uc .now .h,.uc .with .h{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}
.uc .now .h{color:var(--muted)} .uc .with .h{color:var(--green)}
.uc .now p,.uc .with p{font-size:13.5px;margin:0;color:var(--text-2);line-height:1.5}

/* ---- Friction report mock ---- */
.report{background:var(--surface);border:1px solid var(--border);border-radius:2px;padding:28px;max-width:720px;transition:border-color .3s ease,background .3s ease}
.report .rh{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:16px}
.report .rh .t{font-weight:500;font-size:14.5px;color:var(--text)}
.report .verdict{font-size:11px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--amber);background:rgba(200,150,90,.1);border:1px solid rgba(200,150,90,.25);padding:5px 10px;border-radius:2px}
.report-context{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px;border-bottom:1px solid var(--border-subtle);padding-bottom:16px}
.report-context div{border:1px solid var(--border-subtle);border-radius:2px;background:var(--accent-soft);padding:10px 12px}
.report-context span{display:block;margin-bottom:4px;font-size:9.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.report-context b{font-size:12.5px;font-weight:400;color:var(--text)}
.flow-step{display:flex;align-items:center;gap:14px;padding:11px 0;border-bottom:1px solid var(--border-subtle)}
.flow-step:last-of-type{border-bottom:none}
.flow-step .bar{flex:1;height:6px;border-radius:3px;background:var(--track-bg);overflow:hidden}
.flow-step .bar i{display:block;height:100%;border-radius:3px}
.flow-step .name{width:158px;font-size:13px;color:var(--text-2)}
.flow-step .pct{width:42px;text-align:right;font-size:12.5px;font-weight:500;color:var(--muted)}
.trust-check{
  display:grid;grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--border-subtle);
}
.trust-check .name{font-size:13px;color:var(--text-2);min-width:0}
.trust-check .status,.trust-check .prov{
  border-radius:999px;padding:4px 8px;font-size:10px;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;
}
.trust-check .status.ready{color:var(--green);background:rgba(79,175,138,.08);border:1px solid rgba(79,175,138,.22)}
.trust-check .status.missing{color:var(--amber);background:rgba(200,150,90,.1);border:1px solid rgba(200,150,90,.25)}
.trust-check .prov{color:var(--muted);border:1px solid var(--border);background:var(--surface-2)}
.report .insight{margin-top:16px;font-size:13px;color:var(--text-2);line-height:1.6;padding:14px 16px;background:var(--accent-soft);border:1px solid var(--border);border-radius:6px}
.report .insight b{color:var(--text);font-weight:500}

/* ---- Integrations ---- */
.integ{display:flex;gap:10px;flex-wrap:wrap}
.chip{background:var(--surface);border:1px solid var(--border);border-radius:2px;padding:9px 14px;font-size:13px;font-weight:300;color:var(--text-2);transition:border-color .3s ease,background .3s ease}

/* ---- Security grid ---- */
.sec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.sec{background:var(--surface);border:1px solid var(--border);border-radius:2px;padding:26px;transition:border-color .3s ease,background .3s ease}
.sec h3{font-size:15px;font-weight:400;margin-bottom:9px;display:flex;align-items:center;gap:9px;color:var(--text)}
.sec h3 svg{color:var(--accent);flex-shrink:0}
.sec p{font-size:13.5px;color:var(--text-2);line-height:1.6}
.note{font-size:12px;color:var(--muted);font-style:italic;margin-top:24px;line-height:1.6}

/* ---- Footer ---- */
footer{border-top:1px solid var(--border-subtle);padding:52px 0 38px;transition:border-color .3s ease}
.foot-in{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}
.foot-brand{max-width:270px}
.foot-brand p{color:var(--muted);font-size:13px;margin-top:12px;line-height:1.6}
.foot-cols{display:flex;gap:60px;flex-wrap:wrap}
.foot-col h4{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-weight:600}
.foot-col a{display:block;color:var(--text-2);font-size:13.5px;margin-bottom:9px;transition:color .12s}
.foot-col a:hover{color:var(--text)}
.foot-bottom{margin-top:40px;padding-top:22px;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-between;color:var(--muted);font-size:12.5px;flex-wrap:wrap;gap:10px}

/* Ensure hover transitions work smoothly after entrance animation settles */
.step, .card, .stat, .qa, .sec {
  will-change: transform;
}

/* ---- Calendly popup override ---- */
.calendly-overlay .calendly-popup{border-radius:8px!important}

/* ---- Responsive ---- */
@media(max-width:920px){
  .hero-grid,.split{grid-template-columns:1fr;gap:32px}
  .hero-copy{max-width:none}
  .hero-shot{order:2;max-width:none;justify-self:stretch}
  .hero-shot .shot-frame img{max-height:none}
  .demo-product-preview{height:380px;grid-template-columns:92px minmax(0,1fr) 124px}
  .split.reverse{direction:ltr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .feat,.why,.stats,.sec-grid{grid-template-columns:1fr 1fr}
  .uc{grid-template-columns:1fr;gap:16px}
  .navlinks .l{display:none}
  /* Flat divided sections: reset the left hairline at the start of each row. */
  .step:nth-child(2n+1),.stat:nth-child(2n+1){border-left:none;padding-left:0}
}
@media(max-width:560px){
  .feat,.why,.stats,.sec-grid,.steps{grid-template-columns:1fr}
  /* Stacked: vertical hairlines become top hairlines. */
  .step,.stat{border-left:none;border-top:1px solid var(--border-subtle);padding-left:0;padding-top:22px}
  .step:first-child,.stat:first-child{border-top:none}
  .steps,.stats{border-top:none;margin-top:0}
  .report-context{grid-template-columns:1fr}
  .nav-in{gap:10px}
  .brand{gap:8px;font-size:15px}
  .brand svg{width:20px;height:20px}
  .navlinks{gap:6px}
  .navlinks .btn{padding:8px 9px;font-size:12px}
  .theme-toggle{width:28px;height:28px}
  .wrap{padding:0 20px}
  h1{font-size:34px}
  .demo-product-preview{height:235px;grid-template-columns:70px minmax(0,1fr)}
  .demo-preview-assistant{display:none}
  .demo-preview-sidebar{padding:9px 7px}
  .demo-preview-brand{font-size:0}
  .demo-preview-brand svg{width:13px;height:13px}
  .demo-preview-brand i{display:none}
  .demo-preview-nav{font-size:6px;padding:5px}
  .demo-preview-user{display:none}
  .demo-preview-header{height:38px;padding:6px 9px}
  .demo-preview-header small{margin-bottom:5px}
  .demo-preview-header h3{font-size:11px}
  .demo-preview-header span{font-size:5px;padding:2px 4px}
  .demo-preview-tabs{height:24px;padding:0 9px;gap:4px}
  .demo-preview-tabs em{display:none}
  .demo-preview-main{padding:8px;gap:6px}
  .demo-preview-card{padding:8px;border-radius:2px}
  .demo-preview-card p,.intro-card .demo-preview-actions,.demo-preview-fields,.demo-preview-sidecards{display:none}
  .intro-card{display:block}
  .demo-preview-content-grid{grid-template-columns:1fr}
  .demo-preview-sources{gap:4px}
  .demo-preview-sources div{grid-template-columns:1fr;padding:5px}
  .demo-preview-sources span{display:none}
  .demo-preview-sources small{display:none}
  .trust-check{grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .trust-check .prov{display:none}
}
