/* style/player-community-experience-sharing.css */
.page-player-community-experience-sharing {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #e5dfd3; /* Light text for dark background */
    background-color: #1A202C; /* Main background color */
}

.page-player-community-experience-sharing__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-player-community-experience-sharing__container--flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.page-player-community-experience-sharing__content-block {
    flex: 1;
    min-width: 300px;
}

.page-player-community-experience-sharing__image-block {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-player-community-experience-sharing__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-player-community-experience-sharing__hero {
    background: linear-gradient(135deg, #1A202C, #3b0a0a); /* Darker gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #e5dfd3;
}

.page-player-community-experience-sharing__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E53E3E; /* Accent color for title */
    line-height: 1.2;
}

.page-player-community-experience-sharing__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    opacity: 0.9;
}

.page-player-community-experience-sharing__section {
    padding: 80px 0;
}

.page-player-community-experience-sharing__section--about {
    background-color: #2A303C;
}

.page-player-community-experience-sharing__section-title {
    font-size: 2.5em;
    color: #E53E3E;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-player-community-experience-sharing__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E53E3E;
    border-radius: 2px;
}

.page-player-community-experience-sharing__section--about .page-player-community-experience-sharing__section-title,
.page-player-community-experience-sharing__section--how-to-contribute .page-player-community-experience-sharing__section-title {
    text-align: left;
    margin-left: 0;
    transform: none;
}

.page-player-community-experience-sharing__section--about .page-player-community-experience-sharing__section-title::after,
.page-player-community-experience-sharing__section--how-to-contribute .page-player-community-experience-sharing__section-title::after {
    left: 0;
    transform: none;
}

.page-player-community-experience-sharing__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    color: #a0a0a0;
}

.page-player-community-experience-sharing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-player-community-experience-sharing__post-card {
    background-color: #2A303C;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-player-community-experience-sharing__post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-player-community-experience-sharing__post-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-player-community-experience-sharing__post-title {
    font-size: 1.4em;
    color: #E53E3E;
    margin: 15px 20px 10px;
}

.page-player-community-experience-sharing__post-excerpt {
    font-size: 0.95em;
    color: #a0a0a0;
    margin: 0 20px 20px;
}

.page-player-community-experience-sharing__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 20px;
}

.page-player-community-experience-sharing__btn--primary {
    background-color: #E53E3E;
    color: #fff;
}

.page-player-community-experience-sharing__btn--primary:hover {
    background-color: #a02b2b;
}

.page-player-community-experience-sharing__btn--secondary {
    background-color: transparent;
    border: 2px solid #E53E3E;
    color: #E53E3E;
}

.page-player-community-experience-sharing__btn--secondary:hover {
    background-color: #E53E3E;
    color: #fff;
}

.page-player-community-experience-sharing__btn--link {
    background-color: transparent;
    color: #E53E3E;
    border: none;
    padding: 0;
    margin: 0 20px 20px;
    display: block;
    text-align: right;
}

.page-player-community-experience-sharing__btn--link:hover {
    text-decoration: underline;
}

.page-player-community-experience-sharing__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
    margin: 0 10px;
}

.page-player-community-experience-sharing__category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-player-community-experience-sharing__category-card {
    background-color: #2A303C;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-player-community-experience-sharing__category-card:hover {
    transform: translateY(-5px);
    background-color: #3C424F;
}

.page-player-community-experience-sharing__category-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(80%) saturate(1000%) hue-rotate(330deg) brightness(100%) contrast(100%); /* Adjust to match accent color */
}

.page-player-community-experience-sharing__category-title {
    font-size: 1.3em;
    color: #E53E3E;
    margin-bottom: 10px;
}

.page-player-community-experience-sharing__category-description {
    font-size: 0.9em;
    color: #a0a0a0;
}

.page-player-community-experience-sharing__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-player-community-experience-sharing__step-card {
    background-color: #2A303C;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-top: 60px;
}

.page-player-community-experience-sharing__step-number {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 2.5em;
    font-weight: bold;
    color: rgba(229, 62, 62, 0.3); /* Transparent accent color */
}

.page-player-community-experience-sharing__step-title {
    font-size: 1.5em;
    color: #E53E3E;
    margin-bottom: 15px;
}

.page-player-community-experience-sharing__step-card p {
    color: #e5dfd3;
}

.page-player-community-experience-sharing__step-card a {
    color: #E53E3E;
    text-decoration: underline;
}

.page-player-community-experience-sharing__step-card a:hover {
    color: #a02b2b;
}

.page-player-community-experience-sharing__cta-bottom {
    text-align: center;
    margin-top: 60px;
}

.page-player-community-experience-sharing__cta-bottom p {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #e5dfd3;
}

.page-player-community-experience-sharing__testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-player-community-experience-sharing__testimonial-card {
    background-color: #2A303C;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.page-player-community-experience-sharing__testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #E53E3E;
}

.page-player-community-experience-sharing__testimonial-text {
    font-style: italic;
    color: #e5dfd3;
    margin-bottom: 15px;
}

.page-player-community-experience-sharing__testimonial-author {
    font-weight: bold;
    color: #E53E3E;
}

.page-player-community-experience-sharing__faq-item {
    background-color: #2A303C;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-player-community-experience-sharing__faq-question {
    font-size: 1.25em;
    color: #E53E3E;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-player-community-experience-sharing__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-player-community-experience-sharing__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-player-community-experience-sharing__faq-answer {
    color: #e5dfd3;
    margin-top: 15px;
    display: none;
}

.page-player-community-experience-sharing__faq-answer.active {
    display: block;
}

.page-player-community-experience-sharing__faq-item a {
    color: #E53E3E;
    text-decoration: underline;
}

.page-player-community-experience-sharing__faq-item a:hover {
    color: #a02b2b;
}

.page-player-community-experience-sharing__cta-section {
    background: linear-gradient(90deg, #E53E3E, #a02b2b); /* Gradient with accent colors */
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.page-player-community-experience-sharing__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #fff;
}

.page-player-community-experience-sharing__cta-description {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    opacity: 0.9;
}

.page-player-community-experience-sharing__highlight {
    font-weight: bold;
    color: #FFFF00; /* Bright yellow for highlight, good contrast on red */
}

.page-player-community-experience-sharing__cta-buttons {
    margin-top: 30px;
}

.page-player-community-experience-sharing__cta-buttons .page-player-community-experience-sharing__btn {
    margin: 0 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-player-community-experience-sharing__hero-title {
        font-size: 2.8em;
    }
    .page-player-community-experience-sharing__hero-subtitle {
        font-size: 1.3em;
    }
    .page-player-community-experience-sharing__section-title {
        font-size: 2em;
    }
    .page-player-community-experience-sharing__cta-title {
        font-size: 2.5em;
    }
    .page-player-community-experience-sharing__container--flex {
        flex-direction: column;
    }
    .page-player-community-experience-sharing__section--about .page-player-community-experience-sharing__section-title,
    .page-player-community-experience-sharing__section--how-to-contribute .page-player-community-experience-sharing__section-title {
        text-align: center;
    }
    .page-player-community-experience-sharing__section--about .page-player-community-experience-sharing__section-title::after,
    .page-player-community-experience-sharing__section--how-to-contribute .page-player-community-experience-sharing__section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .page-player-community-experience-sharing__hero {
        padding: 60px 0;
    }
    .page-player-community-experience-sharing__hero-title {
        font-size: 2.2em;
    }
    .page-player-community-experience-sharing__hero-subtitle {
        font-size: 1.1em;
    }
    .page-player-community-experience-sharing__section {
        padding: 60px 0;
    }
    .page-player-community-experience-sharing__section-title {
        font-size: 1.8em;
    }
    .page-player-community-experience-sharing__cta-title {
        font-size: 2em;
    }
    .page-player-community-experience-sharing__cta-description {
        font-size: 1.1em;
    }
    .page-player-community-experience-sharing__btn--large {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
    .page-player-community-experience-sharing__cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-player-community-experience-sharing__hero-title {
        font-size: 1.8em;
    }
    .page-player-community-experience-sharing__hero-subtitle {
        font-size: 1em;
    }
    .page-player-community-experience-sharing__section-title {
        font-size: 1.5em;
    }
    .page-player-community-experience-sharing__post-title {
        font-size: 1.2em;
    }
    .page-player-community-experience-sharing__category-title {
        font-size: 1.1em;
    }
    .page-player-community-experience-sharing__step-title {
        font-size: 1.2em;
    }
    .page-player-community-experience-sharing__faq-question {
        font-size: 1.1em;
    }
    .page-player-community-experience-sharing__cta-title {
        font-size: 1.8em;
    }
    .page-player-community-experience-sharing__cta-description {
        font-size: 1em;
    }
    .page-player-community-experience-sharing__btn {
        padding: 10px 20px;
    }
}