 body { background: #f0f2f5; font-family: 'Inter', sans-serif; }
        .hero-mini { background: #2563eb; color: white; padding: 40px 0 60px; border-radius: 0 0 30px 30px; }
        .search-box-container { margin-top: -30px; }
        .rs-card { border: none; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: 0.2s; }
        .rs-card:hover { transform: translateY(-3px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
        .btn-maps { background-color: #ffffff; color: #4285F4; border: 1px solid #4285F4; }
        .btn-maps:hover { background-color: #4285F4; color: white; }
        .lang-btn { font-size: 0.75rem; padding: 4px 12px; border-radius: 20px; text-decoration: none; transition: 0.3s; }
        .lang-btn.active { background: white; color: #2563eb; font-weight: bold; }
        .lang-btn.inactive { color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.3); }
        .lang-btn:hover { background: rgba(255,255,255,0.2); color: white; }