/*
Theme Name: CallGirl4U Premium
Theme URI: https://in.callgirl4u.com
Description: A premium, high-converting theme for escort directories and model listings.
Version: 1.0.0
Author: Antigravity
Text Domain: cg4u
*/

/* Base Styles */
:root {
  --primary: #ec4899;
  --secondary: #D91E18;
  --bg: #fdf2f8;
  --text: #1f2937;
}

body {
  font-family: 'Inter', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen, ubuntu, cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background: white;
  border-bottom: 1px solid #f9a8d4;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1f2937;
  text-transform: uppercase;
}

.logo span {
  color: var(--primary);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 2rem;
}

/* Listing Card Styles */
.listing-card {
  background: white;
  border: 1px solid #fce7f3;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.listing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(236, 72, 153, 0.15);
}

.listing-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-content {
  padding: 1.5rem;
}

.listing-title {
  color: var(--secondary);
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 0.5rem 0;
}

.listing-meta {
  font-weight: 700;
  font-size: 0.875rem;
  color: #4b5563;
  display: flex;
  gap: 15px;
  margin-bottom: 1rem;
}

.btn-whatsapp {
  background-color: #25D366;
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
}

.btn-call {
  background-color: #2563EB;
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
