/* =========================================================
   FRC – STEP 3 CLEAN FINAL
   ========================================================= */

body{
  background:
    radial-gradient(60% 60% at 25% 20%, rgba(20, 70, 120, 0.32) 0%, rgba(0,0,0,0) 60%),
    radial-gradient(55% 55% at 70% 25%, rgba(0, 140, 90, 0.18) 0%, rgba(0,0,0,0) 55%),
    linear-gradient(180deg, #162941 0%, #101d31 100%) !important;
  overflow-x: hidden !important;
}

.frc-checkout{
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 18px 80px;
  color: rgba(233,238,246,0.92);
}

.frc-checkout .wrap.plugin-container{
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.frc-checkout .frc-checkout-head h1{
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 6px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff !important;
}
.vrc-showprc-title {
    display: none !important;
}


.frc-checkout .frc-checkout-head p{
  margin: 0 0 18px;
  color: rgba(255,255,255,0.78) !important;
  font-size: 14px;
}

.vrcstepsbarcont{
  max-width: 900px;
  margin: 22px auto 10px;
  padding: 0 12px;
}

.vrcstepsbarcont .vrc-stepbar{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 60px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.vrcstepsbarcont .vrc-stepbar::before,
.vrcstepsbarcont .vrc-stepbar::after,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step::before,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step::after{
  content: none !important;
  display: none !important;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step{
  flex: 1 1 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step > a,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step > span{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: #7A8699 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step > a::before,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step > span::before{
  content: "";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 2px solid #D5DCE5;
  background: transparent;
  box-sizing: border-box;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step-complete > a::before,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step-complete > span::before{
  content: "✓";
  color: #16A34A;
  font-weight: 900;
  font-size: 15px;
  border-color: #16A34A;
  background: #fff;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step-current > a::before,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step-current > span::before{
  border-color: #16A34A;
  background: #16A34A;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step-current > a,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step-current > span{
  color: #EAF3FF !important;
}

/* hide unused areas */
.frc-checkout .vrc-showprc-right.car_img_box,
.frc-checkout .vrc-showprc-car-carats,
.frc-checkout .vrc-showprc-left,
.frc-checkout .car_title,
.frc-checkout .vrc-cdetails-infocar,
.frc-checkout .vrc-showprc-prices-wrap,
.frc-checkout .car_buttons_box{
  display: none !important;
}

.frc-checkout input[type="submit"].booknow,
.frc-checkout input[type="submit"][name="goon"]{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* options */
.frc-checkout .vrc-showprc-options-wrap{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.frc-checkout .vrc-showprc-title{
  margin: 0 0 12px !important;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: rgba(233,238,246,0.85);
  font-weight: 750;
}

.frc-checkout .frc-addon-groups{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
  align-items:stretch;
  margin-top: 10px;
}

.frc-checkout .frc-addon-group{
  display:flex;
  flex-direction:column;
  height:100%;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(8, 18, 34, 0.40);
  border-radius: 16px;
  padding: 14px;
  min-width: 0;
}

.frc-checkout .frc-addon-group-title{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 850;
  color: #fff;
  letter-spacing: -0.02em;
}

.frc-checkout .frc-addon-group .vrc-showprc-options-inner{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  flex:1 1 auto;
}

.frc-checkout .vrc-showprc-option-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
  min-height:102px;
  margin: 0 !important;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(0,0,0,.18);
}

.frc-checkout .vrc-showprc-option-cell-info{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.frc-checkout .vrc-showprc-option-name-descr{
  min-height:72px;
  display:flex;
  flex-direction:column;
  gap:6px;
  justify-content:center;
}

.frc-checkout .vrc-showprc-option-name span{
  font-size: 13px;
  font-weight: 750;
  color: rgba(255,255,255,0.95) !important;
  display: block;
  min-width: 0;
}

.frc-checkout .vrcoptionaldescr,
.frc-checkout .vrc-showprc-option-cell-descr{
  display: block !important;
  color: rgba(255,255,255,0.70) !important;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 !important;
  padding: 0 !important;
}

.frc-checkout .vrcoptionaldescr .panel-box,
.frc-checkout .vrcoptionaldescr .cf-item-panel{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.frc-checkout .frc-addon-perday{
  margin-top: 2px;
  font-size: 12px;
  opacity: .82;
  color: rgba(255,255,255,0.82) !important;
}

.frc-checkout .vrc-showprc-option-cell-price{
  display:flex !important;
  align-items:center;
  gap:14px;
  align-self:center;
  white-space: nowrap;
}

.frc-checkout .vrc-showprc-option-cell-price-descr{
  font-size: 13px;
  font-weight: 850;
  color: #35d07f !important;
}

.frc-checkout .vrc-showprc-option-cell-price-descr .vrc_currency{
  color: #35d07f !important;
}

.frc-checkout input.frc-hidden-qty{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.frc-checkout .frc-stepper{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  min-width: 112px;
  justify-content: space-between;
}

.frc-checkout .frc-stepper-btn{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.20);
  color: rgba(233,238,246,0.92);
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
}

.frc-checkout .frc-stepper-val{
  width: 24px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 13px;
}

.frc-checkout .frc-stepper.is-zero .frc-minus{
  opacity: .45;
}

/* total box */
.frc-totalbox{
  margin-top: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  overflow: visible !important;
}

.frc-totalbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 18px;
}

.frc-total-toggle{
  display:flex;
  align-items:center;
  gap:10px;
  border:0;
  background:transparent;
  cursor:pointer;
  padding:6px 8px;
  border-radius:10px;
}

.frc-total-label{
  font-weight:900;
  color:#f9f9f9;
}

.frc-total-amount{
  font-weight:900;
  font-size:26px;
  color:#f9f9f9;
}

.frc-total-arrow{
  transition:transform .18s ease;
  color:#f9f9f9;
}

.frc-totalbox.is-open .frc-total-arrow{
  transform:rotate(180deg);
}

.frc-totalbar .frc-cta-green,
.frc-totalbar .frc-cta-green:link,
.frc-totalbar .frc-cta-green:visited{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:255px !important;
  height:56px !important;
  padding:0 28px !important;
  background:#11a63a !important;
  color:#fff !important;
  border:2px solid #11a63a !important;
  border-radius:18px !important;
  box-shadow:none !important;
  outline:none !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  cursor:pointer !important;
  transition:background-color .22s ease,color .22s ease,border-color .22s ease !important;
}

.frc-totalbar .frc-cta-green:hover,
.frc-totalbar .frc-cta-green:focus,
.frc-totalbar .frc-cta-green:active{
  background:#fff !important;
  color:#11a63a !important;
  border-color:#11a63a !important;
}

.frc-totalbar .frc-cta-green::before,
.frc-totalbar .frc-cta-green::after{
  display:none !important;
  content:none !important;
}

.frc-total-details{
  border-top:1px solid rgba(255,255,255,0.10);
  padding:14px 18px 16px;
  overflow:visible !important;
}

.frc-total-details[hidden]{
  display:none !important;
}

.frc-det-row,
.frc-det-subrow{
  display:flex !important;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:8px 0;
  color:rgba(255,255,255,0.85);
}

.frc-det-row span,
.frc-det-subrow span{
  flex:1 1 auto;
  min-width:0;
}

.frc-det-row strong,
.frc-det-subrow strong{
  flex:0 0 auto;
  color:#fff;
  font-weight:800;
  text-align:right;
  white-space:nowrap;
}

.frc-addon-selected-list{
  display:block !important;
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,0.10);
}

.frc-tax-lines{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,0.10);
}

.frc-tax-lines .frc-det-subrow,
.frc-addon-selected-list .frc-det-subrow{
  display:flex !important;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:8px 0;
  color:rgba(255,255,255,0.78);
  font-size:14px;
}

.frc-tax-lines .frc-det-subrow span,
.frc-addon-selected-list .frc-det-subrow span{
  flex:1 1 auto;
  min-width:100;
}

.frc-tax-lines .frc-det-subrow strong,
.frc-addon-selected-list .frc-det-subrow strong{
  flex:0 0 auto;
  color:#fff;
  font-weight:800;
  text-align:right;
  white-space:nowrap;
}

@media (max-width:980px){
  .frc-checkout{
    padding-bottom: 100px;
  }

  .frc-checkout .frc-addon-groups{
    grid-template-columns:1fr;
  }

  .frc-totalbar{
    flex-wrap:wrap;
  }

  .frc-totalbar .frc-cta-green{
    width:100% !important;
    min-width:0 !important;
  }
}

@media (max-width:520px){
  .vrcstepsbarcont{
    max-width:100%;
  }

  .vrcstepsbarcont .vrc-stepbar{
    gap:8px !important;
  }

  .vrcstepsbarcont .vrc-stepbar > li.vrc-step > a,
  .vrcstepsbarcont .vrc-stepbar > li.vrc-step > span{
    font-size:12px !important;
  }
}
.frc-addon-selected-list{
  display:block !important;
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,0.10);
  margin-bottom:10px !important;
}

.frc-tax-lines{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  margin-top:12px !important;
  padding-top:12px !important;
  border-top:1px solid rgba(255,255,255,0.18) !important;
}

.frc-tax-lines .frc-det-subrow{
  display:flex !important;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:8px 0;
  color:rgba(255,255,255,0.82);
  font-size:14px;
}

.frc-tax-lines .frc-det-subrow span{
  flex:1 1 auto;
  min-width:100;
}

.frc-tax-lines .frc-det-subrow strong{
  flex:0 0 auto;
  color:#fff;
  font-weight:800;
  text-align:right;
  white-space:nowrap;
}
.frc-totalbox .frc-addon-selected-list:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.frc-totalbox:not(.has-addons) .frc-addon-selected-list {
  display: none !important;
}

.frc-totalbox:not(.has-addons) .frc-det-vehicle {
  border-bottom: 0 !important;
  margin-bottom: 12px !important;
  padding-bottom: 0 !important;
}

.frc-totalbox:not(.has-addons) .frc-tax-lines {
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 16px;
}