/* style/resources-vipwinbest-platform-deep-dive.css */
.page-resources-vipwinbest-platform-deep-dive {
    font-family: 'Arial', sans-serif;
    color: #1A2E4E; /* Dark blue for main text */
    background-color: #ffffff;
}

.page-resources-vipwinbest-platform-deep-dive__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-vipwinbest-platform-deep-dive__hero-section {
    background: linear-gradient(135deg, #1A2E4E 0%, #3a5c8e 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-vipwinbest-platform-deep-dive__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vipwinbest-platform-deep-dive__hero-subtitle {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.page-resources-vipwinbest-platform-deep-dive__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.page-resources-vipwinbest-platform-deep-dive__content-section {
    padding: 60px 0;
    background-color: #f8f8f8; /* Very light gray for content background */
}

.page-resources-vipwinbest-platform-deep-dive__article {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-vipwinbest-platform-deep-dive__section-title {
    font-size: 2.2em;
    color: #1A2E4E; /* Dark blue */
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700; /* Gold underline */
    padding-bottom: 10px;
    text-align: left;
}

.page-resources-vipwinbest-platform-deep-dive__sub-section-title {
    font-size: 1.7em;
    color: #3a5c8e; /* Slightly lighter dark blue */
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-vipwinbest-platform-deep-dive__article p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 1em;
    color: #333333; /* Dark gray for paragraph text */
}

.page-resources-vipwinbest-platform-deep-dive__article strong {
    color: #1A2E4E;
}

.page-resources-vipwinbest-platform-deep-dive__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
    color: #333333;
}

.page-resources-vipwinbest-platform-deep-dive__list li {
    margin-bottom: 8px;
}

.page-resources-vipwinbest-platform-deep-dive__image-inline {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-vipwinbest-platform-deep-dive__call-to-action {
    text-align: center;
    margin-top: 50px;
    font-size: 1.2em;
    font-weight: bold;
    color: #1A2E4E;
}

.page-resources-vipwinbest-platform-deep-dive__btn-primary {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2E4E; /* Dark blue text on gold */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-vipwinbest-platform-deep-dive__btn-primary:hover {
    background-color: #e5c100; /* Darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-vipwinbest-platform-deep-dive__btn-secondary {
    display: inline-block;
    background-color: #1A2E4E; /* Dark blue button */
    color: #FFD700; /* Gold text on dark blue */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-vipwinbest-platform-deep-dive__btn-secondary:hover {
    background-color: #3a5c8e; /* Lighter dark blue on hover */
    transform: translateY(-2px);
}

.page-resources-vipwinbest-platform-deep-dive__contact-section {
    background-color: #1A2E4E;
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.page-resources-vipwinbest-platform-deep-dive__contact-section .page-resources-vipwinbest-platform-deep-dive__section-title {
    color: #FFD700; /* Gold title on dark blue background */
    border-bottom-color: #FFD700;
}

.page-resources-vipwinbest-platform-deep-dive__contact-section p {
    color: #cccccc;
    font-size: 1.1em;
    margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-vipwinbest-platform-deep-dive__hero-title {
        font-size: 2em;
    }

    .page-resources-vipwinbest-platform-deep-dive__hero-subtitle,
    .page-resources-vipwinbest-platform-deep-dive__article p,
    .page-resources-vipwinbest-platform-deep-dive__list {
        font-size: 1em;
    }

    .page-resources-vipwinbest-platform-deep-dive__section-title {
        font-size: 1.8em;
    }

    .page-resources-vipwinbest-platform-deep-dive__sub-section-title {
        font-size: 1.4em;
    }

    .page-resources-vipwinbest-platform-deep-dive__article {
        padding: 20px;
    }

    .page-resources-vipwinbest-platform-deep-dive__btn-primary,
    .page-resources-vipwinbest-platform-deep-dive__btn-secondary {
        padding: 12px 25px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-resources-vipwinbest-platform-deep-dive__hero-title {
        font-size: 1.6em;
    }

    .page-resources-vipwinbest-platform-deep-dive__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-vipwinbest-platform-deep-dive__section-title {
        font-size: 1.5em;
    }

    .page-resources-vipwinbest-platform-deep-dive__sub-section-title {
        font-size: 1.2em;
    }

    .page-resources-vipwinbest-platform-deep-dive__article p,
    .page-resources-vipwinbest-platform-deep-dive__list {
        font-size: 0.9em;
    }

    .page-resources-vipwinbest-platform-deep-dive__hero-section,
    .page-resources-vipwinbest-platform-deep-dive__content-section,
    .page-resources-vipwinbest-platform-deep-dive__contact-section {
        padding: 40px 0;
    }
}