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

.page-promotions-78bet-deposit-bonus-details__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-78bet-deposit-bonus-details__container--center {
    text-align: center;
}

.page-promotions-78bet-deposit-bonus-details__hero {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-78bet-deposit-bonus-details__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,blue_gradient]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-78bet-deposit-bonus-details__hero .page-promotions-78bet-deposit-bonus-details__container {
    position: relative;
    z-index: 1;
}

.page-promotions-78bet-deposit-bonus-details__title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffc107;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-78bet-deposit-bonus-details__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-promotions-78bet-deposit-bonus-details__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-promotions-78bet-deposit-bonus-details__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-promotions-78bet-deposit-bonus-details__btn--primary {
    background-color: #ffc107;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-78bet-deposit-bonus-details__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-78bet-deposit-bonus-details__btn--secondary {
    background-color: transparent;
    color: #ffc107;
    border: 2px solid #ffc107;
}

.page-promotions-78bet-deposit-bonus-details__btn--secondary:hover {
    background-color: #ffc107;
    color: #000;
    transform: translateY(-2px);
}

.page-promotions-78bet-deposit-bonus-details__btn--cta {
    background-color: #ffc107;
    color: #000;
    padding: 15px 35px;
    font-size: 1.1em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-78bet-deposit-bonus-details__btn--cta:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-78bet-deposit-bonus-details__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-promotions-78bet-deposit-bonus-details__section:last-of-type {
    border-bottom: none;
}

.page-promotions-78bet-deposit-bonus-details__section--why-choose {
    background-color: #fff;
}

.page-promotions-78bet-deposit-bonus-details__section-title {
    font-size: 2em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

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

.page-promotions-78bet-deposit-bonus-details__description {
    text-align: center;
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 50px auto;
    color: #555;
}

.page-promotions-78bet-deposit-bonus-details__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

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

.page-promotions-78bet-deposit-bonus-details__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-promotions-78bet-deposit-bonus-details__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-promotions-78bet-deposit-bonus-details__feature-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-promotions-78bet-deposit-bonus-details__feature-item p {
    color: #666;
}

.page-promotions-78bet-deposit-bonus-details__image {
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
}

.page-promotions-78bet-deposit-bonus-details__image--wide {
    max-width: 90%;
}

.page-promotions-78bet-deposit-bonus-details__image--medium {
    max-width: 70%;
}

.page-promotions-78bet-deposit-bonus-details__image--small {
    max-width: 50%;
}

.page-promotions-78bet-deposit-bonus-details__offer-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 30px;
    flex-wrap: wrap;
}

.page-promotions-78bet-deposit-bonus-details__offer-card:nth-child(even) {
    flex-direction: row-reverse;
}

.page-promotions-78bet-deposit-bonus-details__offer-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.page-promotions-78bet-deposit-bonus-details__offer-content {
    flex-grow: 1;
}

.page-promotions-78bet-deposit-bonus-details__offer-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-promotions-78bet-deposit-bonus-details__offer-content p {
    color: #555;
    margin-bottom: 15px;
}

.page-promotions-78bet-deposit-bonus-details__offer-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-promotions-78bet-deposit-bonus-details__offer-content ul li {
    margin-bottom: 8px;
    color: #444;
    position: relative;
    padding-left: 25px;
}

.page-promotions-78bet-deposit-bonus-details__offer-content ul li::before {
    content: '✔️';
    position: absolute;
    left: 0;
    color: #ffc107;
}

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

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

.page-promotions-78bet-deposit-bonus-details__step-item:hover {
    transform: translateY(-5px);
}

.page-promotions-78bet-deposit-bonus-details__step-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-promotions-78bet-deposit-bonus-details__step-title {
    font-size: 1.3em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-promotions-78bet-deposit-bonus-details__step-item p {
    color: #666;
}

.page-promotions-78bet-deposit-bonus-details__step-item a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-78bet-deposit-bonus-details__step-item a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.page-promotions-78bet-deposit-bonus-details__terms-list,
.page-promotions-78bet-deposit-bonus-details__tips-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-promotions-78bet-deposit-bonus-details__terms-list li,
.page-promotions-78bet-deposit-bonus-details__tips-list li {
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    color: #444;
    position: relative;
    padding-left: 40px;
}

.page-promotions-78bet-deposit-bonus-details__terms-list li::before,
.page-promotions-78bet-deposit-bonus-details__tips-list li::before {
    content: '•';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #ffc107;
    font-weight: bold;
}

.page-promotions-78bet-deposit-bonus-details__terms-list li strong {
    color: #007bff;
}

.page-promotions-78bet-deposit-bonus-details__faq-items {
    max-width: 900px;
    margin: 0 auto;
}

.page-promotions-78bet-deposit-bonus-details__faq-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-promotions-78bet-deposit-bonus-details__faq-question {
    font-size: 1.2em;
    color: #007bff;
    padding: 20px 25px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f8ff;
    border-bottom: 1px solid #e0e0e0;
}

.page-promotions-78bet-deposit-bonus-details__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #ffc107;
    transition: transform 0.3s ease;
}

.page-promotions-78bet-deposit-bonus-details__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-78bet-deposit-bonus-details__faq-answer {
    padding: 15px 25px;
    color: #555;
    display: none;
    border-top: 1px solid #eee;
}

.page-promotions-78bet-deposit-bonus-details__faq-answer.active {
    display: block;
}

.page-promotions-78bet-deposit-bonus-details__section--cta-bottom {
    background-color: #007bff;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.page-promotions-78bet-deposit-bonus-details__section--cta-bottom .page-promotions-78bet-deposit-bonus-details__section-title {
    color: #ffc107;
}

.page-promotions-78bet-deposit-bonus-details__section--cta-bottom .page-promotions-78bet-deposit-bonus-details__description {
    color: #e0e0e0;
    margin-bottom: 30px;
}

.page-promotions-78bet-deposit-bonus-details__section--cta-bottom .page-promotions-78bet-deposit-bonus-details__description a {
    color: #ffc107;
    font-weight: bold;
    text-decoration: none;
}

.page-promotions-78bet-deposit-bonus-details__section--cta-bottom .page-promotions-78bet-deposit-bonus-details__description a:hover {
    text-decoration: underline;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-78bet-deposit-bonus-details__title {
        font-size: 2.2em;
    }
    .page-promotions-78bet-deposit-bonus-details__section-title {
        font-size: 1.8em;
    }
    .page-promotions-78bet-deposit-bonus-details__offer-card {
        flex-direction: column;
        text-align: center;
    }
    .page-promotions-78bet-deposit-bonus-details__offer-card:nth-child(even) {
        flex-direction: column;
    }
    .page-promotions-78bet-deposit-bonus-details__offer-image {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-promotions-78bet-deposit-bonus-details__hero {
        padding: 60px 0;
    }
    .page-promotions-78bet-deposit-bonus-details__title {
        font-size: 1.8em;
    }
    .page-promotions-78bet-deposit-bonus-details__subtitle {
        font-size: 1em;
    }
    .page-promotions-78bet-deposit-bonus-details__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-promotions-78bet-deposit-bonus-details__btn {
        width: 100%;
        max-width: 280px;
    }
    .page-promotions-78bet-deposit-bonus-details__section {
        padding: 40px 0;
    }
    .page-promotions-78bet-deposit-bonus-details__section-title {
        font-size: 1.5em;
    }
    .page-promotions-78bet-deposit-bonus-details__features,
    .page-promotions-78bet-deposit-bonus-details__steps {
        grid-template-columns: 1fr;
    }
    .page-promotions-78bet-deposit-bonus-details__image--wide,
    .page-promotions-78bet-deposit-bonus-details__image--medium,
    .page-promotions-78bet-deposit-bonus-details__image--small {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-promotions-78bet-deposit-bonus-details__container {
        padding: 0 15px;
    }
    .page-promotions-78bet-deposit-bonus-details__title {
        font-size: 1.5em;
    }
    .page-promotions-78bet-deposit-bonus-details__section-title {
        font-size: 1.3em;
    }
    .page-promotions-78bet-deposit-bonus-details__offer-card,
    .page-promotions-78bet-deposit-bonus-details__feature-item,
    .page-promotions-78bet-deposit-bonus-details__step-item,
    .page-promotions-78bet-deposit-bonus-details__terms-list li,
    .page-promotions-78bet-deposit-bonus-details__tips-list li,
    .page-promotions-78bet-deposit-bonus-details__faq-item {
        padding: 20px;
    }
    .page-promotions-78bet-deposit-bonus-details__faq-question {
        font-size: 1.1em;
    }
}