:root {
  --bg:#090a0c;
  --bg-soft:#0d0f13;
  --panel:#111318;
  --panel-2:#151820;
  --text:#f5f5f6;
  --muted:#9da0aa;
  --subtle:#6f737d;
  --line:rgba(255,255,255,.095);
  --line-strong:rgba(255,255,255,.17);
  --coral:#ff6757;
  --coral-soft:#ff8b7d;
  --violet:#8a7df7;
  --green:#39ba78;
  --paper:#fbfaf7;
  --paper-line:#dfdbd2;
  --ink:#171716;
  --shadow:0 40px 120px rgba(0,0,0,.48);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; color:var(--text); background:var(--bg); font-family:Inter,"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
body.is-modal-open { overflow:hidden; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }
button { color:inherit; }
svg { flex:0 0 auto; }
.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; }

.site-header { position:fixed; inset:0 0 auto; z-index:50; height:72px; border-bottom:1px solid rgba(255,255,255,.065); background:rgba(9,10,12,.76); backdrop-filter:blur(20px) saturate(130%); }
.header-inner { width:min(1400px,calc(100% - 48px)); height:100%; margin:auto; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:36px; }
.brand { display:inline-flex; align-items:center; gap:10px; white-space:nowrap; }
.brand img { width:28px; height:28px; filter:invert(1); }
.brand strong { font-size:19px; letter-spacing:-.045em; }
.site-nav { display:flex; justify-content:center; gap:32px; }
.site-nav a,.header-login { color:#a9abb2; font-size:13px; font-weight:600; transition:color .18s ease; }
.site-nav a:hover,.header-login:hover { color:#fff; }
.header-actions { display:flex; align-items:center; gap:14px; }
.language-switch { display:flex; gap:1px; padding:3px; border:1px solid var(--line); border-radius:9px; background:rgba(255,255,255,.035); }
.language-switch button { width:30px; height:27px; padding:0; border:0; border-radius:6px; color:#777b85; background:transparent; font-size:10px; font-weight:800; cursor:pointer; }
.language-switch button.is-active { color:#0b0c0f; background:#f1f1f2; }
.header-cta { height:38px; display:inline-flex; align-items:center; gap:8px; padding:0 14px; border:1px solid rgba(255,255,255,.22); border-radius:8px; color:#0d0e10; background:#f4f4f5; font-size:12px; font-weight:750; box-shadow:0 8px 30px rgba(0,0,0,.2); transition:transform .18s ease,background .18s ease; }
.header-cta:hover { transform:translateY(-1px); background:#fff; }
.header-cta svg { width:14px; height:14px; }
.mobile-menu { display:none; width:38px; height:38px; padding:0; border:1px solid var(--line); border-radius:8px; background:#111318; cursor:pointer; }
.mobile-menu span { display:block; width:15px; height:1.5px; margin:4px auto; background:#fff; }

main { overflow:hidden; }
.hero { position:relative; width:min(1500px,100%); min-height:clamp(680px,100svh,880px); margin:0 auto; display:grid; place-items:center; padding:122px 32px 68px; text-align:center; }
.hero::before { content:""; position:absolute; inset:72px 0 0; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to bottom,black,transparent 84%); }
.hero-glow { position:absolute; top:-270px; left:50%; width:1050px; height:620px; transform:translateX(-50%); pointer-events:none; background:radial-gradient(ellipse,rgba(106,85,235,.18),rgba(255,103,87,.045) 42%,transparent 70%); filter:blur(12px); }
.hero-copy { position:relative; z-index:1; width:100%; max-width:1220px; margin:0 auto; }
.hero-kicker { display:inline-flex; align-items:center; gap:10px; margin-bottom:26px; padding:7px 11px; border:1px solid var(--line); border-radius:999px; color:#b8bac1; background:rgba(255,255,255,.035); }
.hero-kicker span { width:7px; height:7px; border-radius:50%; background:var(--coral); box-shadow:0 0 0 5px rgba(255,103,87,.11); }
.hero-kicker b { font-size:10px; letter-spacing:.12em; }
.hero h1 { margin:0; font-size:clamp(48px,6.6vw,112px); line-height:.92; letter-spacing:-.062em; font-weight:720; }
.hero-title-visual,.hero-title-fixed { display:block; }
.hero-objective-line { display:flex; align-items:baseline; justify-content:center; gap:.18em; white-space:nowrap; }
.rotating-word { position:relative; display:inline-grid; color:#aaa3dd; text-align:left; vertical-align:baseline; }
.rotating-word-sizer,.rotating-word-current { grid-area:1/1; }
.rotating-word-sizer { visibility:hidden; pointer-events:none; }
.rotating-word-current { transition:opacity 400ms cubic-bezier(.22,1,.36,1),transform 400ms cubic-bezier(.22,1,.36,1); }
.rotating-word-current.is-leaving { opacity:0; transform:translateY(-.2em); }
.rotating-word-current.is-entering { opacity:0; transform:translateY(.2em); transition:none; }
.hero-copy>p:not(.hero-value-line) { max-width:760px; margin:28px auto 0; color:#a6a8b0; font-size:clamp(17px,1.55vw,20px); line-height:1.55; letter-spacing:-.018em; }
.hero-actions { display:flex; justify-content:center; gap:10px; margin-top:32px; }
.hero-value-line { margin:20px auto 0; color:#737680; font-size:11px; font-weight:650; letter-spacing:.035em; line-height:1.5; }
.primary-cta { height:48px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 18px; border-radius:9px; font-size:13px; font-weight:720; transition:transform .18s ease,border-color .18s ease,background .18s ease; }
.primary-cta { color:#101114; background:#f5f5f5; }
.primary-cta:hover { transform:translateY(-1px); }
.primary-cta:focus-visible { outline:2px solid #fff; outline-offset:4px; }
.primary-cta svg { width:15px; height:15px; }

.product-stage { position:relative; z-index:2; width:min(1360px,100%); margin:104px auto 0; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:16px; background:#191b20; box-shadow:var(--shadow); text-align:left; }
.product-stage::before { content:""; position:absolute; z-index:-1; inset:-100px 15% auto; height:180px; background:radial-gradient(ellipse,rgba(138,125,247,.3),transparent 70%); filter:blur(40px); }
.stage-chrome { height:38px; display:flex; align-items:center; gap:6px; padding:0 13px; border-bottom:1px solid rgba(255,255,255,.08); background:#111216; }
.stage-chrome>span { width:7px; height:7px; border-radius:50%; background:#3b3d44; }
.stage-chrome>b { margin:auto; padding-right:42px; color:#676a73; font-size:9px; font-weight:600; letter-spacing:.02em; }
.app-preview { height:720px; display:grid; grid-template-columns:202px minmax(0,1fr); color:var(--ink); background:#f4f1eb; }
.preview-sidebar { min-width:0; display:flex; flex-direction:column; gap:4px; padding:18px 13px; border-right:1px solid #ddd8cf; background:#f8f5ef; }
.preview-brand { display:flex; align-items:center; gap:8px; margin:0 7px 22px; }
.preview-brand img { width:23px; height:23px; filter:none; }
.preview-brand strong { font-size:15px; letter-spacing:-.04em; }
.preview-sidebar>small { margin:10px 9px 5px; color:#9a958d; font-size:7px; font-weight:850; letter-spacing:.16em; }
.preview-nav { min-width:0; min-height:36px; display:grid; grid-template-columns:25px minmax(0,1fr) auto; align-items:center; gap:7px; padding:5px 8px; border-radius:8px; color:#626069; font-size:10px; }
.preview-nav.is-active { color:#171716; background:#e5e0d8; box-shadow:inset 2px 0 var(--coral); }
.preview-nav>svg { width:15px; height:15px; padding:1px; }
.preview-nav>span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.preview-nav>b { min-width:25px; padding:3px 5px; border:1px solid #dfdad1; border-radius:7px; color:#807b74; background:#f2eee8; font-size:8px; text-align:center; }
.preview-main { min-width:0; overflow:hidden; }
.preview-topbar { height:58px; display:flex; align-items:center; justify-content:space-between; padding:0 21px; border-bottom:1px solid #ddd8cf; background:#f7f4ee; }
.preview-topbar>div:first-child span,.preview-topbar>div:first-child strong { display:block; }
.preview-topbar>div:first-child span { color:#98938b; font-size:7px; font-weight:850; letter-spacing:.12em; }
.preview-topbar>div:first-child strong { margin-top:3px; font-size:15px; letter-spacing:-.035em; }
.preview-topbar>div:last-child { display:flex; align-items:center; gap:13px; }
.preview-topbar>div:last-child b { display:grid; width:27px; height:27px; place-items:center; border-radius:7px; color:#fff; background:#171716; font-size:9px; }
.preview-topbar>div:last-child svg { width:14px; height:14px; color:#706d67; }
.preview-topbar>div:last-child span { display:grid; width:28px; height:28px; place-items:center; border-radius:50%; background:#ece8e0; font-size:9px; font-weight:800; }
.preview-content { height:calc(100% - 58px); overflow:hidden; padding:16px; }
.readiness-card,.priority-card,.progress-card { border:1px solid #ded9cf; border-radius:11px; background:#fffdf9; }
.readiness-card { padding:19px; }
.readiness-head { display:flex; align-items:center; justify-content:space-between; }
.readiness-head>span { color:#77736b; font-size:8px; font-weight:900; letter-spacing:.11em; }
.readiness-head>b { display:flex; align-items:center; gap:6px; padding:5px 8px; border-radius:999px; color:#b34d42; background:#ffe7e3; font-size:8px; }
.readiness-head>b i { width:5px; height:5px; border-radius:50%; background:#d84f43; }
.readiness-card>strong { display:block; margin-top:8px; font-size:48px; line-height:1; letter-spacing:-.065em; }
.readiness-card>strong small { margin-left:3px; color:#77736b; font-size:13px; letter-spacing:-.02em; }
.score-line { height:4px; margin:12px 0 10px; overflow:hidden; border-radius:99px; background:#e7e2da; }
.score-line i { display:block; width:54%; height:100%; border-radius:inherit; background:#e29a35; }
.readiness-summary,.journey-line { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.readiness-summary>b { color:#a66d19; font-size:10px; }
.readiness-summary button,.journey-line button { min-height:31px; padding:0 11px; border:0; border-radius:7px; color:#fff; background:#171716; font-size:8px; font-weight:750; }
.journey-line { margin-top:13px; padding-top:11px; border-top:1px solid #e5e0d8; }
.journey-line>span small,.journey-line>span b { display:block; }
.journey-line>span small { color:#89847c; font-size:7px; font-weight:850; letter-spacing:.12em; }
.journey-line>span b { margin-top:3px; font-size:12px; }
.journey-progress { height:3px; margin:8px 0 7px; border-radius:99px; background:#e7e2da; }
.journey-progress i { display:block; width:64%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--coral),var(--violet)); }
.journey-stages { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); overflow:hidden; border:1px solid #e2ddd5; border-radius:7px; }
.journey-stages>span { min-width:0; padding:8px 9px; border-right:1px solid #e2ddd5; }
.journey-stages>span:last-child { border-right:0; }
.journey-stages small,.journey-stages b { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.journey-stages small { color:#8d887f; font-size:6px; font-weight:850; letter-spacing:.1em; }
.journey-stages b { margin-top:4px; font-size:9px; }
.journey-stages>span:first-child b { color:#238454; }
.preview-grid { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(230px,.75fr); gap:11px; margin-top:11px; }
.priority-card,.progress-card { overflow:hidden; }
.priority-card header,.progress-card header { padding:12px 14px 10px; border-bottom:1px solid #e3ded6; }
.priority-card header span,.progress-card header span { color:#8b867e; font-size:7px; font-weight:850; letter-spacing:.12em; }
.priority-card h3,.progress-card h3 { margin:3px 0 0; font-size:15px; letter-spacing:-.04em; }
.priority-card>div { min-height:72px; display:grid; grid-template-columns:24px minmax(0,1fr) 17px; align-items:center; gap:9px; padding:11px 14px; border-bottom:1px solid #e7e2da; }
.priority-card>div>b { display:grid; width:21px; height:21px; place-items:center; border:1px solid #f17869; border-radius:50%; color:#d35e51; font-size:8px; }
.priority-card>div span strong,.priority-card>div span small { display:block; }
.priority-card>div span strong { font-size:10px; }
.priority-card>div span small { width:max-content; margin-top:5px; padding:3px 5px; border-radius:4px; color:#c25d51; background:#ffe9e6; font-size:7px; }
.priority-card>div>svg { width:13px; height:13px; color:#76716a; }
.progress-card>div { padding:10px 12px; border-bottom:1px solid #e7e2da; }
.progress-card>div:last-child { border-bottom:0; }
.progress-card>div>span { display:flex; align-items:center; gap:7px; }
.progress-card>div>span svg { width:13px; height:13px; color:#6d6961; }
.progress-card>div>span b { font-size:9px; }
.progress-card>div>small { display:block; margin:4px 0 6px 20px; color:#88837a; font-size:7px; }
.progress-card>div>em { display:block; height:3px; margin-left:20px; border-radius:99px; background:#e7e2da; }
.progress-card>div>em i { display:block; height:100%; border-radius:inherit; background:#d49b3d; }
.product-caption { position:relative; z-index:2; margin:20px auto 0; color:#737680; font-size:12px; }

.value-intro { width:min(1240px,calc(100% - 48px)); margin:0 auto; padding:150px 0 84px; text-align:center; }
.value-intro>span,.feature-copy>span,.connected-system>div:first-child>span,.pro-copy>span { color:#888b94; font-size:10px; font-weight:800; letter-spacing:.14em; }
.value-intro h2 { max-width:1000px; margin:18px auto 0; font-size:clamp(44px,6vw,78px); line-height:1.02; letter-spacing:-.063em; font-weight:680; }
.value-intro h2 em { color:#9799a1; font-style:normal; }
.value-intro p { max-width:740px; margin:26px auto 0; color:#92959e; font-size:17px; line-height:1.65; }

.feature-showcase { width:min(1280px,calc(100% - 48px)); margin:0 auto; border-top:1px solid var(--line); }
.feature-row { min-height:670px; display:grid; grid-template-columns:minmax(320px,.8fr) minmax(550px,1.2fr); align-items:center; gap:80px; padding:90px 0; border-bottom:1px solid var(--line); }
.feature-row.is-reversed { grid-template-columns:minmax(550px,1.2fr) minmax(320px,.8fr); }
.feature-row.is-reversed .feature-copy { grid-column:2; grid-row:1; }
.feature-row.is-reversed .feature-ui { grid-column:1; grid-row:1; }
.feature-copy h3 { max-width:520px; margin:16px 0 18px; font-size:clamp(37px,4vw,57px); line-height:1.02; letter-spacing:-.057em; font-weight:660; }
.feature-copy>p { max-width:540px; margin:0; color:#9799a2; font-size:16px; line-height:1.65; }
.feature-copy ul { display:grid; gap:12px; margin:28px 0 0; padding:0; list-style:none; }
.feature-copy li { display:flex; align-items:center; gap:10px; color:#c2c4c9; font-size:13px; }
.feature-copy li::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--coral); box-shadow:0 0 0 4px rgba(255,103,87,.1); }
.feature-ui { min-width:0; overflow:hidden; border:1px solid var(--line-strong); border-radius:14px; background:linear-gradient(160deg,#17191f,#101216); box-shadow:0 30px 80px rgba(0,0,0,.28); }

.assessment-ui { padding:14px; }
.assessment-ui>header { display:flex; align-items:center; justify-content:space-between; padding:9px 8px 15px; }
.assessment-ui>header span { color:#838690; font-size:8px; font-weight:850; letter-spacing:.13em; }
.assessment-ui>header b { color:#d9dade; font-size:13px; }
.assessment-row { min-height:84px; display:grid; grid-template-columns:35px minmax(0,1fr) auto; align-items:center; gap:12px; padding:13px 15px; border:1px solid var(--line); border-bottom:0; background:#111318; }
.assessment-row:first-of-type { border-radius:10px 10px 0 0; }
.assessment-row>svg { width:34px; height:34px; padding:9px; border:1px solid var(--line); border-radius:8px; color:#b6b8bf; background:#191b21; }
.assessment-row span b,.assessment-row span small { display:block; }
.assessment-row span b { font-size:13px; }
.assessment-row span small { margin-top:5px; color:#7e818b; font-size:10px; }
.assessment-row>em { color:#ff9488; font-size:12px; font-style:normal; font-weight:750; }
.assessment-ui>footer { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:13px 15px; border:1px solid var(--line); border-radius:0 0 10px 10px; color:#747781; background:#0e1014; font-size:9px; }
.assessment-ui>footer button { padding:0; border:0; color:#d8d9dd; background:transparent; font-size:10px; font-weight:750; }

.process-ui>header { min-height:73px; display:flex; align-items:center; justify-content:space-between; padding:14px 17px; border-bottom:1px solid var(--line); }
.process-ui>header span,.process-ui>header b { display:block; }
.process-ui>header span { color:#ff8d80; font-size:8px; font-weight:850; letter-spacing:.12em; }
.process-ui>header b { margin-top:4px; font-size:14px; }
.process-ui>header button { height:32px; padding:0 10px; border:1px solid var(--line-strong); border-radius:7px; color:#e2e3e6; background:#191b21; font-size:9px; font-weight:750; }
.process-head,.process-row { display:grid; grid-template-columns:45px minmax(130px,.8fr) minmax(185px,1.2fr) minmax(80px,.6fr) minmax(80px,.55fr); align-items:center; gap:10px; }
.process-head { padding:10px 16px; color:#747781; background:#0e1014; font-size:7px; font-weight:850; letter-spacing:.11em; }
.process-head span:first-child { grid-column:1/3; }
.process-head span:nth-child(2) { grid-column:3; }
.process-head span:nth-child(3) { grid-column:4; }
.process-head span:nth-child(4) { grid-column:5; }
.process-row { min-height:83px; padding:11px 16px; border-top:1px solid var(--line); }
.process-row>i { display:grid; width:35px; height:35px; place-items:center; border-radius:50%; color:#bfc1c7; background:#202229; font-size:9px; font-style:normal; font-weight:800; }
.process-row span b,.process-row span small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.process-row span b { font-size:11px; }
.process-row span small { margin-top:4px; color:#777a84; font-size:8px; }
.process-row>em { height:4px; overflow:hidden; border-radius:99px; background:#2b2d34; }
.process-row>em i { display:block; height:100%; border-radius:inherit; background:#d9dadd; }
.process-row>strong { justify-self:start; padding:5px 7px; border:1px solid rgba(57,186,120,.25); border-radius:999px; color:#76d7a3; background:rgba(57,186,120,.09); font-size:7px; letter-spacing:.06em; }
.process-row>strong.in-progress { color:#dfb46f; border-color:rgba(220,169,87,.24); background:rgba(220,169,87,.08); }
.process-ui>footer { display:flex; justify-content:space-between; padding:13px 16px; border-top:1px solid var(--line); color:#777a83; font-size:9px; }
.process-ui>footer b { color:#d2d3d7; }

.governance-ui { padding:15px; }
.governance-ui>header { display:flex; align-items:center; justify-content:space-between; padding:8px 6px 14px; }
.governance-ui>header span,.governance-ui>header b { display:block; }
.governance-ui>header span { color:#ff8e80; font-size:8px; font-weight:850; letter-spacing:.11em; }
.governance-ui>header b { margin-top:4px; font-size:14px; }
.governance-ui>header em { padding:7px 9px; border-radius:8px; color:#93dea9; background:rgba(57,186,120,.1); font-size:12px; font-style:normal; font-weight:800; }
.charter-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }
.charter-grid>span { min-width:0; padding:13px; border:1px solid var(--line); border-radius:9px; background:#111318; }
.charter-grid small,.charter-grid b { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.charter-grid small { color:#72757f; font-size:7px; font-weight:850; letter-spacing:.1em; }
.charter-grid b { margin-top:7px; font-size:10px; }
.control-list { display:grid; gap:6px; margin-top:9px; }
.control-list>span { min-height:52px; display:grid; grid-template-columns:25px minmax(0,1fr) auto; align-items:center; gap:9px; padding:9px 11px; border:1px solid var(--line); border-radius:9px; background:#111318; }
.control-list>span>svg { width:25px; height:25px; padding:7px; border-radius:7px; color:#6fdaa1; background:rgba(57,186,120,.1); }
.control-list>span>b { font-size:10px; }
.control-list>span>em { padding:4px 6px; border-radius:999px; color:#75d8a1; background:rgba(57,186,120,.1); font-size:6px; font-style:normal; font-weight:850; letter-spacing:.07em; }
.control-list>span>em.review { color:#e0b36e; background:rgba(220,169,87,.1); }

.connected-system { width:min(1280px,calc(100% - 48px)); margin:120px auto 0; display:grid; grid-template-columns:minmax(300px,.8fr) minmax(620px,1.2fr); align-items:center; gap:80px; padding:70px; border:1px solid var(--line); border-radius:18px; background:linear-gradient(145deg,#121419,#0d0f12); }
.connected-system h2 { margin:15px 0 16px; font-size:clamp(34px,4vw,52px); line-height:1.04; letter-spacing:-.054em; }
.connected-system p { margin:0; color:#8f929b; font-size:15px; line-height:1.65; }
.system-map { display:grid; grid-template-columns:1fr auto 1fr auto 1fr auto 1fr; align-items:center; gap:9px; }
.system-map>span { min-width:0; min-height:128px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; padding:14px; border:1px solid var(--line-strong); border-radius:12px; background:#17191f; text-align:center; }
.system-map>span>svg { width:23px; height:23px; color:#aaa2ff; }
.system-map>span>b { font-size:11px; }
.system-map>svg { width:14px; color:#535660; }

.pro-section { position:relative; width:min(1280px,calc(100% - 48px)); margin:120px auto; display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.72fr); gap:80px; align-items:center; padding:74px; overflow:hidden; border:1px solid var(--line-strong); border-radius:20px; background:#f1f0ed; color:#141516; }
.pro-section::before { content:""; position:absolute; width:520px; height:520px; right:-200px; top:-280px; border-radius:50%; background:radial-gradient(circle,rgba(138,125,247,.28),transparent 68%); }
.pro-copy,.signup-card { position:relative; z-index:1; }
.pro-copy>span { color:#77736e; }
.pro-copy h2 { max-width:650px; margin:16px 0 19px; font-size:clamp(42px,5vw,68px); line-height:1; letter-spacing:-.064em; }
.pro-copy>p { max-width:610px; margin:0; color:#66635e; font-size:16px; line-height:1.6; }
.pro-features { display:grid; grid-template-columns:1fr 1fr; gap:13px 24px; margin-top:32px; }
.pro-features>span { display:flex; align-items:center; gap:9px; color:#44433f; font-size:12px; }
.pro-features svg { width:18px; height:18px; padding:4px; border-radius:50%; color:#fff; background:#191a1c; }
.signup-card { padding:25px; border:1px solid #cbc7c0; border-radius:15px; background:#fbfaf7; box-shadow:0 28px 80px rgba(45,41,34,.12); }
.signup-card-head { display:flex; align-items:center; justify-content:space-between; }
.signup-card-head span { padding:5px 7px; border-radius:6px; color:#fff; background:#171819; font-size:9px; font-weight:850; letter-spacing:.12em; }
.signup-card-head b { color:#6e6a64; font-size:10px; }
.signup-card h3 { margin:25px 0 8px; font-size:27px; letter-spacing:-.045em; }
.signup-card>p { margin:0; color:#77736c; font-size:12px; line-height:1.5; }
.signup-card-button { width:100%; height:48px; display:flex; align-items:center; justify-content:center; gap:10px; margin-top:24px; border:0; border-radius:8px; color:#fff; background:#151617; font-size:12px; font-weight:750; cursor:pointer; transition:transform .18s ease,background .18s ease; }
.signup-card-button:hover { transform:translateY(-1px); background:#2a2b2d; }
.signup-card-button svg { width:15px; height:15px; }
.signup-card-note { display:flex; align-items:center; justify-content:center; gap:7px; margin-top:13px; color:#77736c; font-size:10px; }
.signup-card-note svg { width:13px; height:13px; }
.start-free-form { display:grid; gap:12px; margin-top:23px; }
.start-free-form label { display:grid; gap:6px; }
.start-free-form label>span { color:#77736c; font-size:8px; font-weight:850; letter-spacing:.11em; }
.start-free-form input { width:100%; height:45px; padding:0 12px; border:1px solid #d4d0c8; border-radius:8px; outline:0; color:#171819; background:#fff; font-size:12px; }
.start-free-form input:focus { border-color:#69645d; box-shadow:0 0 0 3px rgba(17,17,15,.06); }
.start-free-form button { height:47px; display:flex; align-items:center; justify-content:center; gap:10px; margin-top:2px; border:0; border-radius:8px; color:#fff; background:#151617; font-size:12px; font-weight:750; cursor:pointer; }
.start-free-form button:hover { background:#2a2b2d; }
.start-free-form button:disabled { opacity:.58; cursor:wait; }
.start-free-form button svg { width:15px; height:15px; }
.start-free-error { margin:0; color:#a83c31; font-size:10px; }
.start-free-error:empty { display:none; }

.workspace-modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:24px; }
.workspace-modal[hidden] { display:none; }
.workspace-modal-backdrop { position:absolute; inset:0; width:100%; height:100%; padding:0; border:0; background:rgba(3,4,6,.76); backdrop-filter:blur(18px) saturate(90%); cursor:default; }
.workspace-dialog { position:relative; width:min(680px,100%); max-height:calc(100dvh - 48px); overflow:auto; border:1px solid rgba(255,255,255,.17); border-radius:18px; color:#171819; background:#f4f1eb; box-shadow:0 40px 140px rgba(0,0,0,.62); }
.workspace-dialog-head { min-height:95px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:23px 26px; border-bottom:1px solid #d9d4ca; }
.workspace-dialog-head>div>span { color:#cb4335; font-size:9px; font-weight:850; letter-spacing:.16em; }
.workspace-dialog-head h2 { margin:7px 0 0; font-size:28px; line-height:1; letter-spacing:-.045em; }
.workspace-dialog-close { width:40px; height:40px; display:grid; place-items:center; padding:0; border:1px solid #d5d0c7; border-radius:10px; color:#262522; background:#fbfaf7; cursor:pointer; }
.workspace-dialog-close:hover { background:#fff; }
.workspace-dialog-close svg { width:18px; height:18px; }
.workspace-dialog-intro { display:grid; grid-template-columns:42px minmax(0,1fr); gap:14px; margin:24px 26px 0; padding:17px; border:1px solid #ddd8ce; border-radius:12px; background:#ebe7df; }
.workspace-dialog-intro>svg { width:42px; height:42px; padding:11px; border-radius:10px; color:#fff; background:#171819; }
.workspace-dialog-intro b { display:block; font-size:14px; }
.workspace-dialog-intro p { margin:5px 0 0; color:#716d66; font-size:11px; line-height:1.45; }
.workspace-dialog .start-free-form { margin:0; padding:22px 26px 26px; }
.workspace-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.workspace-key-help { display:flex; align-items:center; gap:7px; margin:0; color:#77736c; font-size:10px; line-height:1.4; }
.workspace-key-help svg { width:14px; height:14px; }
.workspace-dialog-actions { display:flex; justify-content:flex-end; gap:9px; margin-top:5px; }
.workspace-dialog-actions>button { width:auto; min-width:150px; padding:0 18px; margin:0; }
.workspace-dialog-actions>.workspace-dialog-cancel { min-width:100px; border:1px solid #d4d0c8; color:#3f3d39; background:#fff; }
.workspace-dialog-actions>.workspace-dialog-cancel:hover { background:#f8f6f2; }

.site-footer { width:min(1400px,calc(100% - 48px)); margin:0 auto; min-height:100px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:24px; border-top:1px solid var(--line); }
.site-footer p { color:#656872; font-size:10px; }
.site-footer>div { display:flex; justify-content:flex-end; gap:24px; }
.site-footer>div a { color:#8e9199; font-size:11px; }

@media (max-width:1180px) {
  .header-inner { width:min(100% - 36px,1400px); }
  .site-nav { display:none; }
  .app-preview { grid-template-columns:170px minmax(0,1fr); }
  .feature-row,.feature-row.is-reversed { grid-template-columns:1fr; gap:44px; }
  .feature-row.is-reversed .feature-copy,.feature-row.is-reversed .feature-ui { grid-column:auto; grid-row:auto; }
  .feature-row.is-reversed .feature-copy { order:1; }
  .feature-row.is-reversed .feature-ui { order:2; }
  .feature-copy { max-width:680px; }
  .connected-system { grid-template-columns:1fr; gap:45px; }
  .pro-section { grid-template-columns:1fr; gap:45px; }
  .signup-card { max-width:620px; }
}

@media (max-width:820px) {
  .site-header { height:64px; }
  .header-inner { width:calc(100% - 28px); gap:12px; }
  .header-login,.language-switch { display:none; }
  .header-cta { display:none; }
  .mobile-menu { display:block; }
  .site-nav { position:fixed; top:70px; left:14px; right:14px; display:none; justify-content:start; gap:0; padding:12px; border:1px solid var(--line-strong); border-radius:12px; background:#111318; box-shadow:0 20px 60px rgba(0,0,0,.45); }
  .site-nav.is-open { display:grid; }
  .site-nav a { padding:11px; border-radius:7px; }
  .site-nav a:hover { background:#191b20; }
  .hero { min-height:0; padding:126px 18px 78px; }
  .hero::before { background-size:44px 44px; }
  .hero-kicker { max-width:100%; }
  .hero-kicker b { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .hero h1 { font-size:clamp(46px,10.5vw,72px); }
  .hero-copy>p:not(.hero-value-line) { font-size:16px; }
  .hero-actions { align-items:stretch; flex-direction:column; max-width:360px; margin-inline:auto; }
  .hero-value-line { max-width:430px; }
  .product-stage { margin-top:68px; border-radius:12px; }
  .app-preview { height:600px; grid-template-columns:1fr; }
  .preview-sidebar { display:none; }
  .preview-content { padding:10px; }
  .preview-grid { grid-template-columns:1fr; }
  .progress-card { display:none; }
  .product-caption { max-width:520px; font-size:10px; line-height:1.5; }
  .value-intro { width:calc(100% - 36px); padding:100px 0 55px; }
  .value-intro p { font-size:15px; }
  .feature-showcase { width:calc(100% - 36px); }
  .feature-row { min-height:0; padding:70px 0; }
  .feature-copy h3 { font-size:40px; }
  .feature-copy>p { font-size:14px; }
  .process-head { display:none; }
  .process-row { grid-template-columns:39px minmax(0,1fr) minmax(80px,.7fr); }
  .process-row>span:nth-of-type(2) { grid-column:2; }
  .process-row>em { grid-column:3; grid-row:1; }
  .process-row>strong { grid-column:3; grid-row:1; margin-top:25px; }
  .connected-system { width:calc(100% - 36px); margin-top:80px; padding:38px 24px; }
  .system-map { grid-template-columns:1fr 1fr; }
  .system-map>svg { display:none; }
  .system-map>span { min-height:105px; }
  .pro-section { width:calc(100% - 36px); margin:80px auto; padding:40px 24px; }
  .pro-features { grid-template-columns:1fr; }
  .workspace-modal { padding:14px; }
  .workspace-dialog { max-height:calc(100dvh - 28px); }
  .site-footer { width:calc(100% - 36px); grid-template-columns:1fr auto; }
  .site-footer p { display:none; }
}

@media (max-width:540px) {
  .brand strong { font-size:17px; }
  .hero-kicker { margin-bottom:21px; padding:6px 9px; }
  .hero h1 { font-size:clamp(40px,12.4vw,54px); line-height:.95; letter-spacing:-.055em; }
  .hero-objective-line { flex-direction:column; align-items:center; gap:0; white-space:normal; }
  .hero-copy>p:not(.hero-value-line) { margin-top:23px; }
  .hero-value-line { margin-top:18px; font-size:10px; line-height:1.65; }
  .product-stage { width:calc(100% + 10px); margin-left:-5px; }
  .app-preview { height:575px; }
  .preview-topbar { padding:0 13px; }
  .readiness-card { padding:13px; }
  .readiness-card>strong { font-size:40px; }
  .readiness-summary { align-items:flex-start; flex-direction:column; }
  .journey-line button { max-width:145px; white-space:normal; }
  .journey-stages { grid-template-columns:1fr 1fr; }
  .journey-stages>span:nth-child(2) { border-right:0; }
  .journey-stages>span:nth-child(-n+2) { border-bottom:1px solid #e2ddd5; }
  .priority-card>div { min-height:65px; padding:9px 11px; }
  .feature-copy h3 { font-size:36px; }
  .assessment-row { grid-template-columns:31px minmax(0,1fr); }
  .assessment-row>svg { width:31px; height:31px; }
  .assessment-row>em { grid-column:2; margin-top:-12px; }
  .process-ui>header { align-items:flex-start; gap:10px; }
  .process-row { grid-template-columns:37px minmax(0,1fr); }
  .process-row>span:nth-of-type(2),.process-row>em,.process-row>strong { display:none; }
  .charter-grid { grid-template-columns:1fr; }
  .control-list>span { grid-template-columns:25px minmax(0,1fr); }
  .control-list>span>em { grid-column:2; width:max-content; }
  .system-map { grid-template-columns:1fr; }
  .system-map>span { min-height:82px; flex-direction:row; }
  .pro-copy h2 { font-size:42px; }
  .signup-card { padding:20px; }
  .workspace-dialog-head { min-height:82px; padding:19px 20px; }
  .workspace-dialog-head h2 { font-size:24px; }
  .workspace-dialog-intro { margin:18px 20px 0; }
  .workspace-dialog .start-free-form { padding:18px 20px 22px; }
  .workspace-form-grid { grid-template-columns:1fr; }
  .workspace-dialog-actions { display:grid; grid-template-columns:1fr 1.45fr; }
  .workspace-dialog-actions>button { width:100%; min-width:0; padding:0 10px; }
  .site-footer>div { gap:14px; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .rotating-word-current { transition:none; }
  .primary-cta { transition:none; }
}
.feature-row:nth-child(2) .feature-copy > span,
.feature-row:nth-child(3) .feature-copy > span,
.connected-system > div:first-child > span {
  display: none;
}

/* A quiet product layer gives the hero context without competing with the message. */
.product-stage {
  display: block;
  position: absolute;
  z-index: 0;
  top: clamp(300px,44%,380px);
  left: 50%;
  width: min(1360px,calc(100% - 64px));
  height: clamp(430px,55vh,540px);
  margin: 0;
  transform: translateX(-50%) scale(.96);
  transform-origin: top center;
  overflow: hidden;
  border-color: rgba(255,255,255,.09);
  border-radius: 18px;
  opacity: .16;
  filter: grayscale(.35) saturate(.62) contrast(.82);
  box-shadow: none;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom,transparent 0%,black 15%,black 72%,transparent 100%);
  mask-image: linear-gradient(to bottom,transparent 0%,black 15%,black 72%,transparent 100%);
}
.product-stage::before { opacity: .35; }
.hero-glow { z-index: 0; }

@media (max-width:540px) {
  .product-stage { top:58%; width:calc(100% - 24px); height:340px; margin:0; transform:translateX(-50%) scale(.92); opacity:.11; }
}

.implementation-roadmap {
  position: relative;
  width: min(1360px,calc(100% - 48px));
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: minmax(360px,.78fr) minmax(620px,1.22fr);
  align-items: center;
  gap: 72px;
  padding: 86px 68px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    radial-gradient(circle at 78% 20%,rgba(138,125,247,.14),transparent 38%),
    rgba(255,255,255,.012);
  background-size: 48px 48px,48px 48px,auto,auto;
}
.implementation-roadmap::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -330px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,103,87,.16),transparent 68%);
  pointer-events: none;
}
.implementation-copy,.roadmap-dashboard { position: relative; z-index: 1; }
.implementation-copy>span { display: inline-flex; align-items: center; gap: 9px; color: #aaa3ff; }
.implementation-copy>span svg { width: 16px; height: 16px; }
.implementation-copy>span b { font-size: 10px; letter-spacing: .14em; }
.implementation-copy h2 { max-width: 620px; margin: 20px 0 22px; font-size: clamp(42px,4.7vw,68px); line-height: 1; letter-spacing: -.063em; font-weight: 680; }
.implementation-copy h2 em { color: #999ba4; font-style: normal; }
.implementation-copy>p { max-width: 610px; margin: 0; color: #9c9fa8; font-size: 16px; line-height: 1.68; }
.implementation-copy>a { width: max-content; min-height: 46px; display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; padding: 0 17px; border: 1px solid var(--line-strong); border-radius: 9px; background: rgba(255,255,255,.075); backdrop-filter: blur(16px); font-size: 12px; font-weight: 750; transition: transform .18s ease,background .18s ease; }
.implementation-copy>a:hover { transform: translateY(-1px); background: rgba(255,255,255,.11); }
.implementation-copy>a svg { width: 15px; height: 15px; }

.roadmap-dashboard { position:relative; z-index:1; min-width:0; }
.implementation-roadmap-card { overflow:hidden; border:1px solid var(--line-strong); border-radius:16px; background:var(--panel); box-shadow:var(--shadow); }
.implementation-roadmap-card__header { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 22px; border-bottom:1px solid var(--line); }
.implementation-roadmap-card__header h3 { margin:0; color:var(--text); font-size:18px; line-height:1.25; letter-spacing:-.04em; }
.implementation-roadmap-card__steps { position:relative; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; margin:0; padding:30px 20px 34px; list-style:none; }
.implementation-roadmap-card__steps::before { content:""; position:absolute; z-index:0; top:102px; left:12.5%; right:12.5%; height:1px; background:var(--line-strong); }
.implementation-roadmap-card__step { position:relative; z-index:1; min-width:0; display:flex; flex-direction:column; align-items:center; text-align:center; }
.implementation-roadmap-card__step:not(:last-child)::after { content:""; position:absolute; z-index:2; top:69px; right:-3px; width:6px; height:6px; border:1px solid var(--line-strong); border-radius:50%; background:var(--text); }
.implementation-roadmap-card__number { display:grid; width:28px; height:28px; place-items:center; border:1px solid var(--line-strong); border-radius:50%; color:var(--muted); background:var(--panel); font-size:10px; font-weight:750; line-height:1; }
.implementation-roadmap-card__node { display:grid; width:64px; height:64px; place-items:center; margin-top:12px; border:1px solid var(--line-strong); border-radius:50%; background:var(--panel-2); box-shadow:var(--shadow); }
.implementation-roadmap-card__node img { width:31px; height:31px; object-fit:contain; }
.implementation-roadmap-card__connector { width:1px; height:18px; margin:0; background:var(--line-strong); }
.implementation-roadmap-card__copy { display:block; min-width:0; padding:0 8px; }
.implementation-roadmap-card__copy strong,.implementation-roadmap-card__copy small { display:block; }
.implementation-roadmap-card__copy strong { color:var(--text); font-size:13px; line-height:1.35; }
.implementation-roadmap-card__copy small { margin-top:6px; color:var(--muted); font-size:11px; line-height:1.45; }

/* Keep product previews in the same glass language as the hero. */
.feature-ui { background: linear-gradient(155deg,rgba(23,25,32,.56),rgba(9,11,15,.3)); backdrop-filter: blur(22px) saturate(120%); }
.assessment-row,.charter-grid>span,.control-list>span { background: rgba(17,19,24,.58); }
.assessment-ui>footer,.process-head { background: rgba(7,9,12,.34); }
.process-ui>header button,.system-map>span { background: rgba(23,25,31,.5); backdrop-filter: blur(14px); }
.connected-system { background: linear-gradient(145deg,rgba(18,20,25,.56),rgba(8,10,13,.28)); backdrop-filter: blur(20px); }

@media (max-width:1180px) {
  .implementation-roadmap { grid-template-columns: 1fr; gap: 48px; }
  .implementation-copy { max-width: 760px; }
}

@media (max-width:820px) {
  .implementation-roadmap { width: calc(100% - 36px); margin-top: 6px; padding: 54px 24px; }
  .implementation-copy h2 { font-size: 43px; }
  .implementation-copy>p { font-size: 15px; }
  .implementation-roadmap-card__header { min-height:70px; padding:17px 18px; }
  .implementation-roadmap-card__steps { padding:24px 10px 28px; }
  .implementation-roadmap-card__steps::before { top:88px; }
  .implementation-roadmap-card__step:not(:last-child)::after { top:63px; }
  .implementation-roadmap-card__node { width:56px; height:56px; }
  .implementation-roadmap-card__node img { width:27px; height:27px; }
  .implementation-roadmap-card__copy { padding:0 4px; }
  .implementation-roadmap-card__copy strong { font-size:12px; }
  .implementation-roadmap-card__copy small { font-size:10px; }
}

@media (max-width:540px) {
  .implementation-roadmap { padding: 42px 18px; border-radius: 15px; }
  .implementation-copy h2 { font-size: 36px; }
  .implementation-roadmap-card__header { padding:18px; }
  .implementation-roadmap-card__steps { display:block; padding:14px 18px 18px; }
  .implementation-roadmap-card__steps::before { top:64px; bottom:46px; left:45px; right:auto; width:1px; height:auto; }
  .implementation-roadmap-card__step { display:grid; grid-template-columns:54px minmax(0,1fr); grid-template-rows:auto auto; column-gap:14px; align-items:center; min-height:88px; padding:8px 0; text-align:left; }
  .implementation-roadmap-card__step:not(:last-child)::after { display:none; }
  .implementation-roadmap-card__number { grid-column:1; grid-row:1; justify-self:center; width:22px; height:22px; font-size:9px; }
  .implementation-roadmap-card__node { grid-column:1; grid-row:2; justify-self:center; width:44px; height:44px; margin-top:6px; }
  .implementation-roadmap-card__node img { width:21px; height:21px; }
  .implementation-roadmap-card__connector { display:none; }
  .implementation-roadmap-card__copy { grid-column:2; grid-row:1 / span 2; padding:0; }
  .implementation-roadmap-card__copy strong { font-size:13px; }
  .implementation-roadmap-card__copy small { max-width:230px; font-size:10px; }
}
