/* ==========================================================================
   TRM Design System v3  —  light edition
   --------------------------------------------------------------------------
   A white-dominant, card-driven gambling/sportsbook design system.
   Mobile-first: base rules target small screens; min-width media queries
   enhance upward. All component color comes from the token block below, so
   re-theming a site is mostly editing :root-level vars on .bbs-page.

   PREFIX: every class is "bbs-". This is the BASE prefix only — it can and
   should be renamed per site (e.g. "lsb-", "cus-") so two sites built with
   this plugin don't share class names. Rename by find/replacing "bbs-" in
   BOTH this file and the HTML fragments. The wrapper expects .<prefix>-page.

   Scoped under .bbs-page so styles never leak into the WP theme/admin.
   ========================================================================== */

/* ============================= TOKENS ===================================== */
.bbs-page{
  /* ================================================================
     BestBaccaratSites.com — "Radiant" theme
     White background, framed edge, modern radiant violet→magenta accent
     with a teal counter-accent and warm gold for ratings/awards.
     ================================================================ */

  /* --- brand palette --- */
  --navy:#1b1133;        /* deep aubergine ink: headings + dark bands */
  --navy-2:#2a1a52;      /* secondary deep violet */
  --ink:#221a33;         /* body text */
  --red:#b5179e;         /* PRIMARY radiant accent (magenta-violet): CTAs, rank */
  --red-2:#7209b7;       /* accent pressed/hover (deep violet) */
  --gold:#f4a91b;        /* rating stars / award */
  --green:#0bae8e;       /* positive / pros / "available" (teal-emerald) */
  --blue:#6d28d9;        /* links (violet) */

  /* radiant gradient stops used by accents/CTA bands/bars */
  --rad-a:#7209b7;       /* violet */
  --rad-b:#b5179e;       /* magenta */
  --rad-c:#f72585;       /* hot pink */
  --rad-teal:#0bae8e;    /* teal counter-accent */
  --grad:linear-gradient(100deg,var(--rad-a),var(--rad-b) 55%,var(--rad-c));
  --grad-cool:linear-gradient(120deg,var(--rad-a),#3a0ca3 60%,var(--rad-teal));

  /* --- neutrals (the "light" foundation) --- */
  --bg:#ffffff;          /* page background */
  --wash:#faf7fe;        /* tinted section band (faint violet) */
  --wash-2:#f3edfb;      /* deeper tint / nested fill */
  --card:#ffffff;        /* card surface */
  --line:#ece6f5;        /* hairline borders */
  --line-2:#d9cfe9;      /* stronger borders */
  --slate:#6a6280;       /* muted text */
  --slate-2:#928aa6;     /* fainter muted text */

  /* --- shape + depth --- */
  --r:14px;              /* card radius (a touch rounder, modern) */
  --r-sm:9px;            /* small controls */
  --r-pill:999px;
  --sh:0 1px 2px rgba(40,14,70,.05), 0 6px 20px rgba(40,14,70,.07);
  --sh-lg:0 12px 38px rgba(40,14,70,.13);
  --ring:0 0 0 3px rgba(181,23,158,.22);

  /* --- type --- */
  --display:"Archivo","Helvetica Neue",Arial,sans-serif;
  --body:"Inter","Helvetica Neue",Arial,sans-serif;
  --narrow:"Archivo Narrow","Archivo",sans-serif;

  /* --- rhythm --- */
  --gap:16px;
  --section:clamp(40px,6vw,72px);  /* vertical space between sections */
  --maxw:1180px;

  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.65;
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
}
.bbs-page *{ box-sizing:border-box; }
.bbs-page img{ max-width:100%; height:auto; display:block; }

/* ---- FRAMED EDGE: the whole page sits inside a subtle radiant border ---- */
.bbs-page{
  position:relative;
  border:1px solid var(--line-2);
  border-radius:18px;
  box-shadow:0 0 0 1px rgba(255,255,255,.6), var(--sh-lg);
  margin:14px;
  overflow:hidden;
}
.bbs-page::before{
  content:""; position:absolute; left:0; right:0; top:0; height:5px;
  background:var(--grad); z-index:5;
}
@media(min-width:1240px){ .bbs-page{ margin:22px auto; max-width:1230px; } }

.bbs-wrap{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 18px; }
/* readable column: keep prose comfortable without it looking orphaned.
   Sized so it fills clearly more than half the content width on desktop. */
.bbs-readable{ max-width:none; }

/* ============================ TYPOGRAPHY ================================== */
.bbs-page h1,.bbs-page h2,.bbs-page h3,.bbs-page h4{
  font-family:var(--display); font-weight:800; line-height:1.12;
  color:var(--navy); margin:0 0 .5em;
}
.bbs-page h1{ font-size:clamp(1.9rem,5vw,3rem); letter-spacing:-.02em; }
.bbs-page h2{ font-size:clamp(1.5rem,3.5vw,2.1rem); letter-spacing:-.015em; }
.bbs-page h3{ font-size:clamp(1.15rem,2.2vw,1.4rem); letter-spacing:-.01em; }
.bbs-page h4{ font-size:1.05rem; }
.bbs-page p{ margin:0 0 1rem; }
.bbs-page a{ color:var(--blue); text-decoration:none; }
.bbs-page a:hover{ text-decoration:underline; }
.bbs-page strong{ font-weight:700; color:var(--ink); }
.bbs-page ul,.bbs-page ol{ margin:0 0 1rem; padding-left:1.2em; }
.bbs-page li{ margin:.3em 0; }

/* eyebrow / kicker label */
.bbs-eyebrow{
  display:inline-block; font-family:var(--narrow); font-weight:700;
  text-transform:uppercase; letter-spacing:.14em; font-size:.72rem;
  color:var(--red); margin-bottom:.6em;
}

/* ===================== SECTION HEADER (band rhythm) ====================== */
.bbs-section{ padding:var(--section) 0; }
.bbs-section.bbs-wash{ background:var(--wash); }
.bbs-section.bbs-dark{ background:var(--navy); }
.bbs-section.bbs-dark h2,.bbs-section.bbs-dark h3,.bbs-section.bbs-dark p{ color:#fff; }
.bbs-section.bbs-dark .bbs-sub{ color:#aebbd4; }

/* Section header: a red accent bar + heading sitting on a tinted strip,
   with the intro paragraph clearly distinguished from the heading. */
.bbs-sh{ margin:0 0 1.8rem; }
.bbs-sh h2{
  position:relative; margin:0; padding:0 0 14px 18px;
  border-bottom:2px solid var(--line);
}
.bbs-sh h2::before{
  content:""; position:absolute; left:0; top:2px; bottom:14px; width:6px;
  border-radius:3px; background:var(--red);
}
.bbs-sh.bbs-center{ text-align:center; }
.bbs-sh.bbs-center h2{ padding-left:0; }
.bbs-sh.bbs-center h2::before{ display:none; }
.bbs-sh.bbs-center h2::after{
  content:""; display:block; width:64px; height:4px; border-radius:2px;
  background:var(--red); margin:14px auto 0;
}
/* on dark sections the underline lightens */
.bbs-section.bbs-dark .bbs-sh h2{ border-bottom-color:rgba(255,255,255,.18); }

/* Intro paragraph under a heading: a wider, lighter lead — not a half-width orphan */
.bbs-sub{
  color:var(--slate); margin:1rem 0 0; font-size:1.05rem;
  line-height:1.6; padding-left:18px; border-left:2px solid var(--line);
}
.bbs-sh.bbs-center .bbs-sub{ margin-left:auto; margin-right:auto; padding-left:0;
  border-left:0; text-align:center; }

/* =============================== HERO ==================================== */
/* A guide-style split hero: oversized headline + full-width lead on the left,
   a compact "key facts" panel on the right. Light, editorial, NOT card-heavy
   or dark like a casino lobby. Single bold accent. */
.bbs-hero{
  background:var(--bg);
  border-bottom:1px solid var(--line);
  padding:clamp(28px,5vw,56px) 0 0;
}
.bbs-hero-grid{
  display:grid; gap:clamp(20px,3vw,40px); grid-template-columns:1fr;
  align-items:start;
}
.bbs-hero-main{ min-width:0; }
.bbs-hero .bbs-eyebrow{
  display:inline-flex; align-items:center; gap:8px; color:var(--red);
  background:rgba(224,20,50,.08); padding:6px 12px; border-radius:var(--r-pill);
  margin-bottom:1rem;
}
.bbs-hero h1{
  color:var(--navy); margin:0 0 1.1rem;
  font-size:clamp(2.1rem,5.2vw,3.4rem); line-height:1.05; letter-spacing:-.025em;
}
.bbs-hero h1 em{ font-style:normal; color:var(--red); }
.bbs-hero-lead{
  color:var(--ink); font-size:clamp(1.05rem,1.6vw,1.22rem); line-height:1.6;
  margin:0; /* full width — no cap */
}
.bbs-hero-main > .bbs-hero-lead{ max-width:none; }

/* right-side key-facts panel */
.bbs-hero-facts{
  background:var(--navy); color:#fff; border-radius:var(--r);
  padding:22px; box-shadow:var(--sh-lg); position:relative; overflow:hidden;
}
.bbs-hero-facts::before{
  content:""; position:absolute; left:0; right:0; top:0; height:4px;
  background:linear-gradient(90deg,var(--red),var(--gold));
}
.bbs-hero-facts h3{ color:#fff; font-size:1.05rem; margin:0 0 14px;
  text-transform:uppercase; letter-spacing:.06em; font-family:var(--narrow); }
.bbs-hero-fact{ display:flex; gap:12px; padding:11px 0; border-top:1px solid rgba(255,255,255,.1); }
.bbs-hero-fact:first-of-type{ border-top:0; }
.bbs-hero-fact .bbs-k{ flex:0 0 auto; width:26px; height:26px; border-radius:7px;
  background:rgba(224,20,50,.25); color:#fff; display:grid; place-items:center;
  font-size:.8rem; font-weight:800; }
.bbs-hero-fact .bbs-v{ font-size:.92rem; line-height:1.45; color:#dbe4f3; }
.bbs-hero-fact .bbs-v b{ color:#fff; display:block; font-family:var(--display); }

@media(min-width:900px){
  .bbs-hero-grid{ grid-template-columns:1.7fr 1fr; }
}

/* ============= HERO ENTRY STRIP (4 across, nav-bar style) =============== */
/* A flush horizontal strip under the hero — reads like a section nav, not
   floating cards. Sits on the hero's bottom edge. */
/* ================== HERO CARDS (4 across, real cards) =================== */
/* Four elevated entry cards sitting just below the hero. Icon tile, title,
   description, and a CTA row. They lift on hover with an accent bar. */
.bbs-hero-strip{ margin-top:clamp(22px,3.5vw,38px); }
.bbs-herocards{
  display:grid; gap:16px; grid-template-columns:1fr;
}
.bbs-hc{
  position:relative; display:flex; flex-direction:column; gap:10px;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:20px; overflow:hidden; color:var(--navy);
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.bbs-hc::before{
  content:""; position:absolute; left:0; top:0; bottom:0; width:5px;
  background:var(--grad);
  transform:scaleY(0); transform-origin:top; transition:transform .18s ease;
}
.bbs-hc:hover{ transform:translateY(-4px); box-shadow:var(--sh-lg);
  border-color:var(--line-2); text-decoration:none; color:var(--navy); }
.bbs-hc:hover::before{ transform:scaleY(1); }
.bbs-hc-ic{
  width:50px; height:50px; border-radius:13px; display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(224,20,50,.14), rgba(224,20,50,.04));
  color:var(--red); font-size:1.4rem; font-weight:800;
}
.bbs-hc-t{ font-family:var(--display); font-weight:800; font-size:1.18rem;
  line-height:1.2; }
.bbs-hc-d{ font-size:.9rem; color:var(--slate); line-height:1.5; flex:1; }
.bbs-hc-go{ font-family:var(--narrow); font-weight:700; text-transform:uppercase;
  letter-spacing:.08em; font-size:.76rem; color:var(--red);
  display:inline-flex; align-items:center; gap:7px; margin-top:2px; }
.bbs-hc-go::after{ content:"→"; font-size:1rem; transition:transform .14s ease; }
.bbs-hc:hover .bbs-hc-go::after{ transform:translateX(4px); }
@media(min-width:560px){ .bbs-herocards{ grid-template-columns:1fr 1fr; } }
@media(min-width:940px){ .bbs-herocards{ grid-template-columns:repeat(4,1fr); } }

/* ================== 1. FOUR-BOX TOP LINK ROW ============================= */
/* the quick-nav buttons right under the hero */
.bbs-quicknav{
  display:grid; gap:12px; grid-template-columns:repeat(2,1fr);
  max-width:760px; margin:0 auto;
}
.bbs-qn{
  display:flex; align-items:center; gap:12px; justify-content:center;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:16px 14px; box-shadow:var(--sh); color:var(--navy);
  font-family:var(--display); font-weight:700; font-size:.98rem;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.bbs-qn:hover{ transform:translateY(-2px); box-shadow:var(--sh-lg);
  border-color:var(--line-2); text-decoration:none; }
.bbs-qn .bbs-qn-ic{
  width:34px; height:34px; flex:0 0 34px; border-radius:8px;
  display:grid; place-items:center; background:var(--wash-2); color:var(--red);
}
@media(min-width:760px){ .bbs-quicknav{ grid-template-columns:repeat(4,1fr); } }

/* ===================== BUTTONS / PILLS / BADGES ========================== */
.bbs-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--display); font-weight:700; font-size:.95rem;
  background:var(--grad); color:#fff; border:0; border-radius:var(--r-sm);
  padding:11px 20px; cursor:pointer; text-align:center; line-height:1.1;
  box-shadow:0 4px 14px rgba(181,23,158,.28);
  transition:filter .12s ease, transform .12s ease, box-shadow .12s ease;
}
.bbs-page a.bbs-btn{ color:#fff; }
.bbs-btn:hover{ filter:brightness(1.06) saturate(1.05); text-decoration:none; color:#fff;
  transform:translateY(-1px); box-shadow:0 8px 22px rgba(181,23,158,.36); }
.bbs-btn:focus-visible{ outline:0; box-shadow:var(--ring); }
.bbs-btn.bbs-ghost{ background:transparent; color:var(--red);
  border:1.5px solid var(--red); }
.bbs-btn.bbs-ghost:hover{ background:var(--red); color:#fff; }
.bbs-btn.bbs-navy{ background:var(--navy); }
.bbs-btn.bbs-navy:hover{ background:var(--navy-2); }
.bbs-btn.bbs-block{ display:flex; width:100%; }
.bbs-btn.bbs-lg{ padding:14px 26px; font-size:1.05rem; }

.bbs-pill{
  display:inline-flex; align-items:center; gap:6px; font-size:.74rem;
  font-weight:700; text-transform:uppercase; letter-spacing:.04em;
  padding:4px 10px; border-radius:var(--r-pill); background:var(--wash-2);
  color:var(--slate);
}
.bbs-pill.bbs-hot{ background:rgba(224,20,50,.1); color:var(--red); }
.bbs-pill.bbs-ok{ background:rgba(31,157,87,.12); color:var(--green); }
.bbs-pill.bbs-gold{ background:rgba(245,165,36,.15); color:#a96a00; }

/* star rating + score chip */
.bbs-rating{ display:inline-flex; align-items:center; gap:8px; }
.bbs-score{
  font-family:var(--display); font-weight:800; color:#fff; background:var(--green);
  border-radius:var(--r-sm); padding:3px 9px; font-size:.95rem; line-height:1.2;
}
.bbs-stars{ color:var(--gold); letter-spacing:1px; font-size:.95rem; }
.bbs-stars i{ font-style:normal; }

/* ============ 2. LEADERBOARD / RANKED REVIEW TABLE ====================== */
.bbs-board{ display:flex; flex-direction:column; gap:12px; }
.bbs-cc{
  position:relative; background:var(--card); border:1px solid var(--line);
  border-radius:var(--r); box-shadow:var(--sh); padding:16px;
  display:grid; gap:12px; grid-template-columns:auto 1fr;
  align-items:center;
}
.bbs-cc.bbs-top{ border-color:var(--red); box-shadow:0 0 0 1px var(--red), var(--sh); }
.bbs-cc-rank{
  font-family:var(--display); font-weight:800; font-size:1.1rem; color:#fff;
  background:var(--navy); width:34px; height:34px; border-radius:8px;
  display:grid; place-items:center;
}
.bbs-cc.bbs-top .bbs-cc-rank{ background:var(--red); }
.bbs-cc-logo{ width:64px; height:64px; border-radius:10px; object-fit:contain;
  background:var(--wash); border:1px solid var(--line); padding:6px; }
.bbs-cc-id{ display:flex; align-items:center; gap:12px; min-width:0; }
.bbs-cc-name{ font-family:var(--display); font-weight:800; color:var(--navy);
  font-size:1.1rem; }
.bbs-cc-meta{ color:var(--slate-2); font-size:.82rem; }
.bbs-cc-offer{
  grid-column:1 / -1; background:var(--wash); border:1px dashed var(--line-2);
  border-radius:var(--r-sm); padding:10px 12px; font-weight:600; color:var(--ink);
  font-size:.95rem;
}
.bbs-cc-stats{ grid-column:1 / -1; display:flex; flex-wrap:wrap; gap:14px;
  color:var(--slate); font-size:.85rem; }
.bbs-cc-stats b{ color:var(--ink); }
.bbs-cc-cta{ grid-column:1 / -1; display:flex; flex-direction:column; gap:8px; }
.bbs-cc-tc{ font-size:.74rem; color:var(--slate-2); text-align:center; }

@media(min-width:720px){
  .bbs-cc{ grid-template-columns:auto auto 1.4fr 1.2fr auto; column-gap:16px; }
  .bbs-cc-rank,.bbs-cc-logo,.bbs-cc-id,.bbs-cc-cta{ align-self:center; }
  .bbs-cc-offer{ grid-column:auto; align-self:center; margin:0; border-style:solid;
    background:rgba(224,20,50,.05); border-color:rgba(224,20,50,.2); }
  .bbs-cc-cta{ grid-column:auto; min-width:150px; }
  .bbs-cc-stats{ grid-column:1 / -1; }
}

/* =============== SPEC TABLE w/ DETAIL BOXES (no accordion) =============== */
/* the "review table with dropdown details" reworked as labeled boxes */
.bbs-specs{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-spec{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:16px 18px;
}
.bbs-spec h4{
  display:flex; align-items:center; gap:9px; margin:0 0 .5rem; color:var(--navy);
  font-size:1rem;
}
.bbs-spec h4 .bbs-spec-ic{ width:28px; height:28px; border-radius:7px;
  background:var(--wash-2); color:var(--red); display:grid; place-items:center;
  flex:0 0 28px; }
.bbs-spec p{ margin:0; color:var(--slate); font-size:.92rem; }
.bbs-spec ul{ margin:.2rem 0 0; }
@media(min-width:640px){ .bbs-specs{ grid-template-columns:1fr 1fr; } }
@media(min-width:980px){ .bbs-specs{ grid-template-columns:repeat(3,1fr); } }

/* ================== 3. FEATURED / SPOTLIGHT REVIEW ====================== */
/* one big review — kept a touch smaller than casino.us's */
.bbs-review{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh-lg); overflow:hidden;
}
.bbs-review-top{
  display:flex; flex-wrap:wrap; gap:14px; align-items:center;
  padding:18px; background:linear-gradient(180deg,var(--wash),var(--card));
  border-bottom:1px solid var(--line);
}
.bbs-review-logo{ width:72px; height:72px; border-radius:12px; object-fit:contain;
  background:#fff; border:1px solid var(--line); padding:8px; }
.bbs-review-id{ flex:1 1 auto; min-width:0; }
.bbs-review-id h3{ margin:0; }
.bbs-review-body{ padding:18px; }
.bbs-review-grid{ display:grid; gap:18px; grid-template-columns:1fr; }
.bbs-review-offer{
  background:var(--navy); color:#fff; border-radius:var(--r); padding:16px;
  text-align:center;
}
.bbs-review-offer .bbs-k{ font-family:var(--narrow); text-transform:uppercase;
  letter-spacing:.12em; font-size:.72rem; color:#aebbd4; }
.bbs-review-offer .bbs-v{ font-family:var(--display); font-weight:800;
  font-size:1.15rem; margin:.3rem 0 .8rem; }
@media(min-width:820px){ .bbs-review-grid{ grid-template-columns:2.3fr 1fr; } }

/* Ghost buttons + links sitting on a dark surface must read white, not magenta */
.bbs-review-offer .bbs-btn.bbs-ghost,
.bbs-band .bbs-btn.bbs-ghost,
.bbs-callout.bbs-navy .bbs-btn.bbs-ghost{
  color:#fff; border-color:rgba(255,255,255,.7); background:transparent;
}
.bbs-review-offer .bbs-btn.bbs-ghost:hover,
.bbs-band .bbs-btn.bbs-ghost:hover,
.bbs-callout.bbs-navy .bbs-btn.bbs-ghost:hover{
  background:rgba(255,255,255,.14); border-color:#fff; color:#fff;
}
.bbs-review-offer a,
.bbs-band a,
.bbs-callout.bbs-navy a{ color:#fff; text-decoration:underline; }
.bbs-callout.bbs-navy .bbs-callout-ic{ background:rgba(255,255,255,.16); color:#fff; }

/* =================== 4. TOP-5 SECONDARY REVIEW CARDS ==================== */
.bbs-srgrid{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-sr{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:16px; display:flex; flex-direction:column; gap:10px;
}
.bbs-sr-top{ display:flex; align-items:center; gap:12px; }
.bbs-sr-logo{ width:52px; height:52px; border-radius:9px; object-fit:contain;
  background:var(--wash); border:1px solid var(--line); padding:5px; flex:0 0 52px; }
.bbs-sr h3{ margin:0; font-size:1.1rem; }
.bbs-sr p{ margin:0; color:var(--slate); font-size:.9rem; }
.bbs-sr-foot{ margin-top:auto; display:flex; gap:8px; align-items:center; }
@media(min-width:640px){ .bbs-srgrid{ grid-template-columns:1fr 1fr; } }
@media(min-width:980px){ .bbs-srgrid.bbs-3{ grid-template-columns:repeat(3,1fr); } }

/* full-width horizontal short review: logo | content | rating+cta */
.bbs-sr-wide{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:18px; display:grid; gap:14px;
  grid-template-columns:1fr; align-items:center;
}
.bbs-sr-wide .bbs-sr-logo{ width:60px; height:60px; flex:0 0 60px; }
.bbs-sr-wide .bbs-sr-main{ min-width:0; }
.bbs-sr-wide .bbs-sr-main h3{ margin:0 0 .3rem; font-size:1.2rem; }
.bbs-sr-wide .bbs-sr-main p{ margin:0; color:var(--slate); font-size:.94rem; }
.bbs-sr-wide .bbs-sr-side{ display:flex; flex-direction:column; gap:8px; }
@media(min-width:760px){
  .bbs-sr-wide{ grid-template-columns:auto 1fr auto; }
  .bbs-sr-wide .bbs-sr-side{ min-width:170px; }
}

/* site name with a colored highlight to break it up */
.bbs-sitename{
  display:inline-block; font-family:var(--display); font-weight:800;
  font-size:1.2rem; line-height:1.2; color:var(--navy);
  background:rgba(224,20,50,.1); border-left:4px solid var(--red);
  border-radius:var(--r-sm); padding:4px 12px; margin:0 0 .55rem;
}
/* compact quick-facts row under the title */
.bbs-qfacts{
  display:flex; flex-wrap:wrap; gap:8px; margin:0 0 .7rem;
}
.bbs-qf{
  display:inline-flex; align-items:baseline; gap:5px;
  background:var(--wash-2); border:1px solid var(--line); border-radius:var(--r-pill);
  padding:4px 11px; font-size:.8rem; color:var(--slate);
}
.bbs-qf b{ color:var(--navy); font-family:var(--display); font-weight:700; }

/* ============= GUIDE / CHECKLIST CARDS (3-up, not reviews) ============= */
/* A 3-across informational card: icon header + a checklist. Deliberately
   different from review cards so it reads as guidance, not a brand listing. */
.bbs-guidegrid{ display:grid; gap:16px; grid-template-columns:1fr; }
.bbs-guide{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:20px; border-top:4px solid var(--red);
}
.bbs-guide-h{ display:flex; align-items:center; gap:11px; margin-bottom:12px; }
.bbs-guide-ic{ width:40px; height:40px; flex:0 0 40px; border-radius:10px;
  background:var(--wash-2); color:var(--red); display:grid; place-items:center;
  font-size:1.2rem; font-weight:800; }
.bbs-guide-h h3{ margin:0; font-size:1.1rem; }
.bbs-guide ul{ list-style:none; margin:0; padding:0; }
.bbs-guide li{ position:relative; padding-left:1.6em; margin:.55em 0;
  font-size:.9rem; color:var(--ink); line-height:1.45; }
.bbs-guide.bbs-ok li::before{ content:"✓"; position:absolute; left:0; color:var(--green); font-weight:800; }
.bbs-guide.bbs-warn li::before{ content:"!"; position:absolute; left:0; color:var(--red); font-weight:800; }
.bbs-guide.bbs-tip li::before{ content:"•"; position:absolute; left:0; color:var(--blue); font-weight:800; font-size:1.2em; line-height:1; }
.bbs-guide.bbs-warn{ border-top-color:var(--red); }
.bbs-guide.bbs-ok{ border-top-color:var(--green); }
.bbs-guide.bbs-tip{ border-top-color:var(--blue); }
@media(min-width:680px){ .bbs-guidegrid{ grid-template-columns:1fr 1fr; } }
@media(min-width:980px){ .bbs-guidegrid.bbs-3{ grid-template-columns:repeat(3,1fr); } }

/* ============ 5. FLEXIBLE INFO-BOX GRID (avoid-list layout) ============= */
/* the "casinos to avoid" layout, repurposed for any info tiles */
.bbs-infogrid{ display:grid; gap:12px; grid-template-columns:1fr; }
.bbs-info{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:14px; display:flex; gap:12px; align-items:flex-start;
}
.bbs-info-ic{ width:42px; height:42px; flex:0 0 42px; border-radius:10px;
  background:var(--wash-2); display:grid; place-items:center; object-fit:contain; }
.bbs-info h4{ margin:0 0 .2rem; font-size:1rem; }
.bbs-info p{ margin:0; font-size:.86rem; color:var(--slate); }
.bbs-info .bbs-info-tag{ font-size:.78rem; font-weight:700; color:var(--red); }
@media(min-width:560px){ .bbs-infogrid{ grid-template-columns:1fr 1fr; } }
@media(min-width:900px){ .bbs-infogrid.bbs-3{ grid-template-columns:repeat(3,1fr); }
  .bbs-infogrid.bbs-4{ grid-template-columns:repeat(4,1fr); } }

/* =================== 6. CALLOUT / QUICK-FACT BOX ======================== */
/* "did you have an issue?" style — a fact, law, or note that breaks the page */
.bbs-callout{
  display:flex; gap:16px; align-items:flex-start;
  background:var(--wash); border:1px solid var(--line); border-left:4px solid var(--red);
  border-radius:var(--r); padding:18px 20px;
}
.bbs-callout.bbs-navy{ background:var(--navy); border-left-color:var(--gold); }
.bbs-callout.bbs-navy h3,.bbs-callout.bbs-navy p{ color:#fff; }
.bbs-callout-ic{ width:46px; height:46px; flex:0 0 46px; border-radius:12px;
  background:rgba(224,20,50,.1); color:var(--red); display:grid; place-items:center; }
.bbs-callout h3{ margin:0 0 .3rem; font-size:1.15rem; }
.bbs-callout p{ margin:0; color:var(--slate); }
.bbs-callout-act{ margin-left:auto; align-self:center; flex:0 0 auto; }
@media(max-width:620px){ .bbs-callout{ flex-wrap:wrap; }
  .bbs-callout-act{ margin-left:0; width:100%; } }

/* ==================== 7. CATEGORY TILE GRID ============================= */
/* "game categories" — reusable for sports, games, states, anything */
.bbs-tiles{ display:grid; gap:10px; grid-template-columns:repeat(2,1fr); }
.bbs-tile{
  display:flex; flex-direction:column; align-items:center; gap:8px; text-align:center;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:18px 12px; color:var(--navy);
  font-family:var(--display); font-weight:700; font-size:.92rem;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.bbs-tile:hover{ transform:translateY(-2px); box-shadow:var(--sh-lg);
  border-color:var(--red); text-decoration:none; color:var(--navy); }
.bbs-tile-ic{ width:40px; height:40px; border-radius:10px; background:var(--wash-2);
  color:var(--red); display:grid; place-items:center; }
@media(min-width:560px){ .bbs-tiles{ grid-template-columns:repeat(3,1fr); } }
@media(min-width:860px){ .bbs-tiles{ grid-template-columns:repeat(4,1fr); }
  .bbs-tiles.bbs-6{ grid-template-columns:repeat(6,1fr); } }

/* ==================== 8. HERO / OFFER CARDS ============================= */
/* the bonus-section hero cards */
.bbs-offers{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-offer{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); overflow:hidden; display:flex; flex-direction:column;
}
.bbs-offer-head{
  background:var(--grad-cool); color:#fff;
  padding:16px; display:flex; align-items:center; gap:12px;
}
.bbs-offer-head strong{ color:#fff; font-family:var(--display); }
.bbs-offer-rank{ font-family:var(--display); font-weight:800; font-size:1.3rem;
  color:var(--gold); }
.bbs-offer-logo{ width:48px; height:48px; border-radius:9px; background:#fff;
  padding:5px; object-fit:contain; }
.bbs-offer-body{ padding:16px; display:flex; flex-direction:column; gap:10px; flex:1; }
.bbs-offer-amt{ font-family:var(--display); font-weight:800; font-size:1.25rem;
  color:var(--red); line-height:1.2; }
.bbs-offer-rows{ display:flex; flex-direction:column; gap:6px; font-size:.86rem; }
.bbs-offer-row{ display:flex; justify-content:space-between; gap:10px;
  border-bottom:1px dashed var(--line); padding-bottom:6px; }
.bbs-offer-row span:first-child{ color:var(--slate); }
.bbs-offer-row b{ color:var(--ink); }
.bbs-offer .bbs-btn{ margin-top:auto; }
@media(min-width:640px){ .bbs-offers{ grid-template-columns:1fr 1fr; } }
@media(min-width:980px){ .bbs-offers.bbs-3{ grid-template-columns:repeat(3,1fr); } }

/* ============ 9. CRITERIA / WEIGHTING (better than theirs) ============== */
/* a clean weighted-criteria layout: labeled bars instead of a pie + list */
.bbs-criteria{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:20px;
}
.bbs-crit-row{ display:grid; grid-template-columns:1fr auto; gap:6px 14px;
  align-items:center; margin-bottom:14px; }
.bbs-crit-row:last-child{ margin-bottom:0; }
.bbs-crit-name{ font-weight:700; color:var(--navy); font-size:.95rem; }
.bbs-crit-pct{ font-family:var(--display); font-weight:800; color:var(--red);
  font-size:.95rem; }
.bbs-crit-bar{ grid-column:1 / -1; height:8px; border-radius:var(--r-pill);
  background:var(--wash-2); overflow:hidden; }
.bbs-crit-bar i{ display:block; height:100%; border-radius:var(--r-pill);
  background:var(--grad); }

/* ===================== 10. STATE / MAP CARDS =========================== */
.bbs-states{ display:grid; gap:10px; grid-template-columns:repeat(2,1fr); }
.bbs-state{
  display:flex; align-items:center; gap:10px;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r-sm);
  box-shadow:var(--sh); padding:12px 14px; color:var(--navy); font-weight:700;
  font-size:.9rem; transition:border-color .12s ease, transform .12s ease;
}
.bbs-state:hover{ border-color:var(--red); transform:translateY(-1px);
  text-decoration:none; color:var(--navy); }
.bbs-state-badge{ margin-left:auto; font-size:.68rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.04em; padding:3px 7px;
  border-radius:var(--r-pill); }
.bbs-state-badge.bbs-reg{ background:rgba(31,157,87,.12); color:var(--green); }
.bbs-state-badge.bbs-sweep{ background:rgba(245,165,36,.16); color:#a96a00; }
.bbs-state-badge.bbs-no{ background:rgba(224,20,50,.1); color:var(--red); }
@media(min-width:560px){ .bbs-states{ grid-template-columns:repeat(3,1fr); } }
@media(min-width:880px){ .bbs-states{ grid-template-columns:repeat(4,1fr); } }

/* ===================== 11. STAT / FACT ROW ============================= */
/* "gambling law" bottom fact boxes */
.bbs-stats{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-stat{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:22px; text-align:center;
}
.bbs-stat-num{ font-family:var(--display); font-weight:800; color:var(--red);
  font-size:clamp(2rem,5vw,2.6rem); line-height:1; }
.bbs-stat-lbl{ color:var(--slate); font-size:.92rem; margin-top:.4rem; }
.bbs-stat .bbs-btn{ margin-top:1rem; }
@media(min-width:720px){ .bbs-stats{ grid-template-columns:repeat(3,1fr); } }

/* ===================== PROS / CONS ===================================== */
.bbs-pc{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-pc-box{ border:1px solid var(--line); border-radius:var(--r);
  padding:16px; background:var(--card); box-shadow:var(--sh); }
.bbs-pc-box h4{ display:flex; align-items:center; gap:8px; margin:0 0 .6rem; }
.bbs-pc-pros h4{ color:var(--green); }
.bbs-pc-cons h4{ color:var(--red); }
.bbs-pc-box ul{ list-style:none; margin:0; padding:0; }
.bbs-pc-box li{ position:relative; padding-left:1.5em; margin:.5em 0;
  font-size:.92rem; color:var(--ink); }
.bbs-pc-pros li::before{ content:"✓"; position:absolute; left:0; color:var(--green);
  font-weight:800; }
.bbs-pc-cons li::before{ content:"✕"; position:absolute; left:0; color:var(--red);
  font-weight:800; }
@media(min-width:720px){ .bbs-pc{ grid-template-columns:1fr 1fr; } }

/* =========================== 12. CTA BAND ============================== */
/* "join the forum" — reusable promo band */
.bbs-band{
  background:var(--grad-cool);
  border-radius:var(--r); padding:clamp(24px,4vw,40px); color:#fff;
  text-align:center; position:relative; overflow:hidden;
}
.bbs-band::after{ content:""; position:absolute; inset:0;
  background:radial-gradient(600px 200px at 50% -20%, rgba(224,20,50,.25), transparent 70%);
  pointer-events:none; }
.bbs-band h2,.bbs-band h3{ color:#fff; position:relative; }
.bbs-band p{ color:#bcc7de; max-width:55ch; margin:.5rem auto 1.4rem; position:relative; }
.bbs-band-stats{ display:flex; flex-wrap:wrap; justify-content:center; gap:28px;
  margin-top:1.4rem; position:relative; }
.bbs-band-stat .bbs-n{ font-family:var(--display); font-weight:800;
  font-size:1.8rem; color:var(--gold); }
.bbs-band-stat .bbs-l{ font-size:.82rem; color:#bcc7de; }
.bbs-band .bbs-btn{ position:relative; }

/* ============= 13. MEDIA-LEFT ROWS (responsible gambling) ============== */
.bbs-media{ display:flex; flex-direction:column; gap:20px; }
.bbs-media-row{
  display:grid; gap:16px; grid-template-columns:1fr; align-items:center;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:18px;
}
.bbs-media-img{ width:100%; max-width:120px; border-radius:var(--r-sm);
  object-fit:contain; background:var(--wash); padding:10px; }
.bbs-media-row h3{ margin:0 0 .4rem; }
.bbs-media-row p{ margin:0 0 .6rem; color:var(--slate); font-size:.94rem; }
/* Text-only rows (e.g. Responsible Gambling) must always fill the full width,
   never collapse into a narrow left column. Stated unconditionally so it holds
   regardless of viewport or rule order. */
.bbs-media-row.bbs-textonly{ display:block; }
.bbs-media-row.bbs-textonly > div{ width:100%; }
@media(min-width:680px){
  .bbs-media-row{ grid-template-columns:140px 1fr auto; }
  .bbs-media-row.bbs-textonly{ grid-template-columns:1fr; display:block; }
  .bbs-media-img{ max-width:140px; }
}

/* ==================== LONG-FORM PROSE / READ-MORE ====================== */
.bbs-prose{ max-width:none; }
.bbs-prose h2{ margin-top:1.6em; }
.bbs-prose h3{ margin-top:1.3em; }
.bbs-readmore{
  max-height:none; /* JS-free default shows all; toggle via .bbs-clamped */
}
.bbs-prose.bbs-clamped{ max-height:9.5em; overflow:hidden; position:relative; }
.bbs-prose.bbs-clamped::after{ content:""; position:absolute; inset:auto 0 0 0;
  height:4em; background:linear-gradient(transparent,var(--bg)); }

/* ============================ FAQ ===================================== */
/* simple, accessible; uses <details> so it works with zero JS */
.bbs-faq{ display:flex; flex-direction:column; gap:10px; }
.bbs-faq details{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); overflow:hidden;
}
.bbs-faq summary{
  cursor:pointer; list-style:none; padding:15px 18px; font-family:var(--display);
  font-weight:700; color:var(--navy); display:flex; justify-content:space-between;
  gap:12px; align-items:center; font-size:1rem;
}
.bbs-faq summary::-webkit-details-marker{ display:none; }
.bbs-faq summary::after{ content:"+"; color:var(--red); font-size:1.4rem;
  font-weight:800; line-height:1; transition:transform .15s ease; }
.bbs-faq details[open] summary::after{ transform:rotate(45deg); }
.bbs-faq-a{ padding:0 18px 16px; color:var(--slate); }
.bbs-faq-a p:last-child{ margin-bottom:0; }

/* ===================== AUTHOR / EXPERT CHIP ============================ */
.bbs-author{ display:flex; align-items:center; gap:12px; padding:12px 0; }
.bbs-author img{ width:46px; height:46px; border-radius:50%; object-fit:cover; }
.bbs-author .bbs-au-name{ font-weight:700; color:var(--navy); }
.bbs-author .bbs-au-role{ font-size:.82rem; color:var(--slate-2); }

/* ===================== TIMELINE (vertical) ============================= */
.bbs-timeline{ position:relative; padding-left:30px; }
.bbs-timeline::before{ content:""; position:absolute; left:9px; top:6px; bottom:6px;
  width:2px; background:var(--line-2); }
.bbs-tl{ position:relative; margin-bottom:22px; }
.bbs-tl:last-child{ margin-bottom:0; }
.bbs-tl::before{ content:""; position:absolute; left:-26px; top:3px; width:14px;
  height:14px; border-radius:50%; background:var(--red); box-shadow:0 0 0 3px rgba(224,20,50,.18); }
.bbs-tl-date{ font-family:var(--display); font-weight:800; color:var(--red);
  font-size:.85rem; text-transform:uppercase; letter-spacing:.04em; }
.bbs-tl h4{ margin:.15rem 0 .3rem; }
.bbs-tl p{ margin:0; color:var(--slate); font-size:.92rem; }

/* ===================== BAR CHART (pure CSS) ============================ */
.bbs-chart{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:20px;
}
.bbs-chart-row{ display:grid; grid-template-columns:120px 1fr auto; align-items:center;
  gap:12px; margin-bottom:12px; }
.bbs-chart-row:last-child{ margin-bottom:0; }
.bbs-chart-lbl{ font-weight:700; color:var(--navy); font-size:.88rem; }
.bbs-chart-track{ height:22px; background:var(--wash-2); border-radius:var(--r-sm);
  overflow:hidden; }
.bbs-chart-fill{ height:100%; border-radius:var(--r-sm);
  background:var(--grad); display:flex;
  align-items:center; justify-content:flex-end; padding-right:8px; color:#fff;
  font-size:.78rem; font-weight:700; min-width:1.5em; }
.bbs-chart-val{ font-family:var(--display); font-weight:800; color:var(--navy);
  font-size:.9rem; }
@media(max-width:560px){ .bbs-chart-row{ grid-template-columns:90px 1fr; }
  .bbs-chart-val{ display:none; } }

/* ============== MOBILE APP RATING ROWS ================================ */
.bbs-apps{ display:grid; gap:12px; grid-template-columns:1fr; }
.bbs-app{
  display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:14px 16px;
}
.bbs-app-logo{ width:48px; height:48px; border-radius:11px; object-fit:contain;
  background:var(--wash); border:1px solid var(--line); padding:5px; }
.bbs-app-name{ font-family:var(--display); font-weight:800; color:var(--navy); }
.bbs-app-plat{ font-size:.8rem; color:var(--slate-2); }
.bbs-app-score{ text-align:right; }
.bbs-app-score .bbs-n{ font-family:var(--display); font-weight:800;
  font-size:1.3rem; color:var(--navy); }
.bbs-app-score .bbs-stars{ display:block; }

/* ============== LINK-OUT BOXES (to other pages) ====================== */
.bbs-links{ display:grid; gap:12px; grid-template-columns:1fr; }
.bbs-linkbox{
  display:flex; align-items:center; gap:12px; justify-content:space-between;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:16px 18px; color:var(--navy);
  transition:border-color .12s ease, transform .12s ease, box-shadow .12s ease;
}
.bbs-linkbox:hover{ border-color:var(--red); transform:translateY(-2px);
  box-shadow:var(--sh-lg); text-decoration:none; color:var(--navy); }
.bbs-linkbox-t{ font-family:var(--display); font-weight:800; display:block; }
.bbs-linkbox-d{ font-size:.85rem; color:var(--slate); margin-top:.1rem; display:block; }
.bbs-linkbox-arrow{ color:var(--red); font-size:1.3rem; font-weight:800; flex:0 0 auto; }
@media(min-width:640px){ .bbs-links.bbs-2{ grid-template-columns:1fr 1fr; }
  .bbs-links.bbs-3{ grid-template-columns:repeat(3,1fr); } }

/* ================ COMPARISON TABLE (offshore/regulated) ============== */
.bbs-table-wrap{ overflow-x:auto; border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); -webkit-overflow-scrolling:touch; }
.bbs-table{ width:100%; border-collapse:collapse; min-width:560px; background:var(--card); }
.bbs-table thead th{
  background:var(--navy); color:#fff; font-family:var(--display); font-weight:700;
  text-align:left; padding:12px 14px; font-size:.85rem; text-transform:uppercase;
  letter-spacing:.03em; white-space:nowrap;
}
.bbs-table tbody td{ padding:12px 14px; border-top:1px solid var(--line);
  font-size:.9rem; vertical-align:top; }
.bbs-table tbody tr:nth-child(even){ background:var(--wash); }
.bbs-table tbody tr:first-child td{ border-top:0; }
.bbs-table td.bbs-yes{ color:var(--green); font-weight:700; }
.bbs-table td.bbs-no{ color:var(--red); font-weight:700; }
.bbs-table .bbs-first{ font-weight:700; color:var(--navy); }

/* =============== WHO WE ARE / AUTHOR CARDS =========================== */
.bbs-team{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-member{
  display:flex; gap:14px; align-items:flex-start;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:16px;
}
.bbs-member img{ width:64px; height:64px; border-radius:50%; object-fit:cover;
  flex:0 0 64px; background:var(--wash); }
.bbs-member h4{ margin:0; }
.bbs-member .bbs-role{ color:var(--red); font-size:.82rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.04em; margin-bottom:.4rem; }
.bbs-member p{ margin:0; font-size:.9rem; color:var(--slate); }
@media(min-width:720px){ .bbs-team{ grid-template-columns:1fr 1fr; } }

/* ============================ UTILITIES =============================== */
.bbs-center-text{ text-align:center; }
.bbs-mt0{ margin-top:0; } .bbs-mb0{ margin-bottom:0; }
.bbs-divider{ height:1px; background:var(--line); border:0; margin:var(--section) 0; }

/* --- spacing / layout helpers (replace inline styles) --- */
.bbs-section.bbs-tight{ padding-top:28px; padding-bottom:28px; }
.bbs-section.bbs-hero-pad{ padding-top:clamp(28px,5vw,52px); }
.bbs-mt-sm{ margin-top:.9rem; }
.bbs-mt-md{ margin-top:1.4rem; }
.bbs-mt-lg{ margin-top:1.8rem; }
.bbs-mt-xl{ margin-top:1.8em; }
.bbs-mt-h{ margin-top:1.6em; }
.bbs-mb-md{ margin-bottom:1.4rem; }
.bbs-mb-lg{ margin-bottom:1.6rem; }
.bbs-mb-xl{ margin-bottom:1.8rem; }
.bbs-fine{ font-size:.82rem; }
.bbs-fine-2{ font-size:.86rem; color:var(--slate); }
.bbs-fine-3{ font-size:.9rem; color:var(--slate); }
.bbs-legalrow{ color:var(--slate); font-size:.9rem; }
.bbs-rank-grad{ background:var(--grad) !important; }
.bbs-offer-sub{ font-size:.78rem; color:#cdb8e6; margin-bottom:.7rem; }
.bbs-cta-row{ display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }
.bbs-btn.bbs-onnavy{ color:#fff; border-color:#fff; }
.bbs-guide.bbs-full{ max-width:none; }
.bbs-guide-p{ font-size:.9rem; color:var(--slate); }
.bbs-offer-stack{ margin-top:8px; }

/* respect reduced motion */
@media(prefers-reduced-motion:reduce){
  .bbs-page *{ transition:none !important; }
}

/* ====================================================================== */
/*  ADDED COMPONENTS (state cards + legalsportsbetting-inspired features)  */
/* ====================================================================== */

/* ---------- STATE CARDS (seal · status · meta · regulator) ------------ */
.bbs-scards{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-scard{
  position:relative; display:grid; grid-template-columns:auto 1fr auto;
  gap:14px; align-items:start; background:var(--card); border:1px solid var(--line);
  border-left:5px solid var(--line-2); border-radius:var(--r); box-shadow:var(--sh);
  padding:16px 18px; color:var(--ink);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.bbs-scard:hover{ transform:translateY(-2px); box-shadow:var(--sh-lg);
  text-decoration:none; color:var(--ink); }
.bbs-scard.bbs-legal{ border-left-color:var(--green); }
.bbs-scard.bbs-none{ border-left-color:var(--line-2); }
.bbs-scard.bbs-retail{ border-left-color:var(--gold); }
.bbs-scard-seal{ width:50px; height:50px; flex:0 0 50px; border-radius:50%;
  object-fit:contain; background:var(--wash); border:1px solid var(--line); padding:3px; }
.bbs-scard-body{ min-width:0; }
.bbs-scard-name{ font-family:var(--display); font-weight:800; font-size:1.2rem;
  color:var(--navy); line-height:1.1; }
.bbs-scard-meta{ font-size:.86rem; color:var(--slate); margin-top:3px; }
.bbs-scard-meta b{ color:var(--ink); }
.bbs-scard-reg{ font-size:.84rem; color:var(--slate-2); margin-top:5px; }
.bbs-scard-note{ font-size:.84rem; color:var(--red); font-weight:600; margin-top:5px; }
.bbs-scard-side{ display:flex; flex-direction:column; align-items:flex-end; gap:8px; }
.bbs-spill{ font-size:.7rem; font-weight:800; text-transform:uppercase;
  letter-spacing:.05em; padding:5px 12px; border-radius:var(--r-pill); }
.bbs-spill.bbs-legal{ background:rgba(31,157,87,.12); color:var(--green); }
.bbs-spill.bbs-none{ background:var(--wash-2); color:var(--slate); }
.bbs-spill.bbs-retail{ background:rgba(245,165,36,.16); color:#a96a00; }
.bbs-scard-arrow{ color:var(--line-2); font-size:1.3rem; font-weight:800; }
@media(min-width:680px){ .bbs-scards{ grid-template-columns:1fr 1fr; } }
@media(min-width:1000px){ .bbs-scards.bbs-3{ grid-template-columns:repeat(3,1fr); } }

/* ---------- JUMP NAV ("On This Page" numbered TOC) -------------------- */
.bbs-jump{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:16px 18px;
}
.bbs-jump-h{ font-family:var(--narrow); font-weight:700; text-transform:uppercase;
  letter-spacing:.1em; font-size:.74rem; color:var(--slate); margin-bottom:12px; }
.bbs-jump-grid{ display:grid; gap:8px 18px; grid-template-columns:1fr; }
.bbs-jump a{ display:flex; align-items:baseline; gap:9px; padding:5px 0;
  color:var(--navy); font-size:.92rem; font-weight:600; border-bottom:1px dotted var(--line); }
.bbs-jump a:hover{ color:var(--red); text-decoration:none; }
.bbs-jump a .bbs-jn{ font-family:var(--display); font-weight:800; color:var(--red);
  font-size:.8rem; flex:0 0 auto; }
@media(min-width:640px){ .bbs-jump-grid{ grid-template-columns:1fr 1fr; } }
@media(min-width:980px){ .bbs-jump-grid{ grid-template-columns:repeat(3,1fr); } }

/* ---------- RANKED OPERATOR CARDS (#1 ribbon + status tag) ------------ */
.bbs-ops{ display:grid; gap:14px; grid-template-columns:1fr; }
.bbs-op{
  position:relative; display:flex; flex-direction:column; gap:10px;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:18px 16px 16px; padding-top:30px; text-align:center;
}
.bbs-op-ribbon{ position:absolute; top:0; left:50%; transform:translateX(-50%);
  background:var(--navy); color:#fff; font-family:var(--display); font-weight:800;
  font-size:.74rem; text-transform:uppercase; letter-spacing:.05em;
  padding:4px 16px; border-radius:0 0 8px 8px; }
.bbs-op.bbs-legal .bbs-op-ribbon{ background:var(--green); }
.bbs-op.bbs-offshore .bbs-op-ribbon{ background:var(--red); }
.bbs-op-logo{ width:64px; height:64px; margin:0 auto; border-radius:12px;
  object-fit:contain; background:var(--wash); border:1px solid var(--line); padding:8px; }
.bbs-op-name{ font-family:var(--display); font-weight:800; font-size:1.2rem; color:var(--navy); }
.bbs-op-tag{ font-size:.74rem; font-weight:700; text-transform:uppercase;
  letter-spacing:.04em; padding:3px 9px; border-radius:var(--r-pill); display:inline-block; }
.bbs-op.bbs-legal .bbs-op-tag{ background:rgba(31,157,87,.12); color:var(--green); }
.bbs-op.bbs-offshore .bbs-op-tag{ background:rgba(224,20,50,.1); color:var(--red); }
.bbs-op-offer{ font-family:var(--display); font-weight:800; color:var(--ink); font-size:1rem; }
.bbs-op-rows{ display:flex; justify-content:center; gap:16px; font-size:.82rem;
  color:var(--slate); flex-wrap:wrap; }
.bbs-op-rows b{ display:block; color:var(--navy); font-family:var(--display); }
.bbs-op .bbs-btn{ margin-top:4px; }
.bbs-op-link{ font-size:.82rem; }
@media(min-width:560px){ .bbs-ops{ grid-template-columns:1fr 1fr; } }
@media(min-width:980px){ .bbs-ops.bbs-4{ grid-template-columns:repeat(4,1fr); } }

/* ---------- REGULATED vs OFFSHORE two-column panel -------------------- */
.bbs-vs{ display:grid; gap:16px; grid-template-columns:1fr; }
.bbs-vs-col{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:20px; border-top:4px solid var(--green); }
.bbs-vs-col.bbs-b{ border-top-color:var(--red); }
.bbs-vs-col h3{ display:flex; align-items:center; gap:9px; margin:0 0 14px; font-size:1.15rem; }
.bbs-vs-col h3 .bbs-vs-ic{ width:30px; height:30px; border-radius:8px; display:grid;
  place-items:center; color:#fff; font-weight:800; flex:0 0 30px; }
.bbs-vs-col.bbs-a h3 .bbs-vs-ic{ background:var(--green); }
.bbs-vs-col.bbs-b h3 .bbs-vs-ic{ background:var(--red); }
.bbs-vs-col ul{ list-style:none; margin:0; padding:0; }
.bbs-vs-col li{ position:relative; padding-left:1.6em; margin:.6em 0; font-size:.92rem; color:var(--ink); }
.bbs-vs-col li::before{ content:"✓"; position:absolute; left:0; font-weight:800; }
.bbs-vs-col.bbs-a li::before{ color:var(--green); }
.bbs-vs-col.bbs-b li::before{ color:var(--red); }
.bbs-vs-col li b{ color:var(--navy); }
@media(min-width:820px){ .bbs-vs{ grid-template-columns:1fr 1fr; } }

/* ---------- NUMBERED PROCESS STEPS ----------------------------------- */
.bbs-steps{ display:grid; gap:16px; grid-template-columns:1fr; counter-reset:step; }
.bbs-step{
  position:relative; background:var(--card); border:1px solid var(--line);
  border-radius:var(--r); box-shadow:var(--sh); padding:20px 20px 20px 20px;
}
.bbs-step-n{ font-family:var(--display); font-weight:800; font-size:2rem; color:var(--red);
  line-height:1; margin-bottom:8px; display:block; }
.bbs-step h4{ margin:0 0 .4rem; font-size:1.05rem; }
.bbs-step p{ margin:0; color:var(--slate); font-size:.9rem; }
@media(min-width:640px){ .bbs-steps{ grid-template-columns:1fr 1fr; } }
@media(min-width:980px){ .bbs-steps.bbs-3{ grid-template-columns:repeat(3,1fr); } }

/* ---------- DUAL-VALUE BAR CHART (year rows: handle / revenue) -------- */
.bbs-dchart{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:var(--sh); padding:20px; }
.bbs-dchart-legend{ display:flex; gap:18px; margin-bottom:16px; font-size:.84rem; color:var(--slate); }
.bbs-dchart-legend span{ display:inline-flex; align-items:center; gap:7px; }
.bbs-dchart-legend i{ width:14px; height:14px; border-radius:3px; display:inline-block; }
.bbs-dchart-row{ display:grid; grid-template-columns:48px 1fr; gap:12px;
  align-items:center; margin-bottom:14px; }
.bbs-dchart-row:last-child{ margin-bottom:0; }
.bbs-dchart-yr{ font-family:var(--display); font-weight:800; color:var(--navy); font-size:.9rem; }
.bbs-dchart-bars{ display:flex; flex-direction:column; gap:5px; }
.bbs-dbar{ height:18px; border-radius:var(--r-sm); display:flex; align-items:center;
  justify-content:flex-end; padding-right:8px; color:#fff; font-size:.74rem; font-weight:700;
  min-width:2em; }
.bbs-dbar.bbs-handle{ background:linear-gradient(90deg,var(--navy),var(--navy-2)); }
.bbs-dbar.bbs-rev{ background:var(--grad); }

/* ---------- AUTHORITY / FEATURED-BY TRUST STRIP ---------------------- */
.bbs-authority{
  background:var(--navy); color:#fff; border-radius:var(--r);
  padding:clamp(22px,4vw,34px); text-align:center; }
.bbs-authority h3{ color:#fff; margin:0 0 6px; }
.bbs-authority > p{ color:#aebbd4; max-width:60ch; margin:0 auto 1.4rem; }
.bbs-authority-stats{ display:flex; flex-wrap:wrap; justify-content:center; gap:28px; margin-bottom:1.2rem; }
.bbs-authority-stat .bbs-n{ font-family:var(--display); font-weight:800; font-size:1.6rem; color:var(--gold); }
.bbs-authority-stat .bbs-l{ font-size:.8rem; color:#aebbd4; }
.bbs-authority-feat{ font-size:.82rem; color:#8fa0bd; border-top:1px solid rgba(255,255,255,.12); padding-top:14px; }
.bbs-authority-feat b{ color:#dbe4f3; }

/* ---------- COMPACT LINK TILES (icon · label · explore) -------------- */
.bbs-ltiles{ display:grid; gap:12px; grid-template-columns:1fr 1fr; }
.bbs-ltile{
  display:flex; flex-direction:column; gap:4px; background:var(--card);
  border:1px solid var(--line); border-radius:var(--r); box-shadow:var(--sh);
  padding:16px; color:var(--navy);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease; }
.bbs-ltile:hover{ transform:translateY(-2px); box-shadow:var(--sh-lg);
  border-color:var(--red); text-decoration:none; color:var(--navy); }
.bbs-ltile-ic{ width:36px; height:36px; border-radius:9px; background:var(--wash-2);
  color:var(--red); display:grid; place-items:center; font-weight:800; margin-bottom:4px; }
.bbs-ltile-t{ font-family:var(--display); font-weight:800; font-size:.98rem; }
.bbs-ltile-d{ font-size:.82rem; color:var(--slate); }
.bbs-ltile-go{ font-family:var(--narrow); font-weight:700; text-transform:uppercase;
  letter-spacing:.06em; font-size:.72rem; color:var(--red); margin-top:4px; }
@media(min-width:680px){ .bbs-ltiles{ grid-template-columns:repeat(4,1fr); } }
