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

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

.page-promotions-deposit-match-bonus__hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #0A2463 60%, #FFD700 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-deposit-match-bonus__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-match-bonus__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-promotions-deposit-match-bonus__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-promotions-deposit-match-bonus__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-deposit-match-bonus__cta-button--small {
    padding: 10px 20px;
    font-size: 0.95em;
}

.page-promotions-deposit-match-bonus__cta-button--primary {
    background-color: #FFD700;
    color: #0A2463;
}

.page-promotions-deposit-match-bonus__cta-button--secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 1px solid #FFD700;
    margin-left: 15px;
}

.page-promotions-deposit-match-bonus__cta-button--secondary:hover {
    background-color: #05163d;
    border-color: #e6c200;
}

.page-promotions-deposit-match-bonus__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-match-bonus__section:nth-child(even) {
    background-color: #fcfcfc;
}

.page-promotions-deposit-match-bonus__section-title {
    font-size: 2.2em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-promotions-deposit-match-bonus__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-promotions-deposit-match-bonus__text-content {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

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

.page-promotions-deposit-match-bonus__feature-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.page-promotions-deposit-match-bonus__feature-item h3 {
    font-size: 1.4em;
    color: #0A2463;
    margin-top: 15px;
    margin-bottom: 10px;
}

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

.page-promotions-deposit-match-bonus__feature-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.page-promotions-deposit-match-bonus__bonus-card {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-promotions-deposit-match-bonus__bonus-card--reverse {
    flex-direction: row-reverse;
}

.page-promotions-deposit-match-bonus__bonus-image {
    width: 40%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-promotions-deposit-match-bonus__bonus-info {
    width: 60%;
}

.page-promotions-deposit-match-bonus__bonus-info h3 {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-promotions-deposit-match-bonus__bonus-info p {
    color: #555;
    margin-bottom: 15px;
}

.page-promotions-deposit-match-bonus__bonus-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-promotions-deposit-match-bonus__bonus-info ul li {
    margin-bottom: 8px;
    color: #444;
    font-size: 1em;
}

.page-promotions-deposit-match-bonus__bonus-info ul li strong {
    color: #0A2463;
}

.page-promotions-deposit-match-bonus__how-to-claim .page-promotions-deposit-match-bonus__text-content {
    margin-bottom: 50px;
}

.page-promotions-deposit-match-bonus__steps-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    list-style: none;
    padding: 0;
}

.page-promotions-deposit-match-bonus__steps-list li {
    background-color: #f0f3f7;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border-top: 5px solid #FFD700;
}

.page-promotions-deposit-match-bonus__step-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-promotions-deposit-match-bonus__steps-list h3 {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-promotions-deposit-match-bonus__steps-list p {
    color: #666;
    margin-bottom: 20px;
}

.page-promotions-deposit-match-bonus__steps-list a {
    color: #0A2463;
    font-weight: bold;
    text-decoration: underline;
}

.page-promotions-deposit-match-bonus__terms-conditions .page-promotions-deposit-match-bonus__text-content {
    margin-bottom: 40px;
}

.page-promotions-deposit-match-bonus__terms-list {
    list-style: none;
    padding: 0;
}

.page-promotions-deposit-match-bonus__terms-list li {
    background-color: #f9f9f9;
    border-left: 5px solid #0A2463;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page-promotions-deposit-match-bonus__terms-list li h3 {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-promotions-deposit-match-bonus__terms-list li p {
    color: #555;
    line-height: 1.8;
}

.page-promotions-deposit-match-bonus__optimization-tips ul {
    list-style: disc;
    padding-left: 25px;
    max-width: 900px;
    margin: 0 auto;
}

.page-promotions-deposit-match-bonus__optimization-tips ul li {
    margin-bottom: 15px;
    color: #444;
    font-size: 1.1em;
}

.page-promotions-deposit-match-bonus__optimization-tips ul li strong {
    color: #0A2463;
}

.page-promotions-deposit-match-bonus__platform-overview .page-promotions-deposit-match-bonus__overview-content {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #f0f3f7;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-promotions-deposit-match-bonus__overview-image {
    width: 50%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-promotions-deposit-match-bonus__overview-text {
    width: 50%;
}

.page-promotions-deposit-match-bonus__overview-text p {
    color: #555;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-promotions-deposit-match-bonus__faq .page-promotions-deposit-match-bonus__text-content {
    margin-bottom: 40px;
}

.page-promotions-deposit-match-bonus__accordion {
    max-width: 900px;
    margin: 0 auto;
}

.page-promotions-deposit-match-bonus__accordion-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

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

.page-promotions-deposit-match-bonus__accordion-header:hover {
    background-color: #05163d;
}

.page-promotions-deposit-match-bonus__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-promotions-deposit-match-bonus__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-deposit-match-bonus__accordion-content {
    padding: 0 25px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-deposit-match-bonus__accordion-content p {
    padding: 15px 0;
    color: #555;
    line-height: 1.7;
    font-size: 1em;
}

.page-promotions-deposit-match-bonus__final-cta {
    background: linear-gradient(90deg, #0A2463, #0A2463 70%, #FFD700 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.page-promotions-deposit-match-bonus__final-cta .page-promotions-deposit-match-bonus__section-title {
    color: #FFD700;
}

.page-promotions-deposit-match-bonus__final-cta .page-promotions-deposit-match-bonus__section-title::after {
    background-color: #fff;
}

.page-promotions-deposit-match-bonus__final-cta .page-promotions-deposit-match-bonus__text-content {
    color: #e0e0e0;
}

.page-promotions-deposit-match-bonus__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-promotions-deposit-match-bonus__responsible-gambling {
    background-color: #e6f0f5;
    padding: 50px 0;
    text-align: center;
}

.page-promotions-deposit-match-bonus__responsible-gambling .page-promotions-deposit-match-bonus__section-title {
    color: #0A2463;
    margin-bottom: 30px;
}

.page-promotions-deposit-match-bonus__responsible-gambling .page-promotions-deposit-match-bonus__text-content {
    max-width: 800px;
    margin: 0 auto;
    color: #444;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-deposit-match-bonus__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-deposit-match-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-deposit-match-bonus__bonus-card {
        flex-direction: column;
        text-align: center;
    }
    .page-promotions-deposit-match-bonus__bonus-card--reverse {
        flex-direction: column;
    }
    .page-promotions-deposit-match-bonus__bonus-image,
    .page-promotions-deposit-match-bonus__bonus-info {
        width: 100%;
    }
    .page-promotions-deposit-match-bonus__overview-content {
        flex-direction: column;
    }
    .page-promotions-deposit-match-bonus__overview-image,
    .page-promotions-deposit-match-bonus__overview-text {
        width: 100%;
    }
    .page-promotions-deposit-match-bonus__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-promotions-deposit-match-bonus__cta-button--secondary {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .page-promotions-deposit-match-bonus__hero-section {
        padding: 60px 0;
    }
    .page-promotions-deposit-match-bonus__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-deposit-match-bonus__hero-description {
        font-size: 1em;
    }
    .page-promotions-deposit-match-bonus__section {
        padding: 40px 0;
    }
    .page-promotions-deposit-match-bonus__section-title {
        font-size: 1.6em;
    }
    .page-promotions-deposit-match-bonus__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-deposit-match-bonus__steps-list {
        grid-template-columns: 1fr;
    }
    .page-promotions-deposit-match-bonus__bonus-info h3 {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    .page-promotions-deposit-match-bonus__hero-title {
        font-size: 1.5em;
    }
    .page-promotions-deposit-match-bonus__section-title {
        font-size: 1.4em;
    }
    .page-promotions-deposit-match-bonus__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-deposit-match-bonus__accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
}