﻿/* ===========================
   ANNOUNCEMENTS PAGE STYLES
   =========================== */

/* ANNOUNCEMENTS HERO SECTION */
.announcements-hero {
    position: relative;
    height: 45vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    overflow: hidden;
}

.announcements-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 42, 42, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.announcements-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 42, 42, 0.15) 100%);
}

.announcements-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb {
    font-size: 0.9rem;
    color: #aaaaaa;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.breadcrumb a {
    color: #ff2a2a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb a:hover {
    color: #ff4444;
}

.announcements-hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(255, 42, 42, 0.3);
}

.announcements-hero-content p {
    font-size: 1.1rem;
    color: #aaaaaa;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* FEATURED PROJECT SECTION */
.featured-project {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0a0a0a 0%, rgba(255, 42, 42, 0.02) 100%);
    border-bottom: 1px solid rgba(255, 42, 42, 0.1);
}

.featured-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.featured-image {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, rgba(255, 42, 42, 0.2), rgba(255, 42, 42, 0.1));
    border: 2px solid rgba(255, 42, 42, 0.2);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.featured-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 42, 42, 0.15) 100%);
}

.featured-container:hover .featured-image {
    border-color: #ff2a2a;
    box-shadow: 0 0 40px rgba(255, 42, 42, 0.3);
    transform: scale(1.03);
}

.featured-label {
    display: inline-block;
    background: #ff2a2a;
    color: #0a0a0a;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.featured-content h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.featured-genre {
    color: #ff2a2a;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.featured-description {
    color: #aaaaaa;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.featured-meta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background: rgba(255, 42, 42, 0.05);
    border: 1px solid rgba(255, 42, 42, 0.1);
    border-radius: 8px;
}

.meta-item {
    color: #aaaaaa;
    font-size: 0.95rem;
    line-height: 1.6;
}

.meta-item strong {
    color: #ffffff;
    font-weight: 600;
}

.status-badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 0.5rem;
}

.status-badge.in-development {
    background: rgba(255, 42, 42, 0.2);
    color: #ff2a2a;
}

.status-badge.coming-soon {
    background: rgba(100, 150, 200, 0.2);
    color: #64b3ff;
}

.featured-platforms {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.platform-btn-featured {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    background: rgba(255, 42, 42, 0.1);
    border: 1px solid rgba(255, 42, 42, 0.3);
    color: #aaaaaa;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.platform-btn-featured:hover {
    background: rgba(255, 42, 42, 0.2);
    border-color: #ff2a2a;
    color: #ff2a2a;
}

.featured-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

/* UPCOMING PROJECTS SECTION */
.upcoming-projects {
    padding: 5rem 0;
    background: #0a0a0a;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 4rem;
    text-align: center;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #aaaaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.project-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 8rem;
    animation: slideDown 0.6s ease-out;
}

.project-block.project-2 {
    grid-template-columns: 1fr 1fr;
}

.project-block.project-2 .project-image {
    order: 2;
}

.project-block.project-2 .project-content {
    order: 1;
}

.project-image {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, rgba(255, 42, 42, 0.15), rgba(255, 42, 42, 0.05));
    border: 2px solid rgba(255, 42, 42, 0.2);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.project-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 42, 42, 0.1) 100%);
}

.project-block:hover .project-image {
    border-color: #ff2a2a;
    box-shadow: 0 0 40px rgba(255, 42, 42, 0.3);
    transform: scale(1.04);
}

.project-label {
    display: inline-block;
    background: rgba(255, 42, 42, 0.2);
    color: #ff2a2a;
    padding: 0.4rem 1rem;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.project-content h3 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.project-genre {
    color: #ff2a2a;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.project-description {
    color: #aaaaaa;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.project-meta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 42, 42, 0.03);
    border: 1px solid rgba(255, 42, 42, 0.1);
    border-radius: 8px;
}

.project-platforms {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.platform-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 42, 42, 0.1);
    border: 1px solid rgba(255, 42, 42, 0.2);
    color: #aaaaaa;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.platform-btn:hover {
    background: rgba(255, 42, 42, 0.2);
    border-color: #ff2a2a;
    color: #ff2a2a;
}

.btn-small {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
}

.project-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

/* CTA SECTION */
.cta {
    background: linear-gradient(135deg, #ff2a2a 0%, #ff4444 100%);
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.cta h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .featured-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .featured-image {
        height: 350px;
    }

    .project-block {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 5rem;
    }

    .project-block.project-2 .project-image {
        order: 1;
    }

    .project-block.project-2 .project-content {
        order: 2;
    }

    .project-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .announcements-hero {
        height: 40vh;
        margin-top: 100px;
    }

    .announcements-hero-content h1 {
        font-size: 2.2rem;
    }

    .featured-container {
        padding: 0 1rem;
    }

    .featured-content {
        order: 1;
    }

    .featured-buttons,
    .project-buttons {
        flex-direction: column;
    }

    .featured-buttons .btn-primary,
    .featured-buttons .btn-secondary,
    .project-buttons .btn-primary,
    .project-buttons .btn-secondary {
        width: 100%;
    }

    .project-meta {
        padding: 1rem;
    }

    .featured-platforms,
    .project-platforms {
        flex-direction: column;
        gap: 0.8rem;
    }

    .platform-btn-featured,
    .platform-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .announcements-hero-content h1 {
        font-size: 1.8rem;
    }

    .announcements-hero-content p {
        font-size: 0.95rem;
    }

    .featured-image {
        height: 250px;
    }

    .featured-content h2 {
        font-size: 1.8rem;
    }

    .project-content h3 {
        font-size: 1.5rem;
    }

    .project-image {
        height: 250px;
    }

    .featured-meta,
    .project-meta {
        padding: 1rem;
    }

    .cta h2 {
        font-size: 1.8rem;
    }

    .cta p {
        font-size: 0.95rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons button {
        width: 100%;
    }
}
