/* style/promotions.css */
.page-promotions {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0;
    background-color: #1a1a2e;
}

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

.page-promotions__hero-section {
    background: linear-gradient(135deg, #0A2463, #1e3a8a);
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.page-promotions__hero-content {
    max-width: 800px;
}

.page-promotions__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions__hero-description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #E0E0E0;
}

.page-promotions__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFD700;
}

.page-promotions__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions__hero-image-wrapper {
    margin-top: 40px;
    max-width: 90%;
}

.page-promotions__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions__featured-offers,
.page-promotions__why-sodo,
.page-promotions__how-to-claim,
.page-promotions__tips-faq,
.page-promotions__final-cta {
    padding: 80px 0;
    text-align: center;
}

.page-promotions__featured-offers {
    background-color: #0F1D4A;
}

.page-promotions__section-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions__section-description {
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #C0C0C0;
}

.page-promotions__offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions__offer-card {
    background-color: #0A2463;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.page-promotions__offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-promotions__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-promotions__card-title {
    font-size: 1.5em;
    color: #FFD700;
    padding: 20px 20px 10px;
    margin: 0;
}

.page-promotions__card-title a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-promotions__card-title a:hover {
    color: #e6c200;
}

.page-promotions__card-text {
    font-size: 1em;
    line-height: 1.5;
    color: #C0C0C0;
    padding: 0 20px 20px;
    flex-grow: 1;
}

.page-promotions__card-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0 20px 20px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.page-promotions__card-button:hover {
    background-color: #e6c200;
}

.page-promotions__why-sodo {
    background-color: #1a1a2e;
}

.page-promotions__why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions__why-item {
    background-color: #0A2463;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-promotions__why-item:hover {
    transform: translateY(-5px);
}

.page-promotions__why-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions__why-heading {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions__why-text {
    font-size: 1em;
    line-height: 1.6;
    color: #C0C0C0;
}

.page-promotions__how-to-claim {
    background-color: #0F1D4A;
}

.page-promotions__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions__step-item {
    background-color: #0A2463;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    padding-top: 60px; /* Space for step number */
}

.page-promotions__step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFD700;
    color: #0A2463;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    border: 3px solid #0A2463;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.page-promotions__step-heading {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions__step-text {
    font-size: 1em;
    line-height: 1.6;
    color: #C0C0C0;
    margin-bottom: 25px;
}

.page-promotions__step-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: background-color 0.3s ease;
}

.page-promotions__step-button:hover {
    background-color: #e6c200;
}

.page-promotions__tips-faq {
    background-color: #1a1a2e;
}

.page-promotions__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

.page-promotions__tips,
.page-promotions__faq {
    flex: 1;
    min-width: 300px;
}

.page-promotions__sub-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 25px;
}

.page-promotions__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-promotions__list li {
    background-color: #0A2463;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 1.05em;
    line-height: 1.6;
    color: #E0E0E0;
}

.page-promotions__accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions__accordion-header {
    background-color: #0A2463;
    color: #FFD700;
    width: 100%;
    text-align: left;
    padding: 18px 25px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-promotions__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-promotions__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions__accordion-header:hover {
    background-color: #1e3a8a;
}

.page-promotions__accordion-content {
    background-color: #1e3a8a;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions__accordion-content p {
    padding: 15px 0;
    margin: 0;
    color: #C0C0C0;
    line-height: 1.6;
}

.page-promotions__final-cta {
    background-color: #0A2463;
    padding: 100px 0;
}

.page-promotions__final-cta-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions__final-cta-description {
    font-size: 1.2em;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #E0E0E0;
}

.page-promotions__cta-button--large {
    padding: 18px 45px;
    font-size: 1.2em;
    margin: 0 15px;
}

.page-promotions__cta-button--outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin: 0 15px;
}

.page-promotions__cta-button--outline:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions__hero-title {
        font-size: 2.8em;
    }
    .page-promotions__section-title {
        font-size: 2.2em;
    }
    .page-promotions__final-cta-title {
        font-size: 2.5em;
    }
    .page-promotions__content-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .page-promotions__hero-section {
        padding: 80px 0;
    }
    .page-promotions__hero-title {
        font-size: 2.2em;
    }
    .page-promotions__hero-description {
        font-size: 1em;
    }
    .page-promotions__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions__featured-offers,
    .page-promotions__why-sodo,
    .page-promotions__how-to-claim,
    .page-promotions__tips-faq,
    .page-promotions__final-cta {
        padding: 60px 0;
    }
    .page-promotions__section-title {
        font-size: 1.8em;
    }
    .page-promotions__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }
    .page-promotions__offers-grid,
    .page-promotions__why-grid,
    .page-promotions__steps {
        grid-template-columns: 1fr;
    }
    .page-promotions__why-icon {
        width: 50px;
        height: 50px;
    }
    .page-promotions__why-heading {
        font-size: 1.5em;
    }
    .page-promotions__step-number {
        width: 45px;
        height: 45px;
        font-size: 1.8em;
        top: -22px;
    }
    .page-promotions__step-heading {
        font-size: 1.4em;
    }
    .page-promotions__sub-title {
        font-size: 1.8em;
    }
    .page-promotions__accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-promotions__final-cta-title {
        font-size: 2em;
    }
    .page-promotions__final-cta-description {
        font-size: 1em;
    }
    .page-promotions__cta-button--large,
    .page-promotions__cta-button--outline {
        padding: 14px 30px;
        font-size: 1.05em;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .page-promotions__hero-title {
        font-size: 1.8em;
    }
    .page-promotions__section-title {
        font-size: 1.6em;
    }
    .page-promotions__final-cta-title {
        font-size: 1.8em;
    }
    .page-promotions__cta-button--large,
    .page-promotions__cta-button--outline {
        display: block;
        width: fit-content;
        margin: 15px auto;
    }
}