/* style/resources-luck8885-mahjong-game-tips.css */

:root {
    --page-resources-luck8885-mahjong-game-tips-primary-color: #FFD700;
    --page-resources-luck8885-mahjong-game-tips-secondary-color: #2C3E50;
    --page-resources-luck8885-mahjong-game-tips-text-light: #F0F0F0;
    --page-resources-luck8885-mahjong-game-tips-text-dark: #1A1A1A;
    --page-resources-luck8885-mahjong-game-tips-background-dark: #1E2B3C;
    --page-resources-luck8885-mahjong-game-tips-background-light: #FFFFFF;
    --page-resources-luck8885-mahjong-game-tips-accent-color: #0028ff; /* Complementary to primary */
}

.page-resources-luck8885-mahjong-game-tips {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-resources-luck8885-mahjong-game-tips-text-dark);
    background-color: var(--page-resources-luck8885-mahjong-game-tips-background-light);
}

.page-resources-luck8885-mahjong-game-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-luck8885-mahjong-game-tips__hero-section {
    background: linear-gradient(135deg, var(--page-resources-luck8885-mahjong-game-tips-primary-color) 0%, var(--page-resources-luck8885-mahjong-game-tips-secondary-color) 100%);
    padding: 100px 0;
    color: var(--page-resources-luck8885-mahjong-game-tips-text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-luck8885-mahjong-game-tips__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ2VvbWV0cmljIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4xKSIvPjxyZWN0IHg9IjEwIiB5PSIxMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dlb21ldHJpYykiLz48L3N2Z2c+') repeat;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-luck8885-mahjong-game-tips__hero-section .page-resources-luck8885-mahjong-game-tips__container {
    position: relative;
    z-index: 1;
}

.page-resources-luck8885-mahjong-game-tips__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--page-resources-luck8885-mahjong-game-tips-text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-luck8885-mahjong-game-tips__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--page-resources-luck8885-mahjong-game-tips-text-light);
}

/* Content Section */
.page-resources-luck8885-mahjong-game-tips__content-section {
    padding: 60px 0;
    background-color: var(--page-resources-luck8885-mahjong-game-tips-background-light);
}

.page-resources-luck8885-mahjong-game-tips__text-block {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-luck8885-mahjong-game-tips__section-title {
    font-size: 2.5em;
    color: var(--page-resources-luck8885-mahjong-game-tips-secondary-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-luck8885-mahjong-game-tips__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-resources-luck8885-mahjong-game-tips-primary-color);
    border-radius: 2px;
}

.page-resources-luck8885-mahjong-game-tips__sub-section-title {
    font-size: 1.8em;
    color: var(--page-resources-luck8885-mahjong-game-tips-secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid var(--page-resources-luck8885-mahjong-game-tips-primary-color);
    padding-left: 15px;
}

.page-resources-luck8885-mahjong-game-tips__text-block p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: var(--page-resources-luck8885-mahjong-game-tips-text-dark);
}

.page-resources-luck8885-mahjong-game-tips__text-block ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
}

.page-resources-luck8885-mahjong-game-tips__text-block li {
    margin-bottom: 8px;
    font-size: 1.05em;
    color: var(--page-resources-luck8885-mahjong-game-tips-text-dark);
}

.page-resources-luck8885-mahjong-game-tips__highlight-text {
    color: var(--page-resources-luck8885-mahjong-game-tips-secondary-color);
    font-weight: bold;
}

.page-resources-luck8885-mahjong-game-tips__image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Buttons */
.page-resources-luck8885-mahjong-game-tips__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-resources-luck8885-mahjong-game-tips__button--primary {
    background-color: var(--page-resources-luck8885-mahjong-game-tips-primary-color);
    color: var(--page-resources-luck8885-mahjong-game-tips-secondary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-luck8885-mahjong-game-tips__button--primary:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-luck8885-mahjong-game-tips__button--secondary {
    background-color: var(--page-resources-luck8885-mahjong-game-tips-secondary-color);
    color: var(--page-resources-luck8885-mahjong-game-tips-text-light);
    border: 2px solid var(--page-resources-luck8885-mahjong-game-tips-primary-color);
    margin-left: 20px;
}

.page-resources-luck8885-mahjong-game-tips__button--secondary:hover {
    background-color: #1e2b3c; /* Slightly darker secondary */
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* CTA Section */
.page-resources-luck8885-mahjong-game-tips__cta-section {
    background-color: var(--page-resources-luck8885-mahjong-game-tips-secondary-color);
    color: var(--page-resources-luck8885-mahjong-game-tips-text-light);
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.page-resources-luck8885-mahjong-game-tips__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: var(--page-resources-luck8885-mahjong-game-tips-primary-color);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-luck8885-mahjong-game-tips__cta-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-luck8885-mahjong-game-tips__cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.page-resources-luck8885-mahjong-game-tips__responsible-gambling {
    margin-top: 40px;
    font-size: 0.9em;
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-luck8885-mahjong-game-tips__hero-title {
        font-size: 2.5em;
    }

    .page-resources-luck8885-mahjong-game-tips__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-luck8885-mahjong-game-tips__section-title {
        font-size: 2em;
    }

    .page-resources-luck8885-mahjong-game-tips__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-luck8885-mahjong-game-tips__cta-title {
        font-size: 2.2em;
    }

    .page-resources-luck8885-mahjong-game-tips__cta-description {
        font-size: 1.1em;
    }

    .page-resources-luck8885-mahjong-game-tips__button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-luck8885-mahjong-game-tips__button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-resources-luck8885-mahjong-game-tips__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-resources-luck8885-mahjong-game-tips__hero-title {
        font-size: 2em;
    }

    .page-resources-luck8885-mahjong-game-tips__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-luck8885-mahjong-game-tips__section-title {
        font-size: 1.8em;
    }

    .page-resources-luck8885-mahjong-game-tips__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-luck8885-mahjong-game-tips__cta-title {
        font-size: 1.8em;
    }

    .page-resources-luck8885-mahjong-game-tips__text-block {
        padding: 15px;
    }
}