/* =========================================================================
   Codere Guatemala — coderegt.com
   Bespoke stylesheet. Identity: dark slate chrome + confident blue + vivid
   green CTA accent. Hybrid casino/sportsbook, grid-like, trustworthy.
   ========================================================================= */

:root{
  --ink:        #212529;
  --ink-2:      #262b2f;
  --ink-3:      #2f353a;
  --ink-4:      #3a4147;
  --slate:      #6c757d;
  --slate-2:    #8b929a;
  --slate-light:#adb5bd;
  --line:       rgba(255,255,255,.10);
  --line-soft:  rgba(255,255,255,.06);

  --blue:       #0d6efd;
  --blue-2:     #4c93ff;
  --blue-dark:  #0a58ca;
  --blue-ink:   #0a3d8f;

  --green:      #79c000;
  --green-2:    #9be030;
  --green-dark: #5e9600;
  --green-ink:  #2f4c00;

  --paper:      #f4f6f8;
  --paper-2:    #ffffff;
  --paper-3:    #eaeef1;
  --text:       #212529;
  --text-soft:  #495057;
  --border:     #dfe3e7;
  --border-2:   #ced4da;

  --radius-lg:  18px;
  --radius:     12px;
  --radius-sm:  8px;
  --shadow-sm:  0 2px 10px -4px rgba(20,26,31,.18);
  --shadow-md:  0 14px 34px -14px rgba(20,26,31,.30);
  --shadow-dark:0 14px 34px -14px rgba(0,0,0,.55);
  --maxw: 1240px;

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

*, *::before, *::after{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; }
html, body{ max-width: 100%; overflow-x: hidden; }
body{
  margin:0;
  font-family: var(--font);
  background: var(--paper);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul, ol{ margin:0; padding:0; list-style:none; }
button{ font-family: inherit; }
table{ border-collapse: collapse; }
.tnum{ font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }

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

.visually-hidden{
  position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.skip-link{
  position:absolute; left:8px; top:-60px; z-index:200;
  background:var(--green); color:var(--ink); font-weight:700;
  padding:.6em 1em; border-radius: var(--radius-sm); transition: top .15s ease;
}
.skip-link:focus{ top:8px; }

/* =========================================================================
   Buttons / chips
   ========================================================================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5em;
  border-radius: 999px; font-weight: 700; font-size: .95rem;
  padding: .78em 1.5em; border: 2px solid transparent; cursor:pointer;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
  white-space: nowrap;
}
.btn:active{ transform: translateY(1px); }
.btn-cta{
  background: var(--green); color: var(--ink);
  box-shadow: 0 8px 20px -8px rgba(121,192,0,.55);
}
.btn-cta:hover{ background: var(--green-2); }
.btn-ghost{
  background: transparent; color: var(--paper-2); border-color: rgba(255,255,255,.35);
}
.btn-ghost:hover{ border-color: var(--paper-2); background: rgba(255,255,255,.08); }
.btn-blue{
  background: var(--blue); color:#fff;
  box-shadow: 0 8px 20px -8px rgba(13,110,253,.55);
}
.btn-blue:hover{ background: var(--blue-dark); }
.btn-outline-dark{
  background: transparent; color: var(--ink); border-color: var(--border-2);
}
.btn-outline-dark:hover{ border-color: var(--ink); }
.btn-sm{ padding:.55em 1.1em; font-size:.85rem; }
.btn-block{ width:100%; }

.chip{
  display:inline-flex; align-items:center; gap:.4em;
  padding:.45em 1em; border-radius:999px; font-size:.82rem; font-weight:700;
  border:1px solid var(--border-2); background:#fff; color: var(--text-soft);
  cursor:pointer; transition: all .12s ease;
}
.chip:hover{ border-color: var(--slate); color: var(--text); }
.chip[aria-pressed="true"]{
  background: var(--ink); border-color: var(--ink); color:#fff;
}

.eyebrow{
  display:inline-flex; align-items:center; gap:.55em;
  font-size:.78rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase;
  color: var(--slate);
}
.eyebrow::before{
  content:""; width:18px; height:4px; border-radius:2px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  display:inline-block;
}
.eyebrow.on-dark{ color: var(--slate-light); }

.section-title{
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.15rem);
  font-weight: 800; letter-spacing:-.01em; margin:.3em 0 0; color: var(--ink);
}
.section-title.on-dark{ color:#fff; }
.section-sub{ color: var(--text-soft); max-width:60ch; margin:.6em 0 0; font-size:1rem; }
.section-sub.on-dark{ color: var(--slate-light); }

.section-head{ margin-bottom: 2rem; }
.section-head.row{
  display:flex; align-items:flex-end; justify-content:space-between; gap:1.5rem; flex-wrap:wrap;
}

/* =========================================================================
   Header
   ========================================================================= */
.site-header{
  position: sticky; top:0; z-index:100;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: 1.25rem; height: 72px;
}
.brand{ display:flex; align-items:center; gap:.6em; flex-shrink:0; }
.brand img{ height:26px; width:auto; }
.brand .brand-market{
  font-size:.68rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  color: var(--slate-light); border-left:1px solid var(--line); padding-left:.6em;
}

.main-nav{ display:flex; align-items:center; gap:1.75rem; }
.main-nav a{
  font-size:.92rem; font-weight:600; color: #dfe3e7;
  padding:.4em 0; border-bottom:2px solid transparent;
  transition: color .12s ease, border-color .12s ease;
}
.main-nav a:hover, .main-nav a[aria-current="page"]{
  color:#fff; border-color: var(--green);
}

.header-actions{ display:flex; align-items:center; gap:.9rem; }
.lang-switch{
  display:flex; align-items:center; border:1px solid var(--line); border-radius:999px; overflow:hidden;
}
.lang-switch a{
  font-size:.75rem; font-weight:800; padding:.4em .75em; color: var(--slate-light);
}
.lang-switch a[aria-current="true"]{ background: var(--paper-2); color: var(--ink); }
.lang-switch a:not([aria-current="true"]):hover{ color:#fff; }

.header-cta{ display:flex; align-items:center; gap:.6rem; }

.burger{
  display:none; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:10px; border:1px solid var(--line);
  background: transparent; color:#fff; cursor:pointer; flex-shrink:0;
}
.burger span{ position:relative; width:18px; height:2px; background:#fff; display:block; }
.burger span::before, .burger span::after{
  content:""; position:absolute; left:0; width:18px; height:2px; background:#fff; transition: transform .18s ease, opacity .18s ease;
}
.burger span::before{ top:-6px; } .burger span::after{ top:6px; }
.burger[aria-expanded="true"] span{ background: transparent; }
.burger[aria-expanded="true"] span::before{ top:0; transform: rotate(45deg); }
.burger[aria-expanded="true"] span::after{ top:0; transform: rotate(-45deg); }

.mobile-nav{
  display:none; position:fixed; inset: 72px 0 0 0; z-index:99;
  background: var(--ink); overflow-y:auto;
  transform: translateY(-8px); opacity:0; pointer-events:none;
  transition: opacity .16s ease, transform .16s ease;
}
.mobile-nav.is-open{ opacity:1; transform:none; pointer-events:auto; }
.mobile-nav-inner{ padding: 1.5rem 20px 3rem; display:flex; flex-direction:column; gap:1.75rem; }
.mobile-nav-links{ display:flex; flex-direction:column; }
.mobile-nav-links a{
  font-size:1.05rem; font-weight:700; color:#fff; padding: .85em 0;
  border-bottom:1px solid var(--line);
}
.mobile-lang{ display:flex; align-items:center; gap:.6em; }
.mobile-lang span.mini-label{ font-size:.75rem; font-weight:800; color:var(--slate-light); text-transform:uppercase; letter-spacing:.08em; }
.mobile-lang .lang-switch{ background: var(--ink-3); }
.mobile-actions{ display:flex; flex-direction:column; gap:.75rem; }

/* =========================================================================
   Hero
   ========================================================================= */
.hero{
  position:relative; overflow:hidden; background: var(--ink);
  color:#fff;
}
.hero::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(120% 140% at 8% -10%, rgba(13,110,253,.55), transparent 55%),
    radial-gradient(120% 140% at 105% 115%, rgba(121,192,0,.5), transparent 55%);
}
.hero::after{
  content:""; position:absolute; inset:0; opacity:.5; pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 75%);
}
.hero-inner{
  position:relative; z-index:1;
  display:grid; grid-template-columns: 1.15fr .85fr; gap: 2.5rem; align-items:center;
  padding: 3.4rem 0 3rem;
}
.hero-copy .eyebrow{ margin-bottom:1rem; }
.hero-title{
  font-size: clamp(2rem, 1.35rem + 3vw, 3.2rem);
  font-weight: 900; line-height:1.05; letter-spacing:-.02em; margin:0;
}
.hero-title .hl{
  background: linear-gradient(90deg, var(--green-2), var(--blue-2));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-lede{
  margin: 1.1rem 0 0; color: #d7dde2; font-size:1.05rem; max-width:52ch;
}
.hero-actions{ display:flex; flex-wrap:wrap; gap:.85rem; margin-top:1.7rem; }
.hero-fine{ margin-top:1rem; font-size:.78rem; color: var(--slate-light); }

.hero-stats{ display:flex; gap:1.6rem; margin-top:2.2rem; flex-wrap:wrap; }
.hero-stat b{ display:block; font-size:1.5rem; font-weight:900; }
.hero-stat span{ font-size:.75rem; color: var(--slate-light); text-transform:uppercase; letter-spacing:.06em; }

.hero-art{ position:relative; }
.hero-art-frame{
  position:relative; border-radius: var(--radius-lg); overflow:hidden;
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
  box-shadow: var(--shadow-dark); border:1px solid var(--line);
}
.hero-art-frame img{ width:100%; height:100%; object-fit:cover; aspect-ratio: 1/1; }
.hero-art-badge{
  position:absolute; left:-14px; bottom:-14px; z-index:2;
  background:#fff; color: var(--ink); border-radius: var(--radius);
  padding:.85em 1.1em; box-shadow: var(--shadow-md);
  display:flex; align-items:center; gap:.7em;
}
.hero-art-badge .dot{ width:10px; height:10px; border-radius:50%; background: var(--green); box-shadow:0 0 0 4px rgba(121,192,0,.2); }
.hero-art-badge b{ font-size:.95rem; display:block; }
.hero-art-badge span{ font-size:.72rem; color: var(--text-soft); }

/* trust bar under hero */
.trust-bar{ background: var(--ink-2); border-bottom:1px solid var(--line); }
.trust-row{
  display:grid; grid-template-columns: repeat(4, 1fr);
  padding: 1rem 0;
}
.trust-item{
  display:flex; align-items:center; gap:.65em; padding: .3rem 1.2rem;
  border-left:1px solid var(--line);
}
.trust-item:first-child{ border-left:none; padding-left:0; }
.trust-item svg{ flex-shrink:0; color: var(--green); }
.trust-item p{ margin:0; font-size:.82rem; color:#e9ecef; font-weight:600; line-height:1.3; }

/* =========================================================================
   Generic section framing
   ========================================================================= */
.section{ padding: 3.4rem 0; }
.section.tight{ padding: 2.4rem 0; }
.section-alt{ background: var(--paper-3); }
.section-dark{ background: var(--ink); color:#fff; }

/* =========================================================================
   Game grid (casino)
   ========================================================================= */
.filter-row{ display:flex; flex-wrap:wrap; gap:.6rem; margin: 1.6rem 0 1.8rem; }

.game-grid{
  display:grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem;
}
.game-card{
  position:relative; border-radius: var(--radius); overflow:hidden;
  background: var(--ink); box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease;
  aspect-ratio: 3/4;
}
.game-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.game-card img{ width:100%; height:100%; object-fit:cover; }
.game-card .tag{
  position:absolute; top:.6em; left:.6em; z-index:2;
  background: rgba(33,37,41,.72); backdrop-filter: blur(2px);
  color:#fff; font-size:.66rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase;
  padding:.3em .6em; border-radius:999px;
}
.game-card .cap{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding: 1.6rem .8rem .7rem; color:#fff;
  background: linear-gradient(0deg, rgba(0,0,0,.86), transparent);
}
.game-card .cap p{ margin:0; font-size:.86rem; font-weight:800; line-height:1.2; }
.game-card.hide{ display:none; }

.game-more{
  grid-column: span 1; display:flex; align-items:center; justify-content:center;
  border-radius: var(--radius); border:1.5px dashed var(--border-2);
  aspect-ratio: 3/4; text-align:center; padding:1rem;
}
.game-more p{ margin:0 0 .8rem; font-size:.86rem; color: var(--text-soft); font-weight:600; }

/* =========================================================================
   Sportsbook markets teaser (odds board)
   ========================================================================= */
.odds-board{
  border-radius: var(--radius-lg); overflow:hidden; box-shadow: var(--shadow-sm);
  border:1px solid var(--border);
}
.odds-head{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  background: var(--ink); color:#fff; padding: 1rem 1.3rem;
}
.odds-head p{ margin:0; font-weight:800; font-size:.95rem; }
.odds-head .live-dot{
  display:inline-flex; align-items:center; gap:.45em; font-size:.72rem; font-weight:800;
  letter-spacing:.05em; text-transform:uppercase; color: var(--green-2);
}
.odds-head .live-dot::before{
  content:""; width:8px; height:8px; border-radius:50%; background: var(--green-2);
  box-shadow: 0 0 0 0 rgba(155,224,48,.7); animation: pulse 1.8s infinite;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(155,224,48,.55);} 70%{ box-shadow:0 0 0 8px rgba(155,224,48,0);} 100%{box-shadow:0 0 0 0 rgba(155,224,48,0);}
}
.odds-table{ width:100%; background:#fff; }
.odds-table thead th{
  text-align:left; font-size:.7rem; text-transform:uppercase; letter-spacing:.06em;
  color: var(--slate); padding: .8rem 1.3rem .5rem; font-weight:800;
}
.odds-table tbody tr{ border-top:1px solid var(--border); }
.odds-table td{ padding: .85rem 1.3rem; vertical-align:middle; }
.odds-match .comp{ display:block; font-size:.7rem; color: var(--slate); font-weight:700; text-transform:uppercase; letter-spacing:.04em; margin-bottom:.2em; }
.odds-match .fixture{ font-weight:700; font-size:.92rem; }
.odds-cell{ text-align:center; }
.odds-btn{
  display:inline-flex; flex-direction:column; align-items:center; gap:.15em;
  min-width:64px; padding:.4em .5em; border-radius: var(--radius-sm);
  border:1px solid var(--border); background: var(--paper); font-weight:800;
}
.odds-btn small{ font-size:.62rem; color: var(--slate); font-weight:700; text-transform:uppercase; }
.odds-btn b{ font-size:.95rem; }
.odds-foot{ padding: .9rem 1.3rem; background: var(--paper-3); font-size:.78rem; color: var(--text-soft); }

/* =========================================================================
   Promo band (bono teaser)
   ========================================================================= */
.promo-band{
  border-radius: var(--radius-lg); overflow:hidden; position:relative;
  background: linear-gradient(120deg, var(--blue-ink) 0%, var(--blue) 55%, var(--green-dark) 130%);
  color:#fff; padding: 2.4rem;
  display:grid; grid-template-columns: 1.4fr 1fr; gap:2rem; align-items:center;
}
.promo-band::before{
  content:""; position:absolute; inset:0; opacity:.16; pointer-events:none;
  background-image: repeating-linear-gradient(115deg, #fff 0 2px, transparent 2px 34px);
}
.promo-copy{ position:relative; z-index:1; }
.promo-copy .eyebrow{ color: rgba(255,255,255,.85); }
.promo-copy .eyebrow::before{ background: #fff; }
.promo-title{ font-size:clamp(1.4rem,1.1rem+1vw,1.9rem); font-weight:900; margin:.4em 0 0; }
.promo-copy p.lede{ margin:.6em 0 0; color: rgba(255,255,255,.9); max-width:48ch; }
.promo-actions{ display:flex; gap:.8rem; margin-top:1.4rem; flex-wrap:wrap; }

.promo-cards{ position:relative; z-index:1; display:grid; gap:.8rem; }
.promo-card{
  background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25);
  border-radius: var(--radius); padding:.9rem 1.1rem; backdrop-filter: blur(3px);
}
.promo-card p{ margin:0; font-weight:700; font-size:.88rem; }
.promo-card span{ font-size:.74rem; color: rgba(255,255,255,.75); }

/* bonus type cards on /bono */
.bonus-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap:1.1rem; }
.bonus-card{
  background:#fff; border:1px solid var(--border); border-radius: var(--radius);
  padding:1.4rem 1.2rem; box-shadow: var(--shadow-sm);
}
.bonus-card .ic{
  width:42px; height:42px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, var(--blue), var(--green)); color:#fff; margin-bottom:.9rem;
}
.bonus-card p.name{ margin:0 0 .35rem; font-weight:800; font-size:1rem; }
.bonus-card p.desc{ margin:0; font-size:.86rem; color: var(--text-soft); }

/* =========================================================================
   Payments strip
   ========================================================================= */
.payments-strip{
  display:flex; flex-wrap:wrap; align-items:center; gap:1.6rem 2.2rem;
  padding: 1.6rem 0;
}
.payments-strip img{ height:28px; width:auto; object-fit:contain; filter: grayscale(.1); }
.pay-text-chip{
  display:inline-flex; align-items:center; gap:.5em; padding:.5em 1em;
  border:1px solid var(--border-2); border-radius:999px; font-weight:700; font-size:.82rem; color: var(--text-soft);
}

/* =========================================================================
   Trust / responsible gaming badges
   ========================================================================= */
.badges-row{ display:flex; flex-wrap:wrap; align-items:center; gap:1.8rem; }
.badges-row img{ height:34px; width:auto; }
.badge-text{
  display:flex; align-items:center; gap:.6em; font-size:.82rem; color: var(--slate-light); font-weight:600;
}
.badge-text svg{ color: var(--green-2); flex-shrink:0; }

/* =========================================================================
   Breadcrumb
   ========================================================================= */
.breadcrumb{ padding: 1rem 0 0; font-size:.82rem; color: var(--slate); }
.breadcrumb a{ color: var(--text-soft); font-weight:600; }
.breadcrumb a:hover{ color: var(--blue); }
.breadcrumb .sep{ margin: 0 .5em; color: var(--border-2); }
.breadcrumb .current{ color: var(--slate); }

.page-band{
  background: var(--ink); color:#fff; padding: 2.2rem 0 2.6rem; position:relative; overflow:hidden;
}
.page-band::before{
  content:""; position:absolute; inset:0;
  background: radial-gradient(90% 140% at 10% 0%, rgba(13,110,253,.5), transparent 60%),
              radial-gradient(90% 140% at 100% 100%, rgba(121,192,0,.4), transparent 60%);
}
.page-band-inner{ position:relative; z-index:1; }
.page-band .eyebrow{ color: var(--slate-light); }
.page-title{ font-size: clamp(1.5rem, 1.1rem+1.6vw, 2.1rem); font-weight:900; margin:.3em 0 0; }
.page-lede{ color:#d7dde2; margin:.6em 0 0; max-width:65ch; }

/* =========================================================================
   SEO article block
   ========================================================================= */
.seo-article{
  max-width: 780px; margin-inline:auto;
}
.seo-article h1{
  font-size: clamp(1.5rem, 1.15rem + 1.4vw, 2rem);
  font-weight:900; letter-spacing:-.01em; color: var(--ink); margin: 0 0 .7rem;
}
.seo-article h2{
  font-size: clamp(1.15rem, 1rem + .6vw, 1.45rem);
  font-weight:800; color: var(--ink); margin: 2.1rem 0 .7rem;
  padding-top: 1.6rem; border-top: 1px solid var(--border);
}
.seo-article h2:first-of-type{ border-top:none; padding-top:0; margin-top:1.2rem; }
.seo-article h3{
  font-size: 1.05rem; font-weight:800; color: var(--ink); margin: 1.5rem 0 .55rem;
}
.seo-article p{ margin: 0 0 1rem; color: var(--text-soft); }
.seo-article strong{ color: var(--ink); }
.seo-article a{ color: var(--blue); font-weight:700; text-decoration:underline; text-underline-offset:2px; }
.seo-article a:hover{ color: var(--blue-dark); }
.seo-article ul, .seo-article ol{ margin: 0 0 1rem; padding-left: 1.3rem; color: var(--text-soft); }
.seo-article ul{ list-style: disc; }
.seo-article ol{ list-style: decimal; }
.seo-article li{ margin-bottom:.5rem; }
.seo-article li::marker{ color: var(--green-dark); font-weight:800; }
.seo-article em{ color: var(--text-soft); }

.table-wrap{ overflow-x:auto; margin: 0 0 1.4rem; border:1px solid var(--border); border-radius: var(--radius-sm); }
.seo-article table{
  width:100%; table-layout: fixed; font-size:.88rem;
}
.seo-article table th, .seo-article table td{
  padding: .7rem .8rem; text-align:left; overflow-wrap: anywhere; border-bottom:1px solid var(--border);
}
.seo-article table thead th{
  background: var(--paper-3); font-size:.72rem; text-transform:uppercase; letter-spacing:.04em; color: var(--slate);
}
.seo-article table tbody tr:last-child td{ border-bottom:none; }
.seo-article table tbody tr:nth-child(even){ background: var(--paper); }

/* FAQ accordion (built from FAQ heading pairs inside seo-article) */
.faq-item{ border-bottom:1px solid var(--border); }
.faq-item:first-child{ border-top:1px solid var(--border); }
.faq-q{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:1rem;
  background:none; border:none; text-align:left; padding: 1.1rem 0; cursor:pointer;
}
.faq-q h3{ margin:0; font-size:1rem; font-weight:800; color: var(--ink); }
.faq-q .ic{
  flex-shrink:0; width:26px; height:26px; border-radius:50%; border:1.5px solid var(--border-2);
  display:flex; align-items:center; justify-content:center; position:relative;
}
.faq-q .ic::before, .faq-q .ic::after{
  content:""; position:absolute; background: var(--ink); transition: transform .18s ease, opacity .18s ease;
}
.faq-q .ic::before{ width:10px; height:2px; }
.faq-q .ic::after{ width:2px; height:10px; }
.faq-item[data-open="true"] .ic::after{ opacity:0; transform: rotate(90deg); }
.faq-a{ overflow:hidden; max-height:0; transition: max-height .22s ease; }
.faq-item[data-open="true"] .faq-a{ max-height: 800px; }
.faq-a-inner{ padding: 0 0 1.2rem; }
.faq-a-inner p{ margin:0; color: var(--text-soft); }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer{ background: var(--ink); color: #ced4da; padding: 3rem 0 1.6rem; }
.footer-grid{
  display:grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap:2.2rem;
  padding-bottom: 2.2rem; border-bottom: 1px solid var(--line);
}
.footer-brand img{ height:24px; margin-bottom:1rem; }
.footer-brand p{ font-size:.85rem; color: var(--slate-light); max-width:34ch; margin:0 0 1.2rem; }
.footer-col p.head{
  font-size:.74rem; font-weight:800; text-transform:uppercase; letter-spacing:.07em;
  color: var(--slate-light); margin:0 0 .9rem;
}
.footer-col ul{ display:flex; flex-direction:column; gap:.6rem; }
.footer-col a{ font-size:.88rem; color:#dfe3e7; }
.footer-col a:hover{ color:#fff; }
.footer-payments{ display:flex; flex-wrap:wrap; gap:.6rem; margin-top:.3rem; }
.footer-payments img{ height:20px; width:auto; background:#fff; padding:.3em .5em; border-radius:6px; }

.footer-bottom{ padding-top: 1.6rem; display:flex; flex-direction:column; gap:1rem; }
.footer-legal{ font-size:.78rem; color: var(--slate-light); line-height:1.7; max-width: 90ch; }
.footer-legal strong{ color:#dfe3e7; }
.footer-copy{
  display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap;
  font-size:.78rem; color: var(--slate-light);
}
.footer-age{
  display:inline-flex; align-items:center; gap:.5em; font-weight:800; color:#fff;
  border:1.5px solid var(--slate); border-radius:999px; padding:.3em .8em;
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1080px){
  .game-grid{ grid-template-columns: repeat(4,1fr); }
  .footer-grid{ grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-col:nth-child(4){ grid-column: 1 / -1; }
}

@media (max-width: 960px){
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-art{ order:-1; max-width:360px; margin-inline:auto; }
  .trust-row{ grid-template-columns: repeat(2,1fr); row-gap:1rem; }
  .trust-item:nth-child(3){ border-left:none; padding-left:0; }
  .promo-band{ grid-template-columns:1fr; }
  .bonus-grid{ grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px){
  .main-nav, .header-actions .lang-switch, .header-cta{ display:none; }
  .burger{ display:flex; }
  .mobile-nav{ display:block; }
  .game-grid{ grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 680px){
  .container{ padding-inline: 16px; }
  .section{ padding: 2.4rem 0; }
  .game-grid{ grid-template-columns: repeat(2,1fr); gap:.7rem; }
  .odds-table thead th:nth-child(3), .odds-table td:nth-child(3){ display:none; }
  .bonus-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; gap:1.6rem; }
  .footer-col:nth-child(3){ grid-column: 1 / -1; }
  .footer-copy{ flex-direction:column; align-items:flex-start; }
  .promo-band{ padding: 1.7rem; }
  .odds-btn{ min-width:52px; }

  .seo-article table{ font-size:.76rem; }
  .seo-article table th, .seo-article table td{ padding:.5rem .5rem; }
}

@media (max-width: 420px){
  .game-grid{ grid-template-columns: repeat(2,1fr); gap:.6rem; }
  .hero-stats{ gap:1rem; }
  .hero-stat b{ font-size:1.25rem; }
}
