/* Baby Names — Custom Styles */
:root {
  --pastel-pink: #fde8ef;
  --pastel-blue: #e8f4fd;
  --pastel-green: #e8fdf0;
  --pastel-yellow: #fdf8e8;
  --accent-pink: #e07aa0;
  --accent-blue: #5b9abf;
  --text-dark: #2d2d2d;
  --text-muted: #6c757d;
  --border-light: #f0e8ec;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-dark);
  background: #fff;
}

/* Navbar */
.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--accent-pink) !important;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.navbar {
  border-bottom: 1px solid var(--border-light);
  background: #fff !important;
}
.navbar .nav-link {
  color: #444 !important;
  font-size: 0.95rem;
  font-weight: 500;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--accent-pink) !important;
}

/* Hero */
.hero-section {
  background: linear-gradient(135deg, #fde8ef 0%, #e8f4fd 100%);
  padding: 80px 0 60px;
}
.hero-section h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.25;
}
.hero-section p.lead {
  color: #555;
  font-size: 1.1rem;
  max-width: 600px;
}
.btn-primary-custom {
  background-color: var(--accent-pink);
  border: none;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.25s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary-custom:hover {
  background-color: #c9617f;
  color: #fff;
}

/* Category Cards */
.category-card {
  border: none;
  border-radius: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}
.category-card .card-body {
  padding: 28px 24px;
}
.category-card .card-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
  display: block;
}
.category-card .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.bg-boy    { background: var(--pastel-blue); }
.bg-girl   { background: var(--pastel-pink); }
.bg-modern { background: var(--pastel-green); }
.bg-trad   { background: var(--pastel-yellow); }

/* Tips section */
.tips-section {
  background: #fafafa;
  border-radius: 20px;
  padding: 48px 40px;
}
.tips-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 12px;
}
.tip-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: flex-start;
}
.tip-num {
  background: var(--accent-pink);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Name Cards */
.name-card {
  border: 1px solid #f0e8ec;
  border-radius: 14px;
  transition: box-shadow 0.2s;
  height: 100%;
}
.name-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.name-card .card-body {
  padding: 20px;
}
.name-card .name-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.badge-boy   { background: #d0eaf9; color: #1a6490; }
.badge-girl  { background: #fde0ea; color: #a0375c; }
.badge-unisex{ background: #e0f9e8; color: #1a6440; }
.name-meta   { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 8px; }
.name-meaning{ font-size: 0.92rem; font-weight: 600; color: #333; margin-bottom: 6px; }
.name-desc   { font-size: 0.88rem; color: #555; line-height: 1.55; }

/* Filter bar */
.filter-bar .btn {
  border-radius: 50px;
  font-size: 0.88rem;
  padding: 6px 18px;
  border: 1px solid #ddd;
  color: #555;
  background: #fff;
  transition: all 0.18s;
}
.filter-bar .btn.active,
.filter-bar .btn:hover {
  background: var(--accent-pink);
  border-color: var(--accent-pink);
  color: #fff;
}

/* About page */
.about-highlight {
  background: linear-gradient(135deg, var(--pastel-pink), var(--pastel-blue));
  border-radius: 20px;
  padding: 40px;
}
.team-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 14px;
}

/* Contact */
.contact-box {
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 32px;
  background: #fafafa;
}
.contact-icon {
  color: var(--accent-pink);
  font-size: 1.4rem;
  margin-right: 10px;
}

/* Privacy */
.privacy-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-top: 36px;
  margin-bottom: 10px;
  color: #333;
}
.privacy-section p, .privacy-section li {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}

/* Footer */
footer {
  background: #2d2d2d;
  color: #ccc;
  font-size: 0.9rem;
}
footer a {
  color: #e0c0cc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-brand {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

/* Section spacing */
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-sub {
  color: #666;
  margin-bottom: 36px;
  font-size: 1rem;
}

/* AdSense placeholders — easy to replace */
.ad-slot {
  background: #f8f8f8;
  border: 1px dashed #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 0.8rem;
  min-height: 90px;
  margin: 24px 0;
}

@media (max-width: 768px) {
  .hero-section h1 { font-size: 2rem; }
  .tips-section { padding: 32px 20px; }
}
