/* File: /assets/css/custom.css */
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(to bottom right, #e91e63, #4caf50);
    color: #fff;
}

.main-header {
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem 0;
    text-align: center;
}

nav a, .lang-switch button {
    color: #fff;
    text-decoration: none;
    margin: 0 1rem;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
}

.hero-section {
    padding: 4rem;
    text-align: center;
    font-size: 1.2rem;
}
