/* style/download-center-pc-client.css */

.page-download-center-pc-client {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

.page-download-center-pc-client__hero {
    background: linear-gradient(135deg, #007bff 0%, #28a745 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-download-center-pc-client__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern,subtle]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-download-center-pc-client__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.page-download-center-pc-client__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.page-download-center-pc-client__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;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.page-download-center-pc-client__btn--primary {
    background-color: #ff8400; /* Contrasting color for emphasis */
    color: #fff;
    border: 2px solid #ff8400;
}

.page-download-center-pc-client__btn--primary:hover {
    background-color: #e67700;
    border-color: #e67700;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client__btn--secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.page-download-center-pc-client__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client__btn--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.page-download-center-pc-client__section {
    padding: 60px 0;
}

.page-download-center-pc-client__section:nth-of-type(even) {
    background-color: #e9ecef;
}

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

.page-download-center-pc-client__text-center {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555;
}

.page-download-center-pc-client__why-choose .page-download-center-pc-client__section-title {
    color: #28a745;
}

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

.page-download-center-pc-client__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__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-download-center-pc-client__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-download-center-pc-client__feature-item h3 {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-download-center-pc-client__feature-item p {
    font-size: 1em;
    color: #666;
}

.page-download-center-pc-client__system-requirements {
    background-color: #f1f7fe;
}

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

.page-download-center-pc-client__requirement-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #007bff;
}

.page-download-center-pc-client__requirement-card h3 {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 20px;
}

.page-download-center-pc-client__requirement-card ul {
    list-style: none;
    padding: 0;
}

.page-download-center-pc-client__requirement-card ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #444;
    position: relative;
    padding-left: 25px;
}

.page-download-center-pc-client__requirement-card ul li::before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.page-download-center-pc-client__note {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
    color: #777;
}

.page-download-center-pc-client__download-guide .page-download-center-pc-client__section-title,
.page-download-center-pc-client__installation-guide .page-download-center-pc-client__section-title {
    color: #007bff;
}

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

.page-download-center-pc-client__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;
    padding-top: 60px; /* Space for step number */
}

.page-download-center-pc-client__step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-download-center-pc-client__step-item h3 {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-download-center-pc-client__step-item p {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
}

.page-download-center-pc-client__step-item a {
    color: #28a745;
    text-decoration: none;
    font-weight: bold;
}

.page-download-center-pc-client__step-item a:hover {
    text-decoration: underline;
}

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

.page-download-center-pc-client__first-login {
    background-color: #e9f5ee;
}

.page-download-center-pc-client__first-login .page-download-center-pc-client__section-title {
    color: #28a745;
}

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

.page-download-center-pc-client__card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-bottom: 5px solid #28a745;
}

.page-download-center-pc-client__card h3 {
    font-size: 1.8em;
    color: #28a745;
    margin-bottom: 20px;
}

.page-download-center-pc-client__card p {
    font-size: 1em;
    color: #555;
    margin-bottom: 30px;
}

.page-download-center-pc-client__troubleshooting .page-download-center-pc-client__section-title {
    color: #007bff;
}

.page-download-center-pc-client__faq-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #007bff;
}

.page-download-center-pc-client__faq-item h3 {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-download-center-pc-client__faq-item p {
    font-size: 1em;
    color: #555;
}

.page-download-center-pc-client__exclusive-features {
    background-color: #f1f7fe;
}

.page-download-center-pc-client__exclusive-features .page-download-center-pc-client__section-title {
    color: #28a745;
}

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

.page-download-center-pc-client__feature-highlight-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-bottom: 5px solid #28a745;
}

.page-download-center-pc-client__feature-highlight-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-download-center-pc-client__feature-highlight-item h3 {
    font-size: 1.6em;
    color: #28a745;
    margin-bottom: 15px;
}

.page-download-center-pc-client__feature-highlight-item p {
    font-size: 1em;
    color: #666;
}

.page-download-center-pc-client__conclusion {
    padding: 80px 0;
    background: linear-gradient(45deg, #007bff, #28a745);
    color: #fff;
    text-align: center;
}

.page-download-center-pc-client__conclusion .page-download-center-pc-client__section-title {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.page-download-center-pc-client__conclusion p {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-download-center-pc-client__cta-buttons {
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-download-center-pc-client__hero-title {
        font-size: 2.8em;
    }

    .page-download-center-pc-client__hero-subtitle {
        font-size: 1.3em;
    }

    .page-download-center-pc-client__section-title {
        font-size: 2em;
    }

    .page-download-center-pc-client__features-grid,
    .page-download-center-pc-client__requirements-grid,
    .page-download-center-pc-client__steps-grid,
    .page-download-center-pc-client__login-register-grid,
    .page-download-center-pc-client__feature-highlight-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-download-center-pc-client__hero {
        padding: 80px 0;
    }

    .page-download-center-pc-client__hero-title {
        font-size: 2.2em;
    }

    .page-download-center-pc-client__hero-subtitle {
        font-size: 1.1em;
    }

    .page-download-center-pc-client__btn {
        padding: 12px 25px;
        font-size: 1em;
        margin: 8px;
    }

    .page-download-center-pc-client__section {
        padding: 40px 0;
    }

    .page-download-center-pc-client__section-title {
        font-size: 1.8em;
    }

    .page-download-center-pc-client__feature-item h3,
    .page-download-center-pc-client__requirement-card h3,
    .page-download-center-pc-client__step-item h3,
    .page-download-center-pc-client__card h3,
    .page-download-center-pc-client__faq-item h3,
    .page-download-center-pc-client__feature-highlight-item h3 {
        font-size: 1.4em;
    }

    .page-download-center-pc-client__feature-icon,
    .page-download-center-pc-client__feature-highlight-image {
        width: 60px;
        height: 60px;
    }

    .page-download-center-pc-client__step-number {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
        top: -15px;
    }

    .page-download-center-pc-client__step-item {
        padding-top: 50px;
    }
}

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

    .page-download-center-pc-client__hero-subtitle {
        font-size: 1em;
    }

    .page-download-center-pc-client__btn {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 5px;
    }

    .page-download-center-pc-client__container {
        padding: 0 15px;
    }

    .page-download-center-pc-client__section-title {
        font-size: 1.5em;
    }
}