/* ============================================================
   Bílý Spis — GGBet CZ | design system
   strips archetype · light theme · sharp · airy · editorial
   ============================================================ */

:root{
  --bg-main:#F2EFF8;   /* the alt strip has to be visible against #FFF */
  --bg-card:#FFFFFF;
  --accent:#FF6633;
  --accent-strong:#CE4413;   /* 4.7:1 on white — text-bearing surfaces */
  --accent-2:#6D3BD6;
  --text-main:#12101A;
  --text-muted:#5D5870;
  --border:rgba(109,59,214,0.22);

  --glass:rgba(109,59,214,0.07);
  --glass-edge:rgba(109,59,214,0.28);
  --ink:#12101A;
  --ink-2:#1B1826;
  --on-ink:#F6F4FB;
  --on-ink-muted:#A9A3BC;

  --font-head:"Archivo Expanded","Archivo","Arial Black",system-ui,sans-serif;
  --font-body:"Source Serif 4","Source Serif Pro",Georgia,"Times New Roman",serif;
  --font-util:"Archivo","Helvetica Neue",Arial,system-ui,sans-serif;

  --wrap:1160px;
  --gutter:clamp(1.15rem,4vw,2.25rem);
  --strip:clamp(3.75rem,8vw,6.5rem);   /* 104px airy strip rhythm */
  --pad-card:clamp(1.35rem,3vw,2rem);
  --radius:0px;
  --rule:2px;
  --offset:5px 5px 0 var(--accent-2);
  --offset-hi:8px 8px 0 var(--accent-2);
  --head-h:96px;
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg-main);
  color:var(--text-main);
  font-family:var(--font-body);
  font-size:1.25rem;          /* 20px airy body */
  line-height:1.7;
  font-synthesis-weight:none;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
p,li{overflow-wrap:break-word}
a{color:var(--accent-2);text-decoration:none;text-underline-offset:.22em}
a:hover{text-decoration:underline}
:focus-visible{outline:3px solid var(--accent);outline-offset:3px}

h1,h2,h3,h4{
  font-family:var(--font-head);
  font-weight:800;
  letter-spacing:-.015em;
  line-height:1.06;
  margin:0 0 .55em;
  text-wrap:balance;
}
h1{font-size:clamp(2.4rem,6.2vw,4.75rem);letter-spacing:-.03em}
h2{font-size:clamp(1.85rem,3.6vw,2.9rem);letter-spacing:-.022em}
h3{font-size:clamp(1.2rem,2vw,1.55rem);letter-spacing:-.012em}
h4{font-size:1.1rem;font-family:var(--font-util);text-transform:uppercase;letter-spacing:.08em}

/* ---------- container / strips ---------- */
.gtz-container{
  width:100%;
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:var(--gutter);
}
.gtz-section{
  position:relative;
  padding-block:var(--strip);
  background:var(--bg-card);
  border-bottom:1px solid var(--border);
}
.gtz-section--alt{background:var(--bg-main)}
.gtz-section--ink{background:var(--ink);color:var(--on-ink);border-bottom-color:rgba(255,255,255,.12)}
.gtz-section--ink h2,.gtz-section--ink h3{color:#fff}
.gtz-section--ink p{color:var(--on-ink-muted)}

/* оversized violet outline numeral bleeding off the left edge */
.gtz-section[data-num]::before{
  content:attr(data-num);
  position:absolute;
  left:calc(50% - var(--wrap)/2 - .18em);
  /* start the numeral below the kicker's hairline row so the line never
     crosses its outline (numeral z0, kicker line lives in the z1 container) */
  top:calc(var(--strip) + .6rem);
  font-family:var(--font-head);
  font-size:clamp(6rem,14vw,12rem);
  font-weight:800;
  line-height:1;
  letter-spacing:-.05em;
  color:transparent;
  -webkit-text-stroke:2px rgba(109,59,214,.30);
  pointer-events:none;
  z-index:0;
}
.gtz-section > .gtz-container{position:relative;z-index:1}
/* below the container width the numeral sits inside the text column, not in a
   side margin — keep it a faint texture there, not a competing element */
@media (max-width:1280px){.gtz-section[data-num]::before{left:-.12em;opacity:.4}}
@media (max-width:600px){.gtz-section[data-num]::before{font-size:5rem;top:calc(var(--strip) + 1rem);opacity:.32}}

/* kicker + hairline */
.gtz-kicker{
  font-family:var(--font-util);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin:0 0 24px;
  display:flex;
  align-items:center;
  gap:.9rem;
}
.gtz-kicker::after{content:"";flex:1;height:2px;background:var(--border)}
.gtz-section--ink .gtz-kicker{color:var(--accent)}
.gtz-section--ink .gtz-kicker::after{background:rgba(255,255,255,.18)}
.gtz-hairline{border:0;height:1px;background:var(--accent-2);opacity:.35;margin:var(--strip) 0 0}
.gtz-lead{font-size:1.35rem;color:var(--text-muted);max-width:none}
.gtz-note{
  font-family:var(--font-util);
  font-size:.9rem;
  line-height:1.5;
  color:var(--text-muted);
  margin:0 0 1rem;
  padding-inline-start:.85rem;
  border-inline-start:2px solid var(--glass-edge);
}

/* ---------- buttons ---------- */
.gtz-btn{
  display:inline-block;
  font-family:var(--font-util);
  font-size:1rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:.95rem 1.7rem;
  border:2px solid var(--accent-strong);
  border-radius:var(--radius);
  background:var(--accent-strong);
  color:#fff;
  text-decoration:none;
  cursor:pointer;
  box-shadow:var(--offset);
  transition:box-shadow .18s ease,transform .18s ease;
}
.gtz-btn:hover{box-shadow:var(--offset-hi);transform:translate(-3px,-3px);text-decoration:none;color:#fff}
.gtz-btn:active{box-shadow:0 0 0 var(--accent-2);transform:translate(2px,2px)}
.gtz-btn--ghost{
  background:transparent;
  color:var(--accent-2);
  border-color:var(--accent-2);
  box-shadow:none;
}
.gtz-btn--ghost:hover{background:var(--glass);color:var(--accent-2);box-shadow:none;transform:none}
.gtz-btn--lg{font-size:1.1rem;padding:1.1rem 2.2rem}

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

/* ============================================================
   HEADER — static 96px masthead, dark surface (LOGO_TONE light)
   ============================================================ */
.gtz-header{
  position:relative;
  background:var(--ink);
  border-bottom:var(--rule) solid var(--accent-2);
  z-index:900;
}
.gtz-header__bar{
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:var(--gutter);
  min-height:var(--head-h);
  display:flex;
  align-items:center;
  gap:clamp(.75rem,2.5vw,2rem);
}
.gtz-header__bar > *{min-width:0}
.gtz-logo{display:flex;align-items:center;flex-shrink:0;line-height:0}
.gtz-logo__img{
  height:40px;
  width:auto;
  object-fit:contain;
  display:block;
}
.gtz-logo__text{
  font-family:var(--font-head);
  font-size:1.5rem;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#fff;
}

/* nav */
.gtz-nav{margin-inline-start:auto;display:flex;align-items:center;gap:clamp(.5rem,1.6vw,1.4rem)}
.gtz-nav ul{list-style:none;display:flex;align-items:center;gap:clamp(.4rem,1.4vw,1.25rem);margin:0;padding:0}
.gtz-nav li{min-width:0}
.gtz-nav a:not(.gtz-btn){
  font-family:var(--font-util);
  font-size:.86rem;
  font-weight:600;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:var(--on-ink);
  text-decoration:none;
  padding:.55rem .25rem;
  display:block;
  border-bottom:2px solid transparent;
  transition:color .15s ease,border-color .15s ease;
}
.gtz-nav a:not(.gtz-btn):hover,
.gtz-nav a:not(.gtz-btn):focus-visible{color:#fff;border-bottom-color:var(--accent);text-decoration:none}
.gtz-nav a:not(.gtz-btn)[aria-current="page"]:not(.gtz-btn){color:#fff;border-bottom-color:var(--accent)}
.gtz-nav > .gtz-btn{display:none}

.gtz-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.gtz-header__cta{padding:.7rem 1.25rem;font-size:.85rem;box-shadow:4px 4px 0 var(--accent-2)}
.gtz-header__cta:hover{box-shadow:6px 6px 0 var(--accent-2)}
.gtz-header__login{
  font-family:var(--font-util);
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--on-ink);
  border:2px solid rgba(255,255,255,.45);
  padding:.62rem 1.05rem;
  text-decoration:none;
  transition:border-color .15s ease,color .15s ease;
}
.gtz-header__login:hover{border-color:var(--accent-2);color:#fff;text-decoration:none}

/* burger */
.gtz-burger{
  display:none;
  flex-shrink:0;
  width:44px;height:44px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  padding:0;
  background:transparent;
  border:2px solid rgba(255,255,255,.4);
  border-radius:0;
  cursor:pointer;
}
.gtz-burger span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  transition:transform .2s ease,opacity .2s ease;
}
.gtz-header.is-open .gtz-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.gtz-header.is-open .gtz-burger span:nth-child(2){opacity:0}
.gtz-header.is-open .gtz-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:1000px){
  .gtz-burger{display:flex}
  /* nav leaves the flow here, so its margin-inline-start:auto no longer pushes
     the actions right — hand the auto margin to the actions instead */
  .gtz-header__actions{margin-inline-start:auto}
  .gtz-nav{
    display:none;
    position:absolute;
    left:0;right:0;
    top:100%;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin:0;
    padding:1rem var(--gutter) 1.5rem;
    background:var(--ink-2);
    border-bottom:var(--rule) solid var(--accent-2);
  }
  .gtz-header.is-open .gtz-nav{display:flex}
  .gtz-nav ul{flex-direction:column;align-items:stretch;gap:0}
  .gtz-nav a:not(.gtz-btn){
    padding:.9rem 0;
    font-size:.95rem;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .gtz-nav a:not(.gtz-btn):hover{border-bottom-color:var(--accent)}
  .gtz-nav > .gtz-btn{display:block;width:100%;text-align:center;margin-top:1.1rem;box-shadow:none}
  .gtz-nav > .gtz-btn:hover{box-shadow:none;transform:none}
  .gtz-header__cta{display:none}
  .gtz-logo__img{height:34px;max-width:min(45vw,190px)}
}
@media (max-width:560px){
  .gtz-header__login{display:none}
  .gtz-header__bar{min-height:72px}
}

/* ============================================================
   HERO — split (home) + compact inner band
   ============================================================ */
.gtz-hero{position:relative;background:var(--bg-card);overflow:hidden}
.gtz-hero__inner{position:relative;z-index:1}
.gtz-hero__eyebrow{
  font-family:var(--font-util);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin:0 0 1.1rem;
}
.gtz-hero h1{margin-bottom:.4em}
.gtz-hero__sub{font-size:1.3rem;color:var(--text-muted);margin:0 0 2rem}
.gtz-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.gtz-hero__fine{
  font-family:var(--font-util);
  font-size:.85rem;
  color:var(--text-muted);
  margin:1.6rem 0 0;
}
.gtz-hero__figure{font-family:var(--font-head);font-weight:800;color:var(--accent);font-size:2em;line-height:1;letter-spacing:-.03em}

.gtz-hero__img{
  display:block;
  width:100%;
  height:auto;
  max-height:70vh;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:var(--radius);
}

/* --- HOME: split, text left / visual right --- */
.gtz-hero--home{padding-block:calc(var(--strip) * 1.15) var(--strip);border-bottom:1px solid var(--border)}
.gtz-hero--home::before{
  content:"";
  position:absolute;
  inset:auto auto 10% -10%;
  width:60vw;height:60vw;
  max-width:820px;max-height:820px;
  background:radial-gradient(circle,rgba(109,59,214,.16) 0%,rgba(109,59,214,0) 68%);
  pointer-events:none;
  z-index:0;
}
.gtz-hero--home .gtz-hero__inner{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:clamp(2rem,5vw,4rem);
  text-align:left;
}
.gtz-hero--home .gtz-hero__inner > *{min-width:0}
.gtz-hero--home h1{font-size:clamp(2.5rem,6.4vw,4.75rem)}
@media (max-width:900px){
  .gtz-hero--home .gtz-hero__inner{grid-template-columns:1fr}
}

/* offer / glass card floating in hero right column */
.gtz-hero__card{
  background:var(--glass);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  padding:var(--pad-card);
}
.gtz-hero__card h2,.gtz-hero__card h3{margin-top:0}
.gtz-hero__card{box-shadow:var(--offset)}
.gtz-hero__aside{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}
.gtz-hero__aside > *{min-width:0}

/* --- INNER: compact page-header band --- */
.gtz-hero--inner{
  position:relative;
  background:var(--ink);
  color:var(--on-ink);
  border-bottom:var(--rule) solid var(--accent-2);
}
.gtz-hero--inner .gtz-hero__inner{
  position:relative;
  min-height:200px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-block:clamp(2.1rem,4.5vw,3.1rem);
  padding-inline:max(var(--gutter),calc((100% - var(--wrap))/2 + var(--gutter)));
}
.gtz-hero--inner .gtz-hero__inner::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(10,9,16,.92) 0%,rgba(10,9,16,.78) 55%,rgba(10,9,16,.55) 100%);
}
:where(.gtz-hero--inner .gtz-hero__inner > :not(.gtz-hero__img)){position:relative;z-index:2}
.gtz-hero--inner .gtz-hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-height:none;
  aspect-ratio:auto;
  object-fit:cover;
  z-index:0;
}
.gtz-hero--inner h1{color:#fff;font-size:clamp(1.9rem,4.4vw,3.1rem);margin-bottom:.25em}
.gtz-hero--inner .gtz-hero__eyebrow{color:var(--accent)}
.gtz-hero--inner .gtz-hero__sub{color:var(--on-ink-muted);font-size:1.15rem;margin:0}
.gtz-hero--inner .gtz-breadcrumb,
.gtz-hero--inner .gtz-breadcrumb a{color:var(--on-ink-muted)}
.gtz-hero--inner .gtz-breadcrumb a:hover{color:#fff}

/* ============================================================
   PAGE-HEADER (standalone, no-image variant)
   ============================================================ */
.gtz-page-header{
  position:relative;
  background:var(--ink);
  color:var(--on-ink);
  border-bottom:var(--rule) solid var(--accent-2);
  padding-block:clamp(2.1rem,4.5vw,3.1rem);
  overflow:hidden;
}
.gtz-page-header h1{color:#fff;font-size:clamp(1.9rem,4.4vw,3.1rem);margin-bottom:.2em}
.gtz-page-header__sub{color:var(--on-ink-muted);font-size:1.15rem;margin:.4rem 0 0}
.gtz-page-header .gtz-breadcrumb,
.gtz-page-header .gtz-breadcrumb a{color:var(--on-ink-muted)}
.gtz-page-header .gtz-breadcrumb a:hover{color:#fff}
.gtz-page-header__eyebrow{
  font-family:var(--font-util);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 .8rem;
}

/* breadcrumb */
.gtz-breadcrumb{
  font-family:var(--font-util);
  font-size:.82rem;
  letter-spacing:.06em;
  color:var(--text-muted);
  margin:0 0 1rem;
}
.gtz-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0}
.gtz-breadcrumb li{display:flex;align-items:center;gap:.5rem}
.gtz-breadcrumb li+li::before{content:"/";opacity:.5}
.gtz-breadcrumb a{color:inherit;text-decoration:none;display:inline-block;padding-block:.35rem}
.gtz-breadcrumb a:hover{text-decoration:underline}

/* ============================================================
   OVERVIEW / prose
   ============================================================ */
.gtz-overview p{margin:0 0 1.15em}
.gtz-overview p:last-child{margin-bottom:0}
.gtz-prose h3{margin-top:2rem}
.gtz-prose ul,.gtz-prose ol{padding-inline-start:1.3rem;margin:0 0 1.2em}
.gtz-prose li{margin-bottom:.5em}

/* ============================================================
   FEATURE CARDS — icon-rows pattern
   ============================================================ */
.gtz-features{display:flex;flex-direction:column;gap:0}
.gtz-feature{
  display:flex;
  align-items:flex-start;
  gap:clamp(1rem,2.5vw,1.75rem);
  padding-block:clamp(1.4rem,3vw,2rem);
  border-bottom:1px solid var(--border);
}
.gtz-feature:first-child{padding-top:0}
.gtz-feature:last-child{border-bottom:0;padding-bottom:0}
.gtz-feature > *{min-width:0}
.gtz-feature__icon{
  flex-shrink:0;
  width:clamp(52px,9vw,64px);
  height:clamp(52px,9vw,64px);
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--glass);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  color:var(--accent-2);
}
.gtz-feature__icon .gtz-icon{width:1.75rem;height:1.75rem}
.gtz-feature__body{flex:1;min-width:0}
.gtz-feature__title{
  font-family:var(--font-head);
  font-size:clamp(1.1rem,1.9vw,1.4rem);
  font-weight:800;
  letter-spacing:-.012em;
  margin:0 0 .4rem;
}
.gtz-feature__text{margin:0;color:var(--text-muted);font-size:1.08rem}
.gtz-section--ink .gtz-feature{border-bottom-color:rgba(255,255,255,.14)}
.gtz-section--ink .gtz-feature__title{color:#fff}
.gtz-section--ink .gtz-feature__text{color:var(--on-ink-muted)}

/* ============================================================
   CARDS GRID
   ============================================================ */
.gtz-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));
  gap:clamp(1rem,2.4vw,1.75rem);
}
.gtz-cards > *{min-width:0}
.gtz-card{
  background:var(--glass);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  padding:var(--pad-card);
}
.gtz-card__title{font-family:var(--font-head);font-size:1.25rem;font-weight:800;margin:0 0 .55rem}
.gtz-card p{margin:0 0 .8em;color:var(--text-muted)}
.gtz-card p:last-child{margin-bottom:0}
.gtz-card--solid{background:var(--bg-card);border-color:var(--border)}

/* bonus chip — signature print-block */
.gtz-chip{
  display:block;
  background:var(--glass);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  box-shadow:var(--offset);
  padding:var(--pad-card);
  transition:box-shadow .18s ease,transform .18s ease;
}
.gtz-chip:hover{box-shadow:var(--offset-hi);transform:translate(-3px,-3px)}
.gtz-chip__label{
  font-family:var(--font-util);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin:0 0 .6rem;
}
.gtz-chip__value{
  font-family:var(--font-head);
  font-size:clamp(1.6rem,3.4vw,2.3rem);
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.05;
  color:var(--accent);
  margin:0 0 .5rem;
}
.gtz-chip__note{margin:0;font-size:.98rem;color:var(--text-muted)}

/* ============================================================
   TABLES
   ============================================================ */
.gtz-table-wrap{
  overflow-x:auto;
  overscroll-behavior-x:contain;
  /* thin permanent scrollbar = the only overflow hint that never lies:
     the browser shows it exactly when the table is wider than the screen */
  scrollbar-width:thin;
  scrollbar-color:var(--accent-2) transparent;
  max-width:100%;
  margin-block:1.5rem;
  background:var(--glass);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
}
.gtz-table{
  width:100%;
  border-collapse:collapse;
  font-size:1.02rem;
  font-variant-numeric:tabular-nums;
}
.gtz-table th,.gtz-table td{
  padding:18px 1.15rem;
  text-align:start;
  border-bottom:1px solid var(--border);
  vertical-align:top;
}
.gtz-table thead th{
  background:var(--ink);
  color:#fff;
  font-family:var(--font-util);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
  border-bottom:0;
}
.gtz-table tbody tr:last-child td{border-bottom:0}
.gtz-table tbody tr:hover{background:rgba(109,59,214,.05)}
.gtz-table td:first-child{font-family:var(--font-util);font-weight:600}
.gtz-table .gtz-row--best td{background:rgba(255,102,51,.07)}
.gtz-table .gtz-row--best td:first-child{
  border-inline-start:4px solid var(--accent);
  position:relative;
}
.gtz-tag{
  display:inline-block;
  font-family:var(--font-util);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  background:var(--accent-strong);
  color:#fff;
  padding:.22rem .5rem;
  margin-inline-start:.5rem;
  border-radius:var(--radius);
  white-space:nowrap;
}
.gtz-table caption{
  caption-side:top;
  text-align:start;
  font-family:var(--font-util);
  font-size:.88rem;
  color:var(--text-muted);
  padding:0 0 .75rem;
}

/* payments table — icon column */
.gtz-payments .gtz-icon{color:var(--accent-2)}
.gtz-payments td:first-child{white-space:nowrap}
.gtz-pay-name{display:flex;align-items:center;gap:.6rem}

/* ============================================================
   TWO COLS + CONTENT PANEL
   ============================================================ */
.gtz-two-cols{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:clamp(1.5rem,4vw,3rem);
  align-items:start;
}
.gtz-two-cols > *{min-width:0}
@media (max-width:900px){.gtz-two-cols{grid-template-columns:1fr}}

.gtz-panel{
  background:var(--glass);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  padding:var(--pad-card);
}
/* tables live in a ~340px sidebar here — full padding leaves ~200px for two
   columns of text, so tighten it inside panels only */
.gtz-panel .gtz-table{font-size:.96rem}
.gtz-panel .gtz-table th,.gtz-panel .gtz-table td{padding:12px .7rem}
.gtz-panel .gtz-table-wrap{margin-block:0 1.15rem}
.gtz-panel__title{
  font-family:var(--font-util);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin:0 0 1.15rem;
  padding-bottom:.75rem;
  border-bottom:2px solid var(--glass-edge);
}
.gtz-panel + .gtz-panel{margin-top:1.25rem}

/* quick facts dl */
.gtz-facts{margin:0}
.gtz-facts__row{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:.5rem 1rem;
  padding:.7rem 0;
  border-bottom:1px solid var(--border);
}
.gtz-facts__row:last-child{border-bottom:0;padding-bottom:0}
.gtz-facts dt{
  font-family:var(--font-util);
  font-size:.85rem;
  letter-spacing:.04em;
  color:var(--text-muted);
  margin:0;
  min-width:0;
}
.gtz-facts dd{
  margin:0;
  font-family:var(--font-util);
  font-weight:700;
  font-size:.95rem;
  text-align:end;
  min-width:0;
}

/* checklist */
.gtz-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}
.gtz-checklist li{display:flex;align-items:flex-start;gap:.7rem;font-size:1.02rem;min-width:0}
.gtz-checklist .gtz-icon{color:var(--accent);margin-top:.15em}

/* mini stat tiles inside a panel */
.gtz-minigrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));
  gap:1px;
  background:var(--glass-edge);
  border:1px solid var(--glass-edge);
}
.gtz-minigrid > *{min-width:0}
.gtz-minitile{background:var(--bg-card);padding:1rem}
.gtz-minitile__value{
  font-family:var(--font-head);
  font-size:1.5rem;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--accent);
  line-height:1.1;
}
.gtz-minitile__label{
  font-family:var(--font-util);
  font-size:.74rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin-top:.3rem;
}

/* rating badge */
.gtz-score{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.gtz-score__value{
  font-family:var(--font-head);
  font-size:3rem;
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1;
  color:var(--accent);
}
.gtz-score__stars{display:flex;gap:.15rem;color:var(--accent)}
.gtz-score__stars .gtz-icon{width:1.15rem;height:1.15rem;fill:currentColor}
.gtz-score__label{
  font-family:var(--font-util);
  font-size:.8rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin-top:.25rem;
}

/* ============================================================
   NUMBERED LIST
   ============================================================ */
.gtz-steps{list-style:none;counter-reset:gtz-step;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.gtz-steps > li{
  counter-increment:gtz-step;
  position:relative;
  padding-inline-start:4.25rem;
  min-width:0;
}
.gtz-steps > li::before{
  content:counter(gtz-step,decimal-leading-zero);
  position:absolute;
  inset-inline-start:0;
  top:0;
  font-family:var(--font-head);
  font-size:1.5rem;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--accent-2);
  border:2px solid var(--glass-edge);
  border-radius:var(--radius);
  width:3rem;
  height:3rem;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gtz-steps h3{margin:0 0 .35rem}
.gtz-steps p{margin:0;color:var(--text-muted)}

/* ============================================================
   STATS BAR — counters pattern (bare oversized numbers)
   ============================================================ */
.gtz-stats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(170px,100%),1fr));
  gap:clamp(1.75rem,4vw,3rem);
}
.gtz-stats > *{min-width:0}
.gtz-stat{border:0;background:none;padding:0}
.gtz-stat__value{
  font-family:var(--font-head);
  font-size:clamp(2.2rem,5vw,3.5rem);
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.gtz-stat__label{
  font-family:var(--font-util);
  font-size:.8rem;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin-top:.75rem;
  line-height:1.45;
}
.gtz-section--ink .gtz-stat__label{color:var(--on-ink-muted)}

/* ============================================================
   CATEGORIES BAR — pills
   ============================================================ */
.gtz-cats{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}
.gtz-cats li{min-width:0}
.gtz-cat{
  display:inline-block;
  font-family:var(--font-util);
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--text-main);
  background:var(--glass);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  padding:.5rem .95rem;
  text-decoration:none;
}
.gtz-cat:hover{background:var(--ink);color:#fff;border-color:var(--ink);text-decoration:none}

/* ============================================================
   RTP GRID — slot tiles
   ============================================================ */
.gtz-rtp{
  display:grid;
  gap:clamp(.6rem,1.5vw,1rem);
  grid-template-columns:repeat(2,minmax(0,1fr));
  list-style:none;
  margin:0;
  padding:0;
}
@media (min-width:640px){.gtz-rtp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:960px){.gtz-rtp{grid-template-columns:repeat(4,minmax(0,1fr))}}
.gtz-rtp-item{
  position:relative;
  overflow:hidden;
  min-width:0;
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  background:var(--bg-card);
}
.gtz-rtp-item__thumb{
  aspect-ratio:3/2;
  position:relative;
  background:linear-gradient(135deg,rgba(109,59,214,.22) 0%,rgba(255,102,51,.28) 100%);
}
.gtz-rtp-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gtz-rtp-item__name{
  font-family:var(--font-util);
  font-size:.9rem;
  font-weight:700;
  line-height:1.3;
  padding:.7rem .8rem;
  margin:0;
  overflow-wrap:anywhere;
}
.gtz-rtp-tooltip{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  opacity:0;
  transition:opacity .2s;
  background:rgba(109,59,214,.82);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  color:#fff;
  font-family:var(--font-util);
  font-size:.82rem;
  font-weight:600;
  padding:.6rem .8rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:.5rem;
}
.gtz-rtp-item:hover .gtz-rtp-tooltip,
.gtz-rtp-item:focus-within .gtz-rtp-tooltip{opacity:1}
.gtz-rtp-tooltip b{color:var(--accent);font-family:var(--font-head)}
/* no hover on touch — the tooltip carries provider/RTP, so show it inline
   instead of hiding it behind an interaction that can never happen */
@media (hover:none){.gtz-rtp-tooltip{opacity:1}}
/* slot covers on the ink strip — the gallery is the one place a dark surface
   breaks up an otherwise uninterrupted light page */
.gtz-section--ink .gtz-rtp-item{background:var(--ink-2);border-color:rgba(255,255,255,.16)}
.gtz-section--ink .gtz-rtp-item__name{color:#fff}
.gtz-section--ink .gtz-lead{color:var(--on-ink-muted)}
.gtz-section--ink[data-num]::before{-webkit-text-stroke-color:rgba(255,255,255,.22)}

/* ============================================================
   FAQ — single column
   ============================================================ */
.gtz-faq{display:block}
.gtz-faq details{border-bottom:1px solid var(--border)}
.gtz-faq details:last-child{border-bottom:0}
.gtz-faq summary{
  cursor:pointer;
  padding:1rem 0;
  font-weight:600;
  list-style:none;
  font-family:var(--font-util);
  font-size:1.08rem;
  display:flex;
  align-items:flex-start;
  gap:.5rem;
}
.gtz-faq summary::-webkit-details-marker{display:none}
.gtz-faq summary::before{
  content:'+';
  margin-right:.5rem;
  transition:transform .2s;
  color:var(--accent);
  font-family:var(--font-head);
  font-weight:800;
}
.gtz-faq details[open] summary::before{content:'−'}
.gtz-faq details > :not(summary){padding:.5rem 0 1rem}
.gtz-faq details > :not(summary):last-child{color:var(--text-muted)}

/* ============================================================
   LEGAL BODY
   ============================================================ */
.gtz-legal{counter-reset:gtz-legal}
.gtz-legal h2{
  counter-increment:gtz-legal;
  font-size:clamp(1.3rem,2.4vw,1.8rem);
  margin-top:2.6rem;
  padding-top:1.6rem;
  border-top:1px solid var(--border);
}
.gtz-legal h2:first-child{margin-top:0;padding-top:0;border-top:0}
.gtz-legal h2::before{
  content:counter(gtz-legal) ". ";
  color:var(--accent-2);
}
.gtz-legal h3{margin-top:1.8rem;font-size:1.15rem}
.gtz-legal p,.gtz-legal li{color:var(--text-main)}
.gtz-legal ul,.gtz-legal ol{padding-inline-start:1.3rem}
.gtz-legal li{margin-bottom:.55em}
.gtz-legal address{font-style:normal;color:var(--text-muted)}

/* ============================================================
   TOC
   ============================================================ */
.gtz-toc{
  background:var(--glass);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid var(--glass-edge);
  border-radius:var(--radius);
  padding:var(--pad-card);
}
.gtz-toc__title{
  font-family:var(--font-util);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin:0 0 1rem;
}
.gtz-toc ol,.gtz-toc ul{list-style:none;margin:0;padding:0;counter-reset:gtz-toc}
.gtz-toc li{counter-increment:gtz-toc;border-bottom:1px solid var(--border)}
.gtz-toc li:last-child{border-bottom:0}
.gtz-toc a{
  display:block;
  padding:.65rem 0;
  font-family:var(--font-util);
  font-size:.98rem;
  color:var(--text-main);
  text-decoration:none;
}
.gtz-toc a::before{
  content:counter(gtz-toc,decimal-leading-zero);
  color:var(--accent-2);
  font-weight:700;
  margin-inline-end:.7rem;
}
.gtz-toc a:hover{color:var(--accent-2);text-decoration:none}

/* ============================================================
   CTA BLOCK
   ============================================================ */
.gtz-cta{
  background:var(--ink);
  color:var(--on-ink);
  padding-block:var(--strip);
  border-bottom:1px solid rgba(255,255,255,.12);
  position:relative;
  overflow:hidden;
}
.gtz-cta::before{
  content:"";
  position:absolute;
  inset:-30% -10% auto auto;
  width:52vw;height:52vw;
  max-width:700px;max-height:700px;
  background:radial-gradient(circle,rgba(109,59,214,.5) 0%,rgba(109,59,214,0) 70%);
  pointer-events:none;
}
.gtz-cta__inner{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:1.25rem;
  align-items:flex-start;
  text-align:start;
}
.gtz-cta__inner > *{min-width:0;margin:0}
.gtz-cta__eyebrow{
  font-family:var(--font-util);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--accent);
}
.gtz-cta h2{color:#fff;margin:0;max-width:22ch}
.gtz-cta p{color:var(--on-ink-muted);margin:0}
.gtz-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.gtz-cta__fine{font-family:var(--font-util);font-size:.85rem;color:var(--on-ink-muted)}
/* default link violet is 2.7:1 on the ink block — unusable there */
.gtz-cta a:not(.gtz-btn){color:#fff;text-decoration:underline}
.gtz-cta a:not(.gtz-btn):hover{color:var(--accent)}
.gtz-section--ink a:not(.gtz-btn){color:#fff;text-decoration:underline}
.gtz-section--ink a:not(.gtz-btn):hover{color:var(--accent)}
.gtz-cta .gtz-btn--ghost{color:#fff;border-color:rgba(255,255,255,.5)}
.gtz-cta .gtz-btn--ghost:hover{background:rgba(255,255,255,.08);color:#fff}
.gtz-cta--center .gtz-cta__inner{align-items:center;text-align:center}
.gtz-cta--center .gtz-cta__actions{justify-content:center}


/* ============================================================
   FOOTER — dark surface (LOGO_TONE light)
   ============================================================ */
.gtz-footer{
  background:var(--ink);
  color:var(--on-ink-muted);
  border-top:var(--rule) solid var(--accent-2);
  font-size:1rem;
}
.gtz-footer__top{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:clamp(1.75rem,4vw,3rem);
  padding-block:clamp(2.75rem,6vw,4.25rem);
}
.gtz-footer__top > *{min-width:0}
@media (max-width:900px){
  .gtz-footer__top{grid-template-columns:1fr 1fr}
  .gtz-footer__brand{grid-column:1/-1}
}
@media (max-width:560px){.gtz-footer__top{grid-template-columns:1fr}}

.gtz-footer__brand p{margin:1.1rem 0 0;color:var(--on-ink-muted);font-size:1rem;line-height:1.65}
.gtz-footer__brand .gtz-logo{display:inline-flex}
.gtz-footer__col h3{
  font-family:var(--font-util);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 1.1rem;
}
.gtz-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}
.gtz-footer__col li{min-width:0}
.gtz-footer__col a{
  color:var(--on-ink);
  text-decoration:none;
  font-family:var(--font-util);
  font-size:.95rem;
  display:inline-block;
  padding-block:.5rem;   /* ~44px touch target */
}
.gtz-footer__col a:hover{color:var(--accent);text-decoration:none}

.gtz-footer__legal{
  border-top:1px solid rgba(255,255,255,.14);
  padding-block:clamp(1.5rem,3vw,2.25rem);
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.gtz-footer__age{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:44px;height:44px;
  border:2px solid var(--accent);
  border-radius:var(--radius);
  color:var(--accent);
  font-family:var(--font-head);
  font-weight:800;
  font-size:.95rem;
  letter-spacing:0;
}
.gtz-footer__disclaimer{
  display:flex;
  align-items:flex-start;
  gap:1rem;
}
.gtz-footer__disclaimer p{margin:0;font-size:.92rem;line-height:1.6;color:var(--on-ink-muted)}
.gtz-footer__help{margin:0;font-size:.92rem;line-height:1.6;color:var(--on-ink-muted)}
.gtz-footer__help a{color:var(--on-ink);text-decoration:underline}
.gtz-footer__help a:hover{color:var(--accent)}
.gtz-footer__bottom{
  border-top:1px solid rgba(255,255,255,.14);
  padding-block:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1.5rem;
  justify-content:space-between;
  align-items:center;
  font-family:var(--font-util);
  font-size:.85rem;
  color:var(--on-ink-muted);
}
.gtz-footer__bottom > *{min-width:0;margin:0}
.gtz-footer__bottom a{color:var(--on-ink-muted)}
.gtz-footer__bottom a:hover{color:var(--accent)}

/* ============================================================
   MOTION
   ============================================================ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  .gtz-btn:hover,.gtz-chip:hover{transform:none}
}
/* sa-responsive-net */
table th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-chip */
.gtz-footer .gtz-logo__img{filter:none;background:transparent;padding:0}
.gtz-footer .gtz-footer__logo-chip{background:transparent;padding:0}
/* sa-logo-fit */
.gtz-logo__img{object-fit:contain}
/* sa-ph-media */
.gtz-page-header:has(.gtz-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.gtz-page-header:has(.gtz-hero__img) .gtz-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
.gtz-page-header:has(.gtz-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(.gtz-page-header:has(.gtz-hero__img)>:not(.gtz-hero__img)){position:relative;z-index:2}
.gtz-page-header:has(.gtz-hero__img),.gtz-page-header:has(.gtz-hero__img) h1,.gtz-page-header:has(.gtz-hero__img) a,.gtz-page-header:has(.gtz-hero__img) p,.gtz-page-header:has(.gtz-hero__img) li,.gtz-page-header:has(.gtz-hero__img) span{color:#fff}
/* sa-hero-media */
.gtz-hero:has(>.gtz-hero__img){position:relative;isolation:isolate}
.gtz-hero:has(>.gtz-hero__img)>.gtz-hero__img{z-index:0}
.gtz-hero:has(>.gtz-hero__img)::after{z-index:1}
:where(.gtz-hero:has(>.gtz-hero__img)>:not(.gtz-hero__img)){position:relative;z-index:2}
/* sa-rhythm */
:where(.gtz-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.gtz-table-wrap)+p{margin-block-start:1rem}
/* sa-slot-link */
.gtz-rtp-item,.gtz-rtp-item:hover,.gtz-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}

/* ============================================================
   MEASURE — prose in full-width sections ran the whole 1088px
   container at 20px serif (~110 characters per line)
   ============================================================ */
/* :not(.gtz-kicker) — the kicker's ::after hairline must keep spanning the
   full section width, it is the section divider */
.gtz-section > .gtz-container > p:not(.gtz-kicker){max-width:70ch}
.gtz-lead{max-width:66ch}
.gtz-feature__body{max-width:76ch}
.gtz-legal p,.gtz-legal li{max-width:72ch}
.gtz-cta p{max-width:62ch}

/* ============================================================
   SMALL SCREENS — readable measure, usable targets
   ============================================================ */
@media (max-width:600px){
  /* 20px serif at 283px of content gives ~28 characters per line */
  body{font-size:1.0625rem}
  .gtz-lead{font-size:1.15rem}
  .gtz-hero__sub{font-size:1.08rem}
  .gtz-hero--inner .gtz-hero__sub{font-size:1.02rem}
  .gtz-feature__text,.gtz-checklist li{font-size:1rem}
  /* 68px of indent out of ~240px of panel width left ~9 characters per line */
  .gtz-steps{gap:1.15rem}
  .gtz-steps > li{padding-inline-start:0}
  .gtz-steps > li::before{position:static;margin-bottom:.5rem;width:2.5rem;height:2.5rem;font-size:1.25rem}
  .gtz-table th,.gtz-table td{padding:14px .8rem}
}

/* transforms stick after a tap on touch devices */
@media (hover:none){
  .gtz-btn:hover,.gtz-chip:hover{transform:none;box-shadow:var(--offset)}
  .gtz-btn--ghost:hover{box-shadow:none}
}

/* the JS-injected back-to-top button ships with round corners and a soft
   shadow — realign it with the sharp/offset system */
.gtz-back-top{
  border-radius:0!important;
  background:var(--accent-strong)!important;
  color:#fff!important;
  box-shadow:4px 4px 0 var(--accent-2)!important;
}
