/* style/exclusive-offers-high-roller.css */
.page-exclusive-offers-high-roller {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-exclusive-offers-high-roller-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-exclusive-offers-high-roller-hero {
    background: linear-gradient(135deg, #0A2463 0%, #0A2463 70%, #FFD700 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-exclusive-offers-high-roller-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,luxury,geometric,dark_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-exclusive-offers-high-roller-hero > div {
    position: relative;
    z-index: 1;
}

.page-exclusive-offers-high-roller-hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-exclusive-offers-high-roller-hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-exclusive-offers-high-roller-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-exclusive-offers-high-roller-btn-primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-exclusive-offers-high-roller-btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-exclusive-offers-high-roller-btn-secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-exclusive-offers-high-roller-btn-secondary:hover {
    background-color: #061840;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-exclusive-offers-high-roller-section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.page-exclusive-offers-high-roller-section:nth-of-type(even) {
    background-color: #f2f2f2;
}

.page-exclusive-offers-high-roller-section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-exclusive-offers-high-roller-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.page-exclusive-offers-high-roller-highlight {
    color: #FFD700;
}

.page-exclusive-offers-high-roller-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.page-exclusive-offers-high-roller-img-intro {
    max-width: 700px;
}

.page-exclusive-offers-high-roller-img-join {
    max-width: 800px;
}

.page-exclusive-offers-high-roller-img-testimonials {
    max-width: 900px;
}

.page-exclusive-offers-high-roller-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-exclusive-offers-high-roller-grid-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-exclusive-offers-high-roller-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.page-exclusive-offers-high-roller-grid-item h3 {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-exclusive-offers-high-roller-grid-item p {
    font-size: 1em;
    color: #666;
    text-align: center;
}

.page-exclusive-offers-high-roller-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.page-exclusive-offers-high-roller-text-center {
    text-align: center;
    margin-top: 30px;
}

.page-exclusive-offers-high-roller-link {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-exclusive-offers-high-roller-link:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-exclusive-offers-high-roller-steps {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-exclusive-offers-high-roller-steps li {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-exclusive-offers-high-roller-step-number {
    background-color: #FFD700;
    color: #0A2463;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2em;
    flex-shrink: 0;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.page-exclusive-offers-high-roller-steps h4 {
    font-size: 1.3em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-exclusive-offers-high-roller-steps p {
    margin-bottom: 0;
}

.page-exclusive-offers-high-roller-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-exclusive-offers-high-roller-testimonial-item {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border-left: 5px solid #FFD700;
}

.page-exclusive-offers-high-roller-quote {
    font-style: italic;
    color: #444;
    margin-bottom: 15px;
    font-size: 1.05em;
    text-align: left;
}

.page-exclusive-offers-high-roller-author {
    font-weight: bold;
    color: #0A2463;
    text-align: right;
}

.page-exclusive-offers-high-roller-accordion {
    margin-top: 40px;
}

.page-exclusive-offers-high-roller-accordion-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.page-exclusive-offers-high-roller-accordion-header {
    background-color: #0A2463;
    color: #fff;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-exclusive-offers-high-roller-accordion-header:hover {
    background-color: #1a3a7a;
}

.page-exclusive-offers-high-roller-accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-exclusive-offers-high-roller-accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-exclusive-offers-high-roller-accordion-content {
    padding: 0 25px;
    background-color: #fefefe;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-exclusive-offers-high-roller-accordion-content.open {
    max-height: 200px; /* Adjust as needed */
    padding: 15px 25px;
}

.page-exclusive-offers-high-roller-accordion-content p {
    margin-bottom: 0;
    color: #666;
}

.page-exclusive-offers-high-roller-cta {
    background-color: #0A2463;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.2);
}

.page-exclusive-offers-high-roller-cta-content {
    max-width: 900px;
}

.page-exclusive-offers-high-roller-cta .page-exclusive-offers-high-roller-section-title {
    color: #FFD700;
}

.page-exclusive-offers-high-roller-cta p {
    color: #e0e0e0;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-exclusive-offers-high-roller-responsible-gaming {
    font-size: 0.9em;
    margin-top: 30px;
    color: #aaa;
}

.page-exclusive-offers-high-roller-responsible-gaming .page-exclusive-offers-high-roller-link {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-exclusive-offers-high-roller-hero-title {
        font-size: 2.8em;
    }

    .page-exclusive-offers-high-roller-hero-subtitle {
        font-size: 1.3em;
    }

    .page-exclusive-offers-high-roller-section-title {
        font-size: 2em;
    }

    .page-exclusive-offers-high-roller-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-exclusive-offers-high-roller-hero {
        padding: 80px 0;
    }

    .page-exclusive-offers-high-roller-hero-title {
        font-size: 2.2em;
    }

    .page-exclusive-offers-high-roller-hero-subtitle {
        font-size: 1.1em;
    }

    .page-exclusive-offers-high-roller-section {
        padding: 40px 0;
    }

    .page-exclusive-offers-high-roller-section-title {
        font-size: 1.8em;
    }

    .page-exclusive-offers-high-roller-grid-item {
        padding: 20px;
    }

    .page-exclusive-offers-high-roller-steps li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-exclusive-offers-high-roller-step-number {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .page-exclusive-offers-high-roller-testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-exclusive-offers-high-roller-hero-title {
        font-size: 1.8em;
    }

    .page-exclusive-offers-high-roller-hero-subtitle {
        font-size: 1em;
    }

    .page-exclusive-offers-high-roller-btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-exclusive-offers-high-roller-section-title {
        font-size: 1.5em;
    }

    .page-exclusive-offers-high-roller-accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
}