/* style/resources-w88-qzbt-exclusive-promotions-guide.css */

/* --- General Styles --- */
.page-resources-w88-qzbt-exclusive-promotions-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Body background is #121212 (dark), so use light text */
    background-color: #121212; /* Ensure page content background matches body for consistency */
    padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-resources-w88-qzbt-exclusive-promotions-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__section-title {
    font-size: 2.5em;
    color: #E0B75D; /* Secondary color for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__dark-bg {
    background-color: #0A2463; /* Primary brand color for dark sections */
    color: #ffffff;
}

/* --- Buttons --- */
.page-resources-w88-qzbt-exclusive-promotions-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__btn-primary,
.page-resources-w88-qzbt-exclusive-promotions-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    max-width: 100%; /* Ensure buttons don't overflow on small screens */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
}

.page-resources-w88-qzbt-exclusive-promotions-guide__btn-primary {
    background-color: #E0B75D; /* Secondary color */
    color: #0A2463; /* Primary color for text on secondary background */
    border: 2px solid #E0B75D;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__btn-primary:hover {
    background-color: #ffda79;
    border-color: #ffda79;
    color: #0A2463;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__btn-secondary {
    background-color: transparent;
    color: #E0B75D; /* Secondary color */
    border: 2px solid #E0B75D;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__btn-secondary:hover {
    background-color: #E0B75D;
    color: #0A2463;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__btn-small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* --- Hero Section --- */
.page-resources-w88-qzbt-exclusive-promotions-guide__hero-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    padding-top: calc(var(--header-offset, 120px) + 60px); /* Adjust for header, add extra space */
}

.page-resources-w88-qzbt-exclusive-promotions-guide__hero-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Make background image subtle */
    z-index: 1;
}

.page-resources-w88-qzbt-exclusive-promotions-guide__hero-title {
    font-size: 3.8em;
    color: #E0B75D;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-w88-qzbt-exclusive-promotions-guide__hero-description {
    font-size: 1.4em;
    color: #f0f0f0;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Overview Section --- */
.page-resources-w88-qzbt-exclusive-promotions-guide__overview-section {
    padding: 80px 0;
    background-color: #1a1a1a;
}

/* --- Promo Categories Section --- */
.page-resources-w88-qzbt-exclusive-promotions-guide__promo-categories {
    padding: 80px 0;
}