.rt-hero {
  position: relative;
  background: radial-gradient(ellipse at 30% 20%, rgba(229,168,58,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(31,207,201,0.08) 0%, transparent 55%),
    linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--border-soft); padding: 48px 0 64px; overflow: hidden;
  margin-bottom: 20px;
}
.rt-hero::before { content:""; position:absolute; inset:0; background-image:radial-gradient(circle at 25% 30%,rgba(255,255,255,.04) 1px,transparent 1px),radial-gradient(circle at 75% 60%,rgba(255,255,255,.03) 1px,transparent 1px); background-size:90px 90px,70px 70px; pointer-events:none; }
.rt-hero-content { position:relative; z-index:1; }
.rt-eyebrow { display:inline-flex; align-items:center; gap:8px; background:rgba(229,168,58,.12); border:1px solid rgba(229,168,58,.3); color:var(--gold-light); padding:6px 14px; border-radius:999px; font-size:12px; font-weight:800; margin-bottom:16px; }
.rt-hero-title { font-size:clamp(28px,4vw,44px); font-weight:800; line-height:1.2; color:var(--text-on-navy,#fff); margin-bottom:14px; }
.rt-hero-subtitle { font-size:clamp(15px,1.5vw,18px); color:var(--text-on-navy-muted, rgba(255,255,255,0.78)); max-width:780px; margin-bottom:36px; }
.rt-hero-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius-lg); overflow:hidden; max-width:880px; }
.rt-stat { background:rgba(255,255,255,.03); padding:22px 20px; text-align:center; }
.rt-stat-num { font-size:clamp(22px,3vw,32px); font-weight:800; color:var(--gold-light); line-height:1; margin-bottom:6px; font-feature-settings:"tnum"; }
.rt-stat-label { font-size:12px; color:var(--text-muted); font-weight:700; }
@media(max-width:768px) { .rt-hero-stats { grid-template-columns:repeat(2,1fr); } }

.rt-filters-bar { position:relative; z-index:2; background:var(--bg-card); border-bottom:1px solid var(--border); box-shadow:0 2px 12px rgba(11,31,58,.06); padding:16px 0; margin-bottom:20px; }
@media(max-width:768px) {
  .rt-filters-bar { margin-bottom:32px; }
} /* mobile header(54) + disc-bar(~38) */
.rt-filters-row { display:flex; gap:16px; align-items:center; flex-wrap:wrap; }
.rt-filter-pills { display:flex; gap:8px; flex-wrap:wrap; flex:1; }
.rt-pill { background:var(--bg); border:1px solid var(--border); color:var(--text-mid); padding:9px 16px; border-radius:999px; font-family:var(--font); font-size:13px; font-weight:700; cursor:pointer; transition:all .15s; min-height:44px; }
.rt-pill:hover { background:var(--teal-bg); color:var(--teal); border-color:var(--teal-light); }
.rt-pill.is-active { background:var(--navy); color:var(--text-on-navy,#fff); border-color:var(--navy); }
.rt-search { padding:9px 16px; border:1px solid var(--border); border-radius:999px; background:var(--bg-card); font-family:var(--font); font-size:13px; font-weight:700; color:var(--text-mid); min-height:44px; min-width:200px; }
.rt-search:focus { outline:none; border-color:var(--teal-light); }

.rt-section-header { margin-bottom:28px; }
.rt-section-title { font-size:clamp(22px,2.4vw,28px); font-weight:800; color:var(--navy); position:relative; padding-inline-start:16px; display:inline-block; }
.rt-section-title::before { content:""; position:absolute; inset-inline-start:0; top:6px; bottom:6px; width:4px; background:var(--teal); border-radius:2px; }
.rt-section-subtitle { font-size:14px; color:var(--text-muted); margin-top:8px; }
section { margin-bottom:64px; }

.rt-editor-pick { background:linear-gradient(135deg,var(--navy) 0%,#16335A 100%); color:var(--border-soft); border-radius:var(--radius-lg); padding:40px; display:grid; grid-template-columns:1fr 1.5fr; gap:40px; align-items:center; position:relative; overflow:hidden; box-shadow:0 16px 40px rgba(11,31,58,.16); }
.rt-pick-badge { position:absolute; top:24px; inset-inline-start:24px; background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:var(--navy-deep); padding:8px 18px; border-radius:999px; font-size:12px; font-weight:800; z-index:2; box-shadow:0 4px 16px rgba(229,168,58,.4); }
.rt-pick-left { text-align:center; }
.rt-pick-logo-img { width:120px; height:120px; border-radius:20px; object-fit:contain; background:var(--bg-card,#fff); margin:0 auto 20px; box-shadow:0 12px 40px rgba(0,0,0,.3); }
.rt-pick-logo { width:120px; height:120px; background:var(--bg-card,#fff); border-radius:20px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:clamp(24px,4vw,32px); color:var(--navy); margin:0 auto 20px; box-shadow:0 12px 40px rgba(0,0,0,.3); }
.rt-pick-name { font-size:clamp(20px,4vw,28px); font-weight:800; color:var(--text-on-navy,#fff); margin-bottom:12px; }
.rt-pick-rating { display:inline-flex; align-items:baseline; gap:8px; background:rgba(0,0,0,.2); padding:8px 16px; border-radius:999px; }
.rt-pick-rating-num { font-size:clamp(18px,3vw,24px); font-weight:800; color:var(--gold-light); }
.rt-pick-stars { color:var(--gold-light); font-size:14px; }
.rt-pick-right { position:relative; z-index:1; }
.rt-pick-eyebrow { font-size:11px; color:var(--gold-light); font-weight:800; letter-spacing:.1em; text-transform:uppercase; margin-bottom:8px; }
.rt-pick-headline { font-size:clamp(20px,2.4vw,26px); font-weight:800; color:var(--text-on-navy,#fff); margin-bottom:12px; line-height:1.35; }
.rt-pick-summary { font-size:clamp(13px,1.5vw,15px); color:var(--border-soft); line-height:1.85; margin-bottom:24px; }
.rt-pick-actions { display:flex; gap:12px; flex-wrap:wrap; }
.rt-btn-primary { background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:var(--navy-deep); padding:14px 28px; border-radius:10px; font-weight:800; font-size:15px; text-decoration:none; display:inline-flex; align-items:center; gap:8px; transition:all .2s; box-shadow:0 4px 16px rgba(229,168,58,.25); font-family:var(--font); }
.rt-btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(229,168,58,.4); }
.rt-btn-secondary { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); color:var(--text-on-navy,#fff); padding:14px 24px; border-radius:10px; font-weight:700; font-size:14px; text-decoration:none; }
@media(max-width:1024px) { .rt-editor-pick { grid-template-columns:1fr; padding:32px 24px; gap:24px; } }

.rt-brokers-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media(max-width:1024px) { .rt-brokers-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:480px) { .rt-brokers-grid { grid-template-columns:1fr; }
  .rt-broker-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-areas: 
      "logo name"
      "logo rating"
      "stats stats"
      "cta cta"
      "risk risk";
    gap: 4px 12px;
    align-items: center;
    padding: 16px;
    text-align: start;
  }
  .rt-card-rank { display: none; }
  .rt-card-logo-area {
    grid-area: logo;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .rt-card-logo-img, .rt-card-logo-text {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }
  .rt-card-name {
    grid-area: name;
    margin-bottom: 0;
    font-size: 15px;
    align-self: end;
  }
  .rt-card-since { display: none; }
  .rt-card-rating {
    grid-area: rating;
    margin-bottom: 0;
    align-self: start;
  }
  .rt-card-score { font-size: 15px; }
  .rt-card-stats {
    grid-area: stats;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin-top: 12px;
    margin-bottom: 4px;
    padding: 12px;
    background: var(--bg-subtle, #f8fafc);
    border: 1px solid var(--border-soft);
    border-radius: 8px;
  }
  .rt-card-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 0;
  }
  .rt-card-stat-label { font-size: 11px; }
  .rt-card-stat-value { font-size: 12px; font-weight: 800; }
  .rt-card-cta-row {
    grid-area: cta;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
  }
  .rt-card-cta { font-size: 13px; min-height: 40px; padding: 8px 10px; }
  .rt-card-risk {
    grid-area: risk;
    text-align: center;
    margin-top: 4px;
  }
  .rt-search { min-width:0; width:100%; flex:none; }
  .rt-filters-row { flex-direction: column; align-items: stretch; gap: 12px; }
  .rt-filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
    width: 100%;
    flex: none;
  }
  .rt-filter-pills::-webkit-scrollbar {
    display: none;
  }
  .rt-pill {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

.rt-broker-card { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius-lg); padding:20px; text-align:center; transition:all .2s; position:relative; }
.rt-broker-card:hover { border-color:#B8C6DA; box-shadow:0 4px 14px rgba(11,31,58,.08); transform:translateY(-2px); }
.rt-card-rank { position:absolute; top:10px; inset-inline-start:10px; width:28px; height:28px; background:var(--bg); border:1px solid var(--border); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; color:var(--text-mid); }
.rt-card-rank.top-3 { background:linear-gradient(135deg,var(--gold-light),var(--gold)); border-color:var(--gold); color:var(--navy-deep); }
.rt-card-logo-area { margin-bottom:10px; }
.rt-card-logo-img { width:48px; height:48px; border-radius:12px; object-fit:contain; margin:0 auto; background:var(--bg); }
.rt-card-logo-text { width:48px; height:48px; border-radius:12px; background:var(--navy); color:var(--gold-light); display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; margin:0 auto; }
.rt-card-name { font-size:14px; font-weight:800; color:var(--navy); margin-bottom:2px; }
.rt-card-since { font-size:11px; color:var(--text-muted); margin-bottom:6px; }
.rt-card-rating { margin-bottom:10px; }
.rt-card-score { font-size:18px; font-weight:800; color:var(--gold); }
.rt-card-stars { color:var(--gold); font-size:11px; margin-inline-start:4px; }
.rt-card-stats { display:grid; grid-template-columns:1fr 1fr; gap:6px; margin-bottom:8px; }
.rt-card-stat { background:var(--bg); border-radius:6px; padding:6px; }
.rt-card-stat-label { font-size:10px; color:var(--text-muted); display:block; }
.rt-card-stat-value { font-size:13px; font-weight:800; color:var(--text); }
.rt-card-islamic-badge { font-size:11px; font-weight:700; color:var(--gold); margin-bottom:8px; }
.rt-card-cta-row { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.rt-card-cta { padding:10px 12px; border-radius:8px; font-weight:800; font-size:13px; text-decoration:none; transition:all .15s; min-height:44px; display:flex; align-items:center; justify-content:center; }
.rt-card-cta--primary { background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:var(--navy-deep); box-shadow:0 4px 12px rgba(192,138,46,.25); }
.rt-card-cta--primary:hover { transform:translateY(-1px); box-shadow:0 6px 16px rgba(192,138,46,.35); color:var(--navy-deep); }
.rt-card-cta--secondary { background:var(--teal-bg); color:var(--teal); }
.rt-card-cta--secondary:hover { background:var(--teal); color:#fff; }
.rt-card-risk { font-size:9px; color:var(--text-muted); margin-top:6px; }

.rt-load-more-wrap { text-align:center; margin-top:32px; }
.rt-btn-load-more { background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:var(--navy-deep); padding:14px 32px; border-radius:10px; font-weight:800; font-size:15px; border:none; cursor:pointer; font-family:var(--font); min-height:44px; }

.rt-methodology { display:flex; gap:20px; align-items:center; background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius-lg); padding:24px; margin-bottom:20px; }
.rt-method-icon { font-size:32px; flex-shrink:0; }
.rt-method-title { font-size:17px; font-weight:800; color:var(--navy); margin-bottom:6px; }
.rt-method-desc { font-size:14px; color:var(--text-mid); }
.rt-weights { display:grid; grid-template-columns:repeat(auto-fill,minmax(140px,1fr)); gap:12px; }
.rt-weight { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius); padding:16px; text-align:center; }
.rt-weight-num { font-size:24px; font-weight:800; color:var(--teal); margin-bottom:4px; }
.rt-weight-label { font-size:12px; color:var(--text-mid); font-weight:700; }


.rt-ymyl-wrap { padding: 0 16px 24px; }
