*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#10b981;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#ffffff;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:var(--bg-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand h1{font-size:1.5rem;color:var(--primary-color);font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:var(--transition);position:relative}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color)}.nav-menu a.active::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:var(--primary-color)}.nav-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px}.nav-toggle span{width:25px;height:3px;background-color:var(--text-dark);transition:var(--transition)}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;padding:5rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:0.95}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:0.75rem 2rem;border-radius:0.5rem;text-decoration:none;font-weight:600;transition:var(--transition);border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--bg-white);color:var(--primary-color)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;color:var(--bg-white);border:2px solid var(--bg-white)}.btn-secondary:hover{background-color:var(--bg-white);color:var(--primary-color)}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--bg-white)}.features{padding:5rem 0;background-color:var(--bg-light)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background-color:var(--bg-white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:var(--transition);text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.6}.info-section{padding:5rem 0;background-color:var(--bg-white)}.info-content{max-width:900px;margin:0 auto;text-align:center}.info-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.info-content p{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.resources{padding:5rem 0;background-color:var(--bg-light)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.resource-card{background-color:var(--bg-white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:var(--transition)}.resource-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.resource-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.resource-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.resource-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:var(--transition)}.resource-link:hover{color:var(--primary-dark)}.footer{background-color:var(--text-dark);color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:white}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:0.5rem}.footer-section a{color:rgba(255,255,255,0.8);text-decoration:none;transition:var(--transition)}.footer-section a:hover{color:white}.footer-disclaimer{background-color:rgba(255,255,255,0.1);padding:1.5rem;border-radius:0.5rem;margin-bottom:2rem}.footer-disclaimer p{font-size:0.875rem;line-height:1.6;color:rgba(255,255,255,0.9)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.7)}.page-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;padding:3rem 0;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:1rem}.page-header p{font-size:1.125rem;opacity:0.95}.content-section{padding:3rem 0}.content-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark)}.content-section h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--text-dark)}.content-section p{color:var(--text-light);margin-bottom:1rem;line-height:1.8}.content-section ul,.content-section ol{margin-left:2rem;margin-bottom:1.5rem;color:var(--text-light)}.content-section li{margin-bottom:0.5rem;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:0.75rem;border:1px solid var(--border-color);border-radius:0.5rem;font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.form-group textarea{resize:vertical;min-height:120px}@media (max-width: 768px) {.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--bg-white);width:100%;text-align:center;transition:0.3s;box-shadow:var(--shadow-lg);padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.features-grid,.resources-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column}.btn{width:100%;text-align:center}}