/* style/resources-tx88-latest-promotions-analysis.css */

:root {
    --page-primary-color: #1A2B4C;
    --page-secondary-color: #FFD700;
    --page-text-color-dark: #333;
    --page-text-color-light: #fff;
    --page-background-light: #f4f7f6;
    --page-background-dark: #101c30;
    --page-accent-color: #e5d4b3; /* Complementary to primary */
    --page-success-color: #4CAF50;
    --page-error-color: #F44336;
}

.page-resources-tx88-latest-promotions-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-color-dark);
    background-color: var(--page-background-light);
}

.page-resources-tx88-latest-promotions-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-tx88-latest-promotions-analysis__hero {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, var(--page-background-dark) 100%);
    color: var(--page-text-color-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-tx88-latest-promotions-analysis__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-tx88-latest-promotions-analysis__hero > div {
    position: relative;
    z-index: 1;
}

.page-resources-tx88-latest-promotions-analysis__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-secondary-color);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-weight: bold;
}

.page-resources-tx88-latest-promotions-analysis__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--page-text-color-light);
}

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

.page-resources-tx88-latest-promotions-analysis__btn--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-tx88-latest-promotions-analysis__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-tx88-latest-promotions-analysis__btn--secondary {
    background-color: var(--page-primary-color);
    color: var(--page-secondary-color);
    border: 1px solid var(--page-secondary-color);
}

.page-resources-tx88-latest-promotions-analysis__btn--secondary:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    transform: translateY(-3px);
}

.page-resources-tx88-latest-promotions-analysis__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-resources-tx88-latest-promotions-analysis__btn--large {
    padding: 20px 40px;
    font-size: 1.3em;
}

.page-resources-tx88-latest-promotions-analysis__section {
    padding: 60px 0;
    background-color: var(--page-background-light);
}

.page-resources-tx88-latest-promotions-analysis__section:nth-of-type(even) {
    background-color: #eef2f1;
}

.page-resources-tx88-latest-promotions-analysis__heading {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-resources-tx88-latest-promotions-analysis__heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-secondary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-tx88-latest-promotions-analysis__section--intro .page-resources-tx88-latest-promotions-analysis__content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 768px) {
    .page-resources-tx88-latest-promotions-analysis__section--intro .page-resources-tx88-latest-promotions-analysis__content-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.page-resources-tx88-latest-promotions-analysis__text-block p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--page-text-color-dark);
}

.page-resources-tx88-latest-promotions-analysis__text-block p a {
    color: var(--page-primary-color);
    text-decoration: underline;
}

.page-resources-tx88-latest-promotions-analysis__text-block p a:hover {
    color: var(--page-secondary-color);
}

.page-resources-tx88-latest-promotions-analysis__image-wrapper {
    text-align: center;
}

.page-resources-tx88-latest-promotions-analysis__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.page-resources-tx88-latest-promotions-analysis__offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-tx88-latest-promotions-analysis__offer-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-resources-tx88-latest-promotions-analysis__offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.page-resources-tx88-latest-promotions-analysis__offer-image {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-tx88-latest-promotions-analysis__offer-title {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-resources-tx88-latest-promotions-analysis__offer-text {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
}

.page-resources-tx88-latest-promotions-analysis__offer-text a {
    color: var(--page-primary-color);
    text-decoration: underline;
}

.page-resources-tx88-latest-promotions-analysis__offer-text a:hover {
    color: var(--page-secondary-color);
}

.page-resources-tx88-latest-promotions-analysis__offer-conditions {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 20px;
}

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

.page-resources-tx88-latest-promotions-analysis__step-card {
    background-color: var(--page-primary-color);
    color: var(--page-text-color-light);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-resources-tx88-latest-promotions-analysis__step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(1) brightness(1.5) sepia(1) saturate(5) hue-rotate(25deg); /* Make icons gold-ish */
}

.page-resources-tx88-latest-promotions-analysis__step-title {
    font-size: 1.6em;
    color: var(--page-secondary-color);
    margin-bottom: 15px;
}

.page-resources-tx88-latest-promotions-analysis__step-text {
    font-size: 1em;
    margin-bottom: 20px;
}

.page-resources-tx88-latest-promotions-analysis__step-text a {
    color: var(--page-secondary-color);
    text-decoration: underline;
}

.page-resources-tx88-latest-promotions-analysis__step-text a:hover {
    color: #fff;
}

.page-resources-tx88-latest-promotions-analysis__note {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    padding: 20px;
    border-radius: 8px;
    margin-top: 50px;
    font-size: 1.1em;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

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

.page-resources-tx88-latest-promotions-analysis__benefit-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.page-resources-tx88-latest-promotions-analysis__benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(20%) saturate(2250%) hue-rotate(195deg) brightness(97%) contrast(93%); /* Make icons dark blue */
}

.page-resources-tx88-latest-promotions-analysis__benefit-title {
    font-size: 1.6em;
    color: var(--page-primary-color);
    margin-bottom: 10px;
}

.page-resources-tx88-latest-promotions-analysis__benefit-text {
    font-size: 1em;
    color: #555;
}

.page-resources-tx88-latest-promotions-analysis__benefit-text a {
    color: var(--page-primary-color);
    text-decoration: underline;
}

.page-resources-tx88-latest-promotions-analysis__benefit-text a:hover {
    color: var(--page-secondary-color);
}

.page-resources-tx88-latest-promotions-analysis__cta-bottom {
    text-align: center;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .page-resources-tx88-latest-promotions-analysis__cta-bottom {
        flex-direction: row;
        justify-content: center;
    }
}

.page-resources-tx88-latest-promotions-analysis__faq-list {
    margin-top: 40px;
}

.page-resources-tx88-latest-promotions-analysis__faq-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.page-resources-tx88-latest-promotions-analysis__faq-question {
    font-size: 1.3em;
    color: var(--page-primary-color);
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.page-resources-tx88-latest-promotions-analysis__faq-question::after {
    content: '+';
    font-size: 1.2em;
    color: var(--page-secondary-color);
    transition: transform 0.3s ease;
}

.page-resources-tx88-latest-promotions-analysis__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-tx88-latest-promotions-analysis__faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    color: #555;
    font-size: 1em;
}

.page-resources-tx88-latest-promotions-analysis__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-resources-tx88-latest-promotions-analysis__faq-answer p a {
    color: var(--page-primary-color);
    text-decoration: underline;
}

.page-resources-tx88-latest-promotions-analysis__faq-answer p a:hover {
    color: var(--page-secondary-color);
}

.page-resources-tx88-latest-promotions-analysis__section--conclusion {
    background-color: var(--page-primary-color);
    color: var(--page-text-color-light);
    text-align: center;
}

.page-resources-tx88-latest-promotions-analysis__section--conclusion .page-resources-tx88-latest-promotions-analysis__heading {
    color: var(--page-secondary-color);
}

.page-resources-tx88-latest-promotions-analysis__section--conclusion .page-resources-tx88-latest-promotions-analysis__heading::after {
    background-color: var(--page-secondary-color);
}

.page-resources-tx88-latest-promotions-analysis__section--conclusion .page-resources-tx88-latest-promotions-analysis__description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.page-resources-tx88-latest-promotions-analysis__section--conclusion .page-resources-tx88-latest-promotions-analysis__description a {
    color: var(--page-secondary-color);
    text-decoration: underline;
}

.page-resources-tx88-latest-promotions-analysis__section--conclusion .page-resources-tx88-latest-promotions-analysis__description a:hover {
    color: #fff;
}

.keyword {
    font-weight: bold;
    color: var(--page-primary-color);
    background-color: var(--page-secondary-color);
    padding: 2px 5px;
    border-radius: 3px;
}

.page-resources-tx88-latest-promotions-analysis__section--conclusion .keyword {
    color: var(--page-primary-color);
    background-color: var(--page-secondary-color);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-tx88-latest-promotions-analysis__title {
        font-size: 2.8em;
    }
    .page-resources-tx88-latest-promotions-analysis__subtitle {
        font-size: 1.3em;
    }
    .page-resources-tx88-latest-promotions-analysis__heading {
        font-size: 2em;
    }
    .page-resources-tx88-latest-promotions-analysis__offer-grid,
    .page-resources-tx88-latest-promotions-analysis__guide-steps,
    .page-resources-tx88-latest-promotions-analysis__benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-tx88-latest-promotions-analysis__hero {
        padding: 80px 0;
    }
    .page-resources-tx88-latest-promotions-analysis__title {
        font-size: 2.2em;
    }
    .page-resources-tx88-latest-promotions-analysis__subtitle {
        font-size: 1.1em;
    }
    .page-resources-tx88-latest-promotions-analysis__section {
        padding: 40px 0;
    }
    .page-resources-tx88-latest-promotions-analysis__heading {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-resources-tx88-latest-promotions-analysis__offer-card,
    .page-resources-tx88-latest-promotions-analysis__step-card,
    .page-resources-tx88-latest-promotions-analysis__benefit-item {
        padding: 20px;
    }
    .page-resources-tx88-latest-promotions-analysis__offer-title {
        font-size: 1.5em;
    }
    .page-resources-tx88-latest-promotions-analysis__step-title {
        font-size: 1.4em;
    }
    .page-resources-tx88-latest-promotions-analysis__benefit-title {
        font-size: 1.4em;
    }
    .page-resources-tx88-latest-promotions-analysis__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-tx88-latest-promotions-analysis__title {
        font-size: 1.8em;
    }
    .page-resources-tx88-latest-promotions-analysis__subtitle {
        font-size: 1em;
    }
    .page-resources-tx88-latest-promotions-analysis__btn {
        width: 100%;
    }
    .page-resources-tx88-latest-promotions-analysis__cta-bottom {
        flex-direction: column;
    }
    .page-resources-tx88-latest-promotions-analysis__heading {
        font-size: 1.5em;
    }
    .page-resources-tx88-latest-promotions-analysis__offer-grid,
    .page-resources-tx88-latest-promotions-analysis__guide-steps,
    .page-resources-tx88-latest-promotions-analysis__benefits-grid {
        grid-template-columns: 1fr;
    }
}