/* Contenu PHP : complète style.css (palette neutre + accent #986eee) */

.page-contenu {
    padding-bottom: 24px;
    background-color: #131313;
    --text-color: #e5e2e1;
    --text-muted: #9a9490;
    --link-color: #986eee;
    --border-color: #353534;
    --accent-color: #986eee;
}

.hero-title,
.page-contenu > h1,
.deletion-card > h1 {
    padding: 28px 30px 10px;
    font-family: 'Courier New', Courier, monospace;
    color: #e5e2e1;
    font-size: 1.5rem;
    font-weight: normal;
}

.hero-subtitle,
.page-sous-titre {
    color: #9a9490;
    padding: 0 30px 24px;
    line-height: 1.55;
}

.page-prose {
    max-width: 900px;
    padding: 0 30px 30px;
    line-height: 1.75;
    color: #b8b4b0;
}

.page-prose h2 {
    font-size: 1.15rem;
    color: #e5e2e1;
    margin: 28px 0 12px;
    font-family: 'Courier New', Courier, monospace;
}

.page-prose h3 {
    font-size: 1rem;
    color: #e5e2e1;
    margin: 18px 0 8px;
}

.page-prose p,
.page-prose li {
    margin-bottom: 12px;
    color: #b8b4b0 !important;
}

.page-prose h2[style],
.page-prose h3[style] {
    color: #e5e2e1 !important;
}

.page-prose ul {
    margin: 0 0 16px 20px;
}

.page-prose a {
    color: #986eee;
    text-decoration: none;
}

.page-prose a:hover {
    color: #b49aff;
}

.feedback-form,
.deletion-container {
    max-width: 720px;
    padding: 0 30px 30px;
}

.deletion-card {
    border: 1px solid #353534;
    background-color: #1c1b1b;
    padding: 24px;
    border-radius: 4px;
}

.deletion-card > h1 {
    padding: 0 0 16px;
}

.deletion-card h2 {
    font-family: 'Courier New', Courier, monospace;
    color: #e5e2e1;
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 12px;
}

.deletion-card .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #e5e2e1;
    font-weight: bold;
    font-size: 0.92rem;
}

.deletion-card .form-group input[type="email"],
.deletion-card .form-group input[type="text"],
.deletion-card .form-group input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    background-color: #0e0e0e;
    border: 1px solid #353534;
    border-radius: 4px;
    color: #e5e2e1;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

.deletion-card .form-group input:focus {
    outline: none;
    border-color: #986eee;
}

.error,
.success {
    padding: 14px 16px;
    border-radius: 4px;
    margin-bottom: 18px;
    border: 1px solid #353534;
}

.error {
    background-color: #2e1a1a;
    color: #ef9a9a;
    border-color: #5a2e2e;
}

.success {
    background-color: #1a2e1a;
    color: #a5d6a7;
    border-color: #2e5a2e;
}

.game-link-btn {
    display: inline-block;
    margin: 12px 0;
    padding: 8px 14px;
    background-color: #252525;
    border: 1px solid #353534;
    border-radius: 4px;
    color: #e5e2e1;
    font-size: 0.85rem;
    text-decoration: none;
}

.game-link-btn:hover {
    background-color: #986eee;
    border-color: #986eee;
    color: #0e0e0e;
}

.game-confirmation-box {
    border: 1px solid #353534;
    background-color: #0e0e0e;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 18px;
    color: #b8b4b0;
}

.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #e5e2e1;
    font-weight: bold;
    font-size: 0.92rem;
}

.form-label .optional {
    color: #9a9490;
    font-weight: normal;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 14px;
    background-color: #0e0e0e;
    border: 1px solid #353534;
    border-radius: 4px;
    color: #e5e2e1;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #986eee;
}

.form-select option {
    background-color: #0e0e0e;
    color: #e5e2e1;
}

.form-textarea {
    min-height: 160px;
    resize: vertical;
    line-height: 1.6;
}

.form-actions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.btn-submit,
.btn-primary,
.btn-secondary,
.btn-back,
.btn-danger,
.hero-cta {
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid #353534;
    font-family: inherit;
    font-size: 0.85rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
}

.btn-submit,
.btn-primary,
.hero-cta {
    background-color: #252525;
    border-color: #353534;
    color: #e5e2e1;
}

.btn-submit:hover,
.btn-primary:hover,
.hero-cta:hover {
    background-color: #986eee;
    border-color: #986eee;
    color: #0e0e0e;
}

.btn-secondary,
.btn-back {
    background-color: #252525;
    color: #e5e2e1;
}

.btn-danger {
    background-color: #7a2a2a;
    border-color: #7a2a2a;
    color: #fff;
}

.alert {
    padding: 14px 16px;
    border-radius: 4px;
    margin-bottom: 18px;
    border: 1px solid #353534;
}

.alert-success {
    background-color: #1a2e1a;
    color: #a5d6a7;
    border-color: #2e5a2e;
}

.alert-error {
    background-color: #2e1a1a;
    color: #ef9a9a;
    border-color: #5a2e2e;
}

.info-box,
.warning-box {
    border: 1px solid #353534;
    background-color: #0e0e0e;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 18px;
    color: #b8b4b0;
    line-height: 1.6;
}

.info-box h3 {
    color: #e5e2e1;
    margin-bottom: 10px;
}

.warning-box {
    border-color: #7a2a2a;
    background-color: #1a1010;
}

.step-indicator {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 16px 0 24px;
}

.step {
    flex: 1;
    min-width: 64px;
    text-align: center;
    padding: 8px 4px;
    border: 1px solid #353534;
    border-radius: 4px;
    background-color: #0e0e0e;
    color: #9a9490;
    font-size: 0.7rem;
}

.step.active {
    border-color: #986eee;
    color: #986eee;
    background-color: #252525;
}

.step.completed {
    color: #b8b4b0;
}

.step-number {
    font-weight: bold;
    font-size: 0.95rem;
    margin-bottom: 4px;
    color: #e5e2e1;
}

.checkbox-group {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 18px;
    color: #b8b4b0;
}

.confirmation-page {
    text-align: center;
    padding: 16px 0;
}

.confirmation-page .icon {
    font-size: 2.5rem;
    color: #986eee;
    margin-bottom: 12px;
}

.confirmation-page h1 {
    padding: 0 0 16px;
}

.tm-hero,
.tm-section {
    padding: 28px 30px;
    border-bottom: 1px solid #353534;
}

.tm-section h2,
.section-title {
    font-family: 'Courier New', Courier, monospace;
    color: #e5e2e1;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.features-grid,
.interface-grid,
.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.feature-item,
.contact-item {
    width: 400px;
    max-width: 100%;
    border: 1px solid #353534;
    background-color: #1c1b1b;
    padding: 18px;
    border-radius: 4px;
}

.feature-title,
.contact-item-title {
    color: #e5e2e1;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.feature-text,
.contact-item-text,
.hero-description,
.hero-tagline {
    color: #b8b4b0;
    line-height: 1.55;
    margin-bottom: 10px;
}

.interface-item {
    width: 300px;
    max-width: 100%;
}

.interface-item img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #353534;
}

.interface-caption {
    color: #9a9490;
    font-size: 0.85rem;
    margin-top: 8px;
}

.hero-cta-wrap {
    margin-top: 16px;
}

.contact-link,
.social-link {
    color: #986eee;
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.tm-hero .hero-title {
    padding: 0 0 10px;
}
