/* Prensa y Medios - Page Overrides */

/* Tipografias especiales para simular los logos de los medios */
.font-forbes { font-family: 'Playfair Display', serif; letter-spacing: 1px; }
.font-lanacion { font-family: 'Playfair Display', serif; }
.font-infobae { font-family: 'Inter', sans-serif; font-weight: 900; letter-spacing: -0.5px; }

/* Scrollbar hide utility */
.scrollbar-hide::-webkit-scrollbar { display: none; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Text gradient utility */
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* News card hover effects */
.news-card { transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.news-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.news-card:hover .read-more-icon { transform: translateX(5px); }
