/* ============================================================
   ColdBoot — ENHANCE LAYER (dinamikus styling, 2026-06)
   Globális kurzor-spotlight + services élő-panel motor stílusai.
   Minden transform/opacity → kompozitor-barát; reduce-gate-elve.
   Nem írja felül a meglévő szabályokat — kiegészíti.
   ============================================================ */

/* (Kurzor-spotlight / glória eltávolítva — kérésre. A mozgás-effektek maradnak.) */

/* ── MAGNETIC / press a primary gombokon (a JS adja a --tx/--ty-t) ── */
@media (hover: hover) {
  .btn-primary { will-change: transform; }
}

/* ============================================================
   SERVICES — ÉLŐ PANELEK
   ============================================================ */

/* Szekció-hover: ikon kivilágít + a tartalom kicsit felmozdul (value-kártya minta) */
.svc-big-icon { transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.svc-detail-content { transition: transform .22s var(--ease-out-soft); }
@media (hover: hover) {
  .svc-detail-content:hover { transform: translateY(-4px); }
  .svc-detail-content:hover .svc-big-icon {
    background: rgba(34,211,238,.1);
    border-color: rgba(34,211,238,.5);
    box-shadow: 0 0 22px -4px rgba(34,211,238,.55);
  }
}
@media (prefers-reduced-motion: reduce) { .svc-detail-content:hover { transform: none; } }

/* 3D tilt-stage: a panelt 3D-be emeljük, a JS forgatja + fény-fóliát mozgat */
@media (hover: hover) {
  .svc-detail-grid { perspective: 1200px; }
  .visual-panel, .code-panel {
    transform-style: preserve-3d;
    transition: transform .4s var(--ease-out-soft), box-shadow .35s ease;
    will-change: transform;
  }
  .visual-panel.tilting, .code-panel.tilting { transition: transform .08s linear, box-shadow .35s ease; }
  /* hover: csak finom mélység-árnyék — cián glória NÉLKÜL */
  .visual-panel:hover, .code-panel:hover {
    box-shadow: var(--el-2), 0 30px 70px -30px rgba(0,0,0,.7);
  }
}

/* ── élő sparkline a system-monitor fejlécében ── */
.vp-spark { display: block; width: 100%; height: 34px; margin: -4px 0 14px; opacity: .9; }
.vp-live-dot { display: none; }
/* a panel-fejléc jobb felső kis kék pontja pulzáljon (minden élő panelen) */
.visual-panel .vp-dot { background: rgba(var(--acc-rgb,34,211,238),.5); animation: vp-dot-blink 1.6s ease-in-out infinite; }
@keyframes vp-dot-blink {
  0%, 100% { opacity: .35; box-shadow: 0 0 6px rgba(var(--acc-rgb,34,211,238),.3); }
  50%      { opacity: 1;   box-shadow: 0 0 12px rgba(var(--acc-rgb,34,211,238),.85); }
}
@media (prefers-reduced-motion: reduce) { .visual-panel .vp-dot { animation: none; } }
#uzemeltetes .vp-bar { transition: transform .5s cubic-bezier(.4,.7,.3,1); }
.vp-row.flash { animation: vp-row-flash .9s ease; }
@keyframes vp-row-flash { 0% { background: rgba(34,211,238,.10); } 100% { background: transparent; } }
.vp-num { transition: color .3s ease; }

/* WARN → halvány narancs pulzálás */
.vp-ok.warn { color: #FBBF24; animation: vp-warn 2.2s ease-in-out infinite; }   /* WARN → sárga */
@keyframes vp-warn { 0%,100% { opacity: .55; } 50% { opacity: 1; text-shadow: 0 0 10px rgba(251,191,36,.6); } }

/* ── audit: sequential check-in + scanning sor ── */
.audit-item { transition: opacity .35s ease, transform .35s var(--ease-out-soft); }
.audit-check.done { position: relative; }
.audit-check.done img { transition: opacity .25s ease, transform .3s var(--ease-spring); }
.audit-item.pending .audit-check.done img { opacity: 0; transform: scale(.3); }
.audit-item.checked .audit-check.done { animation: audit-pop .45s var(--ease-spring); }
@keyframes audit-pop { 0% { box-shadow: 0 0 0 0 rgba(var(--acc-rgb,34,211,238),.5); } 40% { box-shadow: 0 0 0 7px rgba(var(--acc-rgb,34,211,238),0); } }
.audit-item.scanning { background: linear-gradient(90deg, rgba(var(--acc-rgb,34,211,238),.07), transparent); }
.audit-item.scanning .audit-check.todo { border-color: rgba(var(--acc-rgb,34,211,238),.5);
  box-shadow: 0 0 0 0 rgba(var(--acc-rgb,34,211,238),.4); animation: audit-scan 1.1s ease infinite; }
@keyframes audit-scan { 0% { box-shadow: 0 0 0 0 rgba(var(--acc-rgb,34,211,238),.45); } 100% { box-shadow: 0 0 0 8px rgba(var(--acc-rgb,34,211,238),0); } }
.audit-item.scanning .audit-text.dim { opacity: .72; color: rgba(var(--acc-rgb,34,211,238),.7); }
/* completion donut (JS injektálja a fejlécbe) */
.audit-ring { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.audit-ring svg { transform: rotate(-90deg); }
.audit-ring .ar-track { stroke: rgba(255,255,255,.07); }
.audit-ring .ar-fill { stroke: var(--acc,#22D3EE); stroke-linecap: round; transition: stroke-dashoffset 1.1s cubic-bezier(.3,.7,.3,1); filter: drop-shadow(0 0 4px rgba(var(--acc-rgb,34,211,238),.5)); }
.audit-ring-pct { font-family: 'JetBrains Mono', monospace; font-size: 18px; font-weight: 500; color: var(--acc,#22D3EE); }
.audit-ring-lbl { font-size: 11px; color: var(--tx-4); line-height: 1.4; }

/* ── code-panel: typing + cursor + run-output ── */
.code-panel pre { position: relative; }
.cp-cursor { display: inline-block; width: 7px; height: 1.05em; vertical-align: text-bottom;
  background: var(--cyan); box-shadow: 0 0 8px rgba(34,211,238,.7); margin-left: 1px;
  animation: cp-blink 1s steps(2) infinite; }
@keyframes cp-blink { 0%,50% { opacity: 1; } 51%,100% { opacity: 0; } }
.code-panel.typing .cp-char { opacity: 0; }
.code-panel.typing .cp-char.on { opacity: 1; }
.cp-run { margin: 0 22px 18px; padding: 10px 14px; border-radius: 8px;
  background: rgba(34,211,238,.05); border: 1px solid rgba(34,211,238,.14);
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: rgba(34,211,238,.85);
  display: flex; align-items: center; gap: 8px; opacity: 0; transform: translateY(6px);
  transition: opacity .4s ease, transform .4s var(--ease-out-soft); }
.cp-run.show { opacity: 1; transform: none; }
.cp-run .cp-run-ico { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0;
  background: rgba(34,211,238,.15); border: 1px solid rgba(34,211,238,.4);
  display: flex; align-items: center; justify-content: center; }
.cp-run .cp-run-ico::before { content: ''; width: 0; height: 0; border-left: 5px solid var(--cyan);
  border-top: 3.5px solid transparent; border-bottom: 3.5px solid transparent; margin-left: 1px; }
.cp-run.done .cp-run-ico { background: rgba(34,197,94,.15); border-color: rgba(34,197,94,.45); }
.cp-run.done .cp-run-ico::before { border: none; width: 7px; height: 7px; margin: 0;
  background: radial-gradient(circle, #34d399 60%, transparent 62%); }

/* ── edu progress: count-up + hover-focus ── */
.edu-pct { transition: color .25s ease; }
.edu-track { transition: opacity .25s ease, transform .25s var(--ease-out-soft); border-radius: 6px; }
@media (hover: hover) {
  .edu-panel:hover .edu-track { opacity: .42; }
  .edu-panel .edu-track:hover { opacity: 1; transform: translateX(3px); }
  .edu-panel .edu-track:hover .edu-pct { color: #FCD34D; }
  .edu-panel .edu-track:hover .edu-progress { box-shadow: 0 0 10px rgba(var(--acc-rgb,34,211,238),.6); }
}
.edu-progress { transition: box-shadow .25s ease; }

/* ── workflow: futó packet + node-ignition ── */
.wf-panel { position: relative; }
.wf-node { transition: border-color .3s ease, background .3s ease, box-shadow .3s ease; position: relative; }
.wf-node-icon { transition: background .3s ease, box-shadow .3s ease, transform .3s var(--ease-spring); }
.wf-node.active { border-color: rgba(var(--acc-rgb,34,211,238),.55); background: rgba(var(--acc-rgb,34,211,238),.06);
  box-shadow: 0 0 24px -6px rgba(var(--acc-rgb,34,211,238),.5); }
.wf-node.active .wf-node-icon { background: rgba(var(--acc-rgb,34,211,238),.18); box-shadow: 0 0 14px rgba(var(--acc-rgb,34,211,238),.6); transform: scale(1.08); }
.wf-node.active .wf-status { color: var(--acc,#22D3EE); }
.wf-status { transition: color .3s ease; }
.wf-arrow { transition: opacity .3s ease; position: relative; }
.wf-arrow.lit img { filter: drop-shadow(0 0 6px rgba(var(--acc-rgb,34,211,238),.9)); }
.wf-packet { position: absolute; left: 50%; width: 9px; height: 9px; margin-left: -4.5px;
  border-radius: 50%; background: var(--acc,#22D3EE); box-shadow: 0 0 12px 3px rgba(var(--acc-rgb,34,211,238),.85);
  opacity: 0; pointer-events: none; z-index: 6; will-change: transform, opacity; }

/* ── security: gauge sweep + re-scan + threat counter ── */
.sec-gauge { position: relative; width: 132px; height: 132px; margin: 4px auto 14px; }
.sec-gauge svg { transform: rotate(-90deg); display: block; }
.sec-gauge .sg-track { stroke: rgba(255,255,255,.06); }
.sec-gauge .sg-fill { stroke: url(#sgGrad); stroke-linecap: round;
  transition: stroke-dashoffset 1.4s cubic-bezier(.3,.7,.3,1); filter: drop-shadow(0 0 6px rgba(var(--acc-rgb,34,211,238),.5)); }
.sec-gauge-center { position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 0 30px; box-sizing: border-box; }
.sec-gauge-grade { font-family: 'JetBrains Mono', monospace; font-size: 38px; font-weight: 500;
  color: var(--acc,#22D3EE); line-height: 1; letter-spacing: -.03em; }
.sec-gauge-lbl { font-size: 8px; color: var(--tx-4); margin-top: 6px; letter-spacing: .09em;
  text-transform: uppercase; font-family: 'JetBrains Mono', monospace;
  text-align: center; line-height: 1.32; max-width: 74px; }
.sec-panel .vp-row.rescan { animation: sec-rescan .55s ease; }
@keyframes sec-rescan { 0% { background: rgba(var(--acc-rgb,34,211,238),.12); } 100% { background: transparent; } }
.sec-threats { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.05);
  display: flex; align-items: baseline; justify-content: space-between; }
.sec-threats-num { font-family: 'JetBrains Mono', monospace; font-size: 17px; font-weight: 500; color: var(--acc,#22D3EE); }
.sec-threats-lbl { font-size: 10px; color: var(--tx-4); letter-spacing: .04em; }


/* ============================================================
   QUICK-NAV (felül) + per-szekció navigátorok (rész alján) — services
   önálló aktív-kiemelés (cián tint + keret + glow); mobilon egymás alá
   ============================================================ */
/* .quick-nav wrapper: HTML-ben 0 db, dead */
.qn-pill {
  position: relative; z-index: 1;
  min-height: 34px; scroll-snap-align: center;
  transition: color .22s, border-color .22s, background .22s, box-shadow .22s, transform .16s var(--ease-out-soft);
}
@media (hover: hover) {
  .qn-pill:hover { color: var(--cyan); border-color: rgba(34,211,238,.34); background: rgba(34,211,238,.07); transform: translateY(-1px); }
}
.qn-pill.active {
  color: var(--cyan); border-color: rgba(34,211,238,.6);
  background: rgba(34,211,238,.12);
  box-shadow: 0 0 18px -6px rgba(34,211,238,.55), inset 0 0 0 1px rgba(34,211,238,.22);
}
/* per-szekció navigátor a rész alján */
.svc-section-nav {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin-top: 56px; padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.svc-section-nav .qn-pill { scroll-snap-align: none; }
/* mobil: per-szekció nav vízszintesen görgethető pill-sor */
@media (max-width: 680px) {
  .svc-section-nav { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-top: 44px; padding-bottom: 4px; }
  .svc-section-nav::-webkit-scrollbar { display: none; }
  .svc-section-nav .qn-pill { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; }
}
@media (prefers-reduced-motion: reduce) { .qn-pill:hover, .qn-pill { transform: none; } }
.qn-pill:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.svc-acc > summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.submit-btn:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.cta-glass .btn-primary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }

/* ============================================================
   CTA — TERMINÁL/KONZOL KÁRTYA (a glass+blob lecserélve; minden oldal)
   illeszkedik a .visual-panel / boot-konzol identitáshoz
   ============================================================ */
.cta-box {
  border-radius: 14px !important;
  padding: 0 !important;
  background: #0A1422 !important;
  border: 1px solid rgba(34,211,238,.22) !important;
  box-shadow: var(--el-2), 0 0 0 1px rgba(0,0,0,.35), 0 34px 80px -36px rgba(0,0,0,.85) !important;
}
.cta-box::before {                /* C · mély reflektor + vignette (statikus) */
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(80% 120% at 50% -20%, rgba(34,211,238,.08), transparent 55%),
    radial-gradient(120% 120% at 50% 120%, rgba(0,0,0,.5), transparent 60%);
}
.cta-box::after {                 /* vékony, finoman világító cián felső él-vonal */
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(34,211,238,.6) 28%, rgba(127,233,247,.85) 50%, rgba(34,211,238,.6) 72%, transparent);
  box-shadow: 0 0 12px rgba(34,211,238,.4);
}
.cta-aura { display: none !important; }   /* sodródó blobok ki */
.cta-glass {
  position: relative; z-index: 1;
  background: transparent !important;
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  border: none !important; box-shadow: none !important;
  border-radius: 0 !important;
  padding: 40px 44px 44px !important;
}
/* terminál fejléc-sáv (JS injektálja) */
.cta-term {
  display: flex; align-items: center; gap: 11px;
  margin: -40px -44px 28px; padding: 12px 18px;
  border-bottom: 1px solid rgba(34,211,238,.16);
  background: #0A1726;
  box-shadow: 0 1px 0 rgba(0,0,0,.4);
  position: relative; z-index: 3;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
}
.cta-term-dots { display: flex; gap: 5px; }
.cta-term-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.14); }
.cta-term-dots i:first-child { background: rgba(34,211,238,.45); }
.cta-term-path { color: var(--tx-3); letter-spacing: .02em; }
.cta-term-path b { color: rgba(34,211,238,.85); font-weight: 500; }
.cta-term-status { margin-left: auto; display: flex; align-items: center; gap: 7px; color: rgba(34,211,238,.85); letter-spacing: .14em; font-size: 10px; }
.cta-term-live { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px rgba(34,211,238,.9); animation: cta-term-blink 1.6s ease-in-out infinite; }
@keyframes cta-term-blink { 0%, 100% { opacity: .3; } 50% { opacity: 1; } }
/* parancs-prompt sor a gomb előtt (JS injektálja + gépeli) */
.cta-prompt {
  font-family: 'JetBrains Mono', monospace; font-size: 12.5px;
  color: rgba(34,211,238,.72); margin-top: 26px; text-align: center; min-height: 1.2em;
}
.cta-prompt .cur { display: inline-block; width: 7px; height: 1em; background: var(--cyan);
  vertical-align: -2px; margin-left: 2px; box-shadow: 0 0 8px rgba(34,211,238,.7);
  animation: cp-blink 1s steps(2) infinite; }
@media (max-width: 680px) {
  .cta-glass { padding: 26px 20px 30px !important; }
  .cta-term { margin: -26px -20px 22px; gap: 8px; font-size: 10px; }
  .cta-term-path b { display: inline; }
}
@media (prefers-reduced-motion: reduce) { .cta-term-live, .cta-prompt .cur { animation: none; } }

/* ============================================================
   KAPCSOLAT-GOMB — állandó STAND BY → READY státusz (mozgás nélkül)
   ============================================================ */
.cb-sb-wrap { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.cb-sb-wrap > .btn-primary { transform: none !important; }   /* mozgó animáció kikapcsolva */
.cb-standby {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'JetBrains Mono', monospace; font-size: 9.5px;
  letter-spacing: .14em; color: #526070;
  transition: color .3s ease;
}
.cb-standby-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #3a4654;
  transition: background .3s ease, box-shadow .3s ease;
}
.cb-standby.ready { color: var(--cyan); }
.cb-standby.ready .cb-standby-dot { background: var(--cyan); box-shadow: 0 0 8px rgba(34,211,238,.9); }

/* ============================================================
   SERVICES — ügyfélbarát lenyíló lista (meleg, emberi nyelv)
   ============================================================ */
.svc-acc-wrap {
  display: flex; flex-direction: column; gap: 12px;
}
.svc-acc {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; overflow: hidden;
  background: rgba(255,255,255,.018);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.svc-acc[open] {
  border-color: rgba(34,211,238,.3);
  box-shadow: 0 0 32px -14px rgba(34,211,238,.4);
}
.svc-acc > summary {
  list-style: none; cursor: pointer; -webkit-user-select: none; user-select: none;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px;
  padding: 24px 28px; transition: background .2s ease;
}
.svc-acc > summary::-webkit-details-marker { display: none; }
.svc-acc > summary:hover { background: rgba(34,211,238,.035); }
.sa-ico { display: flex; align-items: center; justify-content: center; flex-shrink: 0; opacity: .9; }
.sa-ico img { width: 24px; height: 24px; }
.sa-main { min-width: 0; }
.sa-title { display: block; font-size: 18px; font-weight: 600; color: #fff; letter-spacing: -.015em; }
.sa-tag { display: block; font-size: 14px; color: var(--tx-3); margin-top: 5px; line-height: 1.55; }
.sa-toggle {
  position: relative; width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid rgba(34,211,238,.28); transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.sa-toggle::before, .sa-toggle::after {
  content: ''; position: absolute; top: 50%; left: 50%; background: var(--cyan); border-radius: 2px;
  transition: transform .28s var(--ease-out-soft), opacity .2s ease;
}
.sa-toggle::before { width: 12px; height: 2px; transform: translate(-50%, -50%); }
.sa-toggle::after  { width: 2px; height: 12px; transform: translate(-50%, -50%); }
.svc-acc[open] .sa-toggle { background: rgba(34,211,238,.12); border-color: rgba(34,211,238,.5); }
.svc-acc[open] .sa-toggle::after { transform: translate(-50%, -50%) scaleY(0); opacity: 0; }
.svc-acc > summary:hover .sa-toggle { border-color: rgba(34,211,238,.5); }
.svc-acc[open] > summary { border-bottom: 1px solid rgba(34,211,238,.16); }
.sa-body {
  padding: 22px 28px 24px 68px;
  background: rgba(4,12,24,.45);
}
.sa-body p { font-size: 14px; color: var(--tx-2); line-height: 1.74; margin: 0 0 18px; max-width: 660px; }
.sa-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.sa-chips span {
  font-size: 11.5px; color: var(--tx-2);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px; padding: 5px 13px;
}
.sa-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--cyan);
  padding: 10px 16px;
  background: rgba(8,23,43,.65);
  border: 1px solid rgba(34,211,238,.22);
  border-radius: 8px;
  transition: transform .18s var(--ease-out-soft);
}
.sa-arr { display: inline-block; transition: transform .18s var(--ease-out-soft); }
@media (hover: hover) {
  .sa-link:hover {
    color: #7FE9F7;
    border-color: rgba(34,211,238,.5);
    background: rgba(34,211,238,.1);
    box-shadow: 0 0 36px -8px rgba(34,211,238,.2);
    transform: translateY(-1px);
  }
  .sa-link:hover .sa-arr { transform: translateX(4px); }
}
.svc-acc[open] .sa-body { animation: sm-open .32s ease; }
@keyframes sm-open { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@media (max-width: 680px) {
  .svc-acc > summary { padding: 18px 16px; gap: 14px; }
  .sa-ico img { width: 21px; height: 21px; }
  .sa-title { font-size: 16px; }
  .sa-tag { font-size: 13px; }
  .sa-body { padding: 18px 16px 20px 16px; }
  .sa-link { min-height: 44px; padding: 12px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .svc-acc[open] .sa-body { animation: none; }
  .sa-link, .sa-arr { transition: none; }
  .sa-link:hover { transform: none; }
  .sa-link:hover .sa-arr { transform: none; }
}

/* ============================================================
   WHY COLDBOOT — nagyszámos editorial lista (kártyák helyett)
   ============================================================ */
.why-grid {
  display: flex !important; flex-direction: column; gap: 10px !important;
}
.why-card {
  display: grid !important; grid-template-columns: 92px 1fr; gap: 28px; align-items: start;
  background: transparent !important; border: none !important;
  border-radius: 0 !important; padding: 26px 10px !important;
  position: relative;
  transition: background .25s ease !important;
}
/* hover-kijelölés: körvonal-réteg (::before a boot-scané, ezért ::after) —
   why-card KIVÉTEL a kártya-hover-keret-tilalom alól (user-döntés 2026-07-02) */
.why-card::after {
  content: ''; position: absolute; inset: 4px -16px;
  border: 1px solid rgba(34,211,238,.30);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(34,211,238,.05), rgba(34,211,238,.012));
  box-shadow: 0 0 34px -12px rgba(34,211,238,.35), inset 0 1px 0 rgba(255,255,255,.05);
  opacity: 0; transform: scale(.988);
  transition: opacity .2s ease, transform .22s var(--ease-out-soft);
  pointer-events: none;
}
@media (hover: hover) {
  .why-card:hover::after { opacity: 1; transform: scale(1); }
}
.why-num {
  font-family: 'JetBrains Mono', monospace; font-size: 46px !important; font-weight: 300;
  color: rgba(34,211,238,.18) !important; line-height: 1; padding-top: 2px !important;
  transition: color .3s ease, text-shadow .3s ease; align-self: start;
}
.why-card:hover .why-num { color: rgba(34,211,238,.72) !important; text-shadow: 0 0 18px rgba(34,211,238,.4); }
.why-card > div { padding-top: 5px; }
.why-card h3 { font-size: 19px !important; margin-bottom: 9px !important; }
.why-card p { font-size: 14px !important; line-height: 1.74 !important; max-width: 620px; }
@media (max-width: 680px) {
  .why-card { grid-template-columns: 54px 1fr !important; gap: 16px; padding: 26px 4px 26px 18px !important; }
  .why-num { font-size: 32px !important; }
  .why-card h3 { font-size: 17px !important; }
}
@media (prefers-reduced-motion: reduce) { .why-card::after { transition: none; } }

/* ============================================================
   VALUES — bold editorial „manifesto" (about Értékeink)
   nagy címek · bal meta-oszlop (kör-ikon + ELV 01) · bőséges tér
   ============================================================ */
.values-grid {
  display: flex !important; flex-direction: column; gap: 22px !important;
  max-width: 880px;
}
.values-grid::before { display: none !important; }
.values-grid .val-card {
  background: none !important; border: none !important; box-shadow: none !important;
  border-radius: 0 !important; transform: none !important;
  display: grid !important; grid-template-columns: 56px 1fr; column-gap: 20px; row-gap: 0;
  align-items: start; padding: 26px 8px !important;
  position: relative; transition: background .25s ease, transform .22s var(--ease-out-soft) !important;
}
.values-grid .val-card:hover { background: rgba(34,211,238,.022); transform: translateY(-4px) !important; }
@media (prefers-reduced-motion: reduce) { .values-grid .val-card:hover { transform: none !important; } }
/* a .val-body wrappert feloldjuk → a h3/p valódi grid-gyermek lesz (ikon↔cím egy sorban) */
.values-grid .val-body { display: contents; }
/* meta-oszlop: kör-ikon + ELV-index egymás alatt */
.values-grid .val-icon {
  grid-column: 1; grid-row: 1; align-self: center;
  width: 52px !important; height: 52px !important; flex-shrink: 0; margin: 0 !important;
  background: rgba(34,211,238,.04) !important;
  border: 1px solid rgba(34,211,238,.22) !important; border-radius: 50% !important;
  display: flex !important; align-items: center; justify-content: center;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.values-grid .val-card:hover .val-icon {
  background: rgba(34,211,238,.1) !important; border-color: rgba(34,211,238,.5) !important;
  box-shadow: 0 0 22px -4px rgba(34,211,238,.55);
}
.values-grid .val-icon img { width: 24px !important; height: 24px !important; }
.values-grid .val-card .val-ix {
  grid-column: 1; grid-row: 2; position: static !important; margin-top: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 500;
  letter-spacing: .14em; color: rgba(34,211,238,.45); transition: color .3s ease;
}
.values-grid .val-card .val-ix::before { content: 'ELV '; color: rgba(148,163,184,.5); }
.values-grid .val-card:hover .val-ix { color: rgba(34,211,238,.85); }
/* tartalom: nagy cím + leírás */
.values-grid .val-card h3 {
  grid-column: 2; grid-row: 1; align-self: center; margin: 0 !important;
  font-size: clamp(20px, 2.3vw, 26px) !important; font-weight: 600; letter-spacing: -.02em;
  color: #fff !important; line-height: 1.16;
}
.values-grid .val-card p {
  grid-column: 2; grid-row: 2; margin: 10px 0 0 !important;
  font-size: 14.5px !important; color: var(--tx-2) !important; line-height: 1.74 !important; max-width: 580px;
}
@media (max-width: 720px) {
  .values-grid { max-width: none; }
  .values-grid .val-card { grid-template-columns: 44px 1fr; column-gap: 14px; padding: 26px 4px !important; }
  .values-grid .val-icon { width: 44px !important; height: 44px !important; }
  .values-grid .val-icon img { width: 21px !important; height: 21px !important; }
  .values-grid .val-card h3 { font-size: 19px !important; }
  .values-grid .val-card .val-ix { margin-top: 8px; font-size: 11px; }
}

/* ============================================================
   HOW WE WORK — editorial lépések (about) — comet-rail marad
   ============================================================ */
.how-wrap .how-steps { max-width: 780px; }
.how-wrap .how-step { padding: 26px 0 !important; border-bottom: none !important; }
.how-wrap .how-step-content h3 {
  font-size: 18.5px !important; font-weight: 600 !important;
  letter-spacing: -.015em; margin-bottom: 9px !important;
  color: rgba(255,255,255,.42) !important; transition: color .45s ease;
}
.how-wrap .how-step-content p {
  font-size: 14px !important; line-height: 1.74 !important;
  color: rgba(148,163,184,.62) !important; max-width: 600px;
  transition: color .45s ease;
}
.how-wrap .how-step-num {
  font-size: 12px !important; letter-spacing: .08em; padding-top: 6px !important;
}
.how-wrap .how-step-num.lit ~ .how-step-content h3 { color: #fff !important; }
.how-wrap .how-step-num.lit ~ .how-step-content p { color: var(--tx-3) !important; }

/* ============================================================
   CONTACT — info-panel + „Mi történik ezután?" editorial (kártyák helyett)
   ============================================================ */
.info-panel { gap: 8px !important; }
.info-card {
  background: none !important; border: none !important; box-shadow: none !important;
  border-radius: 0 !important; transform: none !important;
  padding: 16px 6px !important; position: relative;
  display: grid !important; grid-template-columns: auto 1fr; column-gap: 16px; row-gap: 2px;
  align-items: start; transition: background .22s ease, transform .26s var(--ease-spring) !important;
}
.info-card:hover { background: rgba(34,211,238,.022); border-color: rgba(255,255,255,.08) !important; }
.info-icon {
  grid-column: 1; grid-row: 1 / span 3; align-self: start;
  width: 42px !important; height: 42px !important; margin: 0 !important;
  border-radius: 50% !important; background: rgba(34,211,238,.04) !important;
  border: 1px solid rgba(34,211,238,.2) !important;
  display: flex !important; align-items: center; justify-content: center;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.info-card:hover .info-icon {
  background: rgba(34,211,238,.1) !important; border-color: rgba(34,211,238,.5) !important;
  box-shadow: 0 0 18px -4px rgba(34,211,238,.5);
}
.info-card-label { grid-column: 2; grid-row: 1; margin-bottom: 2px !important; }
.info-card-main { grid-column: 2; grid-row: 2; }
.info-card a.info-card-main { padding: 2px 0 !important; }
.info-card-sub { grid-column: 2; grid-row: 3; margin-top: 4px; }

/* „Mi történik ezután?" — .steps-card/.next-step/* dead (HTML nem használja), törölve */
.steps-card-title {
  font-family: 'JetBrains Mono', monospace; font-size: 10px !important; font-weight: 500 !important;
  letter-spacing: .12em; text-transform: uppercase; color: var(--tx-4) !important; margin-bottom: 20px !important;
}

/* ============================================================
   CONTACT FORM — konzol/terminál keret (prémium, nem „gagyi")
   ============================================================ */
.form-card {
  background: #0A1422 !important;
  border: 1px solid rgba(34,211,238,.22) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045), var(--el-2), 0 0 0 1px rgba(0,0,0,.35), 0 34px 80px -36px rgba(0,0,0,.85) !important;
  overflow: hidden; position: relative;
}
.form-card::before {                 /* finom dot-grid felül */
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(34,211,238,.05) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(120% 65% at 50% 0%, #000, transparent 72%);
          mask-image: radial-gradient(120% 65% at 50% 0%, #000, transparent 72%);
}
.form-card > * { position: relative; z-index: 1; }
/* terminál fejléc-sáv (JS injektálja) */
.form-term {
  display: flex; align-items: center; gap: 11px;
  margin: -40px -40px 30px; padding: 12px 18px;
  border-bottom: 1px solid rgba(34,211,238,.16);
  background: #0A1726;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
}
.form-term-dots { display: flex; gap: 5px; flex-shrink: 0; }
.form-term-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.14); }
.form-term-dots i:first-child { background: rgba(34,211,238,.45); }
.form-term-path { color: var(--tx-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.form-term-path b { color: rgba(34,211,238,.9); font-weight: 500; }
.form-term-status { margin-left: auto; display: flex; align-items: center; gap: 7px; flex-shrink: 0;
  color: rgba(34,211,238,.8); letter-spacing: .12em; font-size: 10px; }
.form-term-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px rgba(34,211,238,.9); }
.form-title { font-size: 19px !important; }
/* prémium mező-fókusz */
.form-input, .form-select, .form-textarea { background: rgba(255,255,255,.03) !important; border-color: rgba(255,255,255,.1) !important; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: rgba(34,211,238,.5) !important; }
@media (max-width: 680px) {
  .form-term { margin: -28px -22px 24px; }
}

/* ============================================================
   SERVICES panelek → konzol-keret (mint a contact form-card)
   csak a stílus változik; az animációk/tartalom marad
   ============================================================ */
.visual-panel {
  background: #0A1422 !important;
  border: 1px solid rgba(34,211,238,.22) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045), var(--el-2), 0 0 0 1px rgba(0,0,0,.35), 0 34px 80px -36px rgba(0,0,0,.85) !important;
}
.visual-panel .vp-header {
  margin: -28px -28px 22px !important;
  padding: 12px 18px !important;
  background: #0A1726 !important;
  border-bottom: 1px solid rgba(34,211,238,.16) !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.4);
  justify-content: flex-start !important; gap: 11px;
}
.vp-dots { display: flex; gap: 5px; flex-shrink: 0; }
.vp-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.14); }
.vp-dots i:first-child { background: rgba(34,211,238,.45); }
.visual-panel .vp-title { margin-right: auto; }
.code-panel { border-color: rgba(34,211,238,.18) !important; }
@media (max-width: 680px) {
  .visual-panel .vp-header { margin: -28px -28px 20px !important; }
}

/* ============================================================
   STAT-BLOKKOK — visszafogott tény-csík (kártya/scramble/glow nélkül)
   index .hero-stats  +  about .mission-stats
   ============================================================ */
/* — index hero: vízszintes tény-csík vékony elválasztókkal — */
.hero-stats { margin-top: 40px !important; gap: 0 !important; max-width: none !important; align-items: center; }
.hero-stats .stat-item {
  flex: 0 0 auto !important; min-width: 0 !important;
  display: flex; align-items: baseline; gap: 11px;
  background: none !important; border: none !important; box-shadow: none !important;
  border-radius: 0 !important; padding: 2px 28px !important;
  position: relative; transform: none !important;
  transition: transform .22s var(--ease-out-soft) !important;
}
.hero-stats .stat-item:first-child { padding-left: 2px !important; }
.hero-stats .stat-item:not(:first-child)::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 32px; background: rgba(255,255,255,.13);
}
.hero-stats .stat-num { font-size: 23px !important; text-shadow: none !important; transition: text-shadow .22s ease !important; }
.hero-stats .stat-lbl { font-size: 13px !important; color: var(--tx-3) !important; }
.hero-stats .stat-lbl br { display: none; }
@media (hover: hover) {
  .hero-stats .stat-item:hover { transform: translateY(-4px) !important; }
  .hero-stats .stat-item:hover .stat-num { text-shadow: 0 0 18px rgba(34,211,238,.5) !important; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-stats .stat-item:hover { transform: none !important; }
  .hero-stats .stat-item:hover .stat-num { text-shadow: none !important; }
}
@media (max-width: 680px) {
  .hero-stats { flex-direction: column; align-items: stretch; margin-top: 30px !important; }
  .hero-stats .stat-item { padding: 13px 0 !important; border-top: 1px solid rgba(255,255,255,.08) !important; align-items: center; }
  .hero-stats .stat-num { min-width: 46px; }
  .hero-stats .stat-item:first-child { padding-left: 0 !important; }
  .hero-stats .stat-item:last-child { border-bottom: 1px solid rgba(255,255,255,.08) !important; }
  .hero-stats .stat-item:not(:first-child)::before { display: none; }
}

/* — about misszió: 3 kártya → hajszálvonal-elválasztott lista — */
.mission-stats { gap: 6px !important; }
.mission-stats .m-stat {
  background: none !important; border: none !important; box-shadow: none !important;
  border-radius: 0 !important;
  padding: 12px 2px !important; transform: none !important;
}
.mission-stats .m-stat-num { text-shadow: none !important; }
@media (hover: hover) {
  .mission-stats .m-stat:hover { transform: translateY(-4px) !important; }
  .mission-stats .m-stat:hover .m-stat-num { text-shadow: 0 0 18px rgba(34,211,238,.5) !important; }
}
@media (prefers-reduced-motion: reduce) {
  .mission-stats .m-stat:hover { transform: none !important; }
  .mission-stats .m-stat:hover .m-stat-num { text-shadow: none !important; }
}

/* — contact hero: statikus PRÉMIUM terminál-kártya (.hero-invite mint <div>, href nélkül →
   a launcher-JS no-op, nincs nav). A .hi-* chrome újrahasznált; a 3 tény terminál-output sorként.
   div.hero-invite → csak a contact-on hat (index/services <a>), így a cursor sem ütközik. */
div.hero-invite { cursor: default; }
.hero-invite .ct-line {
  display: flex; gap: 10px; align-items: baseline;
  font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.84); margin-top: 11px;
}
.hero-invite .ct-arrow { color: var(--cyan); flex-shrink: 0; font-family: 'JetBrains Mono', monospace; }
.hero-invite .ct-status {
  display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(34,211,238,.12);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .05em; color: rgba(34,211,238,.85);
}

/* — contact „Mi történik ezután?” — animált timeline az info-panelben (how-rail engine), KOMPAKT —
   a rail scrollra tölt + a sorszámok világítanak; hover-kiemelés + fehérebb cím. Természetes
   (nem szétosztott) magasság, szoros lépés-térköz. Csak a contact info-paneljében. */
.info-panel .info-steps { display: flex; flex-direction: column; margin-top: 16px; }
.info-panel .info-steps .steps-card-title { color: rgba(255,255,255,.74) !important; margin-bottom: 16px !important; }
.info-panel .info-steps .how-steps { padding-left: 0; max-width: none; }
.info-panel .info-steps .how-rail { display: none; }   /* vonal kivéve — csak a sorszám-glow marad */
.info-panel .info-steps .how-step { padding: 9px 0 !important; border-bottom: none !important; gap: 16px; align-items: flex-start; }
.info-panel .info-steps .how-step-num { width: 24px; padding-top: 2px; }
.info-panel .info-steps .how-step-content p { font-size: 12.5px !important; line-height: 1.5; color: var(--tx-3); margin: 0; transition: color .25s ease; }
.info-panel .info-steps .steps-card-foot { font-size: 12.5px; line-height: 1.5; color: var(--tx-3); margin: 14px 0 0; }
.info-panel .info-steps .steps-card-foot a { color: var(--cyan); }
.info-panel .info-steps .steps-card-foot a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (hover: hover) {
  .info-panel .info-steps .how-step:hover .how-step-content p { color: #fff; }
  .info-panel .info-steps .how-step:hover .how-step-num { color: var(--cyan) !important; text-shadow: 0 0 10px rgba(34,211,238,.65); }
  /* info-kártya: az ikon-glow mellé a kártya is emelődjön (mint a többi oldal kártya-hovere) */
  .info-card:hover { transform: translateY(-3px) !important; }
}

/* ============================================================
   TECH TICKER — tisztább „stack-csík" (pulzáló pöttyök helyett hajszál-elválasztó)
   ============================================================ */
.ticker-rail { animation-duration: 54s !important; }
.tick-item {
  position: relative;
  padding: 0 30px !important;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px; letter-spacing: .01em;
  color: rgba(148,163,184,.6);
}
.tick-item::after {                  /* finom függőleges elválasztó */
  content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 13px; background: rgba(255,255,255,.09);
}
.tick-item img { width: 15px; height: 15px; opacity: .5 !important; filter: none !important; }
.tick-item:hover { color: rgba(34,211,238,.8); }
.tick-item:hover img { opacity: .85 !important; }

/* ============================================================
   HOW-RAIL — feldobott folyamat-vonal (üstökös-fej + csomópontok)
   ============================================================ */
.how-rail { overflow: visible !important; }
.how-rail-fill {
  background: linear-gradient(180deg, rgba(34,211,238,.95), rgba(94,106,210,.92)) !important;
  box-shadow: 0 0 10px rgba(34,211,238,.45);
}
.how-rail::before {                 /* lefelé áramló csillanás */
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
  transform: translateX(-50%); pointer-events: none; opacity: .55;
  background: linear-gradient(180deg, transparent, rgba(34,211,238,.55), transparent);
  background-size: 100% 42%; background-repeat: no-repeat;
  animation: how-flow 2.6s linear infinite;
}
@keyframes how-flow { 0% { background-position: 0 -42%; } 100% { background-position: 0 118%; } }
.how-rail-head {                    /* üstökös-fej a kitöltés élén */
  position: absolute; left: 50%; top: 0; width: 9px; height: 9px;
  margin: -4.5px 0 0 -4.5px; border-radius: 50%; background: var(--cyan);
  box-shadow: 0 0 14px 3px rgba(34,211,238,.85), 0 0 4px #fff;
  opacity: 0; transition: opacity .3s ease; pointer-events: none; z-index: 3;
}
.how-rail-head.on { opacity: 1; }
.how-rail-head::after {
  content: ''; position: absolute; inset: -5px; border-radius: 50%;
  border: 1px solid rgba(34,211,238,.5); animation: how-ping 1.5s ease-out infinite;
}
@keyframes how-ping { 0% { transform: scale(.55); opacity: .85; } 100% { transform: scale(1.9); opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .how-rail::before, .how-rail-head::after { animation: none; }
}

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  .cp-cursor, .audit-item.checked .audit-check.done { animation: none; }
  .visual-panel, .code-panel { transform: none !important; transition: none; }
  .wf-packet { display: none; }
  .vp-spark { display: none; }
  .code-panel.typing .cp-char { opacity: 1; }
  .cp-run { opacity: 1; transform: none; }
}

/* ============================================================
   CROSS-BROWSER + TELEFON (Safari/iOS, Firefox, Chromium)
   2026-06 — nem csak Chromiumra: érintő-optimalizálás, iOS-fix-ek,
   splash telefonos elrendezés. Az enhance.css végén → felülír.
   ============================================================ */

/* iOS landscape auto-inflate kikapcsolva + tiszta tap (nincs szürke villanás) */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
a, button, summary, .btn-primary, .btn-ghost, .qn-pill, .nav-burger,
.svc-acc > summary, input[type="checkbox"], label {
  -webkit-tap-highlight-color: transparent;
}

/* iOS Safari: <16px mező fókuszkor auto-zoomot vált ki → telefonon 16px (zoom-mentes).
   A megjelenés ugyanaz marad: a sűrűbb 13.5px desktopon él tovább. */
@media (max-width: 680px) {
  .form-input, .form-select, .form-textarea {
    font-size: 16px !important;
    padding-top: 13px; padding-bottom: 13px;
  }
  /* görgethető select / hosszú témalista kényelmesebb érintőre */
  .form-select { background-position: right 14px center; }
}

/* ============================================================
   BOOT SPLASH — TELEFON (index)
   A baj: kis kijelzőn a középre igazított "stage" átfedte az alsó
   BIOS-konzolt, a konzol pedig a böngésző alsó sávja alá csúszhatott.
   Megoldás: a stage a felső sávba kerül, kompaktabb méretekkel, a
   konzol pedig safe-area paddinget kap. Rövid (fekvő) kijelzőn a
   konzol elrejtve → a splash sosem zsúfolódik.
   ============================================================ */
@media (max-width: 680px) {
  #boot-intro {
    justify-content: center;
    padding-top: 0;
    padding-bottom: clamp(120px, 18dvh, 176px);
  }
  #bi-mark { width: 152px; height: 152px; }
  #bi-svg  { width: 104px; height: 121px; }
  #bi-wm   { margin-top: 26px; }
  #bi-wm .c, #bi-wm .b { font-size: 34px; }
  #bi-tag  { margin-top: 14px; }
  #bi-hint { margin-top: 30px; }
  /* a BIOS-konzol ne kerüljön a böngésző alsó sávja / home-indikátor alá */
  #bi-term { padding-bottom: calc(26px + env(safe-area-inset-bottom, 0px)); }
}

/* rövid / fekvő kijelző: a stage tovább zsugorodik, a konzol elrejtve */
@media (max-height: 600px) and (max-width: 900px) {
  #boot-intro { justify-content: flex-start; padding-top: 5vh; padding-top: 5dvh; }
  #bi-mark { width: 104px; height: 104px; }
  #bi-svg  { width: 78px; height: 91px; }
  #bi-wm   { margin-top: 14px; }
  #bi-wm .c, #bi-wm .b { font-size: 26px; }
  #bi-tag  { margin-top: 9px; }
  #bi-hint { margin-top: 16px; }
  #bi-term { display: none; }
}

/* ============================================================
   MISSZIÓ-TERMINÁL (about) — fekete CMD-szövegdoboz, typewriter
   A code-panel formanyelvét tükrözi; a gépelést a js/enhance.js viszi.
   Teljes szöveg inline a HTML-ben → JS/SRI-hiba/reduced-motion esetén is olvasható.
   ============================================================ */
.mission-term {
  margin-top: 10px;
  max-width: 860px;
  background: var(--ink-code, #070F1C);
  border: 1px solid rgba(34,211,238,.18);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--el-2), 0 30px 70px -34px rgba(0,0,0,.7);
}
.mt-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #0C1A2B;
  border-bottom: 1px solid rgba(34,211,238,.14);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
}
.mt-dots { display: flex; gap: 5px; flex-shrink: 0; }
.mt-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.14); }
.mt-dots i:first-child { background: rgba(34,211,238,.45); }
.mt-file { color: rgba(255,255,255,.5); letter-spacing: .02em; }
.mt-live {
  width: 7px; height: 7px; border-radius: 50%; margin-left: auto; flex-shrink: 0;
  background: var(--cyan); box-shadow: 0 0 8px rgba(34,211,238,.9);
  animation: cp-blink 1.6s ease-in-out infinite;
}
.mt-body { padding: 24px 26px; font-family: 'JetBrains Mono', monospace; }
.mt-cmd { color: rgba(34,211,238,.7); font-size: 12.5px; margin-bottom: 16px; }
.mt-title { color: #fff; font-size: 18px; font-weight: 600; line-height: 1.4; margin: 0 0 16px; }
.mt-line { color: var(--tx-2); font-size: 14.5px; line-height: 1.85; margin: 0 0 14px; }
.mt-line:last-child { margin-bottom: 0; }
.mt-punch { color: #fff; font-weight: 500; }
.mt-cursor {
  display: inline-block; width: 7px; height: 1.05em; vertical-align: text-bottom;
  background: var(--cyan); box-shadow: 0 0 8px rgba(34,211,238,.7); margin-left: 2px;
  animation: cp-blink 1s steps(2) infinite;
}
@media (max-width: 680px) {
  .mission-term { border-radius: 14px; }
  .mt-body { padding: 18px 16px; }
  .mt-title { font-size: 16.5px; }
  .mt-line { font-size: 13.5px; }
  .mt-cmd { font-size: 11.5px; }
  .mt-file { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .mt-cursor, .mt-live { animation: none; }
}

/* ============================================================
   HERO MISSZIÓ-INVITÁCIÓ — prémium terminál „mission launcher" kártya
   (index + services hero jobb oldala) → about.html#misszio
   arm-to-launch + xfade (js/enhance.js). Site boot/terminál-formanyelv.
   ============================================================ */
#misszio { scroll-margin-top: 110px; }

/* about hero: a 6/HU/AI mission-stat a cím mellé (jobb oszlop) */
.pg-hero-inner:has(.mission-stats) {
  display: grid;
  grid-template-columns: minmax(0, max-content) auto;
  justify-content: start;
  gap: 64px; align-items: center;
}
@media (max-width: 1000px) {
  .pg-hero-inner:has(.mission-stats) { grid-template-columns: 1fr; gap: 24px; justify-content: stretch; }
}
/* misszió-szekció: a stat elköltözött → egyoszlopos, olvasható szövegszélesség */
.mission-grid { grid-template-columns: 1fr !important; }
.mission-text { max-width: 760px; }

.hero-inner:has(.hero-invite), .pg-hero-inner:has(.hero-invite) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 30vw, 384px);
  gap: 56px;
  align-items: center;
}
.hero-invite {
  position: relative; display: block; text-decoration: none; cursor: pointer;
  background: var(--ink-code, #070F1C);
  border: 1px solid rgba(34,211,238,.2);
  border-radius: 14px; overflow: hidden;
  box-shadow: var(--el-2), 0 26px 60px -30px rgba(0,0,0,.75);
  transition: transform .24s var(--ease-out-soft), border-color .25s ease, box-shadow .25s ease;
}
.hero-invite::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(34,211,238,.05) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(120% 80% at 80% 0%, #000, transparent 75%);
          mask-image: radial-gradient(120% 80% at 80% 0%, #000, transparent 75%);
}
@media (hover: hover) {
  .hero-invite:hover {
    transform: translateY(-5px); border-color: rgba(34,211,238,.55);
    box-shadow: var(--el-2), 0 0 34px -6px rgba(34,211,238,.45), 0 30px 70px -30px rgba(0,0,0,.8);
  }
}
.hero-invite:focus-visible { outline: 2px solid rgba(34,211,238,.7); outline-offset: 3px; }

/* terminál fejléc */
.hi-head {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 9px;
  padding: 10px 14px; background: #0C1A2B; border-bottom: 1px solid rgba(34,211,238,.13);
  font-family: 'JetBrains Mono', monospace;
}
.hi-dots { display: flex; gap: 5px; flex-shrink: 0; }
.hi-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.14); }
.hi-dots i:first-child { background: rgba(34,211,238,.5); }
.hi-file { font-size: 10.5px; color: rgba(255,255,255,.32); letter-spacing: .02em; }
.hi-live {
  width: 7px; height: 7px; border-radius: 50%; margin-left: auto; flex-shrink: 0; background: var(--cyan);
  box-shadow: 0 0 8px rgba(34,211,238,.9); animation: cp-blink 1.6s ease-in-out infinite;
}

/* törzs */
.hi-body { position: relative; z-index: 1; display: block; padding: 18px 18px 16px; }
.hi-prompt {
  display: block; font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: rgba(34,211,238,.72); margin-bottom: 12px;
}
.hi-prompt::after { content: '▋'; margin-left: 2px; color: var(--cyan); animation: cp-blink 1s steps(2) infinite; }
.hi-text { display: block; font-size: 15px; line-height: 1.62; color: rgba(255,255,255,.9); }

/* futtatható „launcher" gomb-sor */
.hi-launch {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin-top: 18px; padding: 11px 14px; border-radius: 9px;
  background: rgba(34,211,238,.08); border: 1px solid rgba(34,211,238,.28);
  transition: background .22s ease, border-color .22s ease;
}
.hero-invite:hover .hi-launch { background: rgba(34,211,238,.14); border-color: rgba(34,211,238,.5); }
.hi-launch-lbl {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 500;
  letter-spacing: .08em; color: var(--cyan);
}
.hi-arrow { color: var(--cyan); font-size: 16px; transition: transform .22s var(--ease-out-soft); }
.hero-invite:hover .hi-arrow { transform: translateX(4px); }

/* arm-to-launch sáv + státusz (rejtett amíg nincs .arming) */
.hi-track {
  display: block; height: 3px; border-radius: 2px; background: rgba(255,255,255,.08);
  overflow: hidden; margin-top: 12px; opacity: 0; transition: opacity .2s ease;
}
.hi-track-fill { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--cyan), #7fe9f7); box-shadow: 0 0 10px rgba(34,211,238,.7); }
.hi-status {
  display: block; margin-top: 7px; font-family: 'JetBrains Mono', monospace; font-size: 9.5px;
  letter-spacing: .14em; color: #7C8DA0; opacity: 0; transition: opacity .25s ease;
}
.hero-invite.arming .hi-track { opacity: 1; }
.hero-invite.arming .hi-track-fill { animation: ctafill .95s cubic-bezier(.3,.7,.3,1) forwards; }
.hero-invite.arming .hi-status { opacity: .9; color: var(--cyan); }
.hero-invite.arming .hi-launch { background: rgba(34,211,238,.16); border-color: rgba(34,211,238,.6); }

@media (max-width: 960px) {
  .hero-inner:has(.hero-invite), .pg-hero-inner:has(.hero-invite) { grid-template-columns: 1fr; gap: 0; }
  .hero-invite { margin-top: 30px; max-width: 560px; }
}
@media (max-width: 680px) {
  .hero-invite { margin-top: 26px; }
  .hi-body { padding: 16px 15px 15px; }
  .hi-text { font-size: 14.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .hi-live, .hi-prompt::after { animation: none; }
  .hero-invite:hover { transform: none; }
}

/* ============================================================
   FOOTER oszlop-fejlécek — crisp cián label (a fakó-szürke
   „elmosódott" hatás helyett, a circuit-háttér felett is olvasható)
   ============================================================ */
.foot-col h4 {
  color: rgba(34,211,238,.74);
  letter-spacing: .14em;
  display: flex; align-items: center; gap: 8px;
}
.foot-col h4::before {
  content: ''; flex-shrink: 0;
  width: 12px; height: 2px; border-radius: 1px;
  background: var(--cyan); box-shadow: 0 0 8px rgba(34,211,238,.55);
}

/* ============================================================
   SYSTEM MONITOR (services §1) — szemantikus státusz-színek
   OK/PASS → zöld · WARN → sárga · Leállás → piros (illő, nem rikító)
   ============================================================ */
.vp-ok { color: #34D399; }            /* OK / PASS → zöld (volt cián) */
/* .vp-ok.warn összevonva a fenti blokkba (color+animation egy helyen) */
.vp-stats > div:nth-child(1) .vp-stat-num { color: #34D399; }            /* 4/4 Szerver online → zöld */
.vp-stats > div:nth-child(1) .vp-stat-lbl { color: rgba(52,211,153,.72); }
.vp-stats > div:nth-child(2) .vp-stat-num { color: #FBBF24; }            /* 2 Figyelmeztetés → sárga */
.vp-stats > div:nth-child(2) .vp-stat-lbl { color: rgba(251,191,36,.72); }
.vp-stats > div:nth-child(3) .vp-stat-num { color: #F87171; }            /* 0 Leállás → piros */
.vp-stats > div:nth-child(3) .vp-stat-lbl { color: rgba(248,113,113,.72); }

/* ============================================================
   PANEL AKCENT-SZÍNEK (services §2,§4,§5,§6) — kontextus-szemantikus
   --acc/--acc-rgb panelenként; a megosztott animációk var()-ből olvasnak,
   fallback = cián → §1 (smaragd-státusz) és §3 (multi-IDE) változatlan.
   Keret/HUD/nav cián marad; csak a panel-belső adat/állapot színeződik.
   ============================================================ */
#infrafejlesztes .audit-panel { --acc:#60A5FA; --acc-rgb:96,165,250; }   /* infra → kék (hálózat/blueprint) */
#tanacsadas .edu-panel        { --acc:#FBBF24; --acc-rgb:251,191,36; }   /* tanácsadás → arany (tudás) */
#ai .wf-panel                 { --acc:#22D3EE; --acc-rgb:34,211,238; }   /* AI → cián (brand) */
#kibervedelem .sec-panel      { --acc:#34D399; --acc-rgb:52,211,153; }   /* kiber → zöld (biztonságos/PASS) */

/* §2 — a styles.css cián alapszínek felülírása (ID-specificitás) */
#infrafejlesztes .audit-check.done { background: rgba(var(--acc-rgb),.1); border-color: rgba(var(--acc-rgb),.24); }

/* §4 — edu progress-bar + % alapszín */
#tanacsadas .edu-progress { background: linear-gradient(to right, rgba(var(--acc-rgb),.5), var(--acc)); }
#tanacsadas .edu-pct { color: rgba(var(--acc-rgb),.7); }

/* §5 — prémium pipeline: per-stage hűvös akcentek (cián→sky→kék→smaragd), opak + ÉLES.
   Bal-csík INSET box-shadow-val (nincs overflow:hidden → az aktív glow nem vágódik le).
   A glow CSAK az aktív node-on → a szekvenciális villogás tisztán olvasható. */
#ai .wf-node{
  position:relative;
  background:linear-gradient(180deg,#132840,#0E1F34);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:inset 3px 0 0 0 rgba(var(--c),.85), inset 0 1px 0 rgba(255,255,255,.05), 0 2px 8px rgba(0,0,0,.28);
}
#ai .wf-node-icon{
  background:linear-gradient(180deg, rgba(var(--c),.18), rgba(var(--c),.05));
  border:1px solid rgba(var(--c),.5);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
#ai .wf-node-icon img{ filter:var(--hue,none); }
#ai .wf-status{
  margin-left:auto; flex-shrink:0; color:rgb(var(--c));
  background:rgba(var(--c),.10); border:1px solid rgba(var(--c),.30);
  border-radius:999px; padding:3px 10px; font-size:9.5px;
}
#ai .wf-node.active{
  border-color:rgba(var(--c),.6);
  box-shadow:inset 3px 0 0 0 rgb(var(--c)), 0 0 22px -4px rgba(var(--c),.6), inset 0 1px 0 rgba(255,255,255,.06);
}
#ai .wf-node.active .wf-node-icon{ box-shadow:0 0 16px -2px rgba(var(--c),.85), inset 0 1px 0 rgba(255,255,255,.12); transform:scale(1.08); }
/* stage-színek: cián → sky → kék → smaragd (hűvös, prémium, nincs lila) */
#ai .wf-node:nth-child(2){ --c:34,211,238;  --hue:none; }
#ai .wf-node:nth-child(4){ --c:56,189,248;  --hue:hue-rotate(12deg); }
#ai .wf-node:nth-child(6){ --c:96,165,250;  --hue:hue-rotate(28deg); }
#ai .wf-node:nth-child(8){ --c:52,211,153;  --hue:hue-rotate(-28deg) saturate(1.1); }

/* §6 — security gauge-gradiens + uptime-bar + szám (PASS már globálisan zöld) */
#kibervedelem #sgGrad stop:first-child { stop-color: #34D399; }
#kibervedelem #sgGrad stop:last-child  { stop-color: #6EE7B7; }
#kibervedelem .vp-bar { background: linear-gradient(to right, rgba(var(--acc-rgb),.4), rgba(var(--acc-rgb),.85)); }
#kibervedelem .vp-num, #kibervedelem .sec-score-num { color: rgba(var(--acc-rgb),.9); }

/* === REDUCED MOTION — enhance.css animációk === */
@media (prefers-reduced-motion: reduce) {
  .vp-ok.warn { animation: none; }
  .audit-item.scanning .audit-check.todo { animation: none; }
  .audit-ring .ar-fill { transition: none; }
  .sec-panel .vp-row.rescan { animation: none; }
  .vp-row.flash { animation: none; }
}

/* ============================================================
   HERO GOMBOK — power-primary + terminál-parancs ghost
   (CSAK .hero-btns scope — a site-szintű .btn-primary/.btn-ghost érintetlen)
   ============================================================ */
.hero-btns .btn-primary {
  gap: 8px;
  transition: transform var(--dur-1) var(--ease-spring);
}
.hero-btns .btn-primary .hb-power { flex-shrink: 0; display: block; }
.hero-btns .btn-primary .hb-arrow {
  display: inline-block;
  transition: transform var(--dur-1) var(--ease-out-soft);
}
.hero-btns .btn-primary:hover { opacity: 1; }
@media (hover: hover) {
  .hero-btns .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px -6px rgba(34,211,238,.55), 0 0 32px -6px rgba(34,211,238,.4);
  }
  .hero-btns .btn-primary:hover .hb-arrow { transform: translateX(4px); }
}

.hero-btns .btn-ghost {
  justify-content: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(34,211,238,.92);
  border-color: rgba(34,211,238,.28);
  background: var(--ink-code, #070F1C);
  transition: transform var(--dur-1) var(--ease-spring);
}
.hero-btns .btn-ghost .hb-prompt { color: rgba(34,211,238,.45); }
.hero-btns .btn-ghost .hb-cursor { color: rgba(34,211,238,.55); }
@media (hover: hover) {
  .hero-btns .btn-ghost:hover {
    color: #7FE9F7;
    border-color: rgba(34,211,238,.55);
    background: #0B1B2E;
    box-shadow: 0 0 28px -8px rgba(34,211,238,.25);
  }
  .hero-btns .btn-ghost:hover .hb-cursor { color: var(--cyan); animation: cp-blink 1s steps(2) infinite; }
}

/* press-feedback a hover-translateY ellenében (azonos specificitás, későbbi szabály) */
.hero-btns .btn-primary:active,
.hero-btns .btn-ghost:active { transform: scale(.97); }

@media (prefers-reduced-motion: reduce) {
  .hero-btns .btn-primary, .hero-btns .btn-ghost,
  .hero-btns .btn-primary .hb-arrow { transition: none; }
  .hero-btns .btn-primary:hover { transform: none; }
  .hero-btns .btn-primary:hover .hb-arrow { transform: none; }
  .hero-btns .btn-ghost:hover .hb-cursor { animation: none; }
}

/* ============================================================
   SUCCESS CARD → konzol-keret (a form-card mintájára)
   + spam-notice + .form-label .opt (contact.html)
   ============================================================ */
.success-card {
  background: #0A1422 !important;
  border: 1px solid rgba(34,211,238,.22) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045), var(--el-2), 0 0 0 1px rgba(0,0,0,.35), 0 34px 80px -36px rgba(0,0,0,.85) !important;
  padding: 40px !important;   /* form-card-paritás → a .form-term -40px margója passzol */
  overflow: hidden; position: relative;
}
.success-card::before {              /* finom dot-grid felül */
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(34,211,238,.05) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(120% 65% at 50% 0%, #000, transparent 72%);
          mask-image: radial-gradient(120% 65% at 50% 0%, #000, transparent 72%);
}
.success-card > * { position: relative; z-index: 1; }

.success-spam-note {
  margin: 22px auto 0; max-width: 380px; padding: 12px 16px;
  background: rgba(245,158,11,.08);
  border: 1px solid rgba(245,158,11,.35);
  border-radius: 10px;
  font-size: 13px; color: #FCD34D; line-height: 1.55;
}
.success-spam-note b { color: #FBBF24; }

.form-label .opt {
  color: rgba(255,255,255,.3); margin-left: 4px;
  font-size: 9px; letter-spacing: .06em;
}

@media (max-width: 680px) {
  .success-card { padding: 28px 22px !important; }  /* form-card mobil-paritás a .form-term margóhoz */
}

/* ============================================================
   CONTACT — CONSENT GATE (egyedi checkbox + zárolt gomb + buborék)
   ============================================================ */
.form-consent input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  width: 18px; height: 18px; margin-top: 1px;
  background: #0A1422;
  border: 1.5px solid rgba(34,211,238,.45);
  border-radius: 4px;
  display: inline-grid; place-content: center;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.form-consent input[type="checkbox"]:hover { border-color: rgba(34,211,238,.85); box-shadow: 0 0 8px rgba(34,211,238,.2); }
.form-consent input[type="checkbox"]:checked {
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 0 10px rgba(34,211,238,.35);
}
.form-consent input[type="checkbox"]:checked::before {
  content: '';
  width: 10px; height: 10px;
  background: #08172B;
  clip-path: polygon(14% 46%, 0 62%, 40% 100%, 100% 20%, 84% 6%, 38% 68%);
}
.form-consent input[type="checkbox"]:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.form-consent input.consent-invalid {
  border-color: rgba(239,68,68,.85);
  box-shadow: 0 0 0 3px rgba(239,68,68,.15);
}

/* zárolt küldés-gomb, amíg nincs pipa */
.submit-btn.is-locked {
  opacity: .45;
  filter: saturate(.35);
  cursor: not-allowed;
  box-shadow: none;
}
.submit-btn.is-locked:hover,
.submit-btn.is-locked:active { transform: none; }
/* zárolt gombon NINCS targeting-HUD (a "SEND · … · LOCKED" tag különben a
   consent-buborékba lógna) — pipára visszatér a keret */
.submit-btn.is-locked .hud-frame { opacity: 0 !important; }

/* buborék a consent-sor alatt — in-flow, nem takar szöveget */
.consent-pop {
  display: none;
  position: relative;
  align-items: center; gap: 9px;
  margin: -6px 0 18px;
  padding: 8px 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .02em; line-height: 1.5;
  color: #FCA5A5;
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.35);
  border-radius: 8px;
}
.consent-pop::before {
  content: '';
  position: absolute; top: -5px; left: 16px;
  width: 8px; height: 8px;
  background: #1C1825;
  border-left: 1px solid rgba(239,68,68,.35);
  border-top: 1px solid rgba(239,68,68,.35);
  transform: rotate(45deg);
}
.consent-pop .cp-ic {
  flex-shrink: 0;
  width: 15px; height: 15px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(239,68,68,.6);
  border-radius: 50%;
  font-size: 10px; font-weight: 700; color: #F87171;
}
.consent-pop.show { display: flex; animation: consent-pop-in .25s var(--ease-out-soft) both; }
@keyframes consent-pop-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .consent-pop.show { animation: none; }
  .form-consent input[type="checkbox"] { transition: none; }
}
