/* style/exclusive-bonuses-tt88-exclusive-welcome.css */
.page-exclusive-bonuses-tt88-exclusive-welcome {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__container--center {
    text-align: center;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for contrast */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,193,7,0.2) 0%, rgba(255,193,7,0) 70%);
    transform: rotate(45deg);
    opacity: 0.5;
    z-index: 0;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #ffc107; /* Gold for highlight */
}

.page-exclusive-bonuses-tt88-exclusive-welcome__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__cta-button {
    display: inline-block;
    background-color: #ffc107; /* Gold primary CTA */
    color: #0056b3; /* Darker blue for contrast */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-exclusive-bonuses-tt88-exclusive-welcome__cta-button:hover {
    background-color: #e0a800; /* Darker gold on hover */
    transform: translateY(-3px);
}

.page-exclusive-bonuses-tt88-exclusive-welcome__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-exclusive-bonuses-tt88-exclusive-welcome__section:nth-of-type(even) {
    background-color: #f0f8ff; /* Lighter blue tint for alternating sections */
}

.page-exclusive-bonuses-tt88-exclusive-welcome__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #555;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__content-grid {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__content-grid:nth-child(even) {
    flex-direction: row-reverse;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__text-content {
    flex: 1;
    min-width: 300px;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-exclusive-bonuses-tt88-exclusive-welcome__image-wrapper--center {
    display: block;
    margin: 40px auto;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__sub-title {
    font-size: 1.8em;
    color: #0056b3; /* Darker blue for sub-titles */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__text-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 20px;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__text-content ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__details-grid, 
.page-exclusive-bonuses-tt88-exclusive-welcome__steps-grid, 
.page-exclusive-bonuses-tt88-exclusive-welcome__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__detail-card, 
.page-exclusive-bonuses-tt88-exclusive-welcome__step-card, 
.page-exclusive-bonuses-tt88-exclusive-welcome__tip-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 5px solid #007bff;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__detail-card:hover,
.page-exclusive-bonuses-tt88-exclusive-welcome__step-card:hover,
.page-exclusive-bonuses-tt88-exclusive-welcome__tip-card:hover {
    transform: translateY(-5px);
}

.page-exclusive-bonuses-tt88-exclusive-welcome__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__card-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #ffc107;
    color: #0056b3;
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-exclusive-bonuses-tt88-exclusive-welcome__small-button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__small-button:hover {
    background-color: #0056b3;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__faq-item {
    background-color: #f0f8ff;
    border-left: 5px solid #ffc107;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__faq-question {
    font-size: 1.3em;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__faq-answer {
    color: #555;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__button-group {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-exclusive-bonuses-tt88-exclusive-welcome__secondary-button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-exclusive-bonuses-tt88-exclusive-welcome__secondary-button:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

.page-exclusive-bonuses-tt88-exclusive-welcome .highlight {
    color: #0056b3; /* Darker blue for text highlights */
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-exclusive-bonuses-tt88-exclusive-welcome__hero-title {
        font-size: 2.8em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__section-title {
        font-size: 2em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__content-grid {
        flex-direction: column;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__content-grid:nth-child(even) {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-exclusive-bonuses-tt88-exclusive-welcome__hero-title {
        font-size: 2.2em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__hero-subtitle {
        font-size: 1.1em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__cta-button,
    .page-exclusive-bonuses-tt88-exclusive-welcome__secondary-button {
        font-size: 1em;
        padding: 12px 25px;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__section-title {
        font-size: 1.8em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__detail-card,
    .page-exclusive-bonuses-tt88-exclusive-welcome__step-card,
    .page-exclusive-bonuses-tt88-exclusive-welcome__tip-card {
        padding: 25px;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__card-title {
        font-size: 1.3em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__faq-question {
        font-size: 1.1em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__button-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-exclusive-bonuses-tt88-exclusive-welcome__hero-section {
        padding: 60px 0;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__hero-title {
        font-size: 1.8em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__hero-subtitle {
        font-size: 0.9em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__cta-button,
    .page-exclusive-bonuses-tt88-exclusive-welcome__secondary-button {
        width: 100%;
        text-align: center;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__section {
        padding: 40px 0;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__section-title {
        font-size: 1.5em;
    }
    .page-exclusive-bonuses-tt88-exclusive-welcome__details-grid,
    .page-exclusive-bonuses-tt88-exclusive-welcome__steps-grid,
    .page-exclusive-bonuses-tt88-exclusive-welcome__tips-grid {
        grid-template-columns: 1fr;
    }
}