/* ============================================================
   YellDial Business Directory - Premium CSS
   Theme: White Background | Black & Pink Text
   ============================================================ */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --primary: #e91e8c;
  --primary-dark: #c2185b;
  --primary-light: #f48fb1;
  --primary-ultra-light: #fce4ec;
  --secondary: #1a1a2e;
  --secondary-light: #2d2d44;
  --accent: #ff4081;
  --white: #ffffff;
  --off-white: #fafafa;
  --light-gray: #f5f5f5;
  --gray: #9e9e9e;
  --dark-gray: #424242;
  --text-primary: #1a1a2e;
  --text-secondary: #666;
  --text-muted: #999;
  --border: #eeeeee;
  --border-pink: #f8bbd9;
  --shadow-sm: 0 2px 8px rgba(233,30,140,0.08);
  --shadow-md: 0 8px 32px rgba(233,30,140,0.12);
  --shadow-lg: 0 20px 60px rgba(233,30,140,0.15);
  --shadow-card: 0 4px 20px rgba(0,0,0,0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --font-primary: 'Inter', sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  --transition-fast: all 0.15s ease;
  --gradient-pink: linear-gradient(135deg, #e91e8c 0%, #c2185b 100%);
  --gradient-pink-light: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%);
  --gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-primary);
  background-color: var(--white);
  color: var(--text-primary);
  line-height: 1.6;
  font-size: 15px;
  overflow-x: hidden;
}

/* ── GLOBAL: small rounded corners on all inputs & buttons ── */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea,
.form-control,
.form-select {
  border-radius: 8px !important;
}
button:not(.navbar-toggler):not(.back-to-top):not(.social-share-btn):not(.social-btn),
.btn:not(.navbar-toggler):not(.back-to-top):not(.social-share-btn):not(.social-btn) {
  border-radius: 8px !important;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
}

a { text-decoration: none; color: var(--primary); transition: var(--transition); }
a:hover { color: var(--primary-dark); }

img { max-width: 100%; height: auto; }

.text-pink { color: var(--primary) !important; }
.bg-pink { background-color: var(--primary) !important; }
.bg-pink-light { background-color: var(--primary-ultra-light) !important; }

/* ============================================================
   SCROLLBAR
   ============================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--light-gray); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* ============================================================
   PRELOADER
   ============================================================ */
#preloader {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: white; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
}
.preloader-inner {
  text-align: center;
}
.preloader-logo {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 900;
  color: var(--primary);
  animation: pulse 1.2s infinite;
}
.preloader-dots {
  display: flex; gap: 8px; justify-content: center; margin-top: 16px;
}
.preloader-dots span {
  width: 10px; height: 10px;
  background: var(--primary);
  border-radius: 50%;
  animation: bounce 0.8s infinite alternate;
}
.preloader-dots span:nth-child(2) { animation-delay: 0.2s; }
.preloader-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes bounce { from { transform: translateY(0); } to { transform: translateY(-12px); } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

/* ============================================================
   SITE HEADER WRAPPER (sticky — holds navbar + search bar)
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar-yelldial {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 2px solid var(--border-pink);
  padding: 0;
  transition: var(--transition);
  box-shadow: 0 2px 20px rgba(233,30,140,0.1);
  position: relative;
  z-index: 20;
}
.navbar-yelldial.scrolled {
  box-shadow: 0 4px 30px rgba(233,30,140,0.18);
}
.navbar-brand-logo {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 900;
  color: var(--primary) !important;
  letter-spacing: -1px;
}
.navbar-brand-logo span { color: var(--secondary); }
.navbar-yelldial .nav-link {
  color: var(--text-primary) !important;
  font-weight: 500;
  font-size: 14px;
  padding: 24px 16px !important;
  position: relative;
  transition: var(--transition);
}
.navbar-yelldial .nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 16px; right: 16px;
  height: 3px; background: var(--gradient-pink);
  border-radius: 3px 3px 0 0;
  transform: scaleX(0); transition: var(--transition);
}
.navbar-yelldial .nav-link:hover,
.navbar-yelldial .nav-link.active {
  color: var(--primary) !important;
}
.navbar-yelldial .nav-link:hover::after,
.navbar-yelldial .nav-link.active::after { transform: scaleX(1); }

.btn-nav-list {
  background: var(--gradient-pink);
  color: white !important;
  border-radius: 8px !important;
  padding: 10px 24px !important;
  font-weight: 600;
  font-size: 14px;
  border: none;
  box-shadow: 0 4px 15px rgba(233,30,140,0.35);
  transition: var(--transition);
}
.btn-nav-list:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(233,30,140,0.5) !important;
  color: white !important;
}

/* ============================================================
   HEADER SEARCH BAR (global, below navbar on all pages)
   ============================================================ */
.header-search-bar {
  background: #fff;
  border-bottom: 2px solid var(--border-pink);
  padding: 12px 0;
  box-shadow: 0 3px 16px rgba(233,30,140,0.07);
}

/* ── Tablet (577px – 991px): side-by-side but compact ────────── */
@media (min-width: 577px) and (max-width: 991px) {
  .header-search-bar {
    padding: 10px 0;
  }
  .header-trust-badges {
    display: none !important;
  }
}

/* ── Mobile (≤576px): stack vertically ───────────────────────── */
@media (max-width: 576px) {
  .header-search-bar {
    padding: 10px 0;
  }
  .search-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .search-input-group {
    width: 100%;
  }
  .search-divider {
    display: none;
  }
  .w-100-mobile {
    width: 100% !important;
    justify-content: center;
  }
  .header-trust-badges {
    display: none !important;
  }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  background: var(--white);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute; top: -50%; right: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(233,30,140,0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}
.hero-section::after {
  content: '';
  position: absolute; bottom: -30%; left: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(233,30,140,0.05) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary-ultra-light);
  color: var(--primary);
  border: 1px solid var(--border-pink);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px; font-weight: 600;
  margin-bottom: 24px;
  animation: fadeInDown 0.6s ease;
}
.hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  animation: fadeInUp 0.7s ease;
}
.hero-title .highlight {
  color: var(--primary);
  position: relative;
}
.hero-title .highlight::after {
  content: '';
  position: absolute; left: 0; bottom: -4px;
  width: 100%; height: 4px;
  background: var(--gradient-pink);
  border-radius: 2px;
}
.hero-subtitle {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 40px;
  font-weight: 400;
  animation: fadeInUp 0.8s ease;
}
.hero-stats {
  display: flex; gap: 40px; margin-top: 40px;
  animation: fadeInUp 0.9s ease;
}
.hero-stat { text-align: center; }
.hero-stat-number {
  font-size: 28px; font-weight: 800;
  color: var(--primary); font-family: var(--font-heading);
}
.hero-stat-label { font-size: 13px; color: var(--text-secondary); font-weight: 500; }
.hero-image-wrapper {
  position: relative;
  animation: fadeInRight 0.8s ease;
}
.hero-float-card {
  position: absolute;
  background: white;
  border-radius: var(--radius-md);
  padding: 16px 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-pink);
  animation: floatCard 3s ease-in-out infinite;
  z-index: 10;
}
.hero-float-card:nth-child(1) { top: 10%; left: -20px; animation-delay: 0s; }
.hero-float-card:nth-child(2) { bottom: 20%; right: -20px; animation-delay: 1.5s; }
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ============================================================
   ANIMATED BUSINESS DETAILS TICKER (HERO FLOAT CARD)
   ============================================================ */
.hero-float-card-biz {
  transition: box-shadow 0.3s ease;
}

.biz-details-ticker-wrapper {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed rgba(233, 30, 140, 0.25);
  height: 64px;
  overflow: hidden;
  position: relative;
}

.biz-ticker-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.biz-ticker-slide {
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.biz-ticker-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.biz-ticker-title:hover {
  color: var(--primary);
}

.biz-ticker-meta {
  font-size: 11px;
  color: var(--gray);
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.biz-ticker-badge {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 4px;
  background: rgba(233, 30, 140, 0.1);
  color: var(--primary);
  font-weight: 600;
  white-space: nowrap;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes pulseDot {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.3); }
  100% { opacity: 1; transform: scale(1); }
}

/* ============================================================
   SEARCH BOX
   ============================================================ */
.search-wrapper {
  background: white;
  border-radius: 12px;
  padding: 8px;
  box-shadow: var(--shadow-lg), 0 0 0 1px var(--border-pink);
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 10;
  animation: fadeInUp 0.9s ease;
}
.search-input-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: var(--light-gray);
  border-radius: 8px;
  border: 2px solid transparent;
  transition: var(--transition);
}
.search-input-group:focus-within {
  background: white;
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(233,30,140,0.1);
}
.search-input-group i {
  color: var(--primary);
  font-size: 18px;
  flex-shrink: 0;
}
.search-input-group input {
  border: none; background: transparent;
  font-size: 15px; font-weight: 500;
  color: var(--text-primary);
  width: 100%; outline: none;
  font-family: var(--font-primary);
}
.search-input-group input::placeholder { color: var(--gray); font-weight: 400; }

/* Desktop explicit sizing for search boxes */
@media (min-width: 769px) {
  .search-wrapper {
    width: fit-content;
    margin: 0;
  }
  .search-keyword-box {
    flex: 0 0 350px !important;
  }
  .search-location-box {
    flex: 0 0 300px !important;
  }
}

.search-divider {
  width: 1px; height: 40px; background: var(--border);
  flex-shrink: 0;
}
.btn-search {
  background: var(--gradient-pink);
  color: white;
  border: none;
  border-radius: 8px !important;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(233,30,140,0.4);
  font-family: var(--font-primary);
  display: flex; align-items: center; gap: 8px;
}
.btn-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(233,30,140,0.55);
}

/* Autocomplete dropdown */
.search-autocomplete {
  position: absolute;
  top: calc(100% + 8px);
  left: 0; right: 0;
  background: white;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-pink);
  display: none;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}
.search-autocomplete.show { display: block; animation: fadeInDown 0.2s ease; }
.autocomplete-item {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 20px;
  cursor: pointer;
  transition: var(--transition-fast);
  border-bottom: 1px solid var(--border);
}
.autocomplete-item:last-child { border-bottom: none; }
.autocomplete-item:hover { background: var(--primary-ultra-light); }
.autocomplete-icon {
  width: 40px; height: 40px;
  background: var(--gradient-pink-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary); font-size: 16px;
  flex-shrink: 0;
}
.autocomplete-name { font-weight: 600; font-size: 14px; color: var(--text-primary); }
.autocomplete-meta { font-size: 12px; color: var(--gray); }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-header { text-align: center; margin-bottom: 56px; }
.section-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary-ultra-light);
  color: var(--primary);
  border: 1px solid var(--border-pink);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
.section-title span { color: var(--primary); }
.section-subtitle {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 560px; margin: 0 auto;
}

/* ============================================================
   SECTION SPACING
   ============================================================ */
.section-py { padding: 80px 0; }
.section-py-sm { padding: 50px 0; }
.bg-white { background: var(--white); }
.bg-off-white { background: var(--off-white); }
.bg-pink-ultra { background: var(--primary-ultra-light); }

/* ============================================================
   CATEGORY CARDS — SQUARE DESIGN
   ============================================================ */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
.category-card {
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 20px;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  border: 2px solid var(--border);
  background: var(--white);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.category-card::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--gradient-pink);
  opacity: 0;
  transition: var(--transition);
}
.category-card:hover { transform: translateY(-8px); border-color: var(--primary); box-shadow: var(--shadow-md); }
.category-card:hover::before { opacity: 1; }
.category-card:hover .cat-icon,
.category-card:hover .cat-name,
.category-card:hover .cat-count { color: white; }
.cat-icon-wrapper {
  width: 64px; height: 64px;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin-bottom: 14px;
  position: relative; z-index: 1;
  transition: var(--transition);
}
.cat-icon { font-size: 28px; transition: var(--transition); position: relative; z-index: 1; }
.cat-name {
  font-family: var(--font-heading);
  font-size: 13px; font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
  position: relative; z-index: 1;
  transition: var(--transition);
}
.cat-count {
  font-size: 11px; color: var(--gray);
  font-weight: 500;
  position: relative; z-index: 1;
  transition: var(--transition);
}

/* ============================================================
   COMPANY CARDS
   ============================================================ */
.company-card {
  border-radius: var(--radius-md);
  background: white;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex; flex-direction: column;
}
.company-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-light);
}
.company-card-cover {
  height: 180px;
  background: var(--gradient-pink-light);
  position: relative; overflow: hidden;
}
.company-card-cover img {
  width: 100%; height: 100%; object-fit: cover;
  transition: var(--transition);
}
.company-card:hover .company-card-cover img { transform: scale(1.05); }
.company-card-badge {
  position: absolute; top: 12px; left: 12px;
  display: flex; gap: 6px;
}
.badge-featured {
  background: var(--gradient-pink);
  color: white; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
  box-shadow: 0 2px 8px rgba(233,30,140,0.4);
}
.badge-premium {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: white; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
}
.badge-verified {
  background: linear-gradient(135deg, #4CAF50, #2e7d32);
  color: white; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
}
.company-logo-wrapper {
  position: absolute; bottom: -24px; left: 20px;
  width: 56px; height: 56px;
  border-radius: var(--radius-sm);
  background: white;
  border: 3px solid white;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.company-logo-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.company-logo-placeholder {
  width: 100%; height: 100%;
  background: var(--gradient-pink);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 20px; font-weight: 800;
  font-family: var(--font-heading);
}
.company-card-body {
  padding: 36px 20px 20px;
  flex: 1; display: flex; flex-direction: column;
}
.company-category-tag {
  font-size: 11px; font-weight: 700;
  color: var(--primary);
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 6px;
}
.company-name {
  font-size: 16px; font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-family: var(--font-heading);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.company-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.rating-value { font-size: 14px; font-weight: 700; color: var(--text-primary); }
.rating-count { font-size: 12px; color: var(--gray); }
.company-address {
  font-size: 13px; color: var(--text-secondary);
  display: flex; align-items: center; gap: 6px;
}
.company-address i { color: var(--primary); flex-shrink: 0; }

/* Keyword badges inside company cards */
.company-keywords {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 10px;
}
.company-keyword-badge {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  color: var(--primary);
  background: var(--primary-ultra-light, rgba(233,30,140,0.08));
  border: 1px solid rgba(233,30,140,0.2);
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.company-card-footer {
  display: flex; gap: 8px; align-items: center;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.btn-card-action {
  flex: 1; padding: 9px 12px;
  border-radius: 8px;
  font-size: 12px; font-weight: 600;
  text-align: center; cursor: pointer;
  transition: var(--transition);
  border: 1.5px solid;
  text-decoration: none;
  display: flex; align-items: center; justify-content: center; gap: 5px;
}
.btn-card-primary {
  background: var(--gradient-pink);
  color: white; border-color: transparent;
  box-shadow: 0 3px 12px rgba(233,30,140,0.3);
}
.btn-card-primary:hover {
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(233,30,140,0.45);
}
.btn-card-outline {
  background: transparent;
  color: var(--primary); border-color: var(--primary);
}
.btn-card-outline:hover { background: var(--primary-ultra-light); color: var(--primary); }
.btn-card-whatsapp {
  background: #25d366;
  color: white; border-color: transparent;
}
.btn-card-whatsapp:hover { background: #128c7e; color: white; }

/* ============================================================
   PREMIUM CARD
   ============================================================ */
.premium-card {
  border-radius: var(--radius-md);
  background: white;
  border: 2px solid var(--border-pink);
  padding: 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.premium-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gradient-pink);
}
.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}
.premium-card-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.premium-logo {
  width: 64px; height: 64px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid var(--border-pink);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--gradient-pink);
  color: white; font-size: 22px; font-weight: 800;
}
.premium-info h4 {
  font-size: 17px; font-weight: 700;
  color: var(--text-primary); margin-bottom: 4px;
}
.premium-meta { display: flex; gap: 12px; flex-wrap: wrap; }
.premium-meta-item {
  font-size: 12px; color: var(--text-secondary);
  display: flex; align-items: center; gap: 4px;
}
.premium-meta-item i { color: var(--primary); }
.premium-desc {
  font-size: 13px; color: var(--text-secondary); line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.premium-actions { display: flex; gap: 8px; }

/* ============================================================
   STATISTICS SECTION
   ============================================================ */
.stats-section {
  background: var(--gradient-dark);
  padding: 70px 0;
  position: relative; overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute; top: -50%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(233,30,140,0.2) 0%, transparent 70%);
  border-radius: 50%;
}
.stat-card-dark {
  text-align: center; padding: 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-card-dark:last-child { border-right: none; }
.stat-number {
  font-size: 48px; font-weight: 900;
  color: white;
  font-family: var(--font-heading);
  line-height: 1;
}
.stat-number .stat-symbol { color: var(--primary-light); font-size: 32px; }
.stat-label { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 8px; font-weight: 500; }
.stat-icon { font-size: 28px; color: var(--primary-light); margin-bottom: 12px; }

/* ============================================================
   POPULAR LOCATIONS
   ============================================================ */
.location-card {
  border-radius: var(--radius-md);
  background: white;
  border: 1px solid var(--border);
  padding: 20px;
  display: flex; align-items: center; gap: 16px;
  transition: var(--transition);
  cursor: pointer; text-decoration: none; color: inherit;
}
.location-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--primary);
  color: inherit;
}
.location-icon {
  width: 50px; height: 50px;
  background: var(--primary-ultra-light);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary); font-size: 22px;
  flex-shrink: 0;
}
.location-name { font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 2px; }
.location-count { font-size: 12px; color: var(--gray); }

/* ============================================================
   MAP SECTION
   ============================================================ */
.map-section { background: var(--off-white); }
#mainMap {
  height: 420px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 3px solid var(--border-pink);
}
.map-overlay {
  background: white;
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-pink);
  height: 100%;
}

/* ============================================================
   REVIEW CARDS
   ============================================================ */
.review-card {
  background: white;
  border-radius: var(--radius-md);
  padding: 28px;
  border: 1px solid var(--border);
  transition: var(--transition);
  height: 100%;
  position: relative;
}
.review-card:hover { box-shadow: var(--shadow-sm); border-color: var(--border-pink); }
.review-card .quote-icon {
  font-size: 48px; color: var(--primary-light);
  line-height: 1; margin-bottom: 16px;
  font-family: Georgia, serif;
}
.review-text { font-size: 14px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.reviewer-info { display: flex; align-items: center; gap: 14px; }
.reviewer-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient-pink);
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700; font-size: 16px;
  font-family: var(--font-heading);
  flex-shrink: 0;
}
.reviewer-name { font-weight: 700; font-size: 15px; color: var(--text-primary); }
.reviewer-business { font-size: 12px; color: var(--gray); }

/* ============================================================
   BLOG CARDS
   ============================================================ */
.blog-card {
  background: white; border-radius: var(--radius-md);
  border: 1px solid var(--border); overflow: hidden;
  transition: var(--transition); height: 100%;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--border-pink); }
.blog-card-img {
  height: 200px; background: var(--gradient-pink-light);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.blog-card-img i { font-size: 48px; color: var(--primary); opacity: 0.5; }
.blog-category-tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--gradient-pink); color: white;
  font-size: 11px; font-weight: 700;
  padding: 4px 12px; border-radius: 20px;
}
.blog-card-body { padding: 24px; }
.blog-title { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; line-height: 1.4; }
.blog-excerpt { font-size: 13px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; }
.blog-meta { font-size: 12px; color: var(--gray); display: flex; align-items: center; gap: 16px; }
.blog-meta i { color: var(--primary); }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter-section {
  background: var(--gradient-pink);
  padding: 70px 0;
  position: relative; overflow: hidden;
}
.newsletter-section::before {
  content: '';
  position: absolute; top: -50%; right: -5%;
  width: 400px; height: 400px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}
.newsletter-title { font-size: 36px; font-weight: 800; color: white; margin-bottom: 12px; }
.newsletter-subtitle { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.newsletter-form {
  display: flex; gap: 12px; max-width: 500px;
}
.newsletter-input {
  flex: 1; padding: 14px 24px;
  border-radius: 8px !important; border: 2px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.2);
  color: white; font-size: 15px;
  outline: none; backdrop-filter: blur(4px);
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.7); }
.newsletter-input:focus { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.25); }
.btn-newsletter {
  background: white; color: var(--primary);
  border: none; border-radius: 8px !important;
  padding: 14px 32px;
  font-weight: 700; font-size: 14px;
  cursor: pointer; transition: var(--transition);
  white-space: nowrap;
}
.btn-newsletter:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--secondary);
  color: rgba(255,255,255,0.75);
  padding: 70px 0 0;
}
.footer-brand { margin-bottom: 20px; }
.footer-logo {
  font-family: var(--font-heading);
  font-size: 32px; font-weight: 900;
  color: white; margin-bottom: 12px;
}
.footer-logo span { color: var(--primary-light); }
.footer-about { font-size: 14px; line-height: 1.8; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 16px;
  transition: var(--transition); text-decoration: none;
}
.social-btn:hover { background: var(--primary); color: white; transform: translateY(-3px); }
.footer-heading {
  font-size: 15px; font-weight: 700;
  color: white; margin-bottom: 20px;
  position: relative; padding-bottom: 12px;
}
.footer-heading::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 32px; height: 2px;
  background: var(--primary);
  border-radius: 1px;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.7); font-size: 14px;
  text-decoration: none; transition: var(--transition);
  display: flex; align-items: center; gap: 8px;
}
.footer-links a i { color: var(--primary-light); font-size: 12px; }
.footer-links a:hover { color: var(--primary-light); padding-left: 6px; }
.footer-contact-item {
  display: flex; align-items: flex-start; gap: 14px;
  margin-bottom: 16px;
}
.footer-contact-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(233,30,140,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light); font-size: 14px; flex-shrink: 0;
}
.footer-contact-text { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 24px 0; margin-top: 60px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom-text { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: var(--transition-fast); }
.footer-bottom-links a:hover { color: var(--primary-light); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary-pink {
  background: var(--gradient-pink);
  color: white; border: none;
  border-radius: 8px; padding: 14px 36px;
  font-size: 15px; font-weight: 700;
  cursor: pointer; transition: var(--transition);
  font-family: var(--font-primary);
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 4px 20px rgba(233,30,140,0.35);
  text-decoration: none;
}
.btn-primary-pink:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(233,30,140,0.5);
  color: white;
}
.btn-outline-pink {
  background: transparent;
  color: var(--primary); border: 2px solid var(--primary);
  border-radius: 8px; padding: 13px 36px;
  font-size: 15px; font-weight: 700;
  cursor: pointer; transition: var(--transition);
  font-family: var(--font-primary);
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
}
.btn-outline-pink:hover {
  background: var(--primary); color: white;
  box-shadow: 0 6px 25px rgba(233,30,140,0.35);
}
.btn-outline-blue {
  background: blue;
  color: var(--primary); border: 2px solid var(--primary);
  border-radius: 8px; padding: 13px 36px;
  font-size: 15px; font-weight: 700;
  cursor: pointer; transition: var(--transition);
  font-family: var(--font-primary);
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
}
.btn-outline-blue:hover {
  background: var(--primary); color: blue;
  box-shadow: 0 6px 25px rgba(233,30,140,0.35);
}
.btn-sm-pink {
  background: var(--gradient-pink); color: white;
  border: none; border-radius: 8px;
  padding: 8px 20px; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: var(--transition); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.btn-sm-pink:hover { color: white; transform: translateY(-1px); box-shadow: 0 4px 15px rgba(233,30,140,0.4); }

/* ============================================================
   SEARCH PAGE
   ============================================================ */
.search-header {
  background: var(--off-white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.search-filters {
  background: white;
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border);
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}
.filter-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary-ultra-light);
  border: 1px solid var(--border-pink);
  color: var(--primary); border-radius: 8px;
  padding: 6px 16px; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: var(--transition-fast);
  text-decoration: none;
}
.filter-tag:hover, .filter-tag.active {
  background: var(--primary); color: white; border-color: var(--primary);
}
.sort-select {
  border: 1.5px solid var(--border); border-radius: 8px;
  padding: 10px 16px; font-size: 14px;
  color: var(--text-primary); background: white;
  outline: none; cursor: pointer;
  font-family: var(--font-primary);
  transition: var(--transition-fast);
}
.sort-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(233,30,140,0.1); }

/* ============================================================
   COMPANY DETAIL PAGE
   ============================================================ */
.company-hero {
  background: var(--off-white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.company-hero-logo {
  width: 100px; height: 100px; border-radius: var(--radius-md);
  background: var(--gradient-pink);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 36px; font-weight: 900;
  box-shadow: var(--shadow-md);
  font-family: var(--font-heading);
  flex-shrink: 0;
}
.company-hero-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.company-hero-name { font-size: 32px; font-weight: 900; margin-bottom: 8px; }
.company-detail-rating { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.rating-big { font-size: 20px; font-weight: 800; color: var(--text-primary); }
.info-tabs .nav-link {
  color: var(--gray); font-weight: 600;
  border: none; border-bottom: 3px solid transparent;
  padding: 16px 24px; border-radius: 0; font-size: 14px;
}
.info-tabs .nav-link.active {
  color: var(--primary); border-bottom-color: var(--primary); background: none;
}
.info-tabs .nav-link:hover { color: var(--primary); background: var(--primary-ultra-light); }

/* Detail info items */
.detail-info-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 16px 0; border-bottom: 1px solid var(--border);
}
.detail-info-item:last-child { border-bottom: none; }
.detail-info-icon {
  width: 44px; height: 44px; border-radius: var(--radius-sm);
  background: var(--primary-ultra-light);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary); font-size: 18px; flex-shrink: 0;
}
.detail-info-label { font-size: 12px; font-weight: 600; color: var(--gray); text-transform: uppercase; letter-spacing: 0.8px; }
.detail-info-value { font-size: 15px; color: var(--text-primary); font-weight: 500; }

/* Business hours */
.hours-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px;
}
.hours-day { font-weight: 600; color: var(--text-primary); }
.hours-time { color: var(--text-secondary); }
.hours-closed { color: #ef5350; font-weight: 600; }
.hours-today { background: var(--primary-ultra-light); margin: -10px -16px; padding: 10px 16px; border-radius: 8px; }

/* Detail map */
#detailMap { height: 340px; border-radius: var(--radius-md); border: 2px solid var(--border-pink); }

/* Services & Products */
.service-item {
  display: flex; align-items: center; gap: 16px;
  padding: 20px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); margin-bottom: 12px;
  transition: var(--transition);
}
.service-item:hover { border-color: var(--primary); background: var(--primary-ultra-light); box-shadow: var(--shadow-sm); }
.service-icon {
  width: 48px; height: 48px; border-radius: var(--radius-sm);
  background: var(--gradient-pink);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 20px; flex-shrink: 0;
}
.service-name { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.service-price { color: var(--primary); font-weight: 700; font-size: 16px; }

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.gallery-item {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid var(--border);
  transition: var(--transition);
  background: var(--primary-ultra-light);
  display: flex; align-items: center; justify-content: center;
}
.gallery-item:hover { border-color: var(--primary); transform: scale(1.02); }
.gallery-item i { font-size: 40px; color: var(--primary); opacity: 0.4; }

/* Social share */
.social-share-btn {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: white;
  transition: var(--transition); text-decoration: none;
}
.social-share-btn:hover { transform: translateY(-3px); }
.share-facebook { background: #1877f2; }
.share-twitter { background: #1da1f2; }
.share-whatsapp { background: #25d366; }
.share-linkedin { background: #0a66c2; }

/* ============================================================
   AUTH PAGES
   ============================================================ */
.auth-page {
  min-height: 100vh;
  background: var(--off-white);
  display: flex; align-items: center; justify-content: center;
  padding: 40px 20px;
}
.auth-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-pink);
  width: 100%; max-width: 480px;
}
.auth-logo { text-align: center; margin-bottom: 32px; }
.auth-title { font-size: 28px; font-weight: 800; margin-bottom: 8px; }
.auth-subtitle { color: var(--text-secondary); font-size: 15px; margin-bottom: 32px; }
.form-label { font-weight: 600; font-size: 14px; color: var(--text-primary); margin-bottom: 6px; }
.form-control-pink {
  border: 2px solid var(--border); border-radius: 8px;
  padding: 13px 18px; font-size: 15px;
  transition: var(--transition); width: 100%;
  font-family: var(--font-primary); outline: none;
}
.form-control-pink:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(233,30,140,0.1);
}
.input-icon-wrap { position: relative; }
.input-icon-wrap i {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--gray); font-size: 16px;
}
.input-icon-wrap .form-control-pink { padding-left: 48px; }

/* ============================================================
   ADMIN STYLES
   ============================================================ */
.admin-layout { display: flex; min-height: 100vh; background: #f8f9fc; }

/* Sidebar */
.admin-sidebar {
  width: 260px; background: var(--secondary);
  position: fixed; top: 0; left: 0; bottom: 0;
  overflow-y: auto; z-index: 100;
  transition: var(--transition);
  display: flex; flex-direction: column;
}
.sidebar-brand {
  padding: 24px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-brand-name {
  font-family: var(--font-heading);
  font-size: 24px; font-weight: 900;
  color: white;
}
.sidebar-brand-name span { color: var(--primary-light); }
.sidebar-brand-sub { font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1px; }
.sidebar-nav { flex: 1; padding: 16px 0; }
.sidebar-section-label {
  font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.3);
  text-transform: uppercase; letter-spacing: 2px;
  padding: 16px 20px 8px;
}
.sidebar-link {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 20px;
  color: rgba(255,255,255,0.7); font-size: 14px; font-weight: 500;
  text-decoration: none; transition: var(--transition-fast);
  position: relative; border-radius: 0;
}
.sidebar-link i { font-size: 16px; width: 20px; text-align: center; flex-shrink: 0; }
.sidebar-link:hover, .sidebar-link.active {
  color: white; background: rgba(255,255,255,0.08);
}
.sidebar-link.active { color: white; }
.sidebar-link.active::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--primary);
  border-radius: 0 2px 2px 0;
}
.sidebar-badge {
  margin-left: auto;
  background: var(--primary); color: white;
  font-size: 11px; font-weight: 700;
  padding: 2px 8px; border-radius: 10px;
  min-width: 22px; text-align: center;
}
.sidebar-footer {
  padding: 16px 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Admin main */
.admin-main { margin-left: 260px; flex: 1; display: flex; flex-direction: column; }
.admin-topbar {
  background: white;
  padding: 0 32px;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.topbar-title { font-size: 20px; font-weight: 800; color: var(--text-primary); }
.topbar-actions { display: flex; align-items: center; gap: 16px; }
.topbar-admin {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: var(--text-primary);
}
.topbar-admin-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--gradient-pink);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 16px; font-weight: 700;
}
.admin-content { padding: 32px; flex: 1; }

/* Dashboard stat cards */
.dash-stat-card {
  background: white;
  border-radius: var(--radius-md);
  padding: 28px;
  border: 1px solid var(--border);
  display: flex; align-items: center; gap: 24px;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.dash-stat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.dash-stat-icon {
  width: 64px; height: 64px;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; flex-shrink: 0;
}
.dash-stat-icon.pink { background: var(--primary-ultra-light); color: var(--primary); }
.dash-stat-icon.blue { background: #e3f2fd; color: #1976d2; }
.dash-stat-icon.green { background: #e8f5e9; color: #388e3c; }
.dash-stat-icon.orange { background: #fff3e0; color: #f57c00; }
.dash-stat-icon.purple { background: #f3e5f5; color: #7b1fa2; }
.dash-stat-icon.teal { background: #e0f2f1; color: #00796b; }
.dash-stat-number { font-size: 32px; font-weight: 800; color: var(--text-primary); font-family: var(--font-heading); line-height: 1; }
.dash-stat-label { font-size: 14px; color: var(--text-secondary); margin-top: 4px; }
.dash-stat-trend { font-size: 12px; font-weight: 600; margin-top: 4px; }
.trend-up { color: #4caf50; }
.trend-down { color: #f44336; }

/* Chart containers */
.chart-card {
  background: white;
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  height: 100%;
}
.chart-card-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px;
}
.chart-card-title { font-size: 16px; font-weight: 700; color: var(--text-primary); }
.chart-card-subtitle { font-size: 12px; color: var(--gray); margin-top: 2px; }
.chart-legend { display: flex; gap: 16px; flex-wrap: wrap; }
.legend-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-secondary); }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }

/* Admin tables */
.admin-table {
  width: 100%; border-collapse: collapse;
}
.admin-table th {
  font-size: 12px; font-weight: 700;
  color: var(--gray); text-transform: uppercase;
  letter-spacing: 0.8px; padding: 14px 16px;
  border-bottom: 2px solid var(--border); background: var(--off-white);
  white-space: nowrap;
}
.admin-table td {
  padding: 16px; border-bottom: 1px solid var(--border);
  font-size: 14px; vertical-align: middle;
}
.admin-table tbody tr:hover { background: var(--primary-ultra-light); }
.admin-table tbody tr:last-child td { border-bottom: none; }

/* Status badges */
.status-badge {
  font-size: 11px; font-weight: 700;
  padding: 4px 12px; border-radius: 20px; display: inline-flex;
}
.status-active { background: #e8f5e9; color: #2e7d32; }
.status-inactive { background: #fce4ec; color: var(--primary); }
.status-pending { background: #fff3e0; color: #f57c00; }
.status-approved { background: #e8f5e9; color: #2e7d32; }
.status-rejected { background: #ffebee; color: #c62828; }
.status-premium { background: #fff9c4; color: #f57f17; }
.status-free { background: #e3f2fd; color: #1565c0; }

/* Admin forms */
.admin-form-group { margin-bottom: 24px; }
.admin-form-label { font-size: 14px; font-weight: 600; color: var(--text-primary); margin-bottom: 8px; display: block; }
.admin-form-control {
  width: 100%; padding: 12px 16px;
  border: 2px solid var(--border); border-radius: 8px;
  font-size: 14px; color: var(--text-primary);
  font-family: var(--font-primary);
  transition: var(--transition-fast); outline: none;
}
.admin-form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(233,30,140,0.1); }

/* Action buttons in tables */
.action-btn {
  width: 34px; height: 34px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; cursor: pointer; transition: var(--transition-fast);
  border: 1px solid; text-decoration: none;
}
.action-edit { color: #1976d2; border-color: #bbdefb; background: #e3f2fd; }
.action-edit:hover { background: #1976d2; color: white; border-color: #1976d2; }
.action-delete { color: #c62828; border-color: #ffcdd2; background: #ffebee; }
.action-delete:hover { background: #c62828; color: white; border-color: #c62828; }
.action-view { color: var(--primary); border-color: var(--border-pink); background: var(--primary-ultra-light); }
.action-view:hover { background: var(--primary); color: white; border-color: var(--primary); }
.action-approve { color: #388e3c; border-color: #c8e6c9; background: #e8f5e9; }
.action-approve:hover { background: #388e3c; color: white; border-color: #388e3c; }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination-pink .page-link {
  color: var(--primary); border-color: var(--border-pink);
  font-weight: 500; border-radius: 8px;
  margin: 0 3px; transition: var(--transition-fast);
}
.pagination-pink .page-link:hover, .pagination-pink .page-item.active .page-link {
  background: var(--primary); border-color: var(--primary); color: white;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }

.animate-on-scroll {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.animated { opacity: 1; transform: translateY(0); }
.animate-delay-1 { transition-delay: 0.1s; }
.animate-delay-2 { transition-delay: 0.2s; }
.animate-delay-3 { transition-delay: 0.3s; }
.animate-delay-4 { transition-delay: 0.4s; }

/* ============================================================
   ALERTS & TOASTS
   ============================================================ */
.alert-pink {
  background: var(--primary-ultra-light);
  border: 1px solid var(--border-pink);
  color: var(--primary-dark);
  border-radius: var(--radius-sm); padding: 16px 20px;
  font-size: 14px;
}
.toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 10000; }
.toast-custom {
  background: white;
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  border-left: 4px solid var(--primary);
  min-width: 280px;
  display: flex; align-items: center; gap: 12px;
  animation: slideInLeft 0.3s ease;
}
.toast-custom.success { border-left-color: #4caf50; }
.toast-custom.error { border-left-color: #f44336; }
.toast-custom.warning { border-left-color: #ff9800; }

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed; bottom: 24px; right: 24px;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gradient-pink);
  color: white; border: none; cursor: pointer;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; transition: var(--transition);
  opacity: 0; visibility: hidden; z-index: 999;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .admin-sidebar { width: 220px; }
  .admin-main { margin-left: 220px; }
}
@media (max-width: 768px) {
  .admin-sidebar { transform: translateX(-100%); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-main { margin-left: 0; }
  .search-wrapper { flex-direction: column; }
  .search-divider { display: none; }
  .hero-stats { gap: 24px; }
  .hero-stat-number { font-size: 22px; }
  .category-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
  .newsletter-form { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stat-card-dark { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .auth-card { padding: 32px 24px; }
}
@media (max-width: 480px) {
  .navbar-brand-logo { font-size: 22px; }
  .hero-title { font-size: 28px; }
  .section-title { font-size: 24px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
}

/* Star rating colors */
.fa-star, .fa-star-half-alt { color: #ffc107 !important; }
.far.fa-star { color: #dee2e6 !important; }

/* WhatsApp button */
.btn-whatsapp {
  background: #25d366; color: white;
  border-radius: 8px; padding: 12px 28px;
  font-weight: 700; border: none; transition: var(--transition);
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.btn-whatsapp:hover { background: #128c7e; color: white; transform: translateY(-2px); }

/* Open/Closed badge */
.open-badge { background: #e8f5e9; color: #2e7d32; border-radius: 20px; padding: 4px 12px; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.closed-badge { background: #ffebee; color: #c62828; border-radius: 20px; padding: 4px 12px; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.open-badge::before, .closed-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; display: inline-block; }

/* Leaflet map popup customization */
.leaflet-popup-content-wrapper { border-radius: var(--radius-sm) !important; box-shadow: var(--shadow-md) !important; }
.leaflet-popup-content { font-family: var(--font-primary) !important; font-size: 13px !important; }
.map-popup-name { font-weight: 700; font-size: 14px; color: var(--text-primary); margin-bottom: 4px; }
.map-popup-cat { font-size: 12px; color: var(--primary); font-weight: 600; margin-bottom: 6px; }
.map-popup-addr { font-size: 12px; color: var(--text-secondary); }
.map-popup-link { display: inline-block; margin-top: 8px; background: var(--primary); color: white; padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; text-decoration: none; }

/* Google Ads Placement Styles */
.google-ad-section {
  background-color: #fafafa;
}
.ad-badge-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #a0aec0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.google-ad-container {
  max-width: 970px;
  width: 100%;
  overflow: hidden;
}
.ad-placeholder-box {
  min-height: 90px;
  max-width: 728px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}
.ad-placeholder-box:hover {
  border-color: var(--primary);
}
