












.rbeh-section{
  --rbeh-text:#f5f5f7;
  --rbeh-muted:rgba(245,245,247,0.74);
  --rbeh-muted-2:rgba(245,245,247,0.5);
  --rbeh-cta:rgb(0,113,227);
  --rbeh-cta-hover:#0080ff;
  --rbeh-cta-glow:rgba(0,113,227,0.34);
  --rbeh-orange:#E25E14;
  --rbeh-orange-hover:#FF6B19;

  position:relative;
  z-index:1;
  isolation:isolate;

  


  box-sizing:border-box;
  width:100vw;
  max-width:100vw;
  left:50%;
  right:50%;
  margin:-92px -50vw -72px;
  padding:clamp(96px,10vw,132px) 24px clamp(96px,10vw,132px);

   
  min-height:70vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;

  background:#08070c;
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
  color:var(--rbeh-text);
  -webkit-font-smoothing:antialiased;
}

.rbeh-section *,
.rbeh-section *::before,
.rbeh-section *::after{box-sizing:border-box;margin:0;padding:0}

.rbeh-section a{color:inherit;text-decoration:none}

 

.rbeh-section .rbeh-stage,
.rbeh-section .rbeh-shade{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.rbeh-section .rbeh-stage{z-index:0}

.rbeh-section .rbeh-layer{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity 900ms cubic-bezier(0.4,0,0.2,1);
}

.rbeh-section .rbeh-layer.is-active{opacity:1}

.rbeh-section .rbeh-layer img,
.rbeh-section .rbeh-layer video{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.rbeh-section .rbeh-layer video{z-index:1}




.rbeh-section .rbeh-shade{
  z-index:1;
  background:
    radial-gradient(ellipse 80% 72% at 50% 50%,rgba(6,5,10,0.26),rgba(6,5,10,0.58) 78%),
    linear-gradient(180deg,
      rgba(8,7,12,0.96) 0,
      rgba(8,7,12,0.16) 26%,
      rgba(8,7,12,0.16) 74%,
      rgba(8,7,12,0.96) 100%);
}

 

.rbeh-section .rbeh-wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1120px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.rbeh-section .rbeh-h2{
  

  font-family:'Titling Gothic SB','titling-gothic-fb','Titling Gothic FB','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:clamp(44px,6.1vw,88px);
  font-weight:600;
  line-height:0.98;
  letter-spacing:-0.045em;
  color:#fff;
  text-shadow:0 6px 44px rgba(0,0,0,0.6);
}

.rbeh-section .rbeh-sub{
  margin-top:clamp(14px,1.6vw,20px);
  font-size:clamp(17px,2vw,27px);
  font-weight:500;
  line-height:1.3;
  letter-spacing:-0.028em;
  color:var(--rbeh-text);
  text-shadow:0 3px 26px rgba(0,0,0,0.55);
}

.rbeh-section .rbeh-sub em{
  font-family:'Instrument Serif','Iowan Old Style',Georgia,serif;
  font-style:italic;
  font-weight:400;
  font-size:1.14em;
  letter-spacing:-0.01em;
}

 

.rbeh-section .rbeh-cta-row{
  margin-top:clamp(28px,3.2vw,40px);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

.rbeh-section .rbeh-btn{
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:15px 32px;
  border-radius:22px;
  font-size:16px;
  font-weight:700;
  line-height:1;
  letter-spacing:-0.015em;
  cursor:pointer;
  transition:transform 220ms cubic-bezier(0.2,0.7,0,1),background-color 220ms ease,box-shadow 220ms ease,border-color 220ms ease;
}

.rbeh-section .rbeh-btn:hover{transform:translateY(-2px)}
.rbeh-section .rbeh-btn:active{transform:translateY(0) scale(0.985)}

.rbeh-section .rbeh-btn-primary{
  background:var(--rbeh-cta);
  color:#fff;
  box-shadow:0 12px 34px var(--rbeh-cta-glow);
}

.rbeh-section .rbeh-btn-primary:hover{
  background:var(--rbeh-cta-hover);
  box-shadow:0 18px 44px var(--rbeh-cta-glow);
}

.rbeh-section .rbeh-btn-secondary{
  background:transparent;
  border:1.5px solid rgba(226,94,20,.86);
  color:#fff;
  box-shadow:0 12px 30px rgba(226,94,20,.12);
}

.rbeh-section .rbeh-btn-secondary:hover{
  border-color:var(--rbeh-orange-hover);
  background:rgba(226,94,20,.14);
  box-shadow:0 16px 38px rgba(226,94,20,.22);
}

.rbeh-section .rbeh-btn-price{
  padding:3px 11px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:-0.01em;
}

.rbeh-section .rbeh-meta{
  margin-top:clamp(18px,2vw,24px);
  font-size:13.5px;
  font-weight:500;
  letter-spacing:-0.005em;
  color:var(--rbeh-muted-2);
}

 

@media (max-width:900px){
  .rbeh-section{
    margin:-72px -50vw -56px;
    padding:clamp(76px,13vw,104px) 20px;
    min-height:clamp(520px,72vh,640px);
  }
}

@media (max-width:640px){
  .rbeh-section .rbeh-h2{font-size:clamp(38px,11vw,54px)}
  .rbeh-section .rbeh-sub{font-size:clamp(16px,4.6vw,20px)}

  .rbeh-section .rbeh-cta-row{
    width:100%;
    flex-direction:column;
    gap:11px;
  }

  .rbeh-section .rbeh-btn{
    width:100%;
    max-width:340px;
    margin-inline:auto;
  }

  .rbeh-section .rbeh-meta{
    max-width:300px;
    line-height:1.5;
  }
}

@media (prefers-reduced-motion:reduce){
  .rbeh-section .rbeh-layer{transition-duration:0.01ms}
  .rbeh-section .rbeh-layer video{display:none}
  .rbeh-section .rbeh-btn{transition-duration:0.01ms}
}
