@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500;600;700;800&family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap&subset=latin-ext');
/* ============================================================
   Salón Arcade Violeta — dragonia-espana.com
   Namespace: esp-  ·  lang: es  ·  archetype: sidebar
   ============================================================ */



:root{
  --bg-main:#241638;
  --bg-card:#2E1C46;
  --bg-deep:#1B1029;
  --accent:#FFDB6A;
  --accent-hot:#FFAA06;
  --accent-2:#C13BFF;
  --alert:#DA2C2C;
  --text-main:#F7F2FB;
  --text-muted:#C6B4DA;
  --border:rgba(193,59,255,0.34);

  --font-head:'Saira Condensed','Arial Narrow',system-ui,sans-serif;
  --font-body:'Asap',system-ui,-apple-system,'Segoe UI',sans-serif;

  --wrap:1120px;
  --gutter:clamp(1rem,3.5vw,2rem);
  --rail-w:240px;

  --r-sm:6px;
  --r-md:10px;
  --r-lg:12px;

  --sp-sec:clamp(2.75rem,5.5vw,4.25rem);
  --sp-blk:clamp(1.25rem,2.5vw,1.75rem);

  --glow-coin:0 0 0 1px rgba(255,219,106,.5),0 0 28px rgba(255,170,6,.38);
  --glow-coin-hi:0 0 0 1px rgba(255,219,106,.85),0 0 38px rgba(255,170,6,.58);
  --shadow-card:0 1px 0 rgba(193,59,255,.14),0 14px 34px rgba(12,6,24,.42);
  --t:170ms cubic-bezier(.2,.7,.3,1);
}

*,*::before,*::after{box-sizing:border-box}

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;
  padding-inline-start:0;
  background:var(--bg-main);
  background-image:
    radial-gradient(1100px 520px at 88% -8%,rgba(193,59,255,.16),transparent 62%),
    radial-gradient(760px 420px at 4% 102%,rgba(255,170,6,.07),transparent 60%);
  background-attachment:fixed;
  color:var(--text-main);
  font-family:var(--font-body);
  font-size:clamp(1rem,.97rem + .18vw,1.075rem);
  line-height:1.68;
  overflow-x:hidden;
}

img{max-width:100%}
p,li,dd,dt,td,th,figcaption{overflow-wrap:anywhere}

h1,h2,h3,h4,h5{
  font-family:var(--font-head);
  font-weight:700;
  line-height:1.06;
  letter-spacing:.005em;
  margin:0 0 .6em;
  text-wrap:balance;
}
h1{font-size:clamp(2.1rem,1.35rem + 3.1vw,3.5rem);font-weight:800;letter-spacing:-.005em}
h2{font-size:clamp(1.65rem,1.2rem + 1.7vw,2.4rem)}
h3{font-size:clamp(1.2rem,1.05rem + .6vw,1.5rem)}
h4{font-size:1.08rem}

p{margin:0 0 1.05em}
p:last-child{margin-bottom:0}

a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}

:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
  border-radius:2px;
}

strong,b{font-weight:600;color:var(--text-main)}
hr{border:0;border-top:1px solid var(--border);margin:2rem 0}

::selection{background:var(--accent-2);color:#fff}

/* ---------- Containers / sections ---------- */
.esp-container{
  width:100%;
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:var(--gutter);
}

section{padding-block:var(--sp-sec)}
section > .esp-container > *:last-child{margin-bottom:0}

.esp-section--alt{background:rgba(27,16,41,.55);border-block:1px solid rgba(193,59,255,.16)}

.esp-eyebrow{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.86rem;
  letter-spacing:.19em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 .7rem;
  display:block;
}
.esp-eyebrow--violet{color:var(--accent-2)}

.esp-lead{font-size:1.09em;color:var(--text-muted)}
.esp-muted{color:var(--text-muted)}
.esp-fine{font-size:.85rem;color:var(--text-muted);line-height:1.55}

.esp-sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

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

/* ---------- Buttons ---------- */
.esp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5em;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.02rem;
  letter-spacing:.055em;
  text-transform:uppercase;
  line-height:1;
  padding:.92em 1.5em;
  border:0;
  border-radius:var(--r-lg);
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hot) 100%);
  color:var(--bg-main);
  box-shadow:var(--glow-coin);
  cursor:pointer;
  transition:box-shadow var(--t),transform var(--t),filter var(--t);
  text-decoration:none;
}
.esp-btn:hover{box-shadow:var(--glow-coin-hi);transform:translateY(-1px);text-decoration:none;filter:saturate(1.06)}
.esp-btn:active{transform:translateY(0)}

.esp-btn--ghost{
  background:transparent;
  color:var(--accent-2);
  box-shadow:inset 0 0 0 1px var(--accent-2);
}
.esp-btn--ghost:hover{background:rgba(193,59,255,.12);box-shadow:inset 0 0 0 1px var(--accent-2),0 0 22px rgba(193,59,255,.25);color:var(--text-main)}

.esp-btn--sm{font-size:.86rem;padding:.72em 1.05em;border-radius:var(--r-md)}
.esp-btn--wide{width:100%}

.esp-actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;margin-block:1.25rem 0}
.esp-actions > *{min-width:0}

/* ============================================================
   HEADER — vertical arcade rail (desktop) / top bar (mobile)
   ============================================================ */
.esp-header{
  position:sticky;
  top:0;
  z-index:900;
  background:var(--bg-deep);
  border-bottom:1px solid var(--border);
}
.esp-header__bar{
  display:flex;
  align-items:center;
  gap:.75rem;
  max-width:var(--wrap);
  margin-inline:auto;
  padding:.6rem var(--gutter);
}

.esp-logo{display:inline-flex;align-items:center;flex-shrink:1;min-width:0;text-decoration:none}
.esp-logo:hover{text-decoration:none}
.esp-logo__img{
  display:block;
  height:40px;
  width:auto;
  max-width:min(45vw,190px);
  object-fit:contain;
}
.esp-logo__text{
  font-family:var(--font-head);
  font-weight:800;
  font-size:1.5rem;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:var(--text-main);
  white-space:nowrap;
}
.esp-logo__text span{color:var(--accent)}

.esp-nav{margin-inline-start:auto}
.esp-nav ul{list-style:none;display:flex;align-items:center;gap:.15rem;margin:0;padding:0}
.esp-nav a:not(.esp-btn){
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:1.02rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--text-muted);
  padding:.55rem .7rem;
  border-radius:var(--r-sm);
  transition:color var(--t),background var(--t);
}
.esp-nav a:not(.esp-btn):hover,
.esp-nav a:not(.esp-btn):focus-visible{color:var(--text-main);background:rgba(193,59,255,.14);text-decoration:none}
.esp-nav a:not(.esp-btn)[aria-current="page"]:not(.esp-btn){color:var(--accent);background:rgba(193,59,255,.1)}

.esp-header__cta{flex-shrink:0}
.esp-nav > .esp-btn{display:none}

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

/* ---- Desktop: rail ≥960px ---- */
@media (min-width:960px){
  body{padding-inline-start:var(--rail-w)}

  .esp-header{
    position:fixed;
    inset-block:0;
    inset-inline-start:0;
    width:var(--rail-w);
    border-bottom:0;
    border-inline-end:1px solid var(--border);
    background:var(--bg-deep);
    overflow-y:auto;
  }
  .esp-header__bar{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:1.5rem;
    height:100%;
    max-width:none;
    margin:0;
    padding:1.6rem 1.15rem;
  }
  .esp-logo{justify-content:flex-start;padding-inline:.35rem}
  .esp-logo__img{max-width:100%;height:44px}

  .esp-nav{margin-inline-start:0;margin-block-end:auto}
  .esp-nav ul{flex-direction:column;align-items:stretch;gap:.1rem}
  .esp-nav a:not(.esp-btn){
    padding:.62rem .8rem;
    border-inline-start:3px solid transparent;
    border-radius:0 var(--r-sm) var(--r-sm) 0;
  }
  .esp-nav a:not(.esp-btn):hover,
  .esp-nav a:not(.esp-btn):focus-visible{
    border-inline-start-color:var(--accent-2);
    box-shadow:inset 8px 0 22px -12px rgba(193,59,255,.9);
  }
  .esp-nav a:not(.esp-btn)[aria-current="page"]:not(.esp-btn){
    color:var(--accent);
    border-inline-start-color:var(--accent);
    background:rgba(193,59,255,.12);
    box-shadow:inset 10px 0 26px -12px rgba(193,59,255,1);
  }
  .esp-header__cta{width:100%}
  .esp-header__cta .esp-btn{width:100%}
}

/* ---- Burger breakpoint <960px ---- */
@media (max-width:959.98px){
  .esp-burger{display:flex}
  .esp-nav{
    display:none;
    order:3;
    width:100%;
    margin-inline-start:0;
    padding-block:.5rem .85rem;
    border-top:1px solid var(--border);
  }
  .esp-header.is-open .esp-nav{display:flex;flex-direction:column}
  .esp-header__bar{flex-wrap:wrap}
  .esp-nav ul{flex-direction:column;align-items:stretch;gap:.1rem;width:100%}
  .esp-nav a:not(.esp-btn){padding:.72rem .6rem;border-bottom:1px solid rgba(193,59,255,.14)}
  .esp-header__cta .esp-btn{font-size:.82rem;padding:.72em 1em;letter-spacing:.03em}
  .esp-logo__img{height:34px;max-width:min(45vw,150px)}
}
@media (max-width:479.98px){
  .esp-header__cta{display:none}
  .esp-nav > .esp-btn{display:block;width:100%;margin-top:.85rem}
}

/* ============================================================
   SIDEBAR ARCHETYPE — content + sticky aside
   ============================================================ */
.esp-layout{display:block}
@media (min-width:960px){
  .esp-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 300px;
    gap:clamp(1.5rem,3vw,2.75rem);
    align-items:start;
  }
  .esp-layout > *{min-width:0}
  .esp-layout__aside{position:sticky;top:1.5rem}
}
.esp-layout__aside{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}
@media (min-width:960px){.esp-layout__aside{margin-top:0}}

main{display:block}

/* ============================================================
   HERO — home (stacked) + inner (compact band)
   ============================================================ */
.esp-hero{position:relative;padding-block:var(--sp-sec)}
.esp-hero__inner{position:relative;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}

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

/* --- HOME: stacked marquee --- */
.esp-hero--home{
  overflow:hidden;
  background:
    radial-gradient(760px 380px at 26% 18%,rgba(193,59,255,.34),transparent 66%),
    radial-gradient(540px 300px at 78% 8%,rgba(255,170,6,.14),transparent 68%),
    var(--bg-deep);
  border-bottom:1px solid var(--border);
}
.esp-hero--home .esp-hero__inner{display:flex;flex-direction:column;gap:1.4rem}
.esp-hero--home .esp-hero__text{max-width:none}
.esp-hero--home h1{margin-bottom:.35em}
.esp-hero--home .esp-hero__sub{font-size:clamp(1.05rem,1rem + .4vw,1.25rem);color:var(--text-muted);margin-bottom:0}
.esp-hero--home .esp-hero__img{margin-top:.4rem}
.esp-hero--home .esp-hero__visual{
  width:100%;
  border-radius:var(--r-lg);
  overflow:hidden;
}
.esp-hero--home .esp-hero__visual:empty{
  aspect-ratio:3/1;
  background:linear-gradient(135deg,rgba(193,59,255,.42),rgba(255,170,6,.22));
  border:1px solid var(--border);
}

/* Marquee figure: the bonus number */
.esp-marquee{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.2em .6em;
  font-family:var(--font-head);
  font-weight:800;
  color:var(--accent);
  font-size:clamp(1.9rem,1.1rem + 3.4vw,3.25rem);
  line-height:1;
  text-shadow:0 0 34px rgba(255,170,6,.32);
}
.esp-marquee small{
  font-family:var(--font-body);
  font-weight:600;
  font-size:.34em;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-muted);
  text-shadow:none;
}

.esp-pills{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}
.esp-pill{
  display:inline-flex;
  align-items:center;
  gap:.4em;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.9rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--text-muted);
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:999px;
  padding:.4rem .85rem;
}
.esp-pill--age{color:var(--accent);border-color:rgba(255,219,106,.55)}
.esp-pill--neon{color:var(--accent-2);border-color:var(--accent-2)}

/* --- INNER: compact page-header band --- */
.esp-hero--inner{
  position:relative;
  overflow:hidden;
  min-height:180px;
  display:flex;
  align-items:center;
  padding-block:clamp(1.5rem,3.5vw,2.25rem);
  background:
    linear-gradient(90deg,rgba(193,59,255,.26),rgba(27,16,41,0) 72%),
    var(--bg-deep);
  border-bottom:1px solid var(--border);
  border-radius:0 0 var(--r-lg) var(--r-lg);
}
.esp-hero--inner .esp-hero__inner{
  width:100%;
  padding-inline:max(var(--gutter),calc((100% - var(--wrap))/2 + var(--gutter)));
}
.esp-hero--inner h1{font-size:clamp(1.75rem,1.25rem + 2vw,2.6rem);margin-bottom:.25em}
.esp-hero--inner .esp-hero__sub{color:var(--text-muted);margin-bottom:0;max-width:70ch}
.esp-hero--inner .esp-hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-height:none;
  aspect-ratio:auto;
  object-fit:cover;
  border-radius:0;
  z-index:0;
}
.esp-hero--inner .esp-hero__inner::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(20,10,32,.92) 0%,rgba(20,10,32,.78) 48%,rgba(20,10,32,.55) 100%);
  pointer-events:none;
}
:where(.esp-hero--inner .esp-hero__inner > :not(.esp-hero__img)){position:relative;z-index:2}
.esp-hero--inner:not(:has(.esp-hero__img)) .esp-hero__inner::after{display:none}

/* ---------- Breadcrumb ---------- */
.esp-breadcrumb{font-size:.86rem;color:var(--text-muted);margin-bottom:.7rem}
.esp-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0}
.esp-breadcrumb li+li::before{content:"/";margin-inline-end:.35rem;color:var(--accent-2);opacity:.7}
.esp-breadcrumb a{color:var(--text-muted)}
.esp-breadcrumb a:hover{color:var(--accent)}
.esp-breadcrumb [aria-current="page"]{color:var(--text-main)}

/* ---------- page-header (legal pages) ---------- */
.esp-page-header{
  position:relative;
  overflow:hidden;
  padding-block:clamp(1.75rem,4vw,2.5rem);
  background:var(--bg-deep);
  border-bottom:1px solid var(--border);
}
.esp-page-header h1{margin-bottom:.15em}
.esp-page-header__sub{color:var(--text-muted);margin:0}
.esp-page-header .esp-hero__img{
  position:absolute;inset:0;width:100%;height:100%;
  max-height:none;aspect-ratio:auto;object-fit:cover;border-radius:0;z-index:0;
}

/* ============================================================
   Overview / prose
   ============================================================ */
.esp-overview h2{margin-top:0}
.esp-prose > h2{margin-top:2.2rem}
.esp-prose > h3{margin-top:1.6rem}
.esp-prose ul,.esp-prose ol{padding-inline-start:1.3rem;margin:0 0 1.1em}
.esp-prose li{margin-bottom:.45em}
.esp-prose li::marker{color:var(--accent-2)}
.esp-prose blockquote{
  margin:1.5rem 0;
  padding:1rem 1.25rem;
  background:var(--bg-card);
  border-inline-start:3px solid var(--accent);
  border-radius:0 var(--r-md) var(--r-md) 0;
  color:var(--text-main);
  font-style:italic;
}
.esp-prose blockquote cite{display:block;margin-top:.6rem;font-style:normal;font-size:.85rem;color:var(--text-muted)}

/* ============================================================
   Feature cards (grid)
   ============================================================ */
.esp-features{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));
  gap:clamp(.9rem,2vw,1.35rem);
}
.esp-features > *{min-width:0}
.esp-feature{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:clamp(1.15rem,2.2vw,1.6rem);
  box-shadow:var(--shadow-card);
  transition:transform var(--t),border-color var(--t),box-shadow var(--t);
}
.esp-feature:hover{
  transform:translateY(-2px);
  border-color:var(--accent-2);
  box-shadow:var(--shadow-card),0 0 24px rgba(193,59,255,.2);
}
.esp-feature__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;height:46px;
  border-radius:var(--r-md);
  background:rgba(193,59,255,.14);
  border:1px solid var(--border);
  margin-bottom:.9rem;
  color:var(--accent-2);
}
.esp-feature h3{margin-bottom:.4em}
.esp-feature p{color:var(--text-muted);margin-bottom:0;font-size:.97rem}

/* ---------- cards-grid (second level) ---------- */
.esp-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));
  gap:clamp(.9rem,2vw,1.25rem);
}
.esp-cards > *{min-width:0}
.esp-card{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:1.25rem;
  box-shadow:var(--shadow-card);
}
.esp-card h3{margin-bottom:.35em;font-size:1.15rem}
.esp-card p{color:var(--text-muted);font-size:.96rem}
.esp-card__meta{
  font-family:var(--font-head);
  font-weight:600;
  font-size:.82rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
  display:block;
  margin-bottom:.45rem;
}

/* ============================================================
   Tables (data-table + payments-table)
   ============================================================ */
.esp-table-wrap{
  overflow-x:auto;
  max-width:100%;
  margin-block:1.5rem;
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  -webkit-overflow-scrolling:touch;
}
.esp-table{
  width:100%;
  border-collapse:collapse;
  background:var(--bg-card);
  font-size:.97rem;
}
.esp-table caption{
  caption-side:top;
  text-align:start;
  padding:.85rem 1rem;
  font-size:.85rem;
  color:var(--text-muted);
  background:var(--bg-deep);
}
.esp-table th,.esp-table td{
  padding:.8rem 1rem;
  text-align:start;
  vertical-align:top;
  border-bottom:1px solid rgba(193,59,255,.16);
}
.esp-table thead th{
  white-space:nowrap;
  background:var(--bg-deep);
  color:var(--accent);
  font-family:var(--font-head);
  font-weight:700;
  font-size:.84rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  border-bottom:1px solid var(--accent-2);
}
.esp-table tbody tr:last-child td{border-bottom:0}
.esp-table tbody tr:hover td{background:rgba(193,59,255,.09)}
.esp-table td strong{color:var(--accent)}

.esp-payments .esp-table td:first-child{white-space:nowrap}
.esp-pay-name{display:flex;align-items:center;gap:.6rem;font-weight:600}
.esp-pay-name .esp-icon{color:var(--accent-2)}

/* ============================================================
   two-cols + content panel
   ============================================================ */
.esp-two-cols{display:grid;gap:clamp(1.25rem,3vw,2.25rem);align-items:start}
.esp-two-cols > *{min-width:0}
@media (min-width:860px){
  .esp-two-cols{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}
}

.esp-panel{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:clamp(1.15rem,2.4vw,1.6rem);
  box-shadow:var(--shadow-card);
}
.esp-panel__title{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.9rem;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 1rem;
  padding-bottom:.7rem;
  border-bottom:1px solid var(--accent-2);
}
.esp-panel > *:last-child{margin-bottom:0}

/* quick facts <dl> */
.esp-facts{margin:0;display:flex;flex-direction:column}
.esp-facts__row{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:.5rem 1rem;
  padding:.6rem 0;
  border-bottom:1px dashed rgba(193,59,255,.24);
}
.esp-facts__row:last-child{border-bottom:0;padding-bottom:0}
.esp-facts__row:first-child{padding-top:0}
.esp-facts dt{
  font-size:.83rem;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin:0;
  min-width:0;
}
.esp-facts dd{margin:0;font-weight:600;text-align:end;min-width:0}

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

/* mini stat tiles inside a panel */
.esp-minigrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));gap:.7rem}
.esp-minigrid > *{min-width:0}
.esp-minitile{
  background:var(--bg-main);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:.8rem .85rem;
}
.esp-minitile b{
  display:block;
  font-family:var(--font-head);
  font-weight:800;
  font-size:1.35rem;
  color:var(--accent);
  line-height:1.1;
}
.esp-minitile span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}

/* rating badge */
.esp-score{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}
.esp-score__num{
  font-family:var(--font-head);
  font-weight:800;
  font-size:2.5rem;
  line-height:1;
  color:var(--accent);
}
.esp-score__stars{display:inline-flex;gap:.1rem;color:var(--accent)}
.esp-score__label{font-size:.85rem;color:var(--text-muted);min-width:0}

/* ============================================================
   Numbered list (CSS counters)
   ============================================================ */
.esp-steps{list-style:none;counter-reset:esp-step;margin:1.4rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}
.esp-steps > li{
  counter-increment:esp-step;
  position:relative;
  padding-inline-start:3.35rem;
  min-width:0;
}
.esp-steps > li::before{
  content:counter(esp-step,decimal-leading-zero);
  position:absolute;
  inset-inline-start:0;
  top:0;
  width:2.4rem;
  height:2.4rem;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-head);
  font-weight:800;
  font-size:1rem;
  color:var(--bg-main);
  background:linear-gradient(135deg,var(--accent),var(--accent-hot));
  border-radius:var(--r-md);
  box-shadow:0 0 18px rgba(255,170,6,.28);
}
.esp-steps > li h3{margin-bottom:.25em;font-size:1.12rem}
.esp-steps > li p{color:var(--text-muted);margin-bottom:0}

/* ============================================================
   Stats bar — strip pattern
   ============================================================ */
.esp-stats{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:0;
  padding-block:.35rem;
}
.esp-stats > *{min-width:0}
.esp-stat{
  flex:1 1 170px;
  padding:.65rem clamp(.8rem,2vw,1.5rem);
  border-inline-start:1px solid var(--border);
}
.esp-stat:first-child{border-inline-start:0;padding-inline-start:0}
.esp-stat b{
  display:block;
  font-family:var(--font-head);
  font-weight:800;
  font-size:clamp(1.6rem,1.2rem + 1.2vw,2.15rem);
  line-height:1.05;
  color:var(--accent);
}
.esp-stat span{
  display:block;
  margin-top:.2rem;
  font-size:.8rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--text-muted);
}

/* ---------- categories bar (pills) ---------- */
.esp-cats{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;margin:0;padding:0}
.esp-cats a,.esp-cats span{
  display:inline-block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.92rem;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:var(--text-muted);
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:999px;
  padding:.42rem .95rem;
  transition:color var(--t),border-color var(--t),background var(--t);
}
.esp-cats a:hover{color:var(--bg-main);background:var(--accent);border-color:var(--accent);text-decoration:none}

/* ============================================================
   RTP / slot grid
   ============================================================ */
.esp-rtp{
  display:grid;
  gap:clamp(.6rem,1.5vw,1rem);
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:1.5rem;
}
@media (min-width:640px){.esp-rtp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:960px){.esp-rtp{grid-template-columns:repeat(4,minmax(0,1fr))}}

.esp-rtp-item{
  position:relative;
  overflow:hidden;
  min-width:0;
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  transition:border-color var(--t),transform var(--t),box-shadow var(--t);
}
.esp-rtp-item:hover{
  border-color:var(--accent-2);
  transform:translateY(-2px);
  box-shadow:0 0 26px rgba(193,59,255,.26);
}
.esp-rtp-item__thumb{
  aspect-ratio:3/2;
  position:relative;
  background:linear-gradient(135deg,rgba(193,59,255,.4),rgba(255,170,6,.2));
}
.esp-rtp-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.esp-rtp-item__body{padding:.6rem .75rem .75rem}
.esp-rtp-item__name{
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.98rem;
  line-height:1.2;
  color:var(--text-main);
  overflow-wrap:anywhere;
}
.esp-rtp-item__prov{display:block;margin-top:.15rem;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.esp-rtp-tooltip{
  position:absolute;
  bottom:0;
  inset-inline:0;
  opacity:0;
  transition:opacity .2s;
  background:linear-gradient(0deg,rgba(20,10,32,.96),rgba(20,10,32,.7));
  color:var(--text-main);
  font-size:.82rem;
  line-height:1.35;
  padding:.6rem .75rem;
  pointer-events:none;
}
.esp-rtp-item:hover .esp-rtp-tooltip,
.esp-rtp-item:focus-within .esp-rtp-tooltip{opacity:1}
.esp-rtp-tooltip b{color:var(--accent)}

.esp-badge{
  position:absolute;
  top:.5rem;
  inset-inline-start:.5rem;
  z-index:2;
  font-family:var(--font-head);
  font-weight:700;
  font-size:.7rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--accent-2);
  background:rgba(27,16,41,.9);
  border:1px solid var(--accent-2);
  border-radius:var(--r-sm);
  padding:.2rem .45rem;
}
.esp-badge--gold{color:var(--accent);border-color:var(--accent)}

/* ============================================================
   FAQ — boxed
   ============================================================ */
.esp-faq{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}
.esp-faq details{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:0 1.15rem;
  box-shadow:var(--shadow-card);
  transition:border-color var(--t);
}
.esp-faq details[open]{border-color:var(--accent-2)}
.esp-faq summary{
  cursor:pointer;
  padding:1rem 0;
  font-weight:600;
  list-style:none;
  font-family:var(--font-head);
  font-size:1.12rem;
  letter-spacing:.01em;
  color:var(--text-main);
  display:flex;
  align-items:baseline;
  gap:.15rem;
}
.esp-faq summary::-webkit-details-marker{display:none}
.esp-faq summary::before{
  content:'+';
  margin-right:.5rem;
  transition:transform .2s;
  color:var(--accent);
  font-weight:800;
}
.esp-faq details[open] summary::before{content:'−'}
.esp-faq details > :not(summary){padding:.5rem 0 1rem;color:var(--text-muted)}
.esp-faq details > :not(summary):last-child{margin-bottom:0}

/* generic fallback for a bare .esp-faq item list */
details > :not(summary){padding:.5rem 0 1rem}
summary{cursor:pointer}

/* ============================================================
   Reviews / quotes
   ============================================================ */
.esp-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1rem;margin-top:1.4rem}
.esp-reviews > *{min-width:0}
.esp-quote{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-inline-start:3px solid var(--accent-2);
  border-radius:0 var(--r-lg) var(--r-lg) 0;
  padding:1.2rem 1.35rem;
  margin:0;
}
.esp-quote p{font-style:italic;color:var(--text-main)}
.esp-quote figcaption{margin-top:.7rem;font-size:.84rem;color:var(--text-muted)}
.esp-quote figcaption a{color:var(--accent-2)}

.esp-ratings{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:1.2rem 0 0;padding:0}
.esp-ratings li{
  display:flex;
  align-items:center;
  gap:.45rem;
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:.5rem .85rem;
  font-size:.9rem;
  color:var(--text-muted);
  min-width:0;
}
.esp-ratings b{color:var(--accent);font-family:var(--font-head);font-size:1.05rem}

/* ---------- Author / methodology ---------- */
.esp-author{
  display:flex;
  flex-wrap:wrap;
  gap:1.1rem;
  align-items:flex-start;
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:clamp(1.15rem,2.4vw,1.6rem);
}
.esp-author > *{min-width:0}
.esp-author__mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;height:54px;
  flex-shrink:0;
  border-radius:var(--r-md);
  background:linear-gradient(135deg,var(--accent),var(--accent-hot));
  color:var(--bg-main);
  font-family:var(--font-head);
  font-weight:800;
  font-size:1.25rem;
}
.esp-author__body{flex:1 1 260px}
.esp-author h3{margin-bottom:.3em;font-size:1.15rem}
.esp-author p{color:var(--text-muted);margin-bottom:0;font-size:.96rem}

.esp-method{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));gap:1rem;margin-top:1.4rem}
.esp-method > *{min-width:0}
.esp-method__item{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:1.1rem 1.2rem;
}
.esp-method__item h3{font-size:1.02rem;margin-bottom:.3em}
.esp-method__item p{font-size:.93rem;color:var(--text-muted);margin-bottom:0}

/* ============================================================
   TOC
   ============================================================ */
.esp-toc{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:1.15rem 1.25rem;
}
.esp-toc__title{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.86rem;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 .8rem;
}
.esp-toc ol,.esp-toc ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem;counter-reset:esp-toc}
.esp-toc li{counter-increment:esp-toc;min-width:0}
.esp-toc a{
  display:block;
  padding:.4rem .55rem;
  border-inline-start:2px solid transparent;
  color:var(--text-muted);
  font-size:.94rem;
  transition:color var(--t),border-color var(--t),background var(--t);
}
.esp-toc a:hover{color:var(--text-main);border-inline-start-color:var(--accent-2);background:rgba(193,59,255,.1);text-decoration:none}

/* ============================================================
   CTA block
   ============================================================ */
.esp-cta{
  padding-block:var(--sp-sec);
  background:
    radial-gradient(620px 260px at 50% 0%,rgba(193,59,255,.32),transparent 70%),
    var(--bg-deep);
  border-block:1px solid var(--border);
}
.esp-cta__inner{
  display:flex;
  flex-direction:column;
  gap:1rem;
  align-items:center;
  text-align:center;
}
.esp-cta__inner > *{min-width:0;margin-bottom:0}
.esp-cta h2{font-size:clamp(1.7rem,1.2rem + 2vw,2.6rem);margin-bottom:0}
.esp-cta p{color:var(--text-muted);max-width:62ch}
.esp-cta .esp-actions{justify-content:center;margin-block:0}

/* ============================================================
   Legal body (heading counters)
   ============================================================ */
.esp-legal{counter-reset:esp-legal}
.esp-legal h2{
  counter-increment:esp-legal;
  margin-top:2.2rem;
  padding-top:1.2rem;
  border-top:1px solid var(--border);
  font-size:clamp(1.25rem,1.1rem + .8vw,1.65rem);
}
.esp-legal h2::before{
  content:counter(esp-legal) ". ";
  color:var(--accent);
}
.esp-legal h2:first-of-type{margin-top:0;padding-top:0;border-top:0}
.esp-legal h3{margin-top:1.5rem;font-size:1.12rem}
.esp-legal p,.esp-legal li{color:var(--text-muted)}
.esp-legal ul,.esp-legal ol{padding-inline-start:1.3rem}
.esp-legal li{margin-bottom:.45em}
.esp-legal li::marker{color:var(--accent-2)}
.esp-legal address{font-style:normal;color:var(--text-muted)}

/* ============================================================
   Sticky mobile CTA bar
   ============================================================ */
.esp-sticky-nav{display:none}
@media (max-width:767.98px){
  .esp-sticky-nav{
    display:flex;
    position:fixed;
    inset-inline:0;
    bottom:0;
    z-index:880;
    align-items:center;
    justify-content:space-between;
    gap:.6rem;
    padding:.55rem .8rem;
    background:rgba(27,16,41,.97);
    border-top:1px solid var(--accent-2);
    backdrop-filter:blur(8px);
  }
  .esp-sticky-nav > *{min-width:0}
  .esp-sticky-nav__label{
    font-family:var(--font-head);
    font-weight:700;
    font-size:.92rem;
    letter-spacing:.04em;
    color:var(--text-main);
    line-height:1.15;
  }
  .esp-sticky-nav__label small{display:block;font-family:var(--font-body);font-weight:400;font-size:.74rem;color:var(--text-muted);letter-spacing:0}
  .esp-sticky-nav .esp-btn{flex-shrink:0}
  body{padding-bottom:66px}
}

/* ============================================================
   Chat widget
   ============================================================ */
.esp-chat-btn{
  position:fixed;
  inset-inline-end:1rem;
  bottom:1rem;
  z-index:870;
  width:52px;height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid var(--accent-2);
  background:var(--bg-card);
  color:var(--accent-2);
  cursor:pointer;
  box-shadow:0 0 24px rgba(193,59,255,.3);
}
@media (max-width:767.98px){.esp-chat-btn{bottom:78px}}
.esp-chat{
  position:fixed;
  inset-inline-end:1rem;
  bottom:4.75rem;
  z-index:875;
  width:min(320px,calc(100vw - 2rem));
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:1.1rem;
  box-shadow:var(--shadow-card);
}
.esp-chat[hidden]{display:none}
.esp-chat h3{font-size:1.05rem;margin-bottom:.4em}
.esp-chat p{font-size:.92rem;color:var(--text-muted)}

/* ============================================================
   FOOTER
   ============================================================ */
.esp-footer{
  background:var(--bg-deep);
  border-top:1px solid var(--accent-2);
  padding-block:clamp(2.25rem,4.5vw,3.25rem) 1.5rem;
  color:var(--text-muted);
  font-size:.95rem;
}
.esp-footer__grid{
  display:grid;
  gap:clamp(1.5rem,3vw,2.5rem);
  grid-template-columns:1fr;
}
.esp-footer__grid > *{min-width:0}
@media (min-width:720px){
  .esp-footer__grid{grid-template-columns:1.5fr 1fr 1fr}
}
.esp-footer__brand p{margin-top:.9rem;max-width:44ch}
.esp-footer h2,.esp-footer h3{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.86rem;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 .9rem;
}
.esp-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
.esp-footer a{color:var(--text-muted)}
.esp-footer a:hover{color:var(--accent)}
.esp-footer__contact{margin-top:1rem}
.esp-footer__contact a{color:var(--accent-2)}

.esp-footer__disclaimer{
  margin-top:clamp(1.75rem,3.5vw,2.5rem);
  padding-top:1.35rem;
  border-top:1px solid var(--border);
  font-size:.85rem;
  line-height:1.6;
}
.esp-footer__disclaimer p{margin-bottom:.7rem}
.esp-footer__flags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none}

.esp-footer__bottom{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem 1.25rem;
  align-items:center;
  justify-content:space-between;
  margin-top:1.35rem;
  padding-top:1.15rem;
  border-top:1px solid var(--border);
  font-size:.83rem;
}
.esp-footer__bottom > *{min-width:0}
.esp-footer__bottom nav ul{flex-direction:row;flex-wrap:wrap;gap:.5rem 1.1rem}
/* sa-responsive-net */
table th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-fit */
.esp-logo__img{object-fit:contain}
/* sa-ph-media */
.esp-page-header:has(.esp-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.esp-page-header:has(.esp-hero__img) .esp-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
.esp-page-header:has(.esp-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(.esp-page-header:has(.esp-hero__img)>:not(.esp-hero__img)){position:relative}
.esp-page-header:has(.esp-hero__img)>:not(.esp-hero__img){z-index:2}
.esp-page-header:has(.esp-hero__img),.esp-page-header:has(.esp-hero__img) h1,.esp-page-header:has(.esp-hero__img) a,.esp-page-header:has(.esp-hero__img) p,.esp-page-header:has(.esp-hero__img) li,.esp-page-header:has(.esp-hero__img) span{color:#fff}
/* sa-hero-media */
.esp-hero:has(>.esp-hero__img){position:relative;isolation:isolate}
.esp-hero:has(>.esp-hero__img)>.esp-hero__img{z-index:0}
.esp-hero:has(>.esp-hero__img)::after{z-index:1}
:where(.esp-hero:has(>.esp-hero__img)>:not(.esp-hero__img)){position:relative}
.esp-hero:has(>.esp-hero__img)>:not(.esp-hero__img){z-index:2}
/* sa-rhythm */
:where(.esp-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.esp-table-wrap)+p{margin-block-start:1rem}
/* sa-slot-link */
.esp-rtp-item,.esp-rtp-item:hover,.esp-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}
/* sa-logo-chip */
.esp-footer .esp-logo__img{filter:none;background:transparent;padding:0}
.esp-footer .esp-footer__logo-chip{background:transparent;padding:0}
