/* =========================================================
   Escort Pro Layout — Modern Luxury Dark (responsive)
   ========================================================= */

.escort-wrapper{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
  gap:32px;
  max-width:1200px;
  margin:48px auto;
  padding:0 18px;
  color:#eaeaea;
}

.escort-wrapper a{ color:inherit; }

.escort-headline-modern{
  margin:0 0 18px;
  padding:18px 20px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.08);
  background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow:0 12px 30px rgba(0,0,0,0.35);
  font-size:22px;
  letter-spacing:0.2px;
}

.escort-sidebar-modern{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.escort-card{
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:18px 18px 14px;
  box-shadow:0 12px 30px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
}

.escort-card-title{
  margin:0 0 14px;
  text-align:center;
  font-size:14px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#f3f3f3;
  position:relative;
}

.escort-card-title:before,
.escort-card-title:after{
  content:"";
  display:inline-block;
  width:36px;
  height:1px;
  background:rgba(255,255,255,0.18);
  vertical-align:middle;
  margin:0 10px;
}

.escort-list{
  list-style:none;
  padding:0;
  margin:0;
}

.escort-list-row{
  display:flex;
  align-items:baseline;
  gap:10px;
  padding:7px 0;
}

.escort-label{
  white-space:nowrap;
  font-size:14px;
  color:rgba(255,255,255,0.82);
}

.escort-dots{
  flex:1;
  border-bottom:1px dotted rgba(255,255,255,0.22);
  transform: translateY(-2px);
}

.escort-value{
  white-space:nowrap;
  font-size:14px;
  color:rgba(255,255,255,0.92);
  font-weight:500;
}

.escort-price{
  color:#ffcc00;
  font-weight:700;
}

/* Booking CTA */
.escort-booking-modern{
  margin-top:26px;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.08);
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow:0 12px 30px rgba(0,0,0,0.35);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.escort-booking-text{
  font-size:16px;
  color:rgba(255,255,255,0.9);
}

.escort-book-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  background:#ffcc00;
  color:#111;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease, filter .18s ease;
  box-shadow:0 10px 18px rgba(0,0,0,0.25);
}

.escort-book-btn:hover{
  transform: translateY(-1px);
  filter:brightness(1.03);
}

/* Gallery wrapper – subtle spacing */
.escort-gallery{
  margin: 0 0 22px;
}
.escort-gallery-bottomspace-none{
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 980px){
  .escort-wrapper{
    grid-template-columns:1fr;
  }
  .escort-sidebar-modern{
    order:2;
  }
}
