/* clubvulkan777s2.buzz — Вулкан 777 / Vulkan 777. Концепт: «Неоновый кибер-зал 777 — маджента и циан» (фиолет-графит + неон-маджента + электрик-циан, без золота) */

:root {
  --bg: #0b0a12;
  --bg-2: #14111f;
  --bg-3: #1c1830;
  --line: #2a2440;
  --line-2: #3a3358;
  --txt: #f0ecf8;
  --txt-d: #b3aac8;
  --txt-dd: #7d7498;
  --acc: #ec1c8b;      /* неон-маджента — первичный */
  --acc-2: #1fd6e6;    /* электрик-циан — вторичный */
  --acc-2-d: #16aab8;
  --hot: #ff4da6;
  --good: #5cf2d6;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Scada", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 90% -10%, rgba(236, 28, 139, .16) 0%, transparent 62%),
    radial-gradient(840px 560px at -10% 58%, rgba(31, 214, 230, .10) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc-2); text-decoration: none }
a:hover { text-decoration: underline }

.toarcade {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--acc-2); color: #06141a;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.toarcade:focus { top: 8px }

/* ===== TOP BAR ===== */
.gridbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 10, 18, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.voltmark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.voltmark:hover { text-decoration: none }
.voltmark__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 9px rgba(31, 214, 230, .55));
}
.voltmark__t {
  font-family: "Saira", system-ui, sans-serif;
  font-weight: 700; line-height: 1; letter-spacing: .2px;
}
.voltmark__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.gridnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.gridnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.gridnav a:hover { color: var(--acc-2); border-bottom-color: var(--acc-2); text-decoration: none }

/* ===== BUTTONS ===== */
.zapbtn, .wirebtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Saira", system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s, color .2s;
  cursor: pointer; letter-spacing: .2px;
}
.zapbtn:hover, .wirebtn:hover { text-decoration: none; transform: translateY(-1px) }
.zapbtn {
  background: linear-gradient(118deg, var(--acc) 0%, var(--acc-2) 130%);
  color: #0b0610; border: 0; font-weight: 700;
  box-shadow: 0 12px 30px -10px rgba(236, 28, 139, .7);
}
.zapbtn:hover { box-shadow: 0 16px 38px -8px rgba(236, 28, 139, .92) }
.zapbtn--sm { padding: 9px 16px; font-size: 13px }
.zapbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.wirebtn { background: transparent; color: var(--txt); border-color: var(--line-2) }
.wirebtn:hover { border-color: var(--acc-2); color: var(--acc-2) }
.wirebtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }

/* ===== AGGREGATE STRIP ===== */
.surgestrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(236, 28, 139, .05), rgba(31, 214, 230, .04));
  font-size: 13px;
}
.sgcell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.sgcell:last-child { border-right: 0 }
.sgnum {
  font-family: "Saira", system-ui, sans-serif;
  font-weight: 700; font-size: 15px; color: var(--acc-2);
  letter-spacing: .2px;
}
.sglbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO ===== */
.cyberhero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.signtag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--acc-2);
  background: rgba(31, 214, 230, .08);
  border: 1px solid rgba(31, 214, 230, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Saira", system-ui, sans-serif;
  font-size: clamp(28px, 4.1vw, 46px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -.4px; font-weight: 700;
}
.acc { color: var(--acc) }
.heroline { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66 }
.herobtns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.heropanel { margin: 0 }
.heropanel__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(236, 28, 139, .26), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(31, 214, 230, .2), transparent 65%),
    linear-gradient(135deg, #120e1f 0%, #1a1430 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(236, 28, 139, .42);
}
.heropanel figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline */
.kpiwire {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.kwcell { display: flex; flex-direction: column; gap: 2px }
.kwnum {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--acc); letter-spacing: -.2px;
}
.kwlbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.cyberhero, section.welcvault { padding-top: 36px }
.ovrline {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--acc); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Saira", system-ui, sans-serif;
  font-size: clamp(23px, 3.1vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.2px; font-weight: 700;
}
h3 {
  font-family: "Saira", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--acc-2); font-weight: 600; letter-spacing: 0;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== ACCESS GATE ===== */
.gcgrid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.gatecard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 18px;
  transition: border-color .2s, transform .15s;
}
.gatecard:hover { border-color: var(--acc-2); transform: translateY(-2px) }
.gatecard__tag {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 12px; color: var(--acc); font-weight: 700;
  letter-spacing: 1.4px; margin-bottom: 10px; text-transform: uppercase;
}
.gatecard p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.55 }

/* ===== WELCOME ===== */
.welcvault {
  background:
    radial-gradient(720px 360px at 84% 26%, rgba(31, 214, 230, .07) 0%, transparent 70%),
    rgba(20, 17, 31, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.wvgrid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.wvcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 18px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.wvcard:hover { border-color: var(--acc); transform: translateY(-2px) }
.wvcard::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(236, 28, 139, .08), transparent 60%);
  pointer-events: none;
}
.wvstep {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 11px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase;
}
.wvpct {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 28px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: -.4px;
  margin-bottom: 8px;
}
.wvtitle { font-weight: 700; font-size: 15px; margin-bottom: 6px; line-height: 1.25 }
.wvsub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== CATALOG ===== */
.machgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.machtile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.machtile:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(236, 28, 139, .42);
}
.mtcover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Saira", system-ui, sans-serif;
  font-weight: 700; font-size: 21px; color: rgba(240, 236, 248, .94);
  text-align: center; padding: 14px;
  letter-spacing: 0; line-height: 1.15;
  position: relative; overflow: hidden;
}
.mtcover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.mc-1 { background: linear-gradient(135deg, #3a0a24 0%, #ec1c8b 100%) }
.mc-2 { background: linear-gradient(135deg, #082a30 0%, #1fd6e6 100%) }
.mc-3 { background: linear-gradient(135deg, #2a0a30 0%, #b15cff 100%) }
.mc-4 { background: linear-gradient(135deg, #1a1030 0%, #6c7bff 100%) }
.mc-5 { background: linear-gradient(135deg, #3a0a24 0%, #ff4da6 100%) }
.mc-6 { background: linear-gradient(135deg, #082a30 0%, #5cf2d6 100%); color: #06141a }
.mc-7 { background: linear-gradient(135deg, #301020 0%, #ec1c8b 100%) }
.mc-8 { background: linear-gradient(135deg, #08222e 0%, #22b8e6 100%) }
.mc-9 { background: linear-gradient(135deg, #2a0a30 0%, #d63ce6 100%) }
.mc-10 { background: linear-gradient(135deg, #301a08 0%, #ff7ad6 100%) }
.mc-11 { background: linear-gradient(135deg, #0a2030 0%, #1fd6e6 100%) }
.mc-12 { background: linear-gradient(135deg, #2a0a24 0%, #ec1c8b 100%) }

.machtile h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.machtile p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.mtbtn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.mtbtn:hover { background: var(--acc); border-color: var(--acc); color: #0b0610; text-decoration: none }

.makerrow, .cogrow { margin: 22px 0 0 }
.makerrow__title, .cogrow__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.makerrow__list, .cogrow__list { display: flex; flex-wrap: wrap; gap: 8px }
.makerrow__list span, .cogrow__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LIVE FLOOR ===== */
.lfgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lftile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.lftile:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 77, 166, .42);
}
.lfcover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Saira", system-ui, sans-serif;
  font-weight: 700; font-size: 18px; color: rgba(240, 236, 248, .94);
  padding: 12px; text-align: center; letter-spacing: 0;
  position: relative; overflow: hidden;
}
.lf-1 { background: linear-gradient(135deg, #3a0a24 0%, #ec1c8b 100%) }
.lf-2 { background: linear-gradient(135deg, #08222e 0%, #1fd6e6 100%) }
.lf-3 { background: linear-gradient(135deg, #2a0a30 0%, #b15cff 100%) }
.lf-4 { background: linear-gradient(135deg, #301020 0%, #ff4da6 100%) }
.lf-5 { background: linear-gradient(135deg, #0a2030 0%, #22b8e6 100%) }
.lf-6 { background: linear-gradient(135deg, #1a1030 0%, #6c7bff 100%) }

.lfbody { padding: 14px 16px 16px; position: relative }
.lftitle { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.lfsub { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.lfmult { font-size: 13px; color: var(--acc-2); font-weight: 600; margin-bottom: 4px }
.lfbet { font-size: 12px; color: var(--txt-dd) }
.lflive {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== STEPS ===== */
.bsgrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.bscell {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.bsnum {
  font-family: "Saira", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.bshead {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc-2);
}
.bscell p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== CLUB MEMBERSHIP ===== */
.ccgrid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.memcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  transition: border-color .2s;
}
.memcard:hover { border-color: var(--acc) }
.memcard__h { font-weight: 700; font-size: 16px; margin-bottom: 10px; color: var(--acc) }
.memcard p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.55 }

/* ===== LOYALTY ===== */
.tlgrid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.tlbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.tlbox:hover { border-color: var(--acc-2) }
.tlbh { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.tlbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

.tierladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.tlstep {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.tlstep:nth-child(1) { transform: translateY(0) }
.tlstep:nth-child(2) { transform: translateY(-6px) }
.tlstep:nth-child(3) { transform: translateY(-12px) }
.tlstep:nth-child(4) { transform: translateY(-18px); border-color: var(--acc-2); background: var(--bg-2) }
.tlstep:nth-child(5) { transform: translateY(-24px); border-color: var(--acc-2); background: var(--bg-2) }
.tlstep:nth-child(6) { transform: translateY(-30px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg-2), rgba(236, 28, 139, .12)) }
.tlname {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.tlcb { font-size: 11px; color: var(--txt-d) }
.tlstep:nth-child(6) .tlname { color: var(--acc) }

/* ===== TOURNAMENT ===== */
.cupfeed {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(31, 214, 230, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.cfbtns { margin: 22px 0 28px }
.cfkpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.cfkpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.cfkpi span {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--acc-2);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.cfkpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.cfkpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== BRAND OVERVIEW ===== */
.brandfeed h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.brandfeed p { color: var(--txt); line-height: 1.7 }
.badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.bdg {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc-2);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.vwgrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.vwcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.vwstars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.vwstars--four .star-off { color: var(--line-2) }
.vwquote { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.vwmeta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.vwava {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: #0b0610; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== CASHIER ===== */
.cggrid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.cgcell {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.cgname { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Saira", system-ui, sans-serif }
.cgcell i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: .8px }

.cgtimes {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.cgtimes > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.cgtimes span {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 16px; color: var(--acc); font-weight: 700;
}
.cgtimes i { font-size: 12px; color: var(--txt-d); font-style: normal }

/* ===== FINAL ===== */
.lastfeed {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(236, 28, 139, .16) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.lastfeed h2 { margin-bottom: 10px }
.lastfeed p { color: var(--txt-d); margin-bottom: 24px }

/* ===== AUTHOR NOTE ===== */
.scribe { max-width: 900px }
.scribe p { color: var(--txt-d); line-height: 1.72 }

/* ===== FAQ ===== */
.askfeed h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Saira", system-ui, sans-serif;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc-2); font-size: 16px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc-2) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== FOOTER ===== */
.gridfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(11, 10, 18, .6);
}
.gffop {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.gfbrand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.gflogo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.gflogo__t { display: flex; flex-direction: column; line-height: 1.1 }
.brandword { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Saira", system-ui, sans-serif }
.gflegal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.opword { color: var(--acc-2) }
.gfcols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.gfcol h4 {
  font-family: "Saira", system-ui, sans-serif;
  font-size: 12px; color: var(--acc); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.gfcol ul { list-style: none; padding: 0; margin: 0 }
.gfcol li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.gfcol li:hover { color: var(--txt) }
.gfbottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .gcgrid { grid-template-columns: repeat(2, 1fr) }
  .wvgrid { grid-template-columns: repeat(2, 1fr) }
  .ccgrid { grid-template-columns: repeat(2, 1fr) }
  .cggrid { grid-template-columns: repeat(3, 1fr) }
  .cfkpi { grid-template-columns: repeat(2, 1fr) }
  .vwgrid { grid-template-columns: 1fr }
  .gffop { grid-template-columns: 1fr }
  .surgestrip { grid-template-columns: repeat(3, 1fr) }
  .sgcell:nth-child(4), .sgcell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .tierladder { grid-template-columns: repeat(3, 1fr) }
  .tlstep { transform: none !important }
}

@media (max-width: 880px) {
  .cyberhero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .heropanel { order: -1 }
  .gridnav { display: none }
  .gridbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .welcvault, .cupfeed, .lastfeed { padding: 36px 18px; margin: 22px 14px }
  .bsgrid { grid-template-columns: 1fr }
  .tlgrid { grid-template-columns: 1fr }
  .gffop { padding: 30px 16px 22px; gap: 22px }
  .gfcols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .surgestrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .sgcell { padding: 4px 10px }
  .cgtimes { grid-template-columns: 1fr }
  .kpiwire { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .machgrid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .lfgrid { grid-template-columns: 1fr }
  .gcgrid { grid-template-columns: 1fr }
  .wvgrid { grid-template-columns: 1fr }
  .ccgrid { grid-template-columns: 1fr }
  .machtile h3 { font-size: 13px }
  .machtile p { font-size: 11px }
  .mtcover { font-size: 16px }
  .herobtns { flex-direction: column; align-items: stretch }
  .zapbtn--big, .wirebtn--big { width: 100% }
  .cggrid { grid-template-columns: repeat(2, 1fr) }
  .cfkpi { grid-template-columns: 1fr }
  .gfcols { grid-template-columns: 1fr }
  .tierladder { grid-template-columns: repeat(2, 1fr) }
}
