/* ============================================================
   Online Glory Casino — বাংলাদেশ  |  online-glory-casino-bd.com  |  2026
   Light premium theme — cobalt blue + coral red + gold (brand-faithful)
   Bengali typography (Baloo Da 2 + Hind Siliguri); no case transforms.
   ============================================================ */

:root {
  --bg-0:        #ffffff;
  --bg-1:        #eef1fb;
  --bg-2:        #e6eafa;
  --panel:       #ffffff;
  --panel-2:     #f4f6ff;
  --blue:        #3b56e8;
  --blue-2:      #2a3fd4;
  --blue-deep:   #1b2a8a;
  --blue-light:  #6f86ff;
  --red:         #f5334f;
  --red-2:       #ff4f67;
  --red-dark:    #c81f39;
  --red-soft:    #ffb3bf;
  --gold:        #f4a91b;
  --gold-2:      #ffd067;
  --gold-dark:   #c47e08;
  --teal:        #15b89a;
  --teal-2:      #21d6b4;
  --green-bd:    #0a7d57;
  --ink:         #131a3a;
  --ink-2:       #20294f;
  --text:        #1b2347;
  --text-dim:    #39426d;
  --text-mute:   #5f6890;
  --gold-text:   #9a6206;
  --line:        rgba(19,26,58,.10);
  --line-2:      rgba(19,26,58,.16);
  --radius:      18px;
  --radius-sm:   12px;
  --shadow:      0 14px 34px rgba(30,42,110,.14);
  --shadow-sm:   0 6px 16px rgba(30,42,110,.10);
  --maxw:        1180px;
  --font-disp:   'Baloo Da 2', 'Hind Siliguri', 'Segoe UI', system-ui, sans-serif;
  --font-ui:     'Hind Siliguri', 'Segoe UI', 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(1100px 560px at 86% -12%, rgba(245,51,79,.12) 0%, transparent 55%),
    radial-gradient(1000px 520px at -2% 2%, rgba(59,86,232,.16) 0%, transparent 55%),
    linear-gradient(180deg, #f6f8ff 0%, var(--bg-1) 100%);
  background-attachment: fixed;
  min-height: 100vh;
  line-height: 1.72;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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: 700; line-height: 1.28; color: var(--ink); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-disp); font-weight: 700;
  border: none; cursor: pointer; white-space: nowrap;
  border-radius: 40px; padding: 12px 30px; font-size: 16px; line-height: 1.2;
  transition: transform .12s ease, filter .12s ease, box-shadow .15s ease; user-select: none;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn:active { transform: translateY(0); }

.btn-red {
  color: #fff;
  background: linear-gradient(180deg, #dd1f3c 0%, #c4172f 100%);
  border-bottom: 4px solid #9c1228;
  box-shadow: 0 10px 22px rgba(196,23,47,.36), inset 0 1px 0 rgba(255,255,255,.30);
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.btn-blue {
  color: #fff;
  background: linear-gradient(180deg, var(--blue-light) 0%, var(--blue) 100%);
  border-bottom: 4px solid var(--blue-2);
  box-shadow: 0 10px 22px rgba(59,86,232,.34), inset 0 1px 0 rgba(255,255,255,.34);
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
}
.btn-gold {
  color: #3a2500;
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 100%);
  border-bottom: 4px solid var(--gold-dark);
  box-shadow: 0 10px 22px rgba(244,169,27,.34), inset 0 1px 0 rgba(255,255,255,.5);
  text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
.btn-ghost {
  color: var(--blue-2); background: rgba(59,86,232,.08);
  border: 1.5px solid rgba(59,86,232,.34); padding: 10px 22px;
}
.btn-ghost:hover { background: rgba(59,86,232,.15); }
.btn-block { width: 100%; }
.btn-lg { padding: 15px 40px; font-size: 18px; }

/* ---------- Badges / tags ---------- */
.tag {
  display: inline-block; font-weight: 700; font-size: 12.5px;
  color: #fff; padding: 4px 14px; border-radius: 20px;
  box-shadow: 0 4px 10px rgba(30,42,110,.2);
}
.tag-sport  { background: linear-gradient(180deg, var(--teal-2), var(--teal)); color: #04261f; }
.tag-casino { background: linear-gradient(180deg, var(--blue), var(--blue-2)); }
.tag-new    { background: linear-gradient(180deg, #dd1f3c, #c4172f); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 14px rgba(30,42,110,.06);
}
.header-inner { display: flex; align-items: center; gap: 16px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { height: 60px; width: auto; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: 10px; }
.nav a {
  font-weight: 600; font-size: 15px; color: var(--text-dim);
  padding: 9px 12px; border-radius: 10px; transition: color .15s, background .15s;
}
.nav a:hover { color: var(--blue-2); background: rgba(59,86,232,.08); }
.nav a.active { color: var(--blue-2); background: rgba(59,86,232,.14); }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.burger { display: none; background: none; border: none; color: var(--ink); cursor: pointer; padding: 6px; }
.burger span { display: block; width: 26px; height: 3px; background: var(--blue); border-radius: 3px; margin: 5px 0; transition: .25s; }

/* ---------- Hero (background image — a different one per page) ---------- */
.hero {
  position: relative; border-radius: 0 0 30px 30px; overflow: hidden;
  background-color: #e9eefc; background-size: cover; background-position: center;
  min-height: 520px; display: flex; align-items: center;
  box-shadow: 0 20px 40px -24px rgba(30,42,110,.4);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.8) 38%, rgba(255,255,255,.28) 64%, rgba(255,255,255,0) 84%);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 -50px 70px -30px rgba(233,238,252,.9);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; max-width: var(--maxw); width: 100%; margin: 0 auto; padding: 48px 20px; }
.hero .eyebrow {
  display: inline-block; background: linear-gradient(180deg, var(--blue), var(--blue-2));
  color: #fff; font-weight: 600; font-size: 14.5px; padding: 6px 18px; border-radius: 20px;
  margin-bottom: 18px; box-shadow: 0 8px 16px rgba(59,86,232,.32);
}
.hero h1 {
  font-size: clamp(29px, 4.6vw, 48px); color: var(--ink);
  text-shadow: 0 2px 10px rgba(255,255,255,.7);
  margin-bottom: 12px; max-width: 680px;
}
.hero h1 .amt { color: var(--red); }
.hero p { color: var(--text-dim); font-size: 17.5px; margin-bottom: 26px; max-width: 500px; font-weight: 500; }

/* ---------- Sections ---------- */
.section { padding: 54px 0; }
.section-head { text-align: center; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(26px, 4vw, 38px); color: var(--ink); }
.section-head p { color: var(--text-mute); margin-top: 8px; font-size: 16px; }
.section-head .bar { width: 76px; height: 5px; border-radius: 5px; margin: 14px auto 0;
  background: linear-gradient(90deg, var(--blue), var(--red)); }

/* ---------- Slots / games 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-sm); border: 1px solid var(--line);
  transition: transform .16s ease, box-shadow .16s ease; background: #fff;
}
.slot:hover { transform: translateY(-5px) scale(1.02); box-shadow: var(--shadow); }
.slot .art { aspect-ratio: 2/3; background: #e9eefc; }
.slot .art img { width: 100%; height: 100%; object-fit: cover; }
.slot .cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(12,18,46,0), rgba(12,18,46,.82)); color: #fff;
  font-weight: 600; font-size: 13.5px; }
.slot .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; background: rgba(20,28,70,.45); transition: opacity .18s ease;
}
.slot:hover .play { opacity: 1; }
.slot .play .btn { padding: 9px 24px; font-size: 14px; }
.slot .tag-new { position: absolute; top: 10px; left: 10px; z-index: 3; }

/* ---------- Featured single game card (wide) ---------- */
.feature-game { display: grid; grid-template-columns: 230px 1fr; gap: 24px; align-items: center;
  background: linear-gradient(180deg,#fff,var(--panel-2)); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); margin: 24px 0; }
.feature-game .art { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 2/3; }
.feature-game .art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feature-game h3 { font-size: 22px; margin-bottom: 8px; color: var(--ink); }
.feature-game p { color: var(--text-dim); font-size: 15.5px; margin-bottom: 14px; }
@media (max-width: 560px){ .feature-game { grid-template-columns: 1fr; text-align: center; } .feature-game .art { max-width: 200px; margin: 0 auto; } }

/* ---------- 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: 700; font-size: clamp(20px,2.4vw,24px);
  color: var(--ink); line-height: 1.25; margin: 0 0 12px; }
.app-copy h2 { font-size: clamp(26px,4vw,40px); margin-bottom: 14px; }
.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: 500; }
.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: #04261f; border-radius: 50%; font-weight: 800; }
.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: 460px; height: auto; filter: drop-shadow(0 22px 40px rgba(30,42,110,.3)); }

/* ---------- Author ---------- */
.author-card {
  display: flex; gap: 24px; align-items: center; max-width: 860px; margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, var(--panel-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 30px; box-shadow: var(--shadow-sm);
}
.author-card .photo {
  flex: 0 0 110px; width: 110px; height: 110px; border-radius: 50%; overflow: hidden;
  background: radial-gradient(circle at 50% 35%, var(--blue-light), var(--blue-2));
  display: grid; place-items: center; border: 3px solid rgba(244,169,27,.8);
  box-shadow: 0 0 0 5px rgba(59,86,232,.14);
}
.author-card .photo span { font-family: var(--font-disp); font-weight: 700; font-size: 34px; color: #fff; letter-spacing: 1px; }
.author-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.author-card .info h3 { font-size: 22px; color: var(--ink); }
.author-card .info .role { color: var(--gold-text); font-weight: 700; font-size: 14.5px; margin: 2px 0 10px; }
.author-card .info p { color: var(--text-dim); font-size: 15.5px; }

/* ---------- Footer ---------- */
.site-footer { margin-top: 40px; background: #0f1633; color: #c9d0ec; border-top: 3px solid var(--blue); }
.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: 16px; background: #fff; padding: 10px 16px; border-radius: 12px; box-shadow: 0 6px 16px rgba(0,0,0,.25); }
.footer-brand p { color: #9aa3cc; font-size: 14.5px; max-width: 350px; }
.footer-col .fc-h { font-family: var(--font-disp); font-size: 16px; color: #fff; margin-bottom: 12px; }
.footer-col a { display: block; color: #9aa3cc; font-size: 14.5px; 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: 800; font-size: 14px; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0 40px;
  color: #8089b3; font-size: 13px; text-align: center; line-height: 1.8; }

/* ---------- Popup (centre modal) ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 18px;
  background: rgba(15,22,51,.62); 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: 392px;
  border-radius: 24px; overflow: hidden; text-align: center;
  background: #2f46d8 url('/images/glory-bonus-modal-app-bd.webp') center top / cover;
  padding: 184px 22px 24px;
  box-shadow: 0 30px 70px rgba(15,22,51,.55); border: 1px solid rgba(255,255,255,.28);
  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::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 110px; z-index: 1;
  background: linear-gradient(180deg, rgba(47,70,216,0) 0%, rgba(42,63,212,.85) 36%, #2438bf 72%);
}
.modal > h3, .modal > .bonus-pill, .modal > .btn, .modal > .modal-links { position: relative; z-index: 2; }
.modal h3 { color: #fff; font-size: 23px; line-height: 1.3; margin-bottom: 14px; text-shadow: 0 2px 12px rgba(8,14,55,.6); }
.modal .bonus-pill {
  display: flex; align-items: center; gap: 13px; text-align: left;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.42);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  border-radius: 16px; padding: 13px 16px; margin-bottom: 16px; color: #fff;
  box-shadow: 0 12px 24px rgba(8,14,55,.34);
}
.modal .bonus-pill .cherry { font-size: 30px; flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,.3)); }
.modal .bonus-pill .b-name { font-size: 12.5px; color: #e7ecff; font-weight: 600; }
.modal .bonus-pill .b-amt { font-family: var(--font-disp); font-weight: 700; font-size: 17px; line-height: 1.3; color: var(--gold-2); }
.modal .btn { width: 100%; }
.modal .modal-links { margin-top: 13px; font-size: 14px; color: rgba(255,255,255,.92); text-shadow: 0 1px 8px rgba(8,14,55,.55); }
.modal .modal-links a { color: var(--gold-2); font-weight: 700; text-decoration: underline; }
.modal .modal-links .ret { display: inline-block; margin-top: 10px; color: rgba(255,255,255,.85); }
.modal .modal-close {
  position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; border-radius: 50%; z-index: 6;
  border: none; background: rgba(255,255,255,.9); color: var(--ink); font-size: 20px; cursor: pointer;
  line-height: 1; display: grid; place-items: center; box-shadow: 0 4px 12px rgba(8,14,55,.4);
}
.modal .modal-close:hover { background: #fff; }

/* ============================================================
   ARTICLE: typography, tables, charts, FAQ, CTA, etc.
   ============================================================ */

/* ---- Breadcrumb ---- */
.breadcrumb { font-size: 14px; color: var(--text-mute); padding: 16px 0 0; }
.breadcrumb a { color: var(--blue-2); }
.breadcrumb a:hover { color: var(--red-dark); }
.breadcrumb span { margin: 0 7px; opacity: .55; }

/* ---- Article typography ---- */
.article { max-width: 860px; margin: 0 auto; }
.article.wide { max-width: 1080px; }
.article h1 {
  font-family: var(--font-disp); font-size: clamp(27px, 4.2vw, 40px); color: var(--ink);
  line-height: 1.25; margin: 6px 0 14px;
}
.article h2 { font-size: clamp(23px, 3vw, 31px); color: var(--ink); margin: 38px 0 14px; line-height: 1.3; }
.article h2:first-child { margin-top: 6px; }
.article h3 { font-size: clamp(19px, 2.4vw, 23px); color: var(--ink-2); margin: 26px 0 10px; }
.article p { color: var(--text-dim); font-size: 17px; margin: 0 0 16px; }
.article a:not(.btn) { color: var(--blue-2); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.article a:not(.btn):hover { color: var(--red-dark); }
.article ul, .article ol { color: var(--text-dim); font-size: 17px; 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); font-weight: 800; }
.article ol { counter-reset: li; }
.article ol li::before { counter-increment: li; content: counter(li); position: absolute; left: 0; top: 8px;
  width: 22px; height: 22px; background: linear-gradient(180deg,var(--blue),var(--blue-2));
  color: #fff; border-radius: 50%; font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.lead { font-size: 19px !important; color: var(--ink-2) !important; font-weight: 500; }

/* ---- Author byline (E-E-A-T) ---- */
.byline { font-size: 14.5px; color: var(--text-mute); margin: 0 0 18px;
  padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.byline a { color: var(--blue-2); font-weight: 700; }
.byline time { color: var(--text-dim); }

/* ---- Highlight box / note ---- */
.note {
  background: linear-gradient(180deg, rgba(59,86,232,.1), rgba(59,86,232,.04));
  border: 1px solid rgba(59,86,232,.3); border-left: 4px solid var(--blue);
  border-radius: 14px; padding: 16px 20px; margin: 22px 0; color: var(--text-dim); font-size: 16px;
}
.note strong { color: var(--ink); }
/* red-accent variant for variety */
.note.note-red { background: linear-gradient(180deg, rgba(245,51,79,.1), rgba(245,51,79,.03));
  border-color: rgba(245,51,79,.3); border-left-color: var(--red); }
.note.note-gold { background: linear-gradient(180deg, rgba(244,169,27,.12), rgba(244,169,27,.04));
  border-color: rgba(244,169,27,.32); border-left-color: var(--gold); }

/* ---- 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 var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.proscons .pros { background: linear-gradient(180deg, rgba(21,184,154,.1), rgba(21,184,154,.03)); }
.proscons .cons { background: linear-gradient(180deg, rgba(245,51,79,.1), rgba(245,51,79,.03)); }
.proscons h3 { color: var(--ink); font-size: 17px; margin: 0 0 10px; }
.proscons ul { margin: 0; }
.proscons .pros li::before { content: "✓"; color: var(--teal); }
.proscons .cons li::before { content: "✕"; color: var(--red-dark); }

/* ---- Data tables ---- */
.table-wrap { overflow-x: auto; margin: 22px 0; border-radius: 14px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: #fff; }
.data-table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 15.5px; }
.data-table caption { caption-side: top; text-align: left; color: var(--text-mute); font-size: 14px; padding: 12px 16px 8px; }
.data-table thead th {
  background: linear-gradient(180deg, var(--blue), var(--blue-2));
  color: #fff; font-weight: 700; text-align: left; padding: 13px 16px; font-size: 14.5px;
  white-space: nowrap;
}
.data-table tbody td { padding: 12px 16px; color: var(--text-dim); border-top: 1px solid var(--line); }
.data-table tbody tr:nth-child(odd) { background: rgba(59,86,232,.035); }
.data-table tbody tr:hover { background: rgba(245,51,79,.07); }
.data-table .hl { color: var(--blue-2); font-weight: 700; }
.data-table td strong { color: var(--ink); }
/* scoped to .data-table so they win over `.data-table tbody td` (0,1,2) specificity */
.data-table td.pill-yes, .pill-yes { color: var(--green-bd); font-weight: 700; }
.data-table td.pill-no, .pill-no { color: var(--red-dark); font-weight: 700; }
/* gold-accent table head variant for variety */
.data-table.alt thead th { background: linear-gradient(180deg, #2a3fd4, #1b2a8a); }
.data-table.warm thead th { background: linear-gradient(180deg, var(--red), var(--red-dark)); }

/* ---- Chart: bars ---- */
.bars { margin: 24px 0; display: grid; gap: 14px; }
.bars .row { display: grid; grid-template-columns: 190px 1fr 64px; align-items: center; gap: 12px; }
.bars .lbl { color: var(--text-dim); font-size: 14.5px; font-weight: 600; }
.bars .track { background: rgba(19,26,58,.08); border-radius: 8px; height: 16px; overflow: hidden; }
.bars .fill { height: 100%; border-radius: 8px; background: linear-gradient(90deg, var(--blue), var(--red)); }
.bars.warm .fill { background: linear-gradient(90deg, var(--gold), var(--red)); }
.bars .val { color: var(--blue-2); font-weight: 700; font-size: 14.5px; text-align: right; }
@media (max-width: 560px){ .bars .row { grid-template-columns: 120px 1fr 52px; } .bars .lbl { font-size: 13px; } }

/* ---- 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; box-shadow: var(--shadow-sm); }
.donut::after { content: ""; position: absolute; width: 58%; height: 58%; background: #fff; 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: var(--ink); display: block; line-height: 1; }
.donut .center span { font-size: 12.5px; color: var(--text-mute); }
.legend { display: grid; gap: 10px; }
.legend .it { display: flex; align-items: center; gap: 10px; color: var(--text-dim); font-size: 15px; font-weight: 500; }
.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: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  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: 700; font-size: 19px; color: #fff;
  background: linear-gradient(180deg, var(--blue-light), var(--blue)); }
.steps-flow.warm .n { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #3a2500; }
.steps-flow .step h3 { color: var(--ink); font-size: 17px; margin: 0 0 3px; }
.steps-flow .step p { margin: 0; font-size: 15px; }

/* ---- 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(--blue)) var(--g, 50%), rgba(19,26,58,.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: 700;
  font-size: 21px; color: var(--ink); z-index: 2; }
.gauge .gl { color: var(--text-dim); font-size: 14.5px; font-weight: 600; }

/* ---- Vertical bar columns (new chart type for variety) ---- */
.cols { display: flex; align-items: flex-end; gap: 16px; height: 220px; margin: 26px 0 10px;
  padding: 0 6px; border-bottom: 2px solid var(--line-2); }
.cols .col-bar { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.cols .col-bar .bar2 { width: 100%; max-width: 64px; border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--blue-light), var(--blue)); position: relative; }
.cols .col-bar:nth-child(even) .bar2 { background: linear-gradient(180deg, var(--red-2), var(--red)); }
.cols .col-bar .cv { font-family: var(--font-disp); font-weight: 700; color: var(--ink); font-size: 14.5px; margin-bottom: 6px; }
.cols .col-bar .cl { color: var(--text-mute); font-size: 13px; margin-top: 8px; text-align: center; }

/* ---- FAQ (accordion) ---- */
.faq { margin: 22px 0; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 16px 50px 16px 20px; position: relative;
  font-weight: 600; color: var(--ink); font-size: 16.5px; font-family: var(--font-disp); }
.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(59,86,232,.14); color: var(--blue-2);
  display: grid; place-items: center; font-size: 20px; transition: transform .2s; }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { color: var(--blue-2); }
.faq .faq-body { padding: 0 20px 18px; color: var(--text-dim); font-size: 16px; }
.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: #fff; border: 1px solid var(--line-2);
  border-radius: 10px; padding: 9px 16px; font-weight: 600; font-size: 14.5px; color: var(--text-dim); box-shadow: var(--shadow-sm); }
.chips .chip a { color: inherit; text-decoration: none; }
.chips .chip.pay { border-left: 3px solid var(--green-bd); }

/* ---- Tracker in mobile header ---- */
.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(110deg, var(--blue) 0%, var(--blue-2) 60%, var(--red) 140%);
  border-radius: 18px; padding: 22px 26px; margin: 28px 0; box-shadow: var(--shadow); }
.inline-cta .txt b { color: #fff; font-family: var(--font-disp); font-size: 21px; display: block; line-height: 1.3; }
.inline-cta .txt b .amt { color: var(--gold-2); }
.inline-cta .txt span { color: rgba(255,255,255,.86); font-size: 15px; }

/* ---- Mini stat cards ---- */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 24px 0; }
.stat { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  border-radius: 14px; padding: 18px; text-align: center; }
.stat b { font-family: var(--font-disp); font-size: 27px; color: var(--blue); display: block; }
.stat span { color: var(--text-mute); font-size: 13.5px; }
@media (max-width: 680px) { .stat-row { grid-template-columns: 1fr 1fr; } .proscons { grid-template-columns: 1fr; } }

/* ---- Feature cards grid (icon + text; new structural element) ---- */
.fcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.fcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px; box-shadow: var(--shadow-sm); }
.fcard .ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 24px;
  background: linear-gradient(180deg, rgba(59,86,232,.14), rgba(59,86,232,.06)); margin-bottom: 12px; }
.fcard h3 { font-size: 18px; color: var(--ink); margin: 0 0 6px; }
.fcard p { color: var(--text-dim); font-size: 15px; margin: 0; }
@media (max-width: 760px){ .fcards { grid-template-columns: 1fr; } }

/* ---- Promo banner (hero image + text on LEFT + button) ---- */
.promo {
  position: relative; border-radius: 18px; overflow: hidden; margin: 28px 0;
  min-height: 280px; display: flex; align-items: center;
  background-size: cover; background-position: center top;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.promo::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 40%, rgba(255,255,255,.25) 74%, rgba(255,255,255,0) 100%);
}
.promo.right::before {
  background: linear-gradient(270deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 40%, rgba(255,255,255,.25) 74%, rgba(255,255,255,0) 100%);
}
.promo.right { text-align: right; justify-content: flex-end; }
.promo .promo-in { position: relative; z-index: 2; padding: 26px 32px; max-width: 560px; }
.promo .promo-in h3 { color: var(--ink); font-size: clamp(21px, 3vw, 29px); line-height: 1.25; margin-bottom: 8px; }
.promo .promo-in h3 .amt { color: var(--red); }
.promo .promo-in p { color: var(--text-dim); font-size: 16px; margin-bottom: 16px; max-width: 440px; font-weight: 500; }
.promo.right .promo-in { margin-left: auto; }
.promo.right .promo-in p { margin-left: auto; }
@media (max-width: 560px) {
  .promo { min-height: 370px; background-position: 72% top; align-items: flex-end; }
  .promo::before, .promo.right::before { background: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.55) 45%, rgba(255,255,255,.97) 100%); }
  .promo .promo-in { padding: 22px 22px 24px; }
  .promo.right { text-align: left; }
}

/* ---- Accessibility: skip-link + focus visible ---- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: linear-gradient(180deg, var(--blue-light), var(--blue)); color: #fff;
  font-weight: 700; 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(--blue); 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: #fff;
  border: 1px solid var(--line-2); border-radius: 16px; padding: 16px 22px;
  box-shadow: 0 16px 40px rgba(15,22,51,.25);
  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: 14.5px; margin: 0; flex: 1 1 380px; line-height: 1.55; }
.cookie-bar p a { color: var(--blue-2); text-decoration: underline; }
.cookie-bar .cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-bar .btn { padding: 9px 22px; font-size: 14.5px; }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .nav a { padding: 9px 9px; font-size: 14px; }
}
@media (max-width: 980px) {
  .nav, .header-actions .desk-only { 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: #fff; padding: 12px 18px 18px; border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(30,42,110,.12);
  }
  .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); }
  .fcards { grid-template-columns: 1fr 1fr; }
}
/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .modal, .modal-overlay { animation: none !important; }
  .btn:hover, .slot:hover, .stat:hover { transform: none !important; }
}

@media (max-width: 680px) {
  .hero { min-height: 400px; background-position: 70% top; }
  .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.86) 55%, rgba(255,255,255,.97) 100%); }
  .hero-inner { padding: 34px 0; }
  .author-card { flex-direction: column; text-align: center; }
  .footer-top { grid-template-columns: 1fr; }
  .slots-grid { grid-template-columns: repeat(2, 1fr); }
  .fcards { grid-template-columns: 1fr; }
  .section { padding: 42px 0; }
  .cols { gap: 8px; }
}
