/* Pickup Soccer Page Styles */

.pickup-hero {
    background: linear-gradient(135deg, rgba(0, 100, 180, 0.9) 0%, rgba(30, 130, 200, 0.8) 100%), 
                url('../nbhd_simple_logo_2025-07.png') left top;
    background-size: contain, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    color: white;
    padding: 80px 0;
    text-align: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.pickup-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    line-height: 1.1;
}

.pickup-hero .hero-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    color: #f3f4f6;
    margin: 1rem 0;
    font-weight: 500;
    opacity: 0.95;
}

.pickup-hero .hero-stats {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

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

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

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

.pickup-hero .hero-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.pickup-hero .hero-cta-buttons .btn-primary {
    font-size: 1.1rem;
    padding: 16px 28px;
}

.pickup-hero .hero-cta-buttons .btn-secondary {
    font-size: 1rem;
    padding: 14px 24px;
}

.pickup-hero .hero-note {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #ffffff;
    opacity: 0.9;
}

.search-keywords {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 2rem;
    border-radius: 15px;
    margin: 2rem auto;
    max-width: 800px;
    backdrop-filter: blur(10px);
}

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

.game-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-left: 5px solid #16a34a;
}

.neighborhoods-section {
    background: #f9fafb;
    padding: 80px 0;
}

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

.neighborhood-tag {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
}

/* Pickup page specific sections */
.pickup-schedule-section {
    padding: 80px 0;
    background: white;
}

.pickup-benefits-section {
    text-align: center;
    margin: 3rem 0;
}

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

.pickup-cta-section {
    padding: 80px 0;
    background: #16a34a;
    color: white;
    text-align: center;
}

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

.pickup-footer-search {
    margin-top: 3rem;
}

.pickup-footer-search p {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Game card color variations */
.game-card h3.monday-suburbs {
    color: #f59e0b;
    margin-bottom: 1rem;
}

.game-card h3.tuesday-pickup {
    color: #16a34a;
    margin-bottom: 1rem;
}

.game-card h3.womens-wednesday {
    color: #dc2626;
    margin-bottom: 1rem;
}

.game-card h3.thursday-pickup {
    color: #0ea5e9;
    margin-bottom: 1rem;
}

.game-card h3.friday-fun {
    color: #7c3aed;
    margin-bottom: 1rem;
}

.game-card h3.saturday-series {
    color: #ec4899;
    margin-bottom: 1rem;
}

/* Benefits section styling */
.benefits-item h4 {
    color: #16a34a;
}

/* Responsive design */
@media (max-width: 768px) {
    .pickup-hero {
        padding: 60px 0;
        min-height: 40vh;
    }
    
    .pickup-hero h1 {
        font-size: 2.2rem;
    }
    
    .pickup-hero .hero-subtitle {
        font-size: 1rem;
    }
    
    .pickup-hero .hero-stats {
        gap: 1rem;
    }
    
    .pickup-hero .hero-stat-card {
        padding: 0.7rem 1rem;
    }
    
    .pickup-hero .hero-stat-number {
        font-size: 1.4rem;
    }
    
    .pickup-hero .hero-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .pickup-hero .hero-cta-buttons .btn-primary,
    .pickup-hero .hero-cta-buttons .btn-secondary {
        width: 100%;
        max-width: 280px;
    }
    
    .search-keywords {
        padding: 1rem;
        margin: 1.5rem auto;
    }
    
    .games-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 2rem 0;
    }
    
    .pickup-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .neighborhoods-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .pickup-hero h1 {
        font-size: 1.8rem;
    }
    
    .pickup-hero .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .pickup-hero .hero-stats {
        flex-direction: column;
        align-items: center;
    }
    
    .pickup-hero .hero-stat-card {
        width: 200px;
    }
}

/* Pickup Visual Showcase Section */
.pickup-showcase {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

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

.showcase-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.showcase-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}

.showcase-item:hover {
    transform: translateY(-3px);
}

.showcase-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.showcase-item video {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.showcase-item.large {
    grid-column: 1 / -1;
}

.showcase-item.large img,
.showcase-item.large video {
    height: 250px;
}

.showcase-content h3 {
    font-family: 'Poppins', sans-serif;
    color: #1f2937;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.showcase-content p {
    color: #6b7280;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.leaders-info {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-top: 2rem;
}

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

.leader-item {
    background: #f8fafc;
    padding: 0.8rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

.leader-item strong {
    color: #16a34a;
}

@media (max-width: 768px) {
    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .showcase-media {
        grid-template-columns: 1fr;
    }
}
