.subtitle-lago { white-space: nowrap; display: block; font-size: 2.5rem; }
@media (max-width: 480px) { .subtitle-lago { font-size: 1.6rem; } }

/* LANGUAGE BUTTONS */
.lang-buttons { display: flex; gap: 6px; align-items: center; margin-left: 8px; }
.lang-btn { background: transparent; border: 1.5px solid #2C3E50; border-radius: 20px; padding: 4px 10px; font-size: 0.75rem; font-weight: 600; cursor: pointer; color: #2C3E50; transition: all 0.2s; letter-spacing: 0.5px; }
.lang-btn:hover { background: #E67E22; border-color: #E67E22; color: white; }
.lang-btn.active { background: #E67E22; border-color: #E67E22; color: white; }
.mobile-lang-buttons { display: flex; gap: 8px; padding: 8px 0; border-top: 1px solid #eee; margin-top: 8px; }
.mobile-lang-btn { background: transparent; border: 1.5px solid #2C3E50; border-radius: 20px; padding: 5px 14px; font-size: 0.8rem; font-weight: 600; cursor: pointer; color: #2C3E50; transition: all 0.2s; }
.mobile-lang-btn:hover, .mobile-lang-btn.active { background: #E67E22; border-color: #E67E22; color: white; }