:root{--primary-purple: #4B0082;--medium-purple: #6a1b9a;--dark-purple: #310055;--accent-orange: #FF8C00;--accent-orange-hover: #e67e00;--white: #ffffff;--light-gray: #f4f4f4;--text-dark: #333333;--shadow: 0 10px 30px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;line-height:1.6;color:var(--text-dark);scroll-behavior:smooth}.container{max-width:1100px;margin:0 auto;padding:0 20px}.navbar{background:var(--dark-purple);color:var(--white);padding:1rem 0;position:sticky;top:0;z-index:1000}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;display:flex;align-items:center}.logo img{height:40px;margin-right:10px}.logo span{color:var(--accent-orange)}nav ul{display:flex;list-style:none;align-items:center}nav ul li{margin-left:20px}nav ul li a{color:var(--white);text-decoration:none;font-weight:700;transition:.3s}nav ul li a:hover{color:var(--accent-orange)}.hero{background:linear-gradient(135deg,var(--dark-purple) 0%,var(--medium-purple) 100%);min-height:100vh;display:flex;align-items:center;color:var(--white);text-align:center;padding:4rem 0}.hero h1{font-size:3.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn-orange{background:var(--accent-orange);color:var(--white);padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700;border:none;cursor:pointer;transition:.3s}.btn-orange:hover{background:var(--accent-orange-hover);transform:translateY(-2px)}.btn-outline{border:2px solid var(--white);color:var(--white);padding:10px 23px;border-radius:5px;text-decoration:none;margin-left:10px;transition:.3s}.btn-outline:hover{background:var(--white);color:var(--primary-purple)}.services{padding:5rem 0;background:var(--white)}.section-title{text-align:center;margin-bottom:3rem;color:var(--primary-purple);font-size:2.5rem}.section-title-left{margin-bottom:1.5rem;color:var(--primary-purple)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.card{background:var(--light-gray);padding:2rem;border-radius:10px;text-align:center;transition:.3s;border-bottom:4px solid transparent}.card:hover{transform:translateY(-10px);border-bottom:4px solid var(--accent-orange)}.card .icon{font-size:3rem;margin-bottom:1rem}.text-link{display:inline-block;margin-top:1rem;color:var(--accent-orange);text-decoration:none;font-weight:700}.community-section{padding:5rem 0;background:#fdfdfd}.community-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:50px;align-items:center}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:15px;box-shadow:var(--shadow)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.social-links{display:flex;gap:15px;margin-top:20px}.social-icon{width:50px;height:50px;background:var(--primary-purple);color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1.5rem;text-decoration:none;transition:.3s}.social-icon:hover{background:var(--accent-orange);transform:translateY(-5px)}.resources-header{background:var(--primary-purple);padding:4rem 0;text-align:center;color:#fff}.resource-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #0000000d;transition:.3s}.resource-card img{width:100%;border-radius:8px;margin-bottom:1rem}.resource-card h4{margin-bottom:.5rem;color:var(--primary-purple)}.btn-download{display:block;background:var(--primary-purple);color:#fff;text-align:center;padding:10px;border-radius:5px;text-decoration:none;margin-top:1rem;font-weight:700}.btn-download:hover{background:var(--accent-orange)}.cta-section{padding:5rem 0;text-align:center;background:#fff}.register-form{margin-top:2rem}.register-form input{padding:12px;width:300px;border:1px solid #ccc;border-radius:5px;margin-right:10px}footer{background:var(--dark-purple);color:var(--white);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-links h4{color:var(--accent-orange);margin-bottom:1.5rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:.3s}.footer-links a:hover{color:var(--accent-orange);padding-left:5px}.copyright{text-align:center;padding-top:2rem;font-size:.8rem;opacity:.5}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media(max-width:768px){.menu-toggle{display:block}.navbar nav{position:absolute;top:100%;left:0;width:100%;background:var(--dark-purple);max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;border-bottom:2px solid rgba(255,255,255,.1)}.navbar nav.active{max-height:500px}.navbar nav ul{flex-direction:column;align-items:center;padding:20px 0}.navbar nav ul li{margin:15px 0}.hero h1{font-size:2.2rem}.community-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}.register-form input{width:100%;margin-bottom:15px;margin-right:0;display:block}.register-form button{width:100%}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
