/* ============================================
   BEP THEME v2 — Double Good inspired redesign
   ============================================ */

:root {
  --bep-amber:    #F5A623;
  --bep-blue:     #4285F4;
  --bep-teal:     #44C4D8;
  --bep-purple:   #4B3DAE;
  --bep-mint:     #F5A623;
  --bep-blue-lt:  #dbeafe;
  --bep-yellow:   #F5A623;
  --bep-yellow-dk:#e6950f;
  --bep-black:    #2C2C2C;
  --bep-dark:     #2C2C2C;
  --bep-card:     #f5f5f5;
  --bep-card2:    #eaeaea;
  --bep-muted:    #555555;
  --bep-blue-ic:  #dbeafe;
  --bep-white:    #ffffff;
  --bep-font-head: 'Nunito', sans-serif;
  --bep-font-body: 'Plus Jakarta Sans', sans-serif;
}

.bep-section * { box-sizing: border-box; }

/* ── HERO ── */
.bep-hero {
  background: var(--bep-amber);
  padding: 72px 0 80px;
}
.bep-hero-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 48px;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 56px; align-items: center;
}
.bep-hero-eyebrow {
  font-family: var(--bep-font-body);
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(0,0,0,0.55); margin-bottom: 18px;
}
.bep-hero h1 {
  font-family: var(--bep-font-head);
  font-size: 58px; font-weight: 900; line-height: 1.0;
  letter-spacing: -1px; color: var(--bep-dark); margin-bottom: 20px;
}
.bep-hero h1 .bep-hl {
  display: inline; background: rgba(0,0,0,0.12);
  padding: 2px 10px; border-radius: 8px;
}
.bep-hero-sub {
  font-family: var(--bep-font-body);
  font-size: 16px; color: rgba(0,0,0,0.65);
  line-height: 1.65; margin-bottom: 36px; max-width: 420px;
}
.bep-hero-btns { display: flex; gap: 14px; align-items: center; }

/* ── BUTTONS ── */
.bep-btn-dark {
  background: var(--bep-dark); color: #fff;
  padding: 14px 28px; border-radius: 100px;
  font-family: var(--bep-font-body); font-size: 15px; font-weight: 700;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  border: none; cursor: pointer; transition: opacity 0.15s;
}
.bep-btn-dark:hover { opacity: 0.82; color: #fff; text-decoration: none; }
.bep-btn-ghost {
  font-family: var(--bep-font-body); font-size: 15px; font-weight: 600;
  color: rgba(0,0,0,0.65); text-decoration: underline; text-underline-offset: 3px;
}
.bep-btn-ghost:hover { color: var(--bep-dark); }

/* ── HERO UI CARD ── */
.bep-hero-ui {
  background: var(--bep-white); border-radius: 24px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.14);
}
.bep-hui-top {
  background: var(--bep-dark); padding: 12px 18px;
  display: flex; align-items: center; gap: 6px;
}
.bep-hui-dot { width: 10px; height: 10px; border-radius: 50%; }
.bep-hui-title {
  font-family: var(--bep-font-body); font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.5); margin-left: 8px;
}
.bep-hui-body { padding: 20px; }
.bep-hui-sublabel {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #aaa; margin-bottom: 12px;
}
.bep-hui-row {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px; border-radius: 14px;
  background: var(--bep-card); margin-bottom: 8px;
}
.bep-hui-avatar {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.bep-hui-name {
  font-family: var(--bep-font-body); font-size: 13px; font-weight: 600;
  color: var(--bep-dark); flex: 1;
}
.bep-hui-badge {
  font-size: 10px; font-weight: 700; padding: 3px 9px;
  border-radius: 100px; background: #e8f7ec; color: #1a6b35; white-space: nowrap;
}
.bep-hui-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.bep-hui-stat { background: var(--bep-card); border-radius: 12px; padding: 11px 14px; }
.bep-hui-stat-l {
  font-size: 9px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #aaa; margin-bottom: 4px;
}
.bep-hui-stat-v {
  font-family: var(--bep-font-head); font-size: 20px; font-weight: 800; color: var(--bep-dark);
}

/* ── STATS BAR — cobalt blue ── */
.bep-stats-bar { background: var(--bep-blue); padding: 56px 48px; }
.bep-stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); text-align: center;
}
.bep-stat-item { padding: 0 32px; border-right: 1px solid rgba(255,255,255,0.2); }
.bep-stat-item:last-child { border-right: none; }
.bep-stat-n {
  font-family: var(--bep-font-head); font-size: 52px; font-weight: 900;
  color: var(--bep-white); letter-spacing: -1px; line-height: 1; margin-bottom: 6px;
}
.bep-stat-label {
  font-family: var(--bep-font-body); font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,0.9); margin-bottom: 6px;
}
.bep-stat-sub { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; max-width: 200px; margin: 0 auto; }

/* ── HOW IT WORKS ── */
.bep-how { background: var(--bep-white); padding: 80px 48px; }
.bep-how-inner { max-width: 1200px; margin: 0 auto; }
.bep-sec-eyebrow {
  font-family: var(--bep-font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: #aaa; margin-bottom: 10px;
}
.bep-sec-title {
  font-family: var(--bep-font-head); font-size: 44px; font-weight: 800;
  letter-spacing: -0.5px; line-height: 1.1; color: var(--bep-dark); margin-bottom: 56px;
}
.bep-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.bep-how-card { background: transparent; padding: 0; border-radius: 0; }
.bep-step-num {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--bep-amber); color: var(--bep-dark);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--bep-font-head); font-weight: 900; font-size: 18px;
  margin-bottom: 20px;
}
.bep-how-card h3 {
  font-family: var(--bep-font-head); font-weight: 800; font-size: 22px;
  margin-bottom: 12px; color: var(--bep-dark); line-height: 1.2;
}
.bep-how-card p {
  font-family: var(--bep-font-body); font-size: 15px;
  color: var(--bep-muted); line-height: 1.65; margin-bottom: 0;
}

/* ── SPLIT SECTION ── */
.bep-split { padding: 80px 48px; }
.bep-split-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.bep-split-inner.reverse { direction: rtl; }
.bep-split-inner.reverse > * { direction: ltr; }
.bep-split-img {
  border-radius: 22px; overflow: hidden;
  background: var(--bep-card); min-height: 320px;
  display: flex; align-items: center; justify-content: center;
}
.bep-split-text h2 {
  font-family: var(--bep-font-head); font-size: 36px; font-weight: 800;
  letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; color: var(--bep-dark);
}
.bep-split-text p {
  font-family: var(--bep-font-body); font-size: 15px;
  color: var(--bep-muted); line-height: 1.7; margin-bottom: 14px;
}

/* ── ORDER CARD ── */
.bep-order-card {
  background: var(--bep-white); border-radius: 22px; overflow: hidden;
  border: 1px solid var(--bep-card2); box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.bep-order-card-header {
  background: var(--bep-dark); padding: 0 18px;
  height: 32px; display: flex; align-items: center; gap: 5px;
}
.bep-order-card-body { padding: 24px; }
.bep-order-label {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #aaa; margin-bottom: 8px;
}
.bep-order-status {
  font-family: var(--bep-font-head); font-size: 32px; font-weight: 800;
  color: var(--bep-dark); letter-spacing: -0.5px; margin-bottom: 8px;
}
.bep-order-sub { font-size: 14px; color: var(--bep-muted); line-height: 1.55; margin-bottom: 18px; }
.bep-progress-bar { background: var(--bep-card2); border-radius: 100px; height: 6px; margin-bottom: 8px; }
.bep-progress-fill { background: var(--bep-amber); border-radius: 100px; height: 6px; width: 65%; }
.bep-progress-labels {
  display: flex; justify-content: space-between; font-size: 11px; color: #aaa; margin-bottom: 16px;
}
.bep-progress-labels .active { color: var(--bep-amber); font-weight: 700; }
.bep-card-divider { height: 1px; background: var(--bep-card2); margin: 16px 0; }
.bep-payout-row { display: flex; align-items: center; gap: 14px; }
.bep-payout-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--bep-blue-lt); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.bep-payout-label {
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #aaa; margin-bottom: 3px;
}
.bep-payout-val { font-family: var(--bep-font-body); font-size: 15px; font-weight: 700; color: var(--bep-dark); }
.bep-payout-sub { font-size: 12px; color: #aaa; }

/* ── FREE TOOLS ── */
.bep-tools { background: var(--bep-card); padding: 80px 48px; }
.bep-tools-inner { max-width: 1200px; margin: 0 auto; }
.bep-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bep-tool-card {
  background: var(--bep-white); border-radius: 20px; padding: 28px;
  border: 1px solid rgba(0,0,0,0.06);
}
.bep-tool-icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
  background: rgba(245,166,35,0.15);
}
.bep-tool-name {
  font-family: var(--bep-font-head); font-weight: 800; font-size: 16px;
  color: var(--bep-dark); margin-bottom: 8px;
}
.bep-tool-desc { font-size: 14px; color: var(--bep-muted); line-height: 1.55; margin-bottom: 16px; }
.bep-tool-link {
  font-size: 14px; font-weight: 700; color: var(--bep-dark); text-decoration: none;
}
.bep-tool-link:hover { text-decoration: underline; }
.bep-tool-link.dim { color: #bbb; pointer-events: none; }

/* ── TESTIMONIALS ── */
.bep-testi { padding: 80px 48px; background: var(--bep-white); }
.bep-testi-inner { max-width: 1200px; margin: 0 auto; }
.bep-testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 44px; }
.bep-tc { border-radius: 20px; padding: 28px; background: var(--bep-card); }
.bep-tc.blue { background: var(--bep-blue-lt); }
.bep-tc.yellow { background: rgba(245,166,35,0.15); }
.bep-tc.featured { grid-row: 1 / 3; background: var(--bep-dark); }
.bep-tc.featured .bep-tc-quote { color: rgba(255,255,255,0.9); font-size: 17px; }
.bep-tc.featured .bep-tc-name { color: #fff; }
.bep-tc.featured .bep-tc-role { color: rgba(255,255,255,0.5); }
.bep-tc-quote { font-family: var(--bep-font-body); font-size: 15px; line-height: 1.65; color: var(--bep-dark); margin-bottom: 20px; }
.bep-tc-name { font-size: 13px; font-weight: 700; color: var(--bep-dark); }
.bep-tc-role { font-size: 12px; color: #888; margin-top: 2px; }

/* ── CTA ── */
.bep-cta { background: var(--bep-teal); padding: 88px 48px; text-align: center; }
.bep-cta h2 {
  font-family: var(--bep-font-head); font-size: 48px; font-weight: 900;
  letter-spacing: -1px; color: var(--bep-dark); margin-bottom: 16px; line-height: 1.05;
}
.bep-cta p { font-family: var(--bep-font-body); font-size: 16px; color: rgba(0,0,0,0.6); margin-bottom: 36px; }

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
  .bep-hero-inner, .bep-split-inner, .bep-split-inner.reverse {
    grid-template-columns: 1fr; direction: ltr; gap: 36px;
  }
  .bep-hero h1 { font-size: 42px; }
  .bep-how-grid { grid-template-columns: 1fr; gap: 32px; }
  .bep-stats-inner { grid-template-columns: 1fr; }
  .bep-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 24px 0; }
  .bep-stat-item:last-child { border-bottom: none; }
  .bep-tools-grid { grid-template-columns: 1fr 1fr; }
  .bep-testi-grid { grid-template-columns: 1fr; }
  .bep-tc.featured { grid-row: auto; }
  .bep-hero, .bep-how, .bep-split, .bep-tools, .bep-testi, .bep-cta { padding-left: 24px; padding-right: 24px; }
  .bep-stats-bar { padding-left: 24px; padding-right: 24px; }
  .bep-cta h2 { font-size: 36px; }
  .bep-sec-title { font-size: 34px; }
}
@media (max-width: 576px) {
  .bep-tools-grid { grid-template-columns: 1fr; }
  .bep-hero h1 { font-size: 36px; }
}

/* ── GLOBAL FONT OVERRIDE ── */
body, p, span, div, li, a, td, th, input, button, select, textarea {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif !important;
}

/* ── NAV OVERRIDE ── */
header { background: #ffffff !important; }
.header-top-area { background: #f5f5f5 !important; }
.header-bottom-area { background: #ffffff !important; }
.header-bottom-area.navbar-fixed-top { background: #ffffff !important; box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important; }
.header-bottom-area .menu ul li a {
  color: #2C2C2C !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 600 !important;
}
.hta-left p, .hta-right, .hta-right a, .hta-right .nav-link { color: #555 !important; }
.sq-quote .martence-button {
  background: #2C2C2C !important; color: #fff !important;
  border-radius: 100px !important; border: none !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important; font-weight: 700 !important;
}

/* ── HERO: sol kolon ortalama ── */
.bep-hero-inner > div:first-child {
  text-align: center;
}
.bep-hero-inner > div:first-child .bep-hero-sub {
  margin-left: auto;
  margin-right: auto;
}
.bep-hero-inner > div:first-child .bep-hero-btns {
  justify-content: center;
}

/* ── HOW IT WORKS: başlık ve eyebrow ortala ── */
.bep-how .bep-sec-eyebrow,
.bep-how .bep-sec-title {
  text-align: center;
}

/* ── TESTIMONIALS: yeniden tasarım ── */
.bep-testi {
  background: #f8f9fa !important;
  padding: 88px 48px !important;
}
.bep-testi .bep-sec-eyebrow { text-align: left; }
.bep-testi .bep-sec-title {
  font-size: 48px !important;
  margin-bottom: 48px !important;
}
.bep-tc {
  padding: 36px !important;
  border-radius: 24px !important;
}
.bep-tc-quote {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #1a1a1a !important;
  margin-bottom: 24px !important;
}
.bep-tc.featured {
  background: #2C2C2C !important;
}
.bep-tc.featured .bep-tc-quote {
  font-size: 19px !important;
  color: rgba(255,255,255,0.93) !important;
}
.bep-tc.featured .bep-tc-name { color: #ffffff !important; font-size: 15px !important; }
.bep-tc.featured .bep-tc-role { color: rgba(255,255,255,0.5) !important; font-size: 13px !important; }
.bep-tc.blue {
  background: #dbeafe !important;
}
.bep-tc.blue .bep-tc-quote { color: #1e3a5f !important; }
.bep-tc.blue .bep-tc-name { color: #1e3a5f !important; }
.bep-tc.yellow {
  background: rgba(245,166,35,0.22) !important;
}
.bep-tc.yellow .bep-tc-quote { color: #3d2800 !important; }
.bep-tc.yellow .bep-tc-name { color: #3d2800 !important; }
.bep-tc-name {
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2px;
}
.bep-tc-role {
  font-size: 13px !important;
  color: #888 !important;
  margin-top: 4px !important;
}
.bep-testi-grid { gap: 16px !important; }

/* ── HERO: sol hizaya geri al ── */
.bep-hero-inner > div:first-child { text-align: left !important; }
.bep-hero-inner > div:first-child .bep-hero-sub { margin-left: 0; margin-right: 0; }
.bep-hero-inner > div:first-child .bep-hero-btns { justify-content: flex-start !important; }

/* ── HERO: perfected. — beyaz pill vurgu ── */
.bep-hero h1 .bep-hl {
  background: #ffffff !important;
  color: #2C2C2C !important;
  padding: 2px 14px 6px !important;
  border-radius: 12px !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

/* ── TESTIMONIALS: başlık ortala ── */
.bep-testi .bep-sec-eyebrow,
.bep-testi .bep-sec-title { text-align: center !important; }

/* ── TESTIMONIALS: canlı renkler ── */
.bep-tc.blue {
  background: #4285F4 !important;
}
.bep-tc.blue .bep-tc-quote { color: #ffffff !important; font-size: 17px !important; }
.bep-tc.blue .bep-tc-name { color: #ffffff !important; }
.bep-tc.blue .bep-tc-role { color: rgba(255,255,255,0.6) !important; }

.bep-tc.yellow {
  background: #F5A623 !important;
}
.bep-tc.yellow .bep-tc-quote { color: #2C2C2C !important; font-size: 17px !important; }
.bep-tc.yellow .bep-tc-name { color: #2C2C2C !important; }
.bep-tc.yellow .bep-tc-role { color: rgba(0,0,0,0.55) !important; }

/* ── HERO: perfected highlight — sadece altı çizili ── */
.bep-hero h1 .bep-hl {
  background: none !important;
  color: inherit !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline !important;
  text-decoration: underline !important;
  text-decoration-thickness: 4px !important;
  text-underline-offset: 4px !important;
  text-decoration-color: rgba(0,0,0,0.35) !important;
}

/* ── HOW IT WORKS: daha okunabilir ── */
.bep-how .bep-sec-eyebrow {
  color: var(--bep-amber) !important;
  font-size: 12px !important;
}
.bep-how-card h3 {
  font-size: 22px !important;
  color: #1a1a1a !important;
}
.bep-how-card p {
  color: #3a3a3a !important;
  font-size: 15px !important;
}

/* ── TOOLS: daha okunabilir ── */
.bep-tools .bep-sec-eyebrow {
  color: var(--bep-amber) !important;
  font-size: 12px !important;
}
.bep-tool-desc {
  color: #3a3a3a !important;
  font-size: 14px !important;
}
.bep-tool-link.dim {
  color: #999 !important;
  font-size: 13px !important;
}
.bep-tool-name {
  color: #1a1a1a !important;
}
.bep-tool-card {
  border: 1px solid #e0e0e0 !important;
}

/* ── TOOLS: başlık ortala ── */
.bep-tools .bep-sec-eyebrow,
.bep-tools .bep-sec-title { text-align: center !important; }

/* ── TOOLS: kart renkleri ── */
.bep-tools-grid .bep-tool-card:nth-child(1) { background: #F5A623 !important; border-color: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon { background: rgba(0,0,0,0.12) !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon svg { filter: brightness(0) !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-desc { color: rgba(0,0,0,0.65) !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-link { color: #1a1a1a !important; }

.bep-tools-grid .bep-tool-card:nth-child(2) { background: #4285F4 !important; border-color: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon { background: rgba(255,255,255,0.2) !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon svg { filter: brightness(0) invert(1) !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-name { color: #fff !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-desc { color: rgba(255,255,255,0.82) !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-link { color: #fff !important; }

.bep-tools-grid .bep-tool-card:nth-child(3) { background: #4B3DAE !important; border-color: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon { background: rgba(255,255,255,0.15) !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon svg { filter: brightness(0) invert(1) !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-name { color: #fff !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-desc { color: rgba(255,255,255,0.78) !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-link.dim { color: rgba(255,255,255,0.5) !important; }

.bep-tools-grid .bep-tool-card:nth-child(4) { background: #44C4D8 !important; border-color: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon { background: rgba(0,0,0,0.1) !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon svg { filter: brightness(0) !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-desc { color: rgba(0,0,0,0.65) !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-link.dim { color: rgba(0,0,0,0.45) !important; }

.bep-tools-grid .bep-tool-card:nth-child(5) { background: #2C2C2C !important; border-color: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon { background: rgba(255,255,255,0.1) !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon svg { filter: brightness(0) invert(1) !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-name { color: #fff !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-desc { color: rgba(255,255,255,0.72) !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-link.dim { color: rgba(255,255,255,0.42) !important; }

.bep-tools-grid .bep-tool-card:nth-child(6) { background: #FFF0CC !important; border-color: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon { background: rgba(245,166,35,0.25) !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon svg { filter: brightness(0) !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-desc { color: rgba(0,0,0,0.62) !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-link.dim { color: rgba(0,0,0,0.42) !important; }

/* ── HERO: perfected — beyaz renk ── */
.bep-hero h1 .bep-hl {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255,255,255,0.4) !important;
  text-decoration-thickness: 4px !important;
  text-underline-offset: 4px !important;
}

/* ── HERO: perfected — logo yeşili ── */
.bep-hero h1 .bep-hl {
  color: #1a6b35 !important;
  text-decoration-color: rgba(26,107,53,0.35) !important;
}

/* ── HERO: perfected — logo açık yeşili ── */
.bep-hero h1 .bep-hl {
  color: #38c172 !important;
  text-decoration-color: rgba(56,193,114,0.4) !important;
}

/* ── HERO: perfected — italik, renk kalkıyor ── */
.bep-hero h1 .bep-hl {
  color: inherit !important;
  font-style: italic !important;
  text-decoration: none !important;
}

/* ── HERO: perfected — soft krem, altı çizili ── */
.bep-hero h1 .bep-hl {
  color: #fff8e6 !important;
  font-style: normal !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255,255,255,0.5) !important;
  text-decoration-thickness: 4px !important;
  text-underline-offset: 5px !important;
}

/* ── HERO: perfected — efekt yok, düz bold ── */
.bep-hero h1 .bep-hl {
  color: inherit !important;
  font-style: normal !important;
  text-decoration: none !important;
  background: none !important;
}

/* ── HERO: perfected — sadece altı çizili ── */
.bep-hero h1 .bep-hl {
  text-decoration: underline !important;
  text-decoration-color: rgba(0,0,0,0.4) !important;
  text-decoration-thickness: 4px !important;
  text-underline-offset: 5px !important;
}

/* ── HERO UI CARD: başlık daha okunaklı ── */
.bep-hui-title {
  color: rgba(255,255,255,0.88) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* ── HERO UI CARD: genel iyileştirme ── */
.bep-hero-ui {
  box-shadow: 0 20px 60px rgba(0,0,0,0.22) !important;
}
.bep-hui-sublabel {
  color: #888 !important;
  font-size: 11px !important;
  letter-spacing: 1.8px !important;
}
.bep-hui-row {
  background: #f0f0f0 !important;
  margin-bottom: 10px !important;
  padding: 13px 16px !important;
}
.bep-hui-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
}
.bep-hui-badge {
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 11px !important;
}
.bep-hui-stat {
  background: #f0f0f0 !important;
  padding: 14px 16px !important;
}
.bep-hui-stat-l {
  color: #888 !important;
  font-size: 10px !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 6px !important;
}
.bep-hui-stat-v {
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #1a1a1a !important;
  font-family: 'Nunito', sans-serif !important;
}

/* ── v18: revert hui row/stat backgrounds, clickable card hover ── */
.bep-hui-row {
  background: #ffffff !important;
  margin-bottom: 8px !important;
  padding: 10px 14px !important;
}
.bep-hui-stat {
  background: #ffffff !important;
  padding: 11px 14px !important;
}
.bep-hui-stat-v {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  font-family: 'Nunito', sans-serif !important;
}
a.bep-hero-ui {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.bep-hero-ui:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,0.28) !important;
}

/* ── v19: center stats grid ── */
.bep-hui-stats {
  justify-items: center !important;
  text-align: center !important;
}

/* ── v20: stats bar — 3 farklı renk, sub text okunabilir ── */
.bep-stats-bar {
  background: none !important;
  padding: 0 !important;
}
.bep-stats-inner {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
}
.bep-stat-item {
  padding: 56px 40px !important;
  border-right: none !important;
  border-bottom: none !important;
}
.bep-stat-item:nth-child(1) {
  background: var(--bep-amber) !important;
}
.bep-stat-item:nth-child(1) .bep-stat-n,
.bep-stat-item:nth-child(1) .bep-stat-label {
  color: #1a1a1a !important;
}
.bep-stat-item:nth-child(1) .bep-stat-sub {
  color: rgba(0,0,0,0.62) !important;
}
.bep-stat-item:nth-child(2) {
  background: var(--bep-blue) !important;
}
.bep-stat-item:nth-child(2) .bep-stat-n,
.bep-stat-item:nth-child(2) .bep-stat-label {
  color: #ffffff !important;
}
.bep-stat-item:nth-child(2) .bep-stat-sub {
  color: rgba(255,255,255,0.82) !important;
}
.bep-stat-item:nth-child(3) {
  background: var(--bep-teal) !important;
}
.bep-stat-item:nth-child(3) .bep-stat-n,
.bep-stat-item:nth-child(3) .bep-stat-label {
  color: #1a1a1a !important;
}
.bep-stat-item:nth-child(3) .bep-stat-sub {
  color: rgba(0,0,0,0.62) !important;
}
@media (max-width: 768px) {
  .bep-stats-inner { grid-template-columns: 1fr !important; }
  .bep-stat-item { padding: 36px 24px !important; }
}

/* ── v21: stats items direct hex ── */
.bep-stats-inner > div:nth-child(1) {
  background: #F5A623 !important;
}
.bep-stats-inner > div:nth-child(1) .bep-stat-n,
.bep-stats-inner > div:nth-child(1) .bep-stat-label {
  color: #1a1a1a !important;
}
.bep-stats-inner > div:nth-child(1) .bep-stat-sub {
  color: rgba(0,0,0,0.62) !important;
}
.bep-stats-inner > div:nth-child(2) {
  background: #4285F4 !important;
}
.bep-stats-inner > div:nth-child(3) {
  background: #44C4D8 !important;
}

/* ── v22: stats bar spacing + item1 deep navy ── */
.bep-stats-bar {
  margin-top: 48px !important;
}
.bep-stats-inner > div:nth-child(1) {
  background: #1A3050 !important;
}
.bep-stats-inner > div:nth-child(1) .bep-stat-n,
.bep-stats-inner > div:nth-child(1) .bep-stat-label {
  color: #ffffff !important;
}
.bep-stats-inner > div:nth-child(1) .bep-stat-sub {
  color: rgba(255,255,255,0.75) !important;
}

/* ── v23: item1 softer slate blue ── */
.bep-stats-inner > div:nth-child(1) {
  background: #4A6FA5 !important;
}

/* ── v24: stat numbers Nunito (div override fix) ── */
.bep-stat-n {
  font-family: 'Nunito', sans-serif !important;
}
.bep-stat-label {
  font-family: 'Nunito', sans-serif !important;
}

/* ── v25: stat-n font-weight hafifletildi ── */
.bep-stat-n {
  font-weight: 700 !important;
}

/* ── v26: soluk label renkleri koyulaştırıldı ── */
.bep-sec-eyebrow {
  color: #888 !important;
}
.bep-order-label {
  color: #777 !important;
}
.bep-progress-labels {
  color: #777 !important;
}
.bep-payout-label {
  color: #777 !important;
}
.bep-payout-sub {
  color: #666 !important;
}

/* ── v27: sec-title Nunito (div override fix) ── */
.bep-sec-title {
  font-family: 'Nunito', sans-serif !important;
}

/* ── v28: tool cards — elegant white + colored top border ── */
.bep-tools {
  background: #f0f2f5 !important;
}
.bep-tools-grid {
  gap: 20px !important;
}
/* Reset all colored backgrounds */
.bep-tools-grid .bep-tool-card:nth-child(1),
.bep-tools-grid .bep-tool-card:nth-child(2),
.bep-tools-grid .bep-tool-card:nth-child(3),
.bep-tools-grid .bep-tool-card:nth-child(4),
.bep-tools-grid .bep-tool-card:nth-child(5),
.bep-tools-grid .bep-tool-card:nth-child(6) {
  background: #ffffff !important;
  border: none !important;
  border-top: 4px solid !important;
  border-radius: 16px !important;
  padding: 28px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.bep-tools-grid .bep-tool-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12) !important;
}
/* Border colors per card */
.bep-tools-grid .bep-tool-card:nth-child(1) { border-top-color: #F5A623 !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) { border-top-color: #4285F4 !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) { border-top-color: #7C6FCD !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) { border-top-color: #44C4D8 !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) { border-top-color: #E05C72 !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) { border-top-color: #38B28A !important; }
/* Icon backgrounds — soft tint */
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon { background: rgba(245,166,35,0.12) !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon { background: rgba(66,133,244,0.12) !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon { background: rgba(124,111,205,0.12) !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon { background: rgba(68,196,216,0.12) !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon { background: rgba(224,92,114,0.12) !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon { background: rgba(56,178,138,0.12) !important; }
/* Reset all text to dark */
.bep-tools-grid .bep-tool-card .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card .bep-tool-desc { color: #555 !important; }
.bep-tools-grid .bep-tool-card .bep-tool-link { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card .bep-tool-link.dim { color: #aaa !important; }
/* Icon SVG colors */
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon svg { filter: none !important; color: #F5A623; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon svg { filter: none !important; }
/* Try free link color per card */
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-link { color: #d4870a !important; font-weight: 700 !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-link { color: #4285F4 !important; font-weight: 700 !important; }

/* ── v29: tool cards — soft pastel redesign ── */
.bep-tools {
  background: #ffffff !important;
}
.bep-tools-grid {
  gap: 20px !important;
}
/* Base reset for all 6 cards */
.bep-tools-grid .bep-tool-card:nth-child(1),
.bep-tools-grid .bep-tool-card:nth-child(2),
.bep-tools-grid .bep-tool-card:nth-child(3),
.bep-tools-grid .bep-tool-card:nth-child(4),
.bep-tools-grid .bep-tool-card:nth-child(5),
.bep-tools-grid .bep-tool-card:nth-child(6) {
  border: none !important;
  border-radius: 20px !important;
  padding: 32px !important;
  box-shadow: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.bep-tools-grid .bep-tool-card:nth-child(1):hover,
.bep-tools-grid .bep-tool-card:nth-child(2):hover,
.bep-tools-grid .bep-tool-card:nth-child(3):hover,
.bep-tools-grid .bep-tool-card:nth-child(4):hover,
.bep-tools-grid .bep-tool-card:nth-child(5):hover,
.bep-tools-grid .bep-tool-card:nth-child(6):hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.1) !important;
}
/* Pastel backgrounds */
.bep-tools-grid .bep-tool-card:nth-child(1) { background: #FFF5E0 !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) { background: #EAF1FF !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) { background: #F0EEFF !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) { background: #E6F9FC !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) { background: #FFF0F3 !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) { background: #EDFAF3 !important; }
/* Icon backgrounds */
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon { background: rgba(245,166,35,0.18) !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon { background: rgba(66,133,244,0.15) !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon { background: rgba(124,111,205,0.15) !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon { background: rgba(68,196,216,0.15) !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon { background: rgba(224,92,114,0.15) !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon { background: rgba(56,178,138,0.15) !important; }
/* SVG icons — dark color */
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon svg { filter: brightness(0) !important; }
/* All text dark (override white text from previous versions) */
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-desc { color: #555 !important; }
/* Links */
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-link { color: #c47e00 !important; font-weight: 700 !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-link { color: #4285F4 !important; font-weight: 700 !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-link.dim { color: #9b8ee0 !important; }
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-link.dim { color: #38b0c2 !important; }
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-link.dim { color: #d06070 !important; }
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-link.dim { color: #38B28A !important; }

/* ── v30: stat-sub max-width genişletildi ── */
.bep-stat-sub {
  max-width: 260px !important;
}

/* ── v31: Tool Spotlight section ── */
.bep-spotlight { background: #f4f6fa; padding: 80px 48px; }
.bep-spotlight-inner { max-width: 1200px; margin: 0 auto; }
.bep-spotlight-sub {
  text-align: center; font-size: 16px; color: #666;
  max-width: 560px; margin: 0 auto 48px; line-height: 1.6;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.bep-spotlight-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.bep-sp-card {
  background: #ffffff; border-radius: 24px; padding: 36px 32px;
  display: flex; flex-direction: column; text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.bep-sp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.bep-sp-icon {
  width: 60px; height: 60px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.bep-sp-amber .bep-sp-icon { background: #FFF3D0; }
.bep-sp-blue   .bep-sp-icon { background: #E8F0FE; }
.bep-sp-purple .bep-sp-icon { background: #EDE9FF; }
.bep-sp-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  background: #e8f5e9; color: #2e7d32;
  padding: 4px 10px; border-radius: 100px; margin-bottom: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif; width: fit-content;
}
.bep-sp-name {
  font-family: 'Nunito', sans-serif !important;
  font-size: 22px; font-weight: 800; color: #1a1a1a;
  margin-bottom: 12px; line-height: 1.2;
}
.bep-sp-desc {
  font-size: 15px; color: #555; line-height: 1.6;
  font-family: 'Plus Jakarta Sans', sans-serif;
  flex-grow: 1; margin-bottom: 28px;
}
.bep-sp-cta {
  display: block; text-align: center; padding: 14px 20px;
  border-radius: 100px; font-size: 14px; font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-decoration: none !important; margin-top: auto;
  transition: opacity 0.15s;
}
.bep-sp-cta:hover { opacity: 0.88; }
.bep-sp-cta-amber  { background: #F5A623; color: #1a1a1a; }
.bep-sp-cta-blue   { background: #4285F4; color: #ffffff; }
.bep-sp-cta-purple { background: #7C6FCD; color: #ffffff; }
@media (max-width: 900px) {
  .bep-spotlight-grid { grid-template-columns: 1fr; }
  .bep-spotlight { padding: 60px 24px; }
}

/* ── v32: spotlight pills ── */
.bep-spotlight-pills {
  display: flex; justify-content: center; gap: 12px;
  flex-wrap: wrap; margin-bottom: 48px;
}
.bep-sp-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: #ffffff; border: 1.5px solid #e0e4ec;
  color: #444; font-size: 13px; font-weight: 600;
  padding: 8px 18px; border-radius: 100px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── v33: hero pill badges ── */
.bep-hero-pills {
  display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; margin-bottom: 8px;
}
.bep-hero-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(0,0,0,0.15); color: #1a1a1a;
  font-size: 13px; font-weight: 700;
  padding: 7px 16px; border-radius: 100px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border: 1.5px solid rgba(0,0,0,0.12);
}

/* ── v34: hero rotator ── */
.bep-hero-rotator {
  position: relative;
}
.bep-rot-slide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0; left: 0; right: 0;
  transition: opacity 0.6s ease;
}
.bep-rot-slide.bep-rot-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.bep-rot-dots {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 16px;
}
.bep-rot-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(0,0,0,0.2); cursor: pointer;
  transition: background 0.3s;
}
.bep-rot-dot.bep-rot-dot-active {
  background: rgba(0,0,0,0.55);
  width: 22px; border-radius: 4px;
}

/* ── v35: rotator scale+fade transition ── */
.bep-hero-rotator {
  position: relative !important;
  min-height: 460px !important;
}
.bep-rot-slide {
  position: absolute !important;
  top: 0; left: 0; right: 0;
  opacity: 0 !important;
  transform: scale(0.97) !important;
  pointer-events: none !important;
  transition: opacity 0.65s ease, transform 0.65s ease !important;
}
.bep-rot-slide.bep-rot-active {
  opacity: 1 !important;
  transform: scale(1) !important;
  pointer-events: auto !important;
  position: relative !important;
}

/* ── v36: rotator controls + arrows ── */
.bep-rot-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 16px;
}
.bep-rot-arrow {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(0,0,0,0.15); border: none;
  color: #1a1a1a; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.bep-rot-arrow:hover {
  background: rgba(0,0,0,0.28);
}
.bep-rot-dots {
  margin-top: 0 !important;
}

/* ── v37: new footer ── */
.bep-footer {
  background: #f0f2f5;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.bep-footer-main {
  padding: 64px 48px 48px;
}
.bep-footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.bep-footer-brand {}
.bep-footer-tagline {
  font-size: 13px; color: #666; line-height: 1.6;
  margin: 16px 0 20px;
}
.bep-footer-social {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.bep-fsoc {
  width: 36px; height: 36px; border-radius: 50%;
  background: #e4e6ea; color: #444;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 14px;
  transition: background 0.2s, color 0.2s;
}
.bep-fsoc:hover { background: #2C2C2C; color: #fff; }
.bep-footer-col {}
.bep-footer-col-title {
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #888; margin-bottom: 16px;
}
.bep-footer-link {
  display: block; font-size: 14px; color: #333;
  text-decoration: none; margin-bottom: 10px;
  transition: color 0.15s;
}
.bep-footer-link:hover { color: #F5A623; }
.bep-footer-bottom {
  border-top: 1px solid #dde0e6;
  padding: 20px 48px;
}
.bep-footer-bottom .bep-footer-inner {
  grid-template-columns: 1fr auto;
  gap: 20px; align-items: center;
}
.bep-footer-copy {
  font-size: 13px; color: #888; margin: 0;
}
.bep-footer-payments {
  display: flex; gap: 12px; align-items: center;
}
@media (max-width: 900px) {
  .bep-footer-inner { grid-template-columns: 1fr 1fr; }
  .bep-footer-main { padding: 48px 24px 32px; }
  .bep-footer-bottom { padding: 16px 24px; }
  .bep-footer-bottom .bep-footer-inner { grid-template-columns: 1fr; }
}

/* ── v38: footer font fixes ── */
.bep-footer-link {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: #333 !important;
  line-height: 1.4 !important;
}
.bep-footer-col-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  letter-spacing: 1px !important;
}
.bep-footer-tagline {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  letter-spacing: 0 !important;
}
.bep-footer-copy {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  letter-spacing: 0 !important;
}

/* ── v39: footer typography match doublegood ── */
.bep-footer-col-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #1a1a1a !important;
  margin-bottom: 20px !important;
}
.bep-footer-link {
  color: #555 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-bottom: 12px !important;
}
.bep-footer-link:hover {
  color: #1a1a1a !important;
}
.bep-footer-tagline {
  color: #555 !important;
  font-size: 14px !important;
}
.bep-footer-copy {
  color: #888 !important;
  font-size: 13px !important;
}

/* ── v40: spotlight simplified — no badges, outlined CTAs ── */
.bep-sp-badge { display: none !important; }
.bep-sp-cta {
  background: transparent !important;
  color: #333 !important;
  border: 1.5px solid #ddd !important;
  font-weight: 600 !important;
}
.bep-sp-cta-amber:hover { border-color: #F5A623 !important; color: #c47e00 !important; background: #FFF5E0 !important; }
.bep-sp-cta-blue:hover  { border-color: #4285F4 !important; color: #4285F4 !important; background: #EAF1FF !important; }
.bep-sp-cta-purple:hover { border-color: #7C6FCD !important; color: #7C6FCD !important; background: #F0EEFF !important; }

/* ── v41: spotlight card subtle bg tints ── */
.bep-spotlight-grid .bep-sp-card:nth-child(1) { background: #FFFBF0 !important; }
.bep-spotlight-grid .bep-sp-card:nth-child(2) { background: #F6F9FF !important; }
.bep-spotlight-grid .bep-sp-card:nth-child(3) { background: #F7F5FF !important; }

/* ── v42: spotlight cards all white ── */
.bep-spotlight-grid .bep-sp-card:nth-child(1),
.bep-spotlight-grid .bep-sp-card:nth-child(2),
.bep-spotlight-grid .bep-sp-card:nth-child(3) { background: #ffffff !important; }

/* ── v43: spotlight dark card design ── */
.bep-spotlight { background: #0d0f1a !important; }
.bep-spotlight .bep-sec-title { color: #ffffff !important; }
.bep-spotlight-sub { color: rgba(255,255,255,0.65) !important; }

.bep-spotlight-grid .bep-sp-card:nth-child(1) { background: #1f1b0f !important; border: 1px solid rgba(245,166,35,0.18) !important; }
.bep-spotlight-grid .bep-sp-card:nth-child(2) { background: #0e1526 !important; border: 1px solid rgba(66,133,244,0.18) !important; }
.bep-spotlight-grid .bep-sp-card:nth-child(3) { background: #15102a !important; border: 1px solid rgba(124,111,205,0.18) !important; }

.bep-sp-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.4) !important; }

.bep-sp-amber .bep-sp-icon { background: rgba(245,166,35,0.22) !important; }
.bep-sp-blue   .bep-sp-icon { background: rgba(66,133,244,0.22) !important; }
.bep-sp-purple .bep-sp-icon { background: rgba(124,111,205,0.22) !important; }

.bep-sp-name { color: #ffffff !important; }
.bep-sp-desc { color: rgba(255,255,255,0.65) !important; }

/* restore colored CTAs over outlined v40 */
.bep-sp-cta { border: none !important; }
.bep-sp-cta-amber  { background: #F5A623 !important; color: #1a1a1a !important; }
.bep-sp-cta-blue   { background: #4285F4 !important; color: #ffffff !important; }
.bep-sp-cta-purple { background: #7C6FCD !important; color: #ffffff !important; }
.bep-sp-cta-amber:hover  { background: #e09520 !important; color: #1a1a1a !important; border-color: transparent !important; }
.bep-sp-cta-blue:hover   { background: #3574e8 !important; color: #ffffff !important; border-color: transparent !important; }
.bep-sp-cta-purple:hover { background: #6b5fbd !important; color: #ffffff !important; border-color: transparent !important; }

/* ── v44: spotlight revert — light elegant cards ── */
.bep-spotlight { background: #f8f9fb !important; }
.bep-spotlight .bep-sec-title { color: #1a1a1a !important; }
.bep-spotlight-sub { color: #666 !important; }

/* reset dark overrides */
.bep-spotlight-grid .bep-sp-card:nth-child(1),
.bep-spotlight-grid .bep-sp-card:nth-child(2),
.bep-spotlight-grid .bep-sp-card:nth-child(3) {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07) !important;
  border-top: 3px solid transparent !important;
}
.bep-spotlight-grid .bep-sp-card:nth-child(1) { border-top-color: #F5A623 !important; }
.bep-spotlight-grid .bep-sp-card:nth-child(2) { border-top-color: #4285F4 !important; }
.bep-spotlight-grid .bep-sp-card:nth-child(3) { border-top-color: #7C6FCD !important; }

.bep-sp-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.13) !important; }

.bep-sp-amber .bep-sp-icon { background: #FFF3D0 !important; }
.bep-sp-blue   .bep-sp-icon { background: #E8F0FE !important; }
.bep-sp-purple .bep-sp-icon { background: #EDE9FF !important; }

.bep-sp-name { color: #1a1a1a !important; }
.bep-sp-desc { color: #555 !important; }

/* colored solid CTAs */
.bep-sp-cta { border: none !important; }
.bep-sp-cta-amber  { background: #F5A623 !important; color: #1a1a1a !important; }
.bep-sp-cta-blue   { background: #4285F4 !important; color: #ffffff !important; }
.bep-sp-cta-purple { background: #7C6FCD !important; color: #ffffff !important; }
.bep-sp-cta-amber:hover  { background: #e09520 !important; color: #1a1a1a !important; border-color: transparent !important; }
.bep-sp-cta-blue:hover   { background: #3574e8 !important; color: #ffffff !important; border-color: transparent !important; }
.bep-sp-cta-purple:hover { background: #6b5fbd !important; color: #ffffff !important; border-color: transparent !important; }

/* ── v45: free tools — icon-forward, no card backgrounds ── */
.bep-tools { background: #ffffff !important; }
.bep-tools-grid { gap: 48px 40px !important; }

/* strip all card styles */
.bep-tool-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: none !important;
}
.bep-tool-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* icon area */
.bep-tool-icon {
  width: 52px !important; height: 52px !important;
  border-radius: 14px !important;
  margin-bottom: 18px !important;
  transition: transform 0.2s ease !important;
}
.bep-tool-card:hover .bep-tool-icon { transform: translateY(-3px) !important; }

/* live tool 1 — Journal Matcher */
.bep-tools-grid .bep-tool-card:nth-child(1) { background: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon { background: #FFF3D0 !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-desc { color: #555 !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-link { color: #F5A623 !important; font-weight: 600 !important; }

/* live tool 2 — Abstract Checker */
.bep-tools-grid .bep-tool-card:nth-child(2) { background: transparent !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon { background: #E8F0FE !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-desc { color: #555 !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-link { color: #4285F4 !important; font-weight: 600 !important; }

/* coming-soon cards (3–6) — muted */
.bep-tools-grid .bep-tool-card:nth-child(3),
.bep-tools-grid .bep-tool-card:nth-child(4),
.bep-tools-grid .bep-tool-card:nth-child(5),
.bep-tools-grid .bep-tool-card:nth-child(6) {
  background: transparent !important; opacity: 0.5 !important;
}
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon { background: #f0f0f0 !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-desc { color: #555 !important; }

/* typography */
.bep-tool-name { font-size: 17px !important; font-weight: 700 !important; margin-bottom: 8px !important; }
.bep-tool-desc { font-size: 14px !important; line-height: 1.65 !important; margin-bottom: 12px !important; }
.bep-tool-link { font-size: 13px !important; }

/* ── v46: free tools — clean white cards, light section bg, matching fonts ── */
.bep-tools { background: #f8f9fb !important; }
.bep-tools-grid { gap: 20px !important; }

/* restore card structure */
.bep-tool-card {
  background: #ffffff !important;
  border: 1px solid #e8eaed !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05) !important;
  border-radius: 16px !important;
  padding: 28px 28px 24px !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}
.bep-tool-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.10) !important;
  transform: translateY(-3px) !important;
}

/* icon area */
.bep-tool-icon {
  width: 48px !important; height: 48px !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
  transition: none !important;
}
.bep-tool-card:hover .bep-tool-icon { transform: none !important; }

/* live card 1 — Journal Matcher */
.bep-tools-grid .bep-tool-card:nth-child(1) { background: #ffffff !important; border-color: #e8eaed !important; opacity: 1 !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon { background: #FFF3D0 !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-desc { color: #555 !important; }
.bep-tools-grid .bep-tool-card:nth-child(1) .bep-tool-link { color: #F5A623 !important; font-weight: 600 !important; }

/* live card 2 — Abstract Checker */
.bep-tools-grid .bep-tool-card:nth-child(2) { background: #ffffff !important; border-color: #e8eaed !important; opacity: 1 !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon { background: #E8F0FE !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-desc { color: #555 !important; }
.bep-tools-grid .bep-tool-card:nth-child(2) .bep-tool-link { color: #4285F4 !important; font-weight: 600 !important; }

/* coming-soon cards (3–6) */
.bep-tools-grid .bep-tool-card:nth-child(3),
.bep-tools-grid .bep-tool-card:nth-child(4),
.bep-tools-grid .bep-tool-card:nth-child(5),
.bep-tools-grid .bep-tool-card:nth-child(6) {
  background: #ffffff !important; border-color: #e8eaed !important; opacity: 0.6 !important;
}
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon { background: #f0f0f0 !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-icon svg,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-icon svg { filter: none !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-name,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-name { color: #1a1a1a !important; }
.bep-tools-grid .bep-tool-card:nth-child(3) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(4) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(5) .bep-tool-desc,
.bep-tools-grid .bep-tool-card:nth-child(6) .bep-tool-desc { color: #555 !important; }

/* font — match split section */
.bep-tool-name {
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px !important; font-weight: 800 !important;
  letter-spacing: -0.2px !important; line-height: 1.2 !important;
  margin-bottom: 8px !important;
}
.bep-tool-desc {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important; color: #555 !important;
  line-height: 1.7 !important; margin-bottom: 14px !important;
}
.bep-tool-link {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important; font-weight: 600 !important;
}

/* ── v47: spotlight text — match how-it-works font style ── */
.bep-sp-name {
  font-family: 'Nunito', sans-serif !important;
  font-size: 22px !important; font-weight: 800 !important;
  color: #1a1a1a !important; line-height: 1.2 !important;
  margin-bottom: 12px !important;
}
.bep-sp-desc {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 15px !important; color: #3a3a3a !important;
  line-height: 1.65 !important; margin-bottom: 28px !important;
}

/* ── v48: stats bar — gap + rounded corners ── */
.bep-stats-bar { padding: 0 48px !important; }
.bep-stats-inner { gap: 16px !important; }
.bep-stats-inner > div { border-radius: 20px !important; }
@media (max-width: 768px) {
  .bep-stats-bar { padding: 0 24px !important; }
}

/* ── v49: orbital tools section ── */
.bep-orbital { background: #f8f9fb; padding: 80px 48px; }
.bep-orbital-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
}
.bep-orbital-heading {
  font-family: 'Nunito', sans-serif !important;
  font-size: 40px !important; font-weight: 800 !important;
  color: #1a1a1a !important; line-height: 1.15 !important;
  margin-bottom: 16px !important; letter-spacing: -0.5px !important;
}
.bep-orbital-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 32px;
}
.bep-orbital-btn {
  display: inline-block; background: #1a1a1a; color: #fff !important;
  padding: 14px 28px; border-radius: 100px; font-size: 15px; font-weight: 600;
  text-decoration: none !important; font-family: 'Plus Jakarta Sans', sans-serif;
  transition: background 0.2s;
}
.bep-orbital-btn:hover { background: #333 !important; color: #fff !important; }

.bep-orbital-stage {
  position: relative; width: 480px; height: 480px; margin: 0 auto;
}

.bep-orb-hub {
  position: absolute; top: 50%; left: 50%;
  width: 100px; height: 100px;
  transform: translate(-50%, -50%);
  background: #F5A623; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; box-shadow: 0 4px 24px rgba(245,166,35,0.4);
}
.bep-orb-hub-inner {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.bep-orb-hub-inner small {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 9px; font-weight: 700; color: rgba(0,0,0,0.6);
  letter-spacing: 0.8px; text-transform: uppercase;
}

.bep-orb-deco {
  position: absolute; top: 50%; left: 50%;
  border-radius: 50%; border: 1.5px dashed rgba(0,0,0,0.1);
  pointer-events: none;
}
.bep-orb-deco-i { width: 270px; height: 270px; margin: -135px 0 0 -135px; }
.bep-orb-deco-o { width: 420px; height: 420px; margin: -210px 0 0 -210px; }

.bep-orb-node {
  position: absolute; top: 50%; left: 50%;
  width: 70px; height: 70px; border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 3px; z-index: 5;
  box-shadow: 0 2px 14px rgba(0,0,0,0.10);
  transform: translate(-50%, -50%);
}
.bep-orb-node span {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 8px !important; font-weight: 700 !important;
  text-align: center; line-height: 1.2; letter-spacing: 0.2px;
}
.bep-node-amber { background: #FFF3D0; }
.bep-node-amber svg { stroke: #c47e00; }
.bep-node-amber span { color: #b87200; }
.bep-node-blue { background: #E8F0FE; }
.bep-node-blue svg { stroke: #4285F4; }
.bep-node-blue span { color: #2a6fdf; }
.bep-node-purple { background: #EDE9FF; }
.bep-node-purple svg { stroke: #7C6FCD; }
.bep-node-purple span { color: #6b5fbd; }
.bep-node-gray { background: #efefef; opacity: 0.7; }
.bep-node-gray svg { stroke: #aaa; }
.bep-node-gray span { color: #aaa; }

@media (max-width: 960px) {
  .bep-orbital-inner { grid-template-columns: 1fr; }
  .bep-orbital-stage { display: none; }
  .bep-orbital { padding: 60px 24px; }
}

/* ── v50: orbital — full centered layout ── */
.bep-orbital { background: #ffffff; padding: 80px 24px 60px; }
.bep-orbital-inner { max-width: 860px; margin: 0 auto; text-align: center; }

.bep-orbital-stage {
  position: relative; width: 600px; height: 600px;
  margin: 0 auto; overflow: visible;
}

/* override v49 split grid */
.bep-orbital-inner { display: block !important; }

.bep-orb-hub {
  position: absolute; top: 50%; left: 50%;
  width: 120px; height: 120px;
  transform: translate(-50%, -50%);
  background: #F5A623; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; box-shadow: 0 6px 30px rgba(245,166,35,0.45);
}
.bep-orb-hub-inner {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
}
.bep-orb-hub-inner small {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 9px; font-weight: 700; color: rgba(0,0,0,0.6);
  letter-spacing: 1px; text-transform: uppercase;
}

.bep-orb-deco {
  position: absolute; top: 50%; left: 50%;
  border-radius: 50%; border: 1.5px dashed rgba(0,0,0,0.12);
  pointer-events: none;
}
.bep-orb-deco-i { width: 310px; height: 310px; margin: -155px 0 0 -155px; }
.bep-orb-deco-o { width: 510px; height: 510px; margin: -255px 0 0 -255px; }

.bep-orb-node {
  position: absolute; top: 50%; left: 50%;
  width: 86px; height: 86px; border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px; z-index: 5;
  box-shadow: 0 3px 16px rgba(0,0,0,0.12);
  transform: translate(-50%, -50%);
  text-decoration: none !important;
}
.bep-orb-node span {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 9px !important; font-weight: 700 !important;
  text-align: center; line-height: 1.3; letter-spacing: 0.2px;
}
.bep-node-amber { background: #FFF3D0; }
.bep-node-amber svg { stroke: #c47e00; }
.bep-node-amber span { color: #b87200; }
.bep-node-blue { background: #E8F0FE; }
.bep-node-blue svg { stroke: #4285F4; }
.bep-node-blue span { color: #2a6fdf; }
.bep-node-purple { background: #EDE9FF; }
.bep-node-purple svg { stroke: #7C6FCD; }
.bep-node-purple span { color: #6b5fbd; }
.bep-node-gray { background: #efefef; opacity: 0.65; }
.bep-node-gray svg { stroke: #aaa; }
.bep-node-gray span { color: #aaa; }

/* text below orbit */
.bep-orbital-text { margin-top: 52px; }
.bep-orbital-heading {
  font-family: 'Nunito', sans-serif !important;
  font-size: 38px !important; font-weight: 800 !important;
  color: #1a1a1a !important; line-height: 1.15 !important;
  margin-bottom: 14px !important; letter-spacing: -0.5px !important;
}
.bep-orbital-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; color: #555; line-height: 1.7;
  margin-bottom: 28px; max-width: 520px; margin-left: auto; margin-right: auto;
}
.bep-orbital-btn {
  display: inline-block; background: #1a1a1a; color: #fff !important;
  padding: 14px 32px; border-radius: 100px; font-size: 15px; font-weight: 600;
  text-decoration: none !important; font-family: 'Plus Jakarta Sans', sans-serif;
}
.bep-orbital-btn:hover { background: #333 !important; color: #fff !important; }

@media (max-width: 700px) {
  .bep-orbital-stage { width: 340px; height: 340px; }
  .bep-orb-deco-i { width: 180px; height: 180px; margin: -90px 0 0 -90px; }
  .bep-orb-deco-o { width: 300px; height: 300px; margin: -150px 0 0 -150px; }
  .bep-orb-hub { width: 80px; height: 80px; }
  .bep-orb-node { width: 58px; height: 58px; }
}

/* ── v51: orbital — ring rotation, split layout ── */
.bep-orbital { background: #f8f9fb; padding: 80px 48px; }
.bep-orbital-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid !important; grid-template-columns: 1fr 1fr !important;
  align-items: center; gap: 60px;
}
.bep-orbital-heading {
  font-family: 'Nunito', sans-serif !important;
  font-size: 40px !important; font-weight: 800 !important;
  color: #1a1a1a !important; line-height: 1.15 !important;
  margin-bottom: 16px !important; letter-spacing: -0.5px !important;
}
.bep-orbital-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 32px;
}
.bep-orbital-btn {
  display: inline-block; background: #1a1a1a; color: #fff !important;
  padding: 14px 30px; border-radius: 100px; font-size: 15px; font-weight: 600;
  text-decoration: none !important; font-family: 'Plus Jakarta Sans', sans-serif;
}
.bep-orbital-btn:hover { background: #333 !important; }

/* stage */
.bep-orbital-stage {
  position: relative; width: 560px; height: 560px;
  margin: 0 auto; overflow: visible;
}

/* hub */
.bep-orb-hub {
  position: absolute; top: 50%; left: 50%;
  width: 110px; height: 110px;
  transform: translate(-50%, -50%);
  background: #F5A623; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; z-index: 10; box-shadow: 0 6px 28px rgba(245,166,35,0.45);
}
.bep-orb-hub small {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 8px; font-weight: 800; color: rgba(0,0,0,0.55);
  letter-spacing: 1.2px; text-transform: uppercase;
}

/* ring wrapper — centered */
.bep-ring-wrap {
  position: absolute; top: 50%; left: 50%;
}

/* ring — spinning circle */
.bep-ring {
  width: 100%; height: 100%; border-radius: 50%;
  border: 1.5px dashed rgba(0,0,0,0.13);
  position: relative;
}
.bep-ring-cw  { animation: bep-ring-cw 22s linear infinite; }
.bep-ring-ccw { animation: bep-ring-ccw 38s linear infinite; }

@keyframes bep-ring-cw  { to { transform: rotate(360deg); } }
@keyframes bep-ring-ccw { to { transform: rotate(-360deg); } }

/* arm — spoke from center to item */
.bep-arm {
  position: absolute;
  top: 0; left: 50%;
  height: 50%; width: 0;
  transform-origin: bottom center;
  transform: rotate(var(--a));
}

/* node wrapper — counter-rotates to stay upright */
.bep-nw {
  position: absolute; top: 0; left: 0;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-decoration: none !important;
  animation: bep-nw-ccw 22s linear infinite;
}
.bep-nw-ccw { animation: bep-nw-cw 38s linear infinite; }

@keyframes bep-nw-ccw { from { transform: translateX(-50%) rotate(0deg); }    to { transform: translateX(-50%) rotate(-360deg); } }
@keyframes bep-nw-cw  { from { transform: translateX(-50%) rotate(0deg); }    to { transform: translateX(-50%) rotate(360deg); } }

/* node circle */
.bep-nc {
  width: 78px; height: 78px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}
.bep-nc-amber  { background: #F5A623; }
.bep-nc-amber  svg { stroke: #1a1a1a; }
.bep-nc-blue   { background: #4285F4; }
.bep-nc-blue   svg { stroke: #ffffff; }
.bep-nc-purple { background: #7C6FCD; }
.bep-nc-purple svg { stroke: #ffffff; }
.bep-nc-gray   { background: #e2e2e2; opacity: 0.7; }
.bep-nc-gray   svg { stroke: #aaa; }

/* label below circle */
.bep-nl {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 11px !important; font-weight: 700 !important;
  text-align: center; line-height: 1.3; white-space: nowrap;
}

@media (max-width: 960px) {
  .bep-orbital-inner { grid-template-columns: 1fr !important; }
  .bep-orbital-stage { display: none; }
  .bep-orbital { padding: 60px 24px; }
  .bep-orbital-text { text-align: center; }
}

/* ── v52: orbital — single ring, all items same speed/direction ── */
.bep-orbital { background: #f8f9fb; padding: 80px 48px; }
.bep-orbital-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid !important; grid-template-columns: 1fr 1fr !important;
  align-items: center; gap: 60px;
}
.bep-orbital-heading {
  font-family: 'Nunito', sans-serif !important;
  font-size: 40px !important; font-weight: 800 !important;
  color: #1a1a1a !important; line-height: 1.15 !important;
  margin-bottom: 16px !important; letter-spacing: -0.5px !important;
}
.bep-orbital-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 32px;
}
.bep-orbital-btn {
  display: inline-block; background: #1a1a1a; color: #fff !important;
  padding: 14px 30px; border-radius: 100px; font-size: 15px; font-weight: 600;
  text-decoration: none !important; font-family: 'Plus Jakarta Sans', sans-serif;
}
.bep-orbital-btn:hover { background: #333 !important; }

/* stage */
.bep-orbital-stage {
  position: relative; width: 520px; height: 520px;
  margin: 0 auto; flex-shrink: 0;
}

/* hub */
.bep-orb-hub {
  position: absolute; top: 50%; left: 50%;
  width: 110px; height: 110px; margin: -55px 0 0 -55px;
  background: #F5A623; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; z-index: 10; box-shadow: 0 6px 28px rgba(245,166,35,0.4);
}
.bep-orb-hub small {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 8px; font-weight: 800; color: rgba(0,0,0,0.5);
  letter-spacing: 1.2px; text-transform: uppercase;
}

/* single dashed ring guide */
.bep-orb-guide {
  position: absolute; top: 50%; left: 50%;
  width: 420px; height: 420px; margin: -210px 0 0 -210px;
  border-radius: 50%; border: 1.5px dashed rgba(0,0,0,0.13);
  pointer-events: none;
}

/* orbit items — centered at stage center, orbit at r=210px */
.bep-oc {
  position: absolute; top: 50%; left: 50%;
  width: 86px; height: 86px; margin: -43px 0 0 -43px;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; z-index: 5;
  box-shadow: 0 4px 18px rgba(0,0,0,0.14);
  text-decoration: none !important;
}
.bep-oc span {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 9px !important; font-weight: 800 !important;
  text-align: center; line-height: 1.25;
}

/* node colors */
.bep-oc-amber          { background: #F5A623; }
.bep-oc-amber svg      { stroke: #1a1a1a; }
.bep-oc-amber span     { color: #1a1a1a; }
.bep-oc-blue           { background: #4285F4; }
.bep-oc-blue svg       { stroke: #ffffff; }
.bep-oc-blue span      { color: #ffffff; }
.bep-oc-purple         { background: #7C6FCD; }
.bep-oc-purple svg     { stroke: #ffffff; }
.bep-oc-purple span    { color: #ffffff; }
.bep-oc-gray           { background: #e2e4e8; opacity: 0.65; }
.bep-oc-gray svg       { stroke: #999; }
.bep-oc-gray span      { color: #888; }

/* single keyframe: rotate around center, counter-rotate to stay upright */
@keyframes bep-orbit {
  from { transform: rotate(0deg)   translateX(210px) rotate(0deg); }
  to   { transform: rotate(360deg) translateX(210px) rotate(-360deg); }
}

/* 5 items evenly distributed: 72° apart = delay steps of 35s/5 = 7s */
.bep-o1 { animation: bep-orbit 35s linear infinite; }
.bep-o2 { animation: bep-orbit 35s linear infinite -7s; }
.bep-o3 { animation: bep-orbit 35s linear infinite -14s; }
.bep-o4 { animation: bep-orbit 35s linear infinite -21s; }
.bep-o5 { animation: bep-orbit 35s linear infinite -28s; }

@media (max-width: 960px) {
  .bep-orbital-inner { grid-template-columns: 1fr !important; }
  .bep-orbital-stage { display: none; }
  .bep-orbital { padding: 60px 24px; }
}

/* ── v53: orbital — JS single ring, all items same angular velocity ── */
.bep-orbital { background: #f8f9fb; padding: 80px 48px; }
.bep-orbital-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid !important; grid-template-columns: 1fr 1fr !important;
  align-items: center; gap: 60px;
}
.bep-orbital-heading {
  font-family: 'Nunito', sans-serif !important;
  font-size: 40px !important; font-weight: 800 !important;
  color: #1a1a1a !important; line-height: 1.15 !important;
  margin-bottom: 16px !important; letter-spacing: -0.5px !important;
}
.bep-orbital-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 32px;
}
.bep-orbital-btn {
  display: inline-block; background: #1a1a1a; color: #fff !important;
  padding: 14px 30px; border-radius: 100px; font-size: 15px; font-weight: 600;
  text-decoration: none !important; font-family: 'Plus Jakarta Sans', sans-serif;
}
.bep-orbital-btn:hover { background: #333 !important; }

/* stage — fixed 500x500 coordinate system */
.bep-orbital-stage {
  position: relative; width: 500px; height: 500px;
  margin: 0 auto; flex-shrink: 0;
}

/* SVG ring guide overlay */
.bep-orb-ring-svg {
  position: absolute; top: 0; left: 0;
  width: 500px; height: 500px; pointer-events: none;
}

/* hub — centered at (250,250) */
.bep-orb-hub {
  position: absolute;
  width: 110px; height: 110px;
  top: 195px; left: 195px;
  background: #F5A623; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; z-index: 10; box-shadow: 0 6px 28px rgba(245,166,35,0.4);
}
.bep-orb-hub small {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 8px; font-weight: 800; color: rgba(0,0,0,0.5);
  letter-spacing: 1.2px; text-transform: uppercase;
}

/* orbit items — JS sets left/top as center coordinates; offset by -45px */
.bep-oc {
  position: absolute;
  width: 90px; height: 90px;
  margin-left: -45px; margin-top: -45px;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; z-index: 5;
  box-shadow: 0 4px 20px rgba(0,0,0,0.14);
  text-decoration: none !important;
  transition: box-shadow 0.2s, transform 0.2s;
}
.bep-oc:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.22); transform: translate(0,0) scale(1.08); }
.bep-oc span {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 9.5px !important; font-weight: 800 !important;
  text-align: center; line-height: 1.25;
}
.bep-oc-amber      { background: #F5A623; }
.bep-oc-amber svg  { stroke: #1a1a1a; }
.bep-oc-amber span { color: #1a1a1a; }
.bep-oc-blue       { background: #4285F4; }
.bep-oc-blue svg   { stroke: #ffffff; }
.bep-oc-blue span  { color: #ffffff; }
.bep-oc-purple     { background: #7C6FCD; }
.bep-oc-purple svg { stroke: #ffffff; }
.bep-oc-purple span{ color: #ffffff; }
.bep-oc-gray       { background: #dfe1e5; opacity: 0.7; }
.bep-oc-gray svg   { stroke: #999; }
.bep-oc-gray span  { color: #888; }

@media (max-width: 960px) {
  .bep-orbital-inner { grid-template-columns: 1fr !important; }
  .bep-orbital-stage { display: none; }
  .bep-orbital { padding: 60px 24px; }
}

/* ── v54: floating constellation — no orbit ── */
.bep-ecosystem { background: #f8f9fb; padding: 80px 48px; }
.bep-eco-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
}
.bep-eco-heading {
  font-family: 'Nunito', sans-serif !important;
  font-size: 40px !important; font-weight: 800 !important;
  color: #1a1a1a !important; line-height: 1.15 !important;
  margin-bottom: 16px !important; letter-spacing: -0.5px !important;
}
.bep-eco-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 32px;
}
.bep-eco-btn {
  display: inline-block; background: #1a1a1a; color: #fff !important;
  padding: 14px 30px; border-radius: 100px; font-size: 15px; font-weight: 600;
  text-decoration: none !important; font-family: 'Plus Jakarta Sans', sans-serif;
}
.bep-eco-btn:hover { background: #333 !important; }

/* stage */
.bep-eco-stage {
  position: relative; width: 500px; height: 500px;
  margin: 0 auto; flex-shrink: 0;
}
.bep-eco-svg {
  position: absolute; top: 0; left: 0;
  width: 500px; height: 500px; pointer-events: none; z-index: 1;
}

/* hub */
.bep-eco-hub {
  position: absolute; width: 110px; height: 110px;
  top: 170px; left: 195px;
  background: #F5A623; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; z-index: 10; box-shadow: 0 6px 28px rgba(245,166,35,0.4);
}
.bep-eco-hub small {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 8px; font-weight: 800; color: rgba(0,0,0,0.5);
  letter-spacing: 1.2px; text-transform: uppercase;
}

/* nodes */
.bep-eco-node {
  position: absolute; width: 90px; height: 90px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; z-index: 5; text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.13);
}
.bep-eco-node span {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 9.5px !important; font-weight: 800 !important;
  text-align: center; line-height: 1.25;
}
.bep-en-amber { background: #F5A623; }
.bep-en-amber svg { stroke: #1a1a1a; }
.bep-en-amber span { color: #1a1a1a; }
.bep-en-blue  { background: #4285F4; }
.bep-en-blue svg  { stroke: #fff; }
.bep-en-blue span { color: #fff; }
.bep-en-purple { background: #7C6FCD; }
.bep-en-purple svg  { stroke: #fff; }
.bep-en-purple span { color: #fff; }
.bep-en-gray  { background: #dfe1e5; opacity: 0.65; }
.bep-en-gray svg  { stroke: #999; }
.bep-en-gray span { color: #888; }

/* independent float animations */
@keyframes bep-fa { 0%,100%{transform:translateY(0)}    50%{transform:translateY(-16px)} }
@keyframes bep-fb { 0%,100%{transform:translateY(-8px)} 50%{transform:translateY(8px)}   }
@keyframes bep-fc { 0%,100%{transform:translateY(6px)}  50%{transform:translateY(-10px)} }
@keyframes bep-fd { 0%,100%{transform:translateY(-12px)}50%{transform:translateY(4px)}   }
@keyframes bep-fe { 0%,100%{transform:translateY(10px)} 50%{transform:translateY(-4px)}  }

.bep-efa { animation: bep-fa 4.0s ease-in-out infinite; }
.bep-efb { animation: bep-fb 5.2s ease-in-out infinite 0.6s; }
.bep-efc { animation: bep-fc 4.8s ease-in-out infinite 1.2s; }
.bep-efd { animation: bep-fd 6.0s ease-in-out infinite 0.3s; }
.bep-efe { animation: bep-fe 5.5s ease-in-out infinite 0.9s; }

@media (max-width: 960px) {
  .bep-eco-inner { grid-template-columns: 1fr; }
  .bep-eco-stage { display: none; }
  .bep-ecosystem { padding: 60px 24px; }
}

/* ── v55: ecosystem — coming-soon nodes colored, no gray ── */
.bep-en-gray { background: #dfe1e5; opacity: 0.65; } /* keep as fallback */

/* CV Reviewer: muted teal */
.bep-en-teal       { background: #5BBCBC; opacity: 1 !important; }
.bep-en-teal svg   { stroke: #fff; }
.bep-en-teal span  { color: #fff; }

/* Thesis Checker: muted rose */
.bep-en-rose       { background: #C47FA0; opacity: 1 !important; }
.bep-en-rose svg   { stroke: #fff; }
.bep-en-rose span  { color: #fff; }
