/* style/games-center-pg66-the-great-icescape.css */
.page-games-center-pg66-the-great-icescape {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #0A2463;
    line-height: 1.6;
}

.page-games-center-pg66-the-great-icescape__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-games-center-pg66-the-great-icescape__hero-section {
    background: linear-gradient(135deg, #0A2463, #2a5298);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-games-center-pg66-the-great-icescape__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:ice,snow,abstract,pattern]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-games-center-pg66-the-great-icescape__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-games-center-pg66-the-great-icescape__title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-games-center-pg66-the-great-icescape__subtitle {
    font-size: 1.5em;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.page-games-center-pg66-the-great-icescape__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.page-games-center-pg66-the-great-icescape__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-games-center-pg66-the-great-icescape__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-games-center-pg66-the-great-icescape__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-games-center-pg66-the-great-icescape__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-games-center-pg66-the-great-icescape__btn--text {
    background: none;
    border: none;
    color: #FFD700;
    padding: 5px 10px;
    font-size: 1em;
    text-decoration: underline;
}

.page-games-center-pg66-the-great-icescape__btn--text:hover {
    color: #e6c200;
}

.page-games-center-pg66-the-great-icescape__content-section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-games-center-pg66-the-great-icescape__content-section:last-of-type {
    border-bottom: none;
}

.page-games-center-pg66-the-great-icescape__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-games-center-pg66-the-great-icescape__text-block p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #f0f0f0;
}

.page-games-center-pg66-the-great-icescape__link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-games-center-pg66-the-great-icescape__link:hover {
    text-decoration: underline;
    color: #e6c200;
}

.page-games-center-pg66-the-great-icescape__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-games-center-pg66-the-great-icescape__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border: 3px solid #FFD700;
}

.page-games-center-pg66-the-great-icescape__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-games-center-pg66-the-great-icescape__feature-item {
    background-color: #1a3c7a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 5px solid #FFD700;
}

.page-games-center-pg66-the-great-icescape__feature-title {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-games-center-pg66-the-great-icescape__feature-item p {
    color: #e0e0e0;
}

.page-games-center-pg66-the-great-icescape__cta-block {
    text-align: center;
    background-color: #1a3c7a;
    padding: 40px;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-games-center-pg66-the-great-icescape__cta-text {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-games-center-pg66-the-great-icescape__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-games-center-pg66-the-great-icescape__feature-card {
    background-color: #1a3c7a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page-games-center-pg66-the-great-icescape__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    object-fit: cover;
}

.page-games-center-pg66-the-great-icescape__feature-card-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-games-center-pg66-the-great-icescape__feature-card p {
    color: #e0e0e0;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-games-center-pg66-the-great-icescape__steps-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.page-games-center-pg66-the-great-icescape__steps-list li {
    background-color: #1a3c7a;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-left: 80px;
}

.page-games-center-pg66-the-great-icescape__steps-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFD700;
    color: #0A2463;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
}

.page-games-center-pg66-the-great-icescape__step-title {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-games-center-pg66-the-great-icescape__steps-list p {
    color: #e0e0e0;
    margin-bottom: 15px;
}

.page-games-center-pg66-the-great-icescape__list {
    list-style: none;
    padding: 0;
}

.page-games-center-pg66-the-great-icescape__list li {
    background-color: #1a3c7a;
    padding: 20px 30px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #e0e0e0;
    font-size: 1.1em;
    border-left: 4px solid #FFD700;
}

.page-games-center-pg66-the-great-icescape__list li strong {
    color: #FFD700;
}

.page-games-center-pg66-the-great-icescape__faq-item {
    background-color: #1a3c7a;
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-games-center-pg66-the-great-icescape__faq-question {
    color: #FFD700;
    font-size: 1.4em;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
}

.page-games-center-pg66-the-great-icescape__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-games-center-pg66-the-great-icescape__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-games-center-pg66-the-great-icescape__faq-answer {
    color: #e0e0e0;
    font-size: 1.05em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.page-games-center-pg66-the-great-icescape__faq-answer.active {
    max-height: 200px; /* Adjust as needed for content length */
    padding-top: 10px;
}

.page-games-center-pg66-the-great-icescape__cta-final {
    background-color: #0A2463;
    padding: 80px 0;
    text-align: center;
}

.page-games-center-pg66-the-great-icescape__cta-final .page-games-center-pg66-the-great-icescape__section-title {
    color: #FFD700;
}

.page-games-center-pg66-the-great-icescape__cta-final p {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-games-center-pg66-the-great-icescape__title {
        font-size: 2.5em;
    }

    .page-games-center-pg66-the-great-icescape__subtitle {
        font-size: 1.2em;
    }

    .page-games-center-pg66-the-great-icescape__section-title {
        font-size: 2em;
    }

    .page-games-center-pg66-the-great-icescape__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-games-center-pg66-the-great-icescape__feature-grid, 
    .page-games-center-pg66-the-great-icescape__feature-list {
        grid-template-columns: 1fr;
    }

    .page-games-center-pg66-the-great-icescape__steps-list li {
        padding-left: 60px;
    }

    .page-games-center-pg66-the-great-icescape__steps-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.2em;
        left: 15px;
    }

    .page-games-center-pg66-the-great-icescape__cta-text {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-games-center-pg66-the-great-icescape__title {
        font-size: 2em;
    }

    .page-games-center-pg66-the-great-icescape__subtitle {
        font-size: 1em;
    }

    .page-games-center-pg66-the-great-icescape__hero-section {
        padding: 60px 0;
    }

    .page-games-center-pg66-the-great-icescape__section-title {
        font-size: 1.8em;
    }

    .page-games-center-pg66-the-great-icescape__text-block p,
    .page-games-center-pg66-the-great-icescape__feature-item p,
    .page-games-center-pg66-the-great-icescape__feature-card p,
    .page-games-center-pg66-the-great-icescape__steps-list p,
    .page-games-center-pg66-the-great-icescape__list li,
    .page-games-center-pg66-the-great-icescape__faq-answer {
        font-size: 0.95em;
    }

    .page-games-center-pg66-the-great-icescape__feature-title,
    .page-games-center-pg66-the-great-icescape__feature-card-title,
    .page-games-center-pg66-the-great-icescape__step-title,
    .page-games-center-pg66-the-great-icescape__faq-question {
        font-size: 1.2em;
    }
}