/* WOMENS.CSS - Women's Soccer Program Styles */
/* Chicago Neighborhood Soccer - Purpose-Focused Women's Programming */

/* ===== PAGE HEADER ===== */
.page-header {
    background-image: linear-gradient(135deg, rgba(0, 100, 180, 0.9) 0%, rgba(30, 130, 200, 0.8) 100%), url('../gallery_slideshow/womens.jpeg');
    background-size: cover;
    background-position: center 40%;
    color: white;
    padding: 3rem 0;
    min-height: 50vh;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(255, 255, 255, 0.6) 80%);
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.program-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    font-family: 'Open Sans', sans-serif;
}

.page-header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.program-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    color: #f3f4f6;
    margin-bottom: 2rem;
    font-weight: 500;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.header-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* ===== SECTION HEADERS ===== */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ===== COMMUNITY LEADERSHIP SECTION ===== */
.community-leadership {
    background: white;
    padding: 80px 0;
}

.leaders-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.leader-card {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.leader-card:hover {
    border-color: #16a34a;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.leader-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.leader-card h3 {
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.leader-role {
    color: #16a34a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
}

.leader-card p {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.volunteer-highlight {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin: 3rem auto;
    max-width: 700px;
}

.volunteer-highlight h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.volunteer-highlight p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    line-height: 1.6;
}

/* ===== PROGRAM STORY SECTION ===== */
.program-story {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 80px 0;
}

.story-content {
    max-width: 900px;
    margin: 0 auto;
}

.story-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-left: 5px solid #16a34a;
}

.story-header {
    text-align: center;
    margin-bottom: 2rem;
}

.story-header h3 {
    font-family: 'Poppins', sans-serif;
    color: #16a34a;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.story-date {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    font-style: italic;
    margin: 0;
}

.story-body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    color: #4b5563;
}

.story-section {
    margin-bottom: 2rem;
}

.story-section h4 {
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.story-section p {
    margin-bottom: 1rem;
}

.impact-highlight {
    background: rgba(22, 163, 74, 0.1);
    border-left: 4px solid #16a34a;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 10px 10px 0;
}

.impact-highlight p {
    margin: 0;
    font-weight: 600;
    color: #16a34a;
}

.community-shoutout {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #374151;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    text-align: center;
}

.community-shoutout p {
    margin: 0;
    font-weight: 600;
}

.success-callout {
    background: rgba(22, 163, 74, 0.1);
    border: 2px solid #16a34a;
    padding: 1.5rem;
    border-radius: 15px;
    margin: 1.5rem 0;
    text-align: center;
}

.success-callout p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #16a34a;
    margin: 0;
    font-style: italic;
}

.story-signature {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.story-signature p {
    font-family: 'Poppins', sans-serif;
    color: #374151;
    margin: 0.25rem 0;
}

/* ===== PROGRAM FEATURES SECTION ===== */
.program-features {
    background: white;
    padding: 80px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-card {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    border-color: #16a34a;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.feature-card h4 {
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ===== TOURNAMENT SECTION ===== */
.tournament-section {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: white;
    padding: 100px 0;
}

.tournament-section .section-header h2 {
    color: white;
}

.tournament-section .section-subtitle {
    color: #f3f4f6;
    opacity: 0.9;
}

.tournament-content {
    max-width: 800px;
    margin: 0 auto;
}

.tournament-details {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.coming-soon-badge {
    display: inline-block;
    background: #fbbf24;
    color: #374151;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.tournament-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: left;
}

.tournament-info p {
    margin-bottom: 1.5rem;
}

.tournament-highlights {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    margin: 1.5rem 0;
    text-align: left;
}

.tournament-highlights h4 {
    font-family: 'Poppins', sans-serif;
    color: #fbbf24;
    margin-bottom: 1rem;
}

.tournament-highlights ul {
    list-style: none;
    padding: 0;
}

.tournament-highlights li {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.tournament-highlights li:before {
    content: "⚽";
    position: absolute;
    left: 0;
    color: #fbbf24;
}

.tournament-actions {
    margin-top: 2rem;
}

/* ===== REGISTRATION SECTION ===== */
.registration-section {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 80px 0;
}

.registration-form-container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-left: 5px solid #16a34a;
}

.form-intro {
    text-align: center;
    margin-bottom: 2rem;
}

.form-intro h3 {
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-intro p {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    margin: 0;
}

.registration-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.checkbox-item {
    display: flex;
    align-items: center;
    font-weight: normal !important;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.checkbox-item:hover {
    background-color: #f9fafb;
}

.checkbox-item input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
    accent-color: #16a34a;
}

.form-submit {
    text-align: center;
    margin-top: 2rem;
}

.btn-submit {
    width: 100%;
    padding: 15px 30px;
    font-size: 1.1rem;
}

.form-note {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* ===== BUTTON STYLES ===== */
.btn-primary {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(22, 163, 74, 0.3);
    color: white;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 12px 25px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    transform: translateY(-2px);
}

/* ===== MOBILE RESPONSIVENESS ===== */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.4rem;
    }
    
    .program-subtitle {
        font-size: 1.1rem;
    }
    
    .header-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .header-actions .btn-primary,
    .header-actions .btn-secondary {
        width: 100%;
        max-width: 300px;
        margin-bottom: 0.5rem;
    }
    
    .leaders-showcase {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
    
    .registration-form-container {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .tournament-details {
        padding: 2rem;
    }
    
    .story-card {
        padding: 2rem;
    }
    
    .section-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 2rem;
    }
    
    .program-subtitle {
        font-size: 1rem;
    }
    
    .registration-form-container {
        padding: 1.5rem;
    }
    
    .story-card {
        padding: 1.5rem;
    }
    
    .tournament-details {
        padding: 1.5rem;
    }
    
    .feature-card,
    .leader-card {
        padding: 1.5rem;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {
    .feature-card,
    .leader-card,
    .story-card {
        border: 2px solid #374151;
    }
    
    .btn-primary {
        border: 2px solid #374151;
    }
    
    .btn-secondary {
        border: 2px solid white;
    }
}

/* ===== HERO STATS ===== */
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.hero-stat-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.hero-stat-number {
    font-size: 1.8rem;
    font-weight: bold;
}

.hero-stat-number.women-players { color: #ec4899; }
.hero-stat-number.weekly { color: #10b981; }
.hero-stat-number.safe { color: #fbbf24; }

.hero-stat-card.nbhd-powered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nbhd-logo {
    width: 32px;
    height: 32px;
    margin-bottom: 0.3rem;
    filter: brightness(0) invert(1);
}

.hero-stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* ===== SEARCH KEYWORDS BAR ===== */
.search-keywords {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    margin: 2rem 0;
    backdrop-filter: blur(10px);
}

/* ===== PROBLEM/SOLUTION SECTION ===== */
.problem-solution-section {
    background: #fef3f2;
    padding: 3rem 0;
    border-left: 4px solid #ec4899;
}

.problem-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.problem-solution-section h3 {
    margin-bottom: 1.5rem;
}

.problem-solution-section h3.problem-title {
    color: #be185d;
}

.problem-solution-section h3.solution-title {
    color: #059669;
}

.problem-solution-list {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6b7280;
}

.community-infrastructure-callout {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.community-infrastructure-callout h3 {
    color: #be185d;
    margin-bottom: 1rem;
}

.community-infrastructure-callout p {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.community-infrastructure-link {
    color: #be185d;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #ec4899;
}

/* ===== WOMEN'S SHOWCASE SECTION ===== */
.womens-showcase {
    padding: 3rem 0;
    background: #f8fafc;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.showcase-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.showcase-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.showcase-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.showcase-overlay h4 {
    margin: 0;
    font-size: 1.1rem;
}

.showcase-overlay p {
    margin: 0.5rem 0 0 0;
    font-size: 0.9rem;
}

.showcase-cta {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.showcase-cta h3 {
    color: #ec4899;
    margin-bottom: 1rem;
}

.showcase-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #6b7280;
}

.showcase-cta-button {
    background: #ec4899;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
}

/* ===== TOURNAMENT SECTION OVERRIDE ===== */
.tournament-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    padding: 4rem 0;
}

.tournament-section .section-header h2 {
    color: #0c4a6e;
}

.tournament-section .section-subtitle {
    color: #0369a1;
}

.tournament-content-card {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: 0 auto;
}

.tournament-badge {
    background: #fbbf24;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 1rem;
}

.tournament-description {
    font-size: 1.1rem;
    color: #374151;
    margin-bottom: 2rem;
    text-align: center;
}

.tournament-goals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.tournament-goal-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
}

.tournament-goal-card h4 {
    color: #ec4899;
    margin-bottom: 1rem;
}

.tournament-goal-card ul {
    color: #6b7280;
    line-height: 1.6;
}

.tournament-organizing-callout {
    background: #f0f9ff;
    border: 2px solid #a5b4fc;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.tournament-organizing-callout h4 {
    color: #3730a3;
    margin-bottom: 1rem;
}

.tournament-organizing-callout p {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.tournament-actions {
    text-align: center;
    margin-top: 3rem;
}

.tournament-primary-btn {
    background: #ec4899;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    margin-right: 1rem;
}

.tournament-secondary-btn {
    background: #6b7280;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
}

/* ===== MOBILE RESPONSIVENESS ADDITIONS ===== */
@media (max-width: 768px) {
    .problem-solution-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-stats {
        gap: 1rem;
    }
    
    .hero-stat-card {
        padding: 0.8rem 1rem;
    }
    
    .showcase-grid {
        grid-template-columns: 1fr;
    }
    
    .tournament-goals-grid {
        grid-template-columns: 1fr;
    }
    
    .tournament-primary-btn,
    .tournament-secondary-btn {
        display: block;
        margin: 0.5rem auto;
        text-align: center;
    }
    
    .page-header {
        min-height: 40vh;
        padding: 2rem 0;
    }
}

@media (max-width: 480px) {
    .hero-stats {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stat-card {
        width: 200px;
    }
    
    .tournament-content-card,
    .community-infrastructure-callout,
    .showcase-cta {
        padding: 1.5rem;
    }
}