/* style/promotions-deposit-bonus.css */
.page-promotions-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-promotions-deposit-bonus__hero {
    background: linear-gradient(135deg, #0D47A1, #1A5FB4);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-deposit-bonus__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.page-promotions-deposit-bonus__hero-subtitle {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

.page-promotions-deposit-bonus__hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-promotions-deposit-bonus__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.page-promotions-deposit-bonus__btn--primary {
    background-color: #FFD700;
    color: #0D47A1;
    border: 2px solid #FFD700;
}

.page-promotions-deposit-bonus__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-deposit-bonus__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-promotions-deposit-bonus__btn--secondary:hover {
    background-color: #FFD700;
    color: #0D47A1;
    transform: translateY(-3px);
}

.page-promotions-deposit-bonus__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-promotions-deposit-bonus__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-promotions-deposit-bonus__hero-image {
    max-width: 80%;
    height: auto;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-deposit-bonus__section:nth-of-type(even) {
    background-color: #f0f4f8;
}

.page-promotions-deposit-bonus__section-title {
    font-size: 2.5em;
    margin-bottom: 25px;
    color: #0D47A1;
    font-weight: bold;
}

.page-promotions-deposit-bonus__section-description {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #555;
}

.highlight-text {
    color: #FFD700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

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

.page-promotions-deposit-bonus__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus__feature-item:hover {
    transform: translateY(-10px);
}

.page-promotions-deposit-bonus__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.page-promotions-deposit-bonus__feature-title {
    font-size: 1.6em;
    color: #0D47A1;
    margin-bottom: 15px;
}

.page-promotions-deposit-bonus__feature-text {
    color: #666;
    font-size: 1em;
}

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

.page-promotions-deposit-bonus__bonus-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus__bonus-card:hover {
    transform: translateY(-10px);
}

.page-promotions-deposit-bonus__bonus-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.page-promotions-deposit-bonus__card-title {
    font-size: 1.4em;
    color: #0D47A1;
    margin-bottom: 10px;
}

.page-promotions-deposit-bonus__card-text {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 20px;
}

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

.page-promotions-deposit-bonus__step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    position: relative;
    padding-left: 80px;
}

.page-promotions-deposit-bonus__step-number {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 40px;
    height: 40px;
    background-color: #FFD700;
    color: #0D47A1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
}

.page-promotions-deposit-bonus__step-title {
    font-size: 1.5em;
    color: #0D47A1;
    margin-bottom: 10px;
}

.page-promotions-deposit-bonus__step-text {
    color: #666;
    font-size: 1em;
}

.page-promotions-deposit-bonus__how-to-claim-image {
    max-width: 90%;
    height: auto;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

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

.page-promotions-deposit-bonus__term-item {
    background-color: #ffffff;
    padding: 25px;
    border-left: 5px solid #0D47A1;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.page-promotions-deposit-bonus__term-title {
    font-size: 1.3em;
    color: #0D47A1;
    margin-bottom: 10px;
}

.page-promotions-deposit-bonus__term-text {
    color: #666;
    font-size: 0.95em;
}

.page-promotions-deposit-bonus__read-more {
    margin-top: 40px;
    font-size: 1.1em;
    color: #555;
}

.page-promotions-deposit-bonus__tips {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: left;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonus__tips ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-promotions-deposit-bonus__tips li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #444;
    font-size: 1.05em;
}

.page-promotions-deposit-bonus__tips li::before {
    content: '✓';
    color: #FFD700;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -5px;
    font-weight: bold;
}

.page-promotions-deposit-bonus__strategy-image {
    max-width: 90%;
    height: auto;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__faq-item {
    background-color: #ffffff;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.page-promotions-deposit-bonus__faq-question {
    padding: 20px 25px;
    font-size: 1.2em;
    color: #0D47A1;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.page-promotions-deposit-bonus__faq-question:hover {
    background-color: #f0f4f8;
}

.page-promotions-deposit-bonus__faq-question span {
    transition: transform 0.3s ease;
    display: inline-block;
}

.page-promotions-deposit-bonus__faq-question.active span {
    transform: rotate(180deg);
}

.page-promotions-deposit-bonus__faq-answer {
    padding: 15px 25px;
    font-size: 1em;
    color: #555;
    display: none;
    border-top: 1px solid #eee;
}

.page-promotions-deposit-bonus__faq-answer p {
    margin: 0 0 10px 0;
}
.page-promotions-deposit-bonus__faq-answer p:last-child {
    margin-bottom: 0;
}

.page-promotions-deposit-bonus__cta-final {
    background-color: #0D47A1;
    color: #ffffff;
    padding: 80px 0;
}

.page-promotions-deposit-bonus__cta-final .page-promotions-deposit-bonus__section-title {
    color: #FFD700;
}

.page-promotions-deposit-bonus__cta-final .page-promotions-deposit-bonus__section-description {
    color: #e0e0e0;
}

.page-promotions-deposit-bonus__contact-us {
    margin-top: 30px;
    font-size: 1.1em;
    color: #e0e0e0;
}

.page-promotions-deposit-bonus__link-inline {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-promotions-deposit-bonus__link-inline:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .page-promotions-deposit-bonus__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-deposit-bonus__section-title {
        font-size: 2em;
    }

    .page-promotions-deposit-bonus__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-deposit-bonus__btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .page-promotions-deposit-bonus__hero {
        padding: 60px 0;
    }

    .page-promotions-deposit-bonus__hero-title {
        font-size: 2em;
    }

    .page-promotions-deposit-bonus__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-deposit-bonus__section {
        padding: 40px 0;
    }

    .page-promotions-deposit-bonus__section-title {
        font-size: 1.8em;
    }

    .page-promotions-deposit-bonus__features,
    .page-promotions-deposit-bonus__bonus-grid,
    .page-promotions-deposit-bonus__steps,
    .page-promotions-deposit-bonus__terms-list {
        grid-template-columns: 1fr;
    }

    .page-promotions-deposit-bonus__step-item {
        padding-left: 20px;
        text-align: center;
        padding-top: 70px;
    }
}