/* ============================================================
   Pinco Casino — Canada  |  pinco-casino-canada.com  |  2026
   Brand theme faithful to the official site (red + gold + teal dart)
   ============================================================ */

:root {
  --bg-0:        #0c0608;
  --bg-1:        #150a0d;
  --bg-2:        #200d12;
  --panel:       #271219;
  --panel-2:     #36181f;
  --red:         #e8131d;
  --red-2:       #ff2a36;
  --red-dark:    #a90c14;
  --red-soft:    #ff8e93;
  --gold:        #f0b23d;
  --gold-2:      #ffd067;
  --gold-dark:   #c2861f;
  --teal:        #18c7a6;
  --teal-2:      #2ee0bd;
  --orange:      #ff7a1a;
  --text:        #ffffff;
  --text-dim:    #f1ddd6;
  --text-mute:   #c1a39a;
  --gold-text:   #ffd56a;
  --radius:      18px;
  --radius-sm:   12px;
  --shadow:      0 12px 30px rgba(0,0,0,.5);
  --maxw:        1180px;
  --font-disp:   'Baloo 2', system-ui, sans-serif;
  --font-ui:     'Montserrat', system-ui, sans-serif;
  --font-banner: 'Banner-Bold', 'Baloo 2', system-ui, sans-serif;
}

/* Official Pinco promo-banner display font */
@font-face {
  font-family: 'Banner-Bold';
  src: url('/fonts/Banner-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@property --bn-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }

* { 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 82% -12%, #5a0f15 0%, transparent 55%),
    radial-gradient(1000px 520px at 0% 2%, #340a10 0%, transparent 52%),
    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.07); }
.btn:active { transform: translateY(0); }

.btn-red {
  color: #fff;
  background: linear-gradient(180deg, var(--red-2) 0%, var(--red) 100%);
  border-bottom: 4px solid var(--red-dark);
  box-shadow: 0 8px 18px rgba(232,19,29,.45), inset 0 1px 0 rgba(255,255,255,.32);
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.btn-gold {
  color: #3a2200;
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 100%);
  border-bottom: 4px solid var(--gold-dark);
  box-shadow: 0 8px 18px rgba(240,178,61,.4), inset 0 1px 0 rgba(255,255,255,.5);
  text-shadow: 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,.3); 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,.35);
}
.tag-sport  { background: linear-gradient(180deg, #2ee0bd, #11a888); color: #06231c; }
.tag-casino { background: linear-gradient(180deg, var(--red-2), var(--red)); }
.tag-new    { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #3a2200; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14,6,8,.86);
  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: 46px; width: auto; filter: drop-shadow(0 3px 6px rgba(0,0,0,.5)); }
.nav { display: flex; align-items: center; gap: 2px; margin-left: 14px; }
.nav a {
  font-weight: 700; font-size: 14.5px; color: var(--text-dim);
  padding: 9px 13px; 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(232,19,29,.24); }
.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 (background image — internal pages) ---------- */
.hero {
  position: relative; border-radius: 0 0 26px 26px; overflow: hidden;
  background-color: #1a0a0e; background-size: cover; background-position: right top;
  min-height: 380px; display: flex; align-items: center;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(14,6,9,.94) 0%, rgba(14,6,9,.6) 40%, rgba(14,6,9,0) 72%);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 -60px 80px -30px rgba(14,6,9,.92);
  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(--red-2), var(--red));
  color: #fff; font-weight: 700; font-size: 14px; padding: 7px 18px; border-radius: 20px;
  margin-bottom: 18px; box-shadow: 0 6px 14px rgba(232,19,29,.42);
}
.hero h1 {
  font-size: clamp(30px, 5vw, 52px); text-transform: uppercase; color: #fff;
  text-shadow: 0 0 18px rgba(232,19,29,.7), 0 4px 10px rgba(0,0,0,.6);
  margin-bottom: 8px; max-width: 660px;
}
.hero h1 .amt { color: var(--gold-text); }
.hero p { color: var(--text-dim); font-size: 17px; margin-bottom: 26px; max-width: 480px; }

/* ---------- Homepage banner duo (replaces hero) ---------- */
.banner-duo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  padding: 30px 0 6px;
}
.bn {
  position: relative; border-radius: 22px; overflow: hidden;
  transition: transform .2s ease, box-shadow .25s ease;
}
.bn:hover { transform: translateY(-4px); box-shadow: 0 18px 46px rgba(232,19,29,.32); }
.bn-img { width: 100%; height: auto; display: block; }
/* Entrance: the two banners glide in from the left and right edges on load */
@keyframes bn-in-left  { from { opacity: 0; transform: translateX(-58px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes bn-in-right { from { opacity: 0; transform: translateX(58px)  scale(.97); } to { opacity: 1; transform: none; } }
.banner-duo .bn { animation: bn-in-left .75s cubic-bezier(.2,.85,.25,1) both; }
.banner-duo .bn:last-child { animation-name: bn-in-right; animation-delay: .08s; }
@media (prefers-reduced-motion: reduce) { .banner-duo .bn { animation: none; } }
.bn::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(90deg, rgba(10,4,6,.62) 0%, rgba(10,4,6,.3) 40%, rgba(10,4,6,0) 64%);
}
/* Animated glowing outline that travels around the contour on hover (like the official site) */
.bn::after {
  content: ""; position: absolute; inset: 0; border-radius: 22px; padding: 2.5px; z-index: 3;
  background: conic-gradient(from var(--bn-angle),
     rgba(255,210,90,0) 0deg, rgba(255,213,106,.98) 55deg, rgba(255,42,54,.98) 120deg,
     rgba(255,213,106,0) 200deg, rgba(255,213,106,0) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .25s ease; pointer-events: none;
}
.bn:hover::after { opacity: 1; animation: bn-spin 2.4s linear infinite; }
@keyframes bn-spin { to { --bn-angle: 360deg; } }
@media (prefers-reduced-motion: reduce) { .bn:hover::after { animation: none; } }
.bn-in {
  position: absolute; left: 0; top: 0; bottom: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: 22px 26px; max-width: 64%;
}
.bn-in .tag { margin-bottom: 12px; align-self: flex-start; font-family: var(--font-banner); }
.bn-in .bn-title { font-family: var(--font-banner); font-weight: 700; font-size: clamp(18px, 2.6vw, 31px); color: #fff;
  text-transform: uppercase; line-height: 1.05; letter-spacing: .3px;
  text-shadow: 0 2px 14px rgba(0,0,0,.75); margin-bottom: 6px; }
.bn-in .amt { color: var(--gold-text); }
.bn-in p { color: var(--text-dim); font-size: clamp(11.5px, 1.4vw, 14.5px); margin: 2px 0 16px; max-width: 330px;
  text-shadow: 0 1px 8px rgba(0,0,0,.7); }
.bn-in .btn { font-family: var(--font-banner); letter-spacing: .6px; }

/* ---------- Rewards strip (offers image, Home) ---------- */
.rewards-band { margin: 30px 0 6px; text-align: center; }
.rewards-band img { width: 100%; max-width: 1040px; height: auto; border-radius: 16px;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08); }

/* ---------- 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(232,19,29,.45);
}
.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(--red-2), var(--gold)); }

/* ---------- 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,.55); }
.bonus-card .art { position: relative; aspect-ratio: 3/2; overflow: hidden; background: #1a0a0e; }
.bonus-card .art img { width: 100%; height: 100%; object-fit: cover; object-position: 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 16px;
  background: linear-gradient(180deg, rgba(39,18,25,0) 0%, rgba(31,13,18,.85) 40%, #271219 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: 23px; color: #fff;
  text-shadow: 0 0 12px rgba(232,19,29,.6); margin-top: 2px; line-height: 1.1; }
.bonus-card .overlay .b-amt .amt { color: var(--gold-text); }
.bonus-card .cta-wrap { padding: 16px; background: #271219; margin-top: -1px; }
.bonus-card .cta-wrap .btn { width: 100%; }

/* ---------- Slots grid ---------- */
.slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.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: 3/2; background: #1a0a0e; }
.slot .art img { width: 100%; height: 100%; object-fit: cover; }
.slot .cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 12px 10px;
  background: linear-gradient(180deg, rgba(12,5,7,0), rgba(12,5,7,.85)); color: #fff;
  font-weight: 700; font-size: 13px; }
.slot .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; background: rgba(12,5,7,.55); transition: opacity .18s ease;
}
.slot:hover .play { opacity: 1; }
.slot .play .btn { padding: 10px 24px; font-size: 13px; }
.slot .tag-new { position: absolute; top: 10px; left: 10px; z-index: 3; }

/* ---------- Mobile app ---------- */
.app-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.app-copy .app-h { font-family: var(--font-disp); font-weight: 800; font-size: clamp(19px,2.4vw,23px);
  color: #fff; line-height: 1.12; margin: 0 0 12px; }
.app-copy h2 { font-size: clamp(26px,4vw,42px); text-transform: uppercase; margin-bottom: 14px;
  text-shadow: 0 3px 16px rgba(232,19,29,.45); }
.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(--teal-2),var(--teal)); color: #06231c; border-radius: 50%; font-weight: 900; }
.store-row { display: flex; gap: 14px; flex-wrap: wrap; }
.app-shots { display: flex; justify-content: center; align-items: center; }
.app-shots img { width: 100%; max-width: 420px; height: auto; filter: drop-shadow(0 22px 44px rgba(0,0,0,.55)); }

/* ---------- 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(--red-2), var(--red-dark));
  display: grid; place-items: center; border: 3px solid rgba(240,178,61,.7);
  box-shadow: 0 0 0 5px rgba(232,19,29,.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 { font-size: 22px; color: #fff; }
.author-card .info .role { color: var(--gold-text); 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(8,3,5,.65); 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: 44px; width: auto; margin-bottom: 14px; }
.footer-brand p { color: var(--text-mute); font-size: 14px; max-width: 340px; }
.footer-col .fc-h { font-family: var(--font-disp); 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(--red-2); color: var(--red-soft); 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; }

/* ---------- Payment / providers strip (under footer, home) ---------- */
.pay-strip { background: #0a0406; border-top: 1px solid rgba(255,255,255,.06); padding: 26px 0 34px; }
.pay-strip .pay-title { text-align: center; color: var(--text-mute); font-size: 12.5px;
  text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 16px; }
.pay-strip img { width: 100%; max-width: 1100px; margin: 0 auto; height: auto; opacity: .92; border-radius: 10px; }

/* ---------- Popup (banner-bonus) ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 18px;
  background: rgba(6,3,4,.78); 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, #fff6ee 0%, #ffe9d8 100%);
  border-radius: 26px; padding: 26px 24px 30px; text-align: center;
  box-shadow: 0 30px 70px rgba(0,0,0,.65); 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: 52px; margin: 0 auto 16px; width: auto; }
.modal h3 { color: #2a1014; 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, var(--red-2), var(--red-dark)); border-radius: 16px;
  padding: 16px 18px; margin-bottom: 20px; color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.3), 0 8px 18px rgba(169,12,20,.4);
}
.modal .bonus-pill .cherry { font-size: 30px; flex-shrink: 0; }
.modal .bonus-pill .b-name { font-size: 13px; color: #ffe2d6; 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: #6b3a2f; }
.modal .modal-links a { color: var(--red); font-weight: 700; text-decoration: underline; }
.modal .modal-links .ret { display: inline-block; margin-top: 12px; color: var(--red-dark); }
.modal .modal-close {
  position: absolute; top: 12px; right: 14px; width: 32px; height: 32px; border-radius: 50%;
  border: none; background: rgba(42,16,20,.1); color: #2a1014; font-size: 20px; cursor: pointer;
  line-height: 1; display: grid; place-items: center;
}
.modal .modal-close:hover { background: rgba(42,16,20,.2); }
.modal .modal-deco {
  position: absolute; top: 0; left: 50%; width: 124px; height: auto;
  transform: translate(-50%, -54%); z-index: 5; pointer-events: none;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.5));
}

/* ---------- 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(2, 1fr); }
}
@media (max-width: 680px) {
  .bonus-grid { grid-template-columns: 1fr; gap: 16px; }
  .banner-duo { grid-template-columns: 1fr; gap: 16px; }
  .hero { background-position: 72% 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; }
}

/* ============================================================
   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(--gold-text); }
.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 h1 {
  font-family: var(--font-disp); font-size: clamp(26px, 4.2vw, 40px); color: #fff;
  line-height: 1.08; margin: 6px 0 14px; text-shadow: 0 2px 14px rgba(232,19,29,.4);
}
.article h2 {
  font-size: clamp(23px, 3vw, 32px); color: #fff; margin: 38px 0 14px;
  text-shadow: 0 2px 12px rgba(232,19,29,.35);
}
.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(--gold-text); 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(--red-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(--red-2),var(--red));
  color: #fff; border-radius: 50%; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.lead { font-size: 18.5px !important; color: #fdeee7 !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(--gold-text); font-weight: 700; }
.byline time { color: var(--text-dim); }

/* ---- Highlight box / note ---- */
.note {
  background: linear-gradient(180deg, rgba(232,19,29,.16), rgba(232,19,29,.06));
  border: 1px solid rgba(232,19,29,.4); border-left: 4px solid var(--red-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(24,199,166,.16), rgba(24,199,166,.05)); }
.proscons .cons { background: linear-gradient(180deg, rgba(232,19,29,.16), rgba(232,19,29,.05)); }
.proscons h3 { color: #fff; font-size: 16px; margin: 0 0 10px; text-transform: uppercase; letter-spacing: .4px; }
.proscons ul { margin: 0; }
.proscons .pros li::before { content: "✓"; color: var(--teal-2); }
.proscons .cons li::before { content: "✕"; color: var(--red-soft); }

/* ---- 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(232,19,29,.12); }
.data-table .hl { color: var(--gold-text); font-weight: 700; }
.data-table td strong { color: #fff; }
.pill-yes { color: var(--teal-2); font-weight: 700; }
.pill-no { color: var(--red-soft); font-weight: 700; }

/* ---- Chart: bars ---- */
.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(--red-2), var(--gold)); }
.bars .val { color: var(--gold-text); 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: #fff;
  background: linear-gradient(180deg, var(--red-2), var(--red)); }
.steps-flow .step h3 { color: #fff; font-size: 16.5px; margin: 0 0 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(--red-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(232,19,29,.28); 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(--gold-text); }
.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,.6);
  border: 1px solid rgba(255,255,255,.16); transform: translateY(0); transition: transform .3s, opacity .3s;
  background: #1a0a0e;
}
.sticky-bonus.hide { transform: translateY(140%); opacity: 0; pointer-events: none; }
.sticky-bonus .sb-art { position: relative; aspect-ratio: 1/1; background: #120608; }
.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(18,6,8,.1) 0%, rgba(18,6,8,.7) 52%, #160809 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 .a .amt { color: var(--gold-text); }
.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 b .amt { color: var(--gold-text); }
.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: var(--gold-text); 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(12,5,7,.95) 0%, rgba(12,5,7,.72) 42%, rgba(12,5,7,.15) 76%, rgba(12,5,7,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(232,19,29,.55); margin-bottom: 8px; }
.promo .promo-in h3 .amt { color: var(--gold-text); }
.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(12,5,7,.5) 0%, rgba(12,5,7,.45) 35%, rgba(12,5,7,.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(--red-2), var(--red)); color: #fff;
  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(--gold); 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,.6);
  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(--gold-text); text-decoration: underline; }
.cookie-bar .cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-bar .btn { padding: 10px 22px; font-size: 14px; }
