/* style/promotions-deposit-bonuses.css */
.page-promotions-deposit-bonuses {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

.page-promotions-deposit-bonuses__hero-section {
    background: linear-gradient(135deg, #007bff, #4da3ff); /* Adjusted for better contrast on text */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-deposit-bonuses__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,pattern]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-deposit-bonuses__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.page-promotions-deposit-bonuses__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-deposit-bonuses__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-promotions-deposit-bonuses__btn--primary {
    background-color: #ffc107;
    color: #000000; /* High contrast for text on gold */
}

.page-promotions-deposit-bonuses__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-promotions-deposit-bonuses__btn--secondary {
    background-color: #007bff;
    color: #ffffff;
    border: 1px solid #007bff;
}

.page-promotions-deposit-bonuses__btn--secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.page-promotions-deposit-bonuses__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 30px;
}

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

.page-promotions-deposit-bonuses__section--dark {
    background-color: #e9ecef;
}

.page-promotions-deposit-bonuses__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #007bff;
    font-weight: 700;
}

.page-promotions-deposit-bonuses__section--dark .page-promotions-deposit-bonuses__section-title {
    color: #0056b3;
}

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

.page-promotions-deposit-bonuses__text-content--note {
    font-size: 0.95em;
    color: #777;
    font-style: italic;
    margin-top: 20px;
}

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

.page-promotions-deposit-bonuses__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.page-promotions-deposit-bonuses__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-promotions-deposit-bonuses__feature-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

.page-promotions-deposit-bonuses__offer-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-deposit-bonuses__offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-deposit-bonuses__offer-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-promotions-deposit-bonuses__card-title {
    font-size: 1.6em;
    color: #007bff;
    padding: 20px 25px 10px;
    font-weight: 600;
}

.page-promotions-deposit-bonuses__offer-card p {
    padding: 0 25px 20px;
    color: #555;
    font-size: 1em;
}

.page-promotions-deposit-bonuses__offer-card .page-promotions-deposit-bonuses__btn {
    margin: 0 25px 25px;
    width: calc(100% - 50px);
    text-align: center;
}

.page-promotions-deposit-bonuses__table-wrapper {
    overflow-x: auto;
    margin-top: 40px;
}

.page-promotions-deposit-bonuses__offer-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    min-width: 700px; /* Ensure table is readable on smaller screens */
}

.page-promotions-deposit-bonuses__offer-table th,
.page-promotions-deposit-bonuses__offer-table td {
    border: 1px solid #dee2e6;
    padding: 15px;
    text-align: left;
    font-size: 1em;
}

.page-promotions-deposit-bonuses__offer-table th {
    background-color: #007bff;
    color: #ffffff;
    font-weight: 600;
}

.page-promotions-deposit-bonuses__offer-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.page-promotions-deposit-bonuses__offer-table tr:hover {
    background-color: #e9ecef;
}

.page-promotions-deposit-bonuses__table-btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #ffc107;
    color: #000000; /* High contrast */
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
}

.page-promotions-deposit-bonuses__table-btn:hover {
    background-color: #e0a800;
}

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

.page-promotions-deposit-bonuses__step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    padding-top: 70px;
}

.page-promotions-deposit-bonuses__step-number {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.5);
}

.page-promotions-deposit-bonuses__step-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-promotions-deposit-bonuses__step-item p {
    color: #666;
    font-size: 1em;
    margin-bottom: 20px;
}

.page-promotions-deposit-bonuses__list {
    text-align: left;
    max-width: 900px;
    margin: 40px auto;
    list-style: none;
    padding-left: 0;
}

.page-promotions-deposit-bonuses__list li {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: #555;
    font-size: 1.05em;
    line-height: 1.8;
}

.page-promotions-deposit-bonuses__list-title {
    color: #007bff;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-promotions-deposit-bonuses__tips-list {
    text-align: left;
    max-width: 900px;
    margin: 40px auto;
    list-style: none;
    padding-left: 0;
}

.page-promotions-deposit-bonuses__tips-list li {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #ffc107;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: #555;
    font-size: 1.05em;
    line-height: 1.8;
}

.page-promotions-deposit-bonuses__faq-accordion {
    max-width: 900px;
    margin: 40px auto;
    text-align: left;
}

.page-promotions-deposit-bonuses__faq-item {
    background-color: #ffffff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-promotions-deposit-bonuses__faq-question {
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2em;
    color: #007bff;
    font-weight: 600;
    margin: 0;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-promotions-deposit-bonuses__faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #ffc107;
    transition: transform 0.3s ease;
}

.page-promotions-deposit-bonuses__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-promotions-deposit-bonuses__faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    color: #555;
}

.page-promotions-deposit-bonuses__faq-answer.open {
    max-height: 500px; /* Max height large enough to accommodate content */
    padding: 20px 25px;
}

.page-promotions-deposit-bonuses__faq-answer p {
    margin: 0 0 10px 0;
}

.page-promotions-deposit-bonuses__cta-section {
    background-color: #007bff;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-deposit-bonuses__cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:geometric,abstract,light_pattern]');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-promotions-deposit-bonuses__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.page-promotions-deposit-bonuses__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-promotions-deposit-bonuses__hero-title {
        font-size: 2.8em;
    }
    .page-promotions-deposit-bonuses__section-title {
        font-size: 2em;
    }
    .page-promotions-deposit-bonuses__cta-title {
        font-size: 2.2em;
    }
    .page-promotions-deposit-bonuses__hero-description,
    .page-promotions-deposit-bonuses__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-promotions-deposit-bonuses__hero-section {
        padding: 80px 0;
    }
    .page-promotions-deposit-bonuses__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-deposit-bonuses__hero-description {
        font-size: 1em;
    }
    .page-promotions-deposit-bonuses__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-deposit-bonuses__section {
        padding: 40px 0;
    }
    .page-promotions-deposit-bonuses__section-title {
        font-size: 1.8em;
    }
    .page-promotions-deposit-bonuses__offer-card-grid,
    .page-promotions-deposit-bonuses__steps-grid,
    .page-promotions-deposit-bonuses__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-deposit-bonuses__offer-card .page-promotions-deposit-bonuses__btn {
        width: auto;
        display: block;
    }
    .page-promotions-deposit-bonuses__offer-table th,
    .page-promotions-deposit-bonuses__offer-table td {
        padding: 10px;
        font-size: 0.9em;
    }
    .page-promotions-deposit-bonuses__cta-section {
        padding: 60px 0;
    }
    .page-promotions-deposit-bonuses__cta-title {
        font-size: 1.8em;
    }
    .page-promotions-deposit-bonuses__cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-promotions-deposit-bonuses__hero-section {
        padding: 60px 0;
    }
    .page-promotions-deposit-bonuses__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-deposit-bonuses__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-promotions-deposit-bonuses__section-title {
        font-size: 1.5em;
    }
    .page-promotions-deposit-bonuses__feature-title,
    .page-promotions-deposit-bonuses__card-title,
    .page-promotions-deposit-bonuses__step-title,
    .page-promotions-deposit-bonuses__list-title {
        font-size: 1.2em;
    }
    .page-promotions-deposit-bonuses__faq-question {
        font-size: 1em;
    }
    .page-promotions-deposit-bonuses__cta-title {
        font-size: 1.5em;
    }
}