/* style/game-download-desktop-client.css */

.page-game-download-desktop-client {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text on dark background */
    background-color: #0A244A; /* Primary dark blue background */
    line-height: 1.6;
}

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

.page-game-download-desktop-client__hero {
    background: linear-gradient(135deg, #0A244A 0%, #1A3E6C 100%); /* Dark blue gradient */
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-download-desktop-client__hero::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    background: url('[GALLERY:bg:abstract,gaming_pattern,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-download-desktop-client__hero > div {
    position: relative;
    z-index: 1;
}

.page-game-download-desktop-client__title {
    font-size: 3.5em;
    color: #FFD700; /* Auxiliary gold for titles */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-game-download-desktop-client__subtitle {
    font-size: 1.4em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-download-desktop-client__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    margin: 10px;
}

.page-game-download-desktop-client__button--primary {
    background-color: #FFD700; /* Gold button */
    color: #0A244A; /* Dark blue text on gold */
    border: 2px solid #FFD700;
}

.page-game-download-desktop-client__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-game-download-desktop-client__button--secondary {
    background-color: #0A244A; /* Dark blue button */
    color: #FFD700; /* Gold text on dark blue */
    border: 2px solid #FFD700;
}

.page-game-download-desktop-client__button--secondary:hover {
    background-color: #1A3E6C;
    transform: translateY(-2px);
}

.page-game-download-desktop-client__button--text {
    background: none;
    color: #FFD700;
    border: none;
    text-decoration: underline;
    padding: 10px 15px;
}

.page-game-download-desktop-client__button--text:hover {
    color: #e6c200;
}

.page-game-download-desktop-client__hero-image-wrapper {
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-game-download-desktop-client__hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-game-download-desktop-client__section {
    padding: 80px 0;
    text-align: center;
}

.page-game-download-desktop-client__section--benefits {
    background-color: #0A244A;
}

.page-game-download-desktop-client__section--guide {
    background-color: #1A3E6C; /* Slightly lighter dark blue */
}

.page-game-download-desktop-client__section--requirements {
    background-color: #0A244A;
}

.page-game-download-desktop-client__section--security {
    background-color: #1A3E6C;
}

.page-game-download-desktop-client__section--faq {
    background-color: #0A244A;
}

.page-game-download-desktop-client__section--cta-final {
    background: linear-gradient(90deg, #0A244A 0%, #FFD700 100%); /* Gradient for final CTA */
    color: #0A244A; /* Dark text on light gradient */
    padding: 60px 0;
}

.page-game-download-desktop-client__section--cta-final .page-game-download-desktop-client__section-title,
.page-game-download-desktop-client__section--cta-final .page-game-download-desktop-client__section-description {
    color: #0A244A;
}

.page-game-download-desktop-client__section--cta-final .page-game-download-desktop-client__button--primary {
    background-color: #0A244A;
    color: #FFD700;
    border-color: #0A244A;
}

.page-game-download-desktop-client__section--cta-final .page-game-download-desktop-client__button--primary:hover {
    background-color: #1A3E6C;
    border-color: #1A3E6C;
}

.page-game-download-desktop-client__section--cta-final .page-game-download-desktop-client__button--text {
    color: #0A244A;
}

.page-game-download-desktop-client__section--cta-final .page-game-download-desktop-client__button--text:hover {
    color: #444;
}

.page-game-download-desktop-client__section-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-game-download-desktop-client__section-description {
    font-size: 1.2em;
    color: #B0B0B0;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-download-desktop-client__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-game-download-desktop-client__benefit-item {
    background-color: #1A3E6C; /* Darker blue for cards */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-game-download-desktop-client__benefit-item:hover {
    transform: translateY(-10px);
}

.page-game-download-desktop-client__benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-download-desktop-client__benefit-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-game-download-desktop-client__benefit-text {
    font-size: 1em;
    color: #C0C0C0;
}

.page-game-download-desktop-client__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-game-download-desktop-client__step-item {
    background-color: #0A244A;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}

.page-game-download-desktop-client__step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #FFD700;
    color: #0A244A;
    border-radius: 50%;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-game-download-desktop-client__step-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-game-download-desktop-client__step-text {
    font-size: 1em;
    color: #C0C0C0;
    margin-bottom: 25px;
}

.page-game-download-desktop-client__step-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-download-desktop-client__cta-bottom {
    margin-top: 60px;
}

.page-game-download-desktop-client__requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-game-download-desktop-client__requirement-card {
    background-color: #1A3E6C;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.page-game-download-desktop-client__card-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-game-download-desktop-client__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-game-download-desktop-client__list li {
    font-size: 1em;
    color: #C0C0C0;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-game-download-desktop-client__list li::before {
    content: '✓';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-game-download-desktop-client__note {
    font-size: 1em;
    color: #B0B0B0;
    margin-top: 40px;
    font-style: italic;
}

.page-game-download-desktop-client__security-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.page-game-download-desktop-client__security-image {
    width: 300px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-game-download-desktop-client__list--security {
    text-align: left;
    max-width: 600px;
}

.page-game-download-desktop-client__list--security li {
    margin-bottom: 15px;
}

.page-game-download-desktop-client__list--security li strong {
    color: #FFD700;
}

.page-game-download-desktop-client__security-text {
    font-size: 1.1em;
    color: #C0C0C0;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-download-desktop-client__faq-list {
    margin-top: 50px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-download-desktop-client__faq-item {
    background-color: #1A3E6C;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-download-desktop-client__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-game-download-desktop-client__faq-answer {
    font-size: 1em;
    color: #C0C0C0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-download-desktop-client__title {
        font-size: 2.8em;
    }

    .page-game-download-desktop-client__subtitle {
        font-size: 1.2em;
    }

    .page-game-download-desktop-client__section-title {
        font-size: 2.2em;
    }

    .page-game-download-desktop-client__benefits-grid,
    .page-game-download-desktop-client__steps-grid,
    .page-game-download-desktop-client__requirements-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .page-game-download-desktop-client__security-content {
        flex-direction: column;
        gap: 30px;
    }
}

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

    .page-game-download-desktop-client__title {
        font-size: 2.2em;
    }

    .page-game-download-desktop-client__subtitle {
        font-size: 1em;
    }

    .page-game-download-desktop-client__section {
        padding: 60px 0;
    }

    .page-game-download-desktop-client__section-title {
        font-size: 1.8em;
    }

    .page-game-download-desktop-client__section-description {
        font-size: 1em;
    }

    .page-game-download-desktop-client__button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-game-download-desktop-client__title {
        font-size: 1.8em;
    }

    .page-game-download-desktop-client__subtitle {
        font-size: 0.9em;
    }

    .page-game-download-desktop-client__section-title {
        font-size: 1.5em;
    }

    .page-game-download-desktop-client__button {
        width: 100%;
        margin-bottom: 15px;
    }

    .page-game-download-desktop-client__benefits-grid,
    .page-game-download-desktop-client__steps-grid,
    .page-game-download-desktop-client__requirements-grid {
        grid-template-columns: 1fr;
    }

    .page-game-download-desktop-client__step-number {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
        top: -25px;
    }

    .page-game-download-desktop-client__step-title {
        margin-top: 30px;
        font-size: 1.4em;
    }

    .page-game-download-desktop-client__security-image {
        width: 250px;
    }
}