.fxp-broker-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding: 32px;
  color: #fff;
  background: #0b1d27;
  border-left: 5px solid #00a6a6;
}
.fxp-broker-identity { display: flex; align-items: center; gap: 24px; }
.fxp-broker-logo-large {
  width: 130px;
  height: 92px;
  flex: 0 0 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.fxp-broker-logo-large img { max-width: 110px; max-height: 72px; object-fit: contain; }
.fxp-broker-logo-large span { width: 72px; height: 72px; border-radius: 5px; }
.fxp-broker-hero h1 { margin: 0; color: #fff; font-size: clamp(34px, 5vw, 56px); line-height: 1; }
.fxp-broker-hero p { max-width: 660px; margin: 12px 0 0; color: #aec0c8; }
.fxp-rating-summary { min-width: 150px; text-align: center; }
.fxp-rating-summary strong { display: block; color: #65eed5; font-size: 54px; line-height: 1; }
.fxp-rating-summary span, .fxp-rating-summary small { display: block; color: #9db0b9; font-size: 12px; }
.fxp-rating-summary small { margin-top: 10px; }
.fxp-broker-actionbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr)) auto auto;
  align-items: stretch;
  gap: 1px;
  margin-bottom: 34px;
  background: #ced9dd;
  border: 1px solid #ced9dd;
}
.fxp-broker-actionbar > div { padding: 14px 17px; background: #eef4f5; }
.fxp-broker-actionbar > div strong { display: block; color: #071017; font-size: 17px; }
.fxp-broker-actionbar > div span { display: block; color: #697a82; font-size: 11px; }
.fxp-broker-actionbar .fxp-button { min-width: 134px; border-radius: 0; }
.fxp-broker-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 46px; align-items: start; }
.fxp-broker-sidebar { display: grid; gap: 18px; }
.fxp-broker-sidebar section { padding: 20px; border: 1px solid #c9d6db; border-top: 4px solid #dc9b1f; background: #fff; }
.fxp-broker-sidebar section:nth-child(2) { border-top-color: #00a6a6; }
.fxp-broker-sidebar h2 { margin: 0 0 16px; color: #071017; font-size: 19px; }
.fxp-spec-list { margin: 0; }
.fxp-spec-list > div { padding: 10px 0; border-bottom: 1px solid #e1e8eb; }
.fxp-spec-list > div:last-child { border-bottom: 0; }
.fxp-spec-list dt { color: #6b7c84; font-size: 11px; text-transform: uppercase; }
.fxp-spec-list dd { margin: 3px 0 0; color: #17252e; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.fxp-rating-row { display: grid; grid-template-columns: 1fr 32px; gap: 6px 10px; margin-bottom: 13px; }
.fxp-rating-row span { color: #52666f; font-size: 12px; }
.fxp-rating-row strong { text-align: right; font-size: 13px; }
.fxp-rating-row i { grid-column: 1/-1; height: 6px; overflow: hidden; background: #e0e7ea; }
.fxp-rating-row b { display: block; height: 100%; background: #18a866; }
.fxp-check-list { padding: 0; list-style: none; }
.fxp-check-list li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid #dce5e8; }
.fxp-check-list li::before { content: "✓"; position: absolute; left: 0; color: #18a866; font-weight: 900; }

@media (max-width: 950px) {
  .fxp-broker-layout { grid-template-columns: 1fr 300px; gap: 28px; }
  .fxp-broker-actionbar { grid-template-columns: repeat(3, 1fr); }
  .fxp-broker-actionbar .fxp-button { grid-column: span 1; }
}
@media (max-width: 760px) {
  .fxp-broker-hero, .fxp-broker-identity { align-items: flex-start; flex-direction: column; }
  .fxp-rating-summary { text-align: left; }
  .fxp-broker-layout { grid-template-columns: 1fr; }
  .fxp-broker-actionbar { grid-template-columns: 1fr 1fr; }
  .fxp-broker-actionbar > div:nth-child(3) { grid-column: 1/-1; }
}
@media (max-width: 480px) {
  .fxp-broker-hero { padding: 22px; }
  .fxp-broker-logo-large { width: 100px; height: 76px; flex-basis: 100px; }
  .fxp-broker-actionbar { grid-template-columns: 1fr; }
  .fxp-broker-actionbar > div:nth-child(3) { grid-column: auto; }
}

