@import"https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap";body{font-family:Barlow,sans-serif;margin:0;padding:0;background:#f9fafb;color:#333}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:.5rem;color:#0e0091}h1{font-size:2.4rem}h2{font-size:2rem}h3{font-size:1.6rem}.bg-primary{background-color:#0e0091}.text-primary{color:#0e0091}.bg-secondary{background-color:#f97316}.text-secondary,.hover\:text-secondary:hover{color:#f97316}.hover\:bg-secondary:hover{background-color:#f97316}header{background:#0e0091;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.15)}header .container{max-width:1200px;margin:auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}header nav a{color:#fff;text-decoration:none;font-weight:500;transition:.3s ease}header nav a:hover{color:#f97316}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#0e0091;border-radius:8px;padding:.5rem 0;display:none;flex-direction:column;width:180px;box-shadow:0 4px 12px #00000040}.dropdown.open .dropdown-menu{display:flex}.dropdown-menu a{padding:.6rem 1rem;color:#fff;font-size:.95rem}.dropdown-menu a:hover{background:#f97316}.btn-primary{background:#f97316;color:#fff;padding:.6rem 1.5rem;border-radius:10px;font-weight:600;border:none;cursor:pointer;transition:.3s}.btn-primary:hover{background:#ea580c}.btn-outline{border:2px solid white;color:#fff;padding:.6rem 1.5rem;border-radius:10px;font-weight:600;transition:.3s}.btn-outline:hover{background:#fff;color:#0e0091}.mobile-menu{display:none;flex-direction:column;background:#0e0091;padding:1rem;gap:.8rem}.mobile-menu.open{display:flex}.mobile-menu a{color:#fff;padding:.5rem 0;font-weight:500}footer{background:#0e0091;text-align:center;color:#fff;padding:2rem 1rem;margin-top:4rem;font-size:.9rem}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}header nav,header .desktop-buttons{display:none}}
