/* style/download-center-pc-client-setup.css */
.page-download-center-pc-client-setup {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-download-center-pc-client-setup__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-download-center-pc-client-setup__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-download-center-pc-client-setup__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.page-download-center-pc-client-setup__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-download-center-pc-client-setup__hero-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client-setup__section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.page-download-center-pc-client-setup__section--dark {
    background-color: #0056b3;
    color: #fff;
}

.page-download-center-pc-client-setup__section--dark .page-download-center-pc-client-setup__section-title,
.page-download-center-pc-client-setup__section--dark h3 {
    color: #fff;
}

.page-download-center-pc-client-setup__section-title {
    font-size: 2.2em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-download-center-pc-client-setup__section--dark .page-download-center-pc-client-setup__section-title {
    color: #ffc107;
}

.page-download-center-pc-client-setup__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-download-center-pc-client-setup__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-center-pc-client-setup__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-download-center-pc-client-setup__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-download-center-pc-client-setup__feature-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-download-center-pc-client-setup__feature-item p {
    color: #555;
}

.page-download-center-pc-client-setup__requirements-list,
.page-download-center-pc-client-setup__config-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.page-download-center-pc-client-setup__requirements-list li,
.page-download-center-pc-client-setup__config-list li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #ffc107;
}

.page-download-center-pc-client-setup__requirements-list li p,
.page-download-center-pc-client-setup__config-list li p {
    color: #e0e0e0;
}

.page-download-center-pc-client-setup__list-title {
    font-size: 1.3em;
    color: #ffc107;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-download-center-pc-client-setup__requirements-image,
.page-download-center-pc-client-setup__config-image,
.page-download-center-pc-client-setup__troubleshooting-image {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0 auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client-setup__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 30px;
}

.page-download-center-pc-client-setup__step-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.page-download-center-pc-client-setup__section--dark .page-download-center-pc-client-setup__step-item {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client-setup__section--dark .page-download-center-pc-client-setup__step-item p {
    color: #e0e0e0;
}

.page-download-center-pc-client-setup__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

.page-download-center-pc-client-setup__section--dark .page-download-center-pc-client-setup__step-number {
    background-color: #ffc107;
    color: #0056b3;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
}

.page-download-center-pc-client-setup__step-title {
    font-size: 1.3em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-download-center-pc-client-setup__section--dark .page-download-center-pc-client-setup__step-title {
    color: #ffc107;
}

.page-download-center-pc-client-setup__step-image {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-top: 25px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-download-center-pc-client-setup__troubleshooting-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-download-center-pc-client-setup__troubleshooting-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #007bff;
}

.page-download-center-pc-client-setup__troubleshooting-title {
    font-size: 1.3em;
    color: #ffc107;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-download-center-pc-client-setup__troubleshooting-item p {
    color: #e0e0e0;
}

.page-download-center-pc-client-setup__cta-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #e9ecef;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-download-center-pc-client-setup__cta-section p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555;
}

.page-download-center-pc-client-setup__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 10px;
    cursor: pointer;
    border: none;
}

.page-download-center-pc-client-setup__btn--primary {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.page-download-center-pc-client-setup__btn--primary:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.5);
    transform: translateY(-2px);
}

.page-download-center-pc-client-setup__btn--secondary {
    background-color: #ffc107;
    color: #333;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-download-center-pc-client-setup__btn--secondary:hover {
    background-color: #e0a800;
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.5);
    transform: translateY(-2px);
}

.page-download-center-pc-client-setup__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-download-center-pc-client-setup__section--faq {
    background-color: #fff;
}

.page-download-center-pc-client-setup__faq-item {
    background-color: #f0f0f0;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.page-download-center-pc-client-setup__faq-question {
    font-size: 1.2em;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-download-center-pc-client-setup__faq-answer {
    color: #555;
}

.page-download-center-pc-client-setup__section--conclusion {
    background-color: #007bff;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.page-download-center-pc-client-setup__section--conclusion .page-download-center-pc-client-setup__section-title {
    color: #ffc107;
}

.page-download-center-pc-client-setup__section--conclusion p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-download-center-pc-client-setup__hero-title {
        font-size: 2em;
    }

    .page-download-center-pc-client-setup__hero-description,
    .page-download-center-pc-client-setup__section-title {
        font-size: 1.8em;
    }

    .page-download-center-pc-client-setup__features,
    .page-download-center-pc-client-setup__requirements-list,
    .page-download-center-pc-client-setup__config-list,
    .page-download-center-pc-client-setup__steps-grid,
    .page-download-center-pc-client-setup__troubleshooting-grid {
        grid-template-columns: 1fr;
    }

    .page-download-center-pc-client-setup__feature-item,
    .page-download-center-pc-client-setup__requirements-list li,
    .page-download-center-pc-client-setup__config-list li,
    .page-download-center-pc-client-setup__step-item,
    .page-download-center-pc-client-setup__troubleshooting-item,
    .page-download-center-pc-client-setup__faq-item {
        padding: 20px;
    }

    .page-download-center-pc-client-setup__btn {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .page-download-center-pc-client-setup__hero-title {
        font-size: 1.6em;
    }

    .page-download-center-pc-client-setup__hero-description,
    .page-download-center-pc-client-setup__section-title {
        font-size: 1.5em;
    }

    .page-download-center-pc-client-setup__btn--large {
        font-size: 1.1em;
        padding: 15px 25px;
    }
}