/* style/promo.css */
/* Base styles for the promo page */
.page-promo {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF6D6; /* Text Main */
    background-color: #0A0A0A; /* Background */
}

.page-promo__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.page-promo__section {
    padding: 60px 0;
}

.page-promo__dark-section {
    background-color: #111111; /* Card BG */
}

.page-promo__text-center {
    text-align: center;
}