:root{
  --bg:#06111b;
  --bg-deep:#040b12;
  --bg2:#081823;
  --surface:#0b1a27;
  --surface2:#0f2232;
  --surface3:#10283a;
  --line:#1f3a4f;
  --line-strong:#294b63;
  --text:#f4f8fb;
  --muted:#93a8b9;
  --muted2:#6f8799;
  --blue:#0d8cff;
  --blue2:#42aaff;
  --red:#ef3f4c;
  --amber:#f3a91f;
  --green:#19c991;
  --radius:8px;
  --shadow:0 18px 55px rgba(0,0,0,.36);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.container{width:min(1280px,calc(100% - 48px));margin:0 auto}
.section{position:relative;padding:58px 0;border-top:1px solid rgba(80,125,155,.15)}
.section-dark{background:linear-gradient(180deg,#06111b,#06121c)}
.section-raised{background:linear-gradient(180deg,#071724,#081723)}
.eyebrow{margin:0 0 5px;color:#22a0ff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(45px,4.8vw,68px);line-height:.98;letter-spacing:-.045em;margin-bottom:20px;font-weight:760}
h1 span{color:#1497ff}
h2{font-size:clamp(27px,2.4vw,38px);line-height:1.06;letter-spacing:-.034em;margin:0;font-weight:720}
h3{font-size:20px;line-height:1.15;letter-spacing:-.02em}
.lead{font-size:17px;line-height:1.55;color:#c6d3dd;max-width:610px;margin-bottom:0}
.section-heading{margin-bottom:24px}
.split-heading{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:50px;align-items:end}
.split-heading>p,.split-heading>a{justify-self:end;max-width:390px;margin:0;color:#a8b8c5;font-size:13px}
.compact-heading{margin-bottom:22px}
.text-link{font-size:12px!important;color:#2da2ff!important;font-weight:700;align-self:center}

/* Header */
.site-header{height:62px;position:fixed;inset:0 0 auto;z-index:100;background:rgba(3,10,17,.8);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(16px)}
.header-inner{width:min(1280px,calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center}
.brand{display:flex;align-items:center;gap:7px;font-weight:800;letter-spacing:-.035em;white-space:nowrap}
.brand-mark{display:flex;align-items:center;gap:0;font-size:23px;font-weight:900;letter-spacing:-.16em;color:#1a9aff;line-height:1}.brand-mark i{font-style:normal}.brand-mark i:last-child{transform:skew(-7deg);color:#61c4ff}
.brand-text{font-size:18px;color:#f1f6f9;letter-spacing:-.03em}
.desktop-nav{display:flex;gap:36px;margin-left:78px;font-size:12px;color:#d5e0e7}.desktop-nav a{transition:.18s}.desktop-nav a:hover{color:#58b9ff}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:16px}.sign-in{font-size:12px;color:#e2e9ee}.icon-only{border:0;background:none;font-size:20px;padding:4px 8px;cursor:pointer;color:#dae5ed}.menu-toggle{display:none;border:0;background:none;font-size:22px;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:5px;padding:12px 18px;font-size:13px;font-weight:750;transition:.18s ease;cursor:pointer}
.btn-primary{background:linear-gradient(180deg,#1294ff,#0878eb);box-shadow:0 7px 22px rgba(15,140,255,.21)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 9px 28px rgba(15,140,255,.33)}
.btn-secondary{background:rgba(4,13,22,.66);border-color:#3a7297}.btn-secondary:hover{border-color:#69b6e9;background:#0b1d2b}
.btn-sm{font-size:11px;padding:9px 14px}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}

/* Hero */
.hero{min-height:625px;padding:114px 0 50px;overflow:hidden;border-top:0}
.hero-atmosphere{position:absolute;inset:0;background:
  radial-gradient(circle at 79% 36%,rgba(29,118,173,.21),transparent 35%),
  linear-gradient(90deg,rgba(4,12,19,.98) 0%,rgba(4,12,19,.9) 37%,rgba(4,12,19,.38) 67%,rgba(4,12,19,.82) 100%),
  repeating-linear-gradient(90deg,transparent 0 89px,rgba(62,113,145,.055) 90px,transparent 91px),
  linear-gradient(180deg,#0b1a25,#07111a)}
.hero-atmosphere:after{content:"";position:absolute;right:-7%;top:25px;width:48%;height:82%;background:linear-gradient(120deg,rgba(60,102,127,.07),rgba(20,50,69,.12));transform:skewX(-8deg);border-left:1px solid rgba(89,139,169,.08)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:41% 59%;gap:24px;align-items:center}
.hero-copy{padding:7px 0 10px}.hero-copy h1{max-width:565px}.hero-copy .lead{max-width:575px}
.hero-points{display:flex;gap:34px;margin-top:26px;color:#c2d0da}.hero-points div{display:flex;align-items:center;gap:9px;font-size:11px}.point-icon{color:#62c1ff;font-size:17px}.hero-points b{font-weight:600}
.hero-product{height:430px;position:relative;margin-right:-15px}
.laptop{position:absolute;width:86%;right:7%;top:21px;filter:drop-shadow(0 34px 42px rgba(0,0,0,.48))}
.laptop-lid{padding:10px;background:linear-gradient(145deg,#171f25,#06090c 60%,#222c34);border-radius:15px 15px 5px 5px;box-shadow:inset 0 0 0 1px #44525d}
.laptop-base{height:18px;margin:0 -7% 0;background:linear-gradient(#77828b,#303941 36%,#20262b 70%);clip-path:polygon(4% 0,96% 0,100% 70%,73% 100%,27% 100%,0 70%);box-shadow:0 7px 14px #0009}
.app-window{height:342px;background:#071521;border:1px solid #1e3d52;overflow:hidden;display:grid;grid-template-columns:150px 1fr;color:#dbe7ee}
.mini-sidebar{background:#091d2b;border-right:1px solid #153449;padding:13px 10px;display:flex;flex-direction:column;gap:4px}.app-brand{font-weight:900;color:#2da6ff;font-size:11px;margin:0 4px 10px}.app-brand span,.app-brand i{color:#fff;font-style:normal}.mini-sidebar>span{padding:8px 9px;border-radius:4px;font-size:9px;color:#b0c2cf}.mini-sidebar>span.active{background:#0d3c5d;color:#54b7ff}
.app-main{min-width:0}.app-bar{height:43px;border-bottom:1px solid #15354b;display:flex;align-items:center;gap:10px;padding:0 12px;color:#7f99ac;font-size:9px}.search-faux{height:25px;flex:1;border:1px solid #1c4159;border-radius:4px;background:#081b29;padding:5px 9px}.app-bar i{font-style:normal;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#0b6ebf;color:white}.app-content{padding:15px}.app-title-row{display:flex;justify-content:space-between;align-items:end}.app-title-row small{font-size:8px;color:#748e9f}.app-title-row h3{font-size:21px;margin:2px 0 0}.app-title-row button{border:0;border-radius:3px;background:#0f89fa;color:white;font-size:8px;padding:8px 11px}.subtabs{display:flex;gap:20px;margin-top:14px;border-bottom:1px solid #15374d;font-size:8px;color:#7890a2}.subtabs span{padding-bottom:8px}.subtabs .active{color:#70c5ff;border-bottom:2px solid #1592ff}.hero-table{font-size:7.5px}.tr{display:grid;grid-template-columns:57px 1.5fr 55px 48px 72px;align-items:center;gap:7px;padding:9px 2px;border-bottom:1px solid #132e41;color:#839bad}.tr b{font-weight:550;color:#d9e4eb}.tr.head{padding-top:10px;color:#648196}.tag{justify-self:start;border-radius:3px;padding:2px 5px;font-style:normal;font-size:7px}.tag.red{background:#5b2426;color:#ff7c7f}.tag.amber{background:#5b4615;color:#ffc95b}.tag.blue{background:#0c4774;color:#69bfff}
.phone{background:linear-gradient(160deg,#0b1117,#020507);border:5px solid #252c31;box-shadow:0 22px 42px #000b,inset 0 0 0 1px #5e6c77;border-radius:27px;color:#eef7fb}
.hero-phone{position:absolute;right:0;bottom:8px;width:160px;height:330px;padding:16px 11px 10px;z-index:3}.phone-notch{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:51px;height:14px;background:#000;border-radius:9px}.phone-top{display:flex;justify-content:space-between;margin-top:8px;padding:7px 3px 10px;font-size:9px;font-weight:800}.phone-alert{display:flex;align-items:center;gap:8px;background:linear-gradient(180deg,#aa2631,#741a22);border:1px solid #d94a53;border-radius:5px;padding:8px;font-size:8px}.phone-alert span{background:#e83b48;border-radius:3px;padding:2px 4px}.phone-asset-card{padding:11px 4px 9px;border-bottom:1px solid #1b2e3c}.phone-asset-card b,.phone-asset-card small{display:block}.phone-asset-card b{font-size:12px}.phone-asset-card small{font-size:8px;color:#9cb0bf;margin-top:2px}.phone-menu{display:flex;flex-direction:column}.phone-menu span{display:flex;justify-content:space-between;border-bottom:1px solid #183145;padding:7px 4px;font-size:8px;color:#c8d6df}.phone-menu i{font-style:normal;color:#617c90}.phone-nav{position:absolute;bottom:9px;left:10px;right:10px;display:flex;justify-content:space-around;border-top:1px solid #173044;padding-top:7px;color:#718a9c}.phone-nav span{display:flex;flex-direction:column;align-items:center;font-size:10px}.phone-nav small{font-size:6px;margin-top:2px}.phone-nav .active{color:#2aa5ff}

/* Benefits */
.benefits-section{padding-top:44px;padding-bottom:50px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.benefit-card{background:linear-gradient(180deg,#0b1c2a,#081722);border:1px solid #1c3d54;border-radius:7px;padding:15px;min-height:323px;overflow:hidden}.benefit-head{display:flex;gap:11px;align-items:flex-start}.benefit-head h3{font-size:15px;line-height:1.15;margin:1px 0 0}.benefit-card>p{font-size:11px;color:#a7b9c7;margin:8px 0 13px;min-height:47px}.benefit-icon{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:#0d5790;color:#4bb6ff;box-shadow:inset 0 0 0 1px #1872ac;font-size:14px}.mini-ui,.overview-card,.knowledge-card{background:#06131e;border:1px solid #1d3d52;border-radius:5px}.mini-ui{padding:9px}.mini-title{display:flex;justify-content:space-between;font-size:9px;margin-bottom:7px}.mini-tabs{display:flex;gap:10px;border-bottom:1px solid #153246;color:#688497;font-size:7px}.mini-tabs span{padding:4px 0 6px}.mini-tabs .active{color:#4eb4ff;border-bottom:1px solid #32a9ff}.mini-row{display:grid;grid-template-columns:25px 46px 1fr;gap:5px;font-size:7.5px;padding:7px 0;border-bottom:1px solid #112b3e}.mini-row:last-child{border-bottom:0}.priority{border-radius:2px;text-align:center;padding:1px 3px;font-size:6.5px}.p1{background:#7e1c24;color:#ff8d92}.p2{background:#6b4d14;color:#ffd16a}.pm{background:#164368;color:#76bfff}
.asset-mini{display:flex;align-items:center;gap:8px;background:#071622;border:1px solid #203f54;border-radius:5px;padding:8px}.asset-mini div{display:flex;flex-direction:column;flex:1}.asset-mini b{font-size:9px}.asset-mini small{font-size:7px;color:#839cad}.asset-cube{font-size:24px;color:#9dc5de}.mini-expand{font-size:10px;color:#6f8b9d}.asset-links{display:flex;gap:5px;font-size:6.5px;border-bottom:1px solid #173349;margin:0 4px 4px;color:#7791a4}.asset-links span{padding:6px 2px}.asset-links span:first-child{color:#53b7ff;border-bottom:1px solid #36a9ff}.mini-doc{display:grid;grid-template-columns:20px 1fr 8px;gap:6px;align-items:center;padding:7px;background:#0a1a27;border:1px solid #17384d;border-radius:4px;margin-top:5px}.mini-doc>span{font-size:14px;color:#7fb7d7}.mini-doc div{display:flex;flex-direction:column}.mini-doc b{font-size:7px}.mini-doc small{font-size:6px;color:#7890a3}.mini-doc i{font-style:normal;color:#7894a8}
.knowledge-card{padding:8px;margin-top:2px}.knowledge-top{display:flex;justify-content:space-between;font-size:8px}.knowledge-top i{font-style:normal}.knowledge-file{display:flex;flex-direction:column;margin:8px 0 4px;padding-left:3px}.knowledge-file b{font-size:7px}.knowledge-file small{font-size:6px;color:#7f99ab}.knowledge-card img{height:112px;width:100%;object-fit:cover;object-position:center 58%;border-radius:3px;filter:contrast(1.08) brightness(.9)}
.overview-card{padding:9px}.overview-title{font-size:8px;margin-bottom:7px}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.metric-grid div{min-height:72px;background:#0b1d2a;border:1px solid #1d3e55;border-radius:4px;padding:7px;display:grid;grid-template-columns:22px 1fr;grid-template-rows:auto auto;column-gap:6px}.metric-grid b{font-size:13px}.metric-grid small{grid-column:1/-1;font-size:6.5px;color:#8ba4b6;margin-top:4px}.metric-icon{width:21px;height:21px;border-radius:4px;display:grid;place-items:center;font-size:9px}.red-bg{background:#512126;color:#ff666f}.blue-bg{background:#0c416a;color:#5bbcff}.amber-bg{background:#594415;color:#ffc955}

/* Product */
.product-section{padding-top:44px;padding-bottom:46px}.product-shell{display:grid;grid-template-columns:220px minmax(0,1fr) 270px;min-height:374px;border:1px solid #204056;background:#071520;border-radius:7px;overflow:hidden;box-shadow:var(--shadow)}.product-nav{padding:8px 0;background:#091c2a;border-right:1px solid #1a394e}.product-tab{width:100%;border:0;border-left:3px solid transparent;background:none;color:#a7bbc9;padding:10px 14px;display:flex;align-items:center;gap:11px;text-align:left;font-size:10px;cursor:pointer}.product-tab.active{background:#0d3651;color:#65bdff;border-left-color:#1799ff}.product-preview{min-width:0;background:#071622}.app-topbar{height:43px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #18364a;padding:0 12px;color:#7f99ac;font-size:8px}.app-topbar b{color:#38a9ff}.app-topbar i{font-style:normal;background:#0b6ebf;color:#fff;width:22px;height:22px;border-radius:50%;display:grid;place-items:center}.app-search{flex:1;border:1px solid #1c4057;background:#081b29;border-radius:4px;padding:6px 8px}.product-stage{padding:15px;min-height:330px}.product-copy{border-left:1px solid #1a394e;padding:20px 18px;background:#091925}.product-copy h3{font-size:21px;margin-bottom:8px}.product-copy p{font-size:11px;color:#a8bac7}.product-copy ul{list-style:none;padding:0;margin:15px 0 22px}.product-copy li{font-size:9px;margin:9px 0;color:#c9d6df}.product-copy li:before{content:"✓";display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#0f8cf1;color:white;margin-right:8px;font-size:8px}.small-outline-link{display:inline-flex;border:1px solid #148ee7;border-radius:4px;color:#48b5ff;padding:7px 13px;font-size:9px}.stage-header{display:flex;align-items:end;justify-content:space-between;margin-bottom:10px}.stage-header small{font-size:7px;color:#7894a6}.stage-header h3{font-size:20px;margin:2px 0 0}.stage-header button{border:0;background:#0e88f6;color:#fff;border-radius:3px;padding:7px 9px;font-size:7px}.app-table{border:1px solid #19374b;border-radius:4px;overflow:hidden}.app-row{display:grid;grid-template-columns:53px 1.55fr 70px 56px 70px 58px;gap:7px;align-items:center;padding:8px 9px;border-bottom:1px solid #153246;font-size:7.5px;color:#93a9b8}.app-row:last-child{border-bottom:0}.app-row.header{background:#091b28;color:#68879b}.app-row b{font-weight:550;color:#d4e0e7}.pill{display:inline-flex;padding:2px 5px;border-radius:3px;font-size:6.5px;font-weight:750}.pill.blue{background:#0a426f;color:#68c0ff}.pill.amber{background:#5f4715;color:#ffd263}.pill.red{background:#5e2429;color:#ff8b91}.pill.green{background:#0d4935;color:#70e0b0}.app-grid-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.app-grid-card{border:1px solid #1f4055;background:#091b28;border-radius:5px;padding:14px}.app-grid-card small{font-size:7px;color:#7d99ab}.app-grid-card b{display:block;font-size:18px;margin-top:4px}

/* Philosophy */
.philosophy{padding-top:40px;padding-bottom:40px}.flow{display:grid;grid-template-columns:1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;align-items:center;gap:5px}.flow-step{min-height:100px;border:1px solid #1e3b51;background:#091925;border-radius:6px;padding:12px 10px;display:flex;align-items:center;gap:12px}.flow-step div{display:flex;flex-direction:column;gap:4px}.flow-step b{font-size:10px}.flow-step small{font-size:7px;color:#91a6b5}.flow-arrow{color:#6f899b;text-align:center}.flow-icon{width:43px;height:43px;flex:0 0 43px;border-radius:50%;display:grid;place-items:center;font-weight:900}.flow-icon.critical{background:#562529;color:#ff696f}.flow-icon.blue{background:#0d4772;color:#55b8ff}.flow-icon.success{background:#0c4b43;color:#38e0c1}

/* Situations */
.situations-section{padding-top:42px;padding-bottom:48px}.situation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.situation-card{background:#081925;border:1px solid #1f3d52;border-radius:6px;padding:7px 7px 12px;overflow:hidden}.situation-image{height:244px;border-radius:4px;overflow:hidden;background:#07111a}.situation-image img{width:100%;height:100%;object-fit:cover;object-position:top}.situation-card p{font-size:9px;color:#aebfca;margin:9px 5px 0;min-height:31px}

/* Machine context */
.machine-context{padding-top:42px;padding-bottom:42px}.machine-grid{display:grid;grid-template-columns:200px minmax(0,1fr) 235px;border:1px solid #1d3b50;border-radius:6px;overflow:hidden;background:#071520;min-height:220px}.machine-qr-photo{position:relative;overflow:hidden;border-right:1px solid #1c3a4f;background:linear-gradient(135deg,#2e3a40,#111e25 50%,#315160)}.industrial-blur{position:absolute;inset:0;background:radial-gradient(circle at 12% 58%,#152127 0 8%,transparent 9%),radial-gradient(circle at 20% 45%,#364650 0 10%,transparent 11%),linear-gradient(90deg,rgba(0,0,0,.5),transparent 55%),repeating-linear-gradient(90deg,#111b20 0 15px,#2b3a42 16px 28px,#101a1f 29px 45px);filter:blur(.3px)}.qr-plate{position:absolute;left:48px;top:52px;width:108px;min-height:92px;background:#dfe5e5;color:#1e2b31;border:2px solid #707d82;border-radius:4px;padding:8px 9px;box-shadow:0 8px 18px #0009;transform:rotate(-1deg)}.qr-plate strong{font-size:12px}.qr-plate>span{display:block;font-size:8px}.qr-plate small{display:block;font-size:7px;font-weight:700}.qr-art{position:absolute;right:8px;top:8px;width:39px;height:39px;background:repeating-conic-gradient(#142027 0 25%,#eef3f3 0 50%) 50% / 10px 10px;border:3px solid #fff;font-size:0}.qr-plate em{display:block;font-style:normal;font-size:6px;margin-top:7px;width:45px;line-height:1.15}.asset-panel{min-width:0}.asset-topbar{height:34px;display:flex;gap:8px;align-items:center;padding:0 10px;border-bottom:1px solid #17354a;font-size:7px;color:#718c9e}.asset-topbar .app-brand{margin:0}.asset-search{flex:1;border:1px solid #1b3e54;border-radius:3px;background:#071a28;padding:5px 8px}.asset-topbar>i{font-style:normal;background:#0b6ebf;color:#fff;width:20px;height:20px;border-radius:50%;display:grid;place-items:center}.asset-panel-top{padding:10px 13px 6px}.asset-identity{display:flex;align-items:center;gap:9px}.asset-symbol{font-size:25px;color:#a9c9dc}.asset-identity>div{flex:0 1 auto}.asset-identity small{font-size:6px;color:#7893a5}.asset-identity h3{font-size:13px;margin:0}.asset-identity p{font-size:7px;color:#7e99aa;margin:1px 0 0}.status{display:inline-flex;border-radius:3px;padding:3px 6px;font-size:6px}.running{background:#13553c;color:#72e6b1;border:1px solid #23835b}.asset-tabs{display:flex;gap:19px;padding:0 13px;border-bottom:1px solid #18364b;font-size:6.5px;color:#7892a4}.asset-tabs span{padding:6px 0}.asset-tabs .active{color:#58b8ff;border-bottom:1px solid #29a5ff}.asset-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:10px 12px}.asset-summary div{position:relative;min-height:63px;background:#0a1c29;border:1px solid #1a3b51;border-radius:4px;padding:8px 7px 6px 31px}.asset-summary .metric-icon{position:absolute;left:7px;top:8px}.asset-summary small{display:block;font-size:6px;color:#7893a5}.asset-summary b{font-size:16px;display:block}.asset-summary b em{font-size:6px;font-style:normal;color:#7d98aa;font-weight:500}.asset-details{border-left:1px solid #1c3a4f;padding:10px 13px;background:#081925}.asset-details-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px;font-size:9px}.asset-details-title button{border:1px solid #25516b;background:#0a2030;color:#96b3c6;font-size:6px;border-radius:3px;padding:3px 5px}.asset-details dl{margin:0}.asset-details dl div{display:grid;grid-template-columns:70px 1fr;border-bottom:1px solid #143145;padding:5px 0;font-size:6.5px}.asset-details dt{color:#7792a5}.asset-details dd{margin:0;color:#c5d3dc}

/* Roles */
.roles{padding-top:40px;padding-bottom:42px}.roles-heading-row{display:grid;grid-template-columns:1fr auto 330px;align-items:end;gap:22px;margin-bottom:10px}.roles-heading-row h2{font-size:28px}.role-heading-note{font-size:10px;color:#95aabb;margin:0;text-align:right}.role-tabs{display:flex;border:1px solid #1e3f55;border-radius:4px;overflow:hidden;background:#071823}.role-tab{border:0;border-right:1px solid #1e3f55;background:none;color:#9aafbe;padding:8px 17px;font-size:8px;cursor:pointer;white-space:nowrap}.role-tab:last-child{border-right:0}.role-tab.active{background:#0d4f7c;color:#fff}.role-stage{display:grid;grid-template-columns:245px minmax(0,1fr) 260px;border:1px solid #1e3e53;border-radius:5px;overflow:hidden;background:#071622;min-height:270px}.role-copy{padding:20px;border-right:1px solid #19384d}.role-copy h3{font-size:22px;margin-bottom:7px}.role-copy p{font-size:11px;color:#afc0cc}.role-copy ul{list-style:none;padding:0;margin:14px 0}.role-copy li{font-size:8.5px;margin:8px 0;color:#c7d4dd}.role-copy li:before{content:"✓";display:inline-grid;place-items:center;width:13px;height:13px;background:#0f8cf1;color:#fff;border-radius:50%;font-size:6px;margin-right:7px}.role-preview{padding:13px;min-width:0}.role-note{border-left:1px solid #19384d;padding:24px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 15% 25%,rgba(42,103,138,.22),transparent 45%),linear-gradient(180deg,#0b1b27,#07141f)}.role-note blockquote{margin:0 0 16px;font-size:18px;line-height:1.35;color:#c6d8e4;font-weight:600;letter-spacing:-.02em}.role-note small{font-size:8px;color:#7793a6}.tech-view{height:242px;display:grid;grid-template-columns:185px 1fr;gap:10px;align-items:stretch}.role-phone{background:#03070a;border:5px solid #20272c;border-radius:25px;padding:13px 10px;box-shadow:0 18px 25px #0008;overflow:hidden}.role-phone h4{font-size:11px;margin:11px 0 7px}.role-phone .mobile-tabs{display:flex;gap:8px;font-size:6px;color:#668396;border-bottom:1px solid #153246}.role-phone .mobile-tabs span{padding-bottom:5px}.role-phone .mobile-tabs .active{color:#52b8ff;border-bottom:1px solid #2ea8ff}.mobile-row{display:grid;grid-template-columns:23px 1fr 34px;gap:5px;padding:7px 0;border-bottom:1px solid #132f42;font-size:6.5px}.mobile-row b{font-weight:600}.mobile-row small{color:#6f8a9d}.mobile-p{border-radius:2px;padding:1px 3px;align-self:start;text-align:center}.mobile-p.red{background:#762027;color:#ff7b82}.mobile-p.amber{background:#654913;color:#ffc954}.role-asset-card{border:1px solid #1d3e54;background:#091b28;border-radius:5px;padding:13px;overflow:hidden}.role-asset-card .asset-mini{margin:0;border:0;padding:0 0 8px;background:none}.role-asset-card .asset-links{margin-bottom:8px}.role-dash{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.role-box{border:1px solid #1d4057;background:#091c29;border-radius:4px;padding:13px;min-height:78px}.role-box small{font-size:7px;color:#7d99ab}.role-box b{display:block;font-size:19px;margin-top:4px}.role-table{border:1px solid #1d4056;border-radius:4px;overflow:hidden}.role-table-row{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:8px;padding:8px 10px;border-bottom:1px solid #163449;font-size:7.5px}.role-table-row:last-child{border-bottom:0}.role-table-row.head{color:#688699;background:#091b28}.role-table-row b{font-weight:600}

/* Deployment */
.deployment{padding-top:36px;padding-bottom:35px}.deployment-heading{display:flex;align-items:end;gap:55px;margin-bottom:14px}.deployment-heading>div{flex:1}.deployment-heading>p{margin:0 0 3px;color:#94a9b8;font-size:10px;max-width:360px}.deployment-strip{display:grid;grid-template-columns:1fr 1fr 250px;gap:10px}.deployment-card{position:relative;min-height:150px;border:1px solid #1e4056;background:#091b28;border-radius:5px;padding:17px 150px 15px 67px;overflow:hidden}.deployment-icon{position:absolute;left:16px;top:25px;width:39px;height:39px;display:grid;place-items:center;font-size:27px}.deployment-icon.cloud{color:#39aefe}.deployment-icon.cube{color:#a2c4ff;font-size:22px}.deployment-content{position:relative;z-index:2}.deployment-content h3{font-size:14px;margin-bottom:5px}.deployment-content p{font-size:8px;color:#a0b4c2;margin-bottom:7px}.deployment-content ul{list-style:none;padding:0;margin:0}.deployment-content li{font-size:7px;color:#b4c6d2;margin:3px 0}.deployment-content li:before{content:"✓";color:#21a8ff;margin-right:6px}.server-art{position:absolute;right:0;top:0;width:150px;height:100%;background:linear-gradient(90deg,transparent,#06101833),linear-gradient(135deg,#0f2b3c,#06121b);display:flex;align-items:center;justify-content:center;gap:8px}.server-art span{display:block;width:27px;height:103px;border:1px solid #1b5270;background:repeating-linear-gradient(180deg,#0d2637 0 7px,#1579b5 8px 9px,#07141d 10px 13px);box-shadow:0 0 18px rgba(19,136,207,.18)}.self-art{background:linear-gradient(90deg,transparent,#06101833),linear-gradient(135deg,#10202a,#07121a)}.self-art span{background:repeating-linear-gradient(180deg,#111f27 0 7px,#215272 8px 9px,#080f14 10px 13px)}.deployment-side{border:1px solid #1e4056;background:#091b28;border-radius:5px;padding:18px}.deployment-side b{font-size:15px}.deployment-side p{font-size:8px;color:#93a8b7;margin:8px 0 20px}.deployment-side a{font-size:8px;color:#32a9ff}

/* CTA */
.cta-section{background:#07131e;border-top:1px solid rgba(80,125,155,.15);padding:0}.cta-banner{min-height:160px;display:grid;grid-template-columns:1.05fr .82fr 250px;align-items:stretch;border-left:1px solid #1b3b50;border-right:1px solid #1b3b50;background:#071723;overflow:hidden}.cta-copy{padding:24px 25px}.cta-copy h2{font-size:30px;margin-bottom:8px}.cta-copy>p:last-child{font-size:10px;color:#9cb1c0;max-width:510px;margin:0}.cta-visual{position:relative;background:radial-gradient(circle at 70% 40%,rgba(38,99,137,.35),transparent 39%),linear-gradient(120deg,#091621,#153344 57%,#08141d);overflow:hidden}.cta-visual:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 45px,rgba(255,255,255,.045) 46px,transparent 47px),linear-gradient(180deg,transparent 55%,#061019 56%);opacity:.8}.worker-silhouette{position:absolute;left:43%;bottom:-6px;width:85px;height:130px;background:linear-gradient(180deg,#101c23,#030709);clip-path:polygon(37% 0,61% 0,69% 16%,80% 24%,82% 43%,100% 64%,90% 100%,4% 100%,0 63%,18% 43%,20% 24%,31% 16%);filter:drop-shadow(0 8px 7px #000)}.worker-silhouette:before{content:"";position:absolute;left:25px;top:-14px;width:42px;height:29px;border-radius:50% 50% 40% 40%;background:#111e25}.cta-action{padding:24px 24px 24px 10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.cta-action .btn{width:100%}.cta-action small{font-size:7px;color:#97aab8;margin-top:8px}

/* Footer */
.site-footer{background:#040a10;border-top:1px solid #173044;padding:30px 0 17px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(5,1fr);gap:28px}.footer-grid>div{display:flex;flex-direction:column;gap:5px}.footer-grid b{font-size:8px}.footer-grid a,.footer-grid p{font-size:7.5px;color:#7f95a5}.footer-brand-col p{margin-top:6px}.footer-bottom{border-top:1px solid #132b3c;margin-top:22px;padding-top:12px;display:flex;justify-content:space-between;font-size:7px;color:#647d8f}.footer-tagline{display:flex;align-items:center;gap:9px}.footer-tagline i{width:55px;height:1px;background:#1b9fff;display:block}

/* Responsive */
@media(max-width:1100px){
  .desktop-nav{margin-left:40px;gap:22px}.sign-in{display:none}.hero-grid{grid-template-columns:45% 55%}.hero-product{transform:scale(.92);transform-origin:right center}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-card{min-height:305px}.product-shell{grid-template-columns:185px minmax(0,1fr)}.product-copy{grid-column:1/-1;border-left:0;border-top:1px solid #1a394e;display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-copy ul{margin-top:0}.small-outline-link{align-self:end;justify-self:end}.flow{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg)}.flow-step{min-height:78px}.situation-grid{grid-template-columns:1fr 1fr}.situation-image{height:320px}.machine-grid{grid-template-columns:180px 1fr}.asset-details{grid-column:1/-1;border-left:0;border-top:1px solid #1c3a4f}.asset-details dl{display:grid;grid-template-columns:repeat(3,1fr);gap:0 15px}.roles-heading-row{grid-template-columns:1fr}.role-heading-note{text-align:left}.role-tabs{justify-self:start}.role-stage{grid-template-columns:225px 1fr}.role-note{display:none}.deployment-strip{grid-template-columns:1fr 1fr}.deployment-side{grid-column:1/-1;display:flex;align-items:center;gap:30px}.deployment-side p{margin:0}.deployment-side a{margin-left:auto}.cta-banner{grid-template-columns:1fr .75fr 220px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}
}
@media(max-width:820px){
  .container,.header-inner{width:min(100% - 28px,1280px)}.site-header{height:58px}.desktop-nav,.header-actions>.icon-only,.header-actions>.sign-in{display:none}.menu-toggle{display:block}.header-actions .btn{display:inline-flex}.hero{padding:94px 0 42px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:25px}.hero-copy h1{max-width:680px}.hero-product{height:420px;transform:none;margin:0}.laptop{left:0;right:auto;width:90%}.hero-phone{right:0}.benefit-grid{grid-template-columns:1fr 1fr}.product-shell{grid-template-columns:1fr}.product-nav{display:flex;overflow:auto;padding:0;border-right:0;border-bottom:1px solid #1a394e}.product-tab{width:auto;white-space:nowrap;border-left:0;border-bottom:2px solid transparent}.product-tab.active{border-left:0;border-bottom-color:#1698ff}.product-copy{grid-column:auto}.machine-grid{grid-template-columns:150px 1fr}.asset-tabs{overflow:auto;white-space:nowrap}.asset-summary{grid-template-columns:1fr 1fr}.role-stage{grid-template-columns:1fr}.role-copy{border-right:0;border-bottom:1px solid #19384d}.tech-view{grid-template-columns:175px 1fr}.deployment-strip{grid-template-columns:1fr}.deployment-side{grid-column:auto}.cta-banner{grid-template-columns:1fr 220px}.cta-visual{display:none}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media(max-width:620px){
  .header-actions .btn{display:none}.section{padding:46px 0}.split-heading{grid-template-columns:1fr;gap:9px}.split-heading>p,.split-heading>a{justify-self:start}.hero{padding-top:82px}.hero-copy h1{font-size:45px}.lead{font-size:15px}.hero-points{flex-direction:column;gap:9px}.hero-product{height:350px}.laptop{width:100%;top:0}.app-window{height:275px;grid-template-columns:104px 1fr}.mini-sidebar{padding:9px 6px}.mini-sidebar>span{font-size:6px;padding:6px}.app-content{padding:10px}.tr{grid-template-columns:44px 1.2fr 42px 44px}.tr>*:last-child{display:none}.hero-phone{width:126px;height:264px;right:-6px;bottom:0;padding:14px 8px}.phone-menu span{padding:5px 3px}.phone-nav{display:none}.benefit-grid,.situation-grid{grid-template-columns:1fr}.benefit-card{min-height:auto}.situation-image{height:auto;aspect-ratio:1.06}.product-copy{display:block}.app-row{grid-template-columns:44px 1.3fr 58px 54px}.app-row>*:nth-child(5),.app-row>*:nth-child(6){display:none}.flow-step{min-height:72px}.machine-grid{grid-template-columns:1fr}.machine-qr-photo{min-height:190px;border-right:0;border-bottom:1px solid #1c3a4f}.qr-plate{left:50%;top:50%;transform:translate(-50%,-50%)}.asset-summary{grid-template-columns:1fr 1fr}.asset-details dl{grid-template-columns:1fr}.roles-heading-row{gap:12px}.role-tabs{width:100%;overflow:auto}.role-tab{padding:8px 12px}.tech-view{grid-template-columns:1fr;height:auto}.role-phone{height:230px;width:175px;margin:auto}.role-asset-card{display:none}.deployment-card{padding-right:115px}.server-art{width:115px}.deployment-side{display:block}.deployment-side p{margin:8px 0 14px}.cta-banner{grid-template-columns:1fr}.cta-copy{padding:24px 18px 12px}.cta-action{padding:10px 18px 24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}.footer-tagline i{width:30px}
}

/* ==========================================================
   POLISH PASS v2 — readability, responsive UX and mobile cost
   ========================================================== */
html{scroll-padding-top:76px}
body{text-rendering:optimizeLegibility}
a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
a:focus-visible,button:focus-visible{outline:2px solid #44b5ff;outline-offset:3px;border-radius:4px}
picture{display:block}
section[id],footer[id]{scroll-margin-top:76px}

/* Small copy in the approved mockup was visually accurate but too tiny at
   production size. These bumps preserve density while making the page easier
   to scan on normal laptop displays. */
.desktop-nav{font-size:13px}
.sign-in{font-size:13px}
.btn-sm{font-size:12px}
.benefit-card>p{font-size:12px;line-height:1.45}
.product-tab{font-size:11px;min-height:38px}
.product-copy p{font-size:12.5px;line-height:1.5}
.product-copy li{font-size:10.5px;line-height:1.45}
.small-outline-link{font-size:10.5px}
.app-topbar{font-size:9px}
.stage-header small{font-size:8px}
.stage-header button{font-size:8px}
.app-row{font-size:8.5px}
.pill{font-size:7.5px}
.flow-step b{font-size:11px}
.flow-step small{font-size:8.5px;line-height:1.35}
.situation-card p{font-size:11px;line-height:1.45;min-height:47px}
.role-tab{font-size:9.5px;min-height:38px}
.role-copy p{font-size:12px;line-height:1.45}
.role-copy li{font-size:10px;line-height:1.4}
.deployment-content p{font-size:9.5px;line-height:1.45}
.deployment-content li{font-size:8.5px;line-height:1.4}
.deployment-side p{font-size:9.5px;line-height:1.45}
.deployment-side a{font-size:9.5px}
.cta-copy>p:last-child{font-size:11px;line-height:1.45}
.cta-action small{font-size:8.5px}
.footer-grid b{font-size:10px}
.footer-grid a,.footer-grid p{font-size:9.5px;line-height:1.55}
.footer-bottom{font-size:8.5px}

/* Crisp situation previews: avoid crop/zoom artifacts and let the dark card
   frame do the visual work. */
.situation-image{display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#0e2738 0,transparent 62%),linear-gradient(180deg,#07131d,#061019)}
.situation-image picture{width:100%;height:100%;display:grid;place-items:center}
.situation-image img{width:auto;height:auto;max-width:92%;max-height:92%;object-fit:contain;object-position:center;filter:contrast(1.025) saturate(1.025)}

/* Machine context micro UI — still illustrative, but no longer illegibly tiny. */
.asset-topbar{font-size:8px}
.asset-identity small{font-size:7px}.asset-identity h3{font-size:14px}.asset-identity p{font-size:8px}
.status{font-size:7px}
.asset-tabs{font-size:7.5px}
.asset-summary small{font-size:7px}.asset-summary b em{font-size:7px}
.asset-details-title{font-size:10px}.asset-details-title button{font-size:7px}
.asset-details dl div{font-size:7.5px}

/* Role section: use product principles, never a fabricated testimonial. */
.role-note{padding:24px 26px}
.role-principle-label{font-size:8px!important;letter-spacing:.08em;color:#38aaff!important;font-weight:800;margin-bottom:10px}
.role-note strong{font-size:18px;line-height:1.28;letter-spacing:-.025em;color:#d6e5ee}
.role-note p{font-size:10px;line-height:1.5;color:#829cad;margin:12px 0 0}

/* Mobile navigation is class-driven rather than inline-style driven. */
@media(max-width:820px){
  body.menu-open{overflow:hidden}
  .desktop-nav.mobile-open{display:flex;position:absolute;top:58px;left:14px;right:14px;padding:10px;background:rgba(4,14,23,.98);border:1px solid #23465d;border-radius:8px;box-shadow:0 18px 45px #0009;flex-direction:column;gap:2px;margin:0;z-index:110}
  .desktop-nav.mobile-open a{display:flex;align-items:center;min-height:46px;padding:0 12px;border-radius:5px;font-size:14px}
  .desktop-nav.mobile-open a:hover{background:#0b2232}
  .menu-toggle{width:44px;height:44px;padding:0;display:grid;place-items:center;font-size:24px}
}

/* Mobile / tablet: the product remains the hero, but dense desktop tables
   become readable touch-sized summaries instead of a squeezed screenshot. */
@media(max-width:820px){
  .product-nav{scroll-snap-type:x proximity;scrollbar-width:none}
  .product-nav::-webkit-scrollbar,.role-tabs::-webkit-scrollbar{display:none}
  .product-tab{scroll-snap-align:start;min-height:46px;padding:0 14px;font-size:11px}
  .role-tab{min-height:44px;font-size:10px;padding:0 14px}
  .app-topbar{height:40px;font-size:9px}
  .product-stage{padding:13px;min-height:280px}
  .product-copy{padding:18px}
  .product-copy h3{font-size:22px}
  .product-copy p{font-size:13px}
  .product-copy li{font-size:11px}
  .small-outline-link{min-height:40px;align-items:center}
  .role-note{display:flex;border-left:0;border-top:1px solid #19384d}
}

@media(max-width:620px){
  .container,.header-inner{width:calc(100% - 32px)}
  .site-header{background:rgba(3,10,17,.94);backdrop-filter:blur(9px)}
  .section{padding:42px 0}
  .eyebrow{font-size:10px;margin-bottom:7px}
  h2{font-size:29px;line-height:1.08}
  .section-heading{margin-bottom:20px}
  .split-heading>p,.split-heading>a{font-size:12px;line-height:1.5}

  /* hero */
  .hero{padding:84px 0 34px}
  .hero-grid{gap:20px}
  .hero-copy h1{font-size:clamp(37px,11vw,44px);line-height:.98;margin-bottom:16px;max-width:360px}
  .lead{font-size:14.5px;line-height:1.55}
  .button-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}
  .button-row .btn{min-height:46px;padding:11px 10px;font-size:11px;text-align:center}
  .hero-points{margin-top:18px;gap:8px}.hero-points div{font-size:10px}
  .hero-product{height:326px;margin-top:2px}
  .laptop{width:96%;left:-7%;top:20px;opacity:.92;filter:drop-shadow(0 22px 28px rgba(0,0,0,.42))}
  .app-window{height:252px;grid-template-columns:92px 1fr}
  .mini-sidebar>span{font-size:5.8px;padding:5px}
  .app-title-row h3{font-size:17px}.hero-table{font-size:6.5px}.tr{padding:7px 1px}
  .hero-phone{width:138px;height:286px;right:0;bottom:0;padding:14px 9px;border-radius:25px}
  .phone-asset-card b{font-size:11px}.phone-menu span{font-size:7.5px;padding:6px 3px}

  /* benefits */
  .benefit-grid{gap:12px}
  .benefit-card{padding:16px;border-radius:8px}
  .benefit-head h3{font-size:16px}
  .benefit-card>p{font-size:12.5px;min-height:0;margin-bottom:14px}

  /* product explorer */
  .product-shell{border-radius:8px;box-shadow:0 14px 36px rgba(0,0,0,.28)}
  .product-nav{padding:0 4px}
  .product-tab{border-bottom-width:2px}
  .app-topbar small,.app-topbar>span,.app-topbar>i{display:none}
  .app-topbar b{white-space:nowrap;font-size:10px}
  .app-search{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .product-stage{min-height:0;padding:12px}
  .stage-header{margin-bottom:10px}.stage-header h3{font-size:18px}.stage-header small{font-size:8px}.stage-header button{min-height:32px;font-size:8px}
  .app-table{border:0;background:transparent;overflow:visible;display:grid;gap:7px}
  .app-row.header{display:none}
  .app-row:not(.header){display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;gap:5px 9px;padding:10px 11px;border:1px solid #19394e;border-radius:5px;background:#091c29;font-size:9px}
  .app-row:not(.header)>*:nth-child(1){grid-column:1;grid-row:1;color:#7894a7;font-size:8px}
  .app-row:not(.header)>*:nth-child(2){grid-column:1;grid-row:2;font-size:11px;white-space:normal}
  .app-row:not(.header)>*:nth-child(3),.app-row:not(.header)>*:nth-child(6){display:none}
  .app-row:not(.header)>*:nth-child(4){grid-column:2;grid-row:1;justify-self:end}
  .app-row:not(.header)>*:nth-child(5){grid-column:2;grid-row:2;justify-self:end}
  .pill{font-size:8px;padding:3px 5px}
  .app-grid-cards{grid-template-columns:1fr 1fr;gap:7px}
  .app-grid-card{padding:11px}.app-grid-card small{font-size:8px}.app-grid-card b{font-size:16px}
  .product-copy{display:block;padding:17px}
  .product-copy h3{font-size:21px;margin-bottom:7px}.product-copy p{font-size:12.5px}
  .product-copy ul{margin:13px 0 16px}.product-copy li{font-size:10.5px;margin:8px 0}
  .small-outline-link{font-size:10px}

  /* philosophy becomes a clean vertical execution timeline */
  .flow{gap:0;position:relative}
  .flow-step{min-height:68px;padding:11px 12px;gap:11px;border-radius:7px}
  .flow-step b{font-size:12px}.flow-step small{font-size:9.5px}
  .flow-icon{width:38px;height:38px;flex-basis:38px}
  .flow-arrow{height:18px;line-height:18px;font-size:14px;transform:rotate(90deg)}

  /* situations: readable caption, no aggressive source-image stretching */
  .situation-grid{gap:12px}
  .situation-card{padding:8px 8px 13px;border-radius:8px}
  .situation-image{aspect-ratio:1.18;height:auto;min-height:220px}
  .situation-image img{max-width:92%;max-height:92%}
  .situation-card p{font-size:12px;line-height:1.48;margin:10px 6px 0;min-height:0}

  /* machine context */
  .machine-qr-photo{min-height:170px}
  .qr-plate{width:116px;min-height:98px}
  .asset-topbar{height:38px;font-size:8px}.asset-topbar>small,.asset-topbar>i{display:none}.asset-search{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .asset-panel-top{padding:12px 13px 8px}.asset-identity h3{font-size:15px}.asset-identity p{font-size:9px}.asset-identity small{font-size:8px}.status{font-size:8px;margin-left:auto}
  .asset-tabs{font-size:8.5px;gap:16px;padding:0 13px;scrollbar-width:none}.asset-tabs::-webkit-scrollbar{display:none}.asset-tabs span{padding:8px 0}
  .asset-summary{gap:7px;padding:10px}.asset-summary div{min-height:67px}.asset-summary small{font-size:8px}.asset-summary b{font-size:17px}.asset-summary b em{font-size:7px}
  .asset-details{padding:12px 13px}.asset-details-title{font-size:11px}.asset-details-title button{min-height:30px;font-size:8px}.asset-details dl div{font-size:9px;padding:7px 0}

  /* roles */
  .roles-heading-row h2{font-size:29px}
  .role-heading-note{font-size:11px;line-height:1.45}
  .role-tabs{scroll-snap-type:x proximity;scrollbar-width:none}
  .role-tab{scroll-snap-align:start}
  .role-copy{padding:17px}.role-copy h3{font-size:21px}.role-copy p{font-size:12.5px}.role-copy li{font-size:10.5px}
  .role-preview{padding:16px;min-height:266px;display:grid;place-items:center}
  .role-phone{width:186px;height:246px}
  .role-note{display:flex;padding:17px 18px}.role-note strong{font-size:16px}.role-note p{font-size:10.5px}

  /* deployment */
  .deployment-heading{display:grid;gap:7px}.deployment-heading>p{font-size:12px;line-height:1.5}
  .deployment-card{min-height:165px;padding:18px 116px 16px 62px}
  .deployment-content h3{font-size:15px}.deployment-content p{font-size:10.5px}.deployment-content li{font-size:9.5px;margin:5px 0}.server-art{width:108px}.server-art span{width:23px;height:100px}
  .deployment-side{padding:17px}.deployment-side b{font-size:16px}.deployment-side p{font-size:10.5px}.deployment-side a{font-size:10px;display:inline-flex;min-height:36px;align-items:center}

  /* CTA + footer */
  .cta-copy h2{font-size:28px}.cta-copy>p:last-child{font-size:12px}
  .cta-action .btn{min-height:48px}.cta-action small{font-size:9.5px}
  .site-footer{padding-top:28px}.footer-grid{gap:22px 18px}.footer-grid b{font-size:11px}.footer-grid a,.footer-grid p{font-size:10.5px;min-height:23px}.footer-bottom{font-size:9px;line-height:1.45}
}

@media(max-width:360px){
  .container,.header-inner{width:calc(100% - 24px)}
  .brand-text{font-size:16px}.brand-mark{font-size:20px}
  .hero-copy h1{font-size:36px}
  .button-row{grid-template-columns:1fr}.button-row .btn{width:100%}
  .hero-product{height:310px}.hero-phone{width:128px;height:270px;right:-2px}.laptop{width:98%;left:-9%}
  h2,.roles-heading-row h2{font-size:27px}
  .app-grid-cards{grid-template-columns:1fr}
  .deployment-card{padding-right:98px}.server-art{width:92px;gap:5px}.server-art span{width:20px}
  .footer-grid{grid-template-columns:1fr}.footer-brand-col{grid-column:auto}
}

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

/* Final CTA returns to the product instead of generic worker imagery. */
.cta-visual{display:grid;place-items:center;padding:18px;background:radial-gradient(circle at 58% 40%,rgba(23,117,177,.28),transparent 48%),linear-gradient(120deg,#08141d,#0e293b 58%,#07131c)}
.cta-visual:before{opacity:.36}
.cta-product-card{position:relative;z-index:2;width:min(300px,92%);border:1px solid #26516b;border-radius:7px;background:#071722;box-shadow:0 16px 36px #0008;overflow:hidden;transform:perspective(800px) rotateY(-5deg)}
.cta-product-top{height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid #183a50;font-size:7px;color:#6f91a6}.cta-product-top b{color:#38aaff}.cta-product-top span{letter-spacing:.08em}
.cta-product-asset{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-bottom:1px solid #17364a}.cta-product-asset div{display:flex;flex-direction:column}.cta-product-asset small{font-size:6px;color:#718fa3}.cta-product-asset strong{font-size:13px}.cta-product-asset em{font-size:7px;font-style:normal;color:#7d98aa}.cta-running{font-size:6px;padding:4px 6px;border:1px solid #24845f;border-radius:3px;background:#104d39;color:#79e3b5;font-weight:800}
.cta-product-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:9px}.cta-product-metrics span{min-height:43px;padding:6px;border:1px solid #1b3c51;border-radius:4px;background:#091c29}.cta-product-metrics small{display:block;font-size:5.5px;color:#708da0}.cta-product-metrics b{display:block;font-size:14px;margin-top:2px}
@media(max-width:820px){.cta-visual{display:none}}

/* ==========================================================
   FINAL VISUAL REFINEMENT v3
   ========================================================== */

/* Navigation: preserve the compact industrial header, but improve normal-size readability. */
.desktop-nav{font-size:13.5px;color:#e0e8ee}
.desktop-nav a{opacity:.88}.desktop-nav a:hover{opacity:1}
.sign-in{font-size:13.5px;color:#edf3f7}

/* Hero: slightly stronger product presence on large displays. */
@media(min-width:1101px){
  .hero-grid{grid-template-columns:40% 60%;gap:18px}
  .hero-product{height:442px;margin-right:-28px}
  .laptop{width:89%;right:5%;top:15px}
  .hero-phone{right:-4px;bottom:4px;transform:scale(1.035);transform-origin:bottom right}
}

/* Supporting copy should remain secondary, but never washed-out. */
.split-heading>p,.deployment-heading>p,.role-heading-note{color:#b6c5d0}

/* Product / role horizontal selectors: make continuation discoverable on touch layouts. */
@media(max-width:820px){
  .product-nav,.role-tabs,.asset-tabs{
    -webkit-mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 28px),transparent 100%);
    mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 28px),transparent 100%);
  }
}

/* Philosophy: slightly stronger captions on desktop without losing density. */
@media(min-width:621px){
  .flow-step b{font-size:11.5px}
  .flow-step small{font-size:9px;line-height:1.35;color:#9fb2bf}
}

/* High-resolution real-situation previews drawn as native UI, not scaled thumbnails. */
.situation-card{padding:8px 8px 13px;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.situation-card:hover{border-color:#2c5770;transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.18)}
.situation-image.situation-ui{height:250px;display:block;position:relative;padding:10px 11px 11px;background:
  radial-gradient(circle at 50% 42%,rgba(27,86,123,.22),transparent 48%),
  linear-gradient(180deg,#091b28,#050d14);overflow:hidden}
.situation-ui:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.025),transparent 25% 76%,rgba(42,159,229,.03));}
.situation-topline{height:26px;display:flex;align-items:center;gap:8px;color:#dbe8ef;font-size:11px;position:relative;z-index:2}
.scenario-number{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#0b79c5;color:#fff;font-size:10px;font-weight:800;box-shadow:0 0 0 1px #2e9de0 inset}
.scenario-number.critical{background:#b82f39;box-shadow:0 0 0 1px #e25861 inset}
.scenario-phone{position:relative;z-index:2;width:72%;height:202px;margin:5px auto 0;padding:10px 10px 9px;background:linear-gradient(160deg,#081019,#020507);border:3px solid #2c353b;border-radius:18px;box-shadow:0 16px 30px #0009,inset 0 0 0 1px #53606a;overflow:hidden}
.scenario-phone:before{content:"";position:absolute;top:5px;left:50%;width:38px;height:7px;transform:translateX(-50%);background:#000;border-radius:6px;opacity:.95}
.scenario-phone-bar{display:flex;justify-content:space-between;align-items:center;margin-top:4px;padding:6px 1px 7px;border-bottom:1px solid #142d3e;font-size:7px;color:#d6e3ea}.scenario-phone-bar i{font-style:normal;color:#7895a8;font-size:6px}
.scenario-alert{display:flex;align-items:center;gap:6px;margin:8px 0 7px;padding:6px;background:linear-gradient(180deg,#a82732,#711a21);border:1px solid #d34a53;border-radius:4px;font-size:7px}.scenario-alert span{padding:2px 4px;border-radius:2px;background:#e23d49;font-weight:800}.scenario-alert b{font-size:7px}
.scenario-asset{display:flex;flex-direction:column;padding:5px 2px 6px;border-bottom:1px solid #183346}.scenario-asset small{font-size:5.5px;color:#6d8a9d}.scenario-asset strong{font-size:9px}.scenario-asset em{font-style:normal;font-size:6px;color:#7f99aa}
.scenario-actions{display:grid;gap:4px;padding-top:6px}.scenario-actions button,.scenario-result button,.take-part{border:0;border-radius:3px;background:#108df3;color:#fff;font-size:6px;font-weight:800;padding:6px}.scenario-actions span{display:flex;justify-content:space-between;padding:4px 3px;border:1px solid #17384e;border-radius:3px;color:#9bb2c1;font-size:6px}.scenario-actions span:after{content:"›";color:#4bb2f7}
.scenario-search{margin:9px 0 8px;padding:7px 8px;border:1px solid #1b425b;border-radius:4px;background:#0a1d2a;color:#78a1b9;font-size:7px}.scenario-search b{color:#e4edf2;font-weight:600;margin-left:5px}
.offline-dot{padding:2px 4px;border:1px solid #2e745e;border-radius:3px;background:#0d3f31;color:#73dfb6!important;font-size:5px!important;font-weight:800}
.scenario-result{padding:8px;border:1px solid #1c4056;border-radius:5px;background:#091c29;display:grid;gap:2px}.scenario-result small{font-size:5px;color:#4eabd9}.scenario-result strong{font-size:9px}.scenario-result em{font-style:normal;color:#8da3b2;font-size:6px}.scenario-result button{margin-top:7px}
.part-visual{height:39px;margin:8px 0 4px;display:grid;place-items:center}.part-visual span{width:73px;height:18px;border-radius:10px;background:linear-gradient(90deg,#bfcbd0 0 18%,#3b4b54 19% 26%,#e7eff2 27% 54%,#889aa2 55% 68%,#cbd5d8 69%);box-shadow:0 7px 15px #0008;position:relative}.part-visual span:after{content:"";position:absolute;right:-15px;top:5px;width:17px;height:8px;border-radius:1px;background:#cfd7d9;box-shadow:0 3px 0 #909da2}
.part-copy{border-bottom:0;padding-bottom:4px}.part-stock{display:grid;grid-template-columns:1fr 1.45fr;gap:4px;margin:3px 0 6px}.part-stock span{padding:4px 5px;border:1px solid #17374b;border-radius:3px;background:#0a1c28}.part-stock small{display:block;font-size:4.8px;color:#6d899b}.part-stock b{display:block;font-size:8px;margin-top:1px;color:#dce8ee}.part-stock span:first-child b{color:#6de4b3}
.take-part{width:100%}
.handover-row{display:grid;grid-template-columns:18px 1fr;gap:6px;align-items:center;padding:6px 1px;border-bottom:1px solid #142f41}.handover-row i{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;font-style:normal;font-size:7px;font-weight:800}.handover-row span{display:flex;flex-direction:column}.handover-row b{font-size:7px}.handover-row small{font-size:5.5px;color:#7e98aa}.h-red{background:#6a252b;color:#ff7c84}.h-amber{background:#574314;color:#ffcb61}.h-blue{background:#0c466f;color:#65c0ff}

/* Machine context: slightly quicker transition from physical QR to the software on phones. */
@media(max-width:620px){.machine-qr-photo{min-height:150px}.qr-plate{top:50%;transform:translate(-50%,-50%) rotate(-1deg)}}

/* Roles: strengthen the desktop proof panel with more useful contextual UI. */
@media(min-width:1101px){
  .role-stage{grid-template-columns:245px minmax(0,1fr) 275px}
  .role-preview{padding:15px}
  .tech-view{height:246px;grid-template-columns:190px minmax(0,1fr);gap:12px}
  .role-asset-card{padding:15px}
  .role-note strong{font-size:19px}
}

/* Deployment: more hierarchy, less documentation-like density. */
.deployment-strip{gap:12px}
.deployment-card{min-height:164px;padding-top:18px;border-color:#244b63;background:linear-gradient(180deg,#0a1d2a,#081721)}
.deployment-icon{width:45px;height:45px;font-size:31px;top:25px}
.deployment-icon.cube{font-size:25px}
.deployment-kicker{display:block;margin-bottom:5px;color:#31a9ff;font-size:7px;font-weight:850;letter-spacing:.08em}
.deployment-content h3{font-size:16px;margin-bottom:5px}
.deployment-content p{font-size:10.5px;line-height:1.45;color:#b0c0cb}
.deployment-content li{font-size:9px;line-height:1.45;margin:4px 0;color:#c2d0d8}
.deployment-side{background:linear-gradient(180deg,#0a1d2a,#081721);border-color:#244b63}.deployment-side b{font-size:16px;line-height:1.2}.deployment-side p{font-size:10px;line-height:1.45;color:#a9bbc7}.deployment-side a{font-size:9.5px;font-weight:700}
.server-art{opacity:.78}

/* CTA: make the product proof more intentional on desktop. */
@media(min-width:821px){
  .cta-banner{min-height:172px;grid-template-columns:1.02fr .9fr 250px}
  .cta-product-card{width:min(345px,94%);transform:perspective(850px) rotateY(-4deg) scale(1.02)}
  .cta-product-top{height:32px}.cta-product-asset{padding:13px}.cta-product-asset strong{font-size:14px}
  .cta-product-metrics{padding:10px}.cta-product-metrics span{min-height:47px}.cta-product-metrics b{font-size:15px}
}

/* Mobile footer links: larger touch surface without visually bloating typography. */
@media(max-width:620px){
  .footer-grid a{min-height:30px;display:flex;align-items:center}
  .deployment-card{padding-top:18px}
  .deployment-kicker{font-size:7.5px}
  .situation-image.situation-ui{height:auto;aspect-ratio:1.12;min-height:248px;padding:11px}
  .scenario-phone{height:calc(100% - 36px);max-height:244px;width:min(74%,230px)}
  .situation-topline{font-size:12px}
}


/* Photo integration pass */

.benefit-card{display:flex;flex-direction:column}
.feature-photo-card{position:relative;margin-top:auto;height:162px;border:1px solid #1d3d52;border-radius:6px;overflow:hidden;background:#08131c;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.feature-photo-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.58) saturate(.92)}
.feature-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,16,24,.08) 0%,rgba(6,16,24,.18) 35%,rgba(6,16,24,.8) 100%)}
.feature-photo-label{position:absolute;left:12px;right:12px;bottom:11px;z-index:2;font-size:10px;font-weight:700;color:#e9f2f8;letter-spacing:.02em}

.situation-card{overflow:hidden}
.situation-image.has-photo{position:relative;overflow:hidden;background:linear-gradient(180deg,#091723,#07111b)}
.situation-bg-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.48) saturate(.88)}
.situation-image.has-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,11,18,.18) 0%,rgba(4,11,18,.24) 28%,rgba(4,11,18,.55) 72%,rgba(4,11,18,.85) 100%)}
.situation-image.has-photo > *{position:relative;z-index:2}

.role-preview{background:linear-gradient(180deg,#081723,#07131d)}
.role-photo-card{position:relative;width:100%;min-height:265px;height:100%;border:1px solid #1c3d54;border-radius:8px;overflow:hidden;background:#08141e;box-shadow:0 16px 36px rgba(0,0,0,.28)}
.role-photo-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.63) saturate(.95)}
.role-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,17,27,.02) 0%,rgba(6,17,27,.14) 35%,rgba(6,17,27,.76) 100%)}
.role-photo-overlay{position:absolute;left:16px;right:16px;bottom:16px;z-index:2;display:flex;flex-direction:column;gap:6px}
.role-photo-kicker{display:inline-flex;align-self:flex-start;padding:5px 8px;border-radius:999px;border:1px solid rgba(83,176,255,.45);background:rgba(6,26,40,.68);font-size:10px;font-weight:700;color:#78cbff}
.role-photo-overlay strong{font-size:18px;line-height:1.1;letter-spacing:-.02em}
.role-photo-overlay p{margin:0;font-size:12px;line-height:1.45;color:#bfd0db;max-width:430px}

.deployment-card{display:grid;grid-template-columns:44px minmax(0,1fr) 160px;align-items:stretch;padding:0}
.deployment-card .deployment-icon{margin:22px 0 0 18px}
.deployment-content{padding:19px 18px 18px 0;align-self:center}
.deployment-photo{position:relative;overflow:hidden;border-left:1px solid rgba(82,126,155,.18);background:#07131c}
.deployment-photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.58) saturate(.92)}
.deployment-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,19,28,.18) 0%,rgba(7,19,28,.12) 40%,rgba(7,19,28,.32) 100%)}

.cta-banner{overflow:hidden}
.cta-visual{position:relative;padding:0;min-height:230px;border-left:1px solid rgba(82,126,155,.18);background:#07131c;overflow:hidden}
.cta-photo{width:100%;height:100%;object-fit:cover;filter:brightness(.56) saturate(.95)}
.cta-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,19,28,.5) 0%,rgba(7,19,28,.22) 40%,rgba(7,19,28,.58) 100%),linear-gradient(180deg,rgba(7,19,28,.05),rgba(7,19,28,.35))}
.cta-visual-overlay{position:absolute;left:18px;right:18px;bottom:18px;z-index:2}
.cta-visual-overlay span{display:inline-flex;padding:6px 9px;border-radius:999px;border:1px solid rgba(84,176,255,.45);background:rgba(6,22,33,.68);font-size:10px;font-weight:700;color:#8dd4ff}

@media(max-width:1020px){
  .deployment-card{grid-template-columns:44px minmax(0,1fr) 128px}
}
@media(max-width:820px){
  .feature-photo-card{height:180px}
  .role-photo-card{min-height:290px}
  .deployment-card{grid-template-columns:1fr;gap:0}
  .deployment-card .deployment-icon{margin:18px 0 0 18px;position:absolute;z-index:2}
  .deployment-content{padding:58px 18px 16px 18px}
  .deployment-photo{min-height:170px;border-left:0;border-top:1px solid rgba(82,126,155,.18)}
  .cta-visual{min-height:180px;border-left:0;border-top:1px solid rgba(82,126,155,.18)}
}
@media(max-width:620px){
  .feature-photo-card{height:190px}
  .feature-photo-label{font-size:11px}
  .situation-card p{font-size:12.5px}
  .role-photo-overlay strong{font-size:17px}
  .role-photo-overlay p{font-size:11px}
}

/* ==========================================================
   DEPLOYMENT PHOTO LAYOUT FIX
   Fixes the photo integration grid: the deployment icon is
   absolutely positioned, so content/photo must use a 2-col grid.
   ========================================================== */
.deployment-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,58%) minmax(0,42%);
  min-height:184px;
  padding:0;
  overflow:hidden;
  align-items:stretch;
}
.deployment-card .deployment-icon{
  position:absolute;
  left:18px;
  top:22px;
  z-index:4;
  width:38px;
  height:38px;
  margin:0;
  display:grid;
  place-items:center;
}
.deployment-card .deployment-content{
  grid-column:1;
  min-width:0;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 20px 20px 68px;
}
.deployment-card .deployment-content h3{
  font-size:17px;
  line-height:1.12;
  margin:0 0 6px;
  white-space:normal;
}
.deployment-card .deployment-content p{
  max-width:310px;
  margin:0 0 9px;
  font-size:10.5px;
  line-height:1.5;
}
.deployment-card .deployment-content ul{
  margin:0;
}
.deployment-card .deployment-content li{
  font-size:9.5px;
  line-height:1.45;
  margin:5px 0;
}
.deployment-card .deployment-photo{
  grid-column:2;
  min-width:0;
  min-height:184px;
  position:relative;
  overflow:hidden;
  border-left:1px solid rgba(82,126,155,.22);
  background:#07131c;
}
.deployment-card .deployment-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:brightness(.58) saturate(.9) contrast(1.02);
}
.deployment-card .deployment-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,19,28,.28) 0%,rgba(7,19,28,.07) 38%,rgba(7,19,28,.14) 100%);
  pointer-events:none;
}

/* Keep the side explanation balanced with the photo cards. */
.deployment-side{
  min-height:184px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px;
}
.deployment-side b{font-size:17px;line-height:1.22}
.deployment-side p{font-size:10.5px;line-height:1.5;margin:10px 0 20px}
.deployment-side a{font-size:10px}

@media(max-width:1100px){
  .deployment-card{
    grid-template-columns:minmax(0,60%) minmax(0,40%);
    min-height:180px;
  }
  .deployment-card .deployment-photo{min-height:180px}
  .deployment-card .deployment-content{padding-left:66px}
}

@media(max-width:820px){
  .deployment-card{
    grid-template-columns:1fr;
    grid-template-rows:auto 190px;
    min-height:0;
  }
  .deployment-card .deployment-icon{
    left:18px;
    top:19px;
  }
  .deployment-card .deployment-content{
    grid-column:1;
    grid-row:1;
    padding:58px 18px 18px;
  }
  .deployment-card .deployment-content p{max-width:none}
  .deployment-card .deployment-photo{
    grid-column:1;
    grid-row:2;
    min-height:190px;
    border-left:0;
    border-top:1px solid rgba(82,126,155,.22);
  }
  .deployment-side{min-height:0}
}

@media(max-width:620px){
  .deployment-card{grid-template-rows:auto 168px}
  .deployment-card .deployment-photo{min-height:168px}
  .deployment-card .deployment-content h3{font-size:17px}
  .deployment-card .deployment-content p{font-size:11px}
  .deployment-card .deployment-content li{font-size:10px}
}


/* ===== Multipage system ===== */

.subpage-main{padding-top:62px}.page-hero{padding:94px 0 72px;border-bottom:1px solid rgba(80,125,155,.15);background:radial-gradient(circle at 82% 20%,rgba(22,111,170,.18),transparent 32%),linear-gradient(180deg,#06121d,#071724)}
.page-hero h1{max-width:850px}.narrow-title{max-width:780px!important}.page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:64px;align-items:center}.page-hero-photo{height:360px;border:1px solid #1f4057;border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}.page-hero-photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.68) saturate(.95)}
.feature-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.feature-page-card{position:relative;min-height:330px;padding:30px;border:1px solid #1f4057;border-radius:10px;background:linear-gradient(180deg,#0a1b28,#081722);overflow:hidden}.feature-page-card h2{font-size:30px;margin-bottom:14px}.feature-page-card>p,.feature-page-card div>p{color:#a8bac7;max-width:590px}.feature-number{position:absolute;right:22px;top:20px;color:#234861;font-size:44px;font-weight:800}.feature-page-card.photo-card{padding:0;display:grid;grid-template-columns:45% 55%;min-height:360px}.feature-page-card.photo-card>img{width:100%;height:100%;object-fit:cover;filter:brightness(.58)}.feature-page-card.photo-card>div{padding:30px}.clean-list{list-style:none;padding:0;margin:22px 0 0}.clean-list li{position:relative;padding:7px 0 7px 22px;color:#c0cfda}.clean-list li:before{content:"✓";position:absolute;left:0;color:#21a5ff}.page-cta{padding:44px 0;border-top:1px solid rgba(80,125,155,.15);background:#06111b}.page-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.page-cta-inner h2{max-width:720px}
.role-page-list{display:grid;gap:22px}.role-page-row{display:grid;grid-template-columns:.88fr 1.12fr;min-height:400px;border:1px solid #1f4057;border-radius:10px;overflow:hidden;background:#081722}.role-page-row.reverse{grid-template-columns:1.12fr .88fr}.role-page-row.reverse .role-page-copy{order:2}.role-page-row.reverse img{order:1}.role-page-copy{padding:42px;align-self:center}.role-page-copy h2{font-size:34px;margin-bottom:15px}.role-page-copy p{color:#a9bbc8}.role-page-row img{width:100%;height:100%;object-fit:cover;filter:brightness(.68) saturate(.95)}
.scenario-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.scenario-page-grid article{position:relative;border:1px solid #1f4057;border-radius:10px;overflow:hidden;background:#081722;padding-bottom:28px}.scenario-page-grid img{width:100%;height:290px;object-fit:cover;filter:brightness(.62)}.scenario-page-grid span{display:inline-grid;place-items:center;width:36px;height:36px;margin:20px 28px 8px;border-radius:50%;background:#0c79c8;color:white;font-weight:800}.scenario-page-grid h2,.scenario-page-grid p{margin-left:28px;margin-right:28px}.scenario-page-grid h2{font-size:28px}.scenario-page-grid p{color:#a8bac7}
.deployment-page-grid{display:grid;gap:22px}.deployment-page-card{display:grid;grid-template-columns:.9fr 1.1fr;min-height:440px;border:1px solid #1f4057;border-radius:10px;overflow:hidden;background:#081722}.deployment-page-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.64)}.deployment-page-card>div{padding:44px;align-self:center}.deployment-page-card h2{font-size:34px;margin-bottom:16px}.deployment-page-card p{color:#a8bac7}.scope-note{margin-top:22px;padding:13px 14px;border-left:2px solid #2a7eb6;background:#08141e;color:#7f9bad!important;font-size:11px}
.blog-hero{padding-bottom:58px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{min-height:320px;padding:28px;border:1px solid #1f4057;border-radius:10px;background:linear-gradient(180deg,#0b1c2a,#081722);display:flex;flex-direction:column}.blog-category{display:inline-flex;align-self:flex-start;padding:5px 8px;border:1px solid #235070;border-radius:999px;color:#5fc0ff;background:#081a28;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.blog-card h2{font-size:27px;margin:20px 0 13px}.blog-card p{color:#9fb2c0}.blog-card a{margin-top:auto;color:#2aa6ff;font-weight:700;font-size:13px}.article-page{padding:105px 0 80px;background:linear-gradient(180deg,#06111b,#071724)}.article-container{max-width:850px}.article-back{display:inline-block;margin-bottom:35px;color:#8ca5b7}.article-page h1{font-size:clamp(42px,5vw,68px);margin:18px 0}.article-intro{font-size:20px;line-height:1.55;color:#b7c8d4;margin-bottom:52px}.article-body{font-size:17px;line-height:1.75;color:#c5d2db}.article-body h2{margin:44px 0 14px;font-size:31px;color:#f4f8fb}.article-body p{margin-bottom:24px}
.contact-only-page{min-height:calc(100vh - 62px);background:radial-gradient(circle at 50% 20%,rgba(25,125,188,.16),transparent 35%),#06111b}.contact-form-section{padding:100px 20px}.contact-form-wrap{width:min(680px,100%);margin:0 auto}.contact-form-wrap h1{font-size:52px;margin-bottom:32px}.contact-form{display:grid;gap:18px}.contact-form label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#c8d6df}.contact-form input,.contact-form textarea{width:100%;border:1px solid #274960;border-radius:6px;background:#081722;color:#f4f8fb;padding:13px 14px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#168fe9;box-shadow:0 0 0 3px rgba(13,140,255,.12)}.contact-form textarea{resize:vertical}.contact-form .btn{justify-self:start;min-width:180px}
.error-page{min-height:calc(100vh - 62px);display:grid;align-items:center;padding:80px 0;background:#06111b}.error-page h1{max-width:700px}
@media(max-width:900px){.page-hero-grid{grid-template-columns:1fr;gap:34px}.page-hero-photo{height:300px}.feature-page-grid,.scenario-page-grid,.blog-grid{grid-template-columns:1fr}.feature-page-card.photo-card{grid-template-columns:1fr}.feature-page-card.photo-card>img{height:260px}.role-page-row,.role-page-row.reverse,.deployment-page-card{grid-template-columns:1fr}.role-page-row.reverse .role-page-copy,.role-page-row.reverse img{order:initial}.role-page-row img,.deployment-page-card img{height:300px}.page-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.subpage-main{padding-top:62px}.page-hero{padding:64px 0 46px}.page-hero h1{font-size:40px}.page-hero-photo{height:230px}.feature-page-card{padding:22px;min-height:0}.feature-page-card h2{font-size:26px}.feature-number{font-size:34px}.feature-page-card.photo-card>div{padding:22px}.role-page-copy,.deployment-page-card>div{padding:26px}.role-page-copy h2,.deployment-page-card h2{font-size:28px}.role-page-row img,.deployment-page-card img{height:240px}.scenario-page-grid img{height:220px}.scenario-page-grid h2{font-size:25px}.scenario-page-grid h2,.scenario-page-grid p{margin-left:20px;margin-right:20px}.scenario-page-grid span{margin-left:20px}.blog-card{padding:22px;min-height:280px}.blog-card h2{font-size:25px}.article-page{padding:72px 0 60px}.article-intro{font-size:17px}.article-body{font-size:15.5px}.article-body h2{font-size:27px}.contact-form-section{padding:70px 16px}.contact-form-wrap h1{font-size:40px}}

/* ===== Multipage v2 product-led pages ===== */
.product-hero{overflow:hidden}.product-hero-grid{grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr)}
.product-console{border:1px solid #22465f;border-radius:10px;overflow:hidden;background:#06131d;box-shadow:0 26px 70px rgba(0,0,0,.42);min-height:365px}
.console-top{height:48px;display:flex;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid #17384d;background:#081a27;font-size:9px;color:#839aaa}.console-brand{font-size:12px;color:#2ca5ff;font-weight:900}.console-brand b{color:#fff}.console-search{flex:1;padding:8px 10px;border:1px solid #1a425b;border-radius:5px;background:#061723}.console-top i{font-style:normal}.console-body{display:grid;grid-template-columns:155px 1fr;min-height:315px}.console-body aside{padding:14px 10px;background:#071c29;border-right:1px solid #17394e;display:flex;flex-direction:column;gap:4px}.console-body aside b,.console-body aside span{padding:8px 9px;border-radius:4px;font-size:9px}.console-body aside b{color:#66869b;text-transform:uppercase;font-size:7px}.console-body aside .active{background:#0b3b5c;color:#55b9ff}.console-main{padding:17px}.console-title{display:flex;justify-content:space-between;align-items:end}.console-title small,.console-title strong{display:block}.console-title small{font-size:8px;color:#718b9e}.console-title strong{font-size:19px}.console-title>span{font-size:8px;color:#8da6b8}.console-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.console-metrics>div{padding:10px;border:1px solid #173c53;border-radius:5px;background:#081925}.console-metrics small,.console-metrics b{display:block}.console-metrics small{font-size:7px;color:#728ea2}.console-metrics b{font-size:17px;margin-top:3px}.danger{color:#ff6570!important}.warning{color:#ffc65a!important}.console-table{font-size:8px}.console-row{display:grid;grid-template-columns:58px 1.5fr 66px 75px;gap:7px;align-items:center;padding:8px 2px;border-bottom:1px solid #143044;color:#849caf}.console-row b{color:#dce7ed;font-weight:600}.console-row em{font-style:normal;color:#66bcff}.console-row em.red{color:#ff6d77}.console-row.head{color:#617f94;font-size:7px}
.product-anchor-nav{position:sticky;top:62px;z-index:20;border-bottom:1px solid #17374a;background:rgba(5,17,27,.94);backdrop-filter:blur(14px)}.product-anchor-nav .container{display:flex;gap:4px;overflow:auto;scrollbar-width:none;padding-top:9px;padding-bottom:9px}.product-anchor-nav a{flex:0 0 auto;padding:8px 11px;border-radius:5px;color:#8fa7b8;font-size:10px}.product-anchor-nav a:hover{background:#0b2536;color:#57b8fa}
.feature-proof-section{padding:86px 0;scroll-margin-top:112px}.feature-proof-grid{display:grid;grid-template-columns:minmax(340px,.72fr) minmax(0,1.28fr);gap:74px;align-items:center}.feature-proof-grid.reverse{grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr)}.feature-proof-grid.reverse .feature-proof-copy{order:2}.feature-proof-grid.reverse .proof-frame{order:1}.feature-proof-copy h2{font-size:clamp(34px,3.2vw,48px);max-width:540px}.feature-proof-copy>p:not(.eyebrow){color:#aabcc9;font-size:15px;line-height:1.65;max-width:560px;margin:17px 0 0}.proof-frame{min-height:350px;border:1px solid #21455e;border-radius:10px;background:linear-gradient(180deg,#091a27,#06131d);box-shadow:0 22px 60px rgba(0,0,0,.3);overflow:hidden;padding:20px}.proof-toolbar{display:flex;align-items:center;gap:17px;border-bottom:1px solid #17394e;padding:0 0 13px;margin-bottom:6px}.proof-toolbar b{margin-right:auto}.proof-toolbar span{font-size:9px;color:#7893a7}.proof-table{font-size:10px}.proof-row{display:grid;grid-template-columns:78px 1.5fr 80px 90px;gap:8px;padding:13px 4px;border-bottom:1px solid #143246;align-items:center;color:#8da5b6}.proof-row b{color:#e1e9ee}.proof-row i{font-style:normal;color:#59b5f3}.proof-row i.state-red,.state-red{color:#ff6c77}.state-green{color:#32d39b!important}.workflow-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:24px}.workflow-line span{border:1px solid #24506d;background:#0a2130;border-radius:4px;padding:7px 9px;font-size:8px;font-weight:800;color:#9ab0bf}.workflow-line b{color:#365c73}.workflow-line.large{margin-top:25px}.workflow-line.large span{font-size:9px;padding:8px 10px}.asset-proof-head{display:flex;justify-content:space-between;gap:20px}.asset-proof-head small{color:#607f94;font-size:8px}.asset-proof-head h3{font-size:25px;margin:3px 0}.asset-proof-head p{color:#7894a7;font-size:9px}.pill{align-self:flex-start;border:1px solid rgba(50,211,155,.33);background:rgba(50,211,155,.08);padding:5px 8px;border-radius:999px;font-size:8px;font-weight:800}.proof-tabs{display:flex;gap:17px;overflow:auto;border-bottom:1px solid #17384c;margin:11px 0 18px}.proof-tabs span{flex:0 0 auto;padding:8px 0;font-size:8px;color:#6e899c}.proof-tabs .active{color:#52b7fb;border-bottom:2px solid #1596f7}.asset-proof-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.asset-proof-stats div{padding:13px;border:1px solid #183b51;border-radius:6px;background:#071824}.asset-proof-stats small,.asset-proof-stats b{display:block}.asset-proof-stats small{font-size:7px;color:#718da1}.asset-proof-stats b{font-size:21px;margin-top:4px}.asset-proof-list{margin-top:11px}.asset-proof-list div{display:grid;grid-template-columns:90px 1fr 90px;gap:8px;padding:12px 4px;border-bottom:1px solid #143145;font-size:9px;color:#7f99ab}.asset-proof-list b{color:#dbe6ed}.asset-proof-list i{font-style:normal;color:#52b5f5}.pm-list>div{display:grid;grid-template-columns:14px 1fr auto;gap:12px;align-items:center;padding:16px 5px;border-bottom:1px solid #143246}.pm-dot{width:8px;height:8px;border-radius:50%;background:#24c58d}.pm-dot.warning{background:#f0ab2d}.pm-dot.danger{background:#ef4b56}.pm-list b,.pm-list small{display:block}.pm-list b{font-size:12px}.pm-list small{font-size:8px;color:#7793a6;margin-top:3px}.pm-list em{font-style:normal;font-size:9px;color:#8ba4b5}.part-search,.doc-search{border:1px solid #1d465f;background:#061825;border-radius:6px;padding:12px 13px;color:#9eb2c0;font-size:10px}.part-card{display:flex;justify-content:space-between;gap:20px;padding:25px 8px 20px;border-bottom:1px solid #17394d}.part-card small{color:#5cbcff;font-size:8px;font-weight:800}.part-card h3{font-size:27px;margin:4px 0}.part-card p{color:#7f9caf;font-size:10px}.part-stock{text-align:right}.part-stock b{font-size:34px;color:#35d39b}.part-action{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.part-action span{font-size:8px;color:#7c98aa}.part-action button,.document-overlay button,.phone-flow button,.part-overlay button{border:0;border-radius:4px;background:#0c8bf5;color:white;padding:9px 13px;font-size:9px;font-weight:800}.stock-change{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #19425a;border-radius:6px;background:#071a27}.stock-change span{margin-right:auto;font-size:9px;color:#7693a6}.offline-chip{display:inline-flex;color:#42d59f;border:1px solid #1f7057;background:#08241f;border-radius:999px;padding:5px 8px;font-size:7px;font-weight:800;margin-bottom:12px}.doc-result{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:13px;border:1px solid #20475e;border-radius:6px;background:#081d2b}.doc-result b,.doc-result small{display:block}.doc-result b{font-size:12px}.doc-result small{font-size:8px;color:#7894a6}.doc-result span{color:#54b7fa;font-size:10px}.pdf-preview{position:relative;margin-top:12px;height:180px;background:#d9d9d2;border-radius:5px;padding:22px;color:#17212a;overflow:hidden}.pdf-line{height:4px;background:#778087;margin:12px 0;width:82%;opacity:.7}.pdf-line.short{width:47%}.pdf-match{display:inline-block;border:2px solid #dd9d23;background:#fff2b8;padding:6px;margin:9px 0;font-weight:900}.pdf-preview small{position:absolute;bottom:11px;right:12px;color:#4d565b}.handover-list>div{position:relative;padding:15px 15px 15px 19px;border-bottom:1px solid #17384d}.handover-list>div:before{content:"";position:absolute;left:0;top:19px;width:7px;height:7px;border-radius:50%;background:#f0a82f}.handover-list .critical:before{background:#ee4a56}.handover-list b,.handover-list span{display:inline-block}.handover-list b{font-size:12px}.handover-list span{margin-left:10px;color:#52b9fa;font-size:8px;text-transform:uppercase}.handover-list p{margin:6px 0 0;color:#829cad;font-size:9px}
.page-cta-inner p{color:#93a9b9;margin:9px 0 0;max-width:680px}

/* Manufacturing stories */
.scenario-hero-photo{position:relative}.hero-context-card{position:absolute;left:20px;right:20px;bottom:20px;padding:16px 18px;border:1px solid rgba(104,181,227,.28);background:rgba(4,15,24,.85);backdrop-filter:blur(12px);border-radius:7px}.hero-context-card small,.hero-context-card b{display:block}.hero-context-card small{color:#48b6ff;font-size:8px;font-weight:800}.hero-context-card b{margin-top:5px;font-size:13px}.scenario-story-section{padding:34px 0 88px}.scenario-story-list{display:grid;gap:28px}.scenario-story{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px;border:1px solid #1d4158;border-radius:11px;overflow:hidden;background:#081722;scroll-margin-top:90px}.scenario-story.reverse{grid-template-columns:.95fr 1.05fr}.scenario-story.reverse .scenario-media{order:2}.scenario-story.reverse .scenario-copy{order:1}.scenario-media{position:relative;min-height:520px;overflow:hidden}.scenario-media>img{width:100%;height:100%;object-fit:cover;filter:brightness(.55) saturate(.9)}.scenario-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,13,21,.08),rgba(4,13,21,.37));pointer-events:none}.scenario-copy{position:relative;padding:56px 50px;align-self:center}.scenario-copy h2{font-size:clamp(34px,3vw,46px);margin-bottom:18px}.scenario-copy>p{color:#a8bbc9;line-height:1.65}.scenario-index{position:absolute;right:34px;top:26px;color:#193a50;font-size:58px;font-weight:900}.scenario-note{margin-top:22px;padding:14px;border-left:2px solid #2588c7;background:#071823;font-size:11px!important}.phone-flow,.document-overlay,.part-overlay,.handover-overlay{position:absolute;z-index:2;border:1px solid #315c76;background:rgba(5,18,28,.92);backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(0,0,0,.4)}.phone-flow{right:30px;bottom:27px;width:245px;padding:18px;border-radius:19px}.phone-flow-top{display:flex;align-items:center;gap:8px}.phone-flow-top span{background:#a5222f;color:#ffdadc;padding:4px 6px;border-radius:4px;font-size:8px}.phone-flow>strong,.phone-flow>small{display:block}.phone-flow>strong{margin-top:17px}.phone-flow>small{color:#7d9aab;font-size:9px}.phone-flow button{width:100%;margin-top:18px}.phone-flow-state{display:flex;gap:6px;align-items:center;margin-top:13px;font-size:7px;color:#89a4b5}.document-overlay{left:30px;bottom:30px;width:310px;padding:19px;border-radius:8px}.document-overlay>span{display:inline-block;color:#40d49e;font-size:7px;font-weight:800;margin-bottom:12px}.document-overlay b,.document-overlay small{display:block;margin-top:10px}.document-overlay small{color:#7f9aac;font-size:8px}.document-overlay button{margin-top:12px}.part-overlay{right:28px;bottom:28px;width:310px;padding:20px;border-radius:8px}.part-overlay>small{color:#4bb6fa;font-weight:800;font-size:7px}.part-overlay>strong{display:block;font-size:20px;margin:3px 0}.part-overlay>p{color:#88a2b3;font-size:9px}.part-overlay>div{display:flex;align-items:center;justify-content:space-between}.part-overlay>div span{font-size:10px}.part-overlay>div b{font-size:26px;color:#36d19a}.part-overlay .updated{display:block;margin-top:10px;color:#64cda8}.handover-overlay{left:28px;right:28px;bottom:28px;padding:18px;border-radius:8px}.handover-overlay>div small,.handover-overlay>div b{display:block}.handover-overlay>div small{color:#5ebeff;font-size:7px}.handover-overlay>div b{font-size:17px;margin:3px 0 12px}.handover-overlay>span{display:block;padding:8px 0;border-top:1px solid #1e4056;color:#93a9b8;font-size:9px}.handover-overlay .redline{color:#ff747e}.context-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.context-tags span{padding:7px 9px;border:1px solid #244e69;border-radius:999px;background:#0a2130;color:#95adbd;font-size:9px}

/* Role stories */
.roles-page-hero{padding-bottom:66px}.role-story-list{display:grid;gap:28px}.role-story{display:grid;grid-template-columns:.82fr 1.18fr;min-height:520px;border:1px solid #1e4259;border-radius:11px;overflow:hidden;background:#071722;scroll-margin-top:90px}.role-story.reverse{grid-template-columns:1.18fr .82fr}.role-story.reverse .role-story-copy{order:2}.role-story.reverse .role-visual{order:1}.role-story-copy{padding:48px;align-self:center}.role-story-copy h2{font-size:clamp(34px,3vw,46px);margin-bottom:17px}.role-story-copy>p:not(.eyebrow){color:#a9bbc8;line-height:1.65}.role-principle{display:block;margin-top:21px;padding:13px 15px;border-left:2px solid #1c98ed;background:#081c29;font-size:12px}.scope-copy{font-size:11px!important;color:#7f98aa!important;margin-top:16px}.role-visual{position:relative;min-height:520px}.role-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.52) saturate(.88)}.role-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,13,21,.05),rgba(4,13,21,.38));pointer-events:none}.role-ui{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;border:1px solid #315a73;background:rgba(5,18,28,.94);backdrop-filter:blur(12px);border-radius:8px;padding:18px;box-shadow:0 20px 48px rgba(0,0,0,.38)}.role-ui-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #1c4057}.role-ui-top b{font-size:14px}.role-ui-top span{color:#7693a6;font-size:8px}.shift-alert{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #17384c}.shift-alert>span{display:grid;place-items:center;height:28px;background:#8a2029;color:#ffd2d5;border-radius:4px;font-size:8px}.shift-alert b,.shift-alert small{display:block}.shift-alert small{color:#ff727d;font-size:8px}.shift-alert button{border:0;border-radius:4px;background:#0c8bf5;color:#fff;padding:8px 10px;font-size:8px;font-weight:800}.shift-work>div{display:grid;grid-template-columns:70px 60px 1fr;padding:10px 0;border-bottom:1px solid #16364a;font-size:8px}.shift-work span{color:#54b8f7}.shift-work small{color:#839cad}.inventory-row{display:grid;grid-template-columns:1.5fr 1fr .5fr .8fr;gap:8px;padding:11px 0;border-bottom:1px solid #18394e;color:#8ba4b5;font-size:8px}.inventory-row b{color:#dce7ed}.inventory-row i{font-style:normal;color:#4bcf9c}.inventory-row.head{color:#617e92;font-size:7px}.warning-text{color:#f1b442!important}.danger-text{color:#f0636c!important}.planner-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:13px 0}.planner-cards div{padding:10px;border:1px solid #1b4057;border-radius:5px;background:#071927}.planner-cards small,.planner-cards b{display:block}.planner-cards small{font-size:7px;color:#7390a3}.planner-cards b{font-size:18px;margin-top:3px}.blocker-list span{display:block;padding:9px 0;border-top:1px solid #17384b;color:#879fae;font-size:8px}.blocker-list b{color:#cbd9e2;margin-right:7px}.attention-row{display:flex;justify-content:space-between;align-items:center;padding:13px 2px;border-bottom:1px solid #18394d;color:#97abba;font-size:9px}.attention-row b{font-size:18px;color:#e2ebef}.attention-row.critical{color:#ff7a82}.attention-row.critical b{color:#ff6a74}

/* Deployment v2 */
.architecture-overview{min-height:340px;padding:32px;border:1px solid #244960;border-radius:10px;background:linear-gradient(180deg,#091b28,#06131d);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr auto 1.1fr auto 1.2fr;gap:12px;align-items:center}.architecture-users,.architecture-data{display:grid;gap:8px}.architecture-users span,.architecture-data span{padding:13px;border:1px solid #1c425a;border-radius:6px;background:#071a27;text-align:center;font-size:10px;color:#9ab0bf}.architecture-overview>b,.architecture-card>b{color:#39718f}.architecture-core{padding:25px 13px;border:1px solid #1679bc;background:#0a3653;border-radius:8px;text-align:center;color:#5cbeff}.architecture-core small{display:block;color:#8db6cc;margin-top:4px}.architecture-caption{grid-column:1/-1;text-align:center;color:#708da1;font-size:8px}.deployment-v2-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.deployment-v2-card{border:1px solid #21445a;border-radius:11px;overflow:hidden;background:#071722;padding:30px}.deployment-card-head{display:flex;gap:17px;align-items:flex-start}.deployment-icon-v2{display:grid;place-items:center;flex:0 0 46px;height:46px;border:1px solid #1e6691;border-radius:50%;background:#0b2d43;color:#4eb8ff}.deployment-v2-card h2{font-size:31px}.deployment-v2-card>p{color:#a8bbc8;line-height:1.6}.deployment-v2-card>img{width:calc(100% + 60px);height:230px;object-fit:cover;margin:28px -30px -30px;filter:brightness(.62) saturate(.9);border-top:1px solid #1d4056}.architecture-card{display:grid;grid-template-columns:1fr auto 1.15fr auto 1fr;gap:8px;align-items:center;margin-top:25px;padding:16px;border:1px solid #1b4158;border-radius:7px;background:#061722}.architecture-card span,.architecture-card strong{font-size:8px;text-align:center}.architecture-card span{color:#819cac}.architecture-card strong{color:#55b9fb}.deployment-control{padding-top:70px}.control-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.control-grid>div{padding:23px;border:1px solid #1f4158;border-radius:8px;background:#071824}.control-grid span{display:block;color:#28536c;font-size:28px;font-weight:900}.control-grid b{display:block;margin:10px 0 7px}.control-grid p{margin:0;color:#879faf;font-size:11px;line-height:1.55}

/* Contact + legal */
.contact-lead{margin:-12px 0 32px;max-width:640px}.contact-form select{width:100%;border:1px solid #274960;border-radius:6px;background:#081722;color:#f4f8fb;padding:13px 14px;outline:none}.contact-form select:focus{border-color:#168fe9;box-shadow:0 0 0 3px rgba(13,140,255,.12)}.legal-content{max-width:880px}.legal-warning{padding:20px;border:1px solid #594a20;border-left:3px solid #d6a331;border-radius:6px;background:#171609;margin-bottom:36px}.legal-warning b{color:#f0c464}.legal-warning p{color:#bcb08b;margin:8px 0 0}.legal-content h2{margin-top:22px}

@media(max-width:1050px){
  .product-hero-grid{grid-template-columns:1fr}.product-console{max-width:800px}.feature-proof-grid,.feature-proof-grid.reverse{grid-template-columns:1fr;gap:32px}.feature-proof-grid.reverse .feature-proof-copy,.feature-proof-grid.reverse .proof-frame{order:initial}.scenario-story,.scenario-story.reverse,.role-story,.role-story.reverse{grid-template-columns:1fr}.scenario-story.reverse .scenario-media,.scenario-story.reverse .scenario-copy,.role-story.reverse .role-story-copy,.role-story.reverse .role-visual{order:initial}.scenario-media,.role-visual{min-height:430px}.deployment-v2-grid{grid-template-columns:1fr}.architecture-overview{grid-template-columns:1fr auto 1fr auto 1fr}
}
@media(max-width:760px){
  .product-anchor-nav{top:62px}.console-body{grid-template-columns:1fr}.console-body aside{display:none}.product-console{min-height:0}.console-main{padding:13px}.console-row{grid-template-columns:54px 1fr 62px}.console-row span:nth-child(3),.console-row.head span:nth-child(3){display:none}.console-row{grid-template-columns:55px 1fr 78px}.console-metrics{grid-template-columns:repeat(3,1fr)}.feature-proof-section{padding:58px 0}.proof-frame{min-height:0;padding:15px}.proof-row{grid-template-columns:62px 1fr 75px}.proof-row span:nth-child(3),.proof-row.head span:nth-child(3){display:none}.asset-proof-stats{grid-template-columns:repeat(2,1fr)}.asset-proof-list div{grid-template-columns:70px 1fr}.asset-proof-list i{display:none}.scenario-copy,.role-story-copy{padding:32px 25px}.scenario-media,.role-visual{min-height:380px}.scenario-index{font-size:42px;right:22px;top:20px}.phone-flow{right:18px;left:18px;width:auto}.document-overlay,.part-overlay{left:18px;right:18px;width:auto}.handover-overlay{left:18px;right:18px}.deployment-v2-card{padding:22px}.deployment-v2-card>img{width:calc(100% + 44px);margin:24px -22px -22px}.architecture-card{grid-template-columns:1fr;gap:7px}.architecture-card>b{transform:rotate(90deg);justify-self:center}.architecture-overview{grid-template-columns:1fr;gap:8px}.architecture-overview>b{transform:rotate(90deg);justify-self:center}.control-grid{grid-template-columns:1fr}.planner-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .console-top i{display:none}.console-search{font-size:7px}.console-metrics>div{padding:8px}.console-metrics b{font-size:15px}.feature-proof-copy h2{font-size:32px}.workflow-line b{display:none}.workflow-line span{flex:1 1 44%;text-align:center}.asset-proof-head h3{font-size:21px}.proof-tabs{gap:12px}.part-card h3{font-size:22px}.scenario-media,.role-visual{min-height:340px}.scenario-copy h2,.role-story-copy h2{font-size:31px}.role-ui{left:15px;right:15px;bottom:15px;padding:14px}.shift-work>div{grid-template-columns:55px 1fr}.shift-work span{display:none}.inventory-row{grid-template-columns:1.3fr .8fr .35fr}.inventory-row>*:nth-child(2){display:none}.deployment-v2-card h2{font-size:27px}
}

/* ==========================================================
   v4 — UR Maintain: brand lockup, readability, accessibility
   ========================================================== */

/* --- Real logo lockup replaces the CSS-drawn wordmark ---
   The lockup is 1924x297 (6.48:1), so the header box stays short.
   Sized to survive down to a 320px viewport next to the menu button. */
.brand .brand-logo{display:block;height:28px;width:auto;max-width:100%;transition:opacity .18s ease}
.brand:hover .brand-logo{opacity:.85}
.footer-brand .brand-logo{height:26px}

/* --- Product-mockup titles are decoration, not document structure ---
   Keeps them out of the heading outline (H1 -> H3 skips) while looking identical. */
.mock-title{display:block;font-weight:720;line-height:1.15;letter-spacing:-.02em}
.app-title-row .mock-title{font-size:21px;margin:2px 0 0}
.stage-header .mock-title{font-size:20px;margin:2px 0 0}
.asset-identity .mock-title{font-size:14px}

/* --- Keyboard focus is visible everywhere --- */
:focus-visible{outline:2px solid #63c0ff;outline-offset:2px}
.btn:focus-visible,.role-tab:focus-visible,.product-tab:focus-visible,.menu-toggle:focus-visible{outline:2px solid #9ad4ff;outline-offset:3px}
a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}

/* --- Minimum type scale for real page copy (desktop floor ~10-11px) --- */
.deployment-kicker{font-size:9.5px}
.role-principle-label{font-size:9.5px!important}
.footer-grid a,.footer-grid p{font-size:11px}
.footer-bottom{font-size:10.5px}
.cta-action small{font-size:10.5px}
.role-tab{font-size:11px}
.role-heading-note{font-size:11px}
.small-outline-link{font-size:11px}
.eyebrow{font-size:11.5px}
.deployment-content li{font-size:11px}
.deployment-content p{font-size:11.5px}
.deployment-side p,.deployment-side a{font-size:11px}
.flow-step small{font-size:10.5px}
.flow-step b{font-size:12px}
.hero-points div{font-size:12px}
.asset-details dt,.asset-details dd{font-size:9.5px}

/* --- Mobile floor: no real page copy below 12px --- */
@media(max-width:820px){
  .eyebrow{font-size:12px}
  .deployment-kicker{font-size:11px}
  .role-principle-label{font-size:11px!important}
  .footer-grid a,.footer-grid p{font-size:12.5px}
  .footer-bottom{font-size:12px}
  .cta-action small{font-size:12px}
  .role-tab{font-size:12.5px;padding:10px 15px}
  .role-heading-note{font-size:12.5px}
  .small-outline-link{font-size:12.5px}
  .deployment-content li,.deployment-content p,.deployment-side p,.deployment-side a{font-size:12.5px}
  .flow-step small{font-size:12px;line-height:1.45}
  .flow-step b{font-size:13px}
  .hero-points div{font-size:12.5px}
  .feature-photo-label{font-size:12.5px}
  .product-tab{font-size:13px}
  .product-copy li{font-size:12.5px}
  .btn{font-size:12.5px}
  .btn-sm{font-size:12px}
  .text-link{font-size:13px!important}
  .asset-details dt,.asset-details dd{font-size:11px}
  .stage-header .mock-title{font-size:18px}
  .app-title-row .mock-title{font-size:17px}
  .asset-identity .mock-title{font-size:15px}
}

/* --- Hard readability floor for real page copy ---
   The legacy stylesheet layers several inherited overrides onto these
   selectors, so the floor is declared with !important deliberately: it is a
   minimum that must not be lost to cascade order, not a design preference.
   Decorative product-mockup text is excluded from the floor. */
.product-copy li,.role-copy li,.scope-copy,.scenario-note,.blog-category,
.deployment-card .deployment-content li,.deployment-card .deployment-content p,
.footer-grid a,.footer-grid p,.footer-grid b,.role-note p,
.product-anchor-nav a,.cta-action small,.footer-bottom{font-size:11px!important}

@media(max-width:820px){
  .btn,.btn-sm,.btn-secondary,.scenario-note b{font-size:12.5px!important}
  .product-copy li,.role-copy li,.scope-copy,.scenario-note,.blog-category,
  .deployment-card .deployment-content li,.deployment-card .deployment-content p,
  .footer-grid a,.footer-grid p,.footer-grid b,.role-note p,
  .product-anchor-nav a,.cta-action small,.footer-bottom{font-size:12.5px!important}
}

/* Scenario workflow steps and captions are real content, not mockup chrome. */
.hero-context-card small{font-size:11px}
.workflow-line span,.context-tags span{font-size:11.5px}
.deployment-heading>p,.deployment-v2-card>p{font-size:11.5px}

@media(max-width:820px){
  .hero-context-card small{font-size:12px}
  .workflow-line span,.context-tags span{font-size:12.5px}
  .deployment-heading>p,.deployment-v2-card>p,.deployment-v2-card li{font-size:12.5px}
}

/* Scenario workflow steps and captions are real content, not mockup chrome.
   Declared against the same specificity the legacy rules use, so the floor holds. */
.scenario-copy .workflow-line.large span{font-size:11.5px}
.situation-topline b{font-size:12px}
.situation-card p{font-size:12px}
.control-grid p{font-size:11.5px}

.cta-copy>p:last-child{font-size:12px}
.role-principle-label{font-size:10px!important}
.deployment-kicker{font-size:10px}

@media(max-width:820px){
  .scenario-copy .workflow-line.large span{font-size:12.5px}
  .situation-topline b{font-size:12.5px}
  .situation-card p{font-size:12.5px}
  .control-grid p{font-size:12.5px}
  .role-principle-label{font-size:12px!important}
  .deployment-kicker{font-size:12px}
  .cta-copy>p:last-child{font-size:12.5px}
}

/* ==========================================================
   v5 — contact form, direct contact, footer email
   ========================================================== */

/* Honeypot: present in the DOM for bots, out of the visual field for people. */
.hp-field{position:absolute!important;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

.contact-form .consent{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:11px;
  font-weight:500;font-size:12.5px;line-height:1.55;color:#a9bccb}
.contact-form .consent input{width:18px;height:18px;margin:2px 0 0;padding:0;accent-color:#1294ff;flex:0 0 auto}
.contact-form .consent a{color:#63c0ff;text-decoration:underline}

.form-foot{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.form-status{margin:0;font-size:13px;line-height:1.5;color:#9fb6c6;max-width:430px}
.form-status.is-ok{color:#7fe0b4}
.form-status.is-error{color:#ff959b}
.contact-form[aria-busy="true"] .btn{opacity:.6;pointer-events:none}

.contact-direct{margin-top:36px;padding:20px 22px;border:1px solid #1d4158;border-left:3px solid #1294ff;
  border-radius:0 8px 8px 0;background:#08202e}
.contact-direct b{display:block;color:#e9f3f9;font-size:15px;margin-bottom:6px}
.contact-direct p{margin:0;font-size:13.5px;line-height:1.6;color:#a9bccb}
.contact-direct a{color:#63c0ff;font-weight:650;word-break:break-all}

.footer-mail{color:#63c0ff!important;font-weight:650;word-break:break-all}

@media(max-width:820px){
  .contact-form .consent{font-size:12.5px}
  .form-status{font-size:12.5px;max-width:none}
  .contact-direct p{font-size:12.5px}
  .footer-mail{font-size:12.5px!important}
}

/* ==========================================================
   v5 — product status and security pages (continued)
   ========================================================== */

.inline-link{color:#63c0ff;font-weight:650;text-decoration:underline;text-underline-offset:3px}
.inline-link:hover{color:#9ad4ff}

.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:16px}
.status-card{display:flex;flex-direction:column;padding:22px 24px;border:1px solid #1d4158;border-radius:10px;
  background:linear-gradient(180deg,#0b1c2a,#081722)}
.status-card h3{font-size:17px;line-height:1.25;margin:0 0 9px;color:#e9f3f9;letter-spacing:-.015em}
.status-card.span-2{grid-column:1/-1}
.status-card p{margin:0;font-size:13.5px;line-height:1.62;color:#a9bccb}
.status-card p+p{margin-top:10px}
.status-card b{color:#dceaf3;font-weight:650}
.status-card em{color:#cddde8;font-style:italic}
.status-card code{padding:1px 6px;border:1px solid #1d4158;border-radius:4px;background:#0a2333;
  color:#8fd0ff;font-size:12.5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-word}

.status-flag{display:inline-flex;align-items:center;align-self:flex-start;gap:7px;margin-bottom:13px;
  padding:4px 11px;border-radius:999px;border:1px solid transparent;
  font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.status-flag::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
.status-flag.done{background:#0d3f2e;border-color:#1f6f50;color:#7fe0b4}
.status-flag.partial{background:#463714;border-color:#7a6020;color:#ffd479}
.status-flag.planned{background:#0c3350;border-color:#1d5b86;color:#7cc6ff}
.status-flag.out{background:#13212c;border-color:#294557;color:#9db4c4}

@media(max-width:820px){
  .status-grid{grid-template-columns:1fr;gap:13px}
  .status-card{padding:19px 20px}
  .status-card.span-2{grid-column:auto}
  .status-card h3{font-size:16px}
  .status-card p{font-size:12.5px}
  .status-card code{font-size:12px}
  .status-flag{font-size:11.5px}
}

/* ==========================================================
   v7 — sticky footer (page shorter than the viewport)
   ==========================================================
   Without this, a page whose content is shorter than the window ends its footer
   part-way up the screen and shows a strip of the html background beneath it.
   Measured on blog.html at 1440x1200 before the fix: footer ended at y=1127 and
   #06111B filled the remaining 73px, against a #040A10 footer.

   html carries the footer colour so overscroll and any residual area match. */
html{background:#040a10}
body{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}
body>main{flex:1 0 auto}
body>footer.site-footer{flex:0 0 auto}

/* --- Current section marker in the primary navigation --- */
.desktop-nav a.active{color:#63c0ff;position:relative}
.desktop-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;
  border-radius:2px;background:#1592ff}
.desktop-nav a.active:hover{color:#8fd0ff}

@media(max-width:820px){
  .desktop-nav a.active::after{display:none}
  .desktop-nav.mobile-open a.active{background:#0d3c5d;color:#6cc4ff}
}

/* ==========================================================
   v8 — FAQ and migration pages
   ========================================================== */

.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:14px}
.faq-item{padding:22px 24px;border:1px solid #1d4158;border-radius:10px;
  background:linear-gradient(180deg,#0b1c2a,#081722)}
.faq-item h3{font-size:16px;line-height:1.3;margin:0 0 9px;color:#e9f3f9;letter-spacing:-.015em}
.faq-item p{margin:0;font-size:13.5px;line-height:1.62;color:#a9bccb}
.faq-item p+p{margin-top:9px}
.faq-item b{color:#dceaf3;font-weight:650}
.faq-item a{color:#63c0ff;font-weight:650;text-decoration:underline;text-underline-offset:3px}
.faq-item code{padding:1px 6px;border:1px solid #1d4158;border-radius:4px;background:#0a2333;
  color:#8fd0ff;font-size:12.5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-word}
.faq-item.span-2{grid-column:1/-1}

.step-list{counter-reset:step;list-style:none;margin:0;padding:0;display:grid;gap:12px}
.step-list li{counter-increment:step;position:relative;padding:16px 20px 16px 62px;
  border:1px solid #1d4158;border-radius:10px;background:linear-gradient(180deg,#0b1c2a,#081722);
  font-size:13.5px;line-height:1.6;color:#a9bccb}
.step-list li::before{content:counter(step,decimal-leading-zero);position:absolute;left:20px;top:15px;
  font-size:15px;font-weight:800;color:#2da6ff;letter-spacing:-.02em}
.step-list b{color:#dceaf3;font-weight:650}
.status-note{margin:18px 0 0;padding:16px 20px;border-left:3px solid #2da6ff;border-radius:0 8px 8px 0;
  background:#08202e;font-size:13.5px;line-height:1.6;color:#b6c9d6}

@media(max-width:820px){
  .faq-grid{grid-template-columns:1fr;gap:12px}
  .faq-item{padding:18px 20px}
  .faq-item h3{font-size:15px}
  .faq-item p{font-size:12.5px}
  .faq-item code{font-size:12px}
  .step-list li{padding:15px 17px 15px 56px;font-size:12.5px}
  .step-list li::before{left:17px;font-size:14px}
  .status-note{font-size:12.5px;padding:14px 17px}
}

/* ==========================================================
   v9 — editions and pricing
   ========================================================== */

.compare-wrap{border:1px solid #1d4158;border-radius:10px;overflow:hidden;
  background:linear-gradient(180deg,#0b1c2a,#081722)}
.compare{width:100%;border-collapse:collapse;font-size:13.5px}
.compare th,.compare td{text-align:left;padding:15px 18px;vertical-align:top;line-height:1.55}
.compare thead th{font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  color:#2da6ff;background:#0a1c2a;border-bottom:1px solid #1d4158}
.compare tbody tr+tr th,.compare tbody tr+tr td{border-top:1px solid #16334a}
.compare tbody th{width:24%;color:#dceaf3;font-weight:650;font-size:13.5px}
.compare td{color:#a9bccb}
.compare td b{color:#e2edf5;font-weight:650}
.compare .yes{color:#7fe0b4;font-weight:700}
.compare .no{color:#ffb36b;font-weight:700}

.price-note{display:grid;gap:6px;margin:0 0 26px;padding:20px 24px;border:1px solid #26465c;
  border-left:3px solid #2da6ff;border-radius:0 9px 9px 0;background:#08202e}
.price-note b{color:#e9f3f9;font-size:16px}
.price-note p{margin:0;font-size:13.5px;line-height:1.6;color:#b6c9d6;max-width:760px}

@media(max-width:820px){
  .compare,.compare tbody,.compare tr,.compare td,.compare tbody th{display:block;width:100%}
  .compare thead{display:none}
  .compare tbody tr{padding:6px 0 14px}
  .compare tbody tr+tr th,.compare tbody tr+tr td{border-top:0}
  .compare tbody tr+tr{border-top:1px solid #16334a}
  .compare tbody th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#2da6ff;
    padding:14px 18px 4px}
  .compare td{padding:5px 18px;font-size:12.5px}
  .compare td[data-label]::before{content:attr(data-label) " · ";color:#7f98aa;font-weight:700}
  .price-note{padding:17px 19px}
  .price-note p{font-size:12.5px}
}

/* ==========================================================
   v10 — price cards
   ========================================================== */

.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:16px}
.price-card{display:flex;flex-direction:column;padding:26px 26px 22px;border:1px solid #1d4158;border-radius:11px;
  background:linear-gradient(180deg,#0b1c2a,#081722)}
.price-card.featured{border-color:#2a6f9e;box-shadow:0 0 0 1px rgba(45,166,255,.22),0 18px 40px rgba(0,0,0,.32)}
.price-badge{align-self:flex-start;margin-bottom:13px;padding:3px 10px;border-radius:999px;border:1px solid #1f6f50;
  background:#0d3f2e;color:#7fe0b4;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.price-name{font-size:12.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#2da6ff;margin:0 0 13px}
.price-amount{font-size:35px;font-weight:800;letter-spacing:-.035em;line-height:1;color:#f2f7fa}
.price-amount small{font-size:14px;font-weight:650;letter-spacing:-.01em;color:#b7c9d6}
.price-unit{margin:9px 0 0;font-size:12.5px;line-height:1.5;color:#93aab9}
.price-desc{margin:15px 0 0;font-size:13.5px;line-height:1.6;color:#a9bccb}
.price-card .price-desc{flex:1 0 auto}

@media(max-width:820px){
  .price-grid{grid-template-columns:1fr;gap:13px}
  .price-card{padding:21px 20px 19px}
  .price-amount{font-size:31px}
  .price-desc{font-size:12.5px}
  .price-unit{font-size:12px}
  .price-badge{font-size:12px}
  .price-name{font-size:12px}
}
