body { font-family: 'Inter', sans-serif; background-color: #F9FAFB; color: #1F2937; } h1, h2, h3, h4, h5, h6 { font-family: 'Georgia', serif; } .navbar { transition: background-color 0.3s ease-in-out; } .hero { background: linear-gradient(to right, rgba(79, 70, 229, 0.9), rgba(37, 99, 235, 0.9)), url('https://picsum.photos/seed/asociatia360-hero/1600/900'); background-size: cover; background-position: center; color: white; padding: 10rem 1rem; text-align: center; } .hero h1 { font-size: 3.5rem; font-weight: bold; } .hero p { font-size: 1.25rem; margin-bottom: 2rem; } .btn-primary { background-color: #4F46E5; border-color: #4F46E5; padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: bold; transition: background-color 0.2s; } .btn-primary:hover { background-color: #4338CA; border-color: #4338CA; } .section { padding: 6rem 1rem; } .card { border: none; border-radius: 0.75rem; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); transition: transform 0.3s; } .card:hover { transform: translateY(-5px); } .form-control { border-radius: 0.5rem; } footer { background-color: #1F2937; color: white; padding: 3rem 1rem; } footer a { color: #9CA3AF; text-decoration: none; } footer a:hover { color: white; }