/* style/resources-high-score-tips-haiwangbuyu.css */

.page-resources-high-score-tips-haiwangbuyu {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-high-score-tips-haiwangbuyu .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-high-score-tips-haiwangbuyu .hero-section {
    background: linear-gradient(135deg, #007bff, #4da3ff); /* Primary blue to lighter blue */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-high-score-tips-haiwangbuyu .hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-high-score-tips-haiwangbuyu .hero-section p {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-resources-high-score-tips-haiwangbuyu .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-high-score-tips-haiwangbuyu .btn-primary {
    background-color: #ffc107; /* Auxiliary color */
    color: #333; /* Dark text for contrast */
    border: 2px solid #ffc107;
}

.page-resources-high-score-tips-haiwangbuyu .btn-primary:hover {
    background-color: #e0a800; /* Darker yellow */
    transform: translateY(-2px);
}

.page-resources-high-score-tips-haiwangbuyu .btn-secondary {
    background-color: #007bff; /* Primary blue */
    color: #ffffff;
    border: 2px solid #007bff;
}

.page-resources-high-score-tips-haiwangbuyu .btn-secondary:hover {
    background-color: #0056b3; /* Darker blue */
    transform: translateY(-2px);
}

.page-resources-high-score-tips-haiwangbuyu .content-section {
    padding: 60px 0;
}

.page-resources-high-score-tips-haiwangbuyu .intro-text {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.1em;
    color: #555;
}

.page-resources-high-score-tips-haiwangbuyu .tip-article {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-bottom: 40px;
}

.page-resources-high-score-tips-haiwangbuyu .tip-article h2 {
    color: #007bff; /* Primary blue */
    font-size: 2.2em;
    margin-bottom: 25px;
    border-bottom: 3px solid #ffc107; /* Auxiliary color */
    padding-bottom: 10px;
    font-weight: bold;
}

.page-resources-high-score-tips-haiwangbuyu .tip-article h3 {
    color: #0056b3; /* Darker blue */
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-high-score-tips-haiwangbuyu .tip-article p {
    margin-bottom: 15px;
    color: #444;
}

.page-resources-high-score-tips-haiwangbuyu .tip-article ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-high-score-tips-haiwangbuyu .tip-article li {
    margin-bottom: 8px;
}

.page-resources-high-score-tips-haiwangbuyu .image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-resources-high-score-tips-haiwangbuyu .article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-high-score-tips-haiwangbuyu .cta-block {
    background-color: #e9f7ff; /* Light blue background */
    border: 1px solid #007bff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-resources-high-score-tips-haiwangbuyu .cta-block p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #333;
}

.page-resources-high-score-tips-haiwangbuyu .faq-section {
    background-color: #f0f8ff;
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-top: 50px;
}

.page-resources-high-score-tips-haiwangbuyu .faq-section h2 {
    color: #007bff; /* Primary blue */
    font-size: 2em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-high-score-tips-haiwangbuyu .faq-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}

.page-resources-high-score-tips-haiwangbuyu .faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-resources-high-score-tips-haiwangbuyu .faq-item h3 {
    color: #333;
    font-size: 1.4em;
    margin-bottom: 10px;
    cursor: pointer; /* Indicating it might be interactive */
}

.page-resources-high-score-tips-haiwangbuyu .faq-item p {
    color: #555;
    font-size: 1.05em;
    padding-left: 15px;
}

.page-resources-high-score-tips-haiwangbuyu .final-cta {
    text-align: center;
    padding: 50px 0;
    background-color: #007bff; /* Primary blue */
    color: #ffffff;
    border-radius: 8px;
    margin-top: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-high-score-tips-haiwangbuyu .final-cta p {
    font-size: 1.5em;
    margin-bottom: 30px;
    font-weight: 500;
}

.page-resources-high-score-tips-haiwangbuyu .final-cta .btn-lg {
    padding: 15px 35px;
    font-size: 1.3em;
    background-color: #ffc107; /* Auxiliary color */
    color: #333;
    border: none;
}

.page-resources-high-score-tips-haiwangbuyu .final-cta .btn-lg:hover {
    background-color: #e0a800; /* Darker yellow */
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-high-score-tips-haiwangbuyu .hero-section h1 {
        font-size: 2.8em;
    }
    .page-resources-high-score-tips-haiwangbuyu .hero-section p {
        font-size: 1.1em;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article {
        padding: 30px;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article h2 {
        font-size: 1.8em;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .page-resources-high-score-tips-haiwangbuyu .hero-section {
        padding: 60px 0;
    }
    .page-resources-high-score-tips-haiwangbuyu .hero-section h1 {
        font-size: 2.2em;
    }
    .page-resources-high-score-tips-haiwangbuyu .hero-section p {
        font-size: 1em;
    }
    .page-resources-high-score-tips-haiwangbuyu .content-section {
        padding: 40px 0;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article {
        padding: 20px;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article h2 {
        font-size: 1.6em;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article h3 {
        font-size: 1.2em;
    }
    .page-resources-high-score-tips-haiwangbuyu .btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-resources-high-score-tips-haiwangbuyu .faq-section {
        padding: 30px 20px;
    }
    .page-resources-high-score-tips-haiwangbuyu .faq-section h2 {
        font-size: 1.8em;
    }
    .page-resources-high-score-tips-haiwangbuyu .faq-item h3 {
        font-size: 1.2em;
    }
    .page-resources-high-score-tips-haiwangbuyu .final-cta p {
        font-size: 1.2em;
    }
    .page-resources-high-score-tips-haiwangbuyu .final-cta .btn-lg {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 576px) {
    .page-resources-high-score-tips-haiwangbuyu .hero-section h1 {
        font-size: 1.8em;
    }
    .page-resources-high-score-tips-haiwangbuyu .hero-section p {
        font-size: 0.9em;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article h2 {
        font-size: 1.4em;
    }
    .page-resources-high-score-tips-haiwangbuyu .tip-article h3 {
        font-size: 1.1em;
    }
    .page-resources-high-score-tips-haiwangbuyu .faq-section h2 {
        font-size: 1.5em;
    }
    .page-resources-high-score-tips-haiwangbuyu .faq-item h3 {
        font-size: 1.1em;
    }
    .page-resources-high-score-tips-haiwangbuyu .final-cta p {
        font-size: 1em;
    }
    .page-resources-high-score-tips-haiwangbuyu .final-cta .btn-lg {
        font-size: 1em;
        padding: 10px 20px;
    }
}