/* ================================================
   GURGAON ESCORTS DIRECTORY — PREMIUM DESIGN SYSTEM
   Black & Real Brushed Gold Metallic Theme
   ================================================ */

:root {
  --gold:          #D4AF37;
  --gold-light:    #F5E68D;
  --gold-dark:     #B8860B;
  --gold-deep:     #8B6914;
  --gold-shine:    #FFF3A0;
  --black:         #0A0A0A;
  --dark-bg:       #111111;
  --card-bg:       #181818;
  --border:        rgba(212,175,55,0.18);
  --border-hover:  rgba(212,175,55,0.55);
  --white:         #FFFFFF;
  --text-main:     #E8E8E8;
  --text-muted:    #AAAAAA;
  --text-faint:    #666666;
  --radius:        12px;
  --radius-lg:     20px;
  --shadow-gold:   0 0 24px rgba(212,175,55,0.35);
  --shadow-card:   0 8px 32px rgba(0,0,0,0.6);
  --trans:         all .25s ease;
  --phone:         '9625941872';
}

/* ---- Reset ---- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--black);color:var(--text-main);font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold);text-decoration:none;transition:var(--trans)}
a:hover{color:var(--gold-light)}
ul{list-style:none}
button{cursor:pointer;border:none;outline:none;font-family:inherit}

/* ---- Brushed Gold Metal Texture ---- */
.metal-gold {
  background:
    repeating-linear-gradient(94deg,
      rgba(255,255,255,0) 0px,
      rgba(255,255,255,0.04) 1px,
      rgba(255,255,255,0.08) 2px,
      rgba(255,255,255,0.04) 3px,
      rgba(255,255,255,0) 5px
    ),
    linear-gradient(155deg,
      #2C1A08 0%,
      #7A5C1E 8%,
      #B8860B 18%,
      #D4AF37 32%,
      #F5E68D 46%,
      #FFF3A0 50%,
      #F5E68D 54%,
      #D4AF37 68%,
      #B8860B 80%,
      #7A5C1E 90%,
      #2C1A08 100%
    );
}

.metal-gold-text {
  background: linear-gradient(135deg,#B8860B 0%,#D4AF37 30%,#F5E68D 50%,#D4AF37 70%,#B8860B 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

/* ---- Typography ---- */
h1{font-size:clamp(1.8rem,4.5vw,3rem);font-weight:800;line-height:1.15;color:var(--white)}
h2{font-size:clamp(1.4rem,3vw,2.1rem);font-weight:700;line-height:1.25;color:var(--white)}
h3{font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:600;line-height:1.35;color:var(--white)}
h4{font-size:1rem;font-weight:600;color:var(--text-main)}
p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem}
p:last-child{margin-bottom:0}
strong{color:var(--text-main);font-weight:600}

/* ---- Layout ---- */
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.container-sm{max-width:860px;margin:0 auto;padding:0 1.25rem}
.section{padding:4.5rem 0}
.section-sm{padding:3rem 0}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.flex{display:flex;align-items:center}
.flex-center{display:flex;align-items:center;justify-content:center}
.flex-between{display:flex;align-items:center;justify-content:space-between}
.text-center{text-align:center}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}

/* ---- Section Heading ---- */
.section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}
.section-title{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:var(--white);margin-bottom:.75rem}
.section-subtitle{color:var(--text-muted);font-size:1.05rem;max-width:560px;margin:0 auto}

/* ---- Gold Divider ---- */
.gold-divider{height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:1rem auto;width:80px;border:none}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:700;padding:.75rem 1.75rem;border-radius:var(--radius);transition:var(--trans);white-space:nowrap;cursor:pointer;text-decoration:none}

.btn-gold{
  background:linear-gradient(135deg,#B8860B,#D4AF37,#F5E68D,#D4AF37,#B8860B);
  background-size:200% auto;
  color:#0A0A0A;
  border:none;
  box-shadow:0 4px 16px rgba(212,175,55,0.4);
}
.btn-gold:hover{background-position:right center;box-shadow:0 6px 28px rgba(212,175,55,0.65);color:#0A0A0A;transform:translateY(-1px)}

.btn-outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}
.btn-outline:hover{background:rgba(212,175,55,0.1);box-shadow:0 0 18px rgba(212,175,55,0.25);color:var(--gold-light)}

.btn-sm{font-size:.82rem;padding:.5rem 1.2rem}
.btn-lg{font-size:1.05rem;padding:.9rem 2.2rem}

.btn-wa{background:#25D366;color:#fff}
.btn-wa:hover{background:#1ebe5b;color:#fff;box-shadow:0 4px 18px rgba(37,211,102,0.45)}

.btn-call{background:rgba(212,175,55,0.15);color:var(--gold);border:1.5px solid rgba(212,175,55,0.4)}
.btn-call:hover{background:rgba(212,175,55,0.25);color:var(--gold-light)}

/* ---- Cards ---- */
.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--trans)}
.card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-gold),var(--shadow-card)}

.card-glass{background:rgba(24,24,24,0.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--trans)}
.card-glass:hover{border-color:var(--border-hover);box-shadow:var(--shadow-gold)}

/* ---- Badges ---- */
.badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .7rem;border-radius:99px}
.badge-gold{background:rgba(212,175,55,0.18);color:var(--gold);border:1px solid rgba(212,175,55,0.35)}
.badge-premium{background:linear-gradient(135deg,#B8860B,#D4AF37);color:#0A0A0A}
.badge-spotlight{background:linear-gradient(135deg,#D4AF37,#F5E68D);color:#0A0A0A;box-shadow:0 0 12px rgba(212,175,55,0.5)}
.badge-verified{background:rgba(34,197,94,0.15);color:#22c55e;border:1px solid rgba(34,197,94,0.3)}
.badge-new{background:rgba(99,102,241,0.15);color:#818cf8;border:1px solid rgba(99,102,241,0.3)}

/* ---- Age Verification Popup ---- */
#age-gate{position:fixed;inset:0;background:rgba(0,0,0,0.97);z-index:99999;display:flex;align-items:center;justify-content:center;padding:1rem}
.age-gate-box{background:var(--card-bg);border:2px solid var(--gold);border-radius:24px;max-width:440px;width:100%;padding:2.5rem 2rem;text-align:center;box-shadow:0 0 60px rgba(212,175,55,0.3)}
.age-gate-icon{font-size:3rem;margin-bottom:1rem;display:block}
.age-gate-box h2{color:var(--gold);font-size:1.6rem;margin-bottom:.5rem}
.age-gate-box p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}
.age-gate-disclaimer{font-size:.75rem;color:var(--text-faint);margin-top:1.25rem;line-height:1.6}
.age-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.age-btns .btn{min-width:130px}

/* ---- Sticky Header ---- */
#site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:var(--trans)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;max-width:1200px;margin:0 auto;gap:1rem}
.header-scrolled{background:rgba(10,10,10,0.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(212,175,55,0.15);box-shadow:0 4px 24px rgba(0,0,0,0.5)}
.nav-logo{font-size:1.35rem;font-weight:900;letter-spacing:-.02em;white-space:nowrap}
.nav-logo .logo-dot{color:var(--gold)}

.nav-links{display:flex;align-items:center;gap:.15rem}
.nav-links a{color:var(--text-muted);font-size:.88rem;font-weight:500;padding:.5rem .8rem;border-radius:8px;transition:var(--trans)}
.nav-links a:hover,.nav-links a.active{color:var(--gold);background:rgba(212,175,55,0.08)}

.nav-cta{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.nav-cta .btn{padding:.5rem 1.1rem;font-size:.82rem}

/* Mobile menu */
#mobile-menu-btn{display:none;background:none;color:var(--gold);font-size:1.4rem;padding:.3rem}
#mobile-nav{display:none;position:fixed;top:64px;left:0;right:0;background:rgba(10,10,10,0.98);backdrop-filter:blur(20px);padding:1rem;border-bottom:1px solid var(--border);z-index:999}
#mobile-nav a{display:block;color:var(--text-main);padding:.75rem 1rem;border-radius:8px;font-weight:500;border-bottom:1px solid rgba(255,255,255,0.05)}
#mobile-nav a:hover{background:rgba(212,175,55,0.08);color:var(--gold)}
.mobile-nav-cta{display:flex;gap:.75rem;padding-top:.75rem;flex-wrap:wrap}
.mobile-nav-cta .btn{flex:1;justify-content:center;font-size:.85rem}

/* ---- Hero Section ---- */
.hero{min-height:92vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:8rem 0 4rem}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg-grad{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(184,134,11,0.18) 0%,transparent 70%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(212,175,55,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,0.06) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;opacity:.4}
@keyframes gridMove{0%{background-position:0 0}100%{background-position:50px 50px}}
.hero-content{position:relative;z-index:1;max-width:720px}
.hero h1{margin-bottom:1.25rem}
.hero h1 span{display:block}
.hero-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:540px;margin-bottom:2rem}
.hero-btns{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.hero-stats{display:flex;flex-wrap:wrap;gap:2rem}
.hero-stat .num{font-size:1.6rem;font-weight:800;color:var(--gold)}
.hero-stat .lbl{font-size:.8rem;color:var(--text-faint);margin-top:.15rem}

.trust-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2rem}
.trust-badge{background:rgba(24,24,24,0.8);border:1px solid var(--border);border-radius:99px;padding:.4rem 1rem;font-size:.78rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}
.trust-badge .icon{color:var(--gold)}

/* ---- Floating CTA Bar (bottom) ---- */
#cta-bar{position:fixed;bottom:0;left:0;right:0;z-index:900;background:rgba(10,10,10,0.95);backdrop-filter:blur(16px);border-top:1px solid rgba(212,175,55,0.2);padding:.6rem 1rem;display:flex;gap:.75rem;justify-content:center}
#cta-bar .btn{flex:1;max-width:200px;font-size:.85rem;padding:.65rem 1rem}

/* ---- Filter Bar ---- */
.filter-section{background:var(--dark-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0;position:sticky;top:64px;z-index:500}
.filter-wrap{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.filter-select{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;color:var(--text-main);padding:.55rem 1rem;font-size:.85rem;font-family:inherit;outline:none;cursor:pointer;min-width:130px}
.filter-select:focus{border-color:var(--gold)}
.filter-select option{background:#1a1a1a}
.filter-btn{background:rgba(212,175,55,0.1);border:1px solid rgba(212,175,55,0.3);color:var(--gold);border-radius:8px;padding:.55rem 1.1rem;font-size:.85rem;font-family:inherit;transition:var(--trans)}
.filter-btn:hover,.filter-btn.active{background:rgba(212,175,55,0.2);border-color:var(--gold)}
.filter-clear{background:none;border:none;color:var(--text-faint);font-size:.82rem;text-decoration:underline;padding:.2rem .5rem}
.filter-results-count{color:var(--text-faint);font-size:.85rem;margin-left:auto}

/* ---- Profile Cards ---- */
.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}

.profile-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--trans);position:relative;cursor:pointer}
.profile-card:hover{border-color:rgba(212,175,55,0.5);box-shadow:var(--shadow-gold),0 12px 40px rgba(0,0,0,0.7);transform:translateY(-3px)}

.profile-card.spotlight{border-color:var(--gold);box-shadow:0 0 20px rgba(212,175,55,0.3)}
.profile-card.spotlight::before{content:'SPOTLIGHT';position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#B8860B,#D4AF37);color:#0A0A0A;font-size:.65rem;font-weight:800;letter-spacing:.1em;padding:.25rem .65rem;border-radius:99px;z-index:2}
.profile-card.premium::before{content:'PREMIUM';background:rgba(212,175,55,0.9);color:#0A0A0A}

.profile-img-wrap{position:relative;padding-bottom:130%;overflow:hidden}
.profile-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.profile-card:hover .profile-img-wrap img{transform:scale(1.05)}

.profile-img-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.85));padding:1.25rem 1rem .75rem}
.profile-card-badges{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:.35rem;align-items:flex-end}

.profile-info{padding:1rem}
.profile-name{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.25rem}
.profile-meta{font-size:.8rem;color:var(--text-faint);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}
.profile-meta .sep{color:var(--border)}
.profile-price{font-size:.82rem;color:var(--gold);font-weight:600;margin-bottom:.85rem}

.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.profile-actions .btn{font-size:.78rem;padding:.5rem .75rem;justify-content:center}

/* Spotlight profile (larger card) */
.profile-card.spotlight-lg{grid-column:span 2}
.profile-card.spotlight-lg .profile-img-wrap{padding-bottom:55%}

/* ---- Location Cards ---- */
.location-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}
.location-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;transition:var(--trans);display:flex;align-items:center;gap:.75rem}
.location-card:hover{border-color:rgba(212,175,55,0.5);background:rgba(212,175,55,0.05);box-shadow:0 4px 16px rgba(212,175,55,0.15)}
.location-icon{font-size:1.4rem;flex-shrink:0}
.location-card h3{font-size:.92rem;font-weight:600;color:var(--white);margin-bottom:.15rem}
.location-card p{font-size:.75rem;color:var(--text-faint);margin:0}

/* ---- Pricing Cards ---- */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}
.pricing-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.5rem;position:relative;transition:var(--trans)}
.pricing-card.featured{border-color:var(--gold);box-shadow:0 0 30px rgba(212,175,55,0.25)}
.pricing-card.featured::before{content:'Most Popular';position:absolute;top:-13px;left:50%;transform:translateX(-50%);font-size:.72rem;font-weight:700;letter-spacing:.08em;background:linear-gradient(135deg,#B8860B,#D4AF37);color:#0A0A0A;padding:.3rem .9rem;border-radius:99px;white-space:nowrap}
.pricing-price{margin:1rem 0;display:flex;align-items:baseline;gap:.3rem}
.pricing-price .amount{font-size:2.5rem;font-weight:800;color:var(--gold)}
.pricing-price .per{font-size:.85rem;color:var(--text-faint)}
.pricing-features{margin:1.5rem 0 2rem}
.pricing-features li{display:flex;align-items:center;gap:.65rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,0.04);font-size:.88rem;color:var(--text-muted)}
.pricing-features .check{color:var(--gold);font-size:.9rem;flex-shrink:0}
.pricing-features .cross{color:#555;font-size:.9rem;flex-shrink:0}

/* ---- FAQ Accordion ---- */
.faq-list{max-width:760px;margin:0 auto}
.faq-item{border-bottom:1px solid rgba(212,175,55,0.12);padding:.2rem 0}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;padding:1rem 0;color:var(--white);font-weight:600;font-size:.98rem;background:transparent;border:0;width:100%;text-align:left;font-family:inherit}
.faq-q:hover{color:var(--gold)}
.faq-chevron{color:var(--gold);font-size:1.1rem;flex-shrink:0;transition:transform .25s}
.faq-a{color:var(--text-muted);font-size:.9rem;line-height:1.8;padding-bottom:1rem;display:none}
.faq-a.open{display:block}

/* ---- Blog Cards ---- */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.blog-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--trans)}
.blog-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-gold);transform:translateY(-2px)}
.blog-card-img{height:200px;overflow:hidden;background:rgba(30,30,30,1)}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.blog-card:hover .blog-card-img img{transform:scale(1.04)}
.blog-card-body{padding:1.25rem}
.blog-cat{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;display:block}
.blog-card h3{font-size:1rem;font-weight:700;color:var(--white);line-height:1.4;margin-bottom:.6rem}
.blog-card p{font-size:.84rem;color:var(--text-faint);line-height:1.6;margin-bottom:.9rem}
.blog-meta-row{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--text-faint)}
.blog-read-more{color:var(--gold);font-weight:600;font-size:.8rem}

/* ---- Testimonials ---- */
.testimonial-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:var(--trans)}
.testimonial-card:hover{border-color:var(--border-hover)}
.stars{color:var(--gold);font-size:.95rem;margin-bottom:.75rem;letter-spacing:.05em}
.testimonial-text{color:var(--text-muted);font-size:.9rem;line-height:1.75;margin-bottom:1rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:.75rem}
.author-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#B8860B,#D4AF37);display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:700;color:#0A0A0A;flex-shrink:0}
.author-name{font-size:.88rem;font-weight:600;color:var(--white)}
.author-loc{font-size:.75rem;color:var(--text-faint)}

/* ---- Steps / How It Works ---- */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.step-item{text-align:center;padding:1.75rem 1.25rem}
.step-num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#B8860B,#D4AF37);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#0A0A0A;margin:0 auto 1.25rem}
.step-item h3{margin-bottom:.5rem}
.step-item p{font-size:.88rem}

/* ---- Forms ---- */
.form-group{margin-bottom:1.25rem}
.form-label{display:block;font-size:.85rem;font-weight:600;color:var(--text-main);margin-bottom:.45rem}
.form-input,.form-textarea,.form-select{width:100%;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;color:var(--white);padding:.75rem 1rem;font-size:.9rem;font-family:inherit;outline:none;transition:var(--trans)}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,175,55,0.12)}
.form-input::placeholder,.form-textarea::placeholder{color:var(--text-faint)}
.form-textarea{min-height:130px;resize:vertical}
.form-select option{background:#1a1a1a}

/* ---- Breadcrumb ---- */
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;font-size:.82rem;color:var(--text-faint);padding:.75rem 0}
.breadcrumb a{color:var(--text-faint);transition:var(--trans)}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb .sep{color:var(--text-faint);opacity:.4}
.breadcrumb .current{color:var(--gold)}

/* ---- Profile Page ---- */
.profile-page-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem;margin-bottom:2rem}
.profile-page-gallery .main-img{grid-row:span 2}
.profile-page-gallery img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}
.profile-page-gallery .main-img img{height:420px}
.profile-page-gallery .thumb img{height:200px}

.profile-details-grid{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}
.profile-sidebar{position:sticky;top:90px}
.contact-box{background:var(--card-bg);border:1px solid var(--gold);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:0 0 24px rgba(212,175,55,0.15)}
.contact-box h3{margin-bottom:.25rem}
.contact-box-rate{color:var(--gold);font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}
.contact-box .btn{width:100%;justify-content:center;margin-bottom:.65rem}

.profile-tag{display:inline-block;background:rgba(212,175,55,0.08);border:1px solid rgba(212,175,55,0.18);color:var(--text-muted);font-size:.78rem;padding:.3rem .75rem;border-radius:99px;margin:.2rem}

/* ---- Admin Panel ---- */
#admin-panel{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:95vw;background:#161616;border-left:1px solid var(--gold);z-index:2000;display:none;flex-direction:column;overflow:hidden;box-shadow:-8px 0 40px rgba(0,0,0,0.7)}
#admin-panel.open{display:flex}
.admin-header{background:linear-gradient(135deg,#B8860B,#D4AF37);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between}
.admin-header h3{color:#0A0A0A;font-weight:800;font-size:1rem}
.admin-close{background:none;color:#0A0A0A;font-size:1.25rem;line-height:1}
.admin-body{flex:1;overflow-y:auto;padding:1.25rem}
.admin-section{margin-bottom:1.75rem}
.admin-section h4{color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}
.admin-field{margin-bottom:.85rem}
.admin-field label{display:block;font-size:.78rem;color:var(--text-muted);margin-bottom:.3rem}
.admin-field input,.admin-field textarea{width:100%;background:#0A0A0A;border:1px solid var(--border);border-radius:6px;color:var(--white);padding:.55rem .85rem;font-size:.85rem;font-family:inherit;outline:none}
.admin-field input:focus,.admin-field textarea:focus{border-color:var(--gold)}
.admin-save{background:linear-gradient(135deg,#B8860B,#D4AF37);color:#0A0A0A;border:none;width:100%;padding:.65rem;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;margin-top:.5rem}
#admin-toggle{position:fixed;bottom:80px;right:1rem;background:linear-gradient(135deg,#B8860B,#D4AF37);color:#0A0A0A;border:none;width:44px;height:44px;border-radius:50%;font-size:1.1rem;display:flex;align-items:center;justify-content:center;z-index:800;box-shadow:0 4px 16px rgba(212,175,55,0.5);cursor:pointer;transition:var(--trans)}
#admin-toggle:hover{transform:scale(1.1)}

/* ---- Footer ---- */
#site-footer{background:#0D0D0D;border-top:1px solid rgba(212,175,55,0.15)}
.footer-top{padding:3.5rem 0 2.5rem;border-bottom:1px solid rgba(212,175,55,0.1)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}
.footer-brand .logo{font-size:1.3rem;font-weight:900;margin-bottom:.75rem;display:block}
.footer-brand p{font-size:.84rem;color:var(--text-faint);line-height:1.7;max-width:260px;margin-bottom:1rem}
.footer-col h4{color:var(--gold);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}
.footer-col ul li{margin-bottom:.45rem}
.footer-col ul li a{color:var(--text-faint);font-size:.84rem;transition:var(--trans)}
.footer-col ul li a:hover{color:var(--gold)}
.footer-disclaimer{background:rgba(212,175,55,0.03);border:1px solid rgba(212,175,55,0.1);border-radius:8px;padding:1rem;font-size:.78rem;color:var(--text-faint);line-height:1.65;margin-bottom:1.25rem}
.footer-bottom{padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}
.footer-bottom p{font-size:.8rem;color:var(--text-faint)}
.footer-legal{display:flex;gap:1.25rem;flex-wrap:wrap}
.footer-legal a{font-size:.78rem;color:var(--text-faint);transition:var(--trans)}
.footer-legal a:hover{color:var(--gold)}

/* ---- Misc Utility ---- */
.gold-border-l{border-left:3px solid var(--gold);padding-left:1rem}
.highlight{background:rgba(212,175,55,0.08);border:1px solid rgba(212,175,55,0.15);border-radius:8px;padding:1rem 1.25rem}
.separator{height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,0.25),transparent);margin:3rem 0}
.no-listing{text-align:center;padding:4rem 2rem;color:var(--text-faint)}
.no-listing .icon{font-size:3rem;margin-bottom:1rem;display:block}
.hidden{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* ---- Animations ---- */
@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes goldPulse{0%,100%{box-shadow:0 0 10px rgba(212,175,55,0.3)}50%{box-shadow:0 0 28px rgba(212,175,55,0.6)}}
@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}

.animate-in{animation:fadeInUp .5s ease forwards}
.gold-pulse{animation:goldPulse 2.5s ease-in-out infinite}

/* ---- RESPONSIVE ---- */
@media (max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .profile-page-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
  .profile-page-gallery .main-img{grid-column:span 2}
  .profile-page-gallery .main-img img{height:280px}
}
@media (max-width:768px){
  .section{padding:3rem 0}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  /* --- Mobile header: solid bg, compact, no overflow --- */
  #main-header{background:rgba(10,10,10,0.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(212,175,55,0.18)}
  .header-inner{padding:.7rem 1rem;gap:.5rem}
  .nav-logo{font-size:1.15rem}
  .nav-links{display:none}
  .nav-cta{display:none}            /* full Call+WhatsApp live in the menu and bottom bar */
  #mobile-menu-btn{display:block;font-size:1.6rem}
  #mobile-nav{top:54px}
  .hero{min-height:80vh;padding:6rem 0 3rem}
  .profile-details-grid{grid-template-columns:1fr}
  .profile-page-gallery{grid-template-columns:1fr}
  .profile-page-gallery .main-img{grid-column:unset}
  .profile-page-gallery .main-img img{height:260px}
  .profile-page-gallery .thumb img{height:160px}
  #admin-panel{width:100%}
  .hero-stats{gap:1.25rem}
  .profile-card.spotlight-lg{grid-column:unset}
  .profile-card.spotlight-lg .profile-img-wrap{padding-bottom:130%}
}
@media (max-width:480px){
  .container{padding:0 1rem}
  .age-gate-box{padding:1.75rem 1.25rem}
  .hero h1{font-size:1.7rem}
  .filter-wrap{flex-direction:column;align-items:stretch}
  .filter-select{width:100%}
  .hero-btns{flex-direction:column}
  .hero-btns .btn{width:100%;justify-content:center}
}

/* ---- Scrollbar ---- */
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:#111}
::-webkit-scrollbar-thumb{background:linear-gradient(#B8860B,#D4AF37);border-radius:3px}
