/* Booking and Independent Escort Referrals pages */
.lp10-service-page{
  background:#f5f6f8;
  color:#212529;
  font-family:Roboto,Arial,sans-serif;
}
.lp10-service-page .lp10-service-hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(234,62,70,.22),transparent 34%),
    linear-gradient(135deg,#17191c 0%,#2a252d 58%,#17191c 100%);
  border-bottom:3px solid #ea3e46;
}
.lp10-service-page .lp10-service-contact-card{
  display:grid;
  gap:9px;
  align-content:center;
}
.lp10-service-page .lp10-service-contact-card strong{
  color:#fff;
  font-size:15px;
}
.lp10-service-page .lp10-service-contact-card a{
  color:#fff!important;
  font-size:16px;
  font-weight:800;
  overflow-wrap:anywhere;
}
.lp10-service-body{
  padding:28px 0 54px;
}
.lp10-service-body .wx-contact-alert{
  margin-bottom:20px;
}
.lp10-profile-showcase,
.lp10-referral-intro{
  margin-bottom:22px;
}
.lp10-service-heading{
  margin-bottom:14px;
}
.lp10-service-heading > span,
.lp10-kicker{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 12px;
  margin-bottom:9px;
  border:1px solid rgba(234,62,70,.32);
  border-radius:999px;
  background:#fff7f8;
  color:#821e24;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lp10-service-heading h2,
.lp10-referral-intro h2{
  margin:0;
  color:#212529;
  font-size:clamp(22px,2.2vw,34px);
  line-height:1.16;
}
.lp10-booking-profile-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.lp10-booking-profile-card{
  overflow:hidden;
  border:1px solid rgba(15,23,42,.09);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.lp10-booking-profile-image{
  display:block;
  aspect-ratio:4/5;
  overflow:hidden;
  background:linear-gradient(135deg,#2a252d,#17191c);
  text-decoration:none;
}
.lp10-booking-profile-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .25s ease;
}
.lp10-booking-profile-image:hover img{
  transform:scale(1.035);
}
.lp10-booking-profile-image > span{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#fff;
  font-size:32px;
  font-weight:900;
}
.lp10-booking-profile-copy{
  padding:12px;
}
.lp10-booking-profile-copy h3{
  margin:0 0 5px;
  color:#212529;
  font-size:16px;
  line-height:1.2;
}
.lp10-booking-profile-copy p{
  margin:0 0 9px;
  color:#5d738d;
  font-size:12px;
  line-height:1.45;
}
.lp10-booking-profile-copy strong{
  color:#ea3e46;
}
.lp10-booking-profile-copy a{
  color:#821e24;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.lp10-service-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,330px);
  gap:22px;
  align-items:start;
}
.lp10-service-form-panel{
  margin:0;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.lp10-service-sidebar{
  display:grid;
  gap:14px;
  position:sticky;
  top:24px;
}
.lp10-service-sidebar .wx-info-side-card{
  margin:0;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.lp10-service-list{
  margin:0;
  padding-left:20px;
  color:#5d738d;
  font-size:13px;
  line-height:1.7;
}
.lp10-choice-field{
  min-width:0;
  margin:0;
  padding:0;
  border:0;
}
.lp10-choice-field legend{
  margin-bottom:7px;
  color:#212529;
  font-size:13px;
  font-weight:600;
}
.lp10-choice-field label{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:44px;
  margin-right:8px;
  padding:0 14px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  background:#f8fafc;
  color:#212529;
  font-size:14px;
  cursor:pointer;
}
.lp10-choice-field input{
  width:auto!important;
  min-height:0!important;
  accent-color:#ea3e46;
}
.lp10-upload-field input[type=file]{
  min-height:52px;
  padding:10px;
  background:#fff7f8;
  border-style:dashed;
  border-color:rgba(234,62,70,.42);
}
.lp10-upload-field small{
  color:#5d738d;
  font-size:12px;
}
.lp10-consent-field{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px;
  border:1px solid rgba(234,62,70,.24);
  border-radius:16px;
  background:#fff7f8;
  color:#5d738d;
  font-size:13px;
  line-height:1.55;
}
.lp10-consent-field input{
  width:18px;
  height:18px;
  margin-top:1px;
  flex:0 0 18px;
  accent-color:#ea3e46;
}
.lp10-referral-intro .wx-info-section{
  padding:22px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 15px 38px rgba(15,23,42,.07);
}
.lp10-referral-intro p{
  margin:10px 0 0;
  color:#5d738d;
  font-size:14px;
  line-height:1.75;
}
.lp10-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media (max-width:1180px){
  .lp10-booking-profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media (max-width:900px){
  .lp10-service-layout{grid-template-columns:1fr;}
  .lp10-service-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}
  .lp10-service-sidebar .wx-info-cta{grid-column:1/-1;}
  .lp10-booking-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:640px){
  .lp10-service-body{padding:18px 0 36px;}
  .lp10-booking-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .lp10-service-sidebar{grid-template-columns:1fr;}
  .lp10-service-sidebar .wx-info-cta{grid-column:auto;}
  .lp10-booking-profile-copy{padding:10px;}
  .lp10-booking-profile-copy h3{font-size:14px;}
}
