:root{
  --bg-main:#0B1220;
  --bg-card:#131D30;
  --bg-raise:#1A2438;
  --accent:#FF6633;
  --btn-ink:#0B1220;
  --accent-2:#3DA5FF;
  --text-main:#EAF2FF;
  --text-muted:#8CA3C2;
  --border:#24344F;

  --font-head:'Space Grotesk','Segoe UI',system-ui,sans-serif;
  --font-body:'Source Sans 3','Segoe UI',system-ui,sans-serif;

  --rail-w:240px;
  --field:1240px;

  --r-card:16px;
  --r-tile:16px;
  --r-input:12px;
  --r-pill:999px;

  --gap-grid:clamp(20px,3vw,28px);
  --pad-card:clamp(20px,4vw,32px);
  --sec-y:clamp(56px,9vw,112px);
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg-main);
  color:var(--text-main);
  font-family:var(--font-body);
  font-size:17px;
  line-height:1.75;
  overflow-wrap:break-word;
}
img{max-width:100%}
a{color:var(--accent-2);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--font-head);line-height:1.12;letter-spacing:-.02em;margin:0 0 .6em;font-weight:700}
h1{font-size:clamp(2.1rem,4.6vw,3.4rem)}
h2{font-size:clamp(1.7rem,3vw,2.4rem)}
h3{font-size:clamp(1.15rem,1.8vw,1.45rem)}
p{margin:0 0 1.1em}
ul,ol{margin:0 0 1.2em;padding-inline-start:1.25em}
li{margin-bottom:.5em}
strong{color:var(--text-main)}
:focus-visible{outline:3px solid var(--accent-2);outline-offset:3px}

/* ============ LAYOUT: NAV-RAIL ============ */
.gkc-container{
  width:100%;
  max-width:var(--field);
  margin-inline:auto;
  padding-inline:clamp(18px,4vw,40px);
}
main{display:block}
.gkc-section{padding-block:var(--sec-y)}
.gkc-section--alt{background:var(--bg-card)}
/* card surfaces equal the alt-section background — panels/tables/FAQ used to vanish there */
.gkc-section--alt :is(.gkc-panel,.gkc-table-wrap,.gkc-faq details,.gkc-toc,.gkc-cats a,.gkc-cats span){
  background-color:var(--bg-raise);
}
.gkc-section--alt .gkc-table-wrap{
  background-image:
    linear-gradient(to right,var(--bg-raise),rgba(26,36,56,0)),
    linear-gradient(to left,var(--bg-raise),rgba(26,36,56,0)),
    radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.45),rgba(0,0,0,0)),
    radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.45),rgba(0,0,0,0));
}
.gkc-section__head{margin-bottom:clamp(32px,5vw,56px)}
.gkc-eyebrow{
  font-family:var(--font-head);
  font-size:.78rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--accent-2);
  display:block;
  margin-bottom:14px;
}
.gkc-lede{color:var(--text-muted);font-size:1.12rem;max-width:none}

/* оversized outline numeral beside h2 */
.gkc-num{
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(2.6rem,6vw,4.6rem);
  line-height:1;
  color:transparent;
  -webkit-text-stroke:2px var(--accent-2);
  display:block;
  margin-bottom:8px;
  font-variant-numeric:tabular-nums;
}

/* ============ SKIP LINK ============ */
.gkc-skip{
  position:absolute;
  inset-inline-start:-9999px;
  top:0;
  z-index:100;
  background:var(--accent);
  color:#0B1220;
  font-family:var(--font-head);
  font-weight:700;
  padding:12px 20px;
  border-radius:0 0 var(--r-input) 0;
}
.gkc-skip:focus{inset-inline-start:0;text-decoration:none}

/* ============ HEADER = VERTICAL RAIL ============ */
.gkc-header{
  background:#070C15;
  border-bottom:1px solid var(--border);
  position:sticky;
  top:0;
  z-index:60;
}
.gkc-header__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px clamp(14px,4vw,24px);
  min-width:0;
}
.gkc-logo{display:inline-flex;align-items:center;flex-shrink:1;min-width:0}
.gkc-logo__img{
  display:block;
  height:40px;
  width:auto;
  object-fit:contain;
  max-width:min(45vw,200px);
}
.gkc-burger{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:44px;
  height:44px;
  flex-shrink:0;
  padding:0;
  border:1px solid var(--border);
  border-radius:var(--r-input);
  background:transparent;
  cursor:pointer;
}
.gkc-burger span{
  display:block;
  width:22px;
  height:2px;
  margin-inline:auto;
  background:var(--text-main);
  transition:transform .2s,opacity .2s;
}
.gkc-header.is-open .gkc-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.gkc-header.is-open .gkc-burger span:nth-child(2){opacity:0}
.gkc-header.is-open .gkc-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.gkc-nav{display:none;flex-direction:column}
.gkc-header.is-open .gkc-nav{display:flex}
.gkc-nav{
  border-top:1px solid var(--border);
  padding:12px clamp(14px,4vw,24px) 22px;
  gap:2px;
  max-height:calc(100dvh - 62px);
  overflow-y:auto;
  overscroll-behavior:contain;
}
.gkc-nav a:not(.gkc-btn){
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:1rem;
  color:var(--text-main);
  text-decoration:none;
  padding:12px 14px;
  border-left:3px solid transparent;
}
.gkc-nav a:not(.gkc-btn):hover,
.gkc-nav a:not(.gkc-btn).is-active,
.gkc-nav a:not(.gkc-btn)[aria-current="page"]{
  border-left-color:var(--accent-2);
  color:var(--accent-2);
  background:#0E1626;
}
.gkc-nav .gkc-btn{width:100%;margin-top:16px;justify-content:center}
.gkc-rail__foot{margin-top:18px}
.gkc-age{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-head);
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--text-muted);
  border:1px solid var(--border);
  border-radius:var(--r-pill);
  padding:6px 14px;
}
.gkc-header__cta{display:none}

@media (max-width:479px){
  .gkc-logo__img{height:32px;max-width:min(45vw,150px)}
}

@media (min-width:960px){
  .gkc-header{
    position:fixed;
    inset:0 auto 0 0;
    width:var(--rail-w);
    height:100vh;
    border-bottom:0;
    border-right:1px solid var(--border);
    display:flex;
    flex-direction:column;
    overflow-y:auto;
  }
  .gkc-header__bar{padding:28px 24px 8px;justify-content:flex-start}
  .gkc-burger{display:none}
  .gkc-nav{
    display:flex;
    border-top:0;
    padding:20px 16px 28px;
    flex:1;
    max-height:none;
    overflow:visible;
  }
  .gkc-nav .gkc-btn{margin-top:auto}
  .gkc-logo__img{height:40px;max-width:180px}
  body{padding-left:var(--rail-w)}
  .gkc-footer{margin-left:0}
}

/* ============ BUTTONS ============ */
.gkc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1rem;
  line-height:1;
  padding:16px 30px;
  border-radius:var(--r-pill);
  border:2px solid transparent;
  background:var(--accent);
  color:#0B1220;
  text-decoration:none;
  cursor:pointer;
  transition:transform .15s,background .15s,box-shadow .15s;
}
.gkc-btn:hover{
  background:#FF7A4D;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(255,102,51,.28);
}
.gkc-btn--ghost{
  background:transparent;
  border-color:var(--accent-2);
  color:var(--accent-2);
}
.gkc-btn--ghost:hover{background:var(--accent-2);color:#0B1220;box-shadow:0 8px 22px rgba(61,165,255,.25)}
.gkc-btn--wide{width:100%}

/* ============ ICONS ============ */
.gkc-icon{
  width:1.5em;
  height:1.5em;
  display:inline-block;
  vertical-align:middle;
  flex-shrink:0;
  color:var(--accent-2);
  stroke:currentColor;
  fill:none;
}
.gkc-icon--lg{width:2rem;height:2rem}

/* ============ HERO — MIRROR-SPLIT ============ */
.gkc-hero{
  padding-block:clamp(56px,8vw,var(--sec-y));
  background-image:radial-gradient(1100px 460px at 12% 0%,rgba(61,165,255,.10),transparent 70%);
}
.gkc-hero__inner{
  display:grid;
  grid-template-columns:1fr;
  /* was clamp(28px,4vw,var(--gap-grid)) — min > max, so it collapsed to a flat 28px
     and the split columns nearly touched on wide screens */
  gap:clamp(24px,4vw,48px);
  align-items:center;
}
/* hero and the block right under it share a background: two full paddings in a row
   read as a hole, so the first following section hangs on the hero's own padding */
.gkc-hero + .gkc-section:not(.gkc-section--alt){padding-top:0}
.gkc-hero__media{min-width:0}
.gkc-hero__body{min-width:0}
/* two-up only when the content column is genuinely wide: below 960px there is no
   side rail, above it the rail eats 240px — hence the split range */
@media (min-width:900px) and (max-width:959px),(min-width:1180px){
  .gkc-hero__inner{grid-template-columns:.9fr 1.1fr}
  .gkc-hero__media{grid-column:1}
  .gkc-hero__body{grid-column:2}
}
/* stacked hero: headline first, image after */
@media (max-width:899px),(min-width:960px) and (max-width:1179px){
  .gkc-hero__media{order:2}
  .gkc-hero__body{order:1}
}
.gkc-hero__img{
  display:block;
  width:100%;
  height:auto;
  max-height:70vh;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:var(--r-card);
  border:1px solid var(--border);
}
.gkc-hero__ph{
  display:block;
  width:100%;
  aspect-ratio:3/2;
  border-radius:var(--r-card);
  border:1px solid var(--border);
  background:var(--bg-card);
}
.gkc-hero p{color:var(--text-muted);font-size:1.15rem}
.gkc-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.gkc-hero__figure{
  font-family:var(--font-head);
  font-size:clamp(2.8rem,7vw,4rem);
  line-height:1;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
  display:block;
  margin-bottom:6px;
}

/* ============ OVERVIEW ============ */
.gkc-overview p{color:var(--text-muted)}
.gkc-overview h2 + p{font-size:1.1rem}

/* ============ STATS-BAR — STRIP ============ */
.gkc-stats{
  display:flex;
  flex-wrap:wrap;
  border:1px solid var(--border);
  border-radius:var(--r-card);
  background:var(--bg-card);
}
.gkc-stats__item{
  flex:1 1 180px;
  min-width:0;
  padding:22px 26px;
  border-inline-start:1px solid var(--border);
}
.gkc-stats__item:first-child{border-inline-start:0}
/* the left hairline only makes sense in a single row: stack cleanly below,
   and never wrap 4 items into 3+1 (that left an orphan hairline) above */
@media (max-width:719px){
  .gkc-stats__item{
    flex:1 1 100%;
    border-inline-start:0;
    border-top:1px solid var(--border);
    padding:18px 20px;
  }
  .gkc-stats__item:first-child{border-top:0}
}
@media (min-width:720px){
  .gkc-stats__item{flex:1 1 0;padding:20px clamp(16px,2vw,26px)}
}
.gkc-stats__value{
  display:block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  color:var(--accent-2);
  font-variant-numeric:tabular-nums;
}
.gkc-stats__item--key .gkc-stats__value{color:var(--accent)}
.gkc-stats__label{
  display:block;
  margin-top:6px;
  font-size:.8rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-muted);
  line-height:1.5;
}

/* ============ FEATURE-CARDS — ICON-ROWS ============ */
.gkc-features{display:flex;flex-direction:column}
.gkc-feature{
  display:flex;
  align-items:flex-start;
  gap:clamp(16px,2.5vw,28px);
  padding-block:clamp(22px,3vw,30px);
  border-top:1px solid var(--border);
  min-width:0;
}
.gkc-feature:first-child{border-top:0;padding-top:0}
.gkc-feature__ico{
  flex-shrink:0;
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--r-card);
  background:linear-gradient(145deg,rgba(61,165,255,.2),rgba(61,165,255,.04) 58%,#0E1A2C);
  border:1px solid rgba(61,165,255,.26);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  color:var(--accent-2);
}
.gkc-feature__ico .gkc-icon{width:1.7rem;height:1.7rem}
.gkc-feature__body{min-width:0}
.gkc-feature__body h3{margin-bottom:.35em}
.gkc-feature__body p{margin:0;color:var(--text-muted)}
@media (max-width:520px){
  .gkc-feature__ico{width:46px;height:46px}
  .gkc-feature__ico .gkc-icon{width:1.3rem;height:1.3rem}
}

/* ============ CARDS-GRID ============ */
.gkc-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));
  gap:var(--gap-grid);
}
.gkc-card{
  min-width:0;
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-card);
  padding:var(--pad-card);
}
.gkc-card--key{border-left:3px solid var(--accent)}
.gkc-card h3{margin-bottom:.4em}
.gkc-card p:last-child{margin-bottom:0}
.gkc-card p{color:var(--text-muted)}

/* ============ DATA TABLE ============ */
.gkc-table-wrap{
  overflow-x:auto;
  overscroll-behavior-x:contain;
  max-width:100%;
  margin-block:1.5rem;
  border:1px solid var(--border);
  border-radius:var(--r-card);
  /* edge shadow while the table is scrollable — the only hint that a 4–5 column
     table continues off-screen on a phone. Cover layers are `local` (they ride
     with the content and swallow the shadow at either end), shadows are `scroll`. */
  background-color:var(--bg-card);
  background-image:
    linear-gradient(to right,var(--bg-card),rgba(19,29,48,0)),
    linear-gradient(to left,var(--bg-card),rgba(19,29,48,0)),
    radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.45),rgba(0,0,0,0)),
    radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.45),rgba(0,0,0,0));
  background-position:left center,right center,left center,right center;
  background-repeat:no-repeat;
  background-size:36px 100%,36px 100%,14px 100%,14px 100%;
  background-attachment:local,local,scroll,scroll;
}
.gkc-table{
  width:100%;
  border-collapse:collapse;
  font-size:.98rem;
  font-variant-numeric:tabular-nums;
}
/* a solid blue bar on top of every table (2–3 per page) shouted louder than the
   content — a tinted header with an accent rule reads as the same system, quieter */
.gkc-table th{
  white-space:nowrap;
  text-align:start;
  font-family:var(--font-head);
  font-size:.8rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  background:rgba(61,165,255,.12);
  color:var(--accent-2);
  border-bottom:1px solid rgba(61,165,255,.4);
  padding:14px 20px;
}
.gkc-table td{
  padding:16px 20px;
  border-top:1px solid var(--border);
  vertical-align:top;
  color:var(--text-muted);
}
.gkc-table tbody tr:nth-child(even) td{background:rgba(255,255,255,.022)}
.gkc-table td:first-child{color:var(--text-main);font-weight:600}
.gkc-table tr.gkc-table__row--key td{border-left:3px solid var(--accent);color:var(--text-main)}
/* on a phone a 3–5 column table is a horizontal scroll nobody makes; each row
   becomes a card and the header cell travels with the value as its label */
@media (max-width:639px){
  .gkc-table-wrap{overflow-x:visible;background-image:none}
  .gkc-table,.gkc-table tbody,.gkc-table tr,.gkc-table td{display:block;width:auto}
  .gkc-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
  .gkc-table tbody tr{border-top:1px solid var(--border);padding:10px 0}
  .gkc-table tbody tr:first-child{border-top:0}
  .gkc-table td,.gkc-table tbody tr:nth-child(even) td{border-top:0;background:transparent;padding:7px 18px}
  .gkc-table td::before{
    content:attr(data-label);
    display:block;
    font-family:var(--font-head);
    font-size:.72rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--accent-2);
    line-height:1.5;
  }
  .gkc-table td:first-child{font-size:1.1rem}
  .gkc-table tr.gkc-table__row--key{border-left:3px solid var(--accent)}
  .gkc-table tr.gkc-table__row--key td{border-left:0}
}
.gkc-chip{
  display:inline-block;
  margin-inline-start:8px;
  padding:3px 12px;
  border-radius:var(--r-pill);
  border:1px solid var(--border);
  background:#0E1626;
  color:var(--text-muted);
  font-size:.8rem;
  line-height:1.5;
  vertical-align:middle;
}

/* ============ TWO-COLS + CONTENT PANEL ============ */
.gkc-two{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(28px,4vw,48px);
  align-items:start;
}
.gkc-two > *{min-width:0}
@media (min-width:900px) and (max-width:959px),(min-width:1180px){
  .gkc-two{grid-template-columns:1.35fr .9fr}
}
.gkc-panel{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-card);
  padding:var(--pad-card);
}
.gkc-panel__title{
  font-family:var(--font-head);
  font-size:.82rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin:0 0 20px;
}
.gkc-facts{margin:0}
.gkc-facts__row{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  justify-content:space-between;
  padding-block:12px;
  border-top:1px solid var(--border);
}
.gkc-facts__row:first-child{border-top:0;padding-top:0}
.gkc-facts dt{color:var(--text-muted);font-size:.94rem;margin:0}
.gkc-facts dd{margin:0;font-family:var(--font-head);font-weight:600;text-align:end}
.gkc-checklist{list-style:none;margin:0;padding:0}
.gkc-checklist li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding-block:10px;
  color:var(--text-muted);
  margin:0;
}
.gkc-checklist li .gkc-icon{color:var(--accent-2);margin-top:.2em}
/* the hero checklist sat 10px under the CTA row and read as part of the buttons */
.gkc-hero__actions + .gkc-checklist{
  margin-top:clamp(24px,3vw,32px);
  padding-top:clamp(20px,2.5vw,26px);
  border-top:1px solid var(--border);
}
.gkc-tiles{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr));
  gap:14px;
}
.gkc-tile{
  min-width:0;
  background:#0E1626;
  border:1px solid var(--border);
  border-radius:var(--r-input);
  padding:18px;
}
.gkc-tile__value{
  display:block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.6rem;
  color:var(--accent-2);
  line-height:1.1;
  font-variant-numeric:tabular-nums;
}
.gkc-tile__label{
  display:block;
  margin-top:6px;
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--text-muted);
  line-height:1.5;
}
.gkc-score{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.gkc-score__num{
  font-family:var(--font-head);
  font-weight:700;
  font-size:3rem;
  line-height:1;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.gkc-score__stars{display:inline-flex;gap:2px;color:var(--accent-2)}
.gkc-score__label{color:var(--text-muted);font-size:.9rem}

/* ============ NUMBERED LIST ============ */
.gkc-steps{list-style:none;counter-reset:gkc-step;margin:0;padding:0}
.gkc-steps li{
  counter-increment:gkc-step;
  position:relative;
  /* 64px left the solid numeral floating ~34px from its text, and inside a panel
     on a phone it ate a third of the line */
  padding-inline-start:clamp(44px,7vw,54px);
  padding-block:14px;
  min-height:48px;
}
.gkc-steps li::before{
  content:counter(gkc-step,decimal-leading-zero);
  position:absolute;
  inset-inline-start:0;
  top:14px;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.5rem;
  line-height:1;
  color:var(--accent-2);
  font-variant-numeric:tabular-nums;
}

/* ============ CATEGORIES BAR ============ */
.gkc-cats{display:flex;flex-wrap:wrap;gap:12px;padding:0;margin:0;list-style:none}
.gkc-cats li{margin:0}
.gkc-cats a,.gkc-cats span{
  display:inline-block;
  padding:9px 20px;
  border-radius:var(--r-pill);
  border:1px solid var(--border);
  background:var(--bg-card);
  color:var(--text-main);
  font-family:var(--font-head);
  font-size:.9rem;
  font-weight:600;
  text-decoration:none;
}
.gkc-cats a:hover{border-color:var(--accent-2);color:var(--accent-2);text-decoration:none}

/* ============ PAGE HEADER ============ */
.gkc-page-header{
  position:relative;
  padding-block:clamp(48px,7vw,80px);
  border-bottom:1px solid var(--border);
  background:var(--bg-card);
}
/* imageless legal headers were a flat slab — same glow the hero uses */
.gkc-page-header:not(:has(.gkc-hero__img)){
  background-image:radial-gradient(900px 380px at 12% 0%,rgba(61,165,255,.12),transparent 70%);
}
.gkc-page-header h1{margin-bottom:.3em}
.gkc-page-header .gkc-hero__img{
  border-radius:0;
  border:0;
  aspect-ratio:auto;
}
.gkc-breadcrumb{
  font-size:.88rem;
  color:var(--text-muted);
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.gkc-breadcrumb a{color:var(--text-muted);display:inline-block;padding-block:6px}
.gkc-breadcrumb a:hover{color:var(--accent-2)}
.gkc-breadcrumb span[aria-current]{color:var(--text-main)}
.gkc-hero__body > .gkc-breadcrumb{margin-bottom:14px}

/* ============ LEGAL BODY ============ */
.gkc-legal{counter-reset:gkc-legal}
.gkc-legal h2{
  counter-increment:gkc-legal;
  margin-top:1.9em;
  font-size:clamp(1.35rem,2.2vw,1.75rem);
}
.gkc-legal h2::before{
  content:counter(gkc-legal) ". ";
  color:var(--accent-2);
  font-variant-numeric:tabular-nums;
}
.gkc-legal h2:first-child{margin-top:0}
.gkc-legal p,.gkc-legal li{color:var(--text-muted)}
.gkc-legal h3{margin-top:1.6em;font-size:1.15rem}

/* ============ TOC ============ */
.gkc-toc{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-left:3px solid var(--accent-2);
  border-radius:var(--r-card);
  padding:var(--pad-card);
}
.gkc-toc__title{
  font-family:var(--font-head);
  font-size:.82rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin:0 0 16px;
}
.gkc-toc ol,.gkc-toc ul{margin:0;padding-inline-start:1.1em}
.gkc-toc li{margin-bottom:.55em}
.gkc-toc a{color:var(--text-main)}
.gkc-toc a:hover{color:var(--accent-2)}

/* ============ FAQ — BOXED ============ */
.gkc-faq{display:flex;flex-direction:column;gap:16px}
.gkc-faq details{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-card);
  padding:6px 26px;
}
.gkc-faq details[open]{border-color:var(--accent-2)}
.gkc-faq summary{
  cursor:pointer;
  padding:1rem 0;
  font-weight:600;
  list-style:none;
  font-family:var(--font-head);
  font-size:1.05rem;
  color:var(--text-main);
}
.gkc-faq summary::-webkit-details-marker{display:none}
.gkc-faq summary::before{
  content:'+';
  margin-right:.5rem;
  transition:transform .2s;
  color:var(--accent);
  font-weight:700;
}
.gkc-faq details[open] summary::before{content:'−'}
.gkc-faq details > :not(summary){padding:.5rem 0 1rem;color:var(--text-muted)}
.gkc-faq details > :not(summary):last-child{margin-bottom:0}

/* ============ PAYMENTS TABLE ============ */
.gkc-pay__name{display:flex;align-items:center;gap:12px;min-width:0}
.gkc-pay__name .gkc-icon{color:var(--accent-2)}

/* ============ RTP GRID ============ */
.gkc-rtp{
  display:grid;
  gap:clamp(.6rem,1.5vw,1rem);
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width:640px){.gkc-rtp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:960px){.gkc-rtp{grid-template-columns:repeat(4,minmax(0,1fr))}}
.gkc-rtp-item{
  position:relative;
  overflow:hidden;
  min-width:0;
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-tile);
  transition:border-color .15s,transform .15s;
}
.gkc-rtp-item:hover,.gkc-rtp-item:focus-visible{border-color:var(--accent-2);transform:translateY(-2px)}
.gkc-rtp-item__thumb{
  aspect-ratio:3/2;
  position:relative;
  background:var(--bg-card);
}
.gkc-rtp-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gkc-rtp-item__rtp{
  position:absolute;
  top:10px;
  inset-inline-end:10px;
  z-index:2;
  background:var(--accent-2);
  color:#08111F;
  font-family:var(--font-head);
  font-weight:700;
  font-size:.74rem;
  padding:4px 12px;
  border-radius:var(--r-pill);
  font-variant-numeric:tabular-nums;
}
.gkc-rtp-item__name{
  display:block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:.95rem;
  letter-spacing:.01em;
  padding:14px 14px 16px;
  line-height:1.3;
}
.gkc-rtp-tooltip{
  position:absolute;
  bottom:0;
  inset-inline:0;
  opacity:0;
  transition:opacity .2s;
  background:#070C15;
  border-top:1px solid var(--border);
  padding:14px;
  font-size:.85rem;
  color:var(--text-muted);
  z-index:3;
}
.gkc-rtp-item:hover .gkc-rtp-tooltip,
.gkc-rtp-item:focus-within .gkc-rtp-tooltip{opacity:1}
.gkc-rtp-tooltip strong{display:block;color:var(--accent);font-family:var(--font-head)}
/* no hover on touch — the volatility / max-win line would be unreachable, so show it inline */
@media (hover:none){
  .gkc-rtp-item__name{padding-bottom:4px}
  .gkc-rtp-tooltip{
    position:static;
    opacity:1;
    background:transparent;
    border-top:0;
    padding:0 14px 14px;
    font-size:.82rem;
  }
}

/* ============ CTA BLOCK ============ */
/* on /casino, /platby, /recenze the CTA follows an --alt section: same colour,
   so both merged into one 224px slab. Own surface + accent rule separates it. */
.gkc-cta{
  background-color:var(--bg-raise);
  background-image:radial-gradient(900px 380px at 50% 0%,rgba(255,102,51,.12),transparent 70%);
  border-bottom:1px solid var(--border);
  border-top:2px solid var(--accent);
}
.gkc-cta__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:20px;
}
.gkc-cta__inner > *{margin:0}
.gkc-cta h2{max-width:22ch}
.gkc-cta p{color:var(--text-muted);font-size:1.1rem}
.gkc-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
}
.gkc-cta__fine{font-size:.85rem;color:var(--text-muted)}

/* ============ FOOTER ============ */
.gkc-footer{
  background:#070C15;
  border-top:1px solid var(--border);
  padding-block:clamp(44px,7vw,64px) 32px;
  color:var(--text-muted);
  font-size:.94rem;
}
.gkc-footer__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:40px var(--gap-grid);
}
.gkc-footer__grid > *{min-width:0}
@media (min-width:760px){
  .gkc-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
}
.gkc-footer__brand p{margin-top:18px;max-width:42ch}
.gkc-footer__col h3{
  font-family:var(--font-head);
  font-size:.8rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin-bottom:16px;
}
.gkc-footer__col ul{list-style:none;margin:0;padding:0}
.gkc-footer__col li{margin-bottom:.3em}
.gkc-footer__col a{color:var(--text-muted);display:inline-block;padding-block:6px}
.gkc-footer__col a:hover{color:var(--text-main)}
.gkc-footer__note{
  margin-top:clamp(32px,5vw,48px);
  padding-top:28px;
  border-top:1px solid var(--border);
  font-size:.9rem;
  line-height:1.7;
}
.gkc-footer__note p{margin-bottom:.9em}
.gkc-footer__bottom{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  justify-content:space-between;
  align-items:center;
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--border);
  font-size:.84rem;
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .gkc-btn:hover,.gkc-rtp-item:hover{transform:none}
}
/* sa-responsive-net */
table th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-chip */
.gkc-footer .gkc-logo__img{filter:none;background:transparent;padding:0}
.gkc-footer .gkc-footer__logo-chip{background:transparent;padding:0}
/* sa-logo-fit */
.gkc-logo__img{object-fit:contain}
/* sa-ph-media */
.gkc-page-header:has(.gkc-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.gkc-page-header:has(.gkc-hero__img) .gkc-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
.gkc-page-header:has(.gkc-hero__img)::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,12,18,.72),rgba(10,12,18,.5))}
:where(.gkc-page-header:has(.gkc-hero__img)>:not(.gkc-hero__img)){position:relative;z-index:2}
.gkc-page-header:has(.gkc-hero__img),.gkc-page-header:has(.gkc-hero__img) h1,.gkc-page-header:has(.gkc-hero__img) a,.gkc-page-header:has(.gkc-hero__img) p,.gkc-page-header:has(.gkc-hero__img) li,.gkc-page-header:has(.gkc-hero__img) span{color:#fff}
/* sa-hero-media */
.gkc-hero:has(>.gkc-hero__img){position:relative;isolation:isolate}
.gkc-hero:has(>.gkc-hero__img)>.gkc-hero__img{z-index:0}
.gkc-hero:has(>.gkc-hero__img)::after{z-index:1}
:where(.gkc-hero:has(>.gkc-hero__img)>:not(.gkc-hero__img)){position:relative;z-index:2}
/* sa-rhythm */
:where(.gkc-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.gkc-table-wrap)+p{margin-block-start:1rem}
/* sa-slot-link */
.gkc-rtp-item,.gkc-rtp-item:hover,.gkc-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}
/* sa-inline-link — an in-text link must not be distinguishable by colour alone */
:where(main p,main li,.gkc-legal,.gkc-footer__note) a:not(.gkc-btn):not(.gkc-rtp-item){
  text-decoration:underline;
  text-underline-offset:.18em;
  text-decoration-thickness:.06em;
}
:where(main p,main li,.gkc-legal,.gkc-footer__note) a:not(.gkc-btn):hover{text-decoration-thickness:.12em}
