/* PARTNERSHIPS.CSS - Strategic Community Development Partnership Styles */
/* Chicago Neighborhood Soccer - Professional Partnership Focus */

/* Page Header - Professional & Trustworthy */
.page-header {
    background: linear-gradient(135deg, rgba(55, 65, 81, 0.9) 0%, rgba(22, 163, 74, 0.8) 50%, rgba(249, 115, 22, 0.7) 100%), 
                url('../hero/support_our_community.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

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

.partnership-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: 4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.partnership-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    color: #f3f4f6;
    margin-bottom: 1rem;
    font-weight: 500;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.partnership-mission {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    color: #e5e7eb;
    max-width: 600px;
    margin: 0 auto;
    font-style: italic;
    opacity: 0.9;
}

/* Nonprofit Credentials Section */
.nonprofit-credentials {
    background: white;
    padding: 100px 0;
}

.credentials-header {
    text-align: center;
    margin-bottom: 3rem;
}

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

.credentials-header p {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

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

.credential-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);
}

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

.credential-icon {
    width: 70px;
    height: 70px;
    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: 1.8rem;
}

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

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

.credential-card strong {
    color: #374151;
}

/* External Validation */
.external-validation {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: white;
    padding: 3rem;
    border-radius: 20px;
    margin: 3rem 0;
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.2);
}

.external-validation h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    color: white;
}

.validation-highlight {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ymca-recognition h4 {
    font-family: 'Poppins', sans-serif;
    color: #fbbf24;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ymca-recognition p {
    color: white;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.validation-link {
    color: #fbbf24;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: opacity 0.3s ease;
}

.validation-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

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

.partner-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-item strong {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    display: block;
    margin-bottom: 0.5rem;
}

.partner-item span {
    font-family: 'Open Sans', sans-serif;
    color: #e5e7eb;
    font-size: 0.9rem;
}

/* Partnership ROI Section */
.partnership-roi {
    background: linear-gradient(135deg, #374151 0%, #4b5563 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.roi-header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.roi-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

.roi-stat {
    background: rgba(255,255,255,0.1);
    padding: 2.5rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.roi-stat:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
}

.roi-number {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    color: #16a34a;
}

.roi-label {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.9;
}

.partnership-value {
    background: rgba(255,255,255,0.1);
    padding: 3rem;
    border-radius: 20px;
    margin: 3rem 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.partnership-value h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: white;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: left;
}

.value-item h4 {
    font-family: 'Poppins', sans-serif;
    color: #fbbf24;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.value-item p {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}

/* Partnership Levels Section */
.partnership-levels {
    background: white;
    padding: 100px 0;
}

.levels-header {
    text-align: center;
    margin-bottom: 3rem;
}

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

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

.investment-philosophy {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin: 3rem auto;
    max-width: 800px;
    border-left: 5px solid #16a34a;
}

.investment-philosophy h3 {
    font-family: 'Poppins', sans-serif;
    color: #16a34a;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.investment-philosophy p {
    font-family: 'Open Sans', sans-serif;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

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

.partnership-card {
    background: white;
    border: 3px solid #f3f4f6;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

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

.partnership-card.featured {
    border-color: #16a34a;
    background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
    transform: scale(1.02);
}

.partnership-card.featured::before {
    content: "FOUNDATION FAVORITE";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #16a34a;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

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

.partnership-investment {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #16a34a;
    margin: 1rem 0;
}

.partnership-description {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    margin-bottom: 2rem;
    font-style: italic;
}

.partnership-benefits {
    text-align: left;
    margin: 2rem 0;
}

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

.partnership-benefits ul {
    list-style: none;
    padding: 0;
}

.partnership-benefits li {
    margin: 0.8rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #4b5563;
}

.partnership-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: bold;
    font-size: 1.2rem;
}

.partnership-cta {
    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;
    margin-top: 1rem;
}

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

.partnership-cta.secondary {
    background: transparent;
    color: #16a34a;
    border: 2px solid #16a34a;
}

.partnership-cta.secondary:hover {
    background: #16a34a;
    color: white;
}

/* Custom Partnerships Section */
.custom-partnerships {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 80px 0;
}

.custom-header {
    text-align: center;
    margin-bottom: 3rem;
}

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

.custom-header p {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    font-size: 1.2rem;
}

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

.partnership-type {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
}

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

.type-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.partnership-type h3 {
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.partnership-type p {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.type-cta {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.type-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(249, 115, 22, 0.3);
    color: white;
}

/* Tax Benefits Section */
.tax-benefits {
    background: white;
    padding: 80px 0;
}

.tax-header {
    text-align: center;
    margin-bottom: 3rem;
}

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

.tax-header p {
    font-family: 'Open Sans', sans-serif;
    color: #6b7280;
    font-size: 1.2rem;
}

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

.tax-card {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #fbbf24;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

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

.tax-card p {
    font-family: 'Open Sans', sans-serif;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.tax-card strong {
    color: #374151;
}

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

.compliance-note h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.compliance-note p {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}

/* Partnership Development Section */
.partnership-development {
    background: linear-gradient(135deg, #374151 0%, #4b5563 100%);
    color: white;
    padding: 100px 0;
}

.development-header {
    text-align: center;
    margin-bottom: 3rem;
}

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

.development-header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    opacity: 0.9;
}

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

.step-card {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.step-card:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
}

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

.step-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.step-card p {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}

.development-cta {
    background: rgba(255,255,255,0.1);
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    margin: 3rem auto;
    max-width: 700px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.development-cta h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.development-cta p {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.development-button {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #374151;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.development-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
    color: #374151;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.8rem;
    }
    
    .partnership-grid {
        grid-template-columns: 1fr;
    }
    
    .partnership-card.featured {
        transform: none;
    }
    
    .credentials-grid {
        grid-template-columns: 1fr;
    }
    
    .roi-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partnership-types {
        grid-template-columns: 1fr;
    }
    
    .value-grid {
        grid-template-columns: 1fr;
    }
    
    .development-steps {
        grid-template-columns: 1fr;
    }
    
    .tax-info {
        grid-template-columns: 1fr;
    }
    
    .partner-logos {
        grid-template-columns: 1fr;
    }
}