/* ========================================
   PAGES OPTIMIZATION STYLES - ENHANCED VERSION
   ======================================== */

/* ========================================
   HERO SECTIONS FOR OTHER PAGES - OPTIMIZED
   ======================================== */

/* 为其他页面的hero-section使用更具体的选择器 - 左右对称布局 */
main .hero-section,
.hero-section {
    position: relative !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%) !important;
    overflow: hidden !important;
    margin-top: 80px !important;
    padding: 0 !important;
}

main .hero-content,
.hero-content,
section.hero-section .hero-content,
.feedback-hero .hero-content {
    z-index: 3 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 80px !important;
}

main .hero-promo-image,
.hero-promo-image {
    flex: 0.5 !important;
    max-width: 25% !important;
    position: relative !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 25px !important;
    padding: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform-origin: center center !important;
    z-index: 2 !important;
}

main .hero-promo-image:hover,
.hero-promo-image:hover {
    transform: scale(1.1) !important;
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset !important;
    border-color: rgba(0, 255, 136, 0.3) !important;
}

main .hero-promo-image img,
.hero-promo-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 2 !important;
    position: relative !important;
    display: block !important;
    filter: brightness(1.2) contrast(1.15) saturate(1.1) !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5) !important;
}

main .hero-promo-image:hover img,
.hero-promo-image:hover img {
    transform: scale(1.05) !important;
    filter: brightness(1.3) contrast(1.2) saturate(1.15) !important;
}

main .hero-promo-image::before,
.hero-promo-image::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(0, 255, 136, 0.1) 0%, 
        rgba(0, 0, 0, 0.1) 50%, 
        rgba(0, 255, 136, 0.05) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    border-radius: 30px !important;
}

main .hero-promo-image::after,
.hero-promo-image::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.3) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    border-radius: 30px !important;
}

/* 为其他页面的hero-background和hero-overlay使用更具体的选择器 */
main .hero-background,
.hero-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    background: radial-gradient(ellipse at center, 
        rgba(0, 255, 136, 0.1) 0%, 
        rgba(0, 0, 0, 0) 70%) !important;
}

main .hero-overlay,
.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.7) 100%) !important;
    z-index: 0 !important;
}

main .hero-text,
.hero-text,
section.hero-section .hero-text,
.feedback-hero .hero-text {
    flex: 1.5 !important;
    text-align: left !important;
    max-width: 70% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    align-items: flex-start !important;
    padding-left: 0 !important;
    position: relative !important;
}

/* 加黑的文字样式 - 放在上面 */
main .hero-title,
.hero-title,
section.hero-section .hero-title,
.feedback-hero .hero-title {
    font-size: 4.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    background: linear-gradient(135deg, #ffffff 0%, #00ff88 50%, #ffffff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: -0.8px !important;
    line-height: 1.1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    order: 1 !important;
    text-align: left !important;
    margin-left: 0 !important;
    position: relative !important;
}

main .hero-title span,
.hero-title span {
    display: block !important;
}

main .hero-subtitle,
.hero-subtitle {
    font-size: 2.2rem !important;
    color: #00ff88 !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    order: 2 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

main .hero-subtitle::after,
.hero-subtitle::after {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 0 !important;
    width: 80px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #00ff88, transparent) !important;
    border-radius: 2px !important;
}

/* 不加黑的文字样式 - 放在下面 */
main .hero-description,
.hero-description {
    font-size: 1.3rem !important;
    line-height: 2.0 !important;
    margin-bottom: 0 !important;
    color: #ffffff !important;
    max-width: 450px !important;
    font-weight: 500 !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: 0.3px !important;
    opacity: 0.95 !important;
    margin-top: 12px !important;
    order: 4 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

main .hero-cta,
.hero-cta {
    display: flex !important;
    gap: 1.5rem !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    margin-top: 40px !important;
    order: 5 !important;
}

/* 添加一个分隔元素 */
main .hero-separator,
.hero-separator {
    height: 2px !important;
    background: linear-gradient(90deg, #00ff88, transparent) !important;
    margin: 20px 0 !important;
    order: 3 !important;
}

/* ========================================
   CONTENT SECTIONS - ENHANCED
   ======================================== */

.content-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 255, 136, 0.3) 50%, 
        transparent 100%);
}

.content-section.dark {
    background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
}

.content-section.light {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #00ff88, transparent);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 4rem;
    color: #cccccc;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

/* ========================================
   ENHANCED CARD STYLES
   ======================================== */

.mission-grid,
.features-grid,
.news-grid,
.stats-grid,
.community-features,
.events-grid {
    display: grid;
    gap: 2.5rem;
    margin-top: 3rem;
}

.mission-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.news-grid {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.community-features {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.events-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.mission-card,
.feature-card,
.news-card,
.stat-card,
.event-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.mission-card::before,
.feature-card::before,
.news-card::before,
.stat-card::before,
.event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 255, 136, 0.1) 0%, 
        rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.mission-card:hover,
.feature-card:hover,
.news-card:hover,
.stat-card:hover,
.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(0, 255, 136, 0.2) inset;
    border-color: rgba(0, 255, 136, 0.3);
}

.mission-card:hover::before,
.feature-card:hover::before,
.news-card:hover::before,
.stat-card:hover::before,
.event-card:hover::before {
    opacity: 1;
}

.mission-card h3,
.feature-card h3,
.news-card h3,
.event-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.mission-card p,
.feature-card p,
.news-card p,
.event-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

/* ========================================
   ENHANCED IMAGE STYLES
   ======================================== */

.feature-image,
.news-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}

.feature-image img,
.news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1.1) contrast(1.05);
}

.feature-card:hover .feature-image img,
.news-card:hover .news-image img {
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.1);
}

/* ========================================
   ENHANCED NEWS STYLES
   ======================================== */

.news-date {
    color: #00ff88;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    display: block;
}

.read-more {
    color: #00ff88;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
}

.read-more:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.read-more::after {
    content: ' →';
    transition: transform 0.3s ease;
}

.read-more:hover::after {
    transform: translateX(5px);
}

/* ========================================
   ENHANCED STATS STYLES
   ======================================== */

.stat-card {
    text-align: center;
    padding: 3rem 2rem;
}

.stat-number {
    font-size: 4rem;
    font-weight: 700;
    color: #00ff88;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
    position: relative;
    z-index: 1;
}

.stat-label {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

/* ========================================
   ENHANCED FEATURED NEWS
   ======================================== */

.featured-news {
    margin-bottom: 4rem;
}

.featured-article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 255, 136, 0.3);
}

.article-image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.article-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1.1) contrast(1.05);
}

.featured-article:hover .article-image img {
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.1);
}

.article-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-category {
    color: #00ff88;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.article-content h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.article-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 2rem;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.article-date {
    color: #888888;
    font-size: 0.9rem;
}

/* ========================================
   RESPONSIVE DESIGN - ENHANCED
   ======================================== */

@media (max-width: 1400px) {
    main .hero-section {
        padding: 0 50px 0 50px;
    }
    
    main .hero-title {
        font-size: 4.5rem;
}

    main .hero-subtitle {
        font-size: 2.4rem;
}

    main .hero-promo-image {
        width: 55%;
    }
    
    main .hero-promo-image:hover {
        transform: scale(1.05);
}

    main .hero-content {
        max-width: 40%;
        margin-right: 55%;
    }
}

@media (max-width: 1200px) {
    main .hero-section {
        padding: 0 40px 0 40px;
    }
    
    main .hero-title {
        font-size: 4rem;
    }
    
    main .hero-subtitle {
        font-size: 2.2rem;
}

    main .hero-promo-image {
        width: 50%;
        padding: 50px;
}

    main .hero-promo-image:hover {
        transform: scale(1.05);
}

    main .hero-content {
        max-width: 45% !important;
        margin-right: 50% !important;
}

    .container {
        max-width: 1200px;
        padding: 0 25px;
}
}

@media (max-width: 992px) {
    main .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 0 25px;
        gap: 50px;
}

    main .hero-content {
        order: 1;
        max-width: 100%;
        margin-right: 0;
}

    main .hero-promo-image {
        order: 2;
        position: relative;
        right: auto;
        top: auto;
        transform: scale(0.8);
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        min-height: 60vh;
    justify-content: center;
        transform-origin: center center;
        padding: 40px;
        border-radius: 30px;
        border-right: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    main .hero-promo-image:hover {
        transform: scale(0.85);
}

    main .hero-title {
        font-size: 4rem;
        margin-bottom: 0;
        text-align: center;
}

    main .hero-subtitle {
        font-size: 2.2rem;
        margin-bottom: 0;
        text-align: center;
}

    main .hero-description {
        font-size: 1.5rem;
        margin-bottom: 0;
        text-align: center;
}

    main .hero-cta {
        justify-content: center;
}

    .featured-article {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    
    .article-image img {
        height: 300px;
}
}

@media (max-width: 768px) {
    main .hero-title {
        font-size: 3.5rem;
        margin-bottom: 0;
    }
    
    main .hero-subtitle {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    
    main .hero-description {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    
    main .hero-promo-image {
        transform: scale(0.7);
        padding: 30px;
        min-height: 50vh;
    }
    
    main .hero-promo-image:hover {
        transform: scale(0.75);
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .mission-grid,
    .features-grid,
    .news-grid,
    .stats-grid,
    .community-features,
    .events-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    main .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
    }
    
    .container {
        padding: 0 20px;
    }
    
    main .hero-section {
        padding: 0 20px;
        min-height: 80vh;
    }
    
    .content-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    main .hero-title {
        font-size: 3rem;
        margin-bottom: 0;
    }
    
    main .hero-subtitle {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    
    main .hero-description {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    
    main .hero-promo-image {
        transform: scale(0.6);
        padding: 25px;
        min-height: 40vh;
    }
    
    main .hero-promo-image:hover {
        transform: scale(0.65);
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .mission-card,
    .feature-card,
    .news-card,
    .stat-card,
    .event-card {
        padding: 2rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    main .hero-section {
        padding: 0 15px;
        gap: 40px;
    }
    
    .featured-article {
        padding: 1.5rem;
        border-radius: 20px;
    }
    
    .article-content h3 {
        font-size: 1.8rem;
    }
}

/* ========================================
   ANIMATIONS - ENHANCED
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mission-card,
.feature-card,
.news-card,
.stat-card,
.event-card {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.mission-card:nth-child(1) { animation-delay: 0.1s; }
.mission-card:nth-child(2) { animation-delay: 0.2s; }
.mission-card:nth-child(3) { animation-delay: 0.3s; }

.feature-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3) { animation-delay: 0.3s; }

.news-card:nth-child(1) { animation-delay: 0.1s; }
.news-card:nth-child(2) { animation-delay: 0.2s; }
.news-card:nth-child(3) { animation-delay: 0.3s; }
.news-card:nth-child(4) { animation-delay: 0.4s; }
.news-card:nth-child(5) { animation-delay: 0.5s; }
.news-card:nth-child(6) { animation-delay: 0.6s; }

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

/* ========================================
   GLOW EFFECTS
   ======================================== */

.glow-effect {
    position: relative;
}

.glow-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, 
        rgba(0, 255, 136, 0.1) 0%, 
        transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: inherit;
}

.glow-effect:hover::after {
    opacity: 1;
}

/* ========================================
   LOADING STATES
   ======================================== */

.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 50%, 
        transparent 100%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
} 

/* ========================================
   FEATURE LIST STYLES
   ======================================== */

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
}

.feature-list li {
    padding: 0.5rem 0;
    color: #cccccc;
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00ff88;
    font-weight: bold;
    font-size: 1.1rem;
}

/* ========================================
   FORM STYLES - ENHANCED
   ======================================== */

.feedback-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.feedback-form {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #00ff88;
    box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.1);
    background: rgba(255, 255, 255, 0.08);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888888;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.9rem;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.feedback-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.info-card ul {
    list-style: none;
    padding: 0;
}

.info-card li {
    padding: 0.3rem 0;
    color: #cccccc;
    font-size: 0.9rem;
    position: relative;
    padding-left: 1.2rem;
}

.info-card li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #00ff88;
}

/* ========================================
   FEEDBACK CARDS STYLES
   ======================================== */

.feedback-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feedback-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 255, 136, 0.3);
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.feedback-type {
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feedback-type.gameplay {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
}

.feedback-type.features {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
}

.feedback-type.ui {
    background: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.feedback-date {
    color: #888888;
    font-size: 0.8rem;
}

.feedback-card h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.feedback-card p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feedback-status {
    display: flex;
    justify-content: flex-end;
}

.status-badge {
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.implemented {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
}

.status-badge.under-review {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
}

/* ========================================
   IMPACT CARDS STYLES
   ======================================== */

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.impact-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    text-align: center;
    transition: all 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 255, 136, 0.3);
}

.impact-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.impact-card h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.impact-card p {
    color: #cccccc;
    line-height: 1.6;
}

/* ========================================
   PLATFORM & EDITION CARDS - ENHANCED
   ======================================== */

.platforms-grid,
.editions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.platform-card,
.edition-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.platform-card:hover,
.edition-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 255, 136, 0.3);
}

.platform-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.platform-card:hover .platform-icon {
    transform: scale(1.1);
    background: rgba(0, 255, 136, 0.2);
}

.platform-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.platform-card h3,
.edition-card h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.platform-card p,
.edition-card p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.platform-price,
.edition-price {
    font-size: 2rem;
    font-weight: 700;
    color: #00ff88;
    margin: 1.5rem 0;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

.edition-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.edition-features li {
    padding: 0.5rem 0;
    color: #cccccc;
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
}

.edition-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00ff88;
    font-weight: bold;
}

.edition-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
    color: #000000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.edition-card.featured {
    border-color: rgba(0, 255, 136, 0.4);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.1);
}

/* ========================================
   SYSTEM REQUIREMENTS STYLES
   ======================================== */

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.requirement-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.requirement-card h3 {
    color: #00ff88;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.requirement-list {
    list-style: none;
    padding: 0;
}

.requirement-list li {
    padding: 0.8rem 0;
    color: #cccccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.requirement-list li:last-child {
    border-bottom: none;
}

.requirement-list strong {
    color: #ffffff;
    font-weight: 600;
}

/* ========================================
   RESPONSIVE DESIGN FOR NEW COMPONENTS
   ======================================== */

@media (max-width: 768px) {
    .feedback-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .feedback-grid,
    .impact-grid,
    .platforms-grid,
    .editions-grid,
    .requirements-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
}

    .feedback-form,
    .feedback-card,
    .impact-card,
    .platform-card,
    .edition-card,
    .requirement-card {
        padding: 2rem;
    }
    
    .platform-icon {
        width: 60px;
        height: 60px;
    }
    
    .platform-price,
    .edition-price {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .feedback-form,
    .feedback-card,
    .impact-card,
    .platform-card,
    .edition-card,
    .requirement-card {
        padding: 1.5rem;
    }
    
    .feature-list li,
    .edition-features li {
        font-size: 0.9rem;
    }
    
    .impact-icon {
        font-size: 2.5rem;
    }
} 