.hero-title {     font-size: 4.5rem;     line-height: 1.1;     font-weight: 700;     letter-spacing: -0.025em; } @media (max-width: 768px) {     .hero-title { font-size: 3rem; } } .badge-hero {     display: inline-flex; align-items: center; gap: 0.5rem;     padding: 0.5rem 1rem; border-radius: 50rem;     border: 1px solid rgba(255, 255, 255, 0.15);     background-color: rgba(255, 255, 255, 0.05);     font-size: 0.875rem; color: #d1d5db; font-weight: 500;     margin-bottom: 2rem; }