/* ===== Stoqera — Variation 2 · AI Store Intelligence (dark, dashboard-forward) ===== */
:root{
  --bg:#0a1222;          /* deep navy near-black */
  --bg-2:#0d1730;        /* section navy */
  --panel:#101d38;       /* card */
  --panel-2:#152546;     /* raised */
  --line:rgba(255,255,255,.09);
  --line-2:rgba(255,255,255,.14);
  --blue:#2f7df6;
  --blue-2:#5b9bff;
  --green:#2fbf71;
  --red:#f2603c;
  --amber:#f4a83a;
  --white:#f7fafe;
  --mut:#9fb0cc;         /* muted text on dark */
  --mut-2:#6f82a3;
  --ink:#0f1830;         /* text on light sections */
  --ink-mut:#5a6b88;
  --paper:#f4f7fc;
  --paper-line:#e5ebf4;
  --radius:16px;
  --radius-lg:22px;
  --maxw:1180px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --sans:"Hanken Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;
  --disp:"Sora","Hanken Grotesk",sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--bg);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.wrap{width:min(var(--maxw),100% - 44px);margin-inline:auto}
.h2{font-family:var(--disp);font-weight:700;font-size:clamp(1.8rem,3.6vw,2.7rem);line-height:1.1;letter-spacing:-.02em}
.h2--light{color:var(--white)}
.blue{color:var(--blue)}
.caret{display:inline-block;width:7px;height:7px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.6;margin-left:3px}
.cal{display:inline-block;width:13px;height:13px;border:1.5px solid currentColor;border-radius:3px;opacity:.6;position:relative;margin-left:5px;vertical-align:-2px}
.cal::before{content:"";position:absolute;top:-3px;left:2px;right:2px;height:3px;border-left:1.5px solid currentColor;border-right:1.5px solid currentColor}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-weight:600;font-size:.95rem;padding:11px 20px;border-radius:100px;border:1px solid transparent;cursor:pointer;transition:transform .25s var(--ease),background .25s,box-shadow .25s,border-color .25s;white-space:nowrap}
.btn--lg{padding:14px 26px;font-size:1rem}
.btn--solid{background:var(--blue);color:#fff;box-shadow:0 10px 26px -10px rgba(47,125,246,.8)}
.btn--solid:hover{background:#2670e6;transform:translateY(-2px);box-shadow:0 16px 34px -12px rgba(47,125,246,.9)}
.btn--dark{background:rgba(255,255,255,.05);color:#fff;border-color:var(--line-2)}
.btn--dark:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}
.arw{transition:transform .25s}
.btn:hover .arw{transform:translateX(3px)}
.play{font-size:.7rem;color:var(--blue-2)}
.link-plain{font-weight:500;color:var(--mut);font-size:.94rem;transition:color .2s}
.link-plain:hover{color:#fff}
.link-arrow{color:var(--blue);font-weight:600;font-size:.98rem;transition:gap .2s}
.link-arrow:hover{opacity:.85}

/* ===== Nav ===== */
.nav{position:sticky;top:0;z-index:50;background:rgba(10,18,34,.72);backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s,background .3s}
.nav.is-stuck{border-bottom-color:var(--line);background:rgba(10,18,34,.9)}
.nav__inner{display:flex;align-items:center;gap:26px;height:70px}
.brand{display:flex;align-items:center;gap:11px}
.brand__type{font-family:var(--disp);font-weight:700;font-size:1.3rem;letter-spacing:-.02em;color:#fff}
.nav__links{display:flex;gap:26px;margin-inline:auto}
.nav__links a{font-size:.94rem;font-weight:500;color:var(--mut);display:inline-flex;align-items:center;transition:color .2s}
.nav__links a:hover{color:#fff}
.nav__cta{display:flex;align-items:center;gap:18px}
.nav__burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.nav__burger span{width:22px;height:2px;background:#fff;border-radius:2px}

/* ===== Hero ===== */
.hero{position:relative;padding:60px 0 90px;overflow:hidden;background:
  radial-gradient(120% 90% at 78% 8%, rgba(47,125,246,.16), transparent 52%),
  linear-gradient(180deg,#0a1222 0%,#0b1730 100%)}
.hero__glow{position:absolute;inset:0;background:radial-gradient(60% 50% at 85% 20%,rgba(91,155,255,.14),transparent 60%);pointer-events:none}
.hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.08fr;gap:48px;align-items:center}
.pill{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-2);border:1px solid rgba(91,155,255,.35);background:rgba(47,125,246,.1);padding:7px 15px;border-radius:100px;margin-bottom:22px}
.hero__title{font-family:var(--disp);font-weight:800;font-size:clamp(2.5rem,5vw,4rem);line-height:1.04;letter-spacing:-.035em}
.hero__sub{color:var(--mut);font-size:1.1rem;max-width:44ch;margin-top:20px}
.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.hero__trust{margin-top:40px;font-size:.82rem;color:var(--mut-2);font-weight:500}
.hero__logos{display:flex;align-items:center;gap:26px;margin-top:14px;flex-wrap:wrap}
.hero__logos .lg{font-family:var(--disp);font-weight:600;color:#8496b5;font-size:1.02rem;letter-spacing:.01em;opacity:.9;position:relative}
.hero__logos .lg--cart{padding-left:22px}
.hero__logos .lg--cart::before{content:"";position:absolute;left:0;top:52%;translate:0 -50%;width:15px;height:12px;background:#8496b5;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M2 3h3l2.4 12h11l2-8H6'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M2 3h3l2.4 12h11l2-8H6'/%3E%3C/svg%3E") center/contain no-repeat}
.hero__logos .lg--wide{letter-spacing:.16em;font-weight:500;font-size:.9rem}
.hero__logos .lg--bold{font-weight:700}

/* ===== Dashboard mock ===== */
.dash{display:grid;grid-template-columns:52px 1fr;background:linear-gradient(180deg,#0e1c38,#0c1830);border:1px solid var(--line-2);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 40px 90px -40px rgba(0,0,0,.8),0 0 0 1px rgba(47,125,246,.04)}
.dash__rail{display:flex;flex-direction:column;align-items:center;gap:20px;padding:18px 0;background:rgba(0,0,0,.2);border-right:1px solid var(--line)}
.dash__logo{opacity:.9;margin-bottom:6px}
.rail__i{width:20px;height:20px;border-radius:5px;background:#3a4d70;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;cursor:pointer;transition:background .2s}
.rail__i.is-active{background:var(--blue)}
.rail__i[data-i="grid"]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Crect x='3' y='3' width='8' height='8' rx='1.5'/%3E%3Crect x='13' y='3' width='8' height='8' rx='1.5'/%3E%3Crect x='3' y='13' width='8' height='8' rx='1.5'/%3E%3Crect x='13' y='13' width='8' height='8' rx='1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Crect x='3' y='3' width='8' height='8' rx='1.5'/%3E%3Crect x='13' y='3' width='8' height='8' rx='1.5'/%3E%3Crect x='3' y='13' width='8' height='8' rx='1.5'/%3E%3Crect x='13' y='13' width='8' height='8' rx='1.5'/%3E%3C/svg%3E")}
.rail__i[data-i="bars"]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M5 20V11 M12 20V5 M19 20v-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M5 20V11 M12 20V5 M19 20v-6'/%3E%3C/svg%3E")}
.rail__i[data-i="cam"]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='6' width='18' height='13' rx='2'/%3E%3Ccircle cx='12' cy='12.5' r='3.2'/%3E%3Cpath d='M8 6l1.5-2h5L16 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='6' width='18' height='13' rx='2'/%3E%3Ccircle cx='12' cy='12.5' r='3.2'/%3E%3Cpath d='M8 6l1.5-2h5L16 6'/%3E%3C/svg%3E")}
.rail__i[data-i="bell"]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M6 9a6 6 0 0 1 12 0c0 5 2 6 2 6H4s2-1 2-6z'/%3E%3Cpath d='M10 20a2 2 0 0 0 4 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M6 9a6 6 0 0 1 12 0c0 5 2 6 2 6H4s2-1 2-6z'/%3E%3Cpath d='M10 20a2 2 0 0 0 4 0'/%3E%3C/svg%3E")}
.rail__i[data-i="gear"]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M19 5l-2 2M7 17l-2 2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M19 5l-2 2M7 17l-2 2'/%3E%3C/svg%3E")}
.dash__main{padding:20px 22px 22px}
.dash__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.dash__head h3{font-family:var(--disp);font-weight:600;font-size:1.12rem}
.dash__selects{display:flex;gap:8px}
.sel{font-size:.78rem;color:var(--mut);border:1px solid var(--line-2);border-radius:8px;padding:6px 10px;display:inline-flex;align-items:center;background:rgba(255,255,255,.03)}
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}
.kpi{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:12px;padding:12px 13px}
.kpi__l{font-size:.68rem;color:var(--mut-2);display:block;letter-spacing:.02em}
.kpi__n{font-family:var(--disp);font-weight:700;font-size:1.6rem;line-height:1.2;display:block;letter-spacing:-.02em}
.kpi__d{font-size:.66rem;font-weight:600}
.kpi__d em{font-style:normal;color:var(--mut-2);font-weight:500}
.kpi__d.up{color:var(--green)}.kpi__d.down{color:var(--red)}.kpi__d.muted{color:var(--blue-2);font-weight:600}
.perf{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:14px;padding:14px 16px}
.perf__l{font-size:.82rem;color:var(--mut);font-weight:600;display:block;margin-bottom:10px}
.perf__body{display:grid;grid-template-columns:1.55fr 1fr;gap:14px}
.perf__map{position:relative;height:200px;border-radius:10px;background:radial-gradient(120% 120% at 40% 40%,#132743,#0b1526);overflow:hidden;border:1px solid var(--line)}
.perf__lines{position:absolute;inset:0;width:100%;height:100%;opacity:.5}
.pdot{position:absolute;border-radius:50%;translate:-50% -50%}
.pdot--b{background:var(--blue);box-shadow:0 0 10px var(--blue)}
.pdot--g{background:var(--green);box-shadow:0 0 10px var(--green)}
.pdot--r{background:var(--red);box-shadow:0 0 12px var(--red)}
.pdot.is-live::after{content:"";position:absolute;inset:-4px;border-radius:50%;border:1.5px solid currentColor;color:inherit;animation:pring 1.9s ease-out infinite}
.pdot--r.is-live::after{border-color:var(--red)}.pdot--b.is-live::after{border-color:var(--blue)}
@keyframes pring{0%{transform:scale(.5);opacity:.8}100%{transform:scale(2.4);opacity:0}}
.perf__side{display:flex;flex-direction:column;gap:4px}
.perf__cap{font-size:.68rem;color:var(--mut-2);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-top:4px}
.rank{list-style:none;margin:4px 0 6px}
.rank li{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--mut);padding:2px 0}
.rank li b{margin-left:auto;color:#fff;font-weight:600;font-family:var(--disp);font-size:.8rem}
.dot{width:7px;height:7px;border-radius:50%}
.dot--ok{background:var(--green)}.dot--bad{background:var(--red)}
.perf__more{font-size:.74rem;color:var(--blue-2);font-weight:600;margin-top:auto}

/* ===== Sections base ===== */
.section{padding:clamp(64px,9vw,110px) 0;position:relative}
.section__head{max-width:660px;margin-inline:auto;text-align:center;margin-bottom:52px}
.kicker{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.kicker--blue{color:var(--blue-2)}

/* ===== Insights (light) ===== */
.insights{background:var(--paper);color:var(--ink)}
.insights .h2{color:var(--ink)}
.insights .lede{color:var(--ink-mut);font-size:1.08rem;margin-top:14px}
.feat-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.feat{text-align:center;padding:20px 16px;border-radius:14px;transition:background .3s,transform .3s var(--ease)}
.feat:hover{background:#fff;box-shadow:0 20px 40px -24px rgba(15,24,48,.25);transform:translateY(-4px)}
.feat__ico{width:56px;height:56px;border-radius:14px;background:#eaf1fd;display:inline-flex;margin-bottom:16px;position:relative}
.feat__ico::after{content:"";position:absolute;inset:0;margin:auto;width:26px;height:26px;background:var(--blue);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
.feat__ico[data-ico="cart"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3Cpath d='M2 3h3l2.4 12h11l2-8H6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3Cpath d='M2 3h3l2.4 12h11l2-8H6'/%3E%3C/svg%3E")}
.feat__ico[data-ico="shelf"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 21V5 M21 21V5 M3 21h18 M3 13h18 M3 5h18'/%3E%3Crect x='6' y='7' width='3' height='4'/%3E%3Crect x='15' y='15' width='3' height='4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 21V5 M21 21V5 M3 21h18 M3 13h18 M3 5h18'/%3E%3Crect x='6' y='7' width='3' height='4'/%3E%3Crect x='15' y='15' width='3' height='4'/%3E%3C/svg%3E")}
.feat__ico[data-ico="plano"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E")}
.feat__ico[data-ico="tag"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12l-8 8-9-9V3h8z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12l-8 8-9-9V3h8z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.3'/%3E%3C/svg%3E")}
.feat__ico[data-ico="spark"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2l1.8 5.2L19 9l-5.2 1.8L12 16l-1.8-5.2L5 9l5.2-1.8z'/%3E%3Cpath d='M19 14l.9 2.4L22 17l-2.1.6L19 20l-.9-2.4L16 17l2.1-.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2l1.8 5.2L19 9l-5.2 1.8L12 16l-1.8-5.2L5 9l5.2-1.8z'/%3E%3Cpath d='M19 14l.9 2.4L22 17l-2.1.6L19 20l-.9-2.4L16 17l2.1-.6z'/%3E%3C/svg%3E")}
.feat h3{font-family:var(--disp);font-weight:600;font-size:1.04rem;color:var(--ink);margin-bottom:6px}
.feat p{font-size:.9rem;color:var(--ink-mut)}

/* ===== Platform (light card, before/after) ===== */
.platform{background:var(--paper);padding-top:0}
.platform__card{background:#fff;border:1px solid var(--paper-line);border-radius:26px;padding:clamp(30px,4vw,58px);display:grid;grid-template-columns:1fr 1.15fr;gap:48px;align-items:center;box-shadow:0 30px 70px -40px rgba(15,24,48,.22)}
.platform__copy .h2{color:var(--ink)}
.platform__copy>p{color:var(--ink-mut);margin:18px 0 22px;font-size:1.02rem;max-width:38ch}
.platform__vis{position:relative}
.shelfcmp{display:grid;grid-template-columns:1fr 1fr;gap:3px;border-radius:14px;overflow:hidden;background:#0e1c34;border:3px solid #0e1c34;box-shadow:0 24px 50px -24px rgba(15,24,48,.4)}
.shelf{position:relative;padding:26px 12px 12px}
.shelf--before{background:linear-gradient(180deg,#3a4152,#2b313f)}
.shelf--after{background:linear-gradient(180deg,#3a4152,#2b313f)}
.shelf__tag{position:absolute;top:8px;left:8px;font-size:.66rem;font-weight:600;color:#dfe5ee;background:rgba(0,0,0,.5);padding:3px 8px;border-radius:5px;z-index:3}
.shelf__rows{display:grid;gap:8px}
.shelf__shelf{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding-bottom:8px;border-bottom:3px solid rgba(0,0,0,.35)}
.prod{aspect-ratio:3/4;border-radius:3px;background:linear-gradient(160deg,#c9d2df,#9aa7bb);box-shadow:inset 0 -6px 0 rgba(0,0,0,.12)}
.prod:nth-child(3n){background:linear-gradient(160deg,#8fb2e6,#5f86c4)}
.prod:nth-child(3n+1){background:linear-gradient(160deg,#e6c68f,#c49a5f)}
.prod.gap{background:repeating-linear-gradient(45deg,#2b313f,#2b313f 5px,#333c4d 5px,#333c4d 10px);box-shadow:none;outline:2px solid var(--red);outline-offset:-1px;position:relative}
.oos-card{position:absolute;right:-8px;bottom:-18px;width:min(270px,72%);background:#fff;border:1px solid var(--paper-line);border-radius:14px;box-shadow:0 24px 50px -18px rgba(15,24,48,.4);padding:14px;z-index:5}
.oos-card__head{display:flex;gap:10px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid var(--paper-line)}
.oos-warn{flex:none;width:26px;height:26px;border-radius:7px;background:#fdece7;color:var(--red);display:grid;place-items:center;font-weight:800;font-family:var(--disp)}
.oos-card__head b{display:block;color:var(--ink);font-size:.9rem}
.oos-card__head span{font-size:.76rem;color:var(--ink-mut)}
.oos-card__item{display:flex;gap:10px;padding:12px 0 6px}
.oos-thumb{flex:none;width:40px;height:40px;border-radius:8px;background:linear-gradient(160deg,#e6c68f,#c49a5f)}
.oos-card__item b{display:block;color:var(--ink);font-size:.88rem}
.oos-card__item span{display:block;font-size:.75rem;color:var(--ink-mut)}
.oos-red{color:var(--red)!important;font-weight:600}
.oos-link{display:inline-block;margin-top:4px;color:var(--blue);font-weight:600;font-size:.82rem}

/* ===== Stats band (dark card) ===== */
.stats{background:var(--paper);padding-top:0}
.stats__card{background:linear-gradient(160deg,#0e1c38,#0a1428);border:1px solid var(--line-2);border-radius:26px;padding:clamp(34px,4.5vw,64px);display:grid;grid-template-columns:1fr 1.5fr;gap:52px;align-items:center;box-shadow:0 40px 90px -40px rgba(0,0,0,.6)}
.stats__lead .h2{margin-bottom:16px}
.stats__lead p{color:var(--mut);margin-bottom:24px;max-width:34ch}
.stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 40px}
.stat__ico{width:38px;height:38px;border-radius:9px;display:inline-flex;background:rgba(47,125,246,.12);border:1px solid rgba(91,155,255,.3);position:relative;margin-bottom:14px}
.stat__ico::after{content:"";position:absolute;inset:0;margin:auto;width:20px;height:20px;background:var(--blue-2);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
.stat__ico[data-ico="mon"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='13' rx='2'/%3E%3Ccircle cx='12' cy='10.5' r='3'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='13' rx='2'/%3E%3Ccircle cx='12' cy='10.5' r='3'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E")}
.stat__ico[data-ico="clock"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E")}
.stat__ico[data-ico="chart"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 20V11 M12 20V5 M19 20v-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 20V11 M12 20V5 M19 20v-6'/%3E%3C/svg%3E")}
.stat__ico[data-ico="dollar"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M15 9a3 3 0 0 0-3-1.5c-1.7 0-3 .9-3 2.2 0 3 6 1.5 6 4.4 0 1.4-1.4 2.4-3 2.4A3.2 3.2 0 0 1 9 15 M12 6v1.5M12 16.5V18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M15 9a3 3 0 0 0-3-1.5c-1.7 0-3 .9-3 2.2 0 3 6 1.5 6 4.4 0 1.4-1.4 2.4-3 2.4A3.2 3.2 0 0 1 9 15 M12 6v1.5M12 16.5V18'/%3E%3C/svg%3E")}
.stat b{font-family:var(--disp);font-weight:800;font-size:clamp(2rem,3.4vw,2.7rem);letter-spacing:-.02em;display:block;line-height:1}
.stat h4{font-family:var(--disp);font-weight:600;font-size:1.05rem;margin:8px 0 5px}
.stat p{color:var(--mut);font-size:.9rem}

/* ===== Security row ===== */
.security{background:var(--paper);color:var(--ink);padding-top:clamp(48px,7vw,80px)}
.security__eyebrow{text-align:center;color:var(--blue);font-weight:700;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:38px}
.sec-row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.sec{display:flex;gap:14px;align-items:flex-start}
.sec__ico{flex:none;width:40px;height:40px;position:relative}
.sec__ico::after{content:"";position:absolute;inset:0;background:var(--ink);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:30px;mask-size:30px;opacity:.85}
.sec__ico[data-ico="lock"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='5' y='11' width='14' height='9' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='5' y='11' width='14' height='9' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E")}
.sec__ico[data-ico="badge"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M12 3l7 3v5c0 4.5-3 8-7 10-4-2-7-5.5-7-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M12 3l7 3v5c0 4.5-3 8-7 10-4-2-7-5.5-7-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")}
.sec__ico[data-ico="shield"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M12 3l7 3v5c0 4.5-3 8-7 10-4-2-7-5.5-7-10V6z'/%3E%3Cpath d='M12 8v4M12 15.5v.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M12 3l7 3v5c0 4.5-3 8-7 10-4-2-7-5.5-7-10V6z'/%3E%3Cpath d='M12 8v4M12 15.5v.5'/%3E%3C/svg%3E")}
.sec__ico[data-ico="uptime"]::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E")}
.sec b{display:block;color:var(--ink);font-size:.98rem;margin-bottom:3px}
.sec p{color:var(--ink-mut);font-size:.9rem}

/* ===== CTA ===== */
.cta{background:linear-gradient(180deg,#0b1730,#0a1222);text-align:center;overflow:hidden;position:relative}
.cta::before{content:"";position:absolute;inset:0;background:radial-gradient(60% 70% at 50% 0,rgba(47,125,246,.18),transparent 60%)}
.cta__inner{position:relative;max-width:640px;margin-inline:auto}
.cta__title{font-family:var(--disp);font-weight:800;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em}
.cta__sub{color:var(--mut);font-size:1.08rem;margin-top:16px}
.cta__form{display:flex;gap:10px;justify-content:center;margin-top:28px;flex-wrap:wrap}
.cta__form input{flex:1;min-width:230px;padding:14px 20px;border-radius:100px;border:1px solid var(--line-2);background:rgba(255,255,255,.05);color:#fff;font-family:var(--sans);font-size:1rem}
.cta__form input::placeholder{color:var(--mut-2)}
.cta__form input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(47,125,246,.2)}

/* ===== Footer ===== */
.footer{background:#080f1d;padding:60px 0 28px;border-top:1px solid var(--line)}
.footer__inner{display:grid;grid-template-columns:1.2fr 2.2fr;gap:44px;padding-bottom:38px;border-bottom:1px solid var(--line)}
.footer__brand p{color:var(--mut-2);margin-top:14px;font-size:.95rem;max-width:24ch}
.footer__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.footer__cols h4{font-family:var(--disp);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:14px}
.footer__cols a{display:block;color:var(--mut);font-size:.92rem;margin-bottom:10px;transition:color .2s}
.footer__cols a:hover{color:var(--blue-2)}
.footer__base{display:flex;justify-content:space-between;align-items:center;padding-top:22px;font-size:.85rem;color:var(--mut-2);flex-wrap:wrap;gap:12px}
.footer__legal a{margin-left:18px}
.footer__legal a:hover{color:#fff}

/* ===== Reveal ===== */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.in{opacity:1;transform:none}
.feat-row .reveal,.sec-row .reveal,.stats__grid .reveal{transition-delay:calc(var(--i,0)*70ms)}

/* ===== Responsive ===== */
@media (max-width:980px){
  .nav__links{display:none}
  .nav__burger{display:flex}
  .hero__inner{grid-template-columns:1fr;gap:40px}
  .platform__card,.stats__card{grid-template-columns:1fr;gap:32px}
  .feat-row{grid-template-columns:repeat(3,1fr);gap:14px}
  .sec-row{grid-template-columns:repeat(2,1fr);gap:28px}
  .footer__inner{grid-template-columns:1fr}
  .nav.is-open .nav__links{display:flex;position:absolute;top:70px;left:0;right:0;flex-direction:column;gap:0;background:rgba(10,18,34,.98);padding:8px 22px 16px;border-bottom:1px solid var(--line)}
  .nav.is-open .nav__links a{padding:13px 0;border-bottom:1px solid var(--line)}
}
@media (max-width:620px){
  .kpis{grid-template-columns:repeat(2,1fr)}
  .perf__body{grid-template-columns:1fr}
  .perf__map{height:160px}
  .feat-row{grid-template-columns:1fr 1fr}
  .stats__grid{grid-template-columns:1fr}
  .sec-row{grid-template-columns:1fr}
  .cta__form{flex-direction:column}
  .oos-card{position:static;width:100%;margin-top:14px}
}
@media (prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;animation-iteration-count:1!important}
  .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}
