:root {
  --obs-black: #050607;
  --obs-ink: #111315;
  --obs-charcoal: #181a1d;
  --obs-line-dark: #2b2e32;
  --obs-gold: #d6ad55;
  --obs-gold-bright: #efc96f;
  --obs-gold-pale: #f2e4c3;
  --obs-paper: #f6f5f2;
  --obs-white: #ffffff;
  --obs-muted: #747980;
  --obs-green: #30a65a;
  --obs-yellow: #c88718;
  --obs-orange: #cf681e;
  --obs-red: #c23a34;
  --obs-radius: 12px;
  --obs-shadow: 0 18px 54px rgba(16, 18, 20, .09);
}

body.fx-page {
  background: var(--obs-paper);
  color: var(--obs-ink);
}

.ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  font-weight: 400;
}

.obs-shell {
  width: min(1380px, calc(100% - 48px));
  margin-inline: auto;
}

.fx-intel-bar {
  position: relative;
  z-index: 80;
  color: #d6d8da;
  background: #090a0c;
  border-bottom: 1px solid #1b1d20;
}

.fx-intel-bar__inner {
  width: min(1460px, calc(100% - 48px));
  height: 38px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size:14px;
  letter-spacing: .04em;
}

.fx-live-mark {
  color: var(--obs-gold-bright);
  font-weight: 750;
  letter-spacing: .12em;
}

.fx-live-mark span,
.obs-live-dot,
.obs-network__status i,
.obs-live-badge i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-inline-end: 7px;
  border-radius: 50%;
  background: var(--obs-green);
  box-shadow: 0 0 0 4px rgba(48, 166, 90, .1);
}

.fx-intel-name { color: #9da1a6; }

.fx-intel-links {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.fx-intel-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c9cbce;
  text-decoration: none;
}

.fx-intel-links a:hover { color: var(--obs-gold-bright); }

.hv-header {
  position: sticky;
  top: 0;
  z-index: 75;
  width: 100%;
  height: 72px;
  padding: 0 max(24px, calc((100vw - 1460px) / 2));
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  background: rgba(5, 6, 7, .98);
  border-bottom: 1px solid #1c1e21;
  box-shadow: none;
}

.hv-brand { display: block; width: 112px; }
.hv-brand-img { width: 112px; height: auto; display: block; }

.hv-h-nav {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
}

.hv-nav-item { position: relative; display: flex; align-items: stretch; }

.hv-nav-item > a {
  padding: 0 14px;
  display: flex;
  align-items: center;
  color: #b8bbc0;
  font-size:15px;
  font-weight: 650;
  letter-spacing: .01em;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.hv-nav-item:hover > a,
.hv-nav-item.on > a {
  color: #fff;
  background: transparent !important;
  border-bottom-color: var(--obs-gold);
}

.hv-nav-item.has-mega > a::after { content: none !important; }

.mega-menu {
  top: 68px;
  min-width: 630px;
  padding: 22px;
  color: var(--obs-ink);
  background: #fff;
  border: 1px solid #e1dfda;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.mega-col-title a { color: var(--obs-ink); }
.mega-link { color: #555b61; }
.mega-link:hover { color: #111; background: #f4f2ed; }

.hv-h-lang { position: relative; }

.hv-lang-trigger {
  min-width: 70px;
  height: 38px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #d8dadd;
  background: #101214;
  border: 1px solid #2d3034;
  border-radius: 7px;
  cursor: pointer;
}

.hv-lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 10;
  width: 218px;
  padding: 8px;
  display: none;
  background: #fff;
  border: 1px solid #dedbd4;
  border-radius: 9px;
  box-shadow: var(--obs-shadow);
}

.hv-h-lang:hover .hv-lang-menu,
.hv-h-lang:focus-within .hv-lang-menu { display: block; }

.hv-lang-menu a {
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3b3e43;
  font-size:15px;
  text-decoration: none;
  border-radius: 6px;
}

.hv-lang-menu a:hover,
.hv-lang-menu a.on { color: #111; background: #f3f1eb; }

.hv-lang-code {
  width: 32px;
  color: #a47b27;
  font: 700 11px/1 var(--mono, ui-monospace, monospace);
  letter-spacing: .06em;
}

.hv-h-cta { display: flex; align-items: center; gap: 8px; }

.hv-btn-ghost,
.hv-btn-solid {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size:14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 7px;
}

.hv-btn-ghost { color: #d3d5d8; border: 1px solid #303337; background: transparent; }
.hv-btn-ghost:hover { color: #fff; border-color: #555a60; }
.hv-btn-solid { color: #16130d; background: var(--obs-gold-bright); border: 1px solid var(--obs-gold-bright); }
.hv-h-burger { display: none; color: #fff; background: transparent; border: 0; }

.mobile-language-list { padding: 16px 18px; border-top: 1px solid #e7e4dd; }
.mobile-language-list__title { margin-bottom: 10px; display: flex; align-items: center; gap: 8px; color: #777b80; font-size:14px; font-weight: 700; }
.mobile-language-list__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.mobile-language-list__links a { padding: 9px 10px; color: #373b3f; background: #f7f6f2; border: 1px solid #e4e1da; border-radius: 5px; font-size:14px; text-decoration: none; }
.mobile-language-list__links a.on { color: #15110b; background: #edd292; border-color: #d7b665; }

.obs-home { overflow: hidden; }

.obs-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: var(--obs-black);
  border-bottom: 1px solid #25272a;
}

.obs-hero__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .92;
}

.obs-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .28);
}

.obs-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 650px;
  padding-block: 64px 54px;
  display: grid;
  grid-template-columns: minmax(480px, .95fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: 48px;
}

.obs-hero__copy { max-width: 650px; }

.obs-kicker,
.obs-section-kicker {
  display: block;
  color: var(--obs-gold-bright);
  font: 700 13px/1.45 var(--mono, ui-monospace, monospace);
  letter-spacing: .15em;
  text-transform: uppercase;
}

[dir="rtl"] .obs-kicker,
[dir="rtl"] .obs-section-kicker {
  letter-spacing: 0;
}

.obs-hero h1 {
  max-width: 620px;
  margin: 22px 0 16px;
  color: #f4ead4;
  font-size: clamp(44px, 4.1vw, 70px);
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.obs-hero__copy > p {
  max-width: 600px;
  margin: 0;
  color: #b8b9bb;
  font-size: 17px;
  line-height: 1.8;
}

.obs-search {
  width: 100%;
  height: 78px;
  margin-top: 34px;
  padding: 8px 8px 8px 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(18, 20, 22, .94);
  border: 1px solid var(--obs-gold);
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

.obs-search > .ic { color: #f5f6f7; }

.obs-search input {
  min-width: 0;
  flex: 1;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.obs-search input::placeholder { color: #7e8287; }

.obs-search button {
  height: 60px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #16130e;
  background: var(--obs-gold-bright);
  border: 0;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.obs-trust-row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.obs-trust-row a {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  color: #e1e2e3;
  text-decoration: none;
}

.obs-trust-row a > span { grid-row: 1 / 3; color: var(--obs-gold-pale); }
.obs-trust-row strong { overflow: hidden; font-size:16px; text-overflow: ellipsis; white-space: nowrap; }
.obs-trust-row small { overflow: hidden; color: #777c81; font-size:15px; text-overflow: ellipsis; white-space: nowrap; }

.obs-network { position: relative; min-height: 500px; }

.obs-network__head {
  position: absolute;
  top: 3px;
  left: 20%;
  right: 8%;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: #e5e6e8;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.obs-network__status,
.obs-live-badge { color: #65c684; font-size:14px; letter-spacing: .09em; }

.obs-reg-label {
  position: absolute;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #eee;
  background: rgba(11, 12, 14, .82);
  border: 1px solid rgba(239, 201, 111, .22);
  border-radius: 6px;
  font-size:14px;
  text-decoration: none;
}

.obs-reg-label:hover { color: var(--obs-gold-bright); border-color: var(--obs-gold); }
.obs-reg-label--nfa { top: 122px; left: 3%; }
.obs-reg-label--fca { top: 66px; left: 54%; }
.obs-reg-label--cysec { top: 158px; left: 50%; }
.obs-reg-label--mas { top: 196px; right: 1%; }
.obs-reg-label--asic { top: 298px; right: 3%; }

.obs-featured {
  position: absolute;
  left: 24%;
  right: 10%;
  bottom: 12px;
  min-height: 148px;
  padding: 20px;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: rgba(17, 19, 21, .94);
  border: 1px solid #4b4e52;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 24px 58px rgba(0,0,0,.34);
}

.obs-score-ring {
  width: 86px;
  height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 6px solid #64686d;
  border-radius: 50%;
}

.obs-score-ring--green { border-color: var(--obs-green); }
.obs-score-ring--yellow { border-color: var(--obs-yellow); }
.obs-score-ring--orange { border-color: var(--obs-orange); }
.obs-score-ring--red { border-color: var(--obs-red); }
.obs-score-ring strong { font-size: 28px; line-height: 1; }
.obs-score-ring span { margin-top: 4px; color: #85898e; font-size:14px; }

.obs-featured__body { min-width: 0; }
.obs-featured__name { display: flex; align-items: center; gap: 11px; }
.obs-featured__name img { width: 44px; height: 44px; padding: 5px; object-fit: contain; background: #fff; border-radius: 7px; }
.obs-featured__name div { display: flex; flex-direction: column; }
.obs-featured__name strong { font-size: 17px; }
.obs-featured__name span { color: #81858a; font-size:14px; }
.obs-featured__facts { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 12px; color: #afb2b6; font-size:15px; }
.obs-featured__facts span { display: inline-flex; align-items: center; gap: 5px; }
.obs-featured__facts .ic { color: var(--obs-green); }
.obs-featured__link { margin-top: 13px; padding-top: 11px; display: flex; justify-content: flex-end; align-items: center; gap: 7px; color: var(--obs-gold-bright); font-size:14px; border-top: 1px solid #34373a; }

.obs-logo-rail { background: #fff; border-bottom: 1px solid #e7e4dd; }
.obs-logo-rail > .obs-shell { min-height: 82px; display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 18px; }
.obs-logo-rail__label { color: #7c7f84; font: 700 10px/1 var(--mono, ui-monospace, monospace); letter-spacing: .12em; text-transform: uppercase; }
.obs-logo-rail__items { min-width: 0; display: grid; grid-template-columns: repeat(10, minmax(58px, 1fr)); gap: 8px; }
.obs-logo-rail__items a { height: 50px; padding: 8px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #ebe8e1; border-radius: 7px; }
.obs-logo-rail__items a:hover { border-color: #b9974f; }
.obs-logo-rail__items img { max-width: 100%; max-height: 34px; object-fit: contain; }

.obs-dashboard { padding: 62px 0; background: #fff; }
.obs-dashboard__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .88fr); gap: 54px; }
.obs-panel { min-width: 0; }
.obs-panel__head { min-height: 62px; padding-bottom: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-bottom: 1px solid #dcd9d2; }
.obs-panel__head h2,
.obs-section-head h2 { margin: 7px 0 0; color: #111315; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.obs-soft-pill { padding: 7px 10px; color: #7b7e83; background: #f0efec; border-radius: 999px; font-size:14px; white-space: nowrap; }
.obs-live-badge { align-self: center; }

.obs-broker-row {
  min-height: 66px;
  display: grid;
  grid-template-columns: 26px 44px minmax(120px, 1fr) 64px 106px 20px;
  align-items: center;
  gap: 10px;
  color: #17191c;
  text-decoration: none;
  border-bottom: 1px solid #efede8;
}

.obs-broker-row:hover { background: #faf9f6; }
.obs-rank { color: #a1a3a7; font: 600 10px/1 var(--mono, ui-monospace, monospace); }
.obs-broker-row > img { width: 42px; height: 42px; padding: 5px; object-fit: contain; background: #fff; border: 1px solid #e5e2dc; border-radius: 7px; }
.obs-broker-row__name { min-width: 0; display: flex; flex-direction: column; }
.obs-broker-row__name strong { overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.obs-broker-row__name small { margin-top: 3px; color: #8c8f93; font-size:15px; }
.obs-broker-row__score { display: flex; align-items: baseline; gap: 2px; }
.obs-broker-row__score strong { font-size: 18px; }
.obs-broker-row__score small { color: #9a9da1; font-size:15px; }
.obs-broker-row__status { font-size:15px; font-weight: 700; }

.obs-risk--green { color: var(--obs-green) !important; }
.obs-risk--yellow { color: var(--obs-yellow) !important; }
.obs-risk--orange { color: var(--obs-orange) !important; }
.obs-risk--red { color: var(--obs-red) !important; }
.obs-risk--gray { color: #777c82 !important; }

.obs-update { min-height: 82px; display: grid; grid-template-columns: 42px 42px minmax(0, 1fr) 18px; align-items: center; gap: 12px; color: #181a1d; text-decoration: none; border-bottom: 1px solid #efede8; }
.obs-update:hover { background: #faf9f6; }
.obs-update__icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--obs-green); background: #e9f6ed; border-radius: 50%; }
.obs-update__icon.is-danger { color: var(--obs-red); background: #faeceb; }
.obs-update time { color: #8b8e92; font: 600 10px/1 var(--mono, ui-monospace, monospace); }
.obs-update > span:nth-child(3) { min-width: 0; display: flex; flex-direction: column; }
.obs-update strong { overflow: hidden; font-size:16px; text-overflow: ellipsis; white-space: nowrap; }
.obs-update small { margin-top: 5px; overflow: hidden; color: #85898e; font-size:15px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }

.obs-text-link,
.obs-primary-link { display: inline-flex; align-items: center; gap: 8px; color: #1b1d20; font-size:16px; font-weight: 750; text-decoration: none; }
.obs-panel > .obs-text-link { margin-top: 18px; }
.obs-text-link:hover,
.obs-primary-link:hover { color: #a37721; }

.obs-stats { color: #f5f5f4; background: #101214; border-block: 1px solid #272a2d; }
.obs-stats__grid { min-height: 120px; display: grid; grid-template-columns: repeat(4, 1fr); }
.obs-stats__grid div { display: flex; flex-direction: column; justify-content: center; align-items: center; border-inline-end: 1px solid #2b2d31; }
.obs-stats__grid div:last-child { border-inline-end: 0; }
.obs-stats__grid strong { color: var(--obs-gold-pale); font-size: 27px; font-variant-numeric: tabular-nums; }
.obs-stats__grid span { margin-top: 7px; color: #82868b; font-size:14px; }

.obs-editorial { padding: 72px 0; background: var(--obs-paper); }
.obs-section-head { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.obs-story-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.obs-story { position: relative; min-height: 330px; overflow: hidden; color: #fff; background: #111315; border-radius: 10px; text-decoration: none; box-shadow: var(--obs-shadow); }
.obs-story img { width: 100%; height: 100%; display: block; object-fit: cover; opacity: .7; transition: transform .35s ease, opacity .35s ease; }
.obs-story:hover img { transform: scale(1.025); opacity: .82; }
.obs-story__content { position: absolute; left: 0; right: 0; bottom: 0; padding: 64px 22px 22px; display: flex; flex-direction: column; background: rgba(6, 7, 8, .8); }
.obs-story__content small { color: var(--obs-gold-bright); font: 700 10px/1 var(--mono, ui-monospace, monospace); letter-spacing: .12em; text-transform: uppercase; }
.obs-story__content strong { margin-top: 9px; font-size: 20px; line-height: 1.3; }
.obs-story__content span { margin-top: 8px; color: #b8bbc0; font-size:16px; line-height: 1.65; }

.obs-method { padding: 82px 0; background: #fff; border-top: 1px solid #e2dfd8; }
.obs-method__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.obs-method__copy h2 { margin: 12px 0; font-size: 34px; line-height: 1.16; letter-spacing: -.035em; }
.obs-method__copy p { color: #686d73; font-size: 17px; line-height: 1.8; }
.obs-primary-link { margin-top: 18px; padding: 12px 16px; color: #17191b; background: var(--obs-gold-bright); border-radius: 6px; }
.obs-method__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.obs-method__cards > div { min-height: 240px; padding: 20px; display: flex; flex-direction: column; background: #f7f6f2; border: 1px solid #e5e2da; border-radius: 8px; }
.obs-method__cards > div > span { margin-bottom: 32px; color: #a88b50; font: 700 11px/1 var(--mono, ui-monospace, monospace); }
.obs-method__cards .ic { margin-bottom: 14px; color: #a47b27; }
.obs-method__cards strong { font-size: 17px; }
.obs-method__cards p { margin: 9px 0 0; color: #74787d; font-size:16px; line-height: 1.7; }

/* Broker catalog */
.broker-catalog__intro { padding: 50px 0 36px; background: #fff; border-bottom: 1px solid #e2dfd8; }
.broker-catalog__intro-grid { margin-top: 10px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.broker-catalog__intro h1 { margin: 0; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.04em; }
.broker-catalog__intro p { max-width: 760px; margin: 13px 0 0; color: #686d73; font-size: 17px; line-height: 1.75; }
.broker-catalog__proofs { display: flex; gap: 8px; }
.broker-catalog__proofs > span { min-width: 112px; padding: 12px; display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 8px; color: #4e5358; background: #f6f5f1; border: 1px solid #e3e0d9; border-radius: 7px; }
.broker-catalog__proofs .ic { color: #ad8330; }
.broker-catalog__proofs strong { font-size:16px; line-height: 1.45; }
.catalog-search { max-width: 860px; height: 60px; margin-top: 28px; padding: 7px 7px 7px 18px; display: flex; align-items: center; gap: 10px; background: #f8f7f4; border: 1px solid #d7d3ca; border-radius: 8px; }
.catalog-search input { min-width: 0; flex: 1; background: transparent; border: 0; outline: 0; font-size: 16px; }
.catalog-search button { height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 8px; color: #17130c; background: var(--obs-gold-bright); border: 0; border-radius: 5px; font-weight: 800; }
.broker-catalog__body { padding: 42px 0 72px; }
.broker-catalog__layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 32px; align-items: start; }
.catalog-filters { position: sticky; top: 92px; padding: 20px; background: #fff; border: 1px solid #dedbd4; border-radius: 9px; }
.catalog-filters__title { padding-bottom: 15px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #ebe8e1; }
.catalog-filters fieldset { margin: 18px 0 0; padding: 0 0 16px; border: 0; border-bottom: 1px solid #ebe8e1; }
.catalog-filters legend { margin-bottom: 8px; color: #8a8d91; font: 700 10px/1.4 var(--mono, ui-monospace, monospace); letter-spacing: .11em; text-transform: uppercase; }
.catalog-filters label { padding: 7px 0; display: flex; align-items: center; gap: 8px; color: #555a60; font-size:16px; cursor: pointer; }
.catalog-filters label > span { min-width: 0; flex: 1; display: flex; align-items: center; gap: 7px; }
.catalog-filters input { accent-color: #b58933; }
.catalog-risk-label i { width: 7px; height: 7px; border-radius: 50%; background: #8b8f94; }
.catalog-risk-label--green i { background: var(--obs-green); }
.catalog-risk-label--yellow i { background: var(--obs-yellow); }
.catalog-risk-label--orange i { background: var(--obs-orange); }
.catalog-risk-label--red i { background: var(--obs-red); }
.catalog-countries { max-height: 300px; overflow-y: auto; }
.catalog-countries label b { width: 26px; color: #a37d31; font: 750 9px/1 var(--mono, ui-monospace, monospace); }
.catalog-countries label small { margin-inline-start: auto; color: #999ca0; }
.catalog-reset { margin-top: 14px; display: inline-flex; align-items: center; gap: 7px; color: #a17420; font-size:16px; text-decoration: none; }
.catalog-toolbar { min-height: 52px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #fff; border: 1px solid #dedbd4; border-radius: 8px; }
.catalog-toolbar > div { display: flex; gap: 6px; color: #81858a; font-size:16px; }
.catalog-toolbar > div strong { color: #17191c; }
.catalog-toolbar form { display: flex; align-items: center; gap: 8px; }
.catalog-toolbar label { color: #8a8e93; font-size:16px; }
.catalog-toolbar select { padding: 8px 30px 8px 11px; background: #f8f7f4; border: 1px solid #ddd9d1; border-radius: 5px; font-size:16px; }
.broker-card-list { margin-top: 14px; display: flex; flex-direction: column; gap: 12px; }
.broker-card { background: #fff; border: 1px solid #dedbd4; border-radius: 9px; box-shadow: 0 8px 28px rgba(20, 22, 24, .035); }
.broker-card:hover { border-color: #b9a77e; box-shadow: var(--obs-shadow); }
.broker-card__main { padding: 18px 20px; display: grid; grid-template-columns: 34px 72px minmax(150px, 1fr) 180px; align-items: center; gap: 14px; color: #17191c; text-decoration: none; }
.broker-card__rank { color: #a2a5a8; font: 700 10px/1 var(--mono, ui-monospace, monospace); }
.broker-card__logo { width: 70px; height: 70px; padding: 8px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #e4e1da; border-radius: 9px; }
.broker-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.broker-card__identity { min-width: 0; display: flex; flex-direction: column; }
.broker-card__identity strong { overflow: hidden; font-size: 20px; text-overflow: ellipsis; white-space: nowrap; }
.broker-card__identity small { margin-top: 7px; display: flex; align-items: center; gap: 7px; color: #7d8186; font-size:16px; }
.broker-card__identity b { color: #a27a2b; font: 750 9px/1 var(--mono, ui-monospace, monospace); }
.broker-card__score { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; }
.broker-card__score strong { font-size: 32px; line-height: 1; }
.broker-card__score small { margin-top: 5px; color: #85898e; font-size:15px; }
.broker-card__evidence { padding: 13px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; background: #f8f7f4; border-block: 1px solid #ebe8e1; }
.broker-card__evidence > span { position: relative; min-width: 0; display: grid; grid-template-columns: 26px 1fr; align-items: center; column-gap: 7px; }
.broker-card__evidence .ic { grid-row: 1 / 3; color: #9b7427; }
.broker-card__evidence b { font-size:16px; }
.broker-card__evidence small { overflow: hidden; color: #84888d; font-size:15px; text-overflow: ellipsis; white-space: nowrap; }
.broker-card__evidence .is-risk .ic { color: var(--obs-red); }
.broker-card__trace { position: absolute; left: 33px; right: 10px; bottom: -5px; height: 2px; overflow: hidden; background: #ddd9d0; }
.broker-card__trace u { height: 100%; display: block; background: var(--obs-green); }
.broker-card__actions { min-height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.broker-card__actions button,
.broker-card__actions a { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; color: #33373b; background: #fff; border: 1px solid #dedbd4; border-radius: 5px; font-size:16px; font-weight: 700; text-decoration: none; cursor: pointer; }
.broker-card__actions button.is-added { color: #195c38; background: #e8f5ed; border-color: #95c8aa; }
.broker-card__actions a { color: #16130d; background: #edd292; border-color: #d7b665; }
.catalog-empty { min-height: 220px; margin-top: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #777b80; background: #fff; border: 1px solid #dedbd4; border-radius: 9px; }
.catalog-pagination { margin-top: 28px; display: flex; justify-content: center; gap: 6px; }
.catalog-pagination a { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: #34383c; background: #fff; border: 1px solid #dcd8d0; border-radius: 5px; text-decoration: none; }
.catalog-pagination a.is-active { color: #fff; background: #17191b; border-color: #17191b; }

/* Broker detail */
.broker-profile-hero { position: relative; min-height: 440px; overflow: hidden; color: #fff; background: #090a0c; border-bottom: 1px solid #2b2d31; }
.broker-profile-hero__visual { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .38; }
.broker-profile-hero::after { content: ""; position: absolute; inset: 0; background: rgba(3, 4, 5, .38); }
.broker-profile-hero__inner { position: relative; z-index: 2; min-height: 440px; padding-block: 54px; display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: center; gap: 60px; }
.broker-profile-hero__brand { display: flex; align-items: center; gap: 18px; }
.broker-profile-hero__logo { width: 82px; height: 82px; padding: 9px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #d9d5cc; border-radius: 10px; }
.broker-profile-hero__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.broker-profile-hero h1 { margin: 8px 0 0; color: #fff; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.broker-profile-hero__brand p { margin: 7px 0 0; color: #989da2; }
.broker-profile-hero__facts { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.broker-profile-hero__facts > span,
.broker-profile-hero__facts > a { min-width: 140px; padding: 11px 13px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 2px 8px; color: #e8e9ea; background: rgba(17, 19, 21, .88); border: 1px solid #3a3d41; border-radius: 7px; text-decoration: none; }
.broker-profile-hero__facts .ic { grid-row: 1 / 3; color: var(--obs-gold-bright); }
.broker-profile-hero__facts small { color: #85898e; font-size:15px; }
.broker-profile-hero__facts strong { overflow: hidden; font-size:16px; text-overflow: ellipsis; white-space: nowrap; }
.broker-profile-hero__actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.broker-profile-hero__actions a,
.broker-profile-hero__actions button { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; gap: 7px; color: #e1e2e3; background: #141619; border: 1px solid #3b3e42; border-radius: 6px; font-size:16px; font-weight: 700; text-decoration: none; cursor: pointer; }
.broker-profile-hero__actions .is-primary { color: #17130c; background: var(--obs-gold-bright); border-color: var(--obs-gold-bright); }
.broker-score-card { padding: 28px; text-align: center; background: rgba(12, 14, 16, .96); border: 1px solid #45484c; border-radius: 10px; box-shadow: 0 24px 58px rgba(0,0,0,.3); }
.broker-score-card__number { margin-top: 18px; color: #fff; font-size: 62px; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.broker-score-card__number small { color: #777c82; font-size: 16px; font-weight: 500; }
.broker-score-card__risk { margin-top: 12px; font-size:14px; font-weight: 800; }
.broker-score-card p { margin: 18px 0 0; padding-top: 18px; color: #85898e; font-size:16px; line-height: 1.7; border-top: 1px solid #303337; }
.broker-score-card a { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; color: var(--obs-gold-bright); font-size:14px; font-weight: 750; text-decoration: none; }

/* Broker relationship graph: every link explains the shared data relationship. */
.broker-relations { margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--fx-line); }
.broker-relations__head { margin-bottom: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; }
.broker-relations__head h2 { margin: 8px 0 7px; color: var(--fx-ink); font-family: var(--serif); font-size: var(--fs-2xl); line-height: 1.18; }
.broker-relations__head p { max-width: 760px; margin: 0; color: var(--fx-text-2); font-size: var(--fs-sm); line-height: 1.7; }
.broker-relations__regulators { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.broker-relations__regulators > span { color: var(--fx-text-3); font: 700 var(--fs-2xs)/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.broker-relations__regulators > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.broker-relations__regulators a { min-height: 34px; padding: 0 10px; display: inline-flex; align-items: center; gap: 7px; color: var(--fx-ink); background: #fff; border: 1px solid var(--fx-line); border-radius: 5px; font-family: var(--mono); font-size: var(--fs-xs); text-decoration: none; }
.broker-relations__regulators a small { color: var(--fx-gold-deep); font-size: var(--fs-2xs); }
.broker-relations__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.broker-relation-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--fx-line); border-radius: var(--r-md); box-shadow: 0 8px 24px rgba(17,19,21,.035); }
.broker-relation-card__profile { padding: 17px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 12px; color: var(--fx-ink); text-decoration: none; }
.broker-relation-card__logo { width: 58px; height: 58px; padding: 7px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--fx-line); border-radius: 8px; }
.broker-relation-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.broker-relation-card__identity { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.broker-relation-card__identity strong { overflow: hidden; font-size: var(--fs-base); text-overflow: ellipsis; white-space: nowrap; }
.broker-relation-card__identity small { overflow: hidden; color: var(--fx-text-3); font-size: var(--fs-xs); text-overflow: ellipsis; white-space: nowrap; }
.broker-relation-card__score { align-self: start; }
.broker-relation-card__why { min-height: 60px; padding: 12px 17px; display: flex; align-items: flex-start; gap: 9px; color: var(--fx-text-2); background: var(--fx-canvas); border-block: 1px solid var(--fx-line-2); font-size: var(--fs-xs); line-height: 1.55; }
.broker-relation-card__why .ic { flex: 0 0 auto; margin-top: 2px; color: var(--fx-gold-deep); }
.broker-relation-card__actions { min-height: 45px; padding: 8px 12px 8px 17px; display: flex; align-items: center; gap: 6px; }
.broker-relation-card__actions a { min-height: 34px; padding: 7px 8px; display: inline-flex; align-items: center; color: var(--fx-text-2); border-radius: 4px; font: 700 var(--fs-xs)/1 var(--mono); text-decoration: none; }
.broker-relation-card__actions .is-compare { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 5px; color: var(--fx-ink); background: var(--fx-gold-tint); border: 1px solid var(--fx-gold-soft); }
[dir="rtl"] .broker-relation-card__actions .is-compare .ic { transform: scaleX(-1); }

/* Shared inner-page hero. The artwork belongs to the hero itself so variable
   copy length and breadcrumbs can never overlap the following section. */
.fx-page.fx-uses-doc-visual .doc-hero {
  min-height: 260px;
  margin: 0;
  padding: 54px 0 50px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(4,5,6,.96) 0%, rgba(4,5,6,.84) 46%, rgba(4,5,6,.48) 100%),
    var(--fx-page-visual);
  background-position: center, center 54%;
  background-size: cover;
  border: 0;
  overflow: hidden;
}
.fx-page.fx-uses-doc-visual .doc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 55%, #000 100%);
}
.fx-page.fx-uses-doc-visual .doc-hero h1 {
  max-width: 920px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 60px);
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0,0,0,.4);
}
.fx-page.fx-uses-doc-visual .doc-hero .lead {
  max-width: 820px;
  color: #d7d9dc;
  text-shadow: 0 2px 18px rgba(0,0,0,.4);
}
.fx-page.fx-uses-doc-visual .doc-hero .eyebrow { color: var(--obs-gold-bright); }
.fx-page.fx-uses-doc-visual .doc-hero .meta .chip { color: #eceff1; background: rgba(12,14,16,.72); border-color: rgba(255,255,255,.22); }
.fx-page:not(.fx-nav-home) .breadcrumb-nav { background: #fff; border-bottom: 1px solid #e3e0d9; }

[dir="rtl"] .hv-lang-menu { right: auto; left: 0; }
[dir="rtl"] .obs-reg-label--nfa { left: auto; right: 3%; }
[dir="rtl"] .obs-reg-label--mas,
[dir="rtl"] .obs-reg-label--asic { right: auto; left: 2%; }

@media (max-width: 1160px) {
  .hv-header { grid-template-columns: 108px 1fr auto; gap: 14px; }
  .hv-h-nav { justify-content: flex-end; }
  .hv-nav-item > a { padding-inline: 9px; font-size:14px; }
  .hv-h-cta { display: none; }
  .obs-hero__inner { grid-template-columns: 1fr .8fr; gap: 20px; }
  .obs-featured { left: 5%; right: 2%; }
  .obs-logo-rail__items { grid-template-columns: repeat(5, 1fr); }
  .obs-logo-rail__items a:nth-child(n+6) { display: none; }
  .broker-catalog__proofs { display: none; }
}

@media (max-width: 900px) {
  .obs-shell,
  .fx-intel-bar__inner { width: min(100% - 30px, 680px); }
  .fx-intel-name,
  .fx-intel-links { display: none; }
  .fx-intel-bar__inner { justify-content: center; }
  .hv-header { height: 64px; padding-inline: 16px; grid-template-columns: 1fr auto auto; }
  .hv-h-nav,
  .hv-h-cta { display: none; }
  .hv-h-burger { display: flex; align-items: center; justify-content: center; }
  .hv-brand,
  .hv-brand-img { width: 98px; }
  .obs-hero,
  .obs-hero__inner { min-height: auto; }
  .obs-hero__map { object-position: 68% center; opacity: .56; }
  .obs-hero__shade { background: rgba(0,0,0,.5); }
  .obs-hero__inner { padding-block: 54px 46px; display: block; }
  .obs-hero__copy { max-width: none; }
  .obs-hero h1 { font-size: clamp(40px, 10vw, 56px); }
  .obs-network { min-height: 260px; margin-top: 34px; }
  .obs-reg-label { display: none; }
  .obs-network__head { left: 0; right: 0; }
  .obs-featured { left: 0; right: 0; bottom: 0; }
  .obs-logo-rail > .obs-shell { grid-template-columns: 1fr; gap: 10px; padding-block: 15px; }
  .obs-logo-rail__items { grid-template-columns: repeat(5, 1fr); }
  .obs-dashboard__grid,
  .obs-method__grid { grid-template-columns: 1fr; gap: 42px; }
  .obs-story-grid { grid-template-columns: 1fr 1fr; }
  .obs-story--lead { grid-column: 1 / -1; }
  .broker-catalog__layout { grid-template-columns: 1fr; }
  .catalog-filters { position: static; }
  .catalog-filters form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
  .broker-card__evidence { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .broker-profile-hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .broker-score-card { max-width: 380px; }
}

@media (max-width: 620px) {
  .fx-page.fx-uses-doc-visual .doc-hero { min-height: 240px; padding: 38px 0 36px; }
  .fx-page.fx-uses-doc-visual .doc-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .fx-page.fx-uses-doc-visual .doc-hero .lead { font-size: 17px; line-height: 1.65; }
  .hv-h-lang { display: none; }
  .hv-header { grid-template-columns: 1fr auto; }
  .obs-hero__inner { padding-top: 42px; }
  .obs-hero h1 { margin-top: 17px; font-size: 38px; }
  .obs-hero__copy > p { font-size: 16px; }
  .obs-search { height: auto; padding: 8px 8px 8px 14px; }
  .obs-search button { height: 48px; padding-inline: 14px; }
  .obs-trust-row { grid-template-columns: 1fr; }
  .obs-trust-row a { min-height: 48px; }
  .obs-network { min-height: 250px; }
  .obs-featured { min-height: 140px; grid-template-columns: 72px 1fr; padding: 16px; }
  .obs-score-ring { width: 68px; height: 68px; border-width: 5px; }
  .obs-score-ring strong { font-size: 22px; }
  .obs-featured__facts { gap: 8px; }
  .obs-logo-rail__items { grid-template-columns: repeat(3, 1fr); }
  .obs-logo-rail__items a:nth-child(n+4) { display: none; }
  .obs-dashboard { padding-block: 44px; }
  .obs-dashboard__grid { gap: 46px; }
  .obs-broker-row { grid-template-columns: 42px minmax(100px, 1fr) 54px 18px; }
  .obs-rank,
  .obs-broker-row__status { display: none; }
  .obs-broker-row > img { grid-column: 1; }
  .obs-broker-row__name { grid-column: 2; }
  .obs-broker-row__score { grid-column: 3; }
  .obs-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .obs-stats__grid div { min-height: 96px; border-bottom: 1px solid #2b2d31; }
  .obs-editorial { padding-block: 50px; }
  .obs-story-grid { grid-template-columns: 1fr; }
  .obs-story--lead { grid-column: auto; }
  .obs-story { min-height: 280px; }
  .obs-method { padding-block: 54px; }
  .obs-method__cards { grid-template-columns: 1fr; }
  .obs-method__cards > div { min-height: 180px; }
  .broker-catalog__intro { padding-top: 38px; }
  .broker-catalog__intro-grid { grid-template-columns: 1fr; }
  .catalog-filters form { grid-template-columns: 1fr; }
  .catalog-toolbar { padding: 12px; align-items: flex-start; flex-direction: column; }
  .broker-card__main { grid-template-columns: 25px 58px minmax(0,1fr); padding: 16px; }
  .broker-card__logo { width: 56px; height: 56px; }
  .broker-card__score { grid-column: 2 / -1; justify-self: start; align-items: flex-start; margin-inline-start: 70px; margin-top: -20px; }
  .broker-card__score strong { font-size: 24px; }
  .broker-card__evidence { grid-template-columns: 1fr 1fr; padding: 13px 16px; }
  .broker-profile-hero__inner { padding-block: 42px; }
  .broker-profile-hero__brand { align-items: flex-start; }
  .broker-profile-hero__logo { width: 66px; height: 66px; }
  .broker-profile-hero__facts > span,
  .broker-profile-hero__facts > a { min-width: calc(50% - 6px); flex: 1; }
  .broker-relations { margin-top: 44px; padding-top: 30px; }
  .broker-relations__head { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .broker-relations__regulators { align-items: flex-start; }
  .broker-relations__regulators > div { justify-content: flex-start; }
  .broker-relations__grid { grid-template-columns: 1fr; }
  .broker-relation-card__profile { grid-template-columns: 54px minmax(0, 1fr) auto; padding: 15px; }
  .broker-relation-card__logo { width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
