*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#0a1628}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
header{background:#fff;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:100}
.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}
.logo{font-size:2rem;font-weight:900}
.logo-primary{color:#1e3a8a}
.logo-secondary{color:#ec4899}
.nav{display:flex;gap:1rem;align-items:center}
.social-links{display:flex;gap:0.75rem}
.social-links a{color:#0a1628;transition:color 0.3s}
.social-links a:hover{color:#ec4899}
.btn{padding:0.5rem 1rem;border:none;border-radius:0.375rem;font-weight:700;cursor:pointer;font-size:0.875rem;text-decoration:none;display:inline-block;transition:all 0.3s}
.btn-outline{background:transparent;border:2px solid #0a1628;color:#0a1628}
.btn-outline:hover{background:#0a1628;color:#fff}
.btn-primary{background:#ec4899;color:#fff}
.btn-primary:hover{background:#db2777}
.hero{background:#1e3a8a;color:#fff;padding:4rem 0}
.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}
.hero h2{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}
.hero-secondary{color:#ec4899}
.hero p{font-size:1.5rem;font-weight:700;margin-bottom:0.5rem}
.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000;border-radius:0.5rem}
.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.section{padding:4rem 0}
.section-muted{background:#f3f4f6}
.card{background:#fff;border-radius:0.5rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.card h3{font-size:1.875rem;font-weight:900;margin-bottom:1.5rem}
.btn-group{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}
.btn-sm{padding:0.5rem 1rem;font-size:0.875rem}
.text-muted{color:#6b7280}
.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}
.video-card{background:#fff;border-radius:0.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:box-shadow 0.3s}
.video-card:hover{box-shadow:0 4px 6px rgba(0,0,0,0.1)}
.cta{background:#ec4899;color:#fff;text-align:center}
.cta h3{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem}
.cta p{font-size:1.25rem;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}
.btn-lg{padding:1rem 2rem;font-size:1.125rem}
footer{background:#1e3a8a;color:#fff;padding:2rem 0}
.footer-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}
@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}
.footer-links{display:flex;gap:1.5rem;font-size:0.875rem}
.footer-links a, .footer-content a {color:#fff;text-decoration:none;transition:color 0.3s}
.footer-links a:hover, .footer-content a:hover {color:#ec4899}
.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.section-title{font-size:1.875rem;font-weight:900;color:#1e3a8a;text-transform:uppercase;}
.text-primary{color:#1e3a8a}
.btn-link{background:none;border:none;color:#1e3a8a;text-decoration:none;font-weight:700}
.max-w-4xl{max-width:56rem;margin:0 auto}
.max-w-3xl{max-width:48rem}
svg{width:1.25rem;height:1.25rem}
