.kba-webinar-landing-page {
    background: #f8f9fb;
    padding: 70px 0 70px;
    min-height: 70vh;
}

.kba-webinar-landing-hero {
    background: linear-gradient(135deg, #1f3b64, #c40e0e);
    border-radius: 26px;
    padding: 42px;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.kba-webinar-fee-badge {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
}

.kba-webinar-landing-hero h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 16px;
}

.kba-webinar-landing-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.kba-webinar-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.kba-webinar-hero-meta-item {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 14px;
}

.kba-webinar-hero-meta-item span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.kba-webinar-hero-meta-item strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.kba-webinar-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.kba-webinar-primary-btn,
.kba-webinar-secondary-btn {
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 13px;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.kba-webinar-primary-btn {
    background: #c40e0e;
    color: #ffffff;
}

.kba-webinar-primary-btn:hover {
    background: #a90c0c;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.kba-webinar-primary-btn.disabled {
    background: #cbd5e1;
    color: #64748b;
    cursor: not-allowed;
    transform: none;
}

.kba-webinar-secondary-btn {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.kba-webinar-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    text-decoration: none;
}

.kba-webinar-landing-image-wrap {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.18);
}

.kba-webinar-landing-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kba-webinar-landing-placeholder {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 900;
}

.kba-webinar-landing-main-row {
    margin-top: 28px;
}

.kba-webinar-section-card,
.kba-webinar-sticky-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    padding: 26px;
    margin-bottom: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.kba-webinar-section-card h2,
.kba-webinar-sticky-card h3 {
    font-size: 24px;
    font-weight: 900;
    color: #1f3b64;
    margin-bottom: 16px;
}

.kba-webinar-rich-text {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.85;
}

.kba-webinar-point-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.kba-webinar-point-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.kba-webinar-point-item span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #c40e0e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex: 0 0 26px;
}

.kba-webinar-point-item p {
    color: #374151;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
}

/* Who Should Attend */
.kba-webinar-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.kba-webinar-audience-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px;
}

.kba-webinar-audience-card span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1f3b64;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    flex: 0 0 26px;
}

.kba-webinar-audience-card p {
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

/* Instructor */
.kba-webinar-instructor-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kba-webinar-instructor-avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    background: #e5e7eb;
    flex: 0 0 78px;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.kba-webinar-instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kba-webinar-instructor-placeholder {
    width: 100%;
    height: 100%;
    background: #1f3b64;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
}

.kba-webinar-instructor-box h3 {
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 6px;
}

.kba-webinar-instructor-box p {
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Sidebar */
.kba-webinar-sticky-card {
    position: sticky;
    top: 100px;
}

.kba-webinar-detail-list {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.kba-webinar-detail-list div {
    background: #f8fafc;
    border-radius: 14px;
    padding: 13px;
}

.kba-webinar-detail-list span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.kba-webinar-detail-list strong {
    color: #111827;
    font-size: 14px;
    font-weight: 900;
}

.kba-webinar-sidebar-cta {
    background: linear-gradient(135deg, #fff5f5, #f8fafc);
    border: 1px solid #fee2e2;
    border-radius: 18px;
    padding: 18px;
}

.kba-webinar-sidebar-cta h4 {
    font-size: 18px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 14px;
}

.kba-webinar-sidebar-cta .kba-webinar-primary-btn {
    width: 100%;
}

/* FAQ */
.kba-webinar-faq-list {
    display: grid;
    gap: 12px;
}

.kba-webinar-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}

.kba-webinar-faq-question {
    width: 100%;
    border: 0;
    background: #f8fafc;
    color: #111827;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    transition: background 0.25s ease, color 0.25s ease;
}

.kba-webinar-faq-question span {
    flex: 1;
}

.kba-webinar-faq-question strong {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #c40e0e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    flex: 0 0 28px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.kba-webinar-faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 18px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.75;
    border-top: 0 solid #e5e7eb;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease, border-top-width 0.25s ease;
}

.kba-webinar-faq-item.active .kba-webinar-faq-answer {
    max-height: 500px;
    opacity: 1;
    padding: 16px 18px;
    border-top-width: 1px;
}

.kba-webinar-faq-item.active .kba-webinar-faq-question {
    background: #fff5f5;
    color: #1f3b64;
}

.kba-webinar-faq-item.active .kba-webinar-faq-question strong {
    transform: rotate(180deg);
}

/* Modal */
.kba-webinar-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
    z-index: 99999;
    display: none;
    padding: 22px;
    overflow-y: auto;
}

.kba-webinar-modal.kba-modal-is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.kba-modal-open {
    overflow: hidden;
}

.kba-webinar-modal-dialog {
    width: 100%;
    max-width: 980px;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.kba-webinar-modal.kba-registration-modal .kba-webinar-modal-dialog {
    max-width: 720px;
}

.kba-webinar-modal.kba-recording-modal .kba-webinar-modal-dialog {
    max-width: 980px;
}

.kba-webinar-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    background: #ffffff;
}

.kba-webinar-modal-header h3 {
    font-size: 22px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 5px;
}

.kba-webinar-modal-header p {
    color: #6b7280;
    margin-bottom: 0;
}

.kba-webinar-modal-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    background: #f1f5f9;
    color: #111827;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 38px;
}

.kba-webinar-modal-close:hover {
    background: #e2e8f0;
}

.kba-webinar-modal-body {
    background: #ffffff;
}

.kba-webinar-modal-content {
    width: 100%;
}

.kba-webinar-modal-content iframe {
    width: 100%;
    border: 0;
    display: block;
}

.kba-webinar-modal.kba-registration-modal .kba-webinar-modal-content iframe {
    height: 390px;
}

.kba-webinar-modal.kba-recording-modal .kba-webinar-modal-content iframe {
    height: 650px;
}


/* Responsive */
@media (max-width: 991px) {
    .kba-webinar-landing-hero {
        padding: 30px;
    }

    .kba-webinar-landing-hero h1 {
        font-size: 34px;
    }

    .kba-webinar-landing-image-wrap {
        margin-top: 24px;
    }

    .kba-webinar-sticky-card {
        position: static;
    }

    .kba-webinar-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kba-webinar-point-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .kba-webinar-landing-page {
        padding: 30px 0 50px;
    }

    .kba-webinar-landing-hero {
        padding: 24px;
        border-radius: 22px;
    }

    .kba-webinar-landing-hero h1 {
        font-size: 28px;
    }

    .kba-webinar-landing-hero p {
        font-size: 15px;
    }

    .kba-webinar-hero-meta {
        grid-template-columns: 1fr;
    }

    .kba-webinar-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .kba-webinar-primary-btn,
    .kba-webinar-secondary-btn {
        width: 100%;
    }

    .kba-webinar-section-card,
    .kba-webinar-sticky-card {
        padding: 20px;
        border-radius: 18px;
    }

    .kba-webinar-section-card h2,
    .kba-webinar-sticky-card h3 {
        font-size: 21px;
    }

    .kba-webinar-audience-grid {
        grid-template-columns: 1fr;
    }

    .kba-webinar-instructor-box {
        align-items: flex-start;
    }

    .kba-webinar-instructor-avatar {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .kba-webinar-modal {
        padding: 12px;
        align-items: flex-start;
    }

    .kba-webinar-modal.kba-modal-is-open {
        align-items: flex-start;
    }

    .kba-webinar-modal-dialog {
        border-radius: 18px;
        margin-top: 20px;
    }

    .kba-webinar-modal-header {
        padding: 16px;
    }

    .kba-webinar-modal-header h3 {
        font-size: 18px;
        line-height: 1.35;
    }

    .kba-webinar-modal-header p {
        font-size: 14px;
    }

    .kba-webinar-modal-close {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 24px;
    }

    .kba-webinar-modal.kba-registration-modal .kba-webinar-modal-content iframe {
        height: 430px;
    }

    .kba-webinar-modal.kba-recording-modal .kba-webinar-modal-content iframe,
    .kba-recording-embed-wrap iframe,
    .kba-recording-embed-wrap video,
    .kba-recording-embed-wrap embed {
        height: 360px !important;
    }
}

@media (max-width: 480px) {
    .kba-webinar-landing-hero h1 {
        font-size: 25px;
    }

    .kba-webinar-fee-badge {
        font-size: 12px;
        padding: 7px 12px;
    }

    .kba-webinar-landing-image-wrap {
        border-radius: 16px;
    }

    .kba-webinar-rich-text {
        font-size: 14px;
    }

    .kba-webinar-point-item,
    .kba-webinar-audience-card {
        padding: 12px;
    }

    .kba-webinar-modal.kba-recording-modal .kba-webinar-modal-content iframe,
    .kba-recording-embed-wrap iframe,
    .kba-recording-embed-wrap video,
    .kba-recording-embed-wrap embed {
        height: 300px !important;
    }
}
