/* =============================================
   Broker Support Page — wabs.ai
   Deep navy SaaS design matching homepage
   ============================================= */

/* ---------- Color Tokens ---------- */
.bp-page {
  --bp-bg:           #080B18;
  --bp-bg2:          #0C1020;
  --bp-surface:      #0F1529;
  --bp-surface2:     #141A30;
  --bp-border:       rgba(139,92,246,0.14);
  --bp-border-soft:  rgba(255,255,255,0.06);
  --bp-purple:       #8B5CF6;
  --bp-purple-deep:  #6D28D9;
  --bp-purple-light: #A78BFA;
  --bp-purple-glow:  rgba(139,92,246,0.22);
  --bp-violet:       #7C3AED;
  --bp-white:        #FFFFFF;
  --bp-text:         #E8EAFF;
  --bp-muted:        #6B7BA4;
  --bp-muted2:       #4A5578;
  --bp-radius:       14px;
  font-family: 'Manrope', 'Arial', sans-serif;
  background: var(--bp-bg) !important;
  color: var(--bp-text);
  font-size: 16px;
  line-height: 1.6;
}

/* Noise texture */
.bp-page::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  opacity: 0.45;
}

.bp-page h1, .bp-page h2, .bp-page h3, .bp-page h4 {
  font-family: 'Outfit', sans-serif;
  line-height: 1.1;
}

.bp-page .container { max-width: 1160px; }

/* Nav override */
.bp-page .navbar {
  background: rgba(8,11,24,.82) !important;
  backdrop-filter: blur(24px) saturate(1.5);
  border-bottom: 1px solid var(--bp-border);
}
.bp-page .navbar.tradescrolled {
  background: rgba(8,11,24,.92) !important;
  border-bottom: 1px solid var(--bp-border);
}

/* ---------- Animations ---------- */
@keyframes bp-blink { 0%,100%{opacity:1} 55%{opacity:.2} }
@keyframes bp-fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Helpers ---------- */
.bp-brokers-sec { padding: 100px 0; }
.bp-shd {
  text-align: center;
  margin-bottom: 60px;
}
.bp-shd h2 {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  color: var(--bp-white);
}
.bp-shd p {
  color: var(--bp-muted);
  max-width: 500px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
}

.bp-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bp-purple-light);
  border: 1px solid rgba(139,92,246,.35);
  background: rgba(139,92,246,.08);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
}
.bp-tag .bp-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--bp-purple);
  flex-shrink: 0;
  box-shadow: 0 0 8px var(--bp-purple);
  animation: bp-blink 2.2s infinite;
}

.bp-grd {
  background: linear-gradient(135deg, var(--bp-purple-light) 0%, #C4B5FD 60%, var(--bp-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bp-btn-p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--bp-violet), var(--bp-purple));
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all .25s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(109,40,217,.45);
  letter-spacing: 0.01em;
}
.bp-btn-p:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 44px rgba(109,40,217,.65);
  color: #fff;
}
.bp-btn-p::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.14), transparent);
  opacity: 0;
  transition: opacity .25s;
}
.bp-btn-p:hover::after { opacity: 1; }

.bp-divider { height: 1px; background: var(--bp-border-soft); }


/* ==========================================
   HERO
   ========================================== */
.bp-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 28px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Glow orbs */
.bp-hg1 {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 700px;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 40%, rgba(109,40,217,.22) 0%, rgba(139,92,246,.07) 45%, transparent 70%);
}
.bp-hg2 {
  position: absolute;
  top: 30%;
  left: 15%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139,92,246,.08), transparent 70%);
  pointer-events: none;
}

/* Dot grid */
.bp-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(139,92,246,.25) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 0%, transparent 100%);
  opacity: 0.5;
}

.bp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.bp-hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.0;
  margin-bottom: 20px;
  color: var(--bp-white);
}

.bp-hero-sub {
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--bp-muted);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.7;
  font-weight: 400;
}

/* Hero animations */
.bp-hero .bp-tag   { animation: bp-fadeUp .55s ease both; }
.bp-hero h1        { animation: bp-fadeUp .55s .1s ease both; }
.bp-hero-sub       { animation: bp-fadeUp .55s .2s ease both; }
.bp-methods        { animation: bp-fadeUp .55s .3s ease both; }
.bp-network-wrap   { animation: bp-fadeUp .7s .4s ease both; }

/* Import method cards (horizontal in hero) */
.bp-methods {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.bp-method {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--bp-surface);
  border: 1px solid var(--bp-border-soft);
  border-radius: var(--bp-radius);
  padding: 16px 22px;
  text-align: left;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.bp-method::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,92,246,.5), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.bp-method:hover {
  border-color: rgba(139,92,246,.22);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,.3);
}
.bp-method:hover::before { opacity: 1; }
.bp-method-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(109,40,217,.25), rgba(139,92,246,.1));
  border: 1px solid rgba(139,92,246,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--bp-purple-light);
  flex-shrink: 0;
}
.bp-method h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--bp-white);
  margin-bottom: 2px;
}
.bp-method p {
  font-size: 12px;
  color: var(--bp-muted);
  margin: 0;
  line-height: 1.4;
}


/* ==========================================
   BROKER NETWORK VISUALIZATION
   ========================================== */
.bp-network-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}

.bp-network {
  position: relative;
  aspect-ratio: 12 / 5;
}

.bp-net-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bp-line {
  fill: none;
  stroke: url(#bp-grad);
  stroke-width: 1.5;
  opacity: .2;
}

.bp-node {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--bp-surface);
  border: 1px solid var(--bp-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.bp-node:hover {
  transform: scale(1.15);
  border-color: rgba(139,92,246,.4);
  box-shadow: 0 0 24px rgba(139,92,246,.25);
  z-index: 2;
}
.bp-node img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 4px;
}
.bp-node span {
  display: none;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 600;
  color: var(--bp-muted);
  white-space: nowrap;
}
.bp-node:hover span { display: block; }

/* Center */
.bp-node-center {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: var(--bp-purple);
  box-shadow: 0 0 40px rgba(139,92,246,.25);
  z-index: 1;
}
.bp-node-center img { width: 44px; height: 44px; }
.bp-node-center:hover { transform: translate(-50%, -50%) scale(1.08); }

/* Left nodes */
.bp-node-l1 { left: 17%; top: 8%; }
.bp-node-l2 { left: 10%; top: 25%; }
.bp-node-l3 { left: 3%;  top: 42%; }
.bp-node-l4 { left: 6%;  top: 62%; }
.bp-node-l5 { left: 12%; top: 80%; }
.bp-node-l6 { left: 17%; top: 92%; }

/* Right nodes */
.bp-node-r1 { right: 17%; top: 8%; }
.bp-node-r2 { right: 10%; top: 25%; }
.bp-node-r3 { right: 3%;  top: 42%; }
.bp-node-r4 { right: 6%;  top: 62%; }
.bp-node-r5 { right: 12%; top: 80%; }
.bp-node-r6 { right: 17%; top: 92%; }


/* ==========================================
   CONTROLS BAR (Search + View Toggle)
   ========================================== */
.bp-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.bp-search-wrap {
  flex: 1;
  max-width: 380px;
  position: relative;
}
.bp-search-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bp-muted2);
  font-size: 14px;
  pointer-events: none;
}
.bp-search-wrap input {
  width: 100%;
  background: var(--bp-surface);
  border: 1px solid var(--bp-border-soft);
  border-radius: 10px;
  padding: 12px 16px 12px 42px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: var(--bp-white);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.bp-search-wrap input::placeholder { color: var(--bp-muted2); }
.bp-search-wrap input:focus {
  border-color: rgba(139,92,246,.4);
  box-shadow: 0 0 0 3px rgba(139,92,246,.08);
}

/* View toggle — pill style */
.bp-view-tabs {
  display: flex;
  background: var(--bp-surface);
  border: 1px solid var(--bp-border-soft);
  border-radius: 10px;
  padding: 4px;
  gap: 2px;
}
.bp-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: var(--bp-muted);
  padding: 8px 16px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  transition: all .2s;
  white-space: nowrap;
}
.bp-view-btn i { font-size: 13px; }
.bp-view-btn.active {
  background: rgba(139,92,246,.15);
  color: var(--bp-purple-light);
  box-shadow: 0 2px 8px rgba(139,92,246,.1);
}
.bp-view-btn:hover:not(.active) {
  color: var(--bp-text);
  background: rgba(255,255,255,.03);
}


/* ==========================================
   BROKER CARD GRID
   ========================================== */
.bp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bp-broker-card {
  background: var(--bp-surface) !important;
  border: 1px solid rgba(139,92,246,.14) !important;
  border-radius: 18px !important;
  overflow: hidden;
  transition: transform .28s, border-color .28s, box-shadow .28s;
  position: relative;
  box-shadow: none !important;
}
.bp-broker-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,92,246,.45), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.bp-broker-card:hover {
  border-color: rgba(139,92,246,.22) !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.28) !important;
}
.bp-broker-card:hover::before { opacity: 1; }

.bp-broker-link {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  padding: 22px;
  text-decoration: none !important;
  color: inherit !important;
  position: relative;
  z-index: 1;
}

.bp-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bp-card-top h5 {
  font-family: 'Outfit', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--bp-white) !important;
  margin: 0;
  line-height: 1.2;
}

.bp-card-initial {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(109,40,217,.25), rgba(139,92,246,.1));
  border: 1px solid rgba(139,92,246,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--bp-purple-light);
}

.bp-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bp-card-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bp-card-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(139,92,246,.08);
  border: 1px solid rgba(139,92,246,.18);
  font-size: 11px;
  font-weight: 700;
  color: #d9cdfd;
  letter-spacing: .02em;
}
.bp-card-pill i {
  font-size: 11px;
  color: var(--bp-purple-light);
}
.bp-card-pill-market {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
  color: var(--bp-text);
}
.bp-card-pill-market i {
  color: #7dd3fc;
}

.bp-empty {
  color: var(--bp-muted);
  text-align: center;
  padding: 60px 0;
  grid-column: 1 / -1;
  font-size: 15px;
}


/* ==========================================
   TABLE VIEW
   ========================================== */
.bp-table {
  background: var(--bp-surface);
  border: 1px solid var(--bp-border-soft);
  border-radius: var(--bp-radius);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(139,92,246,.28) transparent;
}
.bp-table::-webkit-scrollbar {
  height: 8px;
}
.bp-table::-webkit-scrollbar-thumb {
  background: rgba(139,92,246,.28);
  border-radius: 999px;
}

.bp-table-head {
  display: flex;
  align-items: center;
  padding: 16px 28px;
  border-bottom: 1px solid var(--bp-border);
  background: rgba(139,92,246,.03);
}
.bp-table-head .bp-tcol {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--bp-muted2);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bp-tcol-name {
  flex: 1;
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bp-tcol-check {
  width: 110px;
  text-align: center;
  flex-shrink: 0;
}

.bp-table-row {
  display: flex;
  align-items: center;
  padding: 14px 28px;
  border-bottom: 1px solid var(--bp-border-soft);
  transition: background .2s;
}
.bp-table-row:last-child { border-bottom: none; }
.bp-table-row:hover { background: rgba(139,92,246,.03); }

.bp-table-row .bp-tcol-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bp-ticon {
  color: var(--bp-purple);
  opacity: .4;
  font-size: 13px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}
.bp-table-row .bp-tcol-name span {
  font-size: 14px;
  font-weight: 600;
  color: var(--bp-text);
  white-space: nowrap;
}

.bp-yes {
  color: #4ade80 !important;
  font-size: 14px;
}
.bp-no {
  color: rgba(239,68,68,.4) !important;
  font-size: 13px;
}


/* ==========================================
   REQUEST FORM
   ========================================== */
.bp-req-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.bp-req-info h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--bp-white);
  line-height: 1.15;
  margin-bottom: 14px;
}
.bp-req-info > p {
  font-size: 16px;
  color: var(--bp-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.bp-req-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bp-req-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--bp-text);
}
.bp-req-feat i {
  color: #4ade80;
  font-size: 10px;
  width: 22px;
  height: 22px;
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bp-req-form-wrap {
  background: var(--bp-surface);
  border: 1px solid var(--bp-border-soft);
  border-radius: 18px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.bp-req-form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,92,246,.4), transparent);
}

.bp-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bp-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--bp-text);
  margin-bottom: 6px;
}
.bp-field input,
.bp-field textarea {
  width: 100%;
  background: var(--bp-bg);
  border: 1px solid var(--bp-border-soft);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: var(--bp-white);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  resize: vertical;
}
.bp-field input::placeholder,
.bp-field textarea::placeholder { color: var(--bp-muted2); }
.bp-field input:focus,
.bp-field textarea:focus {
  border-color: rgba(139,92,246,.4);
  box-shadow: 0 0 0 3px rgba(139,92,246,.08);
}

.bp-submit {
  width: 100%;
  justify-content: center;
  padding: 14px;
  font-size: 15px;
}


/* ==========================================
   FAQ
   ========================================== */
.bp-faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bp-fqi {
  background: var(--bp-surface);
  border: 1px solid var(--bp-border-soft);
  border-radius: var(--bp-radius);
  padding: 28px 32px;
  transition: border-color .25s;
}
.bp-fqi:hover { border-color: rgba(139,92,246,.2); }
.bp-fqi h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--bp-white);
  margin-bottom: 8px;
  line-height: 1.4;
}
.bp-fqi p {
  font-size: 14px;
  color: var(--bp-muted);
  line-height: 1.65;
  margin: 0;
}


/* ==========================================
   CTA — card style matching homepage
   ========================================== */
.bp-cta {
  padding: 80px 0 100px;
}
.bp-cta-inner {
  background: var(--bp-surface);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 22px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bp-cta-inner::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 500px;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(109,40,217,.18), transparent 65%);
}
.bp-cta-inner h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  color: var(--bp-white);
  position: relative;
}
.bp-cta-inner p {
  font-size: 17px;
  color: var(--bp-muted);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.65;
  position: relative;
}
.bp-cta-inner .bp-btn-p { position: relative; }


/* ==========================================
   FOOTER
   ========================================== */
.bp-page #footer.hp-footer {
  border-top: 1px solid var(--bp-border-soft) !important;
  background: var(--bp-bg2) !important;
  padding: 64px 0 40px !important;
  box-shadow: none !important;
}
.bp-page #footer.hp-footer .footersec { display: block !important; }
.bp-page #footer.hp-footer .footer-link {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  gap: 60px !important;
  width: 100% !important;
  margin-bottom: 56px;
}
.bp-page #footer.hp-footer .footer-column h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bp-purple-light) !important;
  margin-bottom: 16px;
}
.bp-page #footer.hp-footer .footer-brand-desc {
  color: var(--bp-muted);
  font-size: 13px;
  line-height: 1.7;
  margin-top: 14px;
  max-width: 230px;
  font-family: 'Manrope', sans-serif;
}
.bp-page #footer.hp-footer .menulist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bp-page #footer.hp-footer .menulist li { padding: 0; margin: 0; }
.bp-page #footer.hp-footer .menulist li a {
  color: var(--bp-muted) !important;
  font-size: 13px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  transition: color 0.2s;
}
.bp-page #footer.hp-footer .menulist li a:hover { color: var(--bp-text) !important; }
.bp-page #footer.hp-footer .ftr-social-icons { display: flex; gap: 10px; }
.bp-page #footer.hp-footer .ftr-social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--bp-surface);
  border: 1px solid var(--bp-border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-muted);
  text-decoration: none;
  transition: all 0.2s;
  font-size: 15px;
}
.bp-page #footer.hp-footer .ftr-social-icons a:hover {
  border-color: var(--bp-purple);
  color: var(--bp-purple-light);
}
.bp-page #footer.hp-footer .footer-bottom {
  border-top: 1px solid var(--bp-border-soft);
  padding-top: 28px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bp-page #footer.hp-footer .footer-bottom p {
  color: var(--bp-muted2);
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  margin: 0;
}


/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 960px) {
  .bp-hero h1 { font-size: 44px; }
  .bp-methods { flex-wrap: wrap; }
  .bp-network-wrap { max-width: 700px; margin-top: 40px; }
  .bp-node { width: 42px; height: 42px; border-radius: 12px; }
  .bp-node img { width: 26px; height: 26px; }
  .bp-node-center { width: 56px; height: 56px; }
  .bp-node-center img { width: 36px; height: 36px; }
  .bp-card-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-shd h2 { font-size: 34px; }
  .bp-req-layout { grid-template-columns: 1fr; gap: 36px; }
  .bp-req-info h2 { font-size: 32px; }
  .bp-cta-inner { padding: 60px 40px; }
  .bp-cta-inner h2 { font-size: 32px; }
  .bp-page #footer.hp-footer .footer-link {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px !important;
  }
}

@media (max-width: 768px) {
  .bp-hero { padding: 110px 20px 50px; min-height: auto; }
  .bp-network-wrap { display: none; }
  .bp-methods { flex-direction: column; align-items: stretch; max-width: 340px; margin: 0 auto; }
  .bp-card-grid { grid-template-columns: 1fr 1fr; }
  .bp-broker-link { padding: 20px; }
  .bp-card-body h5 { font-size: 19px; }
  .bp-controls { flex-wrap: wrap; }
  .bp-search-wrap { max-width: 100%; flex-basis: 100%; }
  .bp-view-tabs {
    width: 100%;
    justify-content: stretch;
  }
  .bp-view-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 12px;
  }
  .bp-table-head,
  .bp-table-body {
    min-width: 560px;
  }
  .bp-tcol-check { width: 90px; }
  .bp-table-row { padding: 12px 20px; }
  .bp-table-head { padding: 14px 20px; }
  .bp-brokers-sec { padding: 70px 0; }
}

@media (max-width: 600px) {
  .bp-hero h1 { font-size: 36px; }
  .bp-hero-sub { font-size: 15px; margin-bottom: 32px; }
  .bp-card-grid { grid-template-columns: 1fr; }
  .bp-view-tabs {
    padding: 5px;
    gap: 4px;
  }
  .bp-view-btn {
    font-size: 12px;
    padding: 10px 8px;
  }
  .bp-view-btn i { font-size: 12px; }
  .bp-brokers-sec { padding: 50px 0; }
  .bp-shd h2 { font-size: 28px; }
  .bp-req-info h2 { font-size: 28px; }
  .bp-req-form-wrap { padding: 24px 20px; }
  .bp-cta-inner { padding: 48px 24px; }
  .bp-cta-inner h2 { font-size: 28px; }
  .bp-table-head,
  .bp-table-body {
    min-width: 520px;
  }
  .bp-tcol-name { min-width: 220px; }
  .bp-tcol-check { width: 85px; font-size: 12px; }
  .bp-table-row { padding: 12px 16px; }
  .bp-table-head { padding: 12px 16px; }
  .bp-page #footer.hp-footer .footer-link {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  .bp-page .fieldLine.bp-table-row {
    flex-direction: row !important;
    align-items: center;
  }
}
