* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
}

body {
  background: #0f172a;
  color: #f8fafc;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

nav {
  background: #1e293b;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav .logo a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3b82f6;
  text-decoration: none;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
}

nav ul li a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav ul li a:hover,
nav ul li a.active {
  color: #3b82f6;
}

.main-content {
  flex: 1;
  padding-bottom: 60px;
}

.hero {
  text-align: center;
  max-width: 900px;
  margin: 60px auto 40px auto;
  padding: 0 20px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 800;
  background: linear-gradient(45deg, #3b82f6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  font-size: 1.2rem;
  color: #94a3b8;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.card {
  background: #1e293b;
  border-radius: 16px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
}

.card:hover {
  transform: translateY(-12px) scale(1.03);
}

.card h2 {
  font-size: 1.9rem;
  margin-bottom: 8px;
  font-weight: 700;
  transition: text-shadow 0.3s ease;
}

.card h3 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  opacity: 0.9;
}

.card .podcast-badge {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 30px;
  flex-grow: 1;
}

.btn {
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover .btn { transform: translateY(-2px); }
.hidden-scars h2, .hidden-scars h3 { color: #10b981; }
.hidden-scars .podcast-badge { background: rgba(16, 185, 129, 0.15); color: #10b981; }
.hidden-scars:hover { box-shadow: 0 20px 40px rgba(16, 185, 129, 0.3); border-color: #10b981; }
.hidden-scars:hover h2 { text-shadow: 0 0 15px rgba(16, 185, 129, 0.6); }
.hidden-scars .btn { background: #10b981; }
.hidden-scars .btn:hover { background: #059669; box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4); }

.angry-live h2, .angry-live h3 { color: #f97316; }
.angry-live .podcast-badge { background: rgba(249, 115, 22, 0.15); color: #f97316; }
.angry-live:hover { box-shadow: 0 20px 40px rgba(249, 115, 22, 0.3); border-color: #f97316; }
.angry-live:hover h2 { text-shadow: 0 0 15px rgba(249, 115, 22, 0.6); }
.angry-live .btn { background: #f97316; }
.angry-live .btn:hover { background: #ea580c; box-shadow: 0 4px 12px rgba(234, 88, 12, 0.4); }

.good-grief h2, .good-grief h3 { color: #06b6d4; }
.good-grief .podcast-badge { background: rgba(6, 182, 212, 0.15); color: #06b6d4; }
.good-grief:hover { box-shadow: 0 20px 40px rgba(6, 182, 212, 0.3); border-color: #06b6d4; }
.good-grief:hover h2 { text-shadow: 0 0 15px rgba(6, 182, 212, 0.6); }
.good-grief .btn { background: #06b6d4; }
.good-grief .btn:hover { background: #0891b2; box-shadow: 0 4px 12px rgba(8, 145, 178, 0.4); }

.children-first h2, .children-first h3 { color: #3b82f6; }
.children-first .podcast-badge { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
.children-first:hover { box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3); border-color: #3b82f6; }
.children-first:hover h2 { text-shadow: 0 0 15px rgba(59, 130, 246, 0.6); }
.children-first .btn { background: #3b82f6; }
.children-first .btn:hover { background: #2563eb; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4); }

.sweet-pea h2, .sweet-pea h3 { color: #ec4899; }
.sweet-pea .podcast-badge { background: rgba(236, 72, 153, 0.15); color: #ec4899; }
.sweet-pea:hover { box-shadow: 0 20px 40px rgba(236, 72, 153, 0.3); border-color: #ec4899; }
.sweet-pea:hover h2 { text-shadow: 0 0 15px rgba(236, 72, 153, 0.6); }
.sweet-pea .btn { background: #ec4899; }
.sweet-pea .btn:hover { background: #db2777; box-shadow: 0 4px 12px rgba(219, 39, 119, 0.4); }

.tricor h2, .tricor h3 { color: #8b5cf6; }
.tricor .podcast-badge { background: rgba(139, 92, 246, 0.15); color: #8b5cf6; }
.tricor:hover { box-shadow: 0 20px 40px rgba(139, 92, 246, 0.3); border-color: #8b5cf6; }
.tricor:hover h2 { text-shadow: 0 0 15px rgba(139, 92, 246, 0.6); }
.tricor .btn { background: #8b5cf6; }
.tricor .btn:hover { background: #7c3aed; box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4); }

.info-page {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;
  background: #1e293b;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.info-page h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #3b82f6;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.info-page h3 { font-size: 1.4rem; margin: 25px 0 10px 0; color: #f8fafc; }
.info-page p { color: #cbd5e1; font-size: 1.05rem; margin-bottom: 15px; }
.info-page ul { margin-left: 20px; color: #cbd5e1; margin-bottom: 20px; }
.info-page li { margin-bottom: 8px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; color: #cbd5e1; font-weight: 500; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 12px;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: #3b82f6; outline: none; }
.grid-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.notice-success {
  background: #065f46;
  color: #10b981;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-weight: 600;
  border: 1px solid #10b981;
}

table { width: 100%; border-collapse: collapse; margin-top: 20px; background: #0f172a; border-radius: 8px; overflow: hidden; }
th, td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
th { background: #3b82f6; color: white; font-weight: 600; }
tr:hover { background: rgba(255, 255, 255, 0.02); }
.badge { padding: 4px 8px; border-radius: 4px; font-size: 0.85rem; font-weight: 600; display: inline-block; }
.badge-blue { background: #1e3a8a; color: #3b82f6; }
.badge-green { background: #065f46; color: #10b981; }
.badge-orange { background: #7c2d12; color: #f97316; }

footer {
  text-align: center;
  padding: 30px;
  color: #64748b;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #1e293b;
  margin-top: auto;
}

@media(max-width: 768px) {
  nav { flex-direction: column; gap: 16px; padding: 18px; }
  nav ul { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .hero h1 { font-size: 2.2rem; }
  .container { grid-template-columns: 1fr; }
  .grid-two-col { grid-template-columns: 1fr; }
  .info-page { margin: 20px; padding: 25px; }
  table { display: block; overflow-x: auto; }
}
