.elementor-1880 .elementor-element.elementor-element-ead50d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-1880:not(.elementor-motion-effects-element-type-background), body.elementor-page-1880 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0506;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1880 .elementor-element.elementor-element-ead50d3{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-8ce989d *//* ---------- PERFORMANCE CTA IMPROVED ---------- */

.bo-performance-vip-cta-card{
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(95,20,32,0.98), rgba(32,9,13,1));
  border: 1px solid rgba(245,197,66,0.18);

  /* deeper premium shadow */
  box-shadow:
    0 24px 60px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.04);

  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;

  position:relative;
  overflow:hidden;
}

/* subtle gold glow */
.bo-performance-vip-cta-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(245,197,66,0.12), transparent 60%);
  opacity:.6;
  pointer-events:none;
}

/* stronger title */
.bo-performance-vip-cta-card .bo-title-sm{
  font-size:28px;
  line-height:1.2;
}

/* buttons spacing */
.bo-performance-vip-cta-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:10px;
}

/* PRIMARY CTA = dominant */
.bo-performance-vip-cta-actions .bo-btn-primary{
  min-width:220px;
}

/* SECONDARY CTA = subtle */
.bo-performance-vip-cta-actions .bo-btn-dark{
  min-width:220px;
  background: rgba(255,255,255,0.03);
  border:1px solid rgba(245,197,66,0.18);
}

/* hover = more premium */
@media (hover:hover){
  .bo-performance-vip-cta-card{
    transition: all var(--bo-transition);
  }

  .bo-performance-vip-cta-card:hover{
    transform: translateY(-3px);
    box-shadow:
      0 32px 70px rgba(0,0,0,0.55),
      inset 0 1px 0 rgba(255,255,255,0.05);
    border-color: rgba(245,197,66,0.28);
  }
}

/* mobile */
@media (max-width: 767px){
  .bo-performance-vip-cta-card{
    padding:22px;
  }

  .bo-performance-vip-cta-actions{
    flex-direction:column;
    width:100%;
  }

  .bo-performance-vip-cta-actions .bo-btn{
    width:100%;
  }
}

/* FORCE CTA BUTTON STYLE */
.bo-cta-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  padding:0 22px !important;
  min-height:48px;
  border-radius:12px;
  font-size:14px;
  font-weight:800;
  text-decoration:none !important;
  cursor:pointer;
  transition: all .25s ease;
}

/* PRIMARY BUTTON */
.bo-btn-primary.bo-cta-btn{
  background: linear-gradient(135deg, #E95A2A 0%, #F5C542 100%) !important;
  color:#1A1205 !important;
  box-shadow: 0 10px 24px rgba(245,197,66,0.18);
  border:none !important;
}

.bo-btn-primary.bo-cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(245,197,66,0.28);
}

/* OUTLINE BUTTON */
.bo-btn-outline.bo-cta-btn{
  background: transparent !important;
  border:1px solid rgba(245,197,66,0.3) !important;
  color:#F5C542 !important;
}

.bo-btn-outline.bo-cta-btn:hover{
  background: rgba(245,197,66,0.08) !important;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS *//* =========================
   BUILDERODDS PERFORMANCE PAGE
   ========================= */

:root{
  --bo-bg: #0B0506;
  --bo-bg-2: #12090A;
  --bo-gold: #F5C542;
  --bo-gold-bright: #FFD76A;
  --bo-orange: #E95A2A;
  --bo-text: #F8F3E8;
  --bo-text-soft: rgba(242,228,190,0.86);
  --bo-border: rgba(245,197,66,0.14);
  --bo-border-strong: rgba(245,197,66,0.24);
  --bo-shadow: 0 18px 42px rgba(0,0,0,0.34);
  --bo-shadow-hover: 0 24px 52px rgba(0,0,0,0.40);
  --bo-shadow-gold: 0 10px 24px rgba(245,197,66,0.18);
  --bo-radius-sm: 12px;
  --bo-radius-lg: 22px;
  --bo-radius-xl: 24px;
  --bo-radius-pill: 999px;
  --bo-max-width: 1240px;
  --bo-max-width-narrow: 1100px;
  --bo-transition: .25s ease;
}

html{
  scroll-behavior:smooth;
}

.bo-performance-page{
  background:
    radial-gradient(circle at top center, rgba(120,17,27,0.14) 0%, rgba(11,5,6,0) 40%),
    linear-gradient(180deg, var(--bo-bg-2) 0%, var(--bo-bg) 100%);
}

.bo-performance-page,
.bo-performance-page *{
  box-sizing:border-box;
}

.bo-performance-page a{
  text-decoration:none;
  color:inherit;
}

.bo-section{
  padding:64px 20px;
}

.bo-inner{
  max-width:var(--bo-max-width);
  margin:0 auto;
}

.bo-inner-narrow{
  max-width:var(--bo-max-width-narrow);
  margin:0 auto;
}

/* typography */
.bo-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:var(--bo-radius-pill);
  background:rgba(245,197,66,0.08);
  border:1px solid rgba(245,197,66,0.14);
  color:var(--bo-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  width:fit-content;
}

.bo-title{
  margin:0;
  color:var(--bo-text);
  font-size:44px;
  line-height:1.05;
  letter-spacing:-0.03em;
  font-weight:800;
}

.bo-title-sm{
  margin:0;
  color:var(--bo-text);
  font-size:30px;
  line-height:1.1;
  letter-spacing:-0.02em;
  font-weight:800;
}

.bo-subtext{
  margin:0;
  color:var(--bo-text-soft);
  font-size:15px;
  line-height:1.75;
}

.bo-gradient-text{
  background:linear-gradient(90deg, var(--bo-gold), #FF9A3C);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.bo-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:var(--bo-radius-pill);
  background:rgba(245,197,66,0.10);
  border:1px solid rgba(245,197,66,0.14);
  color:var(--bo-gold);
  font-size:13px;
  font-weight:700;
  width:fit-content;
}

/* surfaces */
.bo-hero-surface{
  background:
    radial-gradient(circle at top center, rgba(130,18,30,0.30) 0%, rgba(11,5,6,0.98) 58%),
    linear-gradient(180deg, var(--bo-bg-2) 0%, var(--bo-bg) 100%);
}

.bo-surface{
  background:
    radial-gradient(circle at top center, rgba(120,17,27,0.14) 0%, rgba(11,5,6,0) 52%),
    linear-gradient(180deg, var(--bo-bg) 0%, var(--bo-bg-2) 100%);
}

/* hero */
.bo-performance-hero-section{
  padding-top:56px;
  padding-bottom:42px;
}

.bo-performance-hero{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;
  max-width:760px;
  margin:0 auto;
}

.bo-performance-hero-copy{
  max-width:720px;
}

/* stats */
.bo-performance-stats-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:20px;
}

.bo-performance-stat-card{
  padding:22px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(84,18,29,0.96), rgba(30,8,12,0.98));
  border:1px solid rgba(245,197,66,0.14);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.bo-performance-stat-label{
  display:block;
  margin-bottom:10px;
  color:rgba(245,197,66,0.88);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.bo-performance-stat-value{
  color:var(--bo-text);
  font-size:40px;
  line-height:1;
  letter-spacing:-0.03em;
  font-weight:800;
  margin-bottom:10px;
}

/* note */
.bo-performance-note-card{
  padding:28px;
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(84,18,29,0.96), rgba(30,8,12,0.98));
  border:1px solid rgba(245,197,66,0.16);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.03);
  display:flex;
  flex-direction:column;
  gap:14px;
  text-align:center;
  align-items:center;
}

/* section intro */
.bo-section-intro{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:24px;
}

/* table */
.bo-performance-table-wrap{
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(245,197,66,0.14);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.bo-performance-table{
  display:flex;
  flex-direction:column;
  background:
    linear-gradient(180deg, rgba(84,18,29,0.96), rgba(30,8,12,0.98));
}

.bo-performance-row{
  display:grid;
  grid-template-columns: 120px minmax(220px,1.7fr) 120px 90px 90px 90px;
  gap:16px;
  align-items:center;
  padding:16px 18px;
  border-bottom:1px solid rgba(245,197,66,0.08);
  color:var(--bo-text-soft);
  font-size:14px;
  line-height:1.55;
}

.bo-performance-row:last-child{
  border-bottom:none;
}

.bo-performance-table-head{
  background:rgba(245,197,66,0.08);
  color:var(--bo-text);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.bo-performance-table-head div{
  color:rgba(245,197,66,0.90);
}

.bo-result-pill{
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.bo-result-win{
  background:rgba(245,197,66,0.12);
  color:var(--bo-gold);
  border:1px solid rgba(245,197,66,0.22);
}

.bo-result-lose{
  background:rgba(255,80,80,0.12);
  color:#FF6B6B;
  border:1px solid rgba(255,80,80,0.24);
}

/* hover */
@media (hover:hover){
  .bo-performance-stat-card,
  .bo-performance-note-card,
  .bo-performance-table-wrap{
    transition:transform var(--bo-transition), box-shadow var(--bo-transition), border-color var(--bo-transition);
  }

  .bo-performance-stat-card:hover,
  .bo-performance-note-card:hover,
  .bo-performance-table-wrap:hover{
    transform:translateY(-2px);
    box-shadow:var(--bo-shadow-hover);
    border-color:rgba(245,197,66,0.20);
  }
}

/* responsive */
@media (max-width: 1024px){
  .bo-performance-stats-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .bo-title{
    font-size:36px;
  }

  .bo-title-sm{
    font-size:26px;
  }

  .bo-performance-table-wrap{
    overflow-x:auto;
  }

  .bo-performance-table{
    min-width:900px;
  }
}

@media (max-width: 767px){
  .bo-section{
    padding:48px 16px;
  }

  .bo-performance-hero-section{
    padding-top:48px;
    padding-bottom:34px;
  }

  .bo-title{
    font-size:30px;
  }

  .bo-title-sm{
    font-size:22px;
  }

  .bo-subtext{
    font-size:14px;
  }

  .bo-performance-stats-grid{
    grid-template-columns:1fr;
  }

  .bo-performance-stat-card,
  .bo-performance-note-card{
    padding:18px;
  }

  .bo-performance-stat-value{
    font-size:34px;
  }
}

@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior:auto;
  }

  .bo-performance-page *,
  .bo-performance-page *::before,
  .bo-performance-page *::after{
    animation:none !important;
    transition:none !important;
  }
}/* End custom CSS */