  :root{
    --bg:#050505; --fg:#f4f4f5; --muted:rgba(244,244,245,.68);
    --line:rgba(255,255,255,.12); --pad:clamp(24px,4vw,56px);
    --accent:#e8e8ea; --ok:#34d399;
    --panel:#0c0d10; --panel-2:#12141a;
  }
  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{
    margin:0; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    background:var(--bg); color:var(--fg); overflow-x:hidden;
    -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  }
  a{color:inherit; text-decoration:none}
  button,input,select,textarea{font:inherit}

  .nav{
    position:fixed; inset:0 0 auto 0; z-index:50;
    display:grid; grid-template-columns:1fr auto 1fr;
    align-items:center; padding:16px var(--pad); color:#fff;
    background:rgba(5,5,5,.72);
    border-bottom:1px solid rgba(255,255,255,.06);
    backdrop-filter:blur(16px) saturate(1.2); -webkit-backdrop-filter:blur(16px) saturate(1.2);
  }
  .nav-brand{font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-weight:800; font-size:13px; letter-spacing:.26em}
  .nav-center{display:flex; gap:28px; font-size:13px; font-weight:500}
  .nav-center a{opacity:.62; transition:opacity .2s}
  .nav-center a:hover{opacity:1}
  .nav-right{justify-self:end}
  .nav-right a{
    font-size:12px; font-weight:600; letter-spacing:.02em;
    padding:9px 16px; border-radius:0; border:1px solid rgba(255,255,255,.18);
    background:#fff; color:#050505; transition:background .2s, border-color .2s;
  }
  .nav-right a:hover{background:var(--accent)}

  .panel{
    position:relative; min-height:100vh; min-height:100dvh;
    display:flex; flex-direction:column; align-items:center; justify-content:flex-start;
    text-align:center; padding:120px var(--pad) 56px; overflow:hidden;
  }
  .panel-media{position:absolute; inset:0}
  .panel-media::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.2) 45%,rgba(0,0,0,.78) 100%);
  }
  .m1{background:linear-gradient(180deg,#141414,#000)}
  .m2{background:linear-gradient(160deg,#111,#000)}
  .m3{background:linear-gradient(200deg,#0d0d0d,#000)}
  .m4{background:linear-gradient(180deg,#121212,#000)}
  .m5{background:#000}

  /* Static product visual — no motion */
  .robot-wrap{
    position:absolute; right:2%; bottom:6%; z-index:3;
    width:min(40vw,420px); pointer-events:none;
    opacity:.92;
  }
  .robot-figure{position:relative; filter:drop-shadow(0 24px 48px rgba(0,0,0,.55))}
  .robot-img{
    display:block; width:100%; height:auto;
    mask-image:linear-gradient(180deg,#000 70%,transparent 100%);
    -webkit-mask-image:linear-gradient(180deg,#000 70%,transparent 100%);
  }

  .panel-copy{position:relative; z-index:4; width:min(980px,100%)}
  .panel.hero .panel-copy{width:min(620px,100%); margin-right:auto; text-align:left; align-self:flex-start}

  .trust{
    background:#000; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08);
    padding:28px var(--pad); text-align:center;
  }
  .trust p{
    margin:0 0 16px; font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase;
    color:rgba(255,255,255,.4);
  }
  .trust-row{
    display:flex; flex-wrap:wrap; justify-content:center; gap:12px 28px;
    font-size:13px; font-weight:600; color:rgba(255,255,255,.72); letter-spacing:.02em;
  }
  .trust-row span{white-space:nowrap}
  .panel h1,.panel h2{
    margin:0; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-weight:800;
    letter-spacing:-.04em; line-height:1;
  }
  .panel h1{font-size:clamp(48px,9vw,92px)}
  .panel h2{font-size:clamp(36px,6.5vw,68px)}
  .eyebrow{
    margin:0 0 14px; font-size:12px; font-weight:700;
    letter-spacing:.22em; text-transform:uppercase; color:var(--muted);
  }
  .panel .sub{
    margin:14px auto 0; max-width:40ch;
    font-size:clamp(16px,2vw,20px); font-weight:500;
    color:var(--muted); line-height:1.45;
  }
  .panel.hero .sub{margin-left:0}
  .panel .actions{
    position:absolute; left:0; right:0; bottom:56px; z-index:4;
    display:flex; justify-content:center; flex-wrap:wrap; gap:16px;
    padding:0 var(--pad);
  }
  .panel.hero .actions{justify-content:flex-start}
  .actions.inline{position:relative; bottom:auto; margin-top:40px}
  .btn{
    display:inline-flex; align-items:center; justify-content:center;
    min-width:200px; min-height:44px; padding:0 22px;
    font-size:13px; font-weight:600; letter-spacing:.01em;
    border:1px solid transparent; border-radius:0;
    transition:background .2s,color .2s,border-color .2s;
  }
  .btn-solid{background:#fff; color:#050505}
  .btn-solid:hover{background:var(--accent)}
  .btn-ghost{background:transparent; color:#fff; border-color:rgba(255,255,255,.35)}
  .btn-ghost:hover{background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.55)}
  .btn-outline{background:transparent; color:#fff; border-color:rgba(255,255,255,.28)}
  .btn-outline:hover{background:#fff; color:#050505; border-color:#fff}

  .panel.light{background:#fff; color:#171a20}
  .panel.light .sub,.panel.light .eyebrow{color:rgba(23,26,32,.65)}
  .panel.light .btn-ghost{background:rgba(23,26,32,.08); color:#171a20}
  .panel.light .btn-ghost:hover{background:rgba(23,26,32,.14)}
  .panel.light .btn-outline{border-color:#171a20; color:#171a20}
  .panel.light .btn-outline:hover{background:#171a20; color:#fff}
  .panel.light .btn-solid{background:#171a20; color:#fff}
  .panel.light .btn-solid:hover{background:#000}

  .bullets{display:grid; gap:10px; margin:28px auto 0; max-width:520px; text-align:left}
  .bullets li{
    list-style:none; position:relative; padding-left:18px;
    font-size:15px; font-weight:600; line-height:1.45; color:var(--muted);
  }
  .bullets li::before{content:""; position:absolute; left:0; top:9px; width:8px; height:1px; background:currentColor; opacity:.7}
  .panel.light .bullets li{color:rgba(23,26,32,.72)}
  .specs{display:flex; justify-content:center; flex-wrap:wrap; gap:36px; margin-top:40px}
  .spec strong{display:block; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size:28px; font-weight:800; letter-spacing:-.03em}
  .spec span{display:block; margin-top:4px; font-size:12px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:rgba(23,26,32,.55)}
  .panel:not(.light) .spec span{color:rgba(255,255,255,.5)}

  .services-block{width:min(980px,100%); margin:36px auto 0; text-align:left}
  .svc-row{
    display:grid; grid-template-columns:170px 1fr; gap:20px; align-items:start;
    padding:24px 8px; border-top:1px solid rgba(23,26,32,.12);
  }
  .svc-row:hover{background:rgba(23,26,32,.03)}
  .svc-row:last-child{border-bottom:1px solid rgba(23,26,32,.12)}
  .svc-row h3{margin:0; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size:18px; font-weight:800; letter-spacing:-.02em}
  .svc-row p{margin:0; font-size:15px; font-weight:500; line-height:1.55; color:rgba(23,26,32,.68)}
  .svc-row a{color:#171a20; font-weight:700; border-bottom:1px solid currentColor}

  .outcomes{
    display:grid; grid-template-columns:repeat(3,1fr); gap:0;
    width:min(980px,100%); margin:40px auto 0; border-top:1px solid rgba(255,255,255,.14);
  }
  .outcome{padding:28px 20px; text-align:left; border-bottom:1px solid rgba(255,255,255,.14)}
  .outcome:nth-child(2),.outcome:nth-child(3),.outcome:nth-child(5),.outcome:nth-child(6){border-left:1px solid rgba(255,255,255,.14)}
  .outcome strong{display:block; margin-bottom:8px; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size:20px; letter-spacing:-.02em}
  .outcome span{display:block; font-size:14px; line-height:1.5; color:var(--muted); font-weight:500}

  .contact{
    min-height:auto; padding:100px 0 80px;
    display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;
    max-width:1100px; margin:0 auto;
  }
  .contact h2{
    margin:0 0 12px; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
    font-size:clamp(36px,6vw,56px); font-weight:800; letter-spacing:-.04em; line-height:1;
  }
  .contact > div > p{margin:0 0 20px; color:var(--muted); font-size:16px; line-height:1.55; max-width:38ch}
  .meta a,.meta span{display:block; padding:14px 0; border-top:1px solid var(--line); font-size:15px; font-weight:600}
  .meta small{display:block; margin-bottom:4px; font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.4)}
  form.card{
    border:1px solid rgba(255,255,255,.1); background:var(--panel-2);
    padding:28px 24px; border-radius:0;
    transition:box-shadow .3s,border-color .3s;
  }
  label{display:block; margin:0 0 7px; font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.42)}
  input,textarea,select{
    width:100%; margin:0 0 14px; padding:12px 13px;
    border:1px solid rgba(255,255,255,.12); border-radius:0;
    background:rgba(0,0,0,.35); color:#fff; outline:none;
  }
  input:focus,textarea:focus,select:focus{border-color:rgba(255,255,255,.4); background:rgba(0,0,0,.5)}
  textarea{min-height:110px; resize:vertical}
  button.send{
    width:100%; min-height:46px; margin-top:4px; border:0; border-radius:0;
    background:#fff; color:#050505; font-size:13px; font-weight:700; cursor:pointer;
  }
  button.send:hover{background:var(--accent)}
  button.send:disabled{opacity:.55; cursor:wait}
  .note{margin:12px 0 0; font-size:12px; color:rgba(255,255,255,.45); line-height:1.5}
  .note a{text-decoration:underline; text-underline-offset:2px}
  .foot{
    padding:28px var(--pad) 40px; display:flex; justify-content:center; flex-wrap:wrap; gap:18px;
    font-size:12px; font-weight:600; color:rgba(255,255,255,.4); background:#000;
  }
  .foot a:hover{color:#fff}

  /* Chat agent widget */
  .chat-fab{
    position:fixed; right:22px; bottom:22px; z-index:80;
    width:56px; height:56px; border-radius:0; padding:0;
    cursor:pointer; overflow:hidden;
    border:1px solid rgba(255,255,255,.22);
    background:#111; box-shadow:none;
    transition:border-color .2s, background .2s;
  }
  .chat-fab:hover{border-color:rgba(255,255,255,.5); background:#161616}
  .chat-fab img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:top center}

  .chat-panel{
    position:fixed; right:22px; bottom:90px; z-index:80;
    width:min(360px,calc(100vw - 28px));
    background:#0a0a0a; border:1px solid rgba(255,255,255,.14);
    border-radius:0; overflow:hidden;
    box-shadow:0 24px 60px rgba(0,0,0,.55);
    display:none; flex-direction:column;
    max-height:min(520px,70vh);
  }
  .chat-panel.open{display:flex}
  .chat-head{
    display:flex; align-items:center; gap:12px;
    padding:14px 14px; background:rgba(255,255,255,.04); border-bottom:1px solid rgba(255,255,255,.1);
  }
  .chat-head .avatar{
    position:relative; width:44px; height:44px; border-radius:50%; overflow:hidden;
    border:1px solid rgba(255,255,255,.2); flex-shrink:0;
  }
  .chat-head .avatar img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:top}
  .chat-head strong{display:block; font-size:14px; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
  .chat-head span{display:block; font-size:11px; color:rgba(255,255,255,.5); font-weight:600}
  .chat-close{
    margin-left:auto; background:transparent; border:0; color:#fff;
    font-size:22px; cursor:pointer; line-height:1; opacity:.7;
  }
  .chat-close:hover{opacity:1}
  .chat-log{
    flex:1; overflow:auto; padding:14px; display:flex; flex-direction:column; gap:10px;
    min-height:220px;
  }
  .bubble{
    max-width:88%; padding:11px 13px; border-radius:2px;
    font-size:13px; line-height:1.45; font-weight:500;
  }
  .bubble.bot{align-self:flex-start; background:rgba(255,255,255,.08); color:#eee; border:1px solid rgba(255,255,255,.06)}
  .bubble.user{align-self:flex-end; background:#fff; color:#111}
  .chat-quick{display:flex; flex-wrap:wrap; gap:6px; padding:0 14px 10px}
  .chat-quick button{
    border:1px solid rgba(255,255,255,.16); background:transparent; color:#fff;
    font-size:11px; font-weight:600; padding:7px 10px; border-radius:0; cursor:pointer;
    transition:background .2s,color .2s;
  }
  .chat-quick button:hover{background:#fff; color:#000}
  .chat-input{
    display:flex; gap:8px; padding:12px; border-top:1px solid rgba(255,255,255,.1);
    background:rgba(0,0,0,.25);
  }
  .chat-input input{
    flex:1; margin:0; padding:11px 14px; border-radius:0;
    border:1px solid rgba(255,255,255,.16); background:rgba(0,0,0,.5); color:#fff;
  }
  .chat-input button{
    border:0; border-radius:0; padding:0 16px; background:#fff; color:#000;
    font-size:12px; font-weight:700; cursor:pointer;
  }

  /* Product window — Visio / real app UI */
  .panel.product-panel{
    justify-content:flex-start;
    padding-bottom:72px;
    min-height:auto;
  }
  .product-window{
    position:relative; z-index:3;
    width:min(1140px,100%);
    margin:32px auto 0;
    border:1px solid rgba(255,255,255,.1);
    border-radius:0; overflow:hidden;
    background:var(--panel);
    box-shadow:0 40px 120px rgba(0,0,0,.55);
    text-align:left;
  }
  .pw-titlebar{
    display:grid; grid-template-columns:1fr auto 1fr;
    align-items:center; gap:12px;
    padding:12px 16px;
    background:var(--panel-2);
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  .pw-dots{display:flex; gap:6px}
  .pw-dots span{width:10px; height:10px; border-radius:50%; background:#3a3d44}
  .pw-dots span:nth-child(1){background:#ff5f57}
  .pw-dots span:nth-child(2){background:#febc2e}
  .pw-dots span:nth-child(3){background:#28c840}
  .pw-title{
    font-size:12px; font-weight:600; color:rgba(255,255,255,.7);
    letter-spacing:.02em; text-align:center;
  }
  .pw-meta{
    justify-self:end; display:inline-flex; align-items:center; gap:7px;
    font-size:11px; font-weight:600; color:rgba(255,255,255,.55); letter-spacing:.04em; text-transform:uppercase;
  }
  .pw-meta i{
    width:6px; height:6px; border-radius:50%; background:var(--ok);
  }
  .pw-body{
    display:grid;
    grid-template-columns:190px 1fr 230px;
    min-height:460px;
  }
  .pw-side,.pw-inspect{
    background:#0e1014;
    border-right:1px solid rgba(255,255,255,.08);
    padding:14px 12px;
  }
  .pw-inspect{border-right:0; border-left:1px solid rgba(255,255,255,.08)}
  .pw-side-label{
    font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
    color:rgba(255,255,255,.35); margin:8px 0 10px;
  }
  .pw-agent{
    width:100%; display:flex; gap:10px; align-items:center;
    text-align:left; margin-bottom:8px; padding:9px 8px;
    border:1px solid rgba(255,255,255,.08); background:transparent; color:#fff;
    cursor:pointer; border-radius:8px;
  }
  .pw-agent.on,.pw-agent:hover{background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.2)}
  .pw-agent img{width:34px; height:34px; border-radius:50%; object-fit:cover; object-position:top}
  .pw-agent span{font-size:12px; font-weight:600; line-height:1.25}
  .pw-agent small{display:block; font-size:10px; color:rgba(255,255,255,.45); font-weight:500}
  .pw-ico{
    width:34px; height:34px; border-radius:8px; display:grid; place-items:center;
    border:1px solid rgba(255,255,255,.15); background:rgba(255,255,255,.04); font-size:14px;
  }
  .pw-kpi{
    display:flex; justify-content:space-between; align-items:baseline;
    padding:8px 4px; border-bottom:1px solid rgba(255,255,255,.06);
    font-size:11px; color:rgba(255,255,255,.45);
  }
  .pw-kpi b{font-size:16px; color:#fff; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}

  .pw-canvas{
    position:relative; overflow:hidden;
    background:
      radial-gradient(ellipse 50% 40% at 50% 30%, rgba(255,255,255,.04), transparent 60%),
      #0a0b0d;
  }
  .pw-grid{
    position:absolute; inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size:28px 28px;
    mask-image:radial-gradient(ellipse 80% 70% at 50% 45%, #000 30%, transparent 85%);
  }
  .pw-wires{position:absolute; inset:0; width:100%; height:100%; z-index:1}
  .pw-wires .wire{
    fill:none; stroke:rgba(255,255,255,.22); stroke-width:2;
  }
  .pw-wires .active-wire{
    fill:none; stroke:rgba(255,255,255,.55); stroke-width:2;
  }

  .v-node{
    position:absolute; z-index:2; width:172px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:0;
    background:rgba(16,18,24,.94);
    box-shadow:none;
    padding:13px 13px 11px;
    transition:border-color .2s, background .2s;
  }
  .v-node.on{
    border-color:rgba(255,255,255,.5);
    background:rgba(24,26,34,.98);
  }
  .vn-top{display:flex; align-items:center; gap:8px; margin-bottom:8px}
  .vn-top em{
    font-style:normal; font-size:10px; font-weight:800;
    width:22px; height:22px; border-radius:6px;
    display:grid; place-items:center;
    background:rgba(255,255,255,.08); color:rgba(255,255,255,.55);
  }
  .v-node.on .vn-top em{background:#fff; color:#000}
  .vn-top b{font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size:14px; letter-spacing:-.02em}
  .v-node p{margin:0; font-size:11px; line-height:1.4; color:rgba(255,255,255,.55); font-weight:500}
  .vn-foot{
    margin-top:10px; padding-top:8px;
    border-top:1px solid rgba(255,255,255,.08);
    display:flex; align-items:center; gap:6px;
    font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
    color:rgba(255,255,255,.4);
  }
  .v-node.on .vn-foot{color:var(--ok)}
  .vn-foot .dot{
    width:6px; height:6px; border-radius:50%; background:currentColor;
  }
  .pw-card{
    display:flex; gap:10px; align-items:center;
    padding:10px; margin-bottom:12px;
    border:1px solid rgba(255,255,255,.1); border-radius:0;
    background:rgba(255,255,255,.03);
  }
  .pw-card img{width:42px; height:42px; border-radius:50%; object-fit:cover; object-position:top}
  .pw-card strong{display:block; font-size:13px; font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; margin-bottom:3px}
  .pw-card small{display:block; font-size:11px; line-height:1.4; color:rgba(255,255,255,.55)}
  .pw-log{min-height:180px; margin-bottom:14px}
  .flow-line{
    display:grid; gap:2px;
    padding:9px 8px; margin-bottom:6px;
    border:1px solid rgba(255,255,255,.08); border-radius:0;
    background:rgba(0,0,0,.25);
    font-size:11px;
  }
  .flow-line em{
    font-style:normal; font-size:10px; font-weight:700;
    letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.4);
  }
  .flow-line span{color:rgba(255,255,255,.85); font-weight:500; line-height:1.35}
  .flow-line i{font-style:normal; color:var(--ok); font-weight:700; font-size:10px}
  .pw-cta{
    display:block; text-align:center;
    padding:12px 12px; border-radius:0;
    background:#fff; color:#050505;
    font-size:12px; font-weight:700; letter-spacing:.01em;
  }
  .pw-cta:hover{background:var(--accent)}

  @media (max-width:980px){
    .nav{grid-template-columns:1fr auto}
    .nav-center{display:none}
    .contact{grid-template-columns:1fr; gap:36px}
    .btn{min-width:160px; width:min(280px,100%)}
    .panel .actions{bottom:40px}
    .svc-row{grid-template-columns:1fr; gap:8px}
    .outcomes{grid-template-columns:1fr}
    .outcome:nth-child(n){border-left:none}
    .robot-wrap{width:min(48vw,240px); right:-2%; bottom:18%; opacity:.55}
    .panel.hero .panel-copy{width:100%; text-align:center; align-self:center}
    .panel.hero .sub{margin-left:auto; margin-right:auto}
    .panel.hero .actions{justify-content:center}
    .pw-body{grid-template-columns:1fr}
    .pw-side{display:none}
    .pw-canvas{min-height:520px}
    .v-node{width:44%; font-size:12px}
  }
.hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
