/*
 * Lions Fundraising Stylesheet
 * Professionele layout met focus op verkoop
 */

:root {
    --lions-blue: #003366;
    --lions-gold: #FFCC00;
    --white: #ffffff;
    --light-grey: #f4f7f6;
    --text-dark: #333333;
    --text-light: #666666;
}

/* Container */
.fundraising-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Hero Section - Verkoop Eerst */
.fundraising-hero-pro {
    background: linear-gradient(135deg, var(--lions-blue) 0%, #004d99 100%);
    border-radius: 4px;
    padding: 50px 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0, 51, 102, 0.2);
    text-align: center;
    color: white;
}

.fundraising-hero-pro h1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.2;
    color: white;
}

.fundraising-hero-pro .hero-subtitle {
    font-size: 1.875rem;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.fundraising-hero-meta {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 25px;
    border-radius: 8px;
    margin: 15px 0;
    font-size: 1.1rem;
}

.fundraising-hero-meta .meta-item-pro {
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.fundraising-hero-meta .meta-item-pro:last-child {
    margin-bottom: 0;
}

.fundraising-hero-meta .meta-item-pro i {
    width: 20px;
    text-align: center;
}

/* Call to Action Knop - Prominente Positie */
.fundraising-cta-hero {
    margin-top: 30px;
}

.fundraising-order-button {
    display: inline-block;
    padding: 15px 45px;
    background: var(--lions-gold);
    color: var(--lions-blue);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid var(--lions-gold);
}

.fundraising-order-button:hover {
    background: white;
    color: var(--lions-blue);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 204, 0, 0.5);
}

/* Content Grid Layout */
.fundraising-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    align-items: start;
}

/* Afbeelding Sectie */
.fundraising-image-section {
    position: relative;
}

.fundraising-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Tekst Sectie */
.fundraising-text-section {
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--text-dark);
    border-top: 5px solid var(--lions-gold);
    border-bottom: 5px solid var(--lions-gold);
    padding: 25px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.fundraising-text-section h2 {
    color: var(--lions-blue);
    font-size: 2rem;
    margin: 0 0 20px;
    font-weight: 700;
}

.fundraising-text-section h3 {
    color: var(--lions-blue);
    font-size: 1.5rem;
    margin: 25px 0 15px;
    font-weight: 600;
}

.fundraising-text-section p {
    margin-bottom: 20px;
}

.fundraising-text-section img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
}

/* Uitgelichte Tekst met Gele Achtergrond */
.fundraising-featured-text {
    background: var(--lions-gold);
    color: var(--lions-blue);
    padding: 40px 40px;
    margin-bottom: 7.5%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 4px;
    text-align: center;
}

/* Tekst Volle Breedte Onder Afbeelding */
.fundraising-text-full {
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--text-dark);
    margin-top: 7.5%;
    margin-bottom: 7.5%;
}

.fundraising-text-full h2 {
    color: var(--lions-blue);
    font-size: 2rem;
    margin: 0 0 20px;
    font-weight: 700;
}

.fundraising-text-full h3 {
    color: var(--lions-blue);
    font-size: 1.5rem;
    margin: 25px 0 15px;
    font-weight: 600;
}

.fundraising-text-full p {
    margin-bottom: 20px;
}

.fundraising-text-full img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
}

/* Downloads Sectie */
.fundraising-downloads-pro {
    margin: 60px 0;
}

.fundraising-downloads-pro h2 {
    color: var(--lions-blue);
    font-size: 2.2rem;
    margin: 0 0 30px;
    font-weight: 700;
}

.download-list-pro {
    list-style: none;
    padding: 0;
    margin: 0;
}

.download-item-pro {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.download-item-pro:last-child {
    border-bottom: none;
}

.download-card-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.download-info-pro {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.download-name-pro {
    color: var(--lions-blue);
    font-weight: 600;
    font-size: 1.1rem;
}

.download-meta-pro {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 400;
}

.download-actions-pro {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
    align-items: center;
}

.download-btn-pro {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease;
}

.download-btn-pro:hover {
    transform: scale(1.2);
}

.download-btn-view {
    color: var(--lions-blue);
}

.download-btn-download {
    color: var(--lions-gold);
}

.download-btn-pro i {
    font-size: 1.5rem;
    line-height: 1;
}

/* Back Button */
.back-button-pro {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: var(--light-grey);
    color: var(--lions-blue);
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 40px;
}

.back-button-pro:hover {
    background: var(--lions-blue);
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fundraising-hero-pro {
        padding: 40px 30px;
    }

    .fundraising-hero-pro h1 {
        font-size: 2rem;
    }

    .fundraising-hero-pro .hero-subtitle {
        font-size: 1rem;
    }

    .fundraising-hero-meta {
        gap: 8px;
    }

    .fundraising-order-button {
        padding: 16px 40px;
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

    .fundraising-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .download-card-pro {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-actions-pro {
        width: 100%;
        flex-direction: column;
    }

    .download-btn-pro {
        width: 100%;
        justify-content: center;
    }
}

/* Print Friendly */
@media print {
    .fundraising-hero-pro {
        background: white;
        color: black;
        border: 2px solid var(--lions-blue);
    }

    .fundraising-order-button,
    .back-button-pro,
    .download-actions-pro {
        display: none;
    }
}
