*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#fff;line-height:1.7}a{color:#0070f3;text-decoration:none}a:hover{text-decoration:underline}.site{min-height:100vh;flex-direction:column}.nav,.site{display:flex}.nav{justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid #eee;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-brand{font-weight:700;font-size:1.2rem;color:#1a1a1a}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{color:#444;font-weight:500}.nav-links a:hover{color:#0070f3;text-decoration:none}.hero{padding:5rem 2rem;max-width:800px;margin:0 auto;text-align:center}.hero h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#1a1a1a}.hero-sub{font-size:1.15rem;color:#555;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-block;background:#0070f3;color:#fff!important;padding:.75rem 1.75rem;border-radius:6px;font-weight:600;text-decoration:none!important}.btn-primary:hover{background:#0051cc}.btn-secondary{display:inline-block;border:2px solid #0070f3;color:#0070f3!important;padding:.75rem 1.75rem;border-radius:6px;font-weight:600;text-decoration:none!important}.btn-secondary:hover{background:#f0f7ff}.highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto 4rem;padding:0 2rem}.highlight-card{text-align:center;padding:2rem 1rem;background:#f8f9fa;border-radius:10px}.highlight-card h3{font-size:2rem;font-weight:800;color:#0070f3}.highlight-card p{color:#555;font-size:.95rem;margin-top:.5rem}.page-content{max-width:800px;margin:0 auto;padding:3rem 2rem;flex:1 1}.page-content h1{font-size:2rem;margin-bottom:1.5rem}.page-content h2{font-size:1.4rem;margin:2rem 0 .75rem;color:#222}.page-content p{margin-bottom:1rem;color:#333}.page-content ul{padding-left:1.5rem;margin-bottom:1rem}.page-content ul li{margin-bottom:.4rem;color:#333}.contact-grid{margin-top:2rem}.contact-list{list-style:none;padding:0;margin-bottom:1.5rem}.contact-list li{padding:.4rem 0;border-bottom:1px solid #f0f0f0}.contact-cta,.media-cta{margin-top:3rem;padding:2rem;background:#f8f9fa;border-radius:10px;text-align:center}.contact-cta h2,.media-cta h2{margin-bottom:.75rem}.contact-cta p,.media-cta p{margin-bottom:1.5rem;color:#555}.podcast-list{margin:2rem 0}.podcast-item{padding:1.5rem;border:1px solid #eee;border-radius:8px;margin-bottom:1.5rem}.podcast-item h3{margin-bottom:.5rem}.podcast-item p{color:#555;margin-bottom:1rem}.footer{text-align:center;padding:2rem;border-top:1px solid #eee;color:#888;font-size:.9rem;margin-top:auto}.footer p{margin-bottom:.5rem}@media (max-width:640px){.nav{flex-direction:column;gap:1rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}.hero h1{font-size:1.75rem}.highlights{grid-template-columns:repeat(2,1fr)}}