/* =========================================================
   10bet GT — bespoke stylesheet
   Sleek international sportsbook: near-black chrome,
   vivid green accent, off-white content surfaces.
   ========================================================= */

:root{
  --ink:        #0d0f12;
  --ink-2:      #15181d;
  --ink-3:      #1e2228;
  --ink-line:   #2a2f36;
  --green:      #5cfd86;
  --green-2:    #6ecd8d;
  --green-deep: #1c8f4e;
  --paper:      #efefef;
  --paper-2:    #ffffff;
  --paper-line: #dcdcdc;
  --ink-text:   #f5f6f5;
  --ink-text-soft: #a4aba7;
  --text:       #14161a;
  --text-soft:  #565d63;
  --text-faint: #7b8288;
  --radius-s:   8px;
  --radius-m:   14px;
  --radius-l:   22px;
  --shadow-1:   0 10px 30px -12px rgba(0,0,0,.35);
  --shadow-2:   0 18px 50px -20px rgba(0,0,0,.5);
  --maxw:       1180px;
  color-scheme: light;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; }
html,body{ max-width:100%; overflow-x:hidden; }

body{
  margin:0;
  background:var(--paper);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; }
.tnum{ font-variant-numeric:tabular-nums; font-feature-settings:"tnum" 1; }

.wrap{
  width:100%;
  max-width:var(--maxw);
  margin:0 auto;
  padding-inline:20px;
}

/* ---------- skip link ---------- */
.skip-link{
  position:absolute; left:-999px; top:0; z-index:200;
  background:var(--green); color:var(--ink); padding:10px 16px;
  border-radius:0 0 8px 0; font-weight:700;
}
.skip-link:focus{ left:0; }

/* ---------- header ---------- */
.site-header{
  background:linear-gradient(180deg,var(--ink) 0%,var(--ink-2) 100%);
  border-bottom:1px solid var(--ink-line);
  position:sticky; top:0; z-index:100;
}
.site-header .wrap{
  display:flex; align-items:center; justify-content:space-between;
  gap:24px; padding-top:14px; padding-bottom:14px;
}
.brand{ display:flex; align-items:center; gap:10px; flex:0 0 auto; }
.brand img{ height:26px; width:auto; }
.brand .brand-mark{ display:none; }

.desktop-nav{ display:none; }
.header-actions{ display:none; }

.burger{
  display:flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:10px;
  background:var(--ink-3); border:1px solid var(--ink-line);
  flex:0 0 auto; cursor:pointer;
}
.burger svg{ width:20px; height:20px; }
.burger .i-close{ display:none; }
.burger[aria-expanded="true"] .i-burger{ display:none; }
.burger[aria-expanded="true"] .i-close{ display:block; }

/* mobile slide-down nav */
.mobile-nav{
  max-height:0; overflow:hidden;
  background:var(--ink-2); border-bottom:1px solid var(--ink-line);
  transition:max-height .28s ease;
}
.mobile-nav.is-open{ max-height:640px; }
.mobile-nav .wrap{ padding-top:18px; padding-bottom:22px; display:flex; flex-direction:column; gap:18px; }
.mobile-nav-links{ display:flex; flex-direction:column; gap:2px; }
.mobile-nav-links a{
  color:var(--ink-text); font-weight:600; font-size:.98rem;
  padding:12px 4px; border-bottom:1px solid var(--ink-3);
  display:flex; align-items:center; justify-content:space-between;
}
.mobile-nav-links a .arrow{ color:var(--green); }

.mobile-lang{ display:flex; align-items:center; gap:10px; }
.mobile-lang span.lbl{ color:var(--ink-text-soft); font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }
.lang-switch{ display:flex; gap:6px; }
.lang-switch a{
  border:1px solid var(--ink-line); border-radius:7px; padding:6px 11px;
  font-size:.78rem; font-weight:700; color:var(--ink-text-soft); letter-spacing:.04em;
}
.lang-switch a.active{ background:var(--green); border-color:var(--green); color:var(--ink); }

.mobile-ctas{ display:flex; gap:10px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:12px 20px; border-radius:999px; font-weight:700; font-size:.88rem;
  letter-spacing:.01em; border:1px solid transparent; cursor:pointer; white-space:nowrap;
}
.btn-primary{ background:var(--green); color:var(--ink); }
.btn-primary:hover{ background:var(--green-2); }
.btn-ghost{ background:transparent; border-color:var(--ink-line); color:var(--ink-text); }
.btn-ghost:hover{ border-color:var(--green); color:var(--green); }
.btn-block{ width:100%; }
.btn-sm{ padding:9px 16px; font-size:.8rem; }

/* ---------- hero ---------- */
.hero{
  background:
    radial-gradient(720px 420px at 85% -10%, rgba(92,253,134,.16), transparent 60%),
    linear-gradient(180deg,var(--ink) 0%, var(--ink-2) 100%);
  color:var(--ink-text);
  padding:44px 0 54px;
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:""; position:absolute; inset:auto -20% -60% -20%; height:220px;
  background:radial-gradient(50% 100% at 50% 100%, rgba(92,253,134,.14), transparent 70%);
  pointer-events:none;
}
.hero .wrap{ position:relative; z-index:1; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--green); font-size:.72rem; font-weight:800; letter-spacing:.14em;
  text-transform:uppercase; margin:0 0 16px;
  border:1px solid rgba(92,253,134,.35); background:rgba(92,253,134,.08);
  padding:7px 13px; border-radius:999px;
}
.eyebrow .dot{ width:6px; height:6px; border-radius:50%; background:var(--green); box-shadow:0 0 0 3px rgba(92,253,134,.25); }

.hero-title{
  font-size:clamp(2rem,7vw,3.4rem); line-height:1.06; font-weight:800;
  letter-spacing:-.02em; margin:0 0 16px; max-width:15ch;
}
.hero-title em{ font-style:normal; color:var(--green); }
.hero-sub{
  color:var(--ink-text-soft); font-size:1.02rem; max-width:52ch; margin:0 0 26px;
}
.hero-ctas{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:30px; }

.trust-row{
  display:flex; flex-wrap:wrap; gap:10px 22px; padding-top:22px;
  border-top:1px solid var(--ink-line);
}
.trust-item{
  display:flex; align-items:center; gap:8px;
  color:var(--ink-text-soft); font-size:.8rem; font-weight:600;
}
.trust-item svg{ width:16px; height:16px; color:var(--green); flex:0 0 auto; }
.trust-item b{ color:var(--ink-text); font-weight:700; }

/* ---------- hero ticket (desktop decorative panel) ---------- */
.hero-ticket{ display:none; }
.ht-card{
  background:var(--ink-2); border:1px solid var(--ink-line); border-radius:var(--radius-l);
  padding:22px; box-shadow:var(--shadow-2); position:relative; overflow:hidden;
}
.ht-card::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(220px 140px at 90% 0%, rgba(92,253,134,.16), transparent 70%);
}
.ht-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; position:relative; }
.ht-head .lbl{ color:var(--ink-text-soft); font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.ht-match{ position:relative; }
.ht-teams{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:16px; }
.ht-team{ text-align:center; flex:1; }
.ht-team .crest{
  width:44px; height:44px; border-radius:12px; margin:0 auto 8px; background:var(--ink-3);
  border:1px solid var(--ink-line); display:flex; align-items:center; justify-content:center;
  color:var(--green); font-weight:800; font-size:.95rem;
}
.ht-team .nm{ color:var(--ink-text); font-size:.78rem; font-weight:700; }
.ht-vs{ color:var(--text-faint); font-size:.72rem; font-weight:700; padding-top:20px; }
.ht-odds{ display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.ht-odds .odds-btn{ width:100%; }
.ht-foot{ margin-top:16px; padding-top:14px; border-top:1px solid var(--ink-3); display:flex; align-items:center; justify-content:space-between; }
.ht-foot .stat{ text-align:center; }
.ht-foot .stat .num{ color:var(--green); font-weight:800; font-size:1.1rem; display:block; }
.ht-foot .stat .cap{ color:var(--text-faint); font-size:.66rem; text-transform:uppercase; letter-spacing:.06em; }

/* ---------- odds board ---------- */
.odds-section{ background:var(--ink); padding:8px 0 56px; }
.board{
  background:var(--ink-2); border:1px solid var(--ink-line);
  border-radius:var(--radius-l); padding:22px 18px 10px;
  box-shadow:var(--shadow-2);
}
.board-head{
  display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
  margin-bottom:16px;
}
.board-title{ color:var(--ink-text); font-weight:800; font-size:1.05rem; letter-spacing:-.01em; margin:0; }
.board-title .sub{ display:block; color:var(--ink-text-soft); font-weight:500; font-size:.78rem; margin-top:2px; }

.league-chips{ display:flex; gap:8px; overflow-x:auto; padding-bottom:14px; scrollbar-width:none; }
.league-chips::-webkit-scrollbar{ display:none; }
.chip{
  flex:0 0 auto; border:1px solid var(--ink-line); background:var(--ink-3);
  color:var(--ink-text-soft); font-size:.78rem; font-weight:700;
  padding:8px 14px; border-radius:999px; cursor:pointer; white-space:nowrap;
}
.chip.is-active{ background:var(--green); border-color:var(--green); color:var(--ink); }

.fixture{
  display:grid; grid-template-columns:1fr auto; gap:6px 14px; align-items:center;
  padding:14px 6px; border-top:1px solid var(--ink-3);
}
.fixture:first-of-type{ border-top:none; }
.fixture[hidden]{ display:none; }
.fx-meta{ display:flex; align-items:center; gap:8px; grid-column:1/-1; }
.fx-league{ color:var(--text-faint); font-size:.68rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.fx-league{ color:#8a9089; }
.live-pill{
  display:inline-flex; align-items:center; gap:5px; color:#ff6b6b; font-size:.66rem; font-weight:800;
  letter-spacing:.05em; text-transform:uppercase;
}
.live-pill .dot{ width:6px; height:6px; border-radius:50%; background:#ff6b6b; animation:pulse 1.4s infinite; }
@keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:.35;} }

.fx-teams{ color:var(--ink-text); font-weight:700; font-size:.94rem; }
.fx-teams span{ display:block; }
.fx-teams .vs{ color:var(--ink-text-soft); font-weight:500; font-size:.72rem; margin:2px 0; }

.odds-set{ display:flex; gap:8px; }
.odds-btn{
  display:flex; flex-direction:column; align-items:center; gap:2px;
  background:var(--ink-3); border:1px solid var(--ink-line); border-radius:10px;
  padding:8px 12px; min-width:56px;
}
.odds-btn .k{ color:var(--text-faint); font-size:.6rem; font-weight:700; text-transform:uppercase; }
.odds-btn .v{ color:var(--green); font-weight:800; font-size:.92rem; }

.board-foot{
  display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
  padding:16px 6px 6px; border-top:1px solid var(--ink-3); margin-top:6px;
}
.board-note{ color:var(--text-faint); font-size:.72rem; }

/* ---------- section shell ---------- */
.section{ padding:56px 0; }
.section-tight{ padding:40px 0; }
.section-head{ max-width:60ch; margin-bottom:30px; }
.section-kicker{
  color:var(--green-deep); font-weight:800; font-size:.72rem; letter-spacing:.14em;
  text-transform:uppercase; margin:0 0 10px;
}
.section-title{ font-size:clamp(1.4rem,4vw,1.9rem); font-weight:800; letter-spacing:-.01em; margin:0 0 10px; color:var(--text); }
.section-desc{ color:var(--text-soft); margin:0; }

/* ---------- casino teaser cards ---------- */
.cat-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.cat-card{
  background:var(--paper-2); border:1px solid var(--paper-line); border-radius:var(--radius-m);
  padding:20px 16px; display:flex; flex-direction:column; gap:10px;
  box-shadow:var(--shadow-1);
}
.cat-card .ic{
  width:38px; height:38px; border-radius:10px; background:var(--ink);
  display:flex; align-items:center; justify-content:center; flex:0 0 auto;
}
.cat-card .ic svg{ width:20px; height:20px; color:var(--green); }
.cat-card .cat-name{ font-weight:800; font-size:.94rem; color:var(--text); margin:0; }
.cat-card .cat-desc{ font-size:.8rem; color:var(--text-soft); margin:0; }

/* ---------- payments strip ---------- */
.pay-strip{ background:var(--paper-2); border-top:1px solid var(--paper-line); border-bottom:1px solid var(--paper-line); padding:26px 0; }
.pay-row{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; justify-content:center; }
.pay-chip{
  border:1px solid var(--paper-line); background:var(--paper); border-radius:999px;
  padding:8px 16px; font-size:.78rem; font-weight:700; color:var(--text-soft); letter-spacing:.02em;
}
.pay-label{ text-align:center; color:var(--text-faint); font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; margin-bottom:14px; }

/* ---------- breadcrumb ---------- */
.crumb-bar{ background:var(--paper-2); border-bottom:1px solid var(--paper-line); }
.crumb{ display:flex; flex-wrap:wrap; gap:6px; padding:12px 0; font-size:.78rem; color:var(--text-faint); list-style:none; margin:0; }
.crumb li{ display:flex; align-items:center; gap:6px; }
.crumb a{ color:var(--text-soft); font-weight:600; }
.crumb a:hover{ color:var(--green-deep); }
.crumb li:last-child{ color:var(--text-faint); }

/* ---------- article / SEO block ---------- */
.article-wrap{ background:var(--paper); padding:48px 0 60px; }
.article{
  background:var(--paper-2); border:1px solid var(--paper-line); border-radius:var(--radius-l);
  padding:30px 20px 36px; max-width:840px; margin:0 auto;
  box-shadow:var(--shadow-1);
}
.article h1{
  font-size:clamp(1.5rem,4.8vw,2.15rem); line-height:1.18; font-weight:800;
  letter-spacing:-.01em; margin:0 0 18px; color:var(--text);
}
.article h2{
  font-size:1.28rem; font-weight:800; margin:34px 0 12px; color:var(--text);
  padding-top:18px; border-top:1px solid var(--paper-line);
}
.article h2:first-of-type{ border-top:none; padding-top:0; margin-top:20px; }
.article h3{ font-size:1.05rem; font-weight:800; margin:22px 0 10px; color:var(--text); }
.article p{ margin:0 0 14px; color:var(--text); }
.article p strong{ color:var(--text); }
.article ul, .article ol{ margin:0 0 16px; padding-left:1.3em; color:var(--text); }
.article li{ margin-bottom:7px; }
.article a{ color:var(--green-deep); font-weight:700; text-decoration:underline; text-underline-offset:2px; }
.article em{ color:var(--text-soft); }

/* responsive tables inside article */
.article table{
  width:100%; border-collapse:collapse; table-layout:fixed; margin:0 0 18px;
  font-size:.88rem; border:1px solid var(--paper-line); border-radius:8px; overflow:hidden;
}
.article th, .article td{
  padding:10px 12px; border-bottom:1px solid var(--paper-line); text-align:left;
  overflow-wrap:anywhere; word-break:break-word;
}
.article th{ background:var(--paper); font-weight:800; }
.table-scroll{ width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
@media (max-width:560px){
  .article table{ font-size:.76rem; }
  .article th,.article td{ padding:7px 8px; }
}

/* ---------- FAQ accordion ---------- */
.article .faq-q{
  all:unset; display:flex; align-items:center; justify-content:space-between; gap:12px;
  width:100%; cursor:pointer; box-sizing:border-box;
}
.article h3:has(.faq-q){ display:flex; }
.article .faq-q .plus{
  flex:0 0 auto; width:22px; height:22px; border-radius:50%; background:var(--paper);
  border:1px solid var(--paper-line); position:relative;
}
.article .faq-q .plus::before,.article .faq-q .plus::after{
  content:""; position:absolute; background:var(--text-soft); left:50%; top:50%;
  transform:translate(-50%,-50%);
}
.article .faq-q .plus::before{ width:10px; height:2px; }
.article .faq-q .plus::after{ width:2px; height:10px; transition:transform .2s ease; }
.article h3.is-open .faq-q .plus::after{ transform:translate(-50%,-50%) scaleY(0); }
.article .faq-a{ overflow:hidden; max-height:0; transition:max-height .25s ease; }
.article .faq-a.no-js-open{ max-height:none; }
.article h3.is-open + .faq-a{ max-height:400px; }

/* ---------- footer ---------- */
.site-footer{ background:var(--ink); color:var(--ink-text-soft); padding:44px 0 26px; }
.footer-top{ display:flex; flex-direction:column; gap:26px; margin-bottom:26px; }
.footer-brand{ display:flex; align-items:center; gap:10px; }
.footer-brand img{ height:24px; width:auto; }
.footer-desc{ font-size:.84rem; max-width:46ch; margin:12px 0 0; }
.footer-cols{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.footer-col-title{ color:var(--ink-text); font-weight:800; font-size:.76rem; letter-spacing:.08em; text-transform:uppercase; margin:0 0 12px; }
.footer-links{ display:flex; flex-direction:column; gap:9px; list-style:none; padding:0; margin:0; }
.footer-links a{ font-size:.85rem; color:var(--ink-text-soft); }
.footer-links a:hover{ color:var(--green); }
.footer-divider{ border:none; border-top:1px solid var(--ink-line); margin:0 0 20px; }
.footer-bottom{ display:flex; flex-direction:column; gap:12px; }
.rg-line{
  display:flex; align-items:center; gap:10px; font-size:.78rem; color:var(--ink-text-soft);
  background:var(--ink-2); border:1px solid var(--ink-line); border-radius:10px; padding:12px 14px;
}
.rg-badge{
  flex:0 0 auto; width:30px; height:30px; border-radius:8px; background:var(--green);
  color:var(--ink); font-weight:900; font-size:.78rem; display:flex; align-items:center; justify-content:center;
}
.copyright{ font-size:.76rem; color:var(--text-faint); margin:0; }
.footer-legal{ font-size:.72rem; color:var(--text-faint); margin:0; line-height:1.6; }

/* ================= responsive ================= */
@media (min-width:640px){
  .cat-grid{ grid-template-columns:repeat(4,1fr); }
  .footer-cols{ grid-template-columns:repeat(3,1fr); }
}

@media (min-width:861px){
  .burger, .mobile-nav{ display:none !important; }
  .desktop-nav{
    display:flex; align-items:center; gap:26px; flex:1 1 auto; justify-content:center;
  }
  .desktop-nav a{ color:var(--ink-text-soft); font-weight:700; font-size:.88rem; }
  .desktop-nav a:hover{ color:var(--green); }
  .header-actions{ display:flex; align-items:center; gap:14px; flex:0 0 auto; }
  .header-actions .lang-switch a{ color:var(--ink-text-soft); }
  .hero .wrap{ display:grid; grid-template-columns:1.15fr .85fr; gap:40px; align-items:center; }
  .hero-ticket{ display:block; }
  .fixture{ grid-template-columns:auto 1fr auto; }
  .fx-meta{ grid-column:auto; }
  .footer-top{ flex-direction:row; justify-content:space-between; align-items:flex-start; }
  .footer-cols{ flex:0 0 auto; }
  .footer-bottom{ flex-direction:row; align-items:center; justify-content:space-between; }
}

@media (min-width:1000px){
  .hero-title{ max-width:13ch; }
}
