.webinar-landing {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

section {
    padding: 100px 0;
}

.webinar-hero {
    background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
    color: #fff;
    text-align: center;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 30px;
}

.hero-meta {
    margin-bottom: 30px;
    opacity: 0.7;
}

.btn-primary {
    display: inline-block;
    background: #0066ff;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #004ecc;
}

.large {
    padding: 18px 40px;
    font-size: 18px;
}

.webinar-speaker {
    background: #f7f7f7;
}

.speaker-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 60px;
    align-items: center;
}

.speaker-photo img {
    width: 100%;
    border-radius: 16px;
}

.webinar-benefits,
.webinar-social {
    text-align: center;
}

.webinar-cta {
    background: #111;
    color: #fff;
    text-align: center;
}
