/* =====================================================
   SAPPHIRE ESCORTS - FINAL CLEAN RESPONSIVE CSS
   Replace full file: /assets/css/style.css
===================================================== */

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,body{
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
}

body{
  font-family:Arial,Helvetica,sans-serif;
  background:#f6f7fb;
  color:#111827;
  font-size:15px;
  line-height:1.6;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  color:inherit;
}

.wrap,
.container{
  width:100%;
  max-width:1180px;
  margin:auto;
  padding:0 16px;
}

/* ================= HEADER ================= */

.top,
.site-header,
header{
  width:100%;
  background:#fff;
  position:sticky;
  top:0;
  z-index:999;
  box-shadow:0 4px 18px rgba(0,0,0,.08);
}

.nav,
.navbar{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}

.logo{
  font-size:28px;
  font-weight:900;
  background:linear-gradient(135deg,#ff0066,#ff8a00);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.menu{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.menu a{
  color:#111827;
  font-weight:800;
  padding:10px 14px;
  border-radius:12px;
}

.menu a:hover{
  background:#fff2f7;
  color:#ff0066;
}

/* ================= HERO ================= */

.hero{
  background:radial-gradient(circle at top left,#ff2f7d,#171124 45%,#050505);
  color:#fff;
  padding:70px 0 55px;
}

.hero h1{
  font-size:44px;
  line-height:1.15;
  margin:0 0 12px;
  font-weight:900;
}

.hero p{
  color:#ffe6f0;
  font-size:16px;
  max-width:760px;
  line-height:1.7;
}

.hero-badge{
  display:inline-block;
  padding:9px 16px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  font-weight:900;
  margin-bottom:16px;
}

/* ================= SEARCH ================= */

.search{
  display:grid;
  grid-template-columns:1.5fr 1fr .8fr auto;
  gap:12px;
  margin-top:26px;
  background:#fff;
  padding:14px;
  border-radius:20px;
  box-shadow:0 20px 55px rgba(0,0,0,.30);
}

.input,
select,
textarea{
  width:100%;
  border:1px solid #ddd;
  border-radius:14px;
  padding:14px;
  font-size:14px;
  outline:none;
  background:#fff;
}

.input:focus,
select:focus,
textarea:focus{
  border-color:#ff0066;
  box-shadow:0 0 0 4px rgba(255,0,102,.08);
}

/* ================= BUTTONS ================= */

.btn,
button{
  display:inline-block;
  background:linear-gradient(135deg,#ff0066,#ff8a00);
  color:#fff;
  border:0;
  padding:13px 20px;
  border-radius:14px;
  font-weight:900;
  cursor:pointer;
}

.btn.dark{
  background:#111827;
}

.btn.red{
  background:#dc2626;
}

/* ================= STATS ================= */

.hero-stats{
  display:flex;
  gap:14px;
  margin-top:26px;
  flex-wrap:wrap;
}

.stat-box{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  padding:16px 22px;
  border-radius:18px;
  min-width:125px;
  text-align:center;
}

.stat-box h3{
  margin:0;
  font-size:28px;
  color:#fff;
}

.stat-box span{
  color:#ffe6f0;
  font-weight:700;
}

/* ================= GRID CARDS ================= */

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin:32px 0;
}

.card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  border:1px solid #eee;
}

.pic{
  width:100%;
  height:240px;
  background:#111827;
}

.pic img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.card-body{
  padding:18px;
}

.card-body h3{
  font-size:21px;
  line-height:1.3;
  margin:0 0 10px;
}

/* ================= OKLUTE LISTING CARD ================= */

.ok-listing-card,
.listing-card{
  background:#fff;
  border:1px solid #ff3b22;
  border-radius:14px;
  display:flex;
  overflow:hidden;
  margin:20px 0;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.ok-img,
.listing-image{
  width:260px;
  height:245px;
  min-height:245px;
  background:#111827;
  flex-shrink:0;
  position:relative;
}

.ok-img img,
.listing-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.no-img{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
}

.ok-content,
.listing-content{
  flex:1;
  padding:22px 24px;
  position:relative;
}

.ok-badge,
.vip-badge{
  position:absolute;
  right:12px;
  top:0;
  background:#ef250f;
  color:#fff;
  padding:7px 14px;
  border-radius:0 0 10px 10px;
  font-size:12px;
  font-weight:900;
}

.ok-content h2,
.listing-content h2{
  margin:0 110px 10px 0;
  color:#ef250f;
  font-size:24px;
  line-height:1.28;
  font-weight:900;
}

.ok-desc,
.short-desc{
  color:#555;
  font-size:14px;
  line-height:1.6;
  font-weight:700;
}

.ok-meta,
.listing-info{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}

.ok-meta span,
.listing-info span{
  background:#f9fafb;
  border:1px solid #eee;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#374151;
}

.ok-btn-row,
.listing-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.ok-detail-btn,
.ok-whatsapp-btn,
.ok-call-btn,
.view-btn,
.wa-btn,
.call-btn{
  padding:11px 18px;
  border-radius:11px;
  font-weight:900;
  color:#fff;
  text-align:center;
}

.ok-detail-btn,
.view-btn{
  background:#111827;
}

.ok-whatsapp-btn,
.wa-btn{
  background:#22c55e;
}

.ok-call-btn,
.call-btn{
  background:#ef250f;
}

/* ================= SECTIONS ================= */

section{
  width:100%;
}

.section-title{
  text-align:center;
  margin-bottom:32px;
}

.section-title h2,
.section-head-left h2{
  font-size:34px;
  line-height:1.25;
  margin:0 0 8px;
  color:#111827;
}

.section-title p,
.section-head-left p{
  color:#6b7280;
  font-size:15px;
}

/* ================= POPULAR CITIES ================= */

.popular-cities{
  padding:55px 0;
  background:#fff;
}

.city-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.city-card{
  position:relative;
  height:220px;
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 14px 35px rgba(0,0,0,.12);
}

.city-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.city-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.8));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:18px;
}

.city-overlay h3{
  margin:0;
  color:#fff;
  font-size:24px;
  font-weight:900;
}

.city-overlay span{
  color:#ffd4e6;
  font-weight:800;
}

/* ================= WHY / UNIQUE SECTIONS ================= */

.why-section,
.unique-home,
.uh-section{
  padding:55px 0;
}

.why-grid,
.uh-grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.why-card,
.uh-card,
.guide-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:22px;
  padding:24px;
  box-shadow:0 14px 35px rgba(0,0,0,.07);
}

.why-icon,
.rank{
  width:46px;
  height:46px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ff0066,#ff8a00);
  color:#fff;
  font-weight:900;
  margin-bottom:14px;
}

.why-card h3,
.uh-card h3,
.guide-card strong{
  font-size:20px;
  margin:0 0 8px;
  color:#111827;
}

.why-card p,
.uh-card p,
.guide-card span{
  color:#6b7280;
  line-height:1.7;
  font-weight:700;
}

/* ================= TABLE / DASHBOARD ================= */

.dashboard{
  display:grid;
  grid-template-columns:270px 1fr;
  min-height:100vh;
}

.side{
  background:linear-gradient(180deg,#111827,#050505);
  color:#fff;
  padding:24px;
}

.side h2{
  margin-top:0;
  font-size:26px;
}

.side a{
  display:block;
  color:#d1d5db;
  padding:13px 15px;
  border-radius:13px;
  margin:7px 0;
  font-weight:800;
}

.side a:hover{
  background:linear-gradient(135deg,#ff0066,#ff8a00);
  color:#fff;
}

.main{
  padding:30px;
}

.table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.table th{
  background:#111827;
  color:#fff;
}

.table th,
.table td{
  padding:14px;
  border-bottom:1px solid #eee;
  text-align:left;
}

.alert{
  padding:14px;
  background:#dcfce7;
  color:#166534;
  border-radius:14px;
  margin:14px 0;
  font-weight:800;
}

/* ================= AUTH ================= */

.auth{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at top left,#ff0066,#111827 45%,#050505);
}

.box{
  background:#fff;
  padding:32px;
  border-radius:24px;
  max-width:460px;
  width:92%;
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.box h1{
  margin-top:0;
  font-size:32px;
}

/* ================= FOOTER ================= */

.footer{
  background:radial-gradient(circle at top left,#2b0035,#111827 45%,#050505);
  color:#fff;
  margin-top:55px;
}

.footer-container{
  max-width:1180px;
  margin:auto;
  padding:55px 16px 35px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.3fr;
  gap:30px;
}

.footer h3{
  font-size:32px;
  margin:0 0 12px;
}

.footer h4{
  margin:0 0 14px;
}

.footer p,
.footer a{
  color:#d1d5db;
}

.footer a{
  display:block;
  margin-bottom:9px;
}

.footer-bottom{
  text-align:center;
  padding:18px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#9ca3af;
}

/* ================= EMPTY ================= */

.empty{
  background:#fff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  text-align:center;
  margin:35px 0;
}

/* ================= TABLET ================= */

@media(max-width:992px){

  .grid,
  .why-grid,
  .uh-grid-4{
    grid-template-columns:repeat(2,1fr);
  }

  .city-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .footer-container{
    grid-template-columns:1fr 1fr;
  }

  .search{
    grid-template-columns:1fr;
  }
}

/* ================= MOBILE COMPACT FIX ================= */

@media(max-width:768px){

  body{
    font-size:14px;
    line-height:1.5;
  }

  .wrap,
  .container{
    padding:0 12px;
  }

  .nav,
  .navbar{
    flex-direction:column;
    min-height:auto;
    padding:12px 0;
    gap:10px;
  }

  .logo{
    font-size:24px;
  }

  .menu{
    justify-content:center;
    gap:5px;
  }

  .menu a{
    font-size:12px;
    padding:8px 9px;
  }

  .hero{
    text-align:center;
    padding:32px 0 26px;
  }

  .hero-badge{
    font-size:12px;
    padding:7px 11px;
    margin-bottom:12px;
  }

  .hero h1{
    font-size:24px;
    line-height:1.25;
    margin-bottom:8px;
  }

  .hero p{
    font-size:13px;
    line-height:1.55;
  }

  .search{
    grid-template-columns:1fr;
    padding:11px;
    gap:9px;
    border-radius:15px;
  }

  .input,
  select,
  textarea{
    padding:12px;
    font-size:13px;
    border-radius:11px;
  }

  .btn,
  button{
    width:100%;
    padding:11px 14px;
    font-size:13px;
    border-radius:11px;
  }

  .hero-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .stat-box{
    min-width:auto;
    padding:10px 5px;
    border-radius:13px;
  }

  .stat-box h3{
    font-size:19px;
  }

  .stat-box span{
    font-size:11px;
  }

  .section-title h2,
  .section-head-left h2{
    font-size:24px;
  }

  .section-title p,
  .section-head-left p{
    font-size:13px;
  }

  .grid,
  .why-grid,
  .uh-grid-4,
  .city-grid{
    grid-template-columns:1fr;
    gap:15px;
  }

  .card{
    border-radius:15px;
  }

  .pic{
    height:190px;
  }

  .card-body{
    padding:14px;
  }

  .card-body h3{
    font-size:17px;
  }

  .ok-listing-card,
  .listing-card{
    flex-direction:column;
    margin:14px 0;
    border-radius:14px;
  }

  .ok-img,
  .listing-image{
    width:100%;
    height:190px;
    min-height:190px;
  }

  .ok-content,
  .listing-content{
    padding:14px;
  }

  .ok-badge,
  .vip-badge{
    right:10px;
    font-size:11px;
    padding:6px 11px;
  }

  .ok-content h2,
  .listing-content h2{
    font-size:17px;
    line-height:1.3;
    margin:0 0 8px;
    padding-top:14px;
  }

  .ok-desc,
  .short-desc{
    font-size:13px;
    line-height:1.5;
  }

  .ok-meta,
  .listing-info{
    gap:6px;
    margin-top:10px;
  }

  .ok-meta span,
  .listing-info span{
    font-size:11px;
    padding:6px 9px;
  }

  .ok-btn-row,
  .listing-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:13px;
  }

  .ok-detail-btn,
  .ok-whatsapp-btn,
  .ok-call-btn,
  .view-btn,
  .wa-btn,
  .call-btn{
    padding:10px 12px;
    font-size:13px;
    border-radius:10px;
  }

  .city-card{
    height:170px;
    border-radius:16px;
  }

  .city-overlay h3{
    font-size:20px;
  }

  .why-card,
  .uh-card,
  .guide-card{
    padding:18px;
    border-radius:17px;
  }

  .dashboard{
    display:block;
  }

  .side{
    width:100%;
    padding:16px;
  }

  .main{
    padding:16px;
  }

  .table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
  }

  .footer-container{
    grid-template-columns:1fr;
    text-align:center;
    padding:40px 16px 28px;
  }

  .footer h3{
    font-size:24px;
  }

  body{
    padding-bottom:58px;
  }
}

/* ================= SMALL MOBILE ================= */

@media(max-width:420px){

  .hero h1{
    font-size:22px;
  }

  .ok-img,
  .listing-image{
    height:170px;
    min-height:170px;
  }

  .pic{
    height:175px;
  }

  .card-body h3,
  .ok-content h2,
  .listing-content h2{
    font-size:16px;
  }

  .hero-stats{
    grid-template-columns:1fr;
  }
}

/* ================= MOBILE STICKY BAR ================= */

.mobile-bar{
  display:none;
}

@media(max-width:768px){
  .mobile-bar{
    display:flex;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:9999;
  }

  .mobile-bar a{
    flex:1;
    text-align:center;
    padding:13px;
    color:#fff;
    font-weight:900;
    font-size:13px;
  }

  .mobile-bar .call{
    background:#111827;
  }

  .mobile-bar .whatsapp{
    background:#25D366;
  }
}