/* ===========================
   Project Page Specific Styles
   =========================== */

/* Project Header */
.project-header {
    padding: 3rem 2rem 2rem;
    text-align: center;
    position: relative;
}

.header-content {
    max-width: 900px;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-in;
}

.back-link {
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2c2c2c;
    text-decoration: none;
    padding: 0.6rem 2rem 0.6rem 0.5rem;
    background: url('../images/textures/navbar.png') center center;
    background-size: cover;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    text-align: left;
}

.back-link:hover {
    opacity: 0.7;
}

.project-title {
    font-family: 'Neon', sans-serif;
    font-size: 4rem;
    color: #ffffff;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.project-subtitle {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
}

.project-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    font-family: 'Overpass', sans-serif;
    font-size: 1rem;
    color: #ffffff;
}

.meta-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.meta-item strong {
    font-weight: 700;
}

/* Project Content */
.project-content {
    padding: 2rem;
}

.content-container {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Hero Image */
.project-hero-image {
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.project-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content Sections */
.content-section {
    margin-bottom: 3rem;
    animation: fadeIn 0.8s ease-in;
}

.content-section h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #FF6B6B;
    padding-bottom: 0.5rem;
}

.content-section p {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}

/* Impact Grid */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.impact-card {
    background: linear-gradient(135deg, #FF8E53 0%, #FF6B6B 100%);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-5px);
}

.impact-number {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.impact-label {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.impact-card p {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Tech Stack */
.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.tech-tag {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    background: #2c2c2c;
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.tech-tag:hover {
    background: #FF6B6B;
    transform: translateY(-2px);
}

/* Features List */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1.5rem;
}

.feature-item {
    background: #f9f9f9;
    padding: 1.5rem;
    border-left: 4px solid #FF8E53;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.feature-item h3 {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #2c2c2c;
    margin-bottom: 0.8rem;
}

.feature-item p {
    font-size: 1rem;
    color: #555;
    margin: 0;
}

/* Challenges */
.challenge-item {
    background: #fff5f5;
    padding: 1.5rem;
    border-left: 4px solid #FF6B6B;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.challenge-item h3 {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #c44;
    margin-bottom: 0.8rem;
}

.challenge-item p {
    font-size: 1rem;
    color: #555;
    margin: 0;
}

.challenge-item strong {
    color: #2c2c2c;
    font-weight: 700;
}

/* Testimonial */
.testimonial-section {
    background: linear-gradient(135deg, #FFE5B4 0%, #FFDAB9 100%);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.testimonial {
    margin: 0;
    font-style: italic;
}

.testimonial p {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: #2c2c2c;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.testimonial cite {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #666;
    font-style: normal;
}

/* Project Tags */
.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.tag {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    background: linear-gradient(135deg, #FF8E53 0%, #FF6B6B 100%);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* ===========================
   Responsive Design
   =========================== */

/* Tablets */
@media (max-width: 1024px) {
    .project-title {
        font-size: 3rem;
    }

    .project-subtitle {
        font-size: 1.3rem;
    }

    .content-container {
        padding: 2rem;
    }

    .impact-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .project-header {
        padding: 2rem 1rem;
    }

    .project-title {
        font-size: 2.5rem;
        text-shadow:
            2px 2px 0px #FF6B6B,
            4px 4px 0px #FF8E53,
            6px 6px 15px rgba(0, 0, 0, 0.6);
    }

    .project-subtitle {
        font-size: 1.2rem;
    }

    .project-meta {
        flex-direction: column;
        gap: 1rem;
    }

    .content-container {
        padding: 1.5rem;
    }

    .content-section h2 {
        font-size: 2rem;
    }

    .impact-number {
        font-size: 2.5rem;
    }

    .impact-label {
        font-size: 1.1rem;
    }

    .tech-stack,
    .project-tags {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .project-title {
        font-size: 2rem;
    }

    .project-subtitle {
        font-size: 1rem;
    }

    .back-link {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

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

    .impact-number {
        font-size: 2rem;
    }
}
