/* Events Hero */
.events-hero {
    background: linear-gradient(135deg, #1e3c72 0%, #174189 50%, #172a7d 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

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

.events-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: fadeInUp 1s ease;
}

.events-hero p {
    font-size: 20px;
    opacity: 0.9;
}

/* Events Container */
.events-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Events Overview */
.events-overview {
    padding: 80px 20px;
    background: #fff;
}

.events-intro h2 {
    font-size: 36px;
    color: #1e3c72;
    margin-bottom: 25px;
    text-align: center;
}

.events-intro p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: center;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* Benefits Grid */
.events-benefits {
    background: #f8f9fa;
    padding: 80px 20px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.benefit-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 22px;
    color: #1e3c72;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* Market Research Section */
.events-market-research {
    padding: 80px 20px;
    background: #fff;
}

.market-research-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.market-research-content h2 {
    font-size: 36px;
    color: #1e3c72;
    margin-bottom: 25px;
}

.market-research-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
}

.research-highlight {
    margin-top: 30px;
    padding: 30px 35px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 12px;
    color: white;
}

.research-highlight p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 19px;
    margin-bottom: 0;
}

/* Email Marketing Section */
.events-email-marketing {
    padding: 80px 20px;
    background: #f8f9fa;
}

.email-marketing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.email-marketing-text h2 {
    font-size: 32px;
    color: #1e3c72;
    margin-bottom: 20px;
    line-height: 1.3;
}

.email-marketing-text p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.email-marketing-visual {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.em-visual-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 18px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 4px solid #2a5298;
}

.em-visual-card:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.em-visual-icon {
    font-size: 36px;
    flex-shrink: 0;
}

.em-visual-card h4 {
    font-size: 17px;
    color: #1e3c72;
    margin-bottom: 4px;
}

.em-visual-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

/* Banners & Templates Section */
.events-banners {
    padding: 80px 20px;
    background: #fff;
}

.banners-content {
    max-width: 850px;
    margin: 0 auto;
}

.banners-content h2 {
    font-size: 36px;
    color: #1e3c72;
    margin-bottom: 25px;
    text-align: center;
}

.banners-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: center;
}

/* Social Media Marketing Section */
.events-social-media {
    padding: 80px 20px;
    background: #f8f9fa;
}

.social-media-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.social-media-content h2 {
    font-size: 36px;
    color: #1e3c72;
    margin-bottom: 25px;
}

.social-media-content>p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.platform-card {
    background: white;
    padding: 30px 24px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.platform-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.platform-icon {
    font-size: 40px;
    margin-bottom: 14px;
}

.platform-card h4 {
    font-size: 17px;
    color: #1e3c72;
    margin-bottom: 8px;
}

.platform-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

/* Pre-packaged List Building */
.events-list-building {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

.events-list-building h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.list-subtitle {
    text-align: center;
    font-size: 17px;
    opacity: 0.85;
    margin-bottom: 45px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.list-examples-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.list-example-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 16px;
    transition: background 0.3s, transform 0.2s;
}

.list-example-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.list-dot {
    width: 8px;
    height: 8px;
    background: #ff6b35;
    border-radius: 50%;
    flex-shrink: 0;
}

/* CTA Section (shared from styles.css, but overrides if needed) */

/* Responsive */
@media (max-width: 768px) {
    .events-hero {
        padding: 60px 15px;
    }

    .events-hero h1 {
        font-size: 30px;
    }

    .events-hero p {
        font-size: 16px;
    }

    .events-overview {
        padding: 50px 15px;
    }

    .events-intro h2,
    .market-research-content h2,
    .banners-content h2,
    .social-media-content h2,
    .events-list-building h2 {
        font-size: 26px;
    }

    .events-intro p,
    .market-research-content p,
    .banners-content p,
    .social-media-content>p {
        font-size: 16px;
    }

    .events-benefits {
        padding: 50px 15px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .events-market-research {
        padding: 50px 15px;
    }

    .research-highlight {
        padding: 25px 20px;
    }

    .research-highlight p {
        font-size: 16px;
    }

    .events-email-marketing {
        padding: 50px 15px;
    }

    .email-marketing-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .email-marketing-text h2 {
        font-size: 24px;
    }

    .events-banners {
        padding: 50px 15px;
    }

    .events-social-media {
        padding: 50px 15px;
    }

    .platforms-grid {
        grid-template-columns: 1fr;
    }

    .events-list-building {
        padding: 50px 15px;
    }

    .list-examples-grid {
        grid-template-columns: 1fr;
    }
}