:root{
  --gold:#ffd700;
  --pink:#ff5c8a;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

html { scroll-behavior: smooth; }

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ===============================
   GLOBAL
================================ */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
  background-color: #2c001f;
  color: #e0e0e0;
  line-height: 1.6;
}

/* ===============================
   HEADER
================================ */
header {
  background-color: #9a2929;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

header h1 {
  color: #ffd700;
  font-size: 2.2em;
  margin: 0;
}

/* ===============================
   CONTENT
================================ */
.content{
  max-width:1200px;
  margin:auto;
  padding:20px 16px;
}

.content h2,
.content h3 {
  color: #ffd700;
}

.content p {
  font-size: 16px;
  margin-bottom: 14px;
}

/* ===============================
   FAQ
================================ */
.faq {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq h2 {
  text-align: center;
  color: #ffd700;
  margin-bottom: 20px;
}

.faq-item {
  background-color: #1e1e1e;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.faq-item h3 {
  color: #ffd700;
  margin-bottom: 8px;
}

/* ===============================
   FOOTER
================================ */
footer {
  background-color: #111;
  color: #ccc;
  text-align: center;
  padding: 25px 15px;
  margin-top: 40px;
}

footer a {
  color: #ff02bb;
  text-decoration: none;
  margin: 0 6px;
}

.collection {
  padding: 40px 15px;
  text-align: center;
  background: #2c001f;
}

.collection h2 {
  font-size: 26px;
  margin-bottom: 8px;
}

.collection-sub {
  font-size: 15px;
  color: #bbb;
  margin-bottom: 25px;
}

.collection-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  max-width:500px;
  margin:auto;
  gap:14px;
}

@media(min-width:768px){
  .collection-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}

.girl-card{
  border-radius:10px;
  overflow:hidden;
}

.girl-card img{
  width:100%;
  aspect-ratio:2/3;
  object-fit:cover;
  display:block;
}

.seo-links {
  font-size: 11px;
  opacity: 0.5;
  margin-top: 15px;
}

.site-footer{
  background:#000;
  color:#fff;
  text-align:center;
  padding:25px 15px;
  margin-top:40px;
}

.site-footer a{
  color:#ff2e9a;
  text-decoration:none;
  margin:0 6px;
  font-weight:600;
}

.site-footer a:hover{
  text-decoration:underline;
}

.collection, .faq {
    max-width: 1200px;
    margin: auto;
    padding: 20px 16px;
}

.content p {
    margin-bottom: 14px;
    line-height: 1.7;
}

section h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.sr-only {
  position:absolute;
  left:-9999px;
}

.collection h2{
    margin-top:0;
}

.content a{
    color:#ffd700;
}

.content a:visited{
    color:#ffcc00;
}

a{
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

.rate-section{
    background:#2c001f; /* dark maroon */
    padding:50px 20px;
    color:#fff;
    text-align:center;
}

.rate-heading{
    color:#ffd700;
    margin-bottom:15px;
    font-size:28px;
}

.rate-intro{
    color:#ccc;
    max-width:800px;
    margin:0 auto 30px;
}

.rate-table{
    max-width:900px;
    margin:0 auto;
    border:2px solid #ffd700;
    border-radius:15px;
    overflow:hidden;
}

.rate-row{
    display:flex;
    justify-content:space-between;
    padding:15px 20px;
    border-bottom:1px solid #444;
}

.rate-row:last-child{
    border-bottom:none;
}

.rate-header{
    background:#000;
    color:#ffd700;
    font-weight:bold;
}

.rate-row div{
    width:50%;
    text-align:left;
}

.rate-row div:last-child{
    text-align:right;
}

.rate-note{
    margin-top:20px;
    font-size:14px;
    color:#aaa;
}

header h1{
    text-align:center;
}

.hero-mail{
    text-align:center;
    margin-top:10px;
    font-size:16px;
    color:#ffd700;
    letter-spacing:.3px;
}

.hero-mail a{
    color:#fff;
    padding:6px 16px;
    border-radius:25px;
    border:1px solid #ffd700;
    margin-left:6px;
    display:inline-block;
    transition:.25s;
}

.hero-mail a:hover{
    background:#ffd700;
    color:#000;
}

header{
    padding-bottom:15px;
}

.collection{
    margin-top:0;
}

/* ===== BOTTOM STICKY BAR ===== */

.bottom-bar{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    display:flex;
    z-index:9999;
    border-radius:12px 12px 0 0;
    overflow:hidden;
}

.bottom-bar a{
    flex:1;
    text-align:center;
    padding:10px 4px;
    color:#fff;
    font-size:13px;          /* smaller text */
    text-decoration:none;
    font-weight:600;
    white-space:nowrap;      /* 🔥 stop line break */
}

/* Colors */
.bb-call{ background:#7a1fa2; }
.bb-telegram{ background:#2a8dbf; }
.bb-whatsapp{ background:#25d366; }

/* Mobile fix */
@media (max-width:400px){

  .bottom-bar a{
      font-size:12px;
      padding:9px 2px;
  }

}

/* ===============================
   PROFILES GRID
================================ */
.profiles {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* ===============================
   PROFILE CARD
================================ */
.profile {
  background: linear-gradient(145deg, #1e1e1e, #141414);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.6);
  transition: all 0.35s ease;
  position: relative;
  border: 1px solid rgba(255, 215, 0, 0.25);
}

.profile:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.25);
  border: 1px solid rgba(255, 215, 0, 0.6);
}

.profile::before {
  content: "✓ Verified";
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(45deg, #ffd700, #ffb700);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.profile img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #000;
}

.profile-content {
  padding: 15px;
}

.profile-content h3 {
  color: #ffd700;
  margin-bottom: 8px;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.profile-content p {
  font-size: 15px;
}

/* ===============================
   BOOK BUTTON
================================ */
.book-now {
  display: block;
  margin-top: 14px;
  padding: 12px 0;
  text-align: center;
  background: linear-gradient(45deg, #25D366, #1ebe5d);
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  transition: all 0.3s ease;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.3);
}

.book-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

.cities-section{
  text-align:center;
  padding:40px 15px;
}

/* TOP PILLS */
.city-pills{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:20px 0;
}

.city-pills a{
  background:rgba(255,255,255,0.08);
  padding:8px 16px;
  border-radius:30px;
  text-decoration:none;
  color:#ffd6e0;
  font-size:14px;
  border:1px solid #ff5c8a;
  transition:0.2s;
}

.city-pills a:hover{
  background:#ff5c8a;
  color:#fff;
  transform:translateY(-2px);
}

/* BUTTON CENTER */
.view-more-btn{
  margin:15px auto;
  display:block;
  padding:8px 18px;
  border-radius:25px;
  border:none;
  background:#ff5c8a;
  color:#fff;
  cursor:pointer;
  font-size:14px;
}

/* GRID FOR ALL CITIES */
.all-cities{
  display:none;
  margin-top:20px;
}

.all-cities.show{
  display:block;
}

.city-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:10px;
  max-width:900px;
  margin:auto;
}

.city-grid a{
  background:rgba(255,255,255,0.05);
  padding:6px 10px;
  border-radius:8px;
  text-decoration:none;
  color:#ddd;
  font-size:13px;
}

.city-grid a:hover{
  background:#ff5c8a;
  color:#fff;
}
