/* ============================================================
   NORKOS Systems — dark high-tech theme
   ============================================================ */
:root{
  --bg:#0A0C0E;
  --bg-2:#0E1217;
  --glass:rgba(255,255,255,.045);
  --glass-2:rgba(255,255,255,.08);
  --line:rgba(255,255,255,.10);
  --line-2:rgba(255,255,255,.18);
  --text:#EAEDEF;
  --text-2:#C4CBD0;
  --muted:#9AA3AA;
  /* Brand accent — swap these to retheme:
     Amber/copper (current): #E8A24F / #C8772E
     Signal green:           #33D98B / #18A368   */
  --safe:#E8A24F;
  --safe-deep:#C8772E;
  --live:#33D98B;
  --danger:#FF5C4A;
  --radius:16px;
  --radius-sm:11px;
  --maxw:1180px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --font-mono:'Space Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1100px 560px at 72% -8%, rgba(232,162,79,.12), transparent 60%),
    radial-gradient(900px 520px at -5% 18%, rgba(51,217,139,.07), transparent 55%),
    var(--bg);
  background-attachment:fixed;
  line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
h1,h2,h3,h4,.display{font-family:'Space Grotesk',sans-serif;letter-spacing:-.02em;line-height:1.1;margin:0;font-weight:700;color:#fff}
h1,h2,h3,h4,.why-statement{text-wrap:balance}
p,li{text-wrap:pretty}
p{margin:0}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{font-family:var(--font-mono);font-size:.74rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--safe)}
.muted{color:var(--muted)}
.center{text-align:center;margin-left:auto;margin-right:auto}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.55rem;cursor:pointer;border:1px solid transparent;
  font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:.98rem;padding:.9rem 1.6rem;border-radius:100px;
  transition:transform .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease);white-space:nowrap}
.btn svg{width:18px;height:18px}
.btn-primary,.btn-safe{background:var(--safe);color:#1B1305;box-shadow:0 0 30px -8px rgba(232,162,79,.6)}
.btn-primary:hover,.btn-safe:hover{transform:translateY(-2px);background:#F0B062;box-shadow:0 0 38px -6px rgba(232,162,79,.75)}
.btn-ghost{background:var(--glass);color:var(--text);border-color:var(--line-2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.btn-ghost:hover{border-color:var(--safe);color:#fff;transform:translateY(-2px)}
.btn:focus-visible{outline:2px solid var(--safe);outline-offset:3px}

/* Header */
header.site{position:fixed;top:0;left:0;right:0;z-index:50;padding:14px 0}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:18px;
  background:rgba(12,15,18,.62);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid var(--line);border-radius:100px;padding:10px 12px 10px 22px;
  box-shadow:0 12px 40px -22px rgba(0,0,0,.9)}
header.scrolled .navbar{border-color:var(--line-2);box-shadow:0 16px 46px -24px rgba(0,0,0,1)}
.brand{display:flex;align-items:center;gap:11px;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.16rem;letter-spacing:.01em;color:#fff}
.brand-logo{height:28px;width:auto;display:block}
footer .brand-logo{height:34px}
@media(max-width:560px){.brand-logo{height:22px}}
nav.links{display:flex;gap:4px;align-items:center}
nav.links a{font-size:.92rem;font-weight:500;color:var(--text-2);padding:.5rem .82rem;border-radius:100px;white-space:nowrap;transition:background .18s,color .18s}
@media(max-width:1280px) and (min-width:1101px){nav.links{gap:0}nav.links a{padding:.5rem .58rem;font-size:.87rem}.navbar{gap:12px;padding-left:18px}.nav-right{gap:8px}}
nav.links a:hover{background:var(--glass-2);color:#fff}
.nav-right{display:flex;align-items:center;gap:10px}
.lang{display:flex;background:var(--glass);border:1px solid var(--line);border-radius:100px;padding:3px}
.lang button{border:0;background:transparent;cursor:pointer;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:.78rem;color:var(--muted);padding:.32rem .6rem;border-radius:100px;transition:all .18s}
.lang button.active{background:var(--safe);color:#1B1305}
.lang button:focus-visible{outline:2px solid var(--safe);outline-offset:1px}
.burger{display:none;border:1px solid var(--line-2);background:var(--glass);width:44px;height:44px;border-radius:12px;cursor:pointer;align-items:center;justify-content:center}
.burger svg{width:22px;height:22px;stroke:var(--text);stroke-width:1.8;fill:none}

/* Hero */
/* the hero is the first thing on the page: its top padding clears the fixed header */
.hero{padding:132px 0 88px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(760px 480px at 22% 30%,rgba(232,162,79,.10),transparent 72%)}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:52px;align-items:center}
.hero .eyebrow{display:inline-block;margin-bottom:1.5rem}
.hero h1{font-size:clamp(2.4rem,4.8vw,3.8rem);line-height:1.07;letter-spacing:-.025em;margin:0 0 1.5rem}
.hero h1 .hl{color:var(--safe)}
.hero .lead{font-size:1.16rem;color:var(--text-2);max-width:36rem;line-height:1.7}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:2.2rem}

/* Hero visual — live monitor */
.hero-visual{width:100%;max-width:480px;margin:0 auto;position:relative}
.hv-monitor{background:rgba(255,255,255,.025);border:1px solid var(--line);border-radius:18px;padding:10px 10px 6px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 36px 80px -44px rgba(0,0,0,1),inset 0 0 0 1px rgba(255,255,255,.02)}
.hv-monitorbar{display:flex;justify-content:space-between;align-items:center;padding:4px 8px 9px;border-bottom:1px solid var(--line);margin-bottom:4px}
.hv-live{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.16em;color:var(--live)}
.livedot{width:7px;height:7px;border-radius:50%;background:var(--live);box-shadow:0 0 9px var(--live);animation:livepulse 1.6s ease-in-out infinite}
@keyframes livepulse{0%,100%{opacity:1}50%{opacity:.25}}
.hv-mono{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;color:var(--muted);text-transform:uppercase}
.hero-stage{--alert:#E8A24F;--alert-soft:rgba(232,162,79,.16);--alert-line:rgba(232,162,79,.55)}
.hero-stage svg,.hero-visual svg{width:100%;height:auto;display:block;overflow:visible}
.hv-base{fill:none;stroke:rgba(255,255,255,.12);stroke-width:2;stroke-linecap:round}
.flow{fill:none;stroke:var(--alert);stroke-width:3;stroke-linecap:round;stroke-dasharray:2 11;opacity:0;filter:drop-shadow(0 0 4px var(--alert))}
.flow.active{opacity:1;animation:flowMove .9s linear infinite}
.flow.rev{animation-direction:reverse}
@keyframes flowMove{to{stroke-dashoffset:-13}}
.bub-ring{fill:rgba(255,255,255,.04);stroke:var(--line-2);stroke-width:1.5;transition:stroke .25s,fill .25s,filter .25s}
.bub-icon{vector-effect:non-scaling-stroke;fill:none;stroke:#C7CDD1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s}
.bub.on .bub-ring,.bub.live .bub-ring{stroke:var(--alert);fill:var(--alert-soft);filter:drop-shadow(0 0 8px var(--alert))}
.bub.on .bub-icon,.bub.live .bub-icon{stroke:var(--alert)}
.bub-fill{fill:#C7CDD1;transition:fill .25s}
.bub.on .bub-fill,.bub.live .bub-fill{fill:var(--alert)}
.notif-fill{fill:#0A0C0E}
.wave{fill:none;stroke:var(--alert);stroke-width:2;opacity:0;transform-box:fill-box;transform-origin:center}
.bub.on .wave{animation:waveOut 1.4s var(--ease) infinite}
.bub.on .wave.w2{animation-delay:.32s}
@keyframes waveOut{0%{opacity:0;transform:scale(.6)}30%{opacity:.7;transform:scale(1)}100%{opacity:0;transform:scale(1.7)}}
.rec{fill:var(--alert);opacity:0}
.bub.on .rec,.bub.live .rec{opacity:1;animation:recBlink 1s steps(1,end) infinite}
@keyframes recBlink{0%,50%{opacity:1}51%,100%{opacity:.15}}
.hub-body{fill:#10141A;stroke:var(--line-2);stroke-width:1.5;filter:drop-shadow(0 0 14px rgba(232,162,79,.22));transition:filter .25s}
.hub-icon{vector-effect:non-scaling-stroke;fill:none;stroke:var(--safe);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s}
.hub.on .hub-icon{stroke:var(--alert)}
.hub.on .hub-body{filter:drop-shadow(0 0 18px var(--alert))}
.hub-ring{fill:none;stroke:var(--alert);stroke-width:2;opacity:0;transform-box:fill-box;transform-origin:center}
.hub.on .hub-ring{animation:waveOut 1.2s var(--ease) infinite}
.hub.on .hub-ring.b{animation-delay:.28s}
.phone-body{fill:#0C0F13;stroke:var(--line-2);stroke-width:1.5}
.phone-screen{fill:#070A0D}
.phone-bits{fill:rgba(255,255,255,.18)}
.notif{opacity:0;transform:translateY(8px);transition:opacity .3s var(--ease),transform .3s var(--ease)}
.phone.on .notif{opacity:1;transform:none}
.notif-card{fill:var(--alert-soft);stroke:var(--alert-line);stroke-width:1}
.notif-box{fill:var(--alert)}
.notif-icon{vector-effect:non-scaling-stroke;fill:none;stroke:#0A0C0E;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.notif-bar{fill:rgba(255,255,255,.22)}
.livecam{opacity:0;transition:opacity .35s var(--ease)}
.phone.fire .livecam{opacity:1}
.livecam-frame{fill:#07090B;stroke:var(--alert-line);stroke-width:1}
.livecam-glow{fill:#FF6A3D;opacity:.32}
.livecam-icon{vector-effect:non-scaling-stroke;fill:none;stroke:var(--alert);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.livecam-rec{fill:var(--alert);opacity:0}
.phone.fire .livecam-rec{opacity:1;animation:recBlink 1s steps(1,end) infinite}
.livecam-scan{fill:rgba(255,255,255,.16)}
/* Reserve two lines: the scene swaps this caption every few seconds, and a
   one-line vs two-line variant moved the whole hero by 23px each time. */
.hv-caption{margin:20px auto 0;max-width:28rem;min-height:2.85rem;text-align:center;font-size:.92rem;color:var(--muted);line-height:1.55}

/* Sections */
section{padding:108px 0}
.sec-head{max-width:44rem;margin-bottom:56px}
.sec-head h2{font-size:clamp(1.95rem,3.8vw,2.85rem);margin:.9rem 0 1rem;letter-spacing:-.02em;line-height:1.12}
.sec-head p{font-size:1.1rem;color:var(--text-2)}

/* Glass card base */
.card,.std-card,.form-card,.faq-list{background:var(--glass);border:1px solid var(--line)}

/* WHY — Golden Circle */
/* the border sits on the <section> itself, so the generic section padding would land inside
   the box on top of .wrap's own padding — boxed sections carry none */
.why{position:relative;background:linear-gradient(160deg,rgba(232,162,79,.07),rgba(255,255,255,.02));border:1px solid var(--line-2);border-radius:28px;margin:0 24px;overflow:hidden;padding:0}
.why::before{content:"";position:absolute;top:-40%;right:-10%;width:480px;height:480px;background:radial-gradient(circle,rgba(232,162,79,.16),transparent 60%);pointer-events:none}
.why .wrap{padding:72px 40px;position:relative}
.why-statement{font-family:'Space Grotesk',sans-serif;font-weight:700;font-style:normal;font-size:clamp(1.9rem,4.2vw,3.2rem);line-height:1.18;letter-spacing:-.02em;max-width:24ch;margin:1rem 0 0;color:#fff}
.why-statement .u{color:var(--safe);font-style:normal}
.why-lead{font-size:1.16rem;color:var(--text-2);max-width:40rem;margin-top:1.2rem;line-height:1.65}
.why .offer-line{margin-top:1.3rem}

/* Card grids */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.card{border-radius:var(--radius);padding:30px;transition:transform .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}
.card:hover{transform:translateY(-5px);border-color:transparent;box-shadow:0 26px 54px -34px rgba(0,0,0,.7),0 0 34px -12px rgba(232,162,79,.35)}
.card .si{width:54px;height:54px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:background .3s,box-shadow .3s}
.card:hover .si{background:rgba(232,162,79,.12);box-shadow:0 0 20px -6px rgba(232,162,79,.6)}
.card .si svg{width:28px;height:28px;stroke:var(--safe);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
/* Glowing border on hover only (Who / How + Standards cards). Paused while hidden,
   so nine off-screen conic gradients are not repainting every frame. The EN 54
   boxes keep their always-on glow as the section's single signature. */
@property --cardA{syntax:'<angle>';inherits:false;initial-value:0deg}
.card,.std-card{position:relative}
.card::before,.std-card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:conic-gradient(from var(--cardA),transparent 0 62%,var(--safe) 84%,#fff 90%,transparent 96% 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s var(--ease);pointer-events:none;animation:cardspin 5s linear infinite paused}
.card:hover::before,.std-card:hover::before{opacity:1;animation-play-state:running}
/* traveling glow — offset each box so the highlight moves box to box */
.grid-3 .card:nth-child(1)::before,.grid-4 .card:nth-child(1)::before,.std-grid .std-card:nth-child(1)::before{animation-delay:0s}
.grid-3 .card:nth-child(2)::before{animation-delay:-1.667s}
.grid-3 .card:nth-child(3)::before{animation-delay:-3.334s}
.grid-4 .card:nth-child(2)::before,.std-grid .std-card:nth-child(2)::before{animation-delay:-1.25s}
.grid-4 .card:nth-child(3)::before,.std-grid .std-card:nth-child(3)::before{animation-delay:-2.5s}
.grid-4 .card:nth-child(4)::before,.std-grid .std-card:nth-child(4)::before{animation-delay:-3.75s}
@keyframes cardspin{to{--cardA:360deg}}
.card h3{font-size:1.28rem;margin-bottom:.55rem}
.card p{color:var(--text-2);font-size:.98rem}


/* Standards / EN 54 */
.std-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.std-card{position:relative;border-radius:var(--radius);padding:28px 22px;text-align:center;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}
.std-card:hover{transform:translateY(-3px);border-color:var(--line-2)}
.std-card--accent{border-color:var(--safe);box-shadow:0 0 26px -10px rgba(232,162,79,.55),0 0 0 1px var(--safe) inset}
.std-seal{width:54px;height:54px;margin:0 auto 14px;display:block}
.std-seal .ring{fill:rgba(232,162,79,.08);stroke:var(--safe);stroke-width:2}
.std-seal .ring2{fill:none;stroke:var(--safe);stroke-width:1;opacity:.5}
.std-seal .glyph{vector-effect:non-scaling-stroke;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.std-code{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.32rem;letter-spacing:-.01em;color:#fff}
.std-label{color:var(--muted);font-size:.9rem;margin-top:5px;line-height:1.4}

/* Product showcase */
/* Real product/lifestyle imagery */
.product-figure{margin:42px auto 0;max-width:1000px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#000;box-shadow:0 50px 100px -55px rgba(0,0,0,1),0 0 0 1px rgba(255,255,255,.03)}
.product-figure picture{display:block}
.product-figure img{width:100%;height:auto;display:block}
.imgband{margin:0 auto;max-width:1120px}
.imgband figure{margin:0;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#000;box-shadow:0 44px 90px -55px rgba(0,0,0,1)}
.imgband picture{display:block}
.imgband img{width:100%;height:auto;display:block}
.mediasec{padding:52px 0}
/* the picture is the first thing on the page: its top padding clears the fixed header */
.top-image{padding:124px 0 24px}
/* Trust marquee — standards scroller */
.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin:8px 0;-webkit-mask:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}
.marquee-track{display:flex;align-items:center;width:max-content;animation:mqScroll 34s linear infinite;will-change:transform}
.marquee:hover .marquee-track{animation-play-state:paused}
.mq-item{display:inline-flex;align-items:center;gap:10px;padding:0 32px;white-space:nowrap;border-right:1px solid var(--line)}
.mq-code{font-family:var(--font-mono);font-weight:700;color:var(--safe);font-size:.9rem;letter-spacing:.03em}
.mq-label{color:var(--muted);font-size:.9rem}
@keyframes mqScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.marquee-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}.mq-item[aria-hidden="true"]{display:none}}
/* Emergency lighting section */
.nl-points{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1080px;margin:30px auto 0}
.nl-pt{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;background:linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.01));border:1px solid var(--line);border-radius:16px;padding:18px 18px 20px;transition:border-color .45s var(--ease),transform .3s var(--ease),box-shadow .45s var(--ease)}
.nl-pt::after{content:attr(data-num);position:absolute;top:9px;right:15px;font-family:var(--font-mono);font-size:1.55rem;font-weight:700;color:rgba(51,217,139,.16);letter-spacing:.02em;transition:color .45s var(--ease);z-index:2}
.nl-pt:hover{border-color:rgba(51,217,139,.45);transform:translateY(-4px);box-shadow:0 16px 36px -20px rgba(51,217,139,.5)}
.nl-pt:hover::after{color:rgba(51,217,139,.4)}
.nl-pt h3{font-size:1.02rem;margin:0 0 .3rem;color:var(--text);letter-spacing:-.01em}
.nl-pt p{color:var(--muted);font-size:.9rem;line-height:1.55;margin:0}

/* ---- Living mini-scenes -------------------------------------------------------
   Each card shows what emergency lighting actually DOES: the power fails, the room
   goes dark, and the emergency lights come on one after another to show the way out.
   A child reads it without reading a word.
   The BASE state is "lights on", so with prefers-reduced-motion (which kills every
   animation) the scenes still look correct rather than dead. 6s cycle, staggered
   0.35s per card so it sweeps across like one building responding. */
.nl-scene{position:relative;border-radius:11px;overflow:hidden;background:linear-gradient(180deg,#0e1316,#07090b);border:1px solid rgba(255,255,255,.07)}
.nl-scene svg{display:block;width:100%;height:auto}
.sc-struct{fill:none;stroke:rgba(255,255,255,.15);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.sc-label{font-family:var(--font-mono);font-size:12px;font-weight:700;fill:rgba(255,255,255,.5)}
.nl-points .nl-pt{--sd:0s}
.nl-points .nl-pt:nth-child(2){--sd:.35s}
.nl-points .nl-pt:nth-child(3){--sd:.7s}
.nl-points .nl-pt:nth-child(4){--sd:1.05s}

/* base = lit */
.sc1 .lp{fill:var(--live)}
.sc1 .sc-exit{fill:rgba(51,217,139,.16);stroke:rgba(51,217,139,.6);stroke-width:1.3}
.sc2 .sg-box{fill:#1E9E63}
.sc2 .sg-art{fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.sc2 .sg-head{fill:#fff;stroke:none}
.sc2 .sm{fill:rgba(255,255,255,.10)}
.sc3 .fl{fill:var(--live)}
.sc4 .wn{fill:var(--live)}

/* smoke drifts regardless of the power cycle */
.nl-points.is-live .sc2 .sm{animation:scSmoke 7s ease-in-out infinite alternate;animation-delay:calc(var(--i)*-2.2s)}
@keyframes scSmoke{0%{transform:translateX(-16px);opacity:.5}100%{transform:translateX(16px);opacity:1}}

/* the power cut + relight, per scene */
.nl-points.is-live .sc1 .lp{animation:scLamp 6s ease-in-out infinite;animation-delay:calc(var(--sd) + var(--i)*.16s)}
.nl-points.is-live .sc3 .fl{animation:scLamp 6s ease-in-out infinite;animation-delay:calc(var(--sd) + var(--i)*.13s)}
.nl-points.is-live .sc4 .wn{animation:scLamp 6s ease-in-out infinite;animation-delay:calc(var(--sd) + var(--i)*.22s)}
@keyframes scLamp{
  0%,8%{fill:var(--live)}
  16%,26%{fill:rgba(255,255,255,.08)}
  34%{fill:#DFFFF1}
  46%,100%{fill:var(--live)}
}
.nl-points.is-live .sc1 .sc-exit{animation:scExit 6s ease-in-out infinite;animation-delay:var(--sd)}
@keyframes scExit{
  0%,8%{fill:rgba(51,217,139,.16);stroke:rgba(51,217,139,.6)}
  16%,26%{fill:rgba(255,255,255,.02);stroke:rgba(255,255,255,.1)}
  38%{fill:rgba(51,217,139,.4);stroke:#DFFFF1}
  50%,100%{fill:rgba(51,217,139,.16);stroke:rgba(51,217,139,.6)}
}
.nl-points.is-live .sc2 .sg-box{animation:scSign 6s ease-in-out infinite;animation-delay:var(--sd)}
@keyframes scSign{
  0%,8%{fill:#1E9E63}
  16%,26%{fill:#171B1E}
  34%{fill:#4BE79B}
  46%,100%{fill:#1E9E63}
}
.nl-points.is-live .sc2 .sg-art{animation:scArt 6s ease-in-out infinite;animation-delay:var(--sd)}
@keyframes scArt{
  0%,8%{stroke:#fff}
  16%,26%{stroke:rgba(255,255,255,.14)}
  46%,100%{stroke:#fff}
}
.nl-points.is-live .sc2 .sg-head{animation:scHead 6s ease-in-out infinite;animation-delay:var(--sd)}
@keyframes scHead{
  0%,8%{fill:#fff}
  16%,26%{fill:rgba(255,255,255,.14)}
  46%,100%{fill:#fff}
}
/* one filter per scene group instead of per element — keeps it cheap */
.nl-points.is-live .sc1 .sc-lamps,
.nl-points.is-live .sc3 .sc-floors,
.nl-points.is-live .sc4 .sc-wins,
.nl-points.is-live .sc2 .sc-sign{animation:scGlow 6s ease-in-out infinite;animation-delay:var(--sd)}
@keyframes scGlow{
  0%,8%{filter:drop-shadow(0 0 2px rgba(51,217,139,.45))}
  16%,26%{filter:drop-shadow(0 0 0 rgba(51,217,139,0))}
  36%{filter:drop-shadow(0 0 7px rgba(51,217,139,.95))}
  50%,100%{filter:drop-shadow(0 0 2px rgba(51,217,139,.45))}
}
/* the room itself darkens for the beat the power is out */
.nl-points.is-live .nl-scene{animation:scRoom 6s ease-in-out infinite;animation-delay:var(--sd)}
@keyframes scRoom{
  0%,8%{background:linear-gradient(180deg,#0e1316,#07090b)}
  16%,26%{background:linear-gradient(180deg,#080a0c,#040506)}
  46%,100%{background:linear-gradient(180deg,#0e1316,#07090b)}
}
.nl-ref{text-align:center;font-family:var(--font-mono);font-size:.76rem;letter-spacing:.02em;color:var(--muted);margin:24px auto 0;max-width:64ch}
@media(max-width:900px){.nl-points{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.nl-points{grid-template-columns:1fr}}
/* Intro film — 16:9 frame matching the image bands, with a quiet sound toggle */
.videosec{padding:64px 0}
.video-frame{position:relative;margin:34px auto 0;max-width:1000px;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#000;box-shadow:0 44px 90px -55px rgba(0,0,0,1)}
.video-frame video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;cursor:pointer}
.video-sound,.video-play{position:absolute;right:14px;bottom:14px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;
  border:1px solid var(--line-2);background:rgba(10,12,14,.62);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--text);
  transition:background .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease)}
.video-sound:hover,.video-play:hover{background:rgba(10,12,14,.85);border-color:var(--safe);transform:translateY(-2px)}
.video-sound:focus-visible,.video-play:focus-visible{outline:2px solid var(--safe);outline-offset:3px}
.video-sound svg,.video-play svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.video-sound .ic-on{display:none}
.video-sound.is-on{color:var(--safe);border-color:var(--safe)}
.video-sound.is-on .ic-on{display:block}
.video-sound.is-on .ic-off{display:none}
.video-play{right:66px}
.video-play .ic-play{display:none}
.video-play.is-paused .ic-play{display:block}
.video-play.is-paused .ic-pause{display:none}
@media(max-width:600px){.videosec{padding:48px 0}.video-sound{right:10px;bottom:10px}.video-play{right:62px;bottom:10px}}

/* Who stands behind NORKOS — founder credibility + before/during/after journey.
   Track geometry (--abt-x/--abt-y/--abt-len) is measured in JS from the real dot
   centres, so the line and pulse land exactly on 1/2/3 in both orientations. */
.abt-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:40px auto 0;
  --abt-x:17%;--abt-y:29px;--abt-len:66%}
/* connecting line = "we stay with you the whole way" */
.abt-steps::before{content:"";position:absolute;left:var(--abt-x);top:var(--abt-y);width:var(--abt-len);height:1px;background:rgba(232,162,79,.34)}
.abt-step{position:relative;text-align:center}
.abt-dot{position:relative;z-index:2;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--bg);border:1px solid rgba(232,162,79,.42);box-shadow:0 0 0 6px var(--bg);
  font-family:var(--font-mono);font-size:1.32rem;font-weight:700;color:var(--safe);line-height:1;
  transition:transform .35s var(--ease),box-shadow .4s var(--ease),border-color .4s var(--ease),color .4s var(--ease)}
.abt-step:hover .abt-dot{transform:translateY(-3px) scale(1.06)}
.abt-step h3{font-size:1.06rem;margin:0 0 .45rem;letter-spacing:-.01em}
.abt-step p{color:var(--muted);font-size:.94rem;line-height:1.6;margin:0 auto;max-width:34ch}

/* 1 -> 2 -> 3 sequence. The light and the numbers are driven by ONE clock in JS
   (initAboutFlow) so they can never drift apart: the light travels to a number,
   disappears into it as that number lights up, then leaves again toward the next. */
.abt-pulse{position:absolute;left:var(--abt-x);top:var(--abt-y);width:var(--abt-len);height:3px;margin-top:-1px;pointer-events:none;z-index:1}
.abt-pulse i{position:absolute;top:0;left:0;width:16%;height:100%;border-radius:3px;opacity:0;will-change:transform,opacity;
  background:linear-gradient(90deg,transparent,var(--safe) 42%,#FFE0B4 55%,transparent);
  box-shadow:0 0 16px rgba(232,162,79,.85)}
.abt-dot.is-lit{border-color:rgba(232,162,79,.95);color:#FFE0B4;box-shadow:0 0 0 6px var(--bg),0 0 30px 3px rgba(232,162,79,.6)}
/* How we work — the founder's experience, stated once, under the 1-2-3 path */
.founder{display:flex;gap:20px;align-items:flex-start;max-width:760px;margin:52px auto 0;padding:26px 28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--glass)}
.founder-ic{flex:none;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(232,162,79,.12);border:1px solid rgba(232,162,79,.3)}
.founder-ic svg{width:26px;height:26px;stroke:var(--safe);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.founder h3{font-size:1.2rem;margin:.1rem 0 .5rem}
.founder p{color:var(--text-2);font-size:.98rem;line-height:1.65}
.founder .founder-status{margin-top:.7rem;color:var(--muted);font-size:.9rem}

/* Mobile: a proper left-aligned timeline — number beside the text, line down the
   left gutter. (Centred text with a line running through it read as noise.) */
@media(max-width:760px){
  .abt-steps{grid-template-columns:1fr;gap:0;max-width:460px}
  .abt-step{display:grid;grid-template-columns:56px 1fr;column-gap:16px;text-align:left;padding-bottom:32px}
  .abt-step:last-child{padding-bottom:0}
  .abt-dot{grid-column:1;grid-row:1;width:56px;height:56px;margin:0;align-self:start}
  .abt-step h3{grid-column:2;grid-row:1;align-self:center;font-size:1.04rem;margin:0}
  .abt-step p{grid-column:2;grid-row:2;margin:.5rem 0 0;max-width:none}
  .abt-steps::before{width:1px;height:var(--abt-len)}
  .abt-pulse{width:3px;height:var(--abt-len);margin-top:0;margin-left:-1px}
  .abt-pulse i{width:100%;height:16%;background:linear-gradient(180deg,transparent,var(--safe) 42%,#FFE0B4 55%,transparent)}
}

/* Mid-page CTA (placed at the highest-intent moment) */
.midcta{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap;max-width:1000px;margin:36px auto 0;padding:26px 30px;border-radius:18px;border:1px solid rgba(232,162,79,.28);background:linear-gradient(135deg,rgba(232,162,79,.09),rgba(232,162,79,.02))}
.midcta-body h3{font-size:clamp(1.15rem,2vw,1.4rem);margin:0 0 .35rem}
.midcta-body p{color:var(--muted);font-size:.96rem;margin:0;max-width:52ch}
.midcta .btn{flex:none}
/* the price line reused from the levels, inside a CTA strip (emergency lighting on its own) */
.midcta-body .tier-price{margin-top:10px}
@media(max-width:640px){.midcta{flex-direction:column;align-items:flex-start;padding:24px}.midcta .btn{width:100%;justify-content:center}}

/* Launch offer — one quiet line with a copper dot: never a banner, badge or countdown.
   No amount is stated until the owner sets one. */
.offer-line,.sec-head .offer-line{display:flex;align-items:flex-start;gap:.6rem;margin:1.1rem 0 0;font-size:.94rem;line-height:1.45;color:var(--text-2)}
.offer-line::before{content:"";flex:none;width:7px;height:7px;margin-top:.48em;border-radius:50%;background:var(--safe);box-shadow:0 0 8px rgba(232,162,79,.75)}
.sec-head.center .offer-line{justify-content:center;text-align:left}
.hero .offer-line{margin-top:1.3rem}

/* Text link with an arrow — to the standards page, emergency lighting, privacy */
.textlink{color:var(--safe);font-weight:600;white-space:nowrap;transition:color .18s}
.textlink::after{content:"\00a0\2192"}
.textlink:hover{color:#F6D3A1}
.midcta-body .textlink{display:inline-block;margin-top:10px;font-size:.94rem}

/* Phones and tablets (the header's register button is hidden at 1100px and below): a slim
   register bar that appears once the hero's own button has scrolled away, and steps aside
   while the form or the footer is on screen. */
.stickycta{display:none}
@media(max-width:1100px){
  .stickycta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:40;padding:10px 0 calc(10px + env(safe-area-inset-bottom));background:rgba(10,12,14,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--line-2);transform:translateY(105%);visibility:hidden;transition:transform .32s var(--ease),visibility 0s linear .32s}
  .stickycta.show{transform:none;visibility:visible;transition:transform .32s var(--ease),visibility 0s}
}
.stickycta-in{display:flex;align-items:center;justify-content:space-between;gap:14px}
.stickycta-txt{display:flex;align-items:center;gap:.5rem;font-size:.88rem;line-height:1.3;color:var(--text-2)}
.stickycta-txt::before{content:"";flex:none;width:7px;height:7px;border-radius:50%;background:var(--safe);box-shadow:0 0 8px rgba(232,162,79,.75)}
.stickycta .btn{flex:none;padding:.72rem 1.2rem;font-size:.94rem}
@media(prefers-reduced-motion:reduce){.stickycta,.stickycta.show{transition:none}}

/* Standards & law page — the detail that left the landing page, in the same components */
.std-intro{text-align:center;padding-bottom:0}
.std-intro p{max-width:40rem;margin:0 auto;font-size:1.1rem}
.page-std #standards{padding-top:64px}
.page-std #ligji{padding-top:0}
.page-std #ligji .en54-law{margin-top:0}
.std-ask{padding:24px 0 16px}
.std-ask .midcta{margin-top:0}

/* Emergency split-story: dark vs lit corridor */
.nl-split{display:grid;grid-template-columns:minmax(0,336px) 1fr;gap:44px;align-items:center;max-width:1000px;margin:32px auto 6px}
.nl-split-img{position:relative;margin:0;border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:0 34px 72px -34px rgba(0,0,0,.78)}
.nl-split-img img{display:block;width:100%;height:auto}
.nl-split-tag{position:absolute;bottom:14px;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.05em;text-transform:uppercase;padding:6px 10px;border-radius:8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap}
.nl-split-tag--off{left:12px;color:#cfd4d6;background:rgba(9,11,12,.6);border:1px solid rgba(255,255,255,.12)}
.nl-split-tag--on{right:12px;color:#08110c;background:rgba(51,217,139,.92);border:1px solid rgba(51,217,139,.5);font-weight:700}
.nl-split-body h3{font-size:clamp(1.4rem,2.4vw,1.7rem);line-height:1.24;margin:0 0 .65rem}
.nl-split-body p{color:var(--muted);font-size:1.02rem;line-height:1.62;margin:0 0 20px;max-width:42ch}
.nl-tags{display:flex;gap:10px;flex-wrap:wrap}
.nl-tag{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.02em;padding:7px 13px;border-radius:999px;color:var(--live);background:rgba(51,217,139,.08);border:1px solid rgba(51,217,139,.3)}
@media(max-width:820px){.nl-split{grid-template-columns:1fr;gap:26px;justify-items:center;text-align:center}.nl-split-img{max-width:320px}.nl-split-body p{margin-left:auto;margin-right:auto}.nl-tags{justify-content:center}}

/* EN 54 explainer — animated glow boxes */
.en54-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@property --en54a{syntax:'<angle>';inherits:false;initial-value:0deg}
.en54-box{position:relative;border-radius:var(--radius);padding:1.5px;overflow:hidden;background:var(--line-2);transition:transform .3s var(--ease)}
.en54-box::before{content:"";position:absolute;inset:0;background:conic-gradient(from var(--en54a),transparent 0 54%,var(--safe) 78%,#fff 85%,transparent 92% 100%);animation:en54spin 5s linear infinite paused;pointer-events:none}
.en54-grid.is-live .en54-box::before{animation-play-state:running}
.en54-box:nth-child(2)::before{animation-delay:-1.25s}
.en54-box:nth-child(3)::before{animation-delay:-2.5s}
.en54-box:nth-child(4)::before{animation-delay:-3.75s}
.en54-box:hover{transform:translateY(-4px)}
@keyframes en54spin{to{--en54a:360deg}}
.en54-inner{position:relative;z-index:1;height:100%;background:#0E1217;border-radius:calc(var(--radius) - 1px);padding:22px 20px 26px}
.en54-box .num{font-family:var(--font-mono);font-size:.72rem;color:var(--safe);letter-spacing:.16em}
.en54-box h3{font-size:1.16rem;margin-bottom:.5rem}
.en54-box p{color:var(--text-2);font-size:.96rem}
/* ---- EN 54 fire scenes --------------------------------------------------------
   Same "draw the actual thing" idea as the emergency-lighting cards, but in the
   brand copper rather than red: this section must read as reassurance, not alarm.
   01 smoke rises and the detector sees it · 02 the panel walks the loop checking
   every device, forever · 03 one sounder, heard on every floor · 04 independently
   tested, then stamped. Base state = calm, so reduced-motion still looks right. */
.en54-scene{position:relative;margin:16px 0 18px;border-radius:11px;overflow:hidden;background:linear-gradient(180deg,#12161b,#0a0d10);border:1px solid rgba(255,255,255,.07)}
.en54-scene svg{display:block;width:100%;height:auto}
.en54-grid .en54-box{--fd:0s}
.en54-grid .en54-box:nth-child(2){--fd:.4s}
.en54-grid .en54-box:nth-child(3){--fd:.8s}
.en54-grid .en54-box:nth-child(4){--fd:1.2s}
.fs1 .fd-body{fill:#1a2028;stroke:rgba(255,255,255,.3);stroke-width:1.3}
.fs1 .fd-chamber{fill:#0c1015;stroke:rgba(255,255,255,.28);stroke-width:1.1}
.fs1 .fd-fill{fill:#AEB7BE;opacity:0}
.fs1 .fd-vent{stroke:rgba(255,255,255,.3);stroke-width:1.6;stroke-linecap:round}
.fs1 .fd-led{fill:var(--safe)}
.fs1 .rg{fill:none;stroke:var(--safe);stroke-width:1.6;opacity:0;transform-origin:110px 26px}
.fs1 .pt{fill:#C6CED4;opacity:0}
.fs1 .fs{fill:#AEB7BE;opacity:0;transform-box:fill-box;transform-origin:center}
.fs2 .fp-beat{fill:none;stroke:var(--safe);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.fs2 .floop{fill:none;stroke:rgba(255,255,255,.14);stroke-width:1.4}
.fs2 .floop-run{fill:none;stroke:var(--safe);stroke-width:2.2;stroke-linecap:round;filter:drop-shadow(0 0 5px rgba(232,162,79,.9))}
.fs2 .nd{fill:#1b2026;stroke:rgba(232,162,79,.7);stroke-width:1.4}
.fs3 .ap-ring{fill:none;stroke:rgba(255,255,255,.3);stroke-width:1.3;transition:stroke .3s var(--ease)}
.fs3 .ap-dot{fill:rgba(232,162,79,.42);transition:fill .3s var(--ease)}
.fs3 .origin .ap-ring{stroke:rgba(255,255,255,.45)}
/* the sound itself, visible in every flat: arcs that stay lit while the alarm is on
   (steady, not pulsing) plus a single burst ring the moment that flat starts sounding */
.fs3 .ap-wv{fill:none;stroke:var(--safe);stroke-width:1.5;stroke-linecap:round;opacity:0;transition:opacity .28s var(--ease)}
.fs3 .ap-burst{fill:none;stroke:var(--safe);stroke-width:1.4;opacity:0;transform-box:fill-box;transform-origin:center}
/* Alarm ON: the alert spreads outward from the middle detector, each flat switching
   on after its own distance-based delay. Alarm OFF: the delays fall away, so the
   whole building clears at once — "everything is in order again". No pulsing. */
.fs3.is-alarm .ap-ring{stroke:rgba(232,162,79,.9);transition-delay:var(--dl)}
.fs3.is-alarm .ap-dot{fill:var(--safe);transition-delay:var(--dl)}
.fs3.is-alarm .origin .ap-dot{fill:#FFF6E6}
.fs3.is-alarm .ap-wv{opacity:.9;transition-delay:var(--dl)}
.fs3.is-alarm .ap-burst{animation:fBurst .85s ease-out var(--dl) forwards}
@keyframes fBurst{0%{transform:scale(.5);opacity:.9}100%{transform:scale(2.7);opacity:0}}
.fs4 .fshield{fill:rgba(232,162,79,.08);stroke:var(--safe);stroke-width:1.5}
.fs4 .fcheck{fill:none;stroke:var(--safe);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:44;stroke-dashoffset:0}
.fs4 .fs-code{font-family:var(--font-mono);font-size:19px;font-weight:700;fill:var(--safe)}
.fs4 .tk{stroke:rgba(232,162,79,.55);stroke-width:2.4;stroke-linecap:round}
/* 01 — smoke climbs from the floor, is drawn in through the vents, fills the
   chamber, and only then does the detector alarm. That order is the whole point. */
.en54-grid.is-live .fs1 .fs{animation:fSmoke 7s ease-out infinite;animation-delay:calc(var(--fd) + var(--i)*.34s)}
@keyframes fSmoke{
  0%,8%{transform:translateY(12px) scale(.6);opacity:0}
  18%{opacity:.42}
  36%{opacity:.36}
  50%,100%{transform:translateY(-50px) scale(1.7);opacity:0}
}
.en54-grid.is-live .fs1 .pt{animation:fPart 7s ease-in-out infinite;animation-delay:calc(var(--fd) + var(--i)*.13s)}
@keyframes fPart{
  0%,26%{transform:translate(0,0);opacity:0}
  33%{opacity:.75}
  46%{transform:translate(var(--dx),var(--dy));opacity:.6}
  52%,100%{transform:translate(var(--dx),var(--dy));opacity:0}
}
.en54-grid.is-live .fs1 .fd-fill{animation:fChamber 7s ease-in-out infinite;animation-delay:var(--fd)}
@keyframes fChamber{
  0%,30%{opacity:0}
  48%{opacity:.4}
  56%{opacity:.34}
  74%,100%{opacity:0}
}
.en54-grid.is-live .fs1 .fd-led{animation:fLed 7s ease-in-out infinite;animation-delay:var(--fd)}
@keyframes fLed{
  0%,50%{fill:var(--safe)}
  55%{fill:#FFF6E6}
  60%{fill:var(--safe)}
  65%{fill:#FFF6E6}
  72%,100%{fill:var(--safe)}
}
.en54-grid.is-live .fs1 .fd-chamber{animation:fChamberEdge 7s ease-in-out infinite;animation-delay:var(--fd)}
@keyframes fChamberEdge{
  0%,50%{stroke:rgba(255,255,255,.28)}
  57%{stroke:var(--safe)}
  74%,100%{stroke:rgba(255,255,255,.28)}
}
.en54-grid.is-live .fs1 .rg{animation:fRing 7s ease-out infinite;animation-delay:calc(var(--fd) + var(--i)*.3s)}
@keyframes fRing{
  0%,52%{transform:scale(.28);opacity:0}
  58%{opacity:.85}
  84%,100%{transform:scale(2);opacity:0}
}
/* 02 — supervision never stops: the pulse runs the loop, nodes answer as it passes */
.en54-grid.is-live .fs2 .floop-run{animation:fLoop 6s linear infinite;animation-delay:var(--fd)}
@keyframes fLoop{from{stroke-dashoffset:0}to{stroke-dashoffset:calc(var(--loopL,310px) * -1)}}
/* each detector answers exactly as the pulse reaches it — --nd is measured in JS
   from the node's real position along the path, not guessed from its index */
.en54-grid.is-live .fs2 .nd{animation:fNode 6s linear infinite;animation-delay:calc(var(--fd) + var(--nd,0s))}
@keyframes fNode{0%{fill:#1b2026;stroke:rgba(232,162,79,.7)}5%{fill:#FFE7C4;stroke:#FFE7C4}18%,100%{fill:#1b2026;stroke:rgba(232,162,79,.7)}}
.en54-grid.is-live .fs2 .fp-beat{animation:fBeat 6s ease-in-out infinite;animation-delay:var(--fd)}
@keyframes fBeat{0%,100%{opacity:.5}50%{opacity:1}}
/* 04 — the check draws itself, then the mark is stamped */
.en54-grid.is-live .fs4 .fcheck{animation:fCheck 7s ease-in-out infinite;animation-delay:var(--fd)}
@keyframes fCheck{0%,10%{stroke-dashoffset:44}26%,88%{stroke-dashoffset:0}96%,100%{stroke-dashoffset:44}}
.en54-grid.is-live .fs4 .fshield{animation:fShield 7s ease-in-out infinite;animation-delay:var(--fd)}
@keyframes fShield{0%,24%{fill:rgba(232,162,79,.08)}32%{fill:rgba(232,162,79,.24)}52%,100%{fill:rgba(232,162,79,.08)}}
.en54-grid.is-live .fs4 .tk{animation:fTick 7s ease-out infinite;animation-delay:calc(var(--fd) + var(--i)*.22s)}
@keyframes fTick{0%,30%{stroke:rgba(232,162,79,.18)}40%{stroke:#FFE7C4}70%,100%{stroke:rgba(232,162,79,.55)}}
.en54-law{margin-top:24px;display:flex;gap:22px;align-items:flex-start;background:linear-gradient(150deg,rgba(232,162,79,.09),rgba(255,255,255,.02));border:1px solid var(--line-2);border-radius:var(--radius);padding:30px 32px}
.en54-law .li{width:56px;height:56px;border-radius:14px;background:rgba(232,162,79,.12);border:1px solid rgba(232,162,79,.3);display:flex;align-items:center;justify-content:center;flex:none}
.en54-law .li svg{width:28px;height:28px;stroke:var(--safe);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.en54-law .tag{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--safe)}
.en54-law h3{font-size:1.3rem;margin:.5rem 0 .55rem}
.en54-law p{color:var(--text-2);max-width:62ch;font-size:1.02rem}
.en54-law-who{margin:.2rem 0 .7rem!important;color:var(--text)!important;font-weight:600;max-width:62ch}
.en54-law-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px;padding:0}
.en54-law-list li{font-size:.86rem;line-height:1;padding:8px 12px;border-radius:999px;border:1px solid var(--line-2);background:rgba(255,255,255,.03);color:var(--text);white-space:nowrap}
.en54-law-ref{margin-top:12px!important;font-family:var(--font-mono);font-size:.76rem;letter-spacing:.02em;color:var(--muted)!important;max-width:none!important}
.resp{margin-top:20px;background:linear-gradient(150deg,rgba(232,162,79,.09),rgba(255,255,255,.02));border:1px solid var(--line-2);border-radius:var(--radius);padding:30px 32px}
.resp-head .tag{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--safe)}
.resp-head h3{font-size:1.3rem;margin:.5rem 0 .5rem}
.resp-head p{color:var(--text-2);max-width:72ch;font-size:1.02rem}
.resp-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0 18px}
.resp-item{display:flex;gap:14px;align-items:flex-start;background:rgba(255,255,255,.02);border:1px solid var(--line);border-radius:14px;padding:16px 18px;transition:border-color .25s,transform .25s,box-shadow .25s}
.resp-item:hover{border-color:rgba(232,162,79,.45);transform:translateY(-2px);box-shadow:0 18px 40px -24px rgba(232,162,79,.5)}
.resp-ic{width:44px;height:44px;border-radius:11px;flex:none;display:flex;align-items:center;justify-content:center;background:rgba(232,162,79,.12);border:1px solid rgba(232,162,79,.3)}
.resp-ic svg{width:22px;height:22px;stroke:var(--safe);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.resp-item h4{font-size:1rem;margin:.1rem 0 .28rem;color:var(--text)}
.resp-item p{color:var(--muted);font-size:.9rem;max-width:none;margin:0;line-height:1.5}
.resp-note{margin:0!important;font-size:.9rem;color:var(--text-2);border-left:2px solid rgba(232,162,79,.55);padding-left:14px}
@media(max-width:720px){.resp-grid{grid-template-columns:1fr}.resp{padding:24px}}

/* Three levels of protection — the needs & price ladder. Built from the site's own
   parts (panel, copper dash bullets, mono standards) rather than pricing cards: the
   price is a quiet spec line, the recommended level is marked in copper, and each
   standard is stated only where the configuration supports it. No drawings here —
   the owner removed them.
   Mobile first: one column, three columns from 981px. */
.tier-list{display:grid;gap:16px;max-width:560px;margin:0 auto}
.tier{position:relative;display:flex;flex-direction:column;gap:18px;padding:24px 20px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));transition:border-color .3s var(--ease),box-shadow .3s var(--ease)}
.tier:hover{border-color:var(--line-2)}
.tier--main{border-color:rgba(232,162,79,.6);background:linear-gradient(180deg,rgba(232,162,79,.085),rgba(255,255,255,.012));box-shadow:0 0 0 1px rgba(232,162,79,.16) inset,0 34px 70px -48px rgba(232,162,79,.55)}
.tier--main:hover{border-color:var(--safe)}
.tier-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:24px}
.tier-idx{font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.16em;color:var(--safe)}
.tier-rec{font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--safe);border:1px solid rgba(232,162,79,.45);background:rgba(232,162,79,.08);padding:4px 9px;border-radius:999px;white-space:nowrap}
.tier-name{display:flex;flex-direction:column;gap:7px;margin:0;line-height:1}
.tier-brand{font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.34em;color:var(--muted)}
.tier-level{font-family:'Space Grotesk',sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.07em;color:#fff}
.tier--main .tier-level{color:var(--safe)}
.tier-for{margin:-6px 0 0;color:var(--text-2);font-size:.95rem;line-height:1.5}
.tier-specs{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.tier-specs li{position:relative;padding-left:18px;color:var(--text-2);font-size:.95rem;line-height:1.5}
.tier-specs li::before{content:"";position:absolute;left:0;top:.74em;width:9px;height:1.5px;border-radius:1px;background:var(--safe)}
.tier-std{list-style:none;margin:0;padding:14px 0 0;border-top:1px solid var(--line);display:grid;gap:7px}
.tier-std li{font-size:.84rem;color:var(--muted);line-height:1.45}
.tier-std b{font-family:var(--font-mono);font-weight:700;font-size:.8rem;letter-spacing:.02em;color:var(--safe);margin-right:.55em;white-space:nowrap}
.tier-foot{margin-top:auto;display:grid;gap:12px;padding-top:4px}
.tier-price{margin:0;color:var(--muted);font-size:.9rem;line-height:1.35}
.tier-price b{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin:0 .1em}
.tier-note{margin:-4px 0 0;color:var(--text-2);font-size:.86rem;line-height:1.5}
.tier-foot .btn{width:100%;justify-content:center}
.tiers-note{max-width:62ch;margin:24px auto 0;text-align:center;font-size:.86rem;color:var(--muted)}
@media(min-width:981px){
  .tier-list{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1080px;align-items:stretch}
  .tier{padding:26px 24px 24px}
}

/* FAQ */
.faq-list{max-width:760px;margin:0 auto;border-radius:var(--radius);padding:6px 24px;overflow:hidden}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item:last-child{border-bottom:0}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:0;cursor:pointer;padding:22px 4px;text-align:left;font-family:'Space Grotesk';font-weight:600;font-size:1.12rem;color:var(--text);transition:color .18s}
.faq-q:hover{color:var(--safe)}
.faq-q:focus-visible{outline:2px solid var(--safe);outline-offset:3px;border-radius:6px}
.faq-ic{width:22px;height:22px;flex:none;stroke:var(--text-2);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease),stroke .18s}
.faq-item.open .faq-ic{transform:rotate(180deg);stroke:var(--safe)}
.faq-a{display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .32s var(--ease),visibility 0s linear .32s}
.faq-item.open .faq-a{grid-template-rows:1fr;visibility:visible;transition:grid-template-rows .32s var(--ease),visibility 0s}
.faq-a-in{overflow:hidden}
.faq-a p{color:var(--muted);font-size:1.02rem;padding:0 4px 24px;max-width:64ch}

/* Register / signup */
.register{position:relative;background:linear-gradient(160deg,rgba(232,162,79,.08),rgba(255,255,255,.02));border:1px solid var(--line-2);border-radius:28px;margin:0 24px;overflow:hidden;padding:0}
.register::before{content:"";position:absolute;bottom:-40%;left:-8%;width:460px;height:460px;background:radial-gradient(circle,rgba(51,217,139,.10),transparent 60%);pointer-events:none}
.register .wrap{padding:74px 40px;position:relative}
.reg-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:start}
.register h2{font-size:clamp(1.9rem,3.5vw,2.6rem);margin:.7rem 0 1rem}
.register .rlead{font-size:1.12rem;color:var(--text-2);max-width:34rem}
.reg-bullets{list-style:none;margin:30px 0 0;padding:0;display:grid;gap:16px}
.reg-bullets li{display:flex;gap:.7rem;align-items:flex-start;color:var(--text-2);font-size:1rem}
.reg-bullets svg{width:20px;height:20px;stroke:var(--live);stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none;margin-top:3px;filter:drop-shadow(0 0 5px rgba(51,217,139,.5))}
.form-card{border-radius:var(--radius);padding:34px}
.field{margin-bottom:18px}
.field label.flabel{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;font-family:'Space Grotesk';color:var(--text)}
.field label .opt{color:var(--muted);font-weight:500}
.field input,.field select{width:100%;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-sm);padding:.85rem 1rem;font-family:inherit;font-size:1rem;color:#fff;background:rgba(255,255,255,.04);transition:border-color .2s,box-shadow .2s}
.field input::placeholder{color:var(--muted)}
.field select{color:#fff}
.field select option{background:#11151a;color:#fff}
.field input:focus,.field select:focus{outline:none;border-color:var(--safe);box-shadow:0 0 0 3px rgba(232,162,79,.18)}
.field input[aria-invalid="true"],.field select[aria-invalid="true"]{border-color:var(--danger);box-shadow:0 0 0 3px rgba(255,92,74,.18)}
/* keyboard focus must stay visible even on a field flagged invalid */
.field input:focus-visible,.field select:focus-visible{outline:2px solid var(--safe);outline-offset:2px}
.field .err{display:none;color:var(--danger);font-size:.84rem;margin-top:.45rem;font-weight:500}
.field .err.show{display:block}
.consent{display:flex;gap:.7rem;align-items:flex-start;margin:6px 0 8px;cursor:pointer}
.consent input{width:22px;height:22px;margin:0;flex:none;accent-color:var(--safe);cursor:pointer}
.consent span{font-size:.92rem;color:var(--text-2);line-height:1.5}
.consent.invalid span{color:var(--danger)}
#consentErr{display:none;color:var(--danger);font-size:.84rem;margin:0 0 12px;font-weight:500}
#consentErr.show{display:block}
.form-card .btn-safe{width:100%;justify-content:center;margin-top:8px}
/* Level choice in the signup form: required, one of three */
.tier-pick{border:0;padding:0;min-width:0}
.tier-pick legend{display:block;padding:0;font-size:.85rem;font-weight:600;margin-bottom:.5rem;font-family:'Space Grotesk';color:var(--text)}
.tier-opt{display:flex;gap:.75rem;align-items:center;padding:.75rem 1rem;margin-bottom:8px;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-sm);background:rgba(255,255,255,.04);cursor:pointer;transition:border-color .2s,background .2s}
.tier-opt:hover{border-color:rgba(232,162,79,.55)}
.tier-opt:has(input:checked){border-color:var(--safe);background:rgba(232,162,79,.09)}
.tier-opt input{width:20px;height:20px;margin:0;flex:none;accent-color:var(--safe);cursor:pointer}
.tier-opt input:focus-visible{outline:2px solid var(--safe);outline-offset:2px}
.tier-opt-body{display:flex;flex-direction:column;gap:2px;line-height:1.3}
.tier-opt-body b{font-family:'Space Grotesk';font-weight:600;font-size:.95rem;color:#fff;letter-spacing:.02em}
.tier-opt-body small{font-size:.8rem;color:var(--muted)}
.tier-pick.invalid .tier-opt{border-color:var(--danger)}
/* emergency lighting on its own is not a level: it sits apart after "ose", and lights
   green when chosen — green is the site's emergency-lighting colour */
.tier-or{display:flex;align-items:center;gap:10px;margin:12px 0 8px;font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.tier-or::before,.tier-or::after{content:"";flex:1;height:1px;background:var(--line)}
.tier-opt--alt input{accent-color:var(--live)}
.tier-opt--alt:hover{border-color:rgba(51,217,139,.5)}
.tier-opt--alt:has(input:checked){border-color:var(--live);background:rgba(51,217,139,.08)}
.hp{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden}
.privacy-note{font-size:.84rem;color:var(--muted);margin-top:16px;line-height:1.55}
.privacy-note a{color:var(--safe);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.pending-flag{display:flex;gap:.5rem;align-items:flex-start;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.7rem .9rem;font-size:.85rem;color:var(--text-2);margin-bottom:20px}
.pending-flag svg{width:17px;height:17px;stroke:var(--safe);stroke-width:2;fill:none;flex:none;margin-top:2px}
.form-ok{display:none;text-align:center;padding:18px 6px}
.form-ok.show{display:block}
.form-ok .ok-i{width:66px;height:66px;border-radius:50%;background:rgba(51,217,139,.12);border:1px solid rgba(51,217,139,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 0 26px -8px rgba(51,217,139,.6)}
.form-ok .ok-i svg{width:34px;height:34px;stroke:var(--live);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.form-ok h3{font-size:1.35rem;margin-bottom:.6rem}
.form-ok p{color:var(--text-2)}

/* Footer */
footer{border-top:1px solid var(--line);padding:54px 0 34px;margin-top:90px}
.foot-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;flex-wrap:wrap}
footer .brand{margin-bottom:14px}
footer .foot-tag{color:var(--muted);max-width:24rem;font-size:.96rem}
.foot-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.foot-links a{display:inline-block;padding:.55rem 0;font-size:.92rem;color:var(--muted);transition:color .18s}
.foot-links a:hover{color:var(--safe)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-top:34px;padding-top:22px;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted)}

/* Mobile menu */
.mobile-menu{display:none;margin-top:10px;background:rgba(12,15,18,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--line-2);border-radius:24px;padding:14px;flex-direction:column;gap:2px;box-shadow:0 18px 50px -22px rgba(0,0,0,1)}
.mobile-menu.open{display:flex;animation:menuIn .24s var(--ease)}
@keyframes menuIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.mm-link{padding:.85rem 1rem;border-radius:12px;font-family:'Space Grotesk';font-weight:600;font-size:1.04rem;color:var(--text);transition:background .16s}
.mm-link:hover,.mm-link:focus-visible{background:var(--glass-2)}
.mm-lang-row{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem .5rem}
.mm-lang-row>span{font-size:.82rem;color:var(--muted);font-weight:600;font-family:'Space Grotesk'}
.mobile-menu .lang{display:flex}
.mobile-menu .btn{justify-content:center;margin-top:8px}

/* Skip link */
.skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--safe);color:#1B1305;padding:.7rem 1.1rem;border-radius:0 0 12px 0;font-family:'Space Grotesk';font-weight:600}
.skip:focus{left:0}
main:focus{outline:none}
/* touch-size language buttons wherever the switch is shown on small screens */
@media(max-width:1100px){.mobile-menu .lang button,footer .lang button,body.page-legal .lang button{min-width:44px;min-height:44px}}

/* Anchor offset */
section[id]{scroll-margin-top:90px}

/* Privacy page */
.legal{padding:150px 0 40px;max-width:760px}
.legal h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.6rem}
.legal .updated{color:var(--muted);font-size:.92rem;margin-bottom:40px;font-family:var(--font-mono)}
.legal h2{font-size:1.3rem;margin:36px 0 .6rem}
.legal p{color:var(--text-2);margin-bottom:.8rem;font-size:1.04rem}
.legal a{color:var(--safe);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.legal .back{display:inline-flex;align-items:center;gap:.5rem;font-family:'Space Grotesk';font-weight:600;font-size:.92rem;margin-bottom:24px;color:var(--text)}
.legal .back svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}
.legal .em{font-weight:600;color:#fff}
/* Rights list — plain dots, same rhythm as the body text */
.legal ul{list-style:none;margin:.2rem 0 1rem;padding:0}
.legal ul li{position:relative;color:var(--text-2);font-size:1.04rem;line-height:1.6;padding-left:1.35rem;margin-bottom:.5rem}
.legal ul li::before{content:"";position:absolute;left:.3rem;top:.68em;width:6px;height:6px;border-radius:50%;background:var(--safe)}
.legal ul li b{color:#fff;font-weight:600}
/* Controller facts, once the company details exist */
.legal .pv-facts{display:flex;flex-direction:column;gap:.4rem;margin:.4rem 0 1rem;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--glass);font-size:1rem;color:var(--text-2)}
.legal .pv-facts b{color:#fff;font-weight:600}
/* Honest "still coming" note — visibly a placeholder, never mistaken for a fact */
.legal .pv-pending{margin:.4rem 0 1rem;padding-left:13px;border-left:2px solid var(--safe);color:var(--muted);font-size:.97rem}

/* Reveal */
/* Hidden only while JS is running (html.js): if the script fails or storage is blocked,
   the page must still show instead of staying at opacity 0. */
.reveal{transition:opacity .8s var(--ease),transform .8s var(--ease)}
.js .reveal{opacity:0;transform:translateY(28px)}
.js .reveal.in{opacity:1;transform:none}

/* Responsive */
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .grid-4,.grid-3,.grid-2,.std-grid,.en54-grid{grid-template-columns:1fr 1fr}
  .reg-grid{grid-template-columns:1fr;gap:38px}
}
/* The full nav needs ~1050px in Norwegian (five labels + language + CTA), so it
   hands over to the menu below 1100px instead of overflowing or wrapping. */
@media(max-width:1100px){
  nav.links{display:none}
  .navbar .lang{display:none}
  .navbar .nav-right>.btn{display:none}
  .burger{display:flex}
  body.page-legal .navbar .lang{display:flex}
}
@media(min-width:1101px){ .mobile-menu{display:none!important} }
@media(max-width:620px){
  .wrap{padding:0 18px}
  /* .wrap's shorthand above would zero the top padding of the legal/standards pages and slide
     their first lines under the fixed header — restate it after */
  .legal{padding-top:118px;padding-bottom:32px}
  .legal.std-intro{padding-bottom:0}
  .top-image{padding:92px 0 18px}
  .why-lead{font-size:1.04rem}
  section{padding:64px 0}
  footer{margin-top:48px;padding-top:44px}
  .grid-4,.grid-3,.grid-2{grid-template-columns:1fr}
  /* EN 54 on phones: the four boxes two by two, scene and title only — a quarter of the scroll */
  .en54-grid{grid-template-columns:1fr 1fr;gap:10px}
  .en54-inner{padding:14px 12px 16px}
  .en54-scene{margin:10px 0 12px}
  .en54-box h3{font-size:.98rem;margin:0}
  .en54-box p{display:none}
  .std-grid{gap:12px}
  .std-card{padding:22px 12px}
  .en54-law{flex-direction:column;gap:16px;padding:24px}
  .hero{padding:100px 0 56px}
  .why,.register{margin:0 14px}
  .why .wrap,.register .wrap{padding:40px 20px}
  .form-card{padding:24px}
  .founder{flex-direction:column;gap:14px;padding:22px 20px;margin-top:40px}
  .page-std #standards{padding-top:44px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;scroll-behavior:auto!important}
  .reveal,.js .reveal{opacity:1;transform:none;transition:none}
  .flow.active{opacity:1}
}
