/* style/resources-win79-customer-support.css */
.page-resources-win79-customer-support {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-win79-customer-support__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-win79-customer-support__article-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-win79-customer-support__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #2C3E50 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-win79-customer-support__hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.2) 0%, transparent 70%),
                radial-gradient(circle at bottom right, rgba(44, 62, 80, 0.2) 0%, transparent 70%);
    z-index: 0;
}

.page-resources-win79-customer-support__hero-section .page-resources-win79-customer-support__container {
    position: relative;
    z-index: 1;
}

.page-resources-win79-customer-support__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-win79-customer-support__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-win79-customer-support__cta-button {
    display: inline-block;
    background-color: #E74C3C; /* High-contrast red for CTA */
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.page-resources-win79-customer-support__cta-button:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

.page-resources-win79-customer-support__content-section {
    padding: 40px 0;
}

.page-resources-win79-customer-support__section-title {
    font-size: 2.2em;
    color: #2C3E50;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-win79-customer-support__sub-section-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.page-resources-win79-customer-support__faq-question {
    font-size: 1.4em;
    color: #2C3E50;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-win79-customer-support__faq-answer {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 3px solid #FFD700;
}

.page-resources-win79-customer-support__faq-item {
    margin-bottom: 25px;
}

.page-resources-win79-customer-support__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-win79-customer-support__list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-win79-customer-support__highlight {
    color: #2C3E50;
    font-weight: bold;
}

.page-resources-win79-customer-support__inline-cta {
    display: inline-block;
    background-color: #FFD700;
    color: #2C3E50;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    margin-top: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-win79-customer-support__inline-cta:hover {
    background-color: #e6c200;
    color: #000000;
}

.page-resources-win79-customer-support__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-win79-customer-support__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-win79-customer-support__call-to-action {
    background-color: #2C3E50;
    color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-resources-win79-customer-support__call-to-action p {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-resources-win79-customer-support__back-link-wrapper {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.page-resources-win79-customer-support__back-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-resources-win79-customer-support__back-link:hover {
    color: #e6c200;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-win79-customer-support__main-title {
        font-size: 2.5em;
    }

    .page-resources-win79-customer-support__subtitle {
        font-size: 1.1em;
    }

    .page-resources-win79-customer-support__article-container {
        padding: 20px;
    }

    .page-resources-win79-customer-support__section-title {
        font-size: 1.8em;
    }

    .page-resources-win79-customer-support__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-win79-customer-support__faq-question {
        font-size: 1.2em;
    }

    .page-resources-win79-customer-support__faq-answer {
        font-size: 1em;
    }

    .page-resources-win79-customer-support__list li {
        font-size: 1em;
    }

    .page-resources-win79-customer-support__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-win79-customer-support__call-to-action p {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-win79-customer-support__main-title {
        font-size: 2em;
    }

    .page-resources-win79-customer-support__subtitle {
        font-size: 0.9em;
    }

    .page-resources-win79-customer-support__article-container {
        padding: 15px;
    }

    .page-resources-win79-customer-support__section-title {
        font-size: 1.5em;
    }

    .page-resources-win79-customer-support__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-win79-customer-support__faq-question {
        font-size: 1.1em;
    }
}