body {
  background: #f0f2f5;
}

.single-page {
  padding: 20px 0 0;
}

.single-layout {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.main-content {
  width: 70%;
  min-width: 0;
}

.sidebar {
  width: 30%;
  flex-shrink: 0;
}

.breadcrumb {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #999;
}

.breadcrumb span {
  color: #e8460a;
}

.broker-hero-card,
.quick-facts-card,
.pros-cons-card,
.detail-content-card,
.rating-breakdown-card,
.similar-brokers-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
}

.broker-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.broker-hero-left {
  display: flex;
  gap: 12px;
  align-items: center;
}

.broker-hero-logo {
  width: 120px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 4px;
}

.broker-hero-name {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}

.broker-overall-rating {
  text-align: right;
}

.rating-label {
  font-size: 11px;
  color: #999;
  display: block;
  margin-bottom: 4px;
}

.rating-stars-lg {
  color: #e8460a;
  font-size: 20px;
}

.rating-score-lg {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: var(--font-display);
}

.reg-tags {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.reg-label {
  font-size: 12px;
  color: #666;
  margin-right: 4px;
}

.reg-tag-item {
  background: #eaf3de;
  color: #3b6d11;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

.broker-meta-row {
  display: flex;
  gap: 0;
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 12px 0;
}

.broker-meta-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}

.broker-meta-item:last-child {
  border-right: none;
}

.meta-label {
  font-size: 11px;
  color: #999;
  display: block;
}

.meta-value {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  display: block;
  margin-top: 2px;
}

.broker-excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 12px 0 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-visit-hero {
  background: #e8460a;
  color: #fff;
  padding: 13px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.btn-compare-hero {
  border: 2px solid #e8460a;
  color: #e8460a;
  padding: 11px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.risk-warning-small {
  font-size: 11px;
  color: #c0392b;
  margin-top: 10px;
}

.sidebar-sticky {
  position: sticky;
  top: 80px;
}

.sidebar-list-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.sidebar-list-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.sidebar-list-item {
  border-top: 1px solid #f2f2f2;
  padding: 10px 0;
}

.sidebar-list-item:first-child {
  border-top: none;
  padding-top: 0;
}

.sidebar-list-item:last-child {
  padding-bottom: 0;
}

.sidebar-list-link {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.sidebar-list-link a {
  color: #1a1a1a;
}

.sidebar-list-link a:hover {
  color: #e8460a;
}

.sidebar-cta-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.sidebar-logo {
  width: 100px;
  height: 42px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 auto 12px;
  display: block;
}

.sidebar-broker-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 4px;
}

.sidebar-rating {
  text-align: center;
  color: #e8460a;
  font-size: 14px;
  margin-bottom: 16px;
}

.sidebar-params {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 0;
  margin-bottom: 16px;
}

.sidebar-param-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
  gap: 10px;
}

.sidebar-param-label {
  color: #999;
}

.sidebar-param-value {
  color: #1a1a1a;
  font-weight: 600;
  text-align: right;
}

.sidebar-visit-btn {
  background: #e8460a;
  color: #fff;
  padding: 12px 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.sidebar-compare-btn {
  border: 1.5px solid #e8460a;
  color: #e8460a;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}

.sidebar-trust-list {
  margin-top: 14px;
  list-style: none;
}

.sidebar-trust-item {
  font-size: 12px;
  color: #555;
  padding: 3px 0;
}

.sidebar-trust-item::before {
  content: "✓ ";
  color: #3b6d11;
  font-weight: 700;
}

.quick-compare-card {
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
}

.quick-compare-title {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.compare-option-btn {
  display: block;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
}

.compare-option-btn:hover {
  border-color: #e8460a;
  color: #e8460a;
}

.section-title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.facts-table {
  width: 100%;
  border-collapse: collapse;
}

.facts-table tr:nth-child(even) {
  background: #fafafa;
}

.facts-table td {
  padding: 10px 14px;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
}

.facts-table td:first-child {
  color: #777;
  width: 45%;
}

.facts-table td:last-child {
  color: #1a1a1a;
  font-weight: 500;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pros-col {
  background: #f0fbf3;
  border-radius: 8px;
  padding: 18px;
  border: 1px solid #c8e6c9;
}

.cons-col {
  background: #fff5f5;
  border-radius: 8px;
  padding: 18px;
  border: 1px solid #ffcdd2;
}

.pros-title {
  color: #2e7d32;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cons-title {
  color: #c62828;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.pros-item,
.cons-item {
  font-size: 13px;
  color: #333;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pros-item:last-child,
.cons-item:last-child {
  border-bottom: none;
}

.pros-item::before {
  content: "✓";
  color: #2e7d32;
  font-weight: 700;
}

.cons-item::before {
  content: "✗";
  color: #c62828;
  font-weight: 700;
}

.article-content {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.article-content h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 28px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.article-content p {
  margin-bottom: 14px;
}

.article-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.article-content ul li {
  padding: 4px 0;
  color: #444;
}

.inline-cta {
  background: linear-gradient(135deg, #fff0eb, #fff8f5);
  border: 1px solid #f0c0a8;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.2s ease;
}

.inline-cta:hover {
  filter: brightness(0.98);
}

.inline-cta-text {
  font-size: 14px;
  color: #333;
}

.inline-cta-btn {
  background: #e8460a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.rating-breakdown-inner {
  display: flex;
  gap: 34px;
  align-items: flex-start;
}

.rating-total-side {
  text-align: center;
  min-width: 120px;
}

.rating-big-score {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  color: #e8460a;
  line-height: 1;
}

.rating-out-of {
  font-size: 13px;
  color: #999;
}

.rating-big-stars {
  color: #e8460a;
  font-size: 18px;
  margin: 8px 0;
}

.rating-basis {
  font-size: 11px;
  color: #aaa;
}

.rating-bars-side {
  flex: 1;
}

.rating-bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.rating-bar-label {
  font-size: 13px;
  color: #444;
  min-width: 180px;
}

.rating-bar-bg {
  flex: 1;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.rating-bar-fill {
  height: 100%;
  background: #e8460a;
  border-radius: 4px;
}

.rating-bar-score {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  min-width: 28px;
  text-align: right;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.similar-item {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.similar-item:hover {
  border-color: #e8460a;
  box-shadow: 0 2px 10px rgba(232, 70, 10, 0.1);
}

.similar-logo {
  width: 70px;
  height: 30px;
  background: #f0f0f0;
  border-radius: 3px;
  margin: 0 auto 8px;
  display: block;
}

.similar-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.similar-rating {
  color: #e8460a;
  font-size: 12px;
  margin-bottom: 8px;
}

.similar-params {
  font-size: 11px;
  color: #888;
  margin-bottom: 12px;
}

.similar-view-btn {
  display: block;
  background: #f5f5f5;
  color: #333;
  padding: 7px 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}

.similar-compare-link {
  font-size: 12px;
  color: #e8460a;
  display: block;
}

.comparison-cta-custom {
  background: #1a1a2e;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .single-layout {
    flex-direction: column;
  }

  .main-content,
  .sidebar {
    width: 100%;
  }

  .sidebar-sticky {
    position: static;
  }

  .similar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .broker-hero-top,
  .rating-breakdown-inner {
    flex-direction: column;
  }

  .broker-overall-rating {
    text-align: left;
  }

  .pros-cons-grid,
  .similar-grid {
    grid-template-columns: 1fr;
  }

  .rating-bar-row {
    flex-wrap: wrap;
  }
}
