/* AssetPulse product site — shared stylesheet (one file, cached across languages). */

:root{
  --bg:#0b1220; --ink:#0f172a; --ink-soft:#475569; --ink-dim:#64748b;
  --line:#e2e8f0; --brand:#1d8f4e; --brand-2:#1e6fd9;
  --maxw:1140px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth; scroll-padding-top:76px}
body{
  margin:0; background:#fff; color:var(--ink);
  font:16px/1.68 system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; height:auto}
code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; font-size:.92em;
  background:rgba(15,23,42,.07); padding:2px 6px; border-radius:5px}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px}
.skip{position:absolute; left:-9999px}
.skip:focus{left:12px; top:12px; z-index:99; background:#fff; padding:10px 16px; border-radius:8px}

/* ── header ── */
header{
  position:sticky; top:0; z-index:30; background:rgba(11,18,32,.94);
  backdrop-filter:saturate(150%) blur(8px); border-bottom:1px solid rgba(255,255,255,.08);
}
.bar{display:flex; align-items:center; gap:20px; padding:13px 24px}
.brand{display:block; flex:0 0 auto}
.brand img{height:34px; width:auto; display:block}
.mainnav{display:flex; gap:20px; margin-left:auto; flex-wrap:wrap}
.mainnav a{color:#b8c8e2; text-decoration:none; font-size:14.5px; font-weight:500; white-space:nowrap}
.mainnav a:hover{color:#fff}
.langs{display:flex; gap:3px; background:rgba(255,255,255,.08); padding:4px; border-radius:10px; flex:0 0 auto}
.lang{padding:5px 11px; border-radius:7px; font-size:13px; font-weight:600; color:#cbd5e1;
  text-decoration:none; display:inline-block}
.lang:hover{color:#fff}
.lang.on{background:#fff; color:var(--ink)}

/* ── hero ── */
.hero{
  background:
    radial-gradient(1100px 460px at 78% -10%, rgba(30,111,217,.34), transparent 62%),
    radial-gradient(760px 420px at 6% 6%, rgba(34,197,94,.20), transparent 60%),
    var(--bg);
  color:#e8eefc; padding:84px 0 92px;
}
.kicker{display:inline-block; margin-bottom:20px; padding:6px 13px; border-radius:999px;
  background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.14);
  font-size:13px; font-weight:600; color:#c7d6ef}
.hero h1{margin:0 0 20px; font-size:clamp(32px,5.2vw,52px); line-height:1.12; letter-spacing:-.02em;
  font-weight:800; max-width:20ch}
.hero h1 em{font-style:normal; background:linear-gradient(90deg,#4ade80,#60a5fa);
  -webkit-background-clip:text; background-clip:text; color:transparent}
.hsub{margin:0; font-size:clamp(17px,2vw,20px); color:#a9bad6; max-width:64ch}
.cta{display:flex; flex-wrap:wrap; gap:12px; margin-top:30px}
.btn{display:inline-block; text-decoration:none; font-weight:650; font-size:15.5px;
  padding:13px 24px; border-radius:11px; transition:transform .12s ease, box-shadow .16s ease}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:linear-gradient(135deg,#1d8f4e,#1e6fd9); color:#fff;
  box-shadow:0 8px 22px rgba(30,111,217,.32)}
.btn.ghost{background:rgba(255,255,255,.08); color:#e8eefc; border:1px solid rgba(255,255,255,.2)}
.note{margin:16px 0 0; font-size:14px; color:#8fa3c4}

/* ── sections ── */
section{padding:78px 0}
.alt{background:#f7f9fc; border-block:1px solid var(--line)}
h2{margin:0 0 16px; font-size:clamp(26px,3.6vw,36px); line-height:1.18; letter-spacing:-.015em; font-weight:760}
.grid-h{margin:48px 0 10px; font-size:19px; font-weight:700; letter-spacing:-.01em}
.lead + .wrap .grid-h:first-child, .wrap > .grid-h:first-child{margin-top:0}
.sub{margin:0 0 18px; color:var(--ink-soft); font-size:17px; max-width:76ch}
.lead h2,.lead .sub,.lead .steps,.lead .checks,.lead .faqs,.lead .tablewrap,.lead p{max-width:76ch}

/* ── cards ── */
.grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:18px; margin-top:22px}
.card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px;
  transition:box-shadow .18s ease, transform .18s ease}
.card:hover{box-shadow:0 10px 28px rgba(15,23,42,.09); transform:translateY(-2px)}
.card h3{margin:0 0 10px; font-size:17px; font-weight:700; display:flex; align-items:center; gap:11px}
.card p{margin:0; color:var(--ink-soft); font-size:15px}
.card p.dim{margin-top:8px; color:var(--ink-dim); font-size:14.5px}
.ico{flex:0 0 34px; width:34px; height:34px; border-radius:9px; display:grid; place-items:center;
  background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(30,111,217,.16))}
.ico svg{width:19px; height:19px; stroke:var(--brand-2); fill:none; stroke-width:1.9;
  stroke-linecap:round; stroke-linejoin:round}

/* ── checklist ── */
ul.checks{margin:14px 0 0; padding:0; list-style:none; display:grid; gap:18px}
ul.checks li{display:flex; gap:13px; align-items:flex-start}
ul.checks strong{display:block; color:var(--ink); font-weight:650; margin-bottom:3px}
ul.checks span{color:var(--ink-soft); font-size:15.5px}
ul.checks svg{flex:0 0 22px; width:22px; height:22px; stroke:var(--brand); fill:none;
  stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; margin-top:3px}

/* ── kpis ── */
.kpis{display:grid; grid-template-columns:repeat(auto-fit,minmax(215px,1fr)); gap:14px; margin-top:20px}
.kpi{background:#fff; border:1px solid var(--line); border-radius:12px; padding:20px}
.kpi-k{display:block; font-size:20px; font-weight:750; letter-spacing:-.01em; margin-bottom:5px}
.kpi-d{display:block; color:var(--ink-soft); font-size:14.5px}

/* ── steps ── */
ol.steps{margin:22px 0 0; padding:0; list-style:none; display:grid; gap:22px}
.step{display:flex; gap:18px; align-items:flex-start}
.step-n{flex:0 0 40px; width:40px; height:40px; border-radius:50%; display:grid; place-items:center;
  font-weight:750; font-size:16px; color:#fff; background:linear-gradient(135deg,#1d8f4e,#1e6fd9)}
.step h3{margin:6px 0 6px; font-size:17.5px; font-weight:700}
.step p{margin:0; color:var(--ink-soft); font-size:15.5px}

/* ── minis ── */
.minis{display:grid; grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); gap:16px; margin-top:18px}
.mini{border-left:3px solid rgba(30,111,217,.34); padding:2px 0 2px 16px}
.mini h3{margin:0 0 5px; font-size:16px; font-weight:680}
.mini p{margin:0; color:var(--ink-soft); font-size:15px}

/* ── faq ── */
.faqs{margin-top:20px; border-top:1px solid var(--line)}
.faq{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer; padding:17px 34px 17px 0; font-weight:640; font-size:16.5px;
  list-style:none; position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+"; position:absolute; right:6px; top:14px; font-size:22px;
  color:var(--ink-dim); font-weight:400; line-height:1}
.faq[open] summary::after{content:"−"}
.faq p{margin:0 0 20px; color:var(--ink-soft); font-size:15.5px; max-width:74ch}

/* ── demo ── */
.demo{background:#f7f9fc; border-block:1px solid var(--line)}
.tablewrap{overflow-x:auto; margin:16px 0 18px}
table.roles{border-collapse:collapse; width:100%; min-width:520px; background:#fff;
  border:1px solid var(--line); border-radius:12px; overflow:hidden}
table.roles th,table.roles td{text-align:left; padding:13px 16px; border-bottom:1px solid var(--line);
  font-size:15px; vertical-align:top}
table.roles tr:last-child th,table.roles tr:last-child td{border-bottom:0}
table.roles th{font-weight:650; white-space:nowrap}
table.roles td:last-child{color:var(--ink-soft)}

/* ── contact ── */
.contact{background:var(--bg); color:#e8eefc}
.contact h2{color:#fff}
.contact .sub{color:#a9bad6}
.cbox{display:flex; flex-wrap:wrap; gap:14px; margin-top:10px}
.cbox a{display:inline-flex; align-items:center; gap:11px; text-decoration:none;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.15);
  color:#e8eefc; padding:13px 21px; border-radius:11px; font-weight:600; font-size:15px;
  transition:background .15s ease, border-color .15s ease}
.cbox a:hover{background:rgba(255,255,255,.13); border-color:rgba(255,255,255,.3)}
.cbox svg{width:18px; height:18px; stroke:#8ab4f8; fill:none; stroke-width:1.9;
  stroke-linecap:round; stroke-linejoin:round}

footer{background:#070c17; color:#7f90ab; padding:26px 0; font-size:14px}
.fbar{display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center}

@media (max-width:860px){
  .mainnav{display:none}
  .bar{gap:12px; justify-content:space-between}
  .langs{margin-left:auto}
}
@media (max-width:640px){
  section{padding:58px 0}
  .hero{padding:60px 0 66px}
  .grid-h{margin-top:38px}
}
