/* Shared Page Sections */
.presentation-section, .rse-section, .gallery-section, .partnership-section, .members-section, .contact-section {
    padding: 80px 0;
}

/* Hero & Section Titles */
.hero-overlay h1, .presentation-section > h1, .partnership-section h1 {
    text-align: center;
    font-weight: 700;
    color: #25262a;
}

/* Card Styles (Members, Partners, RSE) */
.member-card, .partner-card, .commitment-card, .offer-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.member-card:hover, .partner-card:hover, .offer-card:hover {
    transform: translateY(-8px);
}

/* Selectors / Filters */
.season-selector, .gallery-filters {
    text-align: center;
    margin: 40px 0 60px 0;
}

/* Contact Specific */
.contact-info-card, .contact-form-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
