/* ===================================================
   TURKEY FEEDER SITE — turkey.istanbulcallgirls.com
   Brand: Matching istanbulcallgirls.com (EscortWP Theme)
   Primary:  #E0006C  (hot pink)
   Hover:    #FE5ACB  (light pink)
   Dark Nav: #260B39  (deep purple)
   Bg Body:  #0D0D0D
   Content:  #fff0f4
   =================================================== */

/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #0D0D0D;
  color: #12526f;
  font-family: 'Open Sans', "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 2000px;
  margin: 0 auto;
}

a {
  color: #E0006C;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover { color: #075b6d; }

ul { list-style: none; }

img { max-width: 100%; display: block; }

/* ===== UTILITIES ===== */
.clear { clear: both; }
.l { float: left; }
.r { float: right; }

/* ===== AGE VERIFICATION OVERLAY ===== */
.age-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(13, 13, 13, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(6px);
}

.age-box {
  background: linear-gradient(145deg, #1a0427 0%, #260B39 60%, #1a0427 100%);
  border: 2px solid #E0006C;
  border-radius: 16px;
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 60px rgba(224, 0, 108, 0.4), 0 20px 60px rgba(0,0,0,0.8);
  animation: fadeInScale 0.4s ease;
}

@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

.age-logo {
  font-size: 2em;
  font-family: 'Playfair Display', serif;
  color: #FE5ACB;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.age-box h2 {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 16px;
  font-family: 'Playfair Display', serif;
}

.age-box p {
  color: #ccc;
  margin-bottom: 14px;
  line-height: 1.6;
}

.age-box p strong { color: #FE5ACB; }

.age-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0 16px;
}

.age-small {
  font-size: 0.78em !important;
  color: #888 !important;
  margin-top: 10px !important;
}

/* ===== BUTTONS ===== */
.btn-pink {
  background: linear-gradient(to bottom, #FE5ACB 0%, #E0006C 100%);
  color: #fff !important;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
  text-decoration: none !important;
  font-size: 1em;
}
.btn-pink:hover {
  background: linear-gradient(to bottom, #ff7edb 0%, #FE5ACB 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(224,0,108,0.4);
  color: #fff !important;
}

.btn-outline {
  background: transparent;
  color: #FE5ACB !important;
  border: 2px solid #FE5ACB;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.2s ease;
}
.btn-outline:hover {
  background: #FE5ACB;
  color: #fff !important;
}

.btn-gray {
  background: linear-gradient(to bottom, #fff 0%, #e1e1e1 100%);
  color: #727272 !important;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
}
.btn-gray:hover {
  background: #ededed;
  color: #444 !important;
}

.btn-large {
  font-size: 1.05em;
  padding: 14px 36px;
}

.btn-readmore {
  margin-top: 14px;
  font-size: 0.9em;
  padding: 8px 22px;
}

/* ===== HEADER ===== */
#site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-top-bar {
  width: 100%;
  padding: 15px 20px;
  background: #260B39;
  box-shadow: 0 2px 20px rgba(224,0,108,0.3);
}

/* Logo */
.header-top-bar .logo h1 {
  float: left;
  line-height: 1;
  margin: 0;
}

.logo-text {
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

.logo-pink { color: #FE5ACB; }

/* Nav */
.header-nav {
  padding-left: 20px;
  min-height: 3.5em;
}

.header-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  margin: 0;
}

.header-menu li a {
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.8em;
  display: block;
  padding: 0 12px;
  border-radius: 25px;
  transition: background 0.2s;
}

.header-menu li a:hover,
.header-menu li.current_page_item a {
  background: #FE5ACB;
  color: #fff !important;
}

/* Subnav */
.subnav-menu-wrapper { min-height: 3.5em; }
.subnav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
}

.subnav-menu .subnav-menu-btn a {
  background: #FE5ACB;
  color: #fff !important;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 25px;
  display: block;
  font-size: 0.9em;
  transition: background 0.2s;
}

.subnav-menu .login-btn a { background: #d633a3; }
.subnav-menu .subnav-menu-btn a:hover { background: #AC35C4; }

/* Hamburger */
.hamburger-menu {
  display: none;
  cursor: pointer;
  background: #d633a3;
  color: #fff;
  line-height: 2.3em;
  padding: 0 14px;
  font-weight: 600;
  float: right;
  margin-top: 2px;
  transition: background 0.2s;
  border-radius: 25px;
}
.hamburger-menu:hover { background: #AC35C4; }

/* Mobile Nav */
.mobile-nav {
  background: #1a0427;
  border-top: 2px solid #E0006C;
  width: 100%;
}

.mobile-nav ul {
  list-style: none;
  padding: 10px 0;
}

.mobile-nav ul li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid rgba(224,0,108,0.15);
  transition: background 0.2s;
}

.mobile-nav ul li a:hover {
  background: rgba(254,90,203,0.2);
  color: #FE5ACB !important;
}

/* ===== HERO SECTION ===== */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, #2f074e 0%, #9f059b 26%, #b603a7 40%, #b205a8 51%, #6529c7 100%);
  padding: 100px 40px 80px;
  text-align: center;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13,13,13,0.3) 0%, rgba(13,13,13,0.1) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: rgba(224,0,108,0.25);
  border: 1px solid rgba(254,90,203,0.5);
  color: #FE5ACB;
  font-size: 0.85em;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2em, 5vw, 3.5em);
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.hero-subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 1.1em;
  max-width: 660px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(254,90,203,0.3);
  border-radius: 12px;
  padding: 12px 24px;
  min-width: 110px;
}

.stat-num {
  font-size: 1.8em;
  font-weight: 700;
  color: #FE5ACB;
  font-family: 'Playfair Display', serif;
}

.stat-label {
  font-size: 0.75em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* ===== BODY WRAPPER ===== */
.all { width: 100%; }
.all-body { width: 100%; }

.contentwrapper {
  float: left;
  width: 100%;
}

.body {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
}

/* ===== BODYBOX ===== */
.bodybox {
  background-color: #fff0f4;
  padding: 30px 24px;
  overflow: hidden;
  border-bottom: 1px solid #f8c1cf;
  border-radius: 8px;
  margin-bottom: 12px;
}

.bodybox h2 {
  font-size: 1.6em;
  margin-bottom: 18px;
  font-family: 'Playfair Display', serif;
}

.bodybox-homepage h3 {
  font-size: 1.3em;
  color: #fa2dba;
  margin: 22px 0 10px;
}

.bodybox p {
  color: #333;
  line-height: 1.75;
  margin-bottom: 12px;
}

.escort-marketing-header {
  padding: 10px 0;
}

/* ===== DISTRICTS GRID ===== */
.districts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.district-card {
  background: #fff;
  border: 2px solid #f8c1cf;
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.district-card:hover {
  border-color: #E0006C;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(224,0,108,0.2);
  background: linear-gradient(135deg, #fff0f4 0%, #fff 100%);
}

.district-icon {
  font-size: 2em;
  margin-bottom: 8px;
  display: block;
}

.district-name {
  color: #E0006C;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.3;
}

.district-sub {
  color: #888;
  font-size: 0.75em;
  margin-top: 4px;
}

.district-card-all {
  background: linear-gradient(135deg, #FE5ACB 0%, #E0006C 100%);
  border-color: #E0006C;
}

.district-card-all .district-name,
.district-card-all .district-sub,
.district-card-all .district-icon {
  color: #fff;
}

.district-card-all:hover {
  background: linear-gradient(135deg, #ff7edb 0%, #FE5ACB 100%);
  transform: translateY(-4px);
}

/* ===== FEATURES GRID ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 10px;
}

.feature-card {
  background: #fff;
  border: 1px solid #f8c1cf;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.25s ease;
}

.feature-card:hover {
  border-color: #FE5ACB;
  box-shadow: 0 6px 20px rgba(224,0,108,0.15);
  transform: translateY(-3px);
}

.feature-icon {
  font-size: 2.4em;
  margin-bottom: 12px;
}

.feature-card h3 {
  color: #E0006C;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}

.feature-card p {
  color: #555;
  font-size: 0.9em;
  line-height: 1.6;
  margin: 0;
}

/* ===== CATEGORIES PILLS ===== */
.categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.category-pill {
  background: #fff;
  border: 2px solid #f8c1cf;
  color: #E0006C !important;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none !important;
  font-size: 0.9em;
  transition: all 0.2s ease;
  display: inline-block;
}

.category-pill:hover {
  background: #E0006C;
  border-color: #E0006C;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(224,0,108,0.3);
}

.category-pill-verified {
  background: #f0fff4;
  border-color: #27ae60;
  color: #27ae60 !important;
}
.category-pill-verified:hover {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff !important;
}

.category-pill-online {
  background: #f0fff4;
  border-color: #2ecc71;
  color: #2ecc71 !important;
}
.category-pill-online:hover {
  background: #2ecc71;
  border-color: #2ecc71;
  color: #fff !important;
}

.category-pill-premium {
  background: linear-gradient(135deg, #fffbe6, #fff8d0);
  border-color: #f39c12;
  color: #c0720f !important;
}
.category-pill-premium:hover {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  border-color: #f39c12;
  color: #fff !important;
}

/* ===== SEO CONTENT ===== */
.seo-content-block {
  padding: 10px 0;
}

.seo-content-block h3 {
  color: #E0006C;
  font-size: 1.2em;
  margin: 24px 0 10px;
  font-weight: 700;
}
.seo-content-block h3:first-child { margin-top: 0; }

.seo-content-block p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 14px;
}

/* CTA Box */
.cta-box {
  background: linear-gradient(135deg, #2f074e 0%, #6529c7 100%);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  margin: 28px 0 0;
}

.cta-box h3 {
  color: #fff !important;
  font-size: 1.5em;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.cta-box p {
  color: rgba(255,255,255,0.8) !important;
  margin-bottom: 20px;
}

/* ===== FAQ ===== */
.faq-list {
  margin-top: 10px;
}

.faq-item {
  background: #fff;
  border: 1px solid #f8c1cf;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item:hover {
  box-shadow: 0 4px 15px rgba(224,0,108,0.1);
}

.faq-question {
  padding: 18px 20px;
  font-weight: 700;
  color: #260B39;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: background 0.2s;
  font-size: 1em;
}

.faq-question:hover {
  background: #fff0f4;
}

.faq-question.active {
  background: linear-gradient(135deg, #E0006C 0%, #FE5ACB 100%);
  color: #fff;
}

.faq-arrow {
  font-size: 0.8em;
  color: #E0006C;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 10px;
}

.faq-question.active .faq-arrow {
  transform: rotate(180deg);
  color: #fff;
}

.faq-answer {
  display: none;
  padding: 16px 20px;
  border-top: 1px solid #f8c1cf;
  background: #fff;
}

.faq-answer p {
  color: #333;
  line-height: 1.7;
  margin: 0;
}

/* ===== FOOTER ===== */
.footer {
  background: #1a0427;
  padding: 40px 20px 0;
  margin-top: 20px;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.footer-col h4 {
  color: #FE5ACB;
  font-size: 1em;
  margin-bottom: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(224,0,108,0.3);
  padding-bottom: 8px;
}

.footer-col p {
  color: #aaa;
  font-size: 0.88em;
  line-height: 1.7;
}

.footer-col p a {
  color: #FE5ACB !important;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  padding: 4px 0;
}

.footer-col ul li a {
  color: #bbb !important;
  font-size: 0.88em;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #FE5ACB !important;
}

.underfooter {
  border-top: 1px solid rgba(224,0,108,0.25);
  padding: 16px 20px;
  text-align: center;
  color: #777;
  font-size: 0.83em;
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #1a0427; }
::-webkit-scrollbar-thumb { background: #E0006C; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #FE5ACB; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .header-nav,
  .subnav-menu-wrapper { display: none; }
  .hamburger-menu { display: block; }

  .hero-section { padding: 70px 20px 60px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-stats { gap: 12px; }
  .stat-item { min-width: 90px; padding: 10px 16px; }

  .body { padding: 0 12px; }
  .bodybox { padding: 22px 16px; }

  .features-grid { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
  .districts-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
}

@media (max-width: 600px) {
  .hero-title { font-size: 1.8em; }
  .hero-subtitle { font-size: 0.95em; }

  .age-box { padding: 32px 24px; }
  .age-btns { flex-direction: column; align-items: center; }

  .districts-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }

  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  .bodybox h2 { font-size: 1.3em; }
}

@media (max-width: 400px) {
  .districts-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
}
