/* ============================================================
   Spinbara Casino — GR  |  spinbara-casinos.com.gr  |  2026
   Visual theme faithful to the official site (purple + capybara mascot)
   ============================================================ */

:root {
  --bg-0:        #1c0d33;
  --bg-1:        #2a1149;
  --bg-2:        #3a1a63;
  --panel:       #43206f;
  --panel-2:     #532a86;
  --violet:      #7b46c9;
  --violet-2:    #9a5cf0;
  --violet-soft: #b88cf0;
  --magenta:     #e0408a;
  --pink:        #ff5fa2;
  --blue:        #3f6fe0;
  --blue-2:      #5b8bff;
  --green:       #8ed81f;
  --green-2:     #6fb40f;
  --green-dark:  #4d8a00;
  --gold:        #ffcf3f;
  --text:        #ffffff;
  --text-dim:    #d7c9ee;
  --text-mute:   #a892c9;
  --radius:      18px;
  --radius-sm:   12px;
  --shadow:      0 12px 30px rgba(0,0,0,.45);
  --maxw:        1180px;
  --font-disp:   'Baloo 2', system-ui, sans-serif;
  --font-ui:     'Montserrat', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-ui);
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 80% -10%, #5a2a8f 0%, transparent 55%),
    radial-gradient(1000px 500px at 0% 0%, #3a1a63 0%, transparent 50%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
  background-attachment: fixed;
  min-height: 100vh;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }

h1, h2, h3, .display { font-family: var(--font-disp); font-weight: 800; line-height: 1.05; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-ui); font-weight: 800; text-transform: uppercase;
  letter-spacing: .4px; border: none; cursor: pointer; white-space: nowrap;
  border-radius: 40px; padding: 14px 30px; font-size: 15px;
  transition: transform .12s ease, filter .12s ease; user-select: none;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn:active { transform: translateY(0); }

.btn-green {
  color: #173800;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-2) 100%);
  border-bottom: 4px solid var(--green-dark);
  box-shadow: 0 8px 18px rgba(110,180,15,.45), inset 0 1px 0 rgba(255,255,255,.5);
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}
.btn-purple {
  color: #fff;
  background: linear-gradient(180deg, var(--violet-2) 0%, var(--violet) 100%);
  border-bottom: 4px solid #5a2da3;
  box-shadow: 0 8px 18px rgba(123,70,201,.45), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-ghost {
  color: #fff; background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.28); padding: 11px 22px;
}
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-block { width: 100%; }
.btn-lg { padding: 17px 40px; font-size: 17px; }

/* ---------- Badges / tags ---------- */
.tag {
  display: inline-block; font-weight: 800; font-size: 12px; text-transform: uppercase;
  letter-spacing: .5px; color: #fff; padding: 5px 14px; border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.tag-sport  { background: linear-gradient(180deg, var(--blue-2), var(--blue)); }
.tag-casino { background: linear-gradient(180deg, var(--pink), var(--magenta)); }
.tag-new    { background: linear-gradient(180deg, #ff7eb6, #ff3d8b); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(28,13,51,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; gap: 18px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { height: 56px; width: auto; filter: drop-shadow(0 3px 6px rgba(0,0,0,.4)); }
.nav { display: flex; align-items: center; gap: 4px; margin-left: 14px; }
.nav a {
  font-weight: 700; font-size: 15px; color: var(--text-dim);
  padding: 9px 14px; border-radius: 10px; transition: color .15s, background .15s;
}
.nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav a.active { color: #fff; background: rgba(154,92,240,.22); }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.burger { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 6px; }
.burger span { display: block; width: 26px; height: 3px; background: #fff; border-radius: 3px; margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; border-radius: 0 0 26px 26px; overflow: hidden;
  background-image: linear-gradient(90deg, rgba(20,8,40,.92) 0%, rgba(20,8,40,.55) 38%, rgba(20,8,40,0) 70%), url('/images/spinbara-casino-greece-hero.webp');
  background-size: cover; background-position: right top;
  min-height: 380px; display: flex; align-items: center;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 -60px 80px -30px rgba(20,8,40,.9);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; max-width: 1520px; margin: 0 auto; padding: 48px 20px; }
.hero .eyebrow {
  display: inline-block; background: linear-gradient(180deg, var(--violet-2), var(--violet));
  color: #fff; font-weight: 700; font-size: 14px; padding: 7px 18px; border-radius: 20px;
  margin-bottom: 18px; box-shadow: 0 6px 14px rgba(123,70,201,.4);
}
.hero h1 {
  font-size: clamp(30px, 5vw, 52px); text-transform: uppercase; color: #fff;
  text-shadow: 0 0 18px rgba(154,92,240,.85), 0 4px 10px rgba(0,0,0,.55);
  margin-bottom: 8px; max-width: 640px;
}
.hero h1 .amt { color: #ffe27a; }
.hero p { color: var(--text-dim); font-size: 17px; margin-bottom: 26px; max-width: 460px; }

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
.section-head { text-align: center; margin-bottom: 34px; }
.section-head h2 {
  font-size: clamp(26px, 4vw, 40px); text-transform: uppercase; color: #fff;
  text-shadow: 0 3px 16px rgba(154,92,240,.5);
}
.section-head p { color: var(--text-mute); margin-top: 8px; font-size: 16px; }
.section-head .bar { width: 70px; height: 5px; border-radius: 5px; margin: 14px auto 0;
  background: linear-gradient(90deg, var(--violet-2), var(--magenta)); }

/* ---------- Bonus grid ---------- */
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bonus-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--panel); box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
.bonus-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(0,0,0,.5); }
.bonus-card .art { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.bonus-card .art img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.bonus-card .art .tag { position: absolute; top: 14px; right: 14px; z-index: 3; }
.bonus-card .overlay {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 26px 18px 18px;
  background: linear-gradient(180deg, rgba(58,26,99,0) 0%, rgba(45,18,82,.85) 38%, #2a1149 100%);
  text-align: center;
}
.bonus-card .overlay .b-name { color: var(--text-dim); font-weight: 700; font-size: 14px; }
.bonus-card .overlay .b-amt { font-family: var(--font-disp); font-weight: 800; font-size: 24px; color: #fff;
  text-shadow: 0 0 12px rgba(154,92,240,.7); margin-top: 2px; line-height: 1.1; }
.bonus-card .cta-wrap { padding: 16px; background: #2a1149; margin-top: -1px; }
.bonus-card .cta-wrap .btn { width: 100%; }

/* ---------- Slots grid ---------- */
.slots-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.slot {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08);
  transition: transform .16s ease;
}
.slot:hover { transform: translateY(-5px) scale(1.02); }
.slot .art { aspect-ratio: 2/3; }
.slot .art img { width: 100%; height: 100%; object-fit: cover; }
.slot .play {
  position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 14px; opacity: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20,8,40,.8));
  transition: opacity .18s ease;
}
.slot:hover .play { opacity: 1; }
.slot .play .btn { padding: 10px 22px; font-size: 13px; }
.slot .tag-new { position: absolute; top: 10px; left: 10px; z-index: 2; }

/* ---------- Mobile app ---------- */
.app-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.app-copy h2 { font-size: clamp(26px,4vw,42px); text-transform: uppercase; margin-bottom: 14px;
  text-shadow: 0 3px 16px rgba(154,92,240,.5); }
.app-copy p { color: var(--text-dim); font-size: 17px; margin-bottom: 22px; }
.app-feats { list-style: none; margin: 0 0 26px; display: grid; gap: 12px; }
.app-feats li { display: flex; align-items: center; gap: 12px; color: var(--text-dim); font-weight: 600; }
.app-feats li::before { content: "✓"; flex: 0 0 26px; height: 26px; display: grid; place-items: center;
  background: linear-gradient(180deg,var(--green),var(--green-2)); color: #173800; border-radius: 50%; font-weight: 900; }
.store-row { display: flex; gap: 14px; flex-wrap: wrap; }
.app-shots { display: flex; gap: 18px; justify-content: center; align-items: center; }
.app-shots img { width: 46%; height: auto; max-width: 230px; border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,.5); }
.app-shots img:nth-child(2) { margin-top: 30px; }

/* ---------- Author ---------- */
.author-card {
  display: flex; gap: 24px; align-items: center; max-width: 860px; margin: 0 auto;
  background: linear-gradient(180deg, var(--panel) 0%, var(--bg-2) 100%);
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius);
  padding: 26px 30px; box-shadow: var(--shadow);
}
.author-card .photo {
  flex: 0 0 110px; width: 110px; height: 110px; border-radius: 50%; overflow: hidden;
  background: radial-gradient(circle at 50% 35%, var(--violet-2), var(--violet));
  display: grid; place-items: center; border: 3px solid rgba(154,92,240,.6);
  box-shadow: 0 0 0 5px rgba(154,92,240,.18);
}
.author-card .photo span { font-family: var(--font-disp); font-weight: 800; font-size: 40px; color: #fff; }
.author-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.author-card .info h3, .author-card .info .aname { font-size: 22px; color: #fff; }
.author-card .info .aname { font-family: var(--font-disp); font-weight: 800; line-height: 1.1; }
.author-card .info .role { color: var(--violet-soft); font-weight: 700; font-size: 14px; margin: 2px 0 10px;
  text-transform: uppercase; letter-spacing: .4px; }
.author-card .info p { color: var(--text-dim); font-size: 15px; }

/* ---------- CTA strip ---------- */
.cta-strip {
  text-align: center; background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 40px 24px;
  box-shadow: var(--shadow);
}
.cta-strip h2 { font-size: clamp(24px,4vw,38px); text-transform: uppercase; margin-bottom: 10px; }
.cta-strip p { color: var(--text-dim); margin-bottom: 22px; }

/* ---------- Footer ---------- */
.site-footer { margin-top: 40px; background: rgba(12,5,24,.6); border-top: 1px solid rgba(255,255,255,.08); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding: 44px 0 30px; }
.footer-brand img { height: 52px; width: auto; margin-bottom: 14px; }
.footer-brand p { color: var(--text-mute); font-size: 14px; max-width: 340px; }
.footer-col h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .5px; color: #fff; margin-bottom: 14px; }
.footer-col a { display: block; color: var(--text-mute); font-size: 14px; padding: 5px 0; }
.footer-col a:hover { color: #fff; }
.age-badge { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--magenta); color: var(--pink); font-weight: 900; font-size: 14px; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0 40px;
  color: var(--text-mute); font-size: 12.5px; text-align: center; line-height: 1.7; }

/* ---------- Popup (banner-bonus) ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 18px;
  background: rgba(10,4,22,.74); backdrop-filter: blur(4px);
}
.modal-overlay.open { display: flex; animation: fadein .2s ease; }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.modal {
  position: relative; width: 100%; max-width: 410px;
  background: linear-gradient(180deg, #efeafc 0%, #e3dbfa 100%);
  border-radius: 26px; padding: 26px 24px 30px; text-align: center;
  box-shadow: 0 30px 70px rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.6);
  animation: pop .25s cubic-bezier(.2,.9,.3,1.3);
}
@keyframes pop { from { transform: scale(.85); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal .modal-logo { height: 64px; margin: 0 auto 16px; width: auto; }
.modal h3 { color: #20133a; font-size: 24px; line-height: 1.15; margin-bottom: 20px; }
.modal .bonus-pill {
  position: relative; display: flex; align-items: center; gap: 14px; text-align: left;
  background: linear-gradient(180deg, #7b46c9, #5e2fa6); border-radius: 16px;
  padding: 16px 18px; margin-bottom: 20px; color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.35), 0 8px 18px rgba(94,47,166,.4);
}
.modal .bonus-pill .cherry { font-size: 30px; flex-shrink: 0; }
.modal .bonus-pill .b-name { font-size: 13px; color: #e7dcff; font-weight: 700; }
.modal .bonus-pill .b-amt { font-family: var(--font-disp); font-weight: 800; font-size: 17px; line-height: 1.15; }
.modal .btn { width: 100%; }
.modal .modal-links { margin-top: 16px; font-size: 14px; color: #4a3a6b; }
.modal .modal-links a { color: var(--violet); font-weight: 700; text-decoration: underline; }
.modal .modal-links .ret { display: inline-block; margin-top: 12px; color: #5e2fa6; }
.modal .modal-close {
  position: absolute; top: 12px; right: 14px; width: 32px; height: 32px; border-radius: 50%;
  border: none; background: rgba(32,19,58,.1); color: #20133a; font-size: 20px; cursor: pointer;
  line-height: 1; display: grid; place-items: center;
}
.modal .modal-close:hover { background: rgba(32,19,58,.2); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav, .header-actions .btn-ghost { display: none; }
  .burger { display: block; }
  .header-actions { margin-left: auto; }
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 72px; left: 0; right: 0; margin: 0;
    background: var(--bg-1); padding: 12px 18px 18px; border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .nav.open a { padding: 13px 12px; }
  .app-split { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .slots-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .bonus-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .hero { background-position: 75% top; }
  .hero-inner { padding: 36px 0; }
  .author-card { flex-direction: column; text-align: center; }
  .footer-top { grid-template-columns: 1fr; }
  .slots-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 42px 0; }
}
@media (max-width: 420px) {
  .bonus-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SPEC COMPONENTS: article, tables, charts, FAQ, sticky, etc.
   ============================================================ */

/* ---- Breadcrumb ---- */
.breadcrumb { font-size: 13.5px; color: var(--text-mute); padding: 16px 0 0; }
.breadcrumb a { color: var(--violet-soft); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { margin: 0 7px; opacity: .6; }

/* ---- Article typography ---- */
.article { max-width: 860px; margin: 0 auto; }
.article.wide { max-width: 1080px; }
.article h2 {
  font-size: clamp(23px, 3vw, 32px); color: #fff; margin: 38px 0 14px;
  text-shadow: 0 2px 12px rgba(154,92,240,.4);
}
.article h2:first-child { margin-top: 6px; }
.article h3 { font-size: clamp(19px, 2.4vw, 23px); color: #fff; margin: 26px 0 10px; }
.article p { color: var(--text-dim); font-size: 16.5px; margin: 0 0 16px; }
.article a:not(.btn) { color: var(--violet-soft); text-decoration: underline; text-underline-offset: 3px; }
.article a:not(.btn):hover { color: #fff; }
.article ul, .article ol { color: var(--text-dim); font-size: 16.5px; margin: 0 0 18px; padding-left: 4px; list-style: none; }
.article ul li, .article ol li { position: relative; padding: 6px 0 6px 30px; }
.article ul li::before { content: "▹"; position: absolute; left: 6px; color: var(--violet-2); font-weight: 900; }
.article ol { counter-reset: li; }
.article ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 6px;
  width: 22px; height: 22px; background: linear-gradient(180deg,var(--violet-2),var(--violet));
  color: #fff; border-radius: 50%; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.lead { font-size: 18.5px !important; color: #ece3ff !important; }

/* ---- Author byline (E-E-A-T) ---- */
.byline { font-size: 14px; color: var(--text-mute); margin: 0 0 18px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.byline a { color: var(--violet-soft); font-weight: 700; }
.byline time { color: var(--text-dim); }

/* ---- Highlight box / note ---- */
.note {
  background: linear-gradient(180deg, rgba(123,70,201,.22), rgba(123,70,201,.10));
  border: 1px solid rgba(154,92,240,.4); border-left: 4px solid var(--violet-2);
  border-radius: 14px; padding: 16px 20px; margin: 22px 0; color: var(--text-dim); font-size: 15.5px;
}
.note strong { color: #fff; }

/* ---- Pros / Cons ---- */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 24px 0; }
.proscons .col { border-radius: 16px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.1); }
.proscons .pros { background: linear-gradient(180deg, rgba(110,180,15,.16), rgba(110,180,15,.05)); }
.proscons .cons { background: linear-gradient(180deg, rgba(224,64,138,.16), rgba(224,64,138,.05)); }
.proscons h4 { color: #fff; font-size: 16px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .4px; }
.proscons ul { margin: 0; }
.proscons .pros li::before { content: "✓"; color: var(--green); }
.proscons .cons li::before { content: "✕"; color: var(--pink); }

/* ---- Data tables ---- */
.table-wrap { overflow-x: auto; margin: 22px 0; border-radius: 14px; border: 1px solid rgba(255,255,255,.1); }
.data-table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 15px; }
.data-table caption { caption-side: top; text-align: left; color: var(--text-mute); font-size: 13.5px; padding: 0 0 8px; }
.data-table thead th {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  color: #fff; font-weight: 800; text-align: left; padding: 13px 16px; font-size: 13.5px;
  text-transform: uppercase; letter-spacing: .3px; white-space: nowrap;
}
.data-table tbody td { padding: 12px 16px; color: var(--text-dim); border-top: 1px solid rgba(255,255,255,.07); }
.data-table tbody tr:nth-child(odd) { background: rgba(255,255,255,.025); }
.data-table tbody tr:hover { background: rgba(154,92,240,.12); }
.data-table .hl { color: #ffe27a; font-weight: 700; }
.data-table td strong { color: #fff; }
.pill-yes { color: var(--green); font-weight: 700; }
.pill-no { color: var(--pink); font-weight: 700; }

/* ---- Chart: bars (RTP, etc.) ---- */
.bars { margin: 24px 0; display: grid; gap: 14px; }
.bars .row { display: grid; grid-template-columns: 160px 1fr 54px; align-items: center; gap: 12px; }
.bars .lbl { color: var(--text-dim); font-size: 14px; font-weight: 600; }
.bars .track { background: rgba(255,255,255,.08); border-radius: 8px; height: 16px; overflow: hidden; }
.bars .fill { height: 100%; border-radius: 8px; background: linear-gradient(90deg, var(--violet-2), var(--magenta)); }
.bars .val { color: #ffe27a; font-weight: 800; font-size: 14px; text-align: right; }
@media (max-width: 560px){ .bars .row { grid-template-columns: 110px 1fr 46px; } .bars .lbl { font-size: 12.5px; } }

/* ---- Chart: donut (conic) ---- */
.donut-wrap { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin: 24px 0; justify-content: center; }
.donut { width: 190px; height: 190px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; position: relative; }
.donut::after { content: ""; position: absolute; width: 58%; height: 58%; background: var(--bg-1); border-radius: 50%; }
.donut .center { position: relative; z-index: 2; text-align: center; }
.donut .center b { font-family: var(--font-disp); font-size: 26px; color: #fff; display: block; line-height: 1; }
.donut .center span { font-size: 12px; color: var(--text-mute); }
.legend { display: grid; gap: 10px; }
.legend .it { display: flex; align-items: center; gap: 10px; color: var(--text-dim); font-size: 14.5px; }
.legend .dot { width: 14px; height: 14px; border-radius: 4px; flex-shrink: 0; }

/* ---- Chart: steps (timeline) ---- */
.steps-flow { display: grid; gap: 14px; margin: 24px 0; }
.steps-flow .step { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start;
  background: linear-gradient(180deg, var(--panel), var(--bg-2)); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 16px 18px; }
.steps-flow .n { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-disp); font-weight: 800; font-size: 20px; color: #173800;
  background: linear-gradient(180deg, var(--green), var(--green-2)); }
.steps-flow .step h4 { color: #fff; font-size: 16.5px; margin-bottom: 3px; }
.steps-flow .step p { margin: 0; font-size: 14.5px; }

/* ---- Chart: semicircular gauge ---- */
.gauges { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; margin: 24px 0; }
.gauge { width: 150px; text-align: center; }
.gauge .ring { width: 150px; height: 78px; overflow: hidden; position: relative; margin-bottom: 6px; }
.gauge .ring::before { content: ""; position: absolute; top: 0; left: 0; width: 150px; height: 150px;
  border-radius: 50%; background: conic-gradient(from -90deg, var(--g-color, var(--violet-2)) var(--g, 50%), rgba(255,255,255,.1) 0); }
.gauge .ring::after { content: ""; position: absolute; top: 24px; left: 24px; width: 102px; height: 102px;
  border-radius: 50%; background: var(--bg-1); }
.gauge .gv { position: absolute; bottom: 0; left: 0; right: 0; font-family: var(--font-disp); font-weight: 800;
  font-size: 22px; color: #fff; z-index: 2; }
.gauge .gl { color: var(--text-dim); font-size: 14px; font-weight: 600; }

/* ---- FAQ (accordion) ---- */
.faq { margin: 22px 0; display: grid; gap: 12px; }
.faq details { background: var(--panel); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 16px 50px 16px 20px; position: relative;
  font-weight: 700; color: #fff; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%; background: rgba(154,92,240,.25); color: #fff;
  display: grid; place-items: center; font-size: 20px; transition: transform .2s; }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { color: var(--violet-soft); }
.faq .faq-body { padding: 0 20px 18px; color: var(--text-dim); font-size: 15.5px; }
.faq .faq-body p { margin: 0 0 10px; }

/* ---- Provider / payment chips ---- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.chips .chip { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px; padding: 9px 16px; font-weight: 700; font-size: 14px; color: var(--text-dim); }
.chips .chip a { color: inherit; text-decoration: none; }

/* ---- Sticky bonus banner (bottom-right, §8) ---- */
.sticky-bonus {
  position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 230px;
  border-radius: 18px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.16); transform: translateY(0); transition: transform .3s, opacity .3s;
  background: #2a1149;
}
.sticky-bonus.hide { transform: translateY(140%); opacity: 0; pointer-events: none; }
.sticky-bonus .sb-art { position: relative; aspect-ratio: 1/1; }
.sticky-bonus .sb-art img { width: 100%; height: 100%; object-fit: cover; }
.sticky-bonus .sb-over { position: absolute; inset: 0; padding: 14px 14px 12px;
  background: linear-gradient(180deg, rgba(42,17,73,.15) 0%, rgba(42,17,73,.75) 55%, #2a1149 100%);
  display: flex; flex-direction: column; justify-content: flex-end; text-align: center; }
.sticky-bonus .sb-over .t { font-size: 12px; color: var(--text-dim); font-weight: 700; }
.sticky-bonus .sb-over .a { font-family: var(--font-disp); font-weight: 800; color: #fff; font-size: 16px; line-height: 1.1; margin: 2px 0 10px; }
.sticky-bonus .sb-over .btn { width: 100%; padding: 10px; font-size: 13px; }
.sticky-bonus .sb-close { position: absolute; top: 8px; right: 8px; z-index: 3; width: 26px; height: 26px;
  border: none; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; font-size: 16px; cursor: pointer;
  line-height: 1; display: grid; place-items: center; }
@media (max-width: 560px) { .sticky-bonus { width: 168px; right: 12px; bottom: 12px; } }

/* ---- Tracker in mobile header (§8.3) ---- */
.mobile-cta { display: none; }
@media (max-width: 980px) {
  .mobile-cta { display: inline-flex; }
}

/* ---- Inline CTA inside article ---- */
.inline-cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; justify-content: space-between;
  background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 22px 26px; margin: 28px 0; }
.inline-cta .txt b { color: #fff; font-family: var(--font-disp); font-size: 20px; display: block; }
.inline-cta .txt span { color: var(--text-dim); font-size: 15px; }

/* ---- Mini stat cards ---- */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 24px 0; }
.stat { background: linear-gradient(180deg, var(--panel), var(--bg-2)); border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 18px; text-align: center; }
.stat b { font-family: var(--font-disp); font-size: 26px; color: #ffe27a; display: block; }
.stat span { color: var(--text-mute); font-size: 13px; }
@media (max-width: 680px) { .stat-row { grid-template-columns: 1fr 1fr; } .proscons { grid-template-columns: 1fr; } }

/* ---- Promo banner (image + text + button) ---- */
.promo {
  position: relative; border-radius: 18px; overflow: hidden; margin: 28px 0;
  min-height: 230px; display: flex; align-items: center;
  background-size: cover; background-position: center right;
  border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow);
}
.promo::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,8,40,.95) 0%, rgba(20,8,40,.72) 42%, rgba(20,8,40,.15) 76%, rgba(20,8,40,0) 100%);
}
.promo .promo-in { position: relative; z-index: 2; padding: 26px 32px; max-width: 540px; }
.promo .promo-in h3 { color: #fff; font-size: clamp(20px, 3vw, 27px); line-height: 1.12;
  text-shadow: 0 2px 12px rgba(154,92,240,.55); margin-bottom: 8px; }
.promo .promo-in p { color: var(--text-dim); font-size: 15.5px; margin-bottom: 16px; max-width: 410px; }
@media (max-width: 560px) {
  .promo { min-height: 320px; background-position: 72% center; align-items: flex-end; }
  .promo::before { background: linear-gradient(180deg, rgba(20,8,40,.55) 0%, rgba(20,8,40,.45) 35%, rgba(20,8,40,.92) 100%); }
  .promo .promo-in { padding: 22px 22px 24px; }
}

/* ---- Accessibility: skip-link + focus visible ---- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: linear-gradient(180deg, var(--green), var(--green-2)); color: #173800;
  font-weight: 800; padding: 12px 22px; border-radius: 0 0 12px 0; text-decoration: none;
}
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--violet-2); outline-offset: 2px; border-radius: 6px;
}

/* ---- Cookie consent ---- */
.cookie-bar {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; z-index: 95;
  width: calc(100% - 32px); max-width: 940px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 16px 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,.55);
  display: flex; gap: 16px 22px; align-items: center; flex-wrap: wrap; justify-content: center;
}
.cookie-bar.hide { display: none; }
.cookie-bar p { color: var(--text-dim); font-size: 14px; margin: 0; flex: 1 1 380px; line-height: 1.45; }
.cookie-bar p a { color: var(--violet-soft); text-decoration: underline; }
.cookie-bar .cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-bar .btn { padding: 10px 22px; font-size: 14px; }

/* ============================================================
   GR EXTRAS — extra layout components for per-page variety
   ============================================================ */

/* ---- Feature cards (icon + title + text) ---- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 26px 0; }
.feature { background: linear-gradient(180deg, var(--panel), var(--bg-2)); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 22px 20px; transition: transform .16s ease, border-color .16s ease; }
.feature:hover { transform: translateY(-5px); border-color: rgba(154,92,240,.5); }
.feature .ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 24px;
  background: linear-gradient(180deg, var(--violet-2), var(--violet)); margin-bottom: 14px;
  box-shadow: 0 8px 18px rgba(123,70,201,.4); }
.feature h3 { color: #fff; font-size: 18px; margin-bottom: 7px; }
.feature p { color: var(--text-dim); font-size: 14.5px; margin: 0; }
@media (max-width: 860px){ .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .feature-grid { grid-template-columns: 1fr; } }

/* ---- Ribbon bonus hero (big offer card — wide image background) ---- */
.offer-hero { position: relative; border-radius: 22px; overflow: hidden; margin: 8px 0 30px;
  border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow);
  min-height: 320px; display: flex; align-items: center;
  background-color: var(--panel-2); background-size: cover; background-position: center right; }
.offer-hero::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(28,13,51,.97) 0%, rgba(28,13,51,.86) 42%, rgba(28,13,51,.40) 72%, rgba(28,13,51,0) 100%); }
.offer-hero .oh-body { position: relative; z-index: 2; padding: 34px 32px; max-width: 580px; display: flex; flex-direction: column; }
.offer-hero .oh-ribbon { display: inline-block; align-self: flex-start; background: linear-gradient(180deg, var(--magenta), #c12d73);
  color: #fff; font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: .6px;
  padding: 6px 16px; border-radius: 20px; margin-bottom: 14px; }
.offer-hero .oh-amt { font-family: var(--font-disp); font-weight: 800; font-size: clamp(30px, 5vw, 46px); color: #fff;
  line-height: 1.04; text-shadow: 0 0 18px rgba(154,92,240,.7); }
.offer-hero .oh-amt span { color: #ffe27a; }
.offer-hero .oh-sub { color: var(--text-dim); font-size: 16px; margin: 12px 0 22px; max-width: 460px; }
@media (max-width: 720px){
  .offer-hero { min-height: 380px; align-items: flex-end; background-position: center top; }
  .offer-hero::before { background: linear-gradient(180deg, rgba(28,13,51,.45) 0%, rgba(28,13,51,.55) 30%, rgba(28,13,51,.96) 100%); }
  .offer-hero .oh-body { padding: 24px 22px; max-width: none; }
}

/* ---- Rating stars row ---- */
.rating-row { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 22px 0; }
.rating { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px;
  padding: 14px 18px; flex: 1 1 180px; }
.rating .rl { color: var(--text-mute); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.rating .stars { color: #ffcf3f; font-size: 18px; letter-spacing: 2px; margin: 4px 0 2px; }
.rating .rv { color: #fff; font-family: var(--font-disp); font-weight: 800; font-size: 20px; }
.rating .rv small { color: var(--text-mute); font-size: 13px; font-weight: 600; }

/* ---- Vertical timeline (alt to steps-flow) ---- */
.timeline { position: relative; margin: 26px 0; padding-left: 8px; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 6px; bottom: 6px; width: 3px;
  background: linear-gradient(180deg, var(--violet-2), var(--magenta)); border-radius: 3px; }
.timeline .tl { position: relative; padding: 0 0 22px 56px; }
.timeline .tl:last-child { padding-bottom: 0; }
.timeline .tl .dot { position: absolute; left: 6px; top: 0; width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(180deg, var(--green), var(--green-2)); color: #173800; font-weight: 900;
  display: grid; place-items: center; font-size: 14px; border: 3px solid var(--bg-1); z-index: 2; }
.timeline .tl h4 { color: #fff; font-size: 17px; margin-bottom: 4px; }
.timeline .tl p { color: var(--text-dim); font-size: 15px; margin: 0; }

/* ---- Info / highlight cards row ---- */
.info-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 24px 0; }
.info-card { background: linear-gradient(180deg, rgba(123,70,201,.18), rgba(123,70,201,.05));
  border: 1px solid rgba(154,92,240,.3); border-radius: 14px; padding: 18px 16px; text-align: center; }
.info-card .ic-top { font-size: 22px; margin-bottom: 6px; }
.info-card b { display: block; font-family: var(--font-disp); color: #fff; font-size: 17px; margin-bottom: 3px; }
.info-card span { color: var(--text-mute); font-size: 13px; }
@media (max-width: 760px){ .info-cards { grid-template-columns: 1fr 1fr; } }

/* ---- Payment method list ---- */
.pay-list { display: grid; gap: 10px; margin: 22px 0; }
.pay-list .pay { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 12px 16px; }
.pay-list .pay .pic { width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; font-size: 20px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel)); }
.pay-list .pay .pn { color: #fff; font-weight: 700; font-size: 15px; }
.pay-list .pay .pn small { display: block; color: var(--text-mute); font-weight: 500; font-size: 13px; }
.pay-list .pay .pt { color: #ffe27a; font-weight: 800; font-size: 14px; white-space: nowrap; }

/* ---- Pull quote (author voice) ---- */
.pullquote { border-left: 4px solid var(--green); background: linear-gradient(180deg, rgba(142,216,31,.12), rgba(142,216,31,.03));
  border-radius: 0 14px 14px 0; padding: 18px 22px; margin: 24px 0; color: #eafbd4; font-size: 17px; font-style: italic; }
.pullquote b { color: #fff; font-style: normal; }

/* ---- Badge list (chips with check) ---- */
.badge-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.badge-list .bd { display: inline-flex; align-items: center; gap: 8px; background: rgba(142,216,31,.12);
  border: 1px solid rgba(142,216,31,.32); border-radius: 30px; padding: 8px 16px; color: #dff7bd; font-weight: 700; font-size: 14px; }
.badge-list .bd::before { content: "✓"; color: var(--green); font-weight: 900; }

/* ---- Two-column compare cards (alt to proscons) ---- */
.split-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 24px 0; }
.split-cards .sc { border-radius: 16px; padding: 22px; border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, var(--panel), var(--bg-2)); }
.split-cards .sc h4 { color: #fff; font-size: 17px; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.split-cards .sc h4 .e { font-size: 22px; }
@media (max-width: 640px){ .split-cards { grid-template-columns: 1fr; } }

.tag-crypto { background: linear-gradient(180deg, #ffcf3f, #e0a500); color: #3a2a00; }
.tag-vip    { background: linear-gradient(180deg, #b388ff, #7b46c9); }
