/* NisAI — site stylesheet. Tokens and component styles are taken 1:1 from the design (NisAI Site v2). */

@font-face { font-family: "Geist"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Geist"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Geist Mono"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url("../fonts/geist-mono-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Geist Mono"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --bg:#FFFFFF; --bg2:#F4F7FA; --surface:#FFFFFF; --ink:#0A1729; --muted:#5C6B7C;
  --navy:#0A3A63; --deep:#06121F; --blue:#0B57A4; --blue-lift:#0E69C4;
  --cyan:#22D3EE; --cyan-bright:#5EE9F2; --cyan-ink:#0A6B80;
  --edge:#E6EBF1; --edge-soft:#F1F5F9; --plate:#FFFFFF;
  --lift:0 1px 2px rgba(10,23,41,.04), 0 18px 44px rgba(10,23,41,.07);
  --sans:"Geist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono:"Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --gutter:clamp(18px,3vw,34px);
  --ease:cubic-bezier(.2,.75,.2,1);
  color-scheme: light;
}
:root[data-theme="dark"] {
  --bg:#070D16; --bg2:#0B1320; --surface:#0E1828; --ink:#EAF0F7; --muted:#94A6BA;
  --navy:#8FCFF8; --deep:#040A12; --blue:#1A6DC9; --blue-lift:#2C82DE;
  --cyan:#5EE9F2; --cyan-bright:#5EE9F2; --cyan-ink:#7DE8F0;
  --edge:#1C2839; --edge-soft:#111C2C; --plate:#FFFFFF;
  --lift:0 1px 2px rgba(0,0,0,.5), 0 18px 44px rgba(0,0,0,.42);
  color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:#070D16; --bg2:#0B1320; --surface:#0E1828; --ink:#EAF0F7; --muted:#94A6BA;
    --navy:#8FCFF8; --deep:#040A12; --blue:#1A6DC9; --blue-lift:#2C82DE;
    --cyan:#5EE9F2; --cyan-bright:#5EE9F2; --cyan-ink:#7DE8F0;
    --edge:#1C2839; --edge-soft:#111C2C; --plate:#FFFFFF;
    --lift:0 1px 2px rgba(0,0,0,.5), 0 18px 44px rgba(0,0,0,.42);
    color-scheme: dark;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; min-height: 100vh; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
h1, h2, h3, h4 { text-wrap: pretty; margin: 0; overflow-wrap: break-word; }
:lang(de) :is(h1, h2, h3, h4), :lang(pl) :is(h1, h2, h3, h4) { hyphens: auto; -webkit-hyphens: auto; }
p, li, dd, summary { overflow-wrap: break-word; }
p { margin: 0; }
img { max-width: 100%; }
button { font: inherit; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
::selection { background: #BFF2F8; color: #06121F; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }

@keyframes nis-glow { 0%,100% { opacity:.55; } 50% { opacity:1; } }
@keyframes nis-orbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--bg); padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: 14px; }
.skip:focus { top: 10px; color: var(--bg); }

.wrap { max-width: 1280px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.mono { font-family: var(--mono); }
.disp { font-family: var(--sans); font-weight: 500; color: var(--ink); letter-spacing: -0.032em; line-height: 1.06; }
.muted { color: var(--muted); }
.dot { width: 5px; height: 5px; border-radius: 999px; background: var(--cyan); margin-top: 9px; flex: none; }
.bullets > li { display: flex; gap: 11px; padding: 6px 0; }
ul.plain, ol.plain { list-style: none; margin: 0; padding: 0; }

/* ---------- buttons ---------- */
.btn { display: inline-block; padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 15.5px; line-height: 1.2; cursor: pointer; border: 1px solid transparent; transition: background .2s, border-color .2s, transform .2s, opacity .2s; text-align: center; }
.btn-primary { background: var(--blue); color: #FFFFFF; border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-lift); border-color: var(--blue-lift); color: #FFFFFF; transform: translateY(-2px); }
.btn-secondary { background: var(--surface); color: var(--ink); border-color: var(--edge); }
.btn-secondary:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); }
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-ink:hover { color: var(--bg); opacity: .86; }
.btn-cyan { background: var(--cyan-bright); color: #062033; }
.btn-cyan:hover { background: #8DF2F8; color: #062033; transform: translateY(-2px); }
.btn-ghost-light { background: transparent; color: #FFFFFF; border-color: rgba(255,255,255,.4); }
.btn-ghost-light:hover { border-color: #FFFFFF; color: #FFFFFF; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--edge); }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-back { background: transparent; color: var(--muted); border-color: var(--edge); padding: 12px 20px; font-size: 14.5px; }
.btn-back:hover { color: var(--ink); border-color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 11px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: var(--bg); border-bottom: 1px solid var(--edge); }
.hdr { position: relative; display: flex; align-items: center; gap: clamp(14px,2vw,34px); height: 66px; }
.progress { position: absolute; left: 0; bottom: -1px; height: 2px; width: 0; background: linear-gradient(90deg, var(--blue), var(--cyan)); z-index: 2; }
.brand { display: flex; align-items: center; gap: 9px; flex: none; }
.brand-mark { width: 30px; height: 30px; border-radius: 8px; background: var(--plate); display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 0 0 1px var(--edge); }
.brand-mark img { width: 25px; height: auto; display: block; }
.brand-name { font-weight: 600; font-size: 19px; letter-spacing: -0.025em; color: var(--ink); }
.dnav { display: flex; gap: clamp(16px,1.9vw,28px); flex: 1; font-size: 14.5px; font-weight: 500; }
.dnav a { color: var(--muted); white-space: nowrap; transition: color .2s; }
.dnav a:hover, .dnav a[aria-current="page"] { color: var(--ink); }
.hdr-actions { display: flex; align-items: center; gap: 7px; flex: none; margin-left: auto; }
.lang { position: relative; }
.pill-btn { display: flex; align-items: center; gap: 7px; background: transparent; color: var(--ink); border: 1px solid var(--edge); border-radius: 999px; padding: 7px 12px; cursor: pointer; font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; }
.flag { width: 17px; height: 12px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.16) inset; flex: none; }
.caret { font-size: 8px; opacity: .55; }
.lang-menu { position: absolute; right: 0; top: calc(100% + 9px); background: var(--surface); border: 1px solid var(--edge); border-radius: 14px; box-shadow: var(--lift); min-width: 198px; overflow: hidden; z-index: 80; margin: 0; padding: 0; list-style: none; }
.lang summary { list-style: none; }
html:not(.js) [data-theme-toggle], html:not(.js) .burger { display: none !important; }
.lang-menu a { display: flex; align-items: center; gap: 11px; padding: 11px 14px; color: var(--ink); }
.lang-menu a:hover, .lang-menu a[aria-current="true"] { background: var(--edge-soft); color: var(--ink); }
.lang-menu .flag { width: 19px; height: 13px; }
.lang-code { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--muted); width: 20px; }
.lang-name { font-size: 14.5px; font-weight: 500; }
.icon-btn { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--edge); border-radius: 999px; cursor: pointer; color: var(--ink); font-size: 13px; padding: 0; }
.burger { display: none; font-size: 15px; }
.hcta { padding: 9px 18px; background: var(--ink); color: var(--bg); border-radius: 999px; font-size: 14px; font-weight: 600; white-space: nowrap; transition: opacity .2s; }
.hcta:hover { color: var(--bg); opacity: .85; }
.mnav { border-top: 1px solid var(--edge); background: var(--surface); padding: 6px var(--gutter) 16px; }
.mnav[hidden] { display: none; }
.mnav a.mlink { display: block; padding: 13px 0; border-bottom: 1px solid var(--edge-soft); font-size: 17px; font-weight: 500; color: var(--ink); }
.mnav .btn-ink { display: block; margin-top: 14px; padding: 13px; }
@media (max-width: 900px) { .dnav { display: none; } .burger { display: flex; } }
@media (max-width: 600px) { .hcta { display: none; } }
@media (min-width: 901px) { .mnav { display: none !important; } }

/* ---------- shared blocks ---------- */
.glow { position: absolute; left: 50%; transform: translateX(-50%); pointer-events: none; }
.page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--edge); }
.page-hero .glow { top: -46%; width: min(1100px,140%); height: min(680px,96%); background: radial-gradient(50% 56% at 50% 46%, rgba(34,211,238,.16), transparent 68%); }
.page-hero-in { position: relative; padding-top: clamp(48px,6.5vw,96px); padding-bottom: clamp(48px,6.5vw,96px); }
.eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 18px; }
.h1-page { font-family: var(--sans); font-weight: 500; font-size: clamp(32px,4.6vw,62px); line-height: 1.03; letter-spacing: -0.036em; color: var(--ink); margin-bottom: 20px; max-width: 20ch; }
.lead { font-size: clamp(16px,1.35vw,20px); line-height: 1.56; color: var(--muted); }
.page-hero .lead { max-width: 60ch; }
.sub { font-size: clamp(15px,1.25vw,18px); line-height: 1.6; color: var(--muted); }
.h2-50 { font-size: clamp(28px,3.6vw,50px); }
.h2-48 { font-size: clamp(27px,3.4vw,48px); }
.h2-46 { font-size: clamp(26px,3.3vw,46px); }
.h2-44 { font-size: clamp(26px,3.3vw,44px); }
.h2-40 { font-size: clamp(24px,2.9vw,40px); line-height: 1.08; }
.h2-36 { font-size: clamp(22px,2.6vw,36px); line-height: 1.08; }
.h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.sec { padding-top: clamp(60px,8vw,116px); }
.sec-md { padding-top: clamp(52px,7vw,100px); }
.sec-sm { padding-top: clamp(44px,5.5vw,80px); }
.panel-grid { display: grid; gap: 1px; background: var(--edge); border: 1px solid var(--edge); border-radius: clamp(14px,1.4vw,20px); overflow: hidden; }
.panel-grid > * { background: var(--surface); transition: background .25s; }
.panel-grid > *:hover { background: var(--edge-soft); }
.card { background: var(--surface); border: 1px solid var(--edge); border-radius: clamp(14px,1.4vw,20px); }
.lift { transition: transform .35s var(--ease), box-shadow .35s; }
.lift:hover { transform: translateY(-6px); box-shadow: var(--lift); }
.num { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.12em; color: var(--cyan-ink); }
.dark-band { position: relative; overflow: hidden; border-radius: clamp(16px,1.8vw,26px); background: radial-gradient(circle at 12% 18%, rgba(34,211,238,.16), transparent 40%), repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 72px), repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 72px), var(--deep); padding: clamp(28px,4.4vw,72px) clamp(22px,4vw,60px); display: flex; flex-wrap: wrap; gap: clamp(26px,4vw,60px); color: #AFC6DD; }
.dark-band .disp { color: #FFFFFF; }
.grid-band { position: relative; overflow: hidden; background: radial-gradient(circle at 18% 22%, rgba(34,211,238,.10), transparent 38%), radial-gradient(circle at 82% 78%, rgba(11,87,164,.10), transparent 42%), repeating-linear-gradient(90deg, rgba(11,87,164,.055) 0 1px, transparent 1px 64px), repeating-linear-gradient(0deg, rgba(11,87,164,.055) 0 1px, transparent 1px 64px), var(--bg2); border: 1px solid var(--edge); border-radius: clamp(16px,1.8vw,26px); padding: clamp(28px,4vw,64px); }
.row-line { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }

/* ---------- home ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--edge); }
.hero .glow { top: -40%; width: min(1240px,150%); height: min(820px,96%); background: radial-gradient(50% 56% at 50% 44%, rgba(34,211,238,.20), rgba(11,87,164,.12) 45%, transparent 72%); animation: nis-glow 10s ease-in-out infinite; }
.attractor { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: min(940px,104%); height: min(940px,150%); pointer-events: none; }
.hero-in { position: relative; padding-top: clamp(52px,7.5vw,112px); padding-bottom: clamp(52px,7vw,104px); display: flex; flex-wrap: wrap; gap: clamp(34px,4.6vw,72px); align-items: center; }
.hero-copy { flex: 1 1 480px; min-width: 0; }
.hero-pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--edge); background: var(--surface); border-radius: 999px; padding: 6px 14px 6px 8px; margin-bottom: clamp(20px,2.6vw,30px); }
.hero-pill .pip { width: 6px; height: 6px; border-radius: 999px; background: var(--cyan); box-shadow: 0 0 0 3px rgba(34,211,238,.2); }
.hero-pill .mono { font-size: 11px; letter-spacing: 0.07em; color: var(--muted); }
.h1-hero { font-weight: 500; font-size: clamp(34px,4.9vw,70px); line-height: 1.02; letter-spacing: -0.036em; color: var(--ink); margin-bottom: clamp(18px,2.2vw,26px); max-width: 17ch; }
.hero-copy .lead { margin-bottom: clamp(24px,2.8vw,34px); max-width: 52ch; }
.hero-panel-col { flex: 1 1 400px; min-width: 0; }
.fw-panel { background: var(--surface); border: 1px solid var(--edge); border-radius: clamp(16px,1.6vw,22px); box-shadow: var(--lift); overflow: hidden; }
.fw-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--edge); }
.fw-head .t { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.fw-live { white-space: nowrap; display: flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; color: var(--cyan-ink); }
.fw-live i { width: 5px; height: 5px; border-radius: 999px; background: var(--cyan); animation: nis-glow 2.4s ease-in-out infinite; }
.fw-body { padding: 6px 18px 14px; }
.fw-row { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--edge-soft); }
.fw-tagcol { width: 56px; flex: none; }
.tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; line-height: 1; padding: 5px 7px; border-radius: 5px; border: 1px solid currentColor; display: inline-block; }
.fw-name { flex: 1; min-width: 0; font-size: 14.5px; font-weight: 500; line-height: 1.2; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fw-state { flex: none; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid currentColor; border-radius: 999px; padding: 4px 10px; white-space: nowrap; }
.tone-blue { color: var(--blue); }
.tone-cyan { color: var(--cyan-ink); }
.tone-muted { color: var(--muted); }
.fw-state.tone-blue { background: var(--edge-soft); }
.fw-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 4px; flex-wrap: wrap; }
.fw-foot span { font-size: 13.5px; color: var(--muted); }
.fw-foot a { font-weight: 600; font-size: 15px; letter-spacing: -0.02em; color: var(--cyan-ink); white-space: nowrap; }

.aud-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%,264px), 1fr)); }
.aud { padding: clamp(24px,2.6vw,34px); }
.aud h3 { font-size: 19.5px; line-height: 1.25; letter-spacing: -0.018em; margin: 14px 0 10px; }
.aud p { font-size: 16px; line-height: 1.62; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,238px), 1fr)); gap: clamp(22px,2.6vw,40px); margin: 0; padding: 0; list-style: none; }
.step-track { height: 2px; background: var(--edge); margin-bottom: 20px; overflow: hidden; }
.step-track span { display: block; height: 2px; width: 100%; background: var(--cyan); }
.steps h3 { font-size: 18.5px; line-height: 1.3; letter-spacing: -0.018em; margin-bottom: 10px; }
.steps p { font-size: 16px; line-height: 1.62; color: var(--muted); }

.partners-head { text-align: center; max-width: 70ch; margin: 0 auto clamp(26px,3vw,44px); }
.partners-head h2 { margin-bottom: 14px; }
.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(12px,1.6vw,20px); border-top: 1px solid var(--edge); border-bottom: 1px solid var(--edge); padding: clamp(22px,2.6vw,34px) 0; margin: 0; list-style: none; }
.logo-tile { display: flex; align-items: center; justify-content: center; width: clamp(128px,15vw,168px); height: 76px; padding: 14px 18px; background: #FFFFFF; border: 1px solid var(--edge); border-radius: 14px; transition: transform .3s var(--ease), box-shadow .3s; }
.logo-tile:hover { transform: translateY(-4px); box-shadow: var(--lift); }
.logo-tile img { max-width: 100%; width: auto; height: auto; object-fit: contain; display: block; }

.how-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(28px,3.4vw,48px); }
.how-head .mono { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan-ink); padding-bottom: 6px; }
.layers { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,304px), 1fr)); gap: clamp(18px,2vw,28px); }
.layer { padding: clamp(13px,1.4vw,18px); }
.layer-shot { border-radius: 11px; overflow: hidden; background: var(--deep); aspect-ratio: 960 / 561; }
.layer-shot img { width: 100%; height: 100%; display: block; object-fit: cover; }
.layer h3 { font-size: 20px; letter-spacing: -0.022em; margin: 22px 4px 14px; }
.layer ul { padding: 0 4px 6px; }
.layer li span:last-child { font-size: 15.5px; line-height: 1.56; color: var(--muted); }

.regs-band { background: var(--deep); border-radius: clamp(16px,1.8vw,26px); padding: clamp(30px,4.4vw,76px) clamp(22px,4vw,64px); position: relative; overflow: hidden; }
.regs-band .halo { position: absolute; top: -30%; right: -10%; width: 640px; height: 640px; background: radial-gradient(circle at center, rgba(34,211,238,.16), transparent 66%); pointer-events: none; }
.regs-band h2 { position: relative; color: #FFFFFF; margin-bottom: clamp(32px,4vw,58px); max-width: 20ch; }
.regs { position: relative; padding-left: clamp(38px,4.4vw,58px); max-width: 880px; margin: 0; list-style: none; }
.regs .rail, .regs .spine { position: absolute; left: clamp(13px,1.5vw,20px); top: 10px; width: 1px; }
.regs .rail { bottom: 10px; background: rgba(255,255,255,.16); }
.regs .spine { height: calc(100% - 20px); background: linear-gradient(180deg, var(--cyan-bright), rgba(94,233,242,0)); box-shadow: 0 0 10px rgba(94,233,242,.7); }
.reg { position: relative; padding-bottom: clamp(28px,3.2vw,44px); }
.reg-n { position: absolute; left: calc(clamp(38px,4.4vw,58px) * -1 + clamp(5px,0.6vw,11px)); top: 3px; width: clamp(18px,2vw,20px); height: clamp(18px,2vw,20px); border-radius: 999px; border: 1px solid rgba(94,233,242,.5); background: var(--deep); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 10px; color: var(--cyan-bright); }
.reg h3 { font-size: clamp(18px,1.8vw,23px); letter-spacing: -0.022em; color: #FFFFFF; margin-bottom: 8px; }
.reg p { font-size: clamp(15px,1.25vw,17px); line-height: 1.62; color: #AFC6DD; max-width: 62ch; }

.prr { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(18px,3vw,40px); padding: clamp(20px,2.4vw,30px) clamp(22px,3vw,36px); }
.prr .bar { width: 3px; align-self: stretch; min-height: 40px; border-radius: 999px; background: var(--cyan); flex: none; }
.prr p { flex: 1 1 360px; min-width: 0; font-size: clamp(14.5px,1.25vw,17px); line-height: 1.6; color: var(--ink); }
.funders { display: flex; gap: 8px; flex: 0 1 auto; min-width: 0; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.funders li { padding: 9px 12px; border: 1px solid var(--edge); border-radius: 8px; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.06em; color: var(--muted); text-align: center; line-height: 1.4; }

.why { display: flex; flex-wrap: wrap; gap: clamp(28px,4.4vw,68px); align-items: center; }
.why-img { flex: 1 1 300px; min-width: 0; border-radius: clamp(14px,1.4vw,20px); overflow: hidden; border: 1px solid var(--edge); }
.why-img img { width: 100%; height: auto; display: block; }
.why-copy { flex: 1.25 1 400px; min-width: 0; }
.why-copy h2 { margin-bottom: clamp(20px,2.4vw,32px); }
.why-row { display: flex; flex-wrap: wrap; gap: 6px 18px; padding: 18px 0; border-top: 1px solid var(--edge); }
.why-row .k { font-weight: 600; font-size: clamp(20px,2vw,27px); line-height: 1.1; letter-spacing: -0.03em; color: var(--cyan-ink); flex: none; min-width: clamp(70px,7vw,104px); }
.why-row .d { flex: 1 1 260px; min-width: 0; font-size: clamp(15px,1.25vw,17px); line-height: 1.6; color: var(--ink); }

.cta-band { position: relative; overflow: hidden; background: var(--blue); border-radius: clamp(16px,1.8vw,26px); padding: clamp(34px,5vw,80px) clamp(24px,4vw,64px); text-align: center; }
.cta-band .halo { position: absolute; bottom: -55%; left: 50%; transform: translateX(-50%); width: 760px; height: 760px; background: radial-gradient(circle at center, rgba(94,233,242,.30), transparent 62%); pointer-events: none; }
.cta-band h2 { position: relative; color: #FFFFFF; margin: 0 auto 26px; max-width: 20ch; letter-spacing: -0.034em; }
.cta-band .btn-row { position: relative; justify-content: center; }

/* ---------- portugal ---------- */
.pt-hero-in { display: flex; flex-wrap: wrap; gap: clamp(30px,4vw,64px); align-items: center; }
.pt-hero-in > div:first-child { flex: 1 1 440px; min-width: 0; }
.pt-pill { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--edge); background: var(--surface); border-radius: 999px; padding: 6px 14px 6px 8px; margin-bottom: 18px; }
.pt-pill .mono { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.flag-pt { width: 18px; height: 13px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.16) inset; background: linear-gradient(90deg,#046A38 0 40%,#DA291C 40%); }
.h1-pt { font-size: clamp(31px,4.3vw,60px); line-height: 1.03; letter-spacing: -0.037em; }
.orbit-col { flex: 1 1 320px; min-width: 0; display: flex; justify-content: center; }
.orbit { position: relative; width: min(340px,100%); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.orbit span { position: absolute; border-radius: 999px; }
.orbit .o1 { inset: 0; border: 1px solid var(--edge); }
.orbit .o2 { inset: 15%; border: 1px solid var(--edge); }
.orbit .o3 { inset: 30%; border: 1px dashed var(--cyan); opacity: .55; }
.orbit .o4 { inset: -2px; border: 2px solid transparent; border-top-color: var(--cyan); animation: nis-orbit 14s linear infinite; }
.orbit-c { position: relative; text-align: center; padding: 0 14%; }
.orbit-c .pt { font-weight: 600; font-size: clamp(30px,3.4vw,46px); line-height: 1; letter-spacing: -0.04em; color: var(--cyan-ink); }
.orbit-c .mono { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 10px; line-height: 1.6; }
.split { display: flex; flex-wrap: wrap; gap: clamp(26px,4vw,64px); }
.split > :first-child { flex: 1 1 280px; min-width: 0; }
.split > :last-child { flex: 1.3 1 400px; min-width: 0; }
.kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 14px; }
.body-lg { font-size: clamp(16px,1.3vw,18px); line-height: 1.66; color: var(--muted); }
.body-lg + .body-lg { margin-top: 16px; }
.eco-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%,258px), 1fr)); }
.eco { padding: clamp(22px,2.4vw,30px); }
.eco h3 { font-size: 18px; margin-bottom: 10px; }
.eco p { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.band-copy { flex: 1 1 300px; min-width: 0; }
.band-copy h2 { margin-bottom: 16px; }
.band-copy p { font-size: 16px; line-height: 1.62; color: #AFC6DD; }
.band-list { flex: 1.3 1 380px; min-width: 0; margin: 0; padding: 0; list-style: none; }
.band-list h3 { font-size: 17px; letter-spacing: -0.018em; color: var(--cyan-bright); margin-bottom: 7px; }
.band-list p { font-size: 15.5px; line-height: 1.62; color: #AFC6DD; }
.band-list li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.flowline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.flowline li { display: inline-flex; align-items: center; gap: 10px; }
.chip-mono { background: var(--surface); border: 1px solid var(--edge); border-radius: 999px; padding: 10px 17px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.arrow { color: var(--cyan-ink); font-size: 14px; }
.quote-line { font-size: clamp(15.5px,1.3vw,18px); line-height: 1.66; color: var(--ink); margin: 0 0 26px; max-width: 72ch; padding-left: 14px; border-left: 2px solid var(--cyan); }
.scale-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,262px), 1fr)); gap: clamp(16px,2vw,24px); margin: 0; padding: 0; list-style: none; }
.scale-card { padding: clamp(22px,2.4vw,30px); border-radius: clamp(14px,1.4vw,18px); }
.scale-card .rule { width: 34px; height: 2px; background: var(--cyan); margin-bottom: 18px; }
.scale-card h3 { font-size: 19px; letter-spacing: -0.022em; margin-bottom: 10px; }
.scale-card p { font-size: 15.5px; line-height: 1.62; color: var(--muted); }

/* ---------- blog ---------- */
.posts { max-width: 1040px; margin: 0 auto; padding-top: clamp(34px,4.4vw,60px); }
.post { display: flex; flex-wrap: wrap; gap: clamp(16px,2.6vw,38px); border-top: 1px solid var(--edge); padding: clamp(24px,3vw,36px) 0; transition: padding-left .3s var(--ease); }
.post:hover { padding-left: 10px; color: inherit; }
.post-meta { flex: 0 0 132px; display: flex; flex-direction: column; gap: 10px; }
.post-meta time { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--muted); }
.post-tag { align-self: flex-start; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan-ink); border: 1px solid var(--cyan-ink); border-radius: 999px; padding: 4px 10px; }
.post-body { flex: 1 1 380px; min-width: 0; }
.post-body h2 { font-weight: 600; font-size: clamp(19px,2.1vw,27px); line-height: 1.22; letter-spacing: -0.028em; color: var(--ink); margin-bottom: 10px; }
.post-body p { margin: 0 0 14px; font-size: 16px; line-height: 1.6; color: var(--muted); }
.read-more { font-size: 14.5px; font-weight: 600; letter-spacing: -0.015em; color: var(--cyan-ink); }
.posts-note { border-top: 1px solid var(--edge); padding: 22px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.posts-note a { color: var(--cyan-ink); font-weight: 600; }

/* ---------- pricing ---------- */
.center { text-align: center; }
.center .h1-page, .center .lead { margin-left: auto; margin-right: auto; }
.pricing .h1-page { max-width: 22ch; }
.pricing .lead { max-width: 62ch; }
.pkgs { max-width: 1120px; margin: 0 auto; padding-top: clamp(40px,5vw,72px); }
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,318px), 1fr)); gap: clamp(18px,2.2vw,26px); }
.pkg { display: flex; flex-direction: column; padding: clamp(24px,2.8vw,36px); border-radius: clamp(16px,1.8vw,22px); box-shadow: var(--lift); transition: transform .35s var(--ease); }
.pkg:hover { transform: translateY(-6px); }
.pkg h2 { font-weight: 600; font-size: clamp(19px,1.8vw,23px); letter-spacing: -0.024em; color: var(--ink); margin-bottom: 18px; }
.price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; min-height: 56px; }
.price .amt { font-weight: 600; font-size: clamp(34px,4vw,52px); line-height: 1; letter-spacing: -0.042em; color: var(--ink); }
.price .per { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.pkg .alt { margin: 12px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); min-height: 4.8em; }
.pkg-inc { margin: 22px 0 26px; padding-top: 20px; border-top: 1px solid var(--edge); flex: 1; }
.pkg-inc .mono { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 12px; }
.pkg-inc li { padding: 7px 0; }
.pkg-inc li span:last-child { font-size: 15.5px; line-height: 1.56; color: var(--ink); }
.pkg .btn { display: block; margin-top: auto; padding: 14px; }
.grow { max-width: 1120px; margin: clamp(40px,5vw,72px) auto 0; }
.grow-box { text-align: center; background: var(--bg2); border: 1px solid var(--edge); border-radius: clamp(16px,1.8vw,24px); padding: clamp(28px,3.6vw,56px); }
.grow-box h2 { margin: 0 auto 14px; max-width: 20ch; }
.grow-box p { margin: 0 auto 24px; max-width: 70ch; }
.grow-box .btn { padding: 13px 24px; font-size: 15px; }

/* ---------- platform ---------- */
.plat-hero-in { display: flex; flex-wrap: wrap; gap: clamp(30px,4vw,64px); align-items: center; }
.plat-hero-in > div:first-child { flex: 1 1 430px; min-width: 0; }
.plat-hero-in .h1-page { font-size: clamp(31px,4.3vw,60px); line-height: 1.02; letter-spacing: -0.037em; max-width: 19ch; }
.plat-hero-in .lead { max-width: 54ch; }
.pipe-col { flex: 1 1 360px; min-width: 0; }
.pipe-body { padding: 8px 18px 18px; margin: 0; list-style: none; }
.pipe-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--edge-soft); }
.pipe-n { flex: none; width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--edge); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 10px; color: var(--cyan-ink); }
.pipe-t { flex: 1; min-width: 0; }
.pipe-t b { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.018em; color: var(--ink); }
.meter { display: block; margin-top: 7px; height: 4px; border-radius: 999px; background: var(--edge-soft); overflow: hidden; }
.meter span { display: block; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.flow-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%,252px), 1fr)); }
.flow { position: relative; padding: clamp(24px,2.6vw,34px); }
.flow .topline { position: absolute; top: 0; left: 0; height: 2px; width: 100%; background: linear-gradient(90deg, var(--cyan), rgba(34,211,238,0)); }
.flow h3 { font-size: 19.5px; margin: 14px 0 10px; }
.flow p { font-size: 16px; line-height: 1.62; color: var(--muted); }
.engine h2 { flex: 1 1 320px; min-width: 0; }
.engine ul { flex: 1.25 1 380px; min-width: 0; margin: 0; padding: 0; list-style: none; }
.engine li { display: flex; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.engine li i { width: 6px; height: 6px; border-radius: 999px; background: var(--cyan-bright); margin-top: 9px; flex: none; animation: nis-glow 3s ease-in-out infinite; }
.engine li span { font-size: clamp(15.5px,1.3vw,18px); line-height: 1.62; color: #AFC6DD; }
.svc { border-top: 1px solid var(--edge); padding: clamp(24px,3vw,38px) 0; display: flex; flex-wrap: wrap; gap: clamp(20px,3vw,44px); }
.svc-head { flex: 1 1 250px; min-width: 0; }
.svc-bars { display: flex; gap: 4px; margin-bottom: 18px; max-width: 120px; }
.svc-bars span { height: 3px; flex: 1; border-radius: 999px; }
.svc-head h3 { font-size: clamp(19px,1.8vw,25px); line-height: 1.2; letter-spacing: -0.024em; margin-bottom: 10px; }
.svc-head p { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.svc-items { flex: 2 1 400px; min-width: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,232px), 1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.svc-item { background: var(--surface); border: 1px solid var(--edge); border-radius: 13px; padding: 17px; transition: border-color .25s, transform .25s; }
.svc-item:hover { border-color: var(--cyan); transform: translateY(-3px); }
.svc-item h4 { font-size: 15px; font-weight: 600; letter-spacing: -0.015em; margin-bottom: 6px; color: var(--ink); }
.svc-item p { font-size: 14.5px; line-height: 1.55; color: var(--muted); }

/* ---------- about ---------- */
.h1-about { font-size: clamp(34px,4.9vw,70px); line-height: 1.02; letter-spacing: -0.038em; max-width: none; }
.about-intro { font-size: clamp(16px,1.4vw,21px); max-width: 66ch; }
.ceo { background: var(--bg2); border: 1px solid var(--edge); border-radius: clamp(16px,1.8vw,24px); padding: clamp(26px,3.4vw,52px); }
.ceo blockquote { margin: 0 0 24px; font-weight: 400; font-size: clamp(18px,1.9vw,27px); line-height: 1.4; letter-spacing: -0.024em; color: var(--ink); }
.ceo blockquote p + p { margin-top: 18px; }
.ceo figcaption { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--edge); padding-top: 20px; }
.ceo figcaption img { width: 50px; height: 50px; border-radius: 999px; object-fit: cover; background: var(--edge-soft); }
.ceo .who { font-size: 16.5px; font-weight: 600; letter-spacing: -0.018em; color: var(--ink); }
.ceo .role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--cyan-ink); }
.team { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-auto-rows: 1fr; gap: clamp(18px,2.2vw,28px); margin: 0; padding: 0; list-style: none; }
@media (max-width: 900px) { .team { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px) { .team { grid-template-columns: 1fr; grid-auto-rows: auto; } }
.member { overflow: hidden; border-radius: clamp(14px,1.4vw,18px); }
.member-photo { height: 236px; padding-top: 14px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; background: radial-gradient(118% 82% at 50% 6%, rgba(34,211,238,.20), rgba(11,87,164,.13) 52%, rgba(11,87,164,0) 100%), var(--bg2); }
.member-photo img { height: 100%; width: 100%; object-fit: contain; object-position: 50% 100%; display: block; filter: grayscale(1) sepia(0.32) hue-rotate(172deg) saturate(2.1) brightness(1.04) contrast(1.06); transition: filter .55s ease, transform .55s var(--ease); transform-origin: 50% 100%; }
.member:hover .member-photo img { filter: none; transform: scale(1.035); }
.member-body { padding: 16px 18px 22px; }
.member-body h3 { font-size: 18px; letter-spacing: -0.022em; margin-bottom: 3px; }
.member-body .role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--cyan-ink); margin-bottom: 12px; }
.member-body p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.tech-lead { font-size: 17.5px; font-weight: 600; line-height: 1.4; letter-spacing: -0.018em; color: var(--cyan-bright); margin-bottom: 12px; }
.tech-list h3 { font-size: 17px; letter-spacing: -0.018em; margin-bottom: 6px; color: #FFFFFF; }
.tech-list li { padding: 17px 0; }

/* ---------- faq ---------- */
.h1-faq { font-size: clamp(32px,4.6vw,64px); line-height: 1.02; max-width: 22ch; }
.faq-sub { max-width: 64ch; }
.faqs { max-width: 1000px; margin: 0 auto; padding-top: clamp(36px,4.6vw,64px); }
.faq { border-bottom: 1px solid var(--edge); }
.faq summary { display: flex; align-items: flex-start; gap: 16px; padding: clamp(20px,2.2vw,28px) 2px; cursor: pointer; }
.faq summary .n { font-family: var(--mono); font-size: 12px; color: var(--cyan-ink); flex: none; padding-top: 6px; }
.faq summary h2 { flex: 1; font-size: clamp(17px,1.7vw,23px); font-weight: 500; line-height: 1.28; letter-spacing: -0.026em; color: var(--ink); }
.chev { flex: none; width: 26px; height: 26px; border-radius: 999px; border: 1px solid var(--edge); display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 15px; line-height: 1; transition: transform .3s var(--ease); margin-top: 2px; }
.faq[open] .chev { transform: rotate(45deg); }
.faq-a { padding: 0 2px clamp(24px,2.6vw,32px) clamp(28px,3vw,38px); }
.faq-a > p { margin: 0 0 14px; font-size: 16.5px; line-height: 1.66; color: var(--muted); }
.faq-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,216px), 1fr)); gap: 11px; margin: 6px 0 0; padding: 0; list-style: none; }
.faq-cards li { background: var(--bg2); border: 1px solid var(--edge); border-radius: 13px; padding: 17px; }
.faq-cards h3 { font-size: 15px; font-weight: 600; letter-spacing: -0.015em; margin-bottom: 6px; color: var(--ink); }
.faq-cards p { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.faq-stats { display: flex; flex-wrap: wrap; gap: clamp(16px,2.4vw,30px); margin: 20px 0 0; padding: 0; list-style: none; }
.faq-stats li { flex: 1 1 176px; border-top: 2px solid var(--cyan); padding-top: 13px; }
.faq-stats .k { font-size: clamp(25px,2.6vw,34px); font-weight: 600; line-height: 1; letter-spacing: -0.034em; color: var(--ink); }
.faq-stats .t { font-size: 14.5px; font-weight: 600; margin-top: 8px; color: var(--ink); }
.faq-stats .d { font-size: 14px; color: var(--muted); margin-top: 2px; }
.faq-list { margin: 6px 0 0; padding: 0; list-style: none; }
.faq-list li { display: flex; gap: 12px; padding: 9px 0; border-top: 1px solid var(--edge-soft); }
.faq-list li span:last-child { font-size: 16.5px; line-height: 1.62; color: var(--muted); }

/* ---------- legal ---------- */
.legal { padding-top: clamp(36px,4.6vw,64px); }
.legal-tabs { display: flex; gap: 8px; margin-bottom: clamp(24px,3vw,40px); flex-wrap: wrap; }
.legal-tabs a { padding: 10px 18px; border: 1px solid var(--edge); border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--ink); }
.legal-tabs a[aria-current="page"] { background: var(--ink); color: var(--bg); }
.h1-legal { font-size: clamp(30px,4.2vw,56px); line-height: 1.04; letter-spacing: -0.036em; margin-bottom: clamp(28px,3.4vw,48px); max-width: none; }
.legal-cols { display: flex; flex-wrap: wrap; gap: clamp(26px,4vw,64px); align-items: flex-start; }
.legal-toc { flex: 1 1 210px; min-width: 0; position: sticky; top: 90px; }
.legal-toc .mono { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 13px; }
.legal-toc li a { display: block; padding: 7px 0; border-top: 1px solid var(--edge-soft); font-size: 14px; line-height: 1.45; color: var(--muted); }
.legal-toc li a:hover { color: var(--ink); }
.legal-body { flex: 2.4 1 460px; min-width: 0; }
.legal-sec { border-top: 1px solid var(--edge); padding: clamp(22px,2.6vw,32px) 0; scroll-margin-top: 80px; }
.legal-sec h2 { font-size: clamp(20px,2.1vw,28px); font-weight: 600; letter-spacing: -0.028em; color: var(--ink); margin-bottom: 16px; }
.legal-sec p { margin: 0 0 12px; font-size: 16.5px; line-height: 1.7; color: var(--muted); }
@media (max-width: 760px) { .legal-toc { position: static; } }

/* ---------- free check ---------- */
.check-main { position: relative; overflow: hidden; }
.check-main .glow { top: -30%; width: min(1100px,140%); height: min(620px,80%); background: radial-gradient(50% 56% at 50% 46%, rgba(34,211,238,.14), transparent 68%); }
.check-in { position: relative; max-width: 860px; margin: 0 auto; padding: clamp(30px,4vw,56px) var(--gutter) 0; }
.parts { display: flex; gap: 4px; margin: 0 0 12px; padding: 0; list-style: none; }
.parts li { flex: 1; height: 4px; border-radius: 999px; background: var(--edge); transition: background .4s; }
.parts li.done { background: var(--cyan); }
.parts li.cur { background: var(--blue); }
.check-meta { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: clamp(24px,3vw,40px); }
.h1-check { font-size: clamp(28px,3.9vw,50px); line-height: 1.05; letter-spacing: -0.034em; margin-bottom: 20px; max-width: 26ch; }
.check-intro-text { font-size: clamp(16px,1.3vw,19px); line-height: 1.6; color: var(--muted); margin-bottom: 16px; }
.check-list li { display: flex; gap: 12px; padding: 7px 0; }
.check-list li .dot { margin-top: 10px; }
.check-list li span:last-child { font-size: 16.5px; line-height: 1.6; color: var(--ink); }
.check-time { font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; color: var(--cyan-ink); margin: 22px 0 28px; }
.btn-start { padding: 15px 28px; font-size: 16px; }
.q-hint { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 12px; }
.q-title { font-weight: 500; font-size: clamp(24px,3.1vw,40px); line-height: 1.12; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 16px; }
.q-lead { font-size: 16.5px; line-height: 1.6; color: var(--muted); margin-bottom: 10px; }
.q-help { display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 0 0 8px; padding: 0; list-style: none; }
.q-help li { font-size: 14.5px; line-height: 1.5; color: var(--muted); background: var(--edge-soft); border-radius: 999px; padding: 5px 12px; }
.q-note { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 12px 0 0; padding-left: 12px; border-left: 2px solid var(--cyan); }
.q-opts { margin-top: 26px; }
.opt { display: flex; width: 100%; text-align: left; align-items: center; gap: 14px; border: 1px solid var(--edge); background: var(--surface); border-radius: 14px; padding: 16px 18px; margin-bottom: 10px; cursor: pointer; color: var(--ink); transition: border-color .2s, background .2s, transform .2s; }
.opt:hover { border-color: var(--blue); transform: translateX(3px); }
.opt[aria-pressed="true"] { border-color: var(--blue); background: var(--edge-soft); }
.opt .box { width: 19px; height: 19px; border-radius: 999px; border: 2px solid var(--edge); flex: none; display: flex; align-items: center; justify-content: center; }
.opt.multi .box { border-radius: 5px; }
.opt[aria-pressed="true"] .box { border-color: var(--blue); }
.opt[aria-pressed="true"] .box::after { content: ""; width: 9px; height: 9px; border-radius: inherit; background: var(--blue); }
.opt .lbl { font-size: 16.5px; line-height: 1.45; }
.opt-group { margin-bottom: 22px; }
.opt-group .mono { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.opt.chip { width: auto; border-radius: 999px; padding: 9px 15px; margin: 0; gap: 9px; }
.opt.chip:hover { transform: none; }
.opt.chip .box { width: 14px; height: 14px; border-radius: 4px; }
.opt.chip[aria-pressed="true"] .box::after { width: 6px; height: 6px; border-radius: 2px; }
.opt.chip .lbl { font-size: 15px; }
.opt-tail { border-top: 1px solid var(--edge); padding-top: 16px; }
.q-nav { display: flex; align-items: center; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.q-nav .btn-primary { padding: 13px 24px; font-size: 15px; }
.q-nav .btn-primary[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.res-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 14px; }
.h1-res { font-size: clamp(26px,3.5vw,44px); line-height: 1.07; letter-spacing: -0.034em; margin-bottom: 16px; }
.h1-radar { font-size: clamp(28px,3.7vw,48px); line-height: 1.05; letter-spacing: -0.034em; margin-bottom: 10px; }
.res-text { font-size: 17px; line-height: 1.62; color: var(--muted); margin-bottom: 24px; }
.res-box { background: var(--bg2); border: 1px solid var(--edge); border-radius: 16px; padding: clamp(20px,2.4vw,28px); }
.res-box h2 { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 12px; }
.res-box li { display: flex; gap: 12px; padding: 6px 0; }
.res-box li span:last-child { font-size: 16px; line-height: 1.6; color: var(--muted); }
.radar { background: var(--surface); border: 1px solid var(--edge); border-radius: clamp(16px,1.8vw,20px); box-shadow: var(--lift); overflow: hidden; margin-bottom: 34px; }
.radar-row { display: flex; align-items: center; gap: 14px; padding: 16px clamp(16px,2vw,22px); border-bottom: 1px solid var(--edge-soft); flex-wrap: wrap; }
.radar-row .tagcol { width: 58px; flex: none; }
.radar-row .nm { flex: 1 1 150px; min-width: 0; font-size: 16px; font-weight: 600; letter-spacing: -0.018em; color: var(--ink); }
.radar-row .st { flex: 1 1 200px; min-width: 0; font-size: 15px; line-height: 1.45; }
.radar-row .meter { width: 64px; height: 5px; margin: 0; flex: none; }
.radar-row .meter span { height: 5px; background: currentColor; }
.radar-note { padding: 14px clamp(16px,2vw,22px); font-size: 14px; line-height: 1.55; color: var(--muted); }
.timing { background: var(--deep); border-radius: clamp(16px,1.8vw,22px); padding: clamp(24px,3vw,40px); margin-bottom: 34px; }
.timing-meta { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; font-family: var(--mono); font-size: 10.5px; }
.timing-meta span:first-child { letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan-bright); }
.timing-meta span:last-child { letter-spacing: 0.08em; color: #8FA9C4; }
.timing h2 { font-weight: 500; font-size: clamp(22px,2.6vw,34px); line-height: 1.1; letter-spacing: -0.032em; color: #FFFFFF; margin-bottom: 12px; }
.timing .hl { font-size: 17px; line-height: 1.55; color: var(--cyan-bright); margin-bottom: 12px; }
.timing .tx { font-size: 16px; line-height: 1.62; color: #AFC6DD; margin-bottom: 24px; max-width: 66ch; }
.timing .btn { padding: 13px 22px; font-size: 15px; }
.triggers { margin-bottom: 34px; }
.triggers .mono { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.triggers ol { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.triggers li { display: inline-flex; align-items: center; gap: 10px; }
.triggers li > span:first-child { border: 1px solid var(--edge); background: var(--surface); border-radius: 999px; padding: 9px 16px; font-size: 15px; font-weight: 500; color: var(--ink); }
.res-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,290px), 1fr)); gap: clamp(14px,1.8vw,20px); }
.res-card { background: var(--surface); border: 1px solid var(--edge); border-radius: 16px; padding: clamp(20px,2.2vw,26px); }
.res-card h3 { font-size: 18px; letter-spacing: -0.022em; margin-bottom: 12px; }
.res-card .why { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin-bottom: 12px; display: block; }
.res-card .stp { font-size: 15.5px; line-height: 1.6; color: var(--ink); margin-bottom: 12px; padding-left: 12px; border-left: 2px solid var(--cyan); }
.res-card .tim { font-size: 14.5px; line-height: 1.55; color: var(--cyan-ink); margin-bottom: 12px; }
.res-card .lt { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin: 14px 0 8px; }
.res-card li { display: flex; gap: 10px; padding: 5px 0; }
.res-card li .dot { width: 4px; height: 4px; }
.res-card li span:last-child { font-size: 15px; line-height: 1.55; color: var(--muted); }
.res-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 30px; }
.res-actions .btn { padding: 13px 22px; font-size: 15px; }
.disclaimer { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: clamp(30px,3.6vw,52px) 0 0; padding-top: 18px; border-top: 1px solid var(--edge); }
.noscript-note { margin-top: 18px; padding: 14px 16px; border: 1px dashed var(--cyan); border-radius: 12px; font-size: 15px; color: var(--ink); }

/* ---------- 404 ---------- */
.nf { padding: clamp(60px,10vw,140px) 0 0; text-align: center; }
.nf .h1-page { margin: 0 auto 20px; }
.nf .lead { margin: 0 auto 28px; max-width: 52ch; }
.nf .btn-row { justify-content: center; }

/* ---------- footer ---------- */
.site-footer { margin-top: clamp(60px,8vw,116px); border-top: 1px solid var(--edge); background: var(--bg); }
.ftr { padding-top: clamp(40px,5vw,72px); padding-bottom: 26px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,200px), 1fr)); gap: clamp(28px,3.4vw,48px); }
.ftr-mark { display: inline-flex; width: 72px; height: 72px; border-radius: 16px; background: var(--plate); align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 0 0 1px var(--edge); margin-bottom: 16px; }
.ftr-mark img { width: 58px; height: auto; display: block; }
.ftr-strap { font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 34ch; }
.ftr-strap strong { color: var(--ink); }
.ftr-mail { display: inline-block; margin-top: 12px; font-size: 14.5px; font-weight: 500; color: var(--cyan-ink); }
.ftr-h { font-family: var(--mono); font-weight: 400; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 15px; }
.ftr li { padding: 4px 0; }
.ftr li a { font-size: 15px; font-weight: 500; }
.ftr-ready { font-size: clamp(16px,1.5vw,20px); font-weight: 600; line-height: 1.2; letter-spacing: -0.025em; color: var(--ink); margin-bottom: 16px; max-width: 17ch; }
.ftr .btn-ink { padding: 12px 22px; font-size: 14px; }
.ftr-copy { border-top: 1px solid var(--edge); padding-top: 18px; padding-bottom: 32px; text-align: center; font-family: var(--mono); font-size: 11px; color: var(--muted); }

/* ---------- motion (only when JS is running; content is always visible without it) ---------- */
.js [data-r="up"] { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-r="reg"] { opacity: 0; transform: translateX(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-r].in { opacity: 1; transform: none; }
.js [data-bar] { transition: width 1.15s var(--ease); }
.js [data-bar]:not(.in) { width: 0 !important; }
.js .regs .spine { transition: height 1.7s cubic-bezier(.3,.7,.3,1); }
.js .regs:not(.in) .spine { height: 0; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-r] { opacity: 1 !important; transform: none !important; }
}

@media print {
  .site-header, .site-footer, .skip, .res-actions, .q-nav, .timing .btn-row, .btn, .glow, .parts, .check-meta { display: none !important; }
  body { background: #FFFFFF; color: #000000; }
  .timing { background: #FFFFFF; border: 1px solid #999999; }
  .timing h2, .timing .hl, .timing .tx { color: #000000; }
}
