body {
    margin: 0;
    font-family: "Georgia", serif;
    color: #f5f5f5;
    background: url("/assets/background-city-3647b9d2.jpeg") center/cover no-repeat fixed;
}
.overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 2rem;
    max-width: 900px;
    margin: auto;
}
header {
    text-align: center;
    margin-bottom: 2rem;
}
header h1 {
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
    letter-spacing: 2px;
}
section {
    margin: 3rem 0;
}
h2 {
    text-align: center;
    margin-bottom: 1rem;
}
p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 1.5rem auto;
    line-height: 1.6;
}
.cta {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}
.cta input[type="email"] {
    padding: 0.75rem;
    border: none;
    border-radius: 6px 0 0 6px;
    font-size: 1rem;
    width: 280px;
}
.cta input[type="submit"] {
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 0 6px 6px 0;
    background: #c9a14a;
    color: #222;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.concept-art {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.character {
    text-align: center;
}
.character img {
    border: 6px solid #c9a14a;
    border-radius: 8px;
    max-width: 100%;
}
.character h3 {
    margin-top: 0.5rem;
    font-size: 1.1rem;
}
footer {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer a {
    color: #c9a14a;
    text-decoration: none;
    margin: 0 0.5rem;
}

.flash {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.flash-close {
    margin-left: 10px;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.language-buttons {
    display: flex;
    gap: 10px;
}

.language-buttons button {
    background: #c9a14a;
    color: #222;
    border: none;
    border-radius: 6px;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    cursor: pointer;
    font-family: "Georgia", serif;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.language-buttons button:hover {
    background: #b89444;
}
