/* style/resources-best-789-win-tips.css */
.page-resources-best-789-win-tips {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark backgrounds */
    background-color: #0A192F;
    line-height: 1.6;
}

.page-resources-best-789-win-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-best-789-win-tips__hero {
    background: linear-gradient(135deg, #0A192F 0%, #36454F 100%);
    color: #f5e6d0;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}

.page-resources-best-789-win-tips__hero-content {
    max-width: 600px;
    text-align: left;
}

.page-resources-best-789-win-tips__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    line-height: 1.2;
}

.page-resources-best-789-win-tips__hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-resources-best-789-win-tips__hero-image-wrapper {
    flex-shrink: 0;
}

.page-resources-best-789-win-tips__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-best-789-win-tips__section {
    padding: 60px 0;
    background-color: #0A192F;
    color: #f5e6d0;
}

.page-resources-best-789-win-tips__section--alt {
    background-color: #1a2a3e;
}

.page-resources-best-789-win-tips__section h2 {
    font-size: 2.5em;
    color: #FFD700;
    margin-bottom: 30px;
    text-align: center;
}

.page-resources-best-789-win-tips__section h3 {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-best-789-win-tips__section p {
    margin-bottom: 15px;
}

.page-resources-best-789-win-tips__section ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-best-789-win-tips__section ul li {
    margin-bottom: 10px;
}

.page-resources-best-789-win-tips__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    font-size: 1.1em;
    text-align: center;
}

.page-resources-best-789-win-tips__btn--primary {
    background-color: #FFD700;
    color: #0A192F;
    border: 2px solid #FFD700;
}

.page-resources-best-789-win-tips__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-best-789-win-tips__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-best-789-win-tips__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-resources-best-789-win-tips__btn--outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-best-789-win-tips__btn--outline:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-resources-best-789-win-tips__img--medium {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-best-789-win-tips__img--small {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-best-789-win-tips__cta-banner {
    position: relative;
    background: linear-gradient(90deg, #0A192F, #36454F);
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
    color: #f5e6d0;
}

.page-resources-best-789-win-tips__cta-banner h2 {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.page-resources-best-789-win-tips__cta-banner p {
    font-size: 1.2em;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.page-resources-best-789-win-tips__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.page-resources-best-789-win-tips__cta-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-best-789-win-tips__hero {
        flex-direction: column;
        padding: 60px 20px;
    }

    .page-resources-best-789-win-tips__hero-content {
        text-align: center;
    }

    .page-resources-best-789-win-tips__hero h1 {
        font-size: 2.5em;
    }

    .page-resources-best-789-win-tips__hero p {
        font-size: 1em;
    }

    .page-resources-best-789-win-tips__img--medium,
    .page-resources-best-789-win-tips__img--small {
        max-width: 90%;
    }

    .page-resources-best-789-win-tips__section h2 {
        font-size: 2em;
    }

    .page-resources-best-789-win-tips__section h3 {
        font-size: 1.5em;
    }

    .page-resources-best-789-win-tips__cta-banner h2 {
        font-size: 2.2em;
    }

    .page-resources-best-789-win-tips__cta-banner p {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .page-resources-best-789-win-tips__hero h1 {
        font-size: 2em;
    }

    .page-resources-best-789-win-tips__section h2 {
        font-size: 1.8em;
    }

    .page-resources-best-789-win-tips__section h3 {
        font-size: 1.3em;
    }

    .page-resources-best-789-win-tips__btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-best-789-win-tips__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}