.hero-section { background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%); color: #ffffff; margin-bottom: 2rem; } .hero-content { max-width: 900px; margin: 0 auto; } .hero-categories { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.5rem; } .hero-category-badge { display: inline-block; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.3); color: #ffffff; padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.875rem; font-weight: 500; } .hero-title { color: #ffffff; font-size: 2.5rem; font-weight: 700; margin: 1rem 0; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); line-height: 1.2; } .hero-meta { color: rgba(255, 255, 255, 0.9); font-size: 0.95rem; margin-top: 1rem; } .hero-meta-item { display: inline-flex; align-items: center; } .hero-meta-separator { margin: 0 0.75rem; opacity: 0.6; } /* Responsive */ @media (max-width: 767px) { .hero-title { font-size: 1.75rem; } .hero-meta { font-size: 0.85rem; } .hero-meta-separator { margin: 0 0.5rem; } } @media (max-width: 575px) { .hero-category-badge { font-size: 0.75rem; padding: 0.2rem 0.6rem; } }