/* style/index-quick-access.css */
.page-index-quick-access {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-index-quick-access__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-quick-access__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
    font-weight: bold;
}

.page-index-quick-access__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-index-quick-access__section-intro {
    text-align: center;
    max-width: 800px;
    margin: -20px auto 60px auto;
    font-size: 1.1em;
    color: #555;
}

.page-index-quick-access__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    font-size: 1em;
}

.page-index-quick-access__button--primary {
    background-color: #FFD700;
    color: #0A2463;
}

.page-index-quick-access__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-index-quick-access__button--secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-index-quick-access__button--secondary:hover {
    background-color: #1a3c7c;
    transform: translateY(-2px);
}

.page-index-quick-access__button--tertiary {
    background-color: #333;
    color: #fff;
}

.page-index-quick-access__button--tertiary:hover {
    background-color: #555;
    transform: translateY(-2px);
}

.page-index-quick-access__button--small {
    padding: 8px 18px;
    font-size: 0.9em;
    background-color: #0A2463;
    color: #FFD700;
    border: 1px solid #FFD700;
}

.page-index-quick-access__button--small:hover {
    background-color: #1a3c7c;
}

.page-index-quick-access__cta-center {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-index-quick-access__link {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-index-quick-access__link:hover {
    color: #FFD700;
    text-decoration: underline;
}

/* Hero Section */
.page-index-quick-access__hero {
    background: linear-gradient(135deg, #0A2463 0%, #1a3c7c 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.page-index-quick-access__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_geometric,gradient_overlay,bj38]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-quick-access__hero .page-index-quick-access__container {
    position: relative;
    z-index: 1;
}

.page-index-quick-access__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-quick-access__hero-description {
    font-size: 1.25em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-index-quick-access__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-index-quick-access__hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

/* Why Choose Section */
.page-index-quick-access__why-choose {
    padding: 80px 0;
    background-color: #fefefe;
}

.page-index-quick-access__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-index-quick-access__feature-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, box-shadow 0.3s ease;
    border-top: 5px solid #0A2463;
}

.page-index-quick-access__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-index-quick-access__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.page-index-quick-access__feature-title {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-quick-access__feature-description {
    color: #555;
    font-size: 1em;
    text-align: left;
}

/* Guide Section */
.page-index-quick-access__guide {
    padding: 80px 0;
    background-color: #f0f2f5;
}

.page-index-quick-access__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.page-index-quick-access__step-item {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-index-quick-access__step-number {
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #0A2463;
    color: #FFD700;
    font-size: 3em;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: rotate(-15deg);
}

.page-index-quick-access__step-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-quick-access__step-description {
    color: #555;
    margin-bottom: 30px;
    text-align: left;
}

/* Game Portfolio Section */
.page-index-quick-access__game-portfolio {
    padding: 80px 0;
    background-color: #fefefe;
}

.page-index-quick-access__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.page-index-quick-access__game-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-quick-access__game-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-quick-access__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-index-quick-access__game-title {
    font-size: 1.5em;
    color: #0A2463;
    margin: 20px 0 10px;
    padding: 0 15px;
    font-weight: bold;
}

.page-index-quick-access__game-description {
    color: #666;
    padding: 0 15px 20px;
    font-size: 0.95em;
}

.page-index-quick-access__game-item .page-index-quick-access__button {
    margin-bottom: 20px;
}

/* Promotions Section */
.page-index-quick-access__promotions {
    padding: 80px 0;
    background-color: #0A2463;
    color: #fff;
}

.page-index-quick-access__promotions .page-index-quick-access__section-title {
    color: #FFD700;
}

.page-index-quick-access__promotions .page-index-quick-access__section-title::after {
    background-color: #fff;
}

.page-index-quick-access__promotions .page-index-quick-access__section-intro {
    color: #e0e0e0;
}

.page-index-quick-access__promotion-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.page-index-quick-access__promotion-list li {
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    border-left: 5px solid #FFD700;
}

.page-index-quick-access__promotion-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(30deg) brightness(1.2);
}

/* Responsible Gambling Section */
.page-index-quick-access__responsible-gambling {
    padding: 80px 0;
    background-color: #f0f2f5;
    text-align: center;
}

.page-index-quick-access__responsible-gambling .page-index-quick-access__section-intro {
    color: #333;
    margin-bottom: 30px;
}

/* FAQ Section */
.page-index-quick-access__faq {
    padding: 80px 0;
    background-color: #fefefe;
}

.page-index-quick-access__faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.page-index-quick-access__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-index-quick-access__faq-question {
    padding: 20px;
    font-size: 1.2em;
    color: #0A2463;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.page-index-quick-access__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-index-quick-access__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-index-quick-access__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    background-color: #fff;
}

.page-index-quick-access__faq-answer p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #444;
}

.page-index-quick-access__faq-answer a {
    display: inline-block;
    margin-bottom: 15px;
}

.page-index-quick-access__faq-question.active + .page-index-quick-access__faq-answer {
    max-height: 300px; /* Adjust based on expected content */
    padding: 20px;
}

/* Floating Promotion */
.page-index-quick-access__floating-promotion {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #0A2463;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 350px;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateX(120%);
    opacity: 0;
}

.page-index-quick-access__floating-promotion.show {
    transform: translateX(0);
    opacity: 1;
}

.page-index-quick-access__floating-content {
    flex-grow: 1;
    position: relative;
}

.page-index-quick-access__floating-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-index-quick-access__floating-description {
    font-size: 0.95em;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-index-quick-access__button--floating {
    background-color: #FFD700;
    color: #0A2463;
    padding: 10px 20px;
    font-size: 0.95em;
    width: 100%;
}

.page-index-quick-access__button--floating:hover {
    background-color: #e6c200;
}

.page-index-quick-access__floating-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.8em;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    line-height: 1;
    padding: 0 5px;
    transition: color 0.2s ease;
}

.page-index-quick-access__floating-close-btn:hover {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-quick-access__hero-title {
        font-size: 2.8em;
    }

    .page-index-quick-access__hero-description {
        font-size: 1.1em;
    }

    .page-index-quick-access__section-title {
        font-size: 2em;
    }

    .page-index-quick-access__features-grid,
    .page-index-quick-access__guide-steps,
    .page-index-quick-access__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-index-quick-access__hero {
        padding: 60px 0;
    }

    .page-index-quick-access__hero-title {
        font-size: 2.2em;
    }

    .page-index-quick-access__hero-description {
        font-size: 1em;
    }

    .page-index-quick-access__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-index-quick-access__button {
        width: 80%;
        margin: 0 auto;
    }

    .page-index-quick-access__section-title {
        font-size: 1.8em;
    }

    .page-index-quick-access__section-intro {
        font-size: 0.95em;
    }

    .page-index-quick-access__feature-item,
    .page-index-quick-access__step-item,
    .page-index-quick-access__game-item {
        padding: 25px;
    }

    .page-index-quick-access__floating-promotion {
        max-width: 90%;
        left: 5%;
        right: 5%;
        bottom: 15px;
        padding: 15px 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .page-index-quick-access__floating-close-btn {
        top: 5px;
        right: 5px;
    }

    .page-index-quick-access__floating-title {
        font-size: 1.2em;
    }

    .page-index-quick-access__floating-description {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-index-quick-access__hero-title {
        font-size: 1.8em;
    }

    .page-index-quick-access__hero-description {
        font-size: 0.9em;
    }

    .page-index-quick-access__button {
        width: 95%;
        padding: 10px 20px;
    }

    .page-index-quick-access__section-title {
        font-size: 1.5em;
    }

    .page-index-quick-access__feature-title,
    .page-index-quick-access__step-title,
    .page-index-quick-access__game-title {
        font-size: 1.3em;
    }

    .page-index-quick-access__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
}