/* ============================================================
   GGBet GR — «White Vault» :: namespace gtc-
   Archetype: sidebar · Theme: light · Shape: sharp · Density: airy
   ============================================================ */



:root{
  --bg-main:#FAFAF8;
  --bg-card:#FFFFFF;
  --accent:#FF6633;        /* decorative only — 2.9:1 on light, never behind text */
  --accent-strong:#C2410C; /* text/UI tone — 5.3:1 with #fff, 4.9:1 on light bg */
  --accent-2:#0E5C5C;
  --text-main:#0A0C0C;
  --text-muted:#5A6666;
  --border:#D8DAD6;

  /* dark surfaces for header/footer (logo tone = light) */
  --bar-bg:#0A0C0C;
  --bar-bg-2:#141818;
  --bar-text:#F2F4F2;
  --bar-muted:#9AA6A6;
  --bar-border:#2A3030;

  /* Oswald ships no Greek subset — headings fell back to a generic sans.
     Roboto Condensed covers greek + greek-ext and keeps the condensed voice. */
  --font-head:'Roboto Condensed',
    'Noto Sans Display',
    'Arial Narrow',
    sans-serif;
  --font-body:'IBM Plex Sans',
    -apple-system,
    'Segoe UI',
    Arial,
    sans-serif;

  --radius:0px;         /* SHAPE = sharp */
  --radius-sm:2px;
  --container:1120px;   /* sidebar archetype → tighter band */
  --gutter:clamp(1.15rem, 4vw, 2.25rem);
  --sp-section:clamp(3.5rem, 7vw, 6rem);   /* DENSITY = airy */
  --sp-block:clamp(1.75rem, 3.5vw, 2.75rem);
  --hairline:1px solid var(--border);
  --hard-shadow:3px 3px 0 var(--text-main);
  --tracking:.08em;
}

*{box-sizing:border-box}
*::selection{background:var(--accent-strong);color:#fff}

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg-main);
  color:var(--text-main);
  font-family:var(--font-body);
  font-size:clamp(1rem,.97rem + .18vw,1.0625rem);
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  font-variant-numeric:tabular-nums;
}

img{max-width:100%}
p{margin:0 0 1.05em}
p:last-child{margin-bottom:0}
a{color:var(--accent-2);text-underline-offset:3px;text-decoration-thickness:1px}
a:hover{color:var(--accent-strong)}
:focus-visible{outline:3px solid var(--accent-strong);outline-offset:2px}

/* Greek reads badly in long all-caps runs (and loses the tonos), so the caps
   treatment is reserved for short labels: eyebrows, buttons, th, panel titles. */
h1,h2,h3,h4,h5{
  font-family:var(--font-head);
  font-weight:600;
  line-height:1.12;
  margin:0 0 .6em;
  letter-spacing:.01em;
}
h1{font-size:clamp(1.95rem,1.35rem + 2.8vw,3.1rem);letter-spacing:.005em;line-height:1.1}
h2{font-size:clamp(1.5rem,1.15rem + 1.6vw,2.15rem)}
h3{font-size:clamp(1.18rem,1.05rem + .65vw,1.45rem)}
h4{font-size:1.05rem;letter-spacing:.05em;text-transform:uppercase}
strong,b{font-weight:600}
ul,ol{padding-inline-start:1.15rem;margin:0 0 1.05em}
li{margin-bottom:.45em}
li::marker{color:var(--accent-strong)}
hr{border:0;border-top:var(--hairline);margin:var(--sp-block) 0}

/* eyebrow / label — structural device: uppercase condensed tag */
.gtc-eyebrow{
  font-family:var(--font-head);
  font-size:.75rem;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent-2);
  display:flex;
  align-items:center;
  gap:.6rem;
  margin:0 0 1rem;
}
.gtc-eyebrow::before{content:"";width:26px;height:4px;background:var(--accent);flex-shrink:0}

/* ---------- container / sections ---------- */
.gtc-container{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:var(--gutter);
}
.gtc-section{padding-block:var(--sp-section)}
.gtc-section--alt{background:#F2F3F0}
.gtc-section--tight{padding-block:clamp(2.25rem,4vw,3.25rem)}
.gtc-section__head{margin-bottom:var(--sp-block)}
.gtc-section__head p{color:var(--text-muted);max-width:none}

/* ---------- HEADER (dark bar — LOGO_TONE light) ---------- */
.gtc-header{
  position:sticky;
  top:0;
  z-index:50;
  background:var(--bar-bg);
  border-bottom:4px solid var(--accent);
}
.gtc-header__bar{
  max-width:var(--container);
  margin-inline:auto;
  padding:.7rem var(--gutter);
  display:flex;
  align-items:center;
  gap:clamp(.6rem,2vw,1.75rem);
}
.gtc-header__bar > *{min-width:0}

.gtc-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none;line-height:0}
.gtc-logo__img{
  display:block;
  height:40px;
  width:auto;
  object-fit:contain;
  max-width:min(45vw,190px);
}
@media (max-width:600px){
  .gtc-logo__img{height:32px;max-width:min(42vw,150px)}
}

.gtc-nav{
  margin-inline-start:auto;
  display:flex;
  align-items:center;
  gap:clamp(.85rem,1.7vw,1.5rem);
}
.gtc-nav a:not(.gtc-btn){
  font-family:var(--font-head);
  font-size:.85rem;
  font-weight:400;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--bar-text);
  text-decoration:none;
  padding:.45rem 0;
  border-bottom:2px solid transparent;
  white-space:nowrap;
}
.gtc-nav a:not(.gtc-btn):hover,
.gtc-nav a:not(.gtc-btn)[aria-current="page"]{
  color:#fff;border-bottom-color:var(--accent);
}
/* exactly one CTA is ever visible: the bar button, or — under 480px where the
   bar button no longer fits — the one inside the dropdown */
.gtc-nav .gtc-btn{display:none}

.gtc-header__cta{flex-shrink:0}
.gtc-burger{
  display:none;
  flex-shrink:0;
  width:44px;height:44px;
  margin-inline-start:auto;
  padding:0;
  background:transparent;
  border:1px solid var(--bar-border);
  border-radius:0;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.gtc-burger span{
  display:block;
  width:22px;height:2px;
  background:var(--bar-text);
  transition:transform .2s,opacity .2s;
}
.gtc-header.is-open .gtc-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.gtc-header.is-open .gtc-burger span:nth-child(2){opacity:0}
.gtc-header.is-open .gtc-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* 1024, not 960: the six Greek nav labels + logo + CTA need ~940px and left no
   margin for a fallback font at the old breakpoint */
@media (max-width:1023px){
  .gtc-burger{display:flex}
  .gtc-nav{
    display:none;
    position:absolute;
    left:0;right:0;
    top:100%;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin:0;
    padding:.5rem var(--gutter) 1.25rem;
    background:var(--bar-bg-2);
    border-bottom:4px solid var(--accent);
    /* the panel is taller than a landscape viewport — let it scroll instead of
       clipping the last items while body scroll is locked */
    max-height:calc(100vh - 3.5rem);
    max-height:calc(100dvh - 3.5rem);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .gtc-header.is-open .gtc-nav{display:flex}
  .gtc-nav a:not(.gtc-btn){
    padding:.85rem 0;
    border-bottom:1px solid var(--bar-border);
    font-size:.95rem;
  }
  .gtc-nav a:not(.gtc-btn):hover,
  .gtc-nav a:not(.gtc-btn)[aria-current="page"]{border-bottom-color:var(--bar-border)}
  /* group CTA + burger on the right instead of leaving the CTA glued to the logo */
  .gtc-header__cta{padding:.6rem 1rem;font-size:.78rem;box-shadow:none;margin-inline-start:auto}
  .gtc-burger{margin-inline-start:0}
}
@media (max-width:479px){
  .gtc-header__cta{display:none}   /* copy moves into the dropdown */
  .gtc-nav .gtc-btn{display:inline-flex;width:100%;justify-content:center;margin-top:1rem;box-shadow:none}
}

/* ---------- BUTTONS ---------- */
.gtc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  font-family:var(--font-head);
  font-weight:500;
  font-size:.9rem;
  letter-spacing:var(--tracking);
  text-transform:uppercase;
  text-decoration:none;
  padding:.85rem 1.6rem;
  border:0;
  border-radius:var(--radius);
  background:var(--accent-strong);
  color:#fff;
  cursor:pointer;
  box-shadow:var(--hard-shadow);
  transition:transform .12s ease,box-shadow .12s ease;
}
.gtc-btn:hover{color:#fff;transform:translate(2px,2px);box-shadow:1px 1px 0 var(--text-main)}
.gtc-btn:active{transform:translate(3px,3px);box-shadow:0 0 0 var(--text-main)}
.gtc-btn--ghost{
  background:transparent;
  color:var(--accent-2);
  border:1px solid var(--accent-2);
  box-shadow:none;
}
.gtc-btn--ghost:hover{background:var(--accent-2);color:#fff;transform:none;box-shadow:none}
.gtc-btn--lg{padding:1.05rem 2.1rem;font-size:1rem}
.gtc-btn--block{width:100%}

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

/* ---------- HERO (mirror-split: visual LEFT, text RIGHT) ---------- */
.gtc-hero{
  padding-block:clamp(3rem,6vw,5.5rem);
  background:var(--bg-main);
  border-bottom:var(--hairline);
}
.gtc-hero__inner{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(1.75rem,4vw,3rem);
  align-items:center;
}
.gtc-hero__inner > *{min-width:0}
/* on narrow screens the headline and CTA come first — the artwork follows */
.gtc-hero__visual{order:2}
@media (min-width:900px){
  .gtc-hero__inner{grid-template-columns:.9fr 1.1fr}
  .gtc-hero__visual{order:0;grid-column:1}
  .gtc-hero__text{grid-column:2}
}
.gtc-hero__text h1{margin-bottom:.45em}
.gtc-hero__sub{
  font-size:clamp(1.02rem,.98rem + .35vw,1.2rem);
  color:var(--text-muted);
  margin-bottom:1.9rem;
}
.gtc-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.gtc-hero__note{
  margin-top:1.4rem;
  font-size:.8rem;
  color:var(--text-muted);
  letter-spacing:.02em;
}
.gtc-hero__img{
  display:block;
  width:100%;
  height:auto;
  max-height:70vh;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:var(--radius);
}
/* signature: the oversized offer figure */
.gtc-figure{margin:0 0 1.6rem}
.gtc-figure__num{
  font-family:var(--font-head);
  font-weight:600;
  font-size:clamp(3.4rem,9vw,5.5rem);
  line-height:.9;
  color:var(--text-main);
  letter-spacing:-.01em;
  display:block;
}
.gtc-figure__cur{color:var(--accent-strong)}
.gtc-figure__terms{
  display:block;
  margin-top:.9rem;
  font-size:.8125rem;
  color:var(--text-muted);
  letter-spacing:.02em;
}

/* ---------- FEATURE CARDS :: icon-rows ---------- */
.gtc-features{display:flex;flex-direction:column;gap:0}
.gtc-feature{
  display:flex;
  align-items:flex-start;
  gap:clamp(1rem,2.5vw,1.75rem);
  padding-block:clamp(1.35rem,2.5vw,1.9rem);
  border-bottom:var(--hairline);
}
.gtc-feature:first-child{padding-top:0}
.gtc-feature:last-child{border-bottom:0;padding-bottom:0}
.gtc-feature > *{min-width:0}
.gtc-feature__icon{
  flex-shrink:0;
  width:clamp(44px,9vw,56px);
  height:clamp(44px,9vw,56px);
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--accent-strong);
  color:#fff;
  border-radius:var(--radius);
}
.gtc-feature__icon .gtc-icon{width:1.6rem;height:1.6rem}
.gtc-feature__body{flex:1}
.gtc-feature__title{
  font-family:var(--font-head);
  font-size:clamp(1.02rem,.98rem + .3vw,1.2rem);
  letter-spacing:.01em;
  margin:0 0 .35rem;
}
.gtc-feature__text{color:var(--text-muted);margin:0;font-size:.97rem}

/* ---------- DATA TABLE ---------- */
.gtc-table-wrap{
  overflow-x:auto;
  max-width:100%;
  margin-block:1.5rem;
  /* a permanently visible thin scrollbar is the affordance — an overlay one
     appears only mid-gesture and the table then reads as fully shown */
  scrollbar-width:thin;
  scrollbar-color:var(--text-muted) var(--border);
}
.gtc-table-wrap::-webkit-scrollbar{height:8px}
.gtc-table-wrap::-webkit-scrollbar-track{background:var(--border)}
.gtc-table-wrap::-webkit-scrollbar-thumb{background:var(--text-muted)}
.gtc-table{
  width:100%;
  min-width:520px;
  border-collapse:collapse;
  font-size:.95rem;
  font-variant-numeric:tabular-nums;
  background:var(--bg-card);
}
.gtc-table caption{
  caption-side:top;
  text-align:start;
  font-family:var(--font-head);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:.78rem;
  color:var(--text-muted);
  padding-bottom:.7rem;
}
.gtc-table th,.gtc-table td{
  padding:.85rem 1rem;
  text-align:start;
  border-bottom:var(--hairline);
  vertical-align:top;
  overflow-wrap:anywhere;
}
.gtc-table thead th{
  white-space:nowrap;
  background:var(--accent-2);
  color:#fff;
  font-family:var(--font-head);
  font-weight:500;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-size:.8rem;
  border-bottom:0;
}
.gtc-table tbody tr:last-child td{border-bottom:0}
.gtc-table th[scope="row"]{
  font-weight:600;
  white-space:normal;   /* long Greek row labels wrapped beats a wider scroll */
  min-width:8.5rem;
  /* keeps the row label in view while a wide table is scrolled sideways */
  position:sticky;
  inset-inline-start:0;
  background:var(--bg-card);
  z-index:1;
  box-shadow:1px 0 0 var(--border);   /* seam the scrolled cells slide under */
}
/* rows start with <th scope="row">, so the old td:first-child never matched
   and the highlighted row had no marker at all */
.gtc-table tr.is-pick th[scope="row"]{box-shadow:inset 4px 0 0 var(--accent),1px 0 0 var(--border)}
/* a two-column table inside the narrow aside must never force a scrollbar */
.gtc-panel .gtc-table{min-width:0}
.gtc-panel .gtc-table-wrap{background:none;margin-block:0}
.gtc-panel .gtc-table th,.gtc-panel .gtc-table td{padding:.7rem .5rem;white-space:normal}
.gtc-panel .gtc-table th[scope="row"]{position:static;min-width:0}
.gtc-chip{
  display:inline-block;
  background:var(--accent-strong);
  color:#fff;
  font-family:var(--font-head);
  font-size:.7rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  padding:.2rem .5rem;
  border-radius:0;
}

/* ---------- TWO COLS + CONTENT PANEL ---------- */
.gtc-two{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(1.5rem,3.5vw,2.75rem);
  align-items:start;
}
.gtc-two > *{min-width:0}
@media (min-width:900px){
  .gtc-two{grid-template-columns:1.25fr .75fr}
  .gtc-two--mirror{grid-template-columns:.75fr 1.25fr}
  .gtc-two--mirror .gtc-two__main{order:2}
}
.gtc-panel{
  background:var(--bg-card);
  border:var(--hairline);
  border-top:4px solid var(--accent-2);
  border-radius:var(--radius);
  padding:clamp(1.25rem,2.5vw,1.75rem);
}
.gtc-panel__title{
  font-family:var(--font-head);
  font-size:.82rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin:0 0 1rem;
}
.gtc-facts{margin:0}
.gtc-facts__row{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:.4rem 1rem;
  padding:.7rem 0;
  border-bottom:var(--hairline);
}
.gtc-facts__row:last-child{border-bottom:0;padding-bottom:0}
.gtc-facts__row dt{
  color:var(--text-muted);
  font-size:.82rem;
  letter-spacing:.05em;
  text-transform:uppercase;
  font-family:var(--font-head);
}
.gtc-facts__row dd{margin:0;font-weight:600;text-align:end;overflow-wrap:anywhere}

.gtc-checklist{list-style:none;margin:0;padding:0}
.gtc-checklist li{
  display:flex;
  align-items:flex-start;
  gap:.7rem;
  padding:.6rem 0;
  border-bottom:var(--hairline);
  font-size:.95rem;
  margin:0;
}
.gtc-checklist li:last-child{border-bottom:0}
.gtc-checklist .gtc-icon{color:var(--accent-strong);width:1.15rem;height:1.15rem;margin-top:.28rem}

/* ---------- STATS BAR :: counters ---------- */
.gtc-stats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(165px,100%),1fr));
  gap:clamp(1.75rem,4vw,3rem);
}
.gtc-stats > *{min-width:0}
.gtc-stat{border:0;padding:0;background:none}
.gtc-stat__val{
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:clamp(2.2rem,5vw,3.5rem);
  line-height:1;
  color:var(--accent-strong);
  letter-spacing:-.005em;
}
.gtc-stat__lbl{
  display:block;
  margin-top:.6rem;
  font-size:.76rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--text-muted);
}

/* ---------- PAGE HEADER ---------- */
.gtc-page-header{
  position:relative;
  background:var(--bg-card);
  border-bottom:var(--hairline);
  padding-block:clamp(2.25rem,5vw,3.5rem);
}
.gtc-page-header h1{margin-bottom:.35em}
.gtc-page-header__sub{color:var(--text-muted);margin:0}
.gtc-breadcrumb{
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-family:var(--font-head);
  color:var(--text-muted);
  margin-bottom:1rem;
}
.gtc-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}
.gtc-breadcrumb li{margin:0;display:flex;gap:.4rem;align-items:center}
.gtc-breadcrumb li+li::before{content:"/";color:var(--border)}
.gtc-breadcrumb a{color:var(--text-muted);text-decoration:none;text-decoration-line:underline;text-decoration-color:transparent}
.gtc-breadcrumb a:hover{text-decoration-color:currentColor}

/* ---------- LEGAL BODY ---------- */
.gtc-legal{counter-reset:gtcsec}
.gtc-legal h2{
  counter-increment:gtcsec;
  font-size:clamp(1.15rem,1.05rem + .5vw,1.45rem);
  margin-top:2.5rem;
  padding-top:1.4rem;
  border-top:var(--hairline);
  display:flex;
  gap:.75rem;
  align-items:baseline;
}
.gtc-legal h2:first-child{margin-top:0;border-top:0;padding-top:0}
.gtc-legal h2::before{
  content:counter(gtcsec,decimal-leading-zero);
  color:var(--accent-strong);
  font-size:.85em;
  flex-shrink:0;
}
.gtc-legal h3{margin-top:1.6rem;font-size:1.02rem;letter-spacing:.04em}
.gtc-legal p,.gtc-legal li{color:var(--text-muted)}
.gtc-legal__meta{
  font-size:.8rem;
  color:var(--text-muted);
  letter-spacing:.06em;
  text-transform:uppercase;
  font-family:var(--font-head);
  margin-bottom:2rem;
}

/* ---------- FAQ :: two-col ---------- */
.gtc-faq{
  display:grid;
  grid-template-columns:1fr;
  gap:0 clamp(1.5rem,3.5vw,3rem);
  align-items:start;
}
.gtc-faq > *{min-width:0}
@media (min-width:768px){
  .gtc-faq{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.gtc-faq details{border-bottom:var(--hairline)}
.gtc-faq summary{cursor:pointer;padding:1rem 0;font-weight:600;list-style:none;font-family:var(--font-head);font-size:1.02rem;letter-spacing:.02em;text-transform:none;display:flex;gap:.5rem;align-items:baseline}
.gtc-faq summary::-webkit-details-marker{display:none}
.gtc-faq summary::before{content:'+';margin-right:.5rem;color:var(--accent-strong);font-weight:600}
.gtc-faq details[open] summary::before{content:'−'}
.gtc-faq details > :not(summary){padding:.5rem 0 1rem;color:var(--text-muted);font-size:.96rem}

/* ---------- CTA BLOCK ---------- */
.gtc-cta{
  background:var(--accent-2);
  color:#fff;
  padding-block:var(--sp-section);
  text-align:center;
}
.gtc-cta__inner{display:flex;flex-direction:column;align-items:center;gap:1.1rem}
.gtc-cta .gtc-eyebrow{color:#BFE0DC;justify-content:center}
.gtc-cta .gtc-eyebrow::before{background:var(--accent)}
.gtc-cta h2{color:#fff;margin:0}
.gtc-cta p{color:#D6E6E4;margin:0;font-size:1.05rem}
.gtc-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0}
.gtc-cta .gtc-btn{box-shadow:3px 3px 0 #04302F}
.gtc-cta .gtc-btn:hover{box-shadow:1px 1px 0 #04302F}
.gtc-cta .gtc-btn--ghost{border-color:#fff;color:#fff;background:transparent;box-shadow:none}
.gtc-cta .gtc-btn--ghost:hover{background:#fff;color:var(--accent-2)}
.gtc-cta__fine{font-size:.78rem;color:#A9C9C6;margin:0;letter-spacing:.03em}

/* ---------- RTP GRID ---------- */
.gtc-rtp{display:grid;gap:clamp(.6rem,1.5vw,1rem);grid-template-columns:repeat(2,minmax(0,1fr))}
@media (min-width:640px){.gtc-rtp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:960px){.gtc-rtp{grid-template-columns:repeat(4,minmax(0,1fr))}}
.gtc-rtp-item{
  position:relative;
  overflow:hidden;
  min-width:0;
  background:var(--bg-card);
  border:var(--hairline);
  border-radius:var(--radius);
}
.gtc-rtp-item__thumb{
  aspect-ratio:3/2;
  position:relative;
  background:linear-gradient(135deg,var(--accent-2) 0%,#0A0C0C 100%);
}
.gtc-rtp-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gtc-rtp-item__body{padding:.7rem .85rem}
.gtc-rtp-item__name{
  font-family:var(--font-head);
  font-size:.88rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin:0;
  overflow-wrap:anywhere;
}
.gtc-rtp-item__meta{font-size:.76rem;color:var(--text-muted);margin:.2rem 0 0;letter-spacing:.04em}
.gtc-rtp-tooltip{
  position:absolute;
  bottom:0;left:0;right:0;
  opacity:0;
  transition:opacity .2s;
  background:rgba(10,12,12,.92);
  color:#fff;
  padding:.6rem .8rem;
  font-size:.78rem;
  line-height:1.4;
}
.gtc-rtp-item:hover .gtc-rtp-tooltip,
.gtc-rtp-item:focus-within .gtc-rtp-tooltip{opacity:1}
/* no hover on touch — the volatility line would be unreachable, so it drops
   into the card body instead of floating over the artwork */
@media (hover:none){
  .gtc-rtp-tooltip{
    position:static;
    opacity:1;
    background:none;
    color:var(--text-muted);
    padding:.35rem .85rem 0;
    font-size:.78rem;
    display:block;
  }
  .gtc-rtp-item__thumb{aspect-ratio:auto;display:block;background:none}
  .gtc-rtp-item__thumb img{aspect-ratio:3/2;height:auto;background:linear-gradient(135deg,var(--accent-2) 0%,#0A0C0C 100%)}
}

/* ---------- FOOTER (dark — LOGO_TONE light) ---------- */
.gtc-footer{
  background:var(--bar-bg);
  color:var(--bar-muted);
  border-top:4px solid var(--accent);
  padding-block:clamp(2.75rem,5vw,4rem) 0;
  font-size:.92rem;
}
.gtc-footer__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(1.75rem,3.5vw,2.75rem);
  padding-bottom:clamp(2rem,4vw,2.75rem);
}
.gtc-footer__grid > *{min-width:0}
@media (min-width:760px){
  .gtc-footer__grid{grid-template-columns:1.5fr 1fr 1fr}
}
.gtc-footer__brand p{color:var(--bar-muted);font-size:.9rem;margin-top:1.1rem}
.gtc-footer__col-title{
  font-family:var(--font-head);
  font-size:.76rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--bar-text);
  margin:0 0 1rem;
  padding-bottom:.6rem;
  border-bottom:1px solid var(--bar-border);
}
.gtc-footer__list{list-style:none;margin:0;padding:0}
.gtc-footer__list li{margin:0}
.gtc-footer__list a{
  display:flex;
  align-items:center;
  min-height:44px;      /* thumb-sized target */
  padding:.35rem 0;
  color:var(--bar-muted);
  text-decoration:none;
  font-size:.9rem;
}
.gtc-footer__list a:hover{color:var(--accent)}
.gtc-footer__contact{margin:0;color:var(--bar-muted);font-size:.9rem;overflow-wrap:anywhere}
.gtc-footer__contact a{color:var(--bar-text);text-decoration:none}
.gtc-footer__contact a:hover{color:var(--accent)}

.gtc-footer__note{
  border-top:1px solid var(--bar-border);
  padding-block:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  align-items:flex-start;
}
.gtc-footer__note > *{min-width:0}
.gtc-age{
  flex-shrink:0;
  width:46px;height:46px;
  display:flex;align-items:center;justify-content:center;
  border:2px solid var(--accent);
  color:var(--accent);
  font-family:var(--font-head);
  font-size:1rem;
  letter-spacing:.02em;
}
.gtc-footer__disclaimer{margin:0;font-size:.82rem;line-height:1.65;color:var(--bar-muted);flex:1 1 300px}
.gtc-footer__bottom{
  border-top:1px solid var(--bar-border);
  padding-block:1.25rem 1.6rem;
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1.5rem;
  justify-content:space-between;
  align-items:center;
  font-size:.8rem;
  letter-spacing:.04em;
}
.gtc-footer__bottom p{margin:0}
.gtc-footer__legal{display:flex;flex-wrap:wrap;gap:0 1.25rem;list-style:none;margin:0;padding:0}
.gtc-footer__legal li{margin:0}
.gtc-footer__legal a{display:flex;align-items:center;min-height:44px;color:var(--bar-muted);text-decoration:none}
.gtc-footer__legal a:hover{color:var(--accent)}

/* ---------- UTILITIES ---------- */
.gtc-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* sa-responsive-net */
table th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-chip */
.gtc-footer .gtc-logo__img{filter:none;background:transparent;padding:0}
/* sa-logo-fit */
.gtc-logo__img{object-fit:contain}
/* sa-ph-media */
.gtc-page-header:has(.gtc-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.gtc-page-header:has(.gtc-hero__img) .gtc-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
/* darker toward the bottom, where the sub-headline sits — the generated hero
   art varies in brightness and the old .5 tail could not carry white text */
.gtc-page-header:has(.gtc-hero__img)::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,12,18,.55),rgba(10,12,18,.82))}
:where(.gtc-page-header:has(.gtc-hero__img)>:not(.gtc-hero__img)){position:relative;z-index:2}
.gtc-page-header:has(.gtc-hero__img),.gtc-page-header:has(.gtc-hero__img) h1,.gtc-page-header:has(.gtc-hero__img) a,.gtc-page-header:has(.gtc-hero__img) p,.gtc-page-header:has(.gtc-hero__img) li,.gtc-page-header:has(.gtc-hero__img) span{color:#fff}
/* sa-hero-media */
.gtc-hero:has(>.gtc-hero__img){position:relative;isolation:isolate}
.gtc-hero:has(>.gtc-hero__img)>.gtc-hero__img{z-index:0}
.gtc-hero:has(>.gtc-hero__img)::after{z-index:1}
:where(.gtc-hero:has(>.gtc-hero__img)>:not(.gtc-hero__img)){position:relative;z-index:2}
/* sa-rhythm */
:where(.gtc-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.gtc-table-wrap)+p{margin-block-start:1rem}
/* sa-slot-link */
.gtc-rtp-item,.gtc-rtp-item:hover,.gtc-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}

/* ---------- MOBILE REFINEMENTS ---------- */
@media (max-width:767px){
  /* nothing under 14px in text people actually read */
  .gtc-footer__disclaimer,.gtc-cta__fine,.gtc-hero__note{font-size:.875rem}
  .gtc-footer__bottom,.gtc-legal__meta{font-size:.85rem}
  .gtc-rtp-item__meta,.gtc-stat__lbl,.gtc-rtp-tooltip{font-size:.8rem}
  .gtc-breadcrumb{margin-bottom:.5rem}
  .gtc-breadcrumb a{display:inline-flex;align-items:center;min-height:40px}
  .gtc-table th,.gtc-table td{padding:.75rem .8rem}
  .gtc-hero__actions .gtc-btn{flex:1 1 100%}
}
