.podcast-hero{padding:4rem 0;text-align:center}.podcast-hero h1{font-family:var(--font-serif);font-size:3rem;font-weight:400;margin-bottom:1rem}.podcast-intro{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.7}.podcast-about{padding:5rem 0;text-align:center}.podcast-about h2{font-family:var(--font-serif);font-size:2rem;font-weight:400;margin-bottom:1.5rem}.podcast-about p{color:var(--text-secondary);line-height:1.8;max-width:650px;margin:0 auto 1.5rem}.podcast-topics{padding:5rem 0;text-align:center}.podcast-topics h2{font-family:var(--font-serif);font-size:2rem;font-weight:400;margin-bottom:2.5rem}.topics-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.topic-card{padding:1.5rem;background:var(--white);border:1px solid var(--border-color);border-radius:.75rem;text-align:left}.topic-card h3{font-family:var(--font-sans);font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.375rem}.topic-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;margin:0}.podcast-listen{padding:5rem 0;text-align:center}.podcast-listen-content h2{font-family:var(--font-serif);font-size:2rem;font-weight:400;margin-bottom:1rem}.podcast-listen-content p{color:var(--text-secondary);margin-bottom:2rem}@media (max-width:968px){.topics-grid{grid-template-columns:1fr}}@media (max-width:768px){.podcast-hero h1{font-size:2.25rem}}