.bdcvrf__arc{
  position:absolute;
  left:48%;
  transform:translateX(-49%);
  width:117%;
  height:auto;
  pointer-events:none;
}

.bdcvrf__arc--bottom{
  bottom:-10px;
}

.bdcvrf__arc text{
  letter-spacing:1.5px;
}
/* BestDrive - Video Redirect (form + result) */
.bdcvrf, .bdcvrf *,.bdcvrr,.bdcvrr *{ box-sizing:border-box !important; }

/* FORM - background stage */
.bdcvrf__stage {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 3 / 4;
    background: var(--bdcvrf-bg);
    background-size: contain;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;}
.bdcvrf__circle{
  position:absolute;
  transform: translate(-50%,-50%);
  border-radius: 999px;
  background: rgba(255, 214, 140, .96);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 1px;
  padding: 10px;
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
}
.bdcvrf__input{
  width: 60%;
  border: 0;
  outline: none;
  background: transparent;
  font-weight: 900;
  font-size: 18px;
  color: #101010;
  text-align: center;
}
.bdcvrf__cur{
  font-weight: 900;
  font-size: 22px;
  color: #101010;
  line-height: 1;
}

.bdcvrf__btn{
  position:absolute;
  left: 50%;
  bottom: 21%;
  transform: translateX(-50%);
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 900;
	font-size:18px;
  cursor: pointer;
  background: linear-gradient(180deg, #E07000 0%, #D07000 100%);
  color: #fff;
  box-shadow: 0 14px 35px rgba(224,112,0,.22);
}
.bdcvrf__btn:disabled{ opacity:.65; cursor:not-allowed; }

/* Fullscreen modal */
.bdcvrf__modal{ position: fixed; inset: 0; z-index: 999999; }
.bdcvrf__backdrop{ position:absolute; inset:0; background: rgba(0,0,0,.85); z-index: 99999;}
.bdcvrf__panel{
  position:absolute;
  inset: 0;
  display:flex;
  align-items:center;
  justify-content:center;
	z-index: 99999;
}
.bdcvrf__video{
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}
.bdcvrf__close{
  position:absolute;
  top: 16px; right: 16px;
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(224,112,0,.45);
  background: rgba(16,16,16,.7);
  color: #fff;
  font-size: 26px;
  cursor:pointer;
  z-index: 2;
}

/* RESULT card */
.bdcvrr__card{
  max-width: 720px;
  border-radius: 18px;
  padding: 26px;
  background: linear-gradient(180deg, #101010 0%, #181818 100%);
  border: 1px solid rgba(224,112,0,.45);
  box-shadow: 0 16px 70px rgba(0,0,0,.22);
  color: #E0E0E0;
}
.bdcvrr__title{ font-weight: 900; color:#E07000; font-size: 18px; margin-bottom: 10px; }
.bdcvrr__value{ font-size: 64px; font-weight: 1000; color:#fff; letter-spacing:-1px; line-height:1; }
.bdcvrr__meta{ margin-top: 10px; font-size: 14px; color: rgba(224,224,224,.75); }
.bdcvrr__metaLabel{ opacity: .9; }
.bdcvrr__metaVal{ font-weight: 900; color:#fff; margin-left: 8px; }
.bdcvrr__legal{ margin-top: 12px; font-size: 12px; color: rgba(224,224,224,.6); }
