/*
 * Forex Review Sections v3 — Front-end Styles
 * Includes: All sections + Inline collapsible TOC
 */

/* ── Design tokens ──────────────────────────────────────────── */
:root {
  --frs-ink:       #080C14;
  --frs-ink-2:     #0E1320;
  --frs-ink-3:     #111620;
  --frs-ink-4:     #1C2235;
  --frs-line:      #232B42;
  --frs-line-soft: #1A2030;
  --frs-brand:          #E8B84B;
  --frs-brand-light:    #F0CE6A;
  --frs-brand-dim:      rgba(232,184,75,.12);
  --frs-brand-light-dim: rgba(240,206,106,.10);
  --frs-silver:    #bbc6e2;
  --frs-white:     #F0F2F8;
  --frs-cream:     #D8DCE8;
  --frs-green:     #2ECC8A;
  --frs-green-dim: rgba(46,204,138,.10);
  --frs-red:       #E85555;
  --frs-red-dim:   rgba(232,85,85,.10);
  --frs-blue:      #4A90D9;
  --frs-blue-dim:  rgba(74,144,217,.10);
  --frs-r:         10px;
  --frs-r-sm:      6px;
  --frs-card-accent: var(--frs-brand);

}

/* ── Section base ───────────────────────────────────────────── */
.frs-section { margin-bottom: 56px; }

.frs-section-label {
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--frs-brand); margin-bottom: 8px;
}
.frs-section-heading {
  font-size: clamp(22px, 3vw, 32px); font-weight: 700;
  color: var(--frs-white); margin-bottom: 6px; line-height: 1.25;
}
.frs-section-underline {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, var(--frs-brand), transparent);
  border-radius: 2px; margin-bottom: 20px;
}
.frs-subheading  { font-size: 17px; font-weight: 600; color: var(--frs-white); margin: 24px 0 14px; }
.frs-intro       { font-size: 15px; color: var(--frs-cream); margin-bottom: 18px; line-height: 1.8; }
.frs-swap-note   { font-size: 13px; color: var(--frs-silver); margin-top: 12px; line-height: 1.7; }
.frs-row-note    { font-size: 10px; color: var(--frs-silver); margin-left: 6px; }

/* ── Buttons ─────────────────────────────────────────────────── */
.frs-btn {
  display: inline-block; padding: 10px 20px; border-radius: var(--frs-r-sm);
  font-size: 13px; font-weight: 700; text-decoration: none; text-align: center;
  transition: opacity .2s, transform .15s; cursor: pointer; border: none;
}
.frs-btn--primary {
  background: linear-gradient(135deg, var(--frs-brand), #C8974A); color: #1a1000;
}
.frs-btn--outline {
  border: 1px solid var(--frs-line); color: var(--frs-cream); background: transparent;
}
.frs-btn:hover { opacity: .85; transform: translateY(-1px); }

/* ── Badges ─────────────────────────────────────────────────── */
.frs-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: .8px;
  text-transform: uppercase; padding: 2px 9px; border-radius: 20px; flex-shrink: 0; float: right;
}
.frs-badge--green  { background: var(--frs-green-dim); color: var(--frs-green); border: 1px solid rgba(46,204,138,.3); float: right; }
.frs-badge--red    { background: var(--frs-red-dim);   color: var(--frs-red);   border: 1px solid rgba(232,85,85,.3); float: right; }
.frs-badge--brand   { background: var(--frs-brand-dim);  color: var(--frs-brand-light);border: 1px solid rgba(232,184,75,.3); }
.frs-badge--silver { background: var(--frs-ink-4);     color: var(--frs-silver);border: 1px solid var(--frs-line); }

/* ── Callout ────────────────────────────────────────────────── */
.frs-callout {
  border-radius: var(--frs-r); padding: 16px 20px; margin: 20px 0;
  font-size: 14px; line-height: 1.7; display: flex; gap: 12px; align-items: flex-start;
}
.frs-callout__icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.frs-callout__body { flex: 1; }
.frs-callout__body strong { display: block; margin-bottom: 4px; font-size: 13px; }
.frs-callout--info  { background: var(--frs-blue-dim);  border: 1px solid rgba(74,144,217,.2);  color: var(--frs-cream); }
.frs-callout--info  .frs-callout__body strong { color: var(--frs-blue); }
.frs-callout--warn  { background: var(--frs-brand-light-dim); border: 1px solid rgba(232,184,75,.2);  color: var(--frs-cream); }
.frs-callout--warn  .frs-callout__body strong { color: var(--frs-brand-light); }
.frs-callout--tip   { background: var(--frs-green-dim); border: 1px solid rgba(46,204,138,.2);  color: var(--frs-cream); }
.frs-callout--tip   .frs-callout__body strong { color: var(--frs-green); }

/* ── Tables ─────────────────────────────────────────────────── */
.frs-table-wrap { overflow-x: auto; border-radius: var(--frs-r); border: 1px solid var(--frs-line); margin: 20px 0; }
.frs-table { width: 100%; border-collapse: collapse; background: var(--frs-ink-3); min-width: 360px; }
.frs-table th {
  background: var(--frs-ink-4); padding: 12px 18px; text-align: left;
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--frs-silver); border-bottom: 2px solid var(--frs-line);
}
.frs-table th.frs-th--highlight { color: var(--frs-brand); background: rgba(232,184,75,.05); }
.frs-table td {
  padding: 11px 18px; border-bottom: 1px solid var(--frs-line-soft);
  font-size: 13.5px; color: var(--frs-cream); vertical-align: middle;
}
.frs-table td.frs-td--highlight { background: rgba(232,184,75,.04); color: var(--frs-brand-light); font-weight: 700; }
.frs-table tr:last-child td { border-bottom: none; }
.frs-table tr:hover td { background: rgba(255,255,255,.015); }
.frs-table td:first-child { color: var(--frs-silver); font-size: 13px; }
.frs-cell-yes { color: var(--frs-green) !important; font-weight: 700; }
.frs-cell-no  { color: var(--frs-red)   !important; }
.frs-row--unavailable { opacity: .45; }
.frs-method-icon { margin-right: 6px; }
.frs-tooltip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 14px; height: 14px; border-radius: 50%; background: var(--frs-silver);
  color: var(--frs-ink); font-size: 10px; margin-left: 5px; cursor: help;
  vertical-align: middle; flex-shrink: 0;
}


/* ══════════════════════════════════════════════════════════════
   TABLE OF CONTENTS — Inline collapsible  [frs_toc]
══════════════════════════════════════════════════════════════ */
.frs-toc {
  background: var(--frs-ink-3);
  border: 1px solid var(--frs-line);
  border-radius: var(--frs-r);
  margin-bottom: 22px;
  overflow: hidden;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Toggle button — always-visible header */
.frs-toc-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  padding: 14px 18px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}
.frs-toc-toggle:hover { background: rgba(255,255,255,0.03); }

.frs-toc-toggle-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--frs-white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex: 1;
  text-align: left;
}

.frs-toc-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--frs-brand);
}

.frs-toc-count {
  font-size: 11px;
  color: var(--frs-silver);
  font-weight: 500;
  white-space: nowrap;
}

.frs-toc-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--frs-silver);
  transition: transform 0.25s ease;
}
.frs-toc-toggle[aria-expanded="true"] .frs-toc-chevron {
  transform: rotate(180deg);
}
.frs-toc-toggle[aria-expanded="true"] .frs-toc-toggle-left {
  color: var(--frs-brand-light);
}

/* Collapsible list area */
.frs-toc-list {
  border-top: 1px solid var(--frs-line);
  padding: 14px 18px 16px;
}
.frs-toc-list[hidden] { display: none; }

/* Main ordered list */
.frs-toc-ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: frs-toc-counter;
}

.frs-toc-li {
  counter-increment: frs-toc-counter;
  padding: 3px 0;
}

.frs-toc-a {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-size: 13.5px;
  color: var(--frs-cream);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.15s;
  padding: 2px 0;
}
.frs-toc-a::before {
  content: counter(frs-toc-counter) ".";
  font-size: 11px;
  font-weight: 700;
  color: var(--frs-brand);
  min-width: 18px;
  flex-shrink: 0;
}
.frs-toc-a:hover { color: var(--frs-brand-light); }
.frs-toc-a.frs-toc-active { color: var(--frs-brand-light); font-weight: 600; }

/* FAQ parent item */
.frs-toc-li--has-sub > .frs-toc-a {
  font-weight: 600;
  color: var(--frs-white);
}

/* FAQ sub-list */
.frs-toc-sub {
  list-style: none;
  margin: 4px 0 4px 26px;
  padding: 0;
  border-left: 2px solid var(--frs-line);
  padding-left: 12px;
}

.frs-toc-sub-li { padding: 2px 0; }

.frs-toc-sub-a {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12.5px;
  color: var(--frs-silver);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.15s;
  padding: 1px 0;
}
.frs-toc-sub-a::before {
  content: '—';
  font-size: 10px;
  color: var(--frs-line);
  flex-shrink: 0;
}
.frs-toc-sub-a:hover { color: var(--frs-brand-light); }
.frs-toc-sub-a.frs-toc-active { color: var(--frs-brand); }

/* Active highlight */
.frs-toc-a.frs-toc-active::before { color: var(--frs-brand-light); }

@media (max-width: 640px) {
  .frs-toc-toggle { padding: 12px 14px; }
  .frs-toc-list   { padding: 12px 14px 14px; }
  .frs-toc-sub    { margin-left: 18px; }
}


/* ══════════════════════════════════════════════════════════════
   REGULATION
══════════════════════════════════════════════════════════════ */
.frs-meta-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 20px; }
.frs-meta-pill {
  display: flex; align-items: center; gap: 7px;
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: 20px; padding: 5px 13px;
  font-size: 12px; color: var(--frs-silver); font-weight: 500;
}
.frs-meta-pill--green { border-color: rgba(46,204,138,.3); color: var(--frs-green); background: var(--frs-green-dim); }
.frs-meta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--frs-green); flex-shrink: 0; }

.frs-reg-badges { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.frs-reg-badge {
  display: flex; align-items: center; gap: 14px;
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); padding: 14px 18px; transition: border-color .2s;
}
.frs-reg-badge:hover { border-color: rgba(232,184,75,.3); }
.frs-reg-badge__flag    { font-size: 26px; flex-shrink: 0; width: 40px; text-align: center; }
.frs-reg-badge__info    { flex: 1; }
.frs-reg-badge__name    { font-size: 14px; font-weight: 700; color: var(--frs-white); margin-bottom: 2px; }
.frs-reg-badge__license { font-size: 11px; color: var(--frs-silver); margin-bottom: 2px; }
.frs-reg-badge__note    { font-size: 12px; color: var(--frs-cream); }

.frs-checklist { display: flex; flex-direction: column; border: 1px solid var(--frs-line); border-radius: var(--frs-r); overflow: hidden; margin: 16px 0; }
.frs-checklist__item {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 18px; background: var(--frs-ink-3);
  border-bottom: 1px solid var(--frs-line-soft); font-size: 13.5px; color: var(--frs-cream);
}
.frs-checklist__item:last-child { border-bottom: none; }
.frs-checklist__icon {
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.frs-checklist__icon--pass { background: var(--frs-green-dim); color: var(--frs-green); border: 1px solid rgba(46,204,138,.3); }
.frs-checklist__icon--fail { background: var(--frs-red-dim);   color: var(--frs-red);   border: 1px solid rgba(232,85,85,.3); }


/* ══════════════════════════════════════════════════════════════
   FEES & SPREADS
══════════════════════════════════════════════════════════════ */
.frs-fee-pills {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0;
}
.frs-fee-pill {
  display: flex; align-items: center; gap: 12px;
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); padding: 14px 18px; flex: 1; min-width: 150px;
  transition: border-color .2s;
}
.frs-fee-pill:hover { border-color: rgba(232,184,75,.3); }
.frs-fee-pill__icon  { font-size: 24px; flex-shrink: 0; }
.frs-fee-pill__label { font-size: 11px; text-transform: uppercase; letter-spacing: .8px; color: var(--frs-silver); }
.frs-fee-pill__value { font-size: 16px; font-weight: 700; color: var(--frs-brand-light); }


/* ══════════════════════════════════════════════════════════════
   ACCOUNT TYPES
══════════════════════════════════════════════════════════════ */
.frs-acc-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px; margin: 20px 0;
}
.frs-acc-card {
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); overflow: hidden;
  transition: border-color .2s, transform .2s;
  position: relative; display: flex; flex-direction: column;
  border-top: 3px solid var(--acc-accent, var(--frs-line));
}
.frs-acc-card:hover { border-color: var(--acc-accent, var(--frs-brand)); transform: translateY(-2px); }
.frs-acc-card--featured {
  border-color: rgba(232,184,75,.4);
  box-shadow: 0 0 0 1px rgba(232,184,75,.15);
}
.frs-acc-card__badge {
  background: linear-gradient(135deg, var(--frs-brand-dim), rgba(232,184,75,.05));
  color: var(--frs-brand); font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; padding: 5px 12px; text-align: center;
  border-bottom: 1px solid rgba(232,184,75,.2);
}
.frs-acc-card__header {
  background: var(--frs-ink-4); border-bottom: 1px solid var(--frs-line);
  padding: 18px 20px;
}
.frs-acc-card__tag  { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--frs-brand); margin-bottom: 6px; }
.frs-acc-card__name { font-size: 20px; font-weight: 700; color: var(--frs-white); }

.frs-acc-card__specs { padding: 14px 20px; flex: 1; display: flex; flex-direction: column; }
.frs-acc-card__spec-row {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 12.5px; padding: 8px 0;
  border-bottom: 1px solid var(--frs-line-soft);
}
.frs-acc-card__spec-row:last-child { border-bottom: none; }
.frs-acc-card__spec-row--bold .frs-acc-card__spec-value { color: var(--frs-brand-light); font-weight: 700; }
.frs-acc-card__spec-label { color: var(--frs-silver); }
.frs-acc-card__spec-value { color: var(--frs-white); font-weight: 600; text-align: right; }

.frs-acc-card__highlights {
  list-style: none; margin: 8px 20px 12px; padding: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.frs-acc-card__highlights li { font-size: 12px; color: var(--frs-green); padding-left: 18px; position: relative; }
.frs-acc-card__highlights li::before { content: '✓'; position: absolute; left: 0; font-weight: 700; }

.frs-acc-card__cta {
  margin: auto 20px 20px; padding: 10px; border-radius: var(--frs-r-sm);
  font-size: 13px; font-weight: 700; text-align: center;
  display: block; text-decoration: none; transition: opacity .2s;
}
.frs-acc-card__cta:hover { opacity: .85; }


/* ══════════════════════════════════════════════════════════════
   PLATFORMS
══════════════════════════════════════════════════════════════ */
.frs-platform-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px; margin: 20px 0;
}
.frs-platform-card {
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); overflow: hidden;
  transition: border-color .2s, transform .2s;
  display: flex; flex-direction: column; position: relative;
}
.frs-platform-card:hover { border-color: rgba(232,184,75,.3); transform: translateY(-2px); }
.frs-platform-card--featured { border-color: rgba(232,184,75,.4); }
.frs-platform-card__badge {
  background: var(--frs-brand-dim); color: var(--frs-brand);
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  text-align: center; padding: 5px; border-bottom: 1px solid rgba(232,184,75,.2);
}
.frs-platform-card__icon { font-size: 32px; padding: 24px 24px 0; }
.frs-platform-card__name { font-size: 17px; font-weight: 700; color: var(--frs-white); padding: 10px 24px 4px; }
.frs-platform-card__desc { font-size: 13px; color: var(--frs-silver); line-height: 1.6; padding: 0 24px 14px; flex: 1; }
.frs-platform-card__tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 24px 14px; }
.frs-ptag {
  font-size: 11px; background: var(--frs-ink-4); border: 1px solid var(--frs-line);
  color: var(--frs-silver); padding: 2px 9px; border-radius: 20px;
}
.frs-platform-card__specs {
  border-top: 1px solid var(--frs-line); display: flex; flex-direction: column;
}
.frs-platform-card__spec-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 24px; font-size: 12.5px;
  border-bottom: 1px solid var(--frs-line-soft);
}
.frs-platform-card__spec-row:last-child { border-bottom: none; }
.frs-platform-card__spec-label { color: var(--frs-silver); }
.frs-platform-card__spec-value { color: var(--frs-white); font-weight: 600; }
.frs-st--yes     { color: var(--frs-green) !important; }
.frs-st--no      { color: var(--frs-red)   !important; }
.frs-st--partial { color: var(--frs-brand-light) !important; }
.frs-platform-card__link {
  display: block; margin: 14px 24px 20px; text-align: center;
  padding: 9px; border: 1px solid var(--frs-line); border-radius: var(--frs-r-sm);
  font-size: 12px; font-weight: 600; color: var(--frs-brand); transition: all .2s; text-decoration: none;
}
.frs-platform-card__link:hover { border-color: var(--frs-brand); background: var(--frs-brand-dim); }


/* ══════════════════════════════════════════════════════════════
   DEPOSITS & WITHDRAWALS
══════════════════════════════════════════════════════════════ */
.frs-fund-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px; margin: 20px 0;
}
.frs-fund-stat {
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); padding: 16px; text-align: center; transition: border-color .2s;
}
.frs-fund-stat:hover { border-color: rgba(232,184,75,.3); }
.frs-fund-stat__icon  { font-size: 22px; margin-bottom: 8px; }
.frs-fund-stat__label { font-size: 11px; text-transform: uppercase; letter-spacing: .8px; color: var(--frs-silver); margin-bottom: 4px; }
.frs-fund-stat__value { font-size: 15px; font-weight: 700; color: var(--frs-brand-light); }


/* ══════════════════════════════════════════════════════════════
   EDUCATION & RESEARCH
══════════════════════════════════════════════════════════════ */
.frs-edu-grid {
  display: flex; flex-direction: column;
  border: 1px solid var(--frs-line); border-radius: var(--frs-r); overflow: hidden; margin-bottom: 20px;
}
.frs-edu-card {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 18px; background: var(--frs-ink-3);
  border-bottom: 1px solid var(--frs-line-soft); transition: background .2s;
}
.frs-edu-card:last-child { border-bottom: none; }
.frs-edu-card:hover { background: rgba(255,255,255,.015); }
.frs-edu-card--unavail { opacity: .45; }
.frs-edu-card__icon  { font-size: 20px; flex-shrink: 0; width: 28px; text-align: center; }
.frs-edu-card__body  { flex: 1; }
.frs-edu-card__title { font-size: 13.5px; font-weight: 600; color: var(--frs-white); }
.frs-edu-card__desc  { font-size: 12px; color: var(--frs-silver); margin-top: 2px; }

.frs-edu-verdict {
  display: flex; align-items: center; gap: 18px;
  background: linear-gradient(135deg, rgba(232,184,75,.06), rgba(232,184,75,.02));
  border: 1px solid rgba(232,184,75,.2); border-left: 4px solid var(--frs-brand);
  border-radius: var(--frs-r); padding: 20px 24px; margin-top: 20px;
}
.frs-edu-verdict__score {
  font-size: 48px; font-weight: 700; color: var(--frs-brand); line-height: 1; flex-shrink: 0;
}
.frs-edu-verdict p { font-size: 14px; color: var(--frs-cream); line-height: 1.7; margin: 0; }


/* ══════════════════════════════════════════════════════════════
   FAQ (removed — styles now in WP FAQ Block plugin: wpfaq.css)
   Sticky TOC — applied via .frs-toc--sticky (added by shortcode)
══════════════════════════════════════════════════════════════ */
/* position:sticky is set inline by the shortcode; this class can
   be targeted for any additional sidebar/column adjustments. */
.frs-toc--sticky { z-index: 10; }


/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
  .frs-acc-cards      { grid-template-columns: 1fr; }
  .frs-platform-cards { grid-template-columns: 1fr; }
  .frs-fund-stats     { grid-template-columns: repeat(2, 1fr); }
  .frs-fee-pills      { flex-direction: column; }
  .frs-edu-verdict    { flex-direction: column; }
  .frs-edu-verdict__score { font-size: 36px; }
  .frs-faq-q          { font-size: 14px; }
}


/* ══════════════════════════════════════════════════════════════
   EDITOR'S VERDICT
══════════════════════════════════════════════════════════════ */
.frs-verdict {
  margin-bottom: 32px;
}
.frs-verdict__inner {
  position: relative;
  background: linear-gradient(135deg, rgba(232,184,75,.08) 0%, rgba(232,184,75,.03) 60%, transparent 100%);
  border: 1px solid rgba(232,184,75,.3);
  border-left: 4px solid var(--frs-brand);
  border-radius: var(--frs-r);
  padding: 28px 32px 28px 32px;
  overflow: hidden;
}
.frs-verdict__inner::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at top right, rgba(232,184,75,.08), transparent 70%);
  pointer-events: none;
}
.frs-verdict__label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--frs-brand);
  margin-bottom: 14px;
  background: rgba(232,184,75,.1);
  border: 1px solid rgba(232,184,75,.25);
  padding: 4px 12px; border-radius: 20px;
}
.frs-verdict__label-icon { font-size: 12px; }
.frs-verdict__score {
  position: absolute; top: 20px; right: 24px;
  font-size: 13px; font-weight: 700; color: var(--frs-brand);
  background: var(--frs-brand-dim);
  border: 1px solid rgba(232,184,75,.3);
  padding: 4px 12px; border-radius: 20px;
}
.frs-verdict__title {
  font-size: clamp(20px, 2.5vw, 28px); font-weight: 700;
  color: var(--frs-white); line-height: 1.3; margin-bottom: 16px;
}
.frs-verdict__body {
  font-size: 15px; color: var(--frs-cream); line-height: 1.85;
}
.frs-verdict__body p { margin: 0 0 12px; }
.frs-verdict__body p:last-child { margin-bottom: 0; }
.frs-verdict__body strong { color: var(--frs-white); }
.frs-verdict__body a { color: var(--frs-brand); text-decoration: none; }
.frs-verdict__body a:hover { color: var(--frs-brand-light); }


/* ══════════════════════════════════════════════════════════════
   PROS & CONS
══════════════════════════════════════════════════════════════ */
.frs-pros-cons { margin-bottom: 32px; }
.frs-pc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.frs-pc-card {
  background: var(--frs-ink-3);
  border-radius: var(--frs-r);
  overflow: hidden;
  border: 1px solid var(--frs-line);
}
.frs-pc-card--pros { border-top: 3px solid var(--frs-green); }
.frs-pc-card--cons { border-top: 3px solid var(--frs-red); }

.frs-pc-card__header {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  background: var(--frs-ink-4);
  border-bottom: 1px solid var(--frs-line);
}
.frs-pc-card__icon { font-size: 14px; }
.frs-pc-card__label {
  font-size: 11px; font-weight: 800; letter-spacing: 1.5px;
}
.frs-pc-card--pros .frs-pc-card__label { color: var(--frs-green); }
.frs-pc-card--cons .frs-pc-card__label { color: var(--frs-red); }

.frs-pc-list {
  list-style: none; margin: 0; padding: 14px 18px;
  display: flex; flex-direction: column; gap: 0;
}
.frs-pc-list__item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; color: var(--frs-cream); line-height: 1.55;
  padding: 8px 0;
  border-bottom: 1px solid var(--frs-line-soft);
}
.frs-pc-list__item:last-child { border-bottom: none; }
.frs-pc-list__icon {
  flex-shrink: 0; margin-top: 1px;
  font-size: 12px; font-weight: 700; width: 18px; text-align: center;
}
.frs-pc-list--pros .frs-pc-list__icon { color: var(--frs-green); }
.frs-pc-list--cons .frs-pc-list__icon { color: var(--frs-red); }

@media (max-width: 640px) {
  .frs-pc-grid { grid-template-columns: 1fr; }
}


/* ══════════════════════════════════════════════════════════════
   BROKER — AT A GLANCE
══════════════════════════════════════════════════════════════ */
.frs-at-glance { margin-bottom: 40px; }

.frs-glance__header {
  display: flex; align-items: center; gap: 8px;
  background: var(--frs-ink-4);
  border: 1px solid var(--frs-line);
  border-bottom: none;
  border-radius: var(--frs-r) var(--frs-r) 0 0;
  padding: 12px 20px;
}
.frs-glance__header-icon {
  color: var(--frs-brand); font-size: 14px;
}
.frs-glance__header-text {
  font-size: 10px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--frs-brand);
}

.frs-glance__table-wrap {
  border: 1px solid var(--frs-line);
  border-radius: 0 0 var(--frs-r) var(--frs-r);
  overflow: hidden;
}
.frs-glance__table {
  width: 100%; border-collapse: collapse;
  background: var(--frs-ink-3);
}
.frs-glance__row {
  border-bottom: 1px solid var(--frs-line-soft);
  transition: background .15s;
}
.frs-glance__row:last-child { border-bottom: none; }
.frs-glance__row:hover { background: rgba(255,255,255,.015); }

.frs-glance__label {
  padding: 12px 20px; width: 38%;
  font-size: 13px; color: var(--frs-silver);
  font-weight: 500; vertical-align: middle;
  border-right: 1px solid var(--frs-line-soft);
}
.frs-glance__value {
  padding: 12px 20px;
  font-size: 14px; font-weight: 600; color: var(--frs-white);
  vertical-align: middle;
}
.frs-glance__val-icon { margin-right: 6px; }
.frs-glance__link {
  color: var(--frs-brand); text-decoration: none;
  display: inline-flex; align-items: center; gap: 4px;
  transition: color .2s;
}
.frs-glance__link:hover { color: var(--frs-brand-light); }
.frs-glance__link-arrow { font-size: 11px; }

.frs-glance__cta {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; margin-top: 20px; text-align: center;
}
.frs-glance__cta-btn {
  min-width: 200px; padding: 14px 32px;
  font-size: 15px; letter-spacing: .3px;
}
.frs-glance__cta-note {
  font-size: 11px; color: var(--frs-silver);
  margin: 0; line-height: 1.5;
}

@media (max-width: 640px) {
  .frs-glance__label { width: 45%; font-size: 12px; padding: 10px 14px; }
  .frs-glance__value { font-size: 13px; padding: 10px 14px; }
}


/* ══════════════════════════════════════════════════════════════
   STARS (shared)
══════════════════════════════════════════════════════════════ */
.frs-stars {
  display: inline-flex; gap: 3px; align-items: center;
}
.frs-stars .frs-star,
.frs-stars button.frs-star {
  color: var(--frs-brand); width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: none; padding: 0; cursor: default;
  transition: transform .15s, color .15s;
}
.frs-stars--interactive button.frs-star {
  cursor: pointer; width: 28px; height: 28px;
}
.frs-stars--interactive button.frs-star:hover,
.frs-stars--interactive button.frs-star.frs-star--hover {
  transform: scale(1.25); color: var(--frs-brand-light);
}
.frs-stars--interactive button.frs-star.frs-star--selected {
  color: var(--frs-brand-light);
}
.frs-star--empty { color: rgba(232,184,75,.25); }
.frs-star svg { width: 100%; height: 100%; display: block; }


/* ══════════════════════════════════════════════════════════════
   SCORE BREAKDOWN
══════════════════════════════════════════════════════════════ */
.frs-sb-list { display: flex; flex-direction: column; gap: 20px; margin-top: 8px; }

.frs-sb-item__header {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 8px;
}
.frs-sb-item__name  { font-size: 15px; font-weight: 700; color: var(--frs-white); }
.frs-sb-item__score { font-size: 18px; font-weight: 800; color: var(--frs-brand-light); }

.frs-sb-item__bar-wrap { margin-bottom: 6px; }
.frs-sb-item__bar {
  height: 6px; background: var(--frs-line);
  border-radius: 3px; overflow: hidden;
}
.frs-sb-item__fill {
  height: 100%;
  background: var(--sb-color, linear-gradient(90deg, var(--frs-brand), var(--frs-brand-light)));
  border-radius: 3px;
  transition: width .8s cubic-bezier(.22,1,.36,1);
}
.frs-sb-item__note {
  font-size: 12px; color: var(--frs-silver); line-height: 1.5;
}


/* ══════════════════════════════════════════════════════════════
   SIDEBAR CARD
══════════════════════════════════════════════════════════════ */
.frs-sidebar-card {
  background: var(--frs-ink-3);
  border: 1px solid var(--frs-line);
  border-radius: var(--frs-r);
  overflow: hidden;
  display: flex; flex-direction: column; gap: 0;
}

.frs-sidebar-card__broker {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, var(--frs-ink-4) 0%, rgba(232,184,75,.07) 100%);
  border-bottom: 1px solid var(--frs-line);
  position: relative;
}
.frs-sidebar-card__logo {
  width: 44px; height: 44px; border-radius: 8px; object-fit: contain;
  background: #252b40; padding: 1px; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.frs-sidebar-card__logo-placeholder {
  width: 44px; height: 44px; border-radius: 8px; background: var(--frs-brand-dim);
  border: 1px solid rgba(232,184,75,.3); display: flex; align-items: center;
  justify-content: center; font-size: 15px; font-weight: 800; color: var(--frs-brand);
  flex-shrink: 0;
}
.frs-sidebar-card__broker-info { flex: 1; min-width: 0; }
.frs-sidebar-card__name { font-size: 14px; font-weight: 700; color: var(--frs-white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.frs-sidebar-card__tag  { font-size: 10px; color: var(--frs-silver); margin-top: 2px; }

.frs-sidebar-card__score {
  display: flex; flex-direction: column; align-items: center;
  padding: 18px 18px 10px; gap: 5px;
  border-bottom: 1px solid var(--frs-line);
  background: radial-gradient(ellipse at 50% 0%, rgba(232,184,75,.06) 0%, transparent 70%);
}
.frs-sidebar-card__score-num {
  font-size: 48px; font-weight: 800; color: var(--frs-brand); line-height: 1;
  letter-spacing: -2px;
}
.frs-sidebar-card__score-label-text {
  font-size: 10px; color: var(--frs-silver); text-transform: uppercase; letter-spacing: .8px; margin-top: 2px;
}

.frs-sidebar-card__scores {
  display: flex; flex-direction: column;
  border-bottom: 1px solid var(--frs-line);
  padding: 12px 16px; gap: 9px;
}
.frs-sidebar-card__score-row {
  display: flex; align-items: center; gap: 8px; font-size: 11px;
}
.frs-sidebar-card__score-label { color: var(--frs-silver); flex: 1; min-width: 60px; }
.frs-sidebar-card__score-bar {
  flex: 2; height: 4px; background: var(--frs-line); border-radius: 2px; overflow: hidden; max-width: 180px;
}
.frs-sidebar-card__score-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--frs-brand), var(--frs-brand-light));
  border-radius: 2px; transition: width .8s cubic-bezier(.22,1,.36,1);
}
.frs-sidebar-card__score-val { color: var(--frs-brand-light); font-weight: 700; width: 26px; text-align: right; }

.frs-sidebar-card__cta1,
.frs-sidebar-card__cta2 {
  margin: 0 14px; display: block; text-align: center;
}
.frs-sidebar-card__cta1 { margin-top: 14px; }
.frs-sidebar-card__cta2 { margin-top: 8px; margin-bottom: 4px; }
.frs-sidebar-card__risk {
  font-size: 10px; color: var(--frs-silver); text-align: center; line-height: 1.5;
  padding: 8px 16px 16px; margin: 0;
}


/* ══════════════════════════════════════════════════════════════
   SIDEBAR RATING WIDGET
══════════════════════════════════════════════════════════════ */
.frs-sidebar-rating {
  padding: 14px 16px;
  border-top: 1px solid var(--frs-line);
  border-bottom: 1px solid var(--frs-line);
  display: flex; flex-direction: column; gap: 8px;
}
.frs-sidebar-rating__prompt {
  font-size: 12px; font-weight: 600; color: var(--frs-cream); text-align: center;
}
.frs-sidebar-rating__interactive {
  display: flex; justify-content: center;
}
.frs-sidebar-rating__interactive .frs-stars--interactive button.frs-star {
  width: 38px; height: 38px; cursor: pointer; transition: transform .12s;
}
.frs-sidebar-rating__interactive .frs-stars--interactive button.frs-star:hover {
  transform: scale(1.15);
}
.frs-sidebar-rating__interactive .frs-stars--interactive button.frs-star:disabled {
  cursor: default; opacity: .6; transform: none;
}
.frs-sidebar-rating__msg {
  font-size: 11px; text-align: center; color: var(--frs-silver); min-height: 14px;
}
.frs-sidebar-rating__voted {
  font-size: 12px; text-align: center; color: var(--frs-green);
  background: var(--frs-green-dim); border: 1px solid rgba(46,204,138,.2);
  border-radius: var(--frs-r-sm); padding: 8px;
}


/* ══════════════════════════════════════════════════════════════
   USER REVIEWS
══════════════════════════════════════════════════════════════ */
.frs-ur-overview {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 24px; align-items: start;
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); padding: 24px; margin-bottom: 24px;
}
.frs-ur-overview__left { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.frs-ur-overview__score {
  font-size: 52px; font-weight: 800; color: var(--frs-brand); line-height: 1;
}
.frs-ur-overview__count { font-size: 11px; color: var(--frs-silver); text-align: center; margin-top: 4px; }

.frs-ur-dist-row {
  display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 12px;
}
.frs-ur-dist-star { color: var(--frs-brand); white-space: nowrap; width: 46px; }
.frs-ur-dist-bar-wrap {
  flex: 1; height: 6px; background: var(--frs-line); border-radius: 3px; overflow: hidden; margin-left: 35px;
}
.frs-ur-dist-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--frs-brand), var(--frs-brand-light));
  border-radius: 3px; transition: width .8s cubic-bezier(.22,1,.36,1);
}
.frs-ur-dist-count { color: var(--frs-silver); width: 28px; text-align: right; }

.frs-ur-overview__actions {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.frs-ur-leave-btn {
  background: var(--frs-ink-4); border: 1px solid var(--frs-line);
  color: var(--frs-white); font-size: 13px; font-weight: 700;
  padding: 10px 16px; border-radius: var(--frs-r-sm); text-decoration: none;
  display: block; text-align: center; transition: all .2s; white-space: nowrap;
}
.frs-ur-leave-btn:hover { border-color: var(--frs-brand); color: var(--frs-brand); }
.frs-ur-leave-note { font-size: 11px; color: var(--frs-silver); text-align: center; margin: 0; }

/* Review Cards */
.frs-ur-cards { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.frs-ur-card {
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); padding: 20px 24px;
  transition: border-color .2s;
}
.frs-ur-card:hover { border-color: rgba(232,184,75,.2); }

.frs-ur-card__header {
  display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px;
}
.frs-ur-card__avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.frs-ur-card__meta { flex: 1; }
.frs-ur-card__name { font-size: 14px; font-weight: 700; color: var(--frs-white); }
.frs-ur-card__acct { font-size: 11px; color: var(--frs-silver); margin-top: 2px; }
.frs-ur-card__stars { margin-left: auto; flex-shrink: 0; }
.frs-ur-card__stars .frs-star { width: 15px; height: 15px; }

.frs-ur-card__body {
  font-size: 14px; color: var(--frs-cream); line-height: 1.75; margin-bottom: 14px;
}
.frs-ur-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; color: var(--frs-silver);
}
.frs-ur-card__verified { color: var(--frs-green); }

/* Comment Form Override */
.frs-ur-form-wrap {
  background: var(--frs-ink-3); border: 1px solid var(--frs-line);
  border-radius: var(--frs-r); padding: 24px; margin-bottom: 32px;
}
.frs-ur-form-title {
  font-size: 18px; font-weight: 700; color: var(--frs-white);
}
.frs-ur-form-header { margin-bottom: 20px; }

/* Comment Rating Field */
.frs-comment-rating-wrap {
  margin-bottom: 16px;
}
.frs-comment-rating-label {
  display: block; font-size: 13px; font-weight: 600;
  color: var(--frs-cream); margin-bottom: 8px;
}
.frs-required { color: var(--frs-red); margin-left: 2px; }
.frs-comment-rating-stars { margin-bottom: 4px; }
.frs-comment-rating-hint { font-size: 11px; color: var(--frs-silver); }

/* Comment form fields (basic override) */
.frs-ur-form-wrap #commentform input[type="text"],
.frs-ur-form-wrap #commentform input[type="email"],
.frs-ur-form-wrap #commentform input[type="url"],
.frs-ur-form-wrap #commentform textarea,
.frs-ur-form-wrap #commentform #frs-comment-account {
  background: var(--frs-ink-4); border: 1px solid var(--frs-line);
  color: var(--frs-white); border-radius: var(--frs-r-sm);
  padding: 10px 14px; width: 100%; font-size: 14px;
  font-family: inherit; transition: border-color .2s; box-sizing: border-box;
}
.frs-ur-form-wrap #commentform input:focus,
.frs-ur-form-wrap #commentform textarea:focus {
  outline: none; border-color: rgba(232,184,75,.4);
  box-shadow: 0 0 0 2px rgba(232,184,75,.08);
}
.frs-ur-form-wrap #commentform label { color: var(--frs-cream); font-size: 13px; }
.frs-ur-submit { margin-top: 12px; }
.frs-ur-textarea-wrap textarea { min-height: 110px; resize: vertical; }

@media (max-width: 768px) {
  .frs-ur-overview { grid-template-columns: 1fr; gap: 16px; }
  .frs-ur-overview__actions { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
}
