/* style/games-center-pg66-mahjong-ways.css */
.page-games-center-pg66-mahjong-ways {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-games-center-pg66-mahjong-ways__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-games-center-pg66-mahjong-ways__hero {
    background: linear-gradient(135deg, #0A2463 0%, #0A2463 70%, #FFD700 100%); /* Adjusted gradient for better contrast */
    color: #FFFFFF;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-games-center-pg66-mahjong-ways__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-games-center-pg66-mahjong-ways__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-games-center-pg66-mahjong-ways__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Accent color for title */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-games-center-pg66-mahjong-ways__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #E0E0E0;
}

.page-games-center-pg66-mahjong-ways__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-games-center-pg66-mahjong-ways__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-games-center-pg66-mahjong-ways__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-games-center-pg66-mahjong-ways__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-games-center-pg66-mahjong-ways__btn--secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

.page-games-center-pg66-mahjong-ways__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.page-games-center-pg66-mahjong-ways__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.page-games-center-pg66-mahjong-ways__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-games-center-pg66-mahjong-ways__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-games-center-pg66-mahjong-ways__introduction,
.page-games-center-pg66-mahjong-ways__how-to-play,
.page-games-center-pg66-mahjong-ways__strategies,
.page-games-center-pg66-mahjong-ways__why-pg66,
.page-games-center-pg66-mahjong-ways__faq,
.page-games-center-pg66-mahjong-ways__cta-final {
    padding: 60px 0;
}

.page-games-center-pg66-mahjong-ways__introduction {
    background-color: #ffffff;
}

.page-games-center-pg66-mahjong-ways__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
    text-align: justify;
}

.page-games-center-pg66-mahjong-ways__features {
    background-color: #f0f2f5;
    padding: 60px 0;
}

.page-games-center-pg66-mahjong-ways__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-games-center-pg66-mahjong-ways__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-center-pg66-mahjong-ways__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-games-center-pg66-mahjong-ways__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-games-center-pg66-mahjong-ways__feature-title {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-games-center-pg66-mahjong-ways__feature-description {
    font-size: 1em;
    color: #555;
}

.page-games-center-pg66-mahjong-ways__cta-buttons {
    text-align: center;
    margin-top: 50px;
}

.page-games-center-pg66-mahjong-ways__how-to-play {
    background-color: #ffffff;
}

.page-games-center-pg66-mahjong-ways__ordered-list {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 30px;
    color: #333;
}

.page-games-center-pg66-mahjong-ways__ordered-list li {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-games-center-pg66-mahjong-ways__ordered-list li strong {
    color: #0A2463;
}

.page-games-center-pg66-mahjong-ways__ordered-list li a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-games-center-pg66-mahjong-ways__ordered-list li a:hover {
    text-decoration: underline;
}

.page-games-center-pg66-mahjong-ways__strategies {
    background-color: #f0f2f5;
}

.page-games-center-pg66-mahjong-ways__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-games-center-pg66-mahjong-ways__strategy-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-center-pg66-mahjong-ways__strategy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-games-center-pg66-mahjong-ways__strategy-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-games-center-pg66-mahjong-ways__strategy-description {
    font-size: 1em;
    color: #555;
}

.page-games-center-pg66-mahjong-ways__why-pg66 {
    background-color: #ffffff;
}

.page-games-center-pg66-mahjong-ways__unordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 30px;
    color: #333;
}

.page-games-center-pg66-mahjong-ways__unordered-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-games-center-pg66-mahjong-ways__unordered-list li strong {
    color: #0A2463;
}

.page-games-center-pg66-mahjong-ways__faq {
    background-color: #f0f2f5;
}

.page-games-center-pg66-mahjong-ways__faq-item {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-games-center-pg66-mahjong-ways__faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-games-center-pg66-mahjong-ways__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #FFD700;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.page-games-center-pg66-mahjong-ways__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-games-center-pg66-mahjong-ways__faq-answer {
    font-size: 1em;
    color: #555;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.page-games-center-pg66-mahjong-ways__faq-answer.active {
    display: block;
}

.page-games-center-pg66-mahjong-ways__faq-answer a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-games-center-pg66-mahjong-ways__faq-answer a:hover {
    text-decoration: underline;
}

.page-games-center-pg66-mahjong-ways__cta-final {
    background-color: #0A2463;
    color: #FFFFFF;
    text-align: center;
    padding: 80px 0;
}

.page-games-center-pg66-mahjong-ways__cta-final .page-games-center-pg66-mahjong-ways__section-title {
    color: #FFD700;
}

.page-games-center-pg66-mahjong-ways__cta-final .page-games-center-pg66-mahjong-ways__text-block {
    color: #E0E0E0;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-games-center-pg66-mahjong-ways__cta-final .page-games-center-pg66-mahjong-ways__text-block a {
    color: #FFD700;
    font-weight: bold;
    text-decoration: none;
}

.page-games-center-pg66-mahjong-ways__cta-final .page-games-center-pg66-mahjong-ways__text-block a:hover {
    text-decoration: underline;
}

.page-games-center-pg66-mahjong-ways__btn--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-games-center-pg66-mahjong-ways__hero-title {
        font-size: 2.8em;
    }
    .page-games-center-pg66-mahjong-ways__hero-subtitle {
        font-size: 1.3em;
    }
    .page-games-center-pg66-mahjong-ways__section-title {
        font-size: 2em;
    }
    .page-games-center-pg66-mahjong-ways__feature-grid,
    .page-games-center-pg66-mahjong-ways__strategy-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-games-center-pg66-mahjong-ways__hero {
        padding: 80px 0;
    }
    .page-games-center-pg66-mahjong-ways__hero-title {
        font-size: 2.2em;
    }
    .page-games-center-pg66-mahjong-ways__hero-subtitle {
        font-size: 1.1em;
    }
    .page-games-center-pg66-mahjong-ways__btn {
        margin: 10px 0;
        width: 100%;
        max-width: 280px;
    }
    .page-games-center-pg66-mahjong-ways__cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-games-center-pg66-mahjong-ways__section-title {
        font-size: 1.8em;
    }
    .page-games-center-pg66-mahjong-ways__feature-item,
    .page-games-center-pg66-mahjong-ways__strategy-item {
        padding: 20px;
    }
    .page-games-center-pg66-mahjong-ways__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-games-center-pg66-mahjong-ways__hero {
        padding: 60px 0;
    }
    .page-games-center-pg66-mahjong-ways__hero-title {
        font-size: 1.8em;
    }
    .page-games-center-pg66-mahjong-ways__hero-subtitle {
        font-size: 1em;
    }
    .page-games-center-pg66-mahjong-ways__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-games-center-pg66-mahjong-ways__section-title {
        font-size: 1.5em;
    }
    .page-games-center-pg66-mahjong-ways__text-block,
    .page-games-center-pg66-mahjong-ways__feature-description,
    .page-games-center-pg66-mahjong-ways__strategy-description,
    .page-games-center-pg66-mahjong-ways__unordered-list li,
    .page-games-center-pg66-mahjong-ways__ordered-list li,
    .page-games-center-pg66-mahjong-ways__faq-answer {
        font-size: 0.95em;
    }
}