.elementor-1889 .elementor-element.elementor-element-fb2ca73{--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-1889:not(.elementor-motion-effects-element-type-background), body.elementor-page-1889 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0506;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9d2051f *//* =========================
   BUILDERODDS PAYMENT 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-text-muted: rgba(242,228,190,0.70);
  --bo-border: rgba(245,197,66,0.14);
  --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-payment-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-payment-page,
.bo-payment-page *{
  box-sizing:border-box;
}

.bo-payment-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-small-title{
  margin:0;
  color:var(--bo-text);
  font-size:20px;
  line-height:1.3;
  letter-spacing:-0.01em;
  font-weight:700;
}

.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;
}

/* pills */
.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;
}

/* buttons */
.bo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border:none;
  border-radius:var(--bo-radius-sm);
  font-size:14px;
  font-weight:800;
  letter-spacing:.02em;
  cursor:pointer;
  transition:
    transform var(--bo-transition),
    box-shadow var(--bo-transition),
    filter var(--bo-transition),
    background var(--bo-transition),
    border-color var(--bo-transition),
    color var(--bo-transition);
}

.bo-btn-primary,
.bo-btn-primary:visited,
.bo-btn-primary:focus{
  background:linear-gradient(135deg, var(--bo-orange) 0%, var(--bo-gold) 100%);
  color:#1A1205 !important;
  box-shadow:var(--bo-shadow-gold);
}

.bo-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(245,197,66,0.24);
  filter:brightness(1.03);
}

.bo-btn-dark{
  background:rgba(18,7,9,0.42);
  border:1px solid rgba(245,197,66,0.14);
  color:rgba(248,243,232,0.94);
}

.bo-btn-dark:hover{
  transform:translateY(-2px);
  border-color:rgba(245,197,66,0.22);
  background:rgba(245,197,66,0.08);
}

/* 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-payment-hero-section{
  padding-top:56px;
  padding-bottom:42px;
}

.bo-payment-hero{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;
  max-width:760px;
  margin:0 auto;
}

.bo-payment-hero-copy{
  max-width:720px;
}

.bo-payment-hero-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:6px;
}

/* section intro */
.bo-section-intro{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:24px;
}

.bo-section-intro-center{
  align-items:center;
  text-align:center;
  max-width:760px;
  margin:0 auto 24px;
}

/* methods */
.bo-payment-methods-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
}

.bo-payment-method-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);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}

.bo-payment-method-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(245,197,66,0.10);
  border:1px solid rgba(245,197,66,0.16);
  color:var(--bo-gold);
  font-size:24px;
  font-weight:800;
}

/* process */
.bo-payment-process-card{
  padding:30px;
  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;
  align-items:center;
  text-align:center;
  gap:14px;
}

.bo-payment-steps-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
  margin-top:8px;
}

.bo-payment-step{
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,0.025);
  border:1px solid rgba(245,197,66,0.10);
  text-align:left;
}

.bo-payment-step-number{
  width:42px;
  height:42px;
  margin-bottom:14px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(245,197,66,0.10);
  border:1px solid rgba(245,197,66,0.16);
  color:var(--bo-gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
}

/* cta */
.bo-payment-cta-card{
  padding:30px;
  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;
  align-items:center;
  text-align:center;
  gap:14px;
}

.bo-payment-cta-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:6px;
}

/* faq */
.bo-payment-faq-stack{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.bo-payment-faq-card{
  padding:20px 22px;
  border-radius:20px;
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(245,197,66,0.10);
  box-shadow:0 12px 28px rgba(0,0,0,0.18);
}

.bo-payment-faq-card .bo-small-title{
  margin-bottom:8px;
}

/* hover */
@media (hover:hover){
  .bo-payment-method-card,
  .bo-payment-process-card,
  .bo-payment-step,
  .bo-payment-cta-card,
  .bo-payment-faq-card{
    transition:transform var(--bo-transition), box-shadow var(--bo-transition), border-color var(--bo-transition);
  }

  .bo-payment-method-card:hover,
  .bo-payment-process-card:hover,
  .bo-payment-step:hover,
  .bo-payment-cta-card:hover,
  .bo-payment-faq-card:hover{
    transform:translateY(-3px);
    box-shadow:var(--bo-shadow-hover);
    border-color:rgba(245,197,66,0.20);
  }
}

/* responsive */
@media (max-width: 1024px){
  .bo-payment-methods-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .bo-payment-steps-grid{
    grid-template-columns:1fr;
  }

  .bo-title{
    font-size:36px;
  }

  .bo-title-sm{
    font-size:28px;
  }
}

@media (max-width: 767px){
  .bo-section{
    padding:48px 16px;
  }

  .bo-payment-hero-section{
    padding-top:48px;
    padding-bottom:34px;
  }

  .bo-title{
    font-size:30px;
  }

  .bo-title-sm{
    font-size:24px;
  }

  .bo-small-title{
    font-size:18px;
  }

  .bo-subtext{
    font-size:14px;
  }

  .bo-payment-hero-actions,
  .bo-payment-cta-actions{
    flex-direction:column;
    width:100%;
  }

  .bo-payment-hero-actions .bo-btn,
  .bo-payment-cta-actions .bo-btn{
    width:100%;
  }

  .bo-payment-methods-grid{
    grid-template-columns:1fr;
  }

  .bo-payment-method-card,
  .bo-payment-process-card,
  .bo-payment-faq-card{
    padding:18px;
  }

  .bo-payment-step{
    padding:18px;
  }
}

@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior:auto;
  }

  .bo-payment-page *,
  .bo-payment-page *::before,
  .bo-payment-page *::after{
    animation:none !important;
    transition:none !important;
  }
}/* End custom CSS */