.elementor-256 .elementor-element.elementor-element-c92e54f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* --- CSS VARIABLES & RESET --- */
.kcc-toxin-wrapper {
    --mc-primary: #0a4870;
    --mc-dark: #062e49;
    --mc-light: #f0f7fa;
    --mc-gold: #c5a059;
    --mc-gold-light: #fcf6e8;
    --mc-text: #0f172a;
    --mc-border: #cbd5e1;
    --font-sans: 'Inter', sans-serif;
    --font-serif: 'Playfair Display', serif;
    
    font-family: var(--font-sans);
    color: var(--mc-text);
    line-height: 1.6;
    background-color: #f1f5f9;
    width: 100%;
}
.kcc-toxin-wrapper * { box-sizing: border-box; }

/* UTILITIES */
.kcc-mc-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; width: 100%; }
.relative { position: relative; }
.text-primary { color: var(--mc-primary) !important; }
.text-gold { color: var(--mc-gold) !important; }
.text-white { color: #ffffff !important; }
.text-red { color: #dc2626; }
.text-slate { color: #475569; }
.italic { font-style: italic; }
.h-full { height: 100%; }

/* --- HERO SECTION (VIDEO BG) --- */
.kcc-mc-hero {
    position: relative;
    min-height: 500px;
    background-color: var(--mc-dark);
    display: flex;
    align-items: center;
    padding: 3rem 0;
    overflow: hidden;
}
@media(min-width: 1024px) { .kcc-mc-hero { min-height: 70vh; } }

.hero-video-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }

.kcc-mc-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(6, 46, 73, 0.95) 0%, rgba(6, 46, 73, 0.85) 50%, rgba(6, 46, 73, 0.2) 100%);
    z-index: 1;
}

.kcc-mc-hero-content { position: relative; width: 100%; max-width: 800px; z-index: 10; color: #fff; }

.kcc-mc-tags { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.tag-badge { background: var(--mc-gold); color: #fff; font-size: 0.65rem; font-weight: 700; padding: 0.25rem 0.5rem; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.1em; }
.tag-text { color: var(--mc-gold); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-left: 1px solid var(--mc-gold); padding-left: 0.75rem; }

.kcc-mc-hero-title {
    font-family: var(--font-serif);
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}
@media(min-width: 768px) { .kcc-mc-hero-title { font-size: 3.5rem; } }
.text-gradient { background: -webkit-linear-gradient(0deg, #fff, #f0f7fa, #c5a059); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.kcc-mc-hero-desc { font-size: 1.1rem; font-weight: 500; margin-bottom: 0.5rem; max-width: 600px; }
.sub-desc { display: block; font-size: 1rem; color: #dbeafe; font-weight: 300; margin-top: 0.25rem; }

.kcc-mc-hero-quote {
    color: var(--mc-gold); font-weight: 700; font-size: 0.9rem; font-style: italic;
    border-left: 4px solid var(--mc-gold); padding: 0.5rem 1rem; 
    background: rgba(6, 46, 73, 0.3); backdrop-filter: blur(4px);
    margin: 2rem 0; max-width: 600px; border-radius: 0 8px 8px 0;
}

.kcc-mc-hero-btns { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
@media(min-width: 640px) { .kcc-mc-hero-btns { flex-direction: row; } }

.kcc-btn {
    padding: 0.85rem 2rem; border-radius: 50px; font-weight: 600; font-size: 0.9rem; text-decoration: none; text-align: center; transition: 0.3s; display: inline-flex; justify-content: center; align-items: center; gap: 0.5rem;
}
.btn-white { background: #fff; color: var(--mc-primary); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.btn-white:hover { background: var(--mc-gold); color: #fff; }

.btn-outline { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff !important; backdrop-filter: blur(4px); }
.btn-outline:hover { background: rgba(255,255,255,0.2); color: #fff !important; }

/* --- RIBBONS --- */
.kcc-mc-ribbon { background: #fff; border-bottom: 1px solid #e2e8f0; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.ribbon-desktop { display: none; }
.ribbon-mobile { display: block; padding: 1rem 0; }
@media(min-width: 768px) { 
    .ribbon-desktop { display: flex; align-items: center; justify-content: space-between; }
    .ribbon-mobile { display: none; }
}

.ribbon-col { flex: 1; padding: 0.75rem 1rem; border-right: 1px dashed #e2e8f0; }
.ribbon-col:last-child { border-right: none; }
.ribbon-col.wide { flex: 1.5; }
.ribbon-col.action { display: flex; align-items: center; gap: 1rem; padding-left: 1.5rem; flex: 0 0 auto; }

.lbl { font-size: 0.65rem; color: #94a3b8; text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 0.2rem; display: block; }
.val { font-size: 0.9rem; font-weight: 700; line-height: 1.2; }
.val.small { font-size: 0.75rem; }

/* SUPERSCRIPT FIX */
.val sup {
    font-size: 0.6em;
    vertical-align: top;
    position: relative;
    top: -0.2em;
    margin-left: 1px;
}

.price-group { text-align: right; }
.text-large { font-size: 0.95rem; font-weight: 900; }
.kcc-btn-small { background: var(--mc-primary); color: #fff; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; padding: 0.6rem 1.5rem; border-radius: 50px; text-decoration: none; transition: 0.3s; }
.kcc-btn-small:hover { background: var(--mc-dark); transform: scale(1.05); color: #fff !important; }

/* Mobile Ribbon */
.mob-top { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid #f1f5f9; padding-bottom: 0.75rem; margin-bottom: 0.75rem; }
.trainer-flex { display: flex; align-items: center; gap: 0.5rem; }
.trainer-flex img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.kcc-btn-xs { background: var(--mc-primary); color: #fff; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; padding: 0.5rem 1rem; border-radius: 50px; text-decoration: none; }
.mob-btm { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.mob-col:first-child { border-right: 1px solid #f1f5f9; padding-right: 0.5rem; }

/* --- MAIN CONTENT --- */
.kcc-mc-main { padding: 3rem 0; }
@media(min-width: 768px) { .kcc-mc-main { padding: 4rem 0; } }

.kcc-mc-stack { display: flex; flex-direction: column; gap: 2rem; }
@media(min-width: 768px) { .kcc-mc-stack { gap: 3rem; } }

.kcc-card { background: #fff; border-radius: 1rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); border: 1px solid #e2e8f0; padding: 1.5rem; overflow: hidden; }
@media(min-width: 768px) { .kcc-card { padding: 2.5rem; } }
.no-pad { padding: 0 !important; }

/* Section 1: Overview (GRID FIXED) */
.border-top-primary { border-top: 4px solid var(--mc-primary); }

.kcc-grid-overview { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 2rem; 
}
@media(min-width: 900px) { 
    .kcc-grid-overview { 
        grid-template-columns: 1.5fr 1fr; 
        align-items: start;
        gap: 4rem;
    } 
}

.overview-text { width: 100%; min-width: 0; }
.overview-right-col { width: 100%; }

.section-tag { color: var(--mc-gold); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; display: block; }
.section-tag.white-text { color: rgba(255,255,255,0.7); }
.section-title { font-family: var(--font-serif); font-size: 1.75rem; color: var(--mc-primary); font-weight: 700; margin-bottom: 1rem; }
.section-title.white { color: #fff; }

.prose p { margin-bottom: 1rem; font-size: 0.95rem; color: #334155; }
.highlight-box { background: rgba(10, 72, 112, 0.05); border: 1px solid rgba(10, 72, 112, 0.1); border-radius: 0.5rem; padding: 1rem; margin-bottom: 1.5rem; }
.highlight-box ul { list-style: none; padding: 0; margin: 0; }
.highlight-box li { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; font-size: 0.9rem; }

.kcc-btn-inline { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--mc-primary); color: #fff; font-size: 0.85rem; font-weight: 600; padding: 0.75rem 1.5rem; border-radius: 50px; text-decoration: none; margin-top: 1rem; transition: 0.3s; }
.kcc-btn-inline:hover { background: var(--mc-dark); color: #fff !important; }

/* Quote Box */
.overview-quote { 
    width: 100% !important; 
    background: #f8fafc; 
    border: 1px solid #e2e8f0; 
    border-radius: 0.75rem; 
    padding: 1.5rem; 
    position: relative; 
    margin-top: 1rem;
}
@media(min-width: 900px) { .overview-quote { margin-top: 0; } }

.icon-quote { color: rgba(10, 72, 112, 0.1); font-size: 2rem; position: absolute; top: 1rem; left: 1rem; }
.quote-text { font-style: italic; font-size: 0.9rem; color: var(--mc-primary); font-weight: 700; position: relative; z-index: 2; margin-bottom: 1rem; }
.quote-author { display: flex; align-items: center; gap: 0.75rem; }
.quote-author .avatar { width: 32px; height: 32px; background: var(--mc-gold); color: #fff; border-radius: 50%; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.quote-author span { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }

/* --- 16:9 VIDEO SECTION STYLES --- */
.video-cinematic-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 550px;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}

@media(min-width: 768px) {
    .video-cinematic-wrapper {
        aspect-ratio: 16 / 9;
    }
}

.video-trigger {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.video-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease, opacity 0.3s;
    opacity: 0.8;
}

.video-trigger:hover .video-bg-img {
    transform: scale(1.05);
    opacity: 0.6;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.play-button-pulse {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    transition: 0.3s;
}

.play-button-pulse i {
    font-size: 1.5rem;
    color: #fff;
    margin-left: 4px;
}

.video-trigger:hover .play-button-pulse {
    background: var(--mc-gold);
    transform: scale(1.1);
    border-color: var(--mc-gold);
}

.video-text h3 {
    color: #fff;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.video-text p {
    color: #e2e8f0;
    font-size: 0.8rem;
    margin: 0.25rem 0 0;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Section 2: Who For */
.bg-gradient { background: linear-gradient(to bottom right, #ffffff, #f0f7fa); }
.subtitle { font-style: italic; color: #475569; margin-bottom: 1.5rem; }
.kcc-grid-2 { display: grid; gap: 2rem; }
@media(min-width: 768px) { .kcc-grid-2 { grid-template-columns: 1fr 1fr; } }
.mini-head { font-weight: 700; color: var(--mc-dark); font-size: 0.9rem; text-transform: uppercase; margin-bottom: 1rem; }
.mini-head.primary-text { color: var(--mc-primary); }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; gap: 0.75rem; font-size: 0.9rem; margin-bottom: 0.75rem; color: #334155; }
.icon-gold { color: var(--mc-gold); margin-top: 3px; }
.kcc-card-inner.centered { background: #fff; border: 1px solid #e2e8f0; border-radius: 0.75rem; padding: 1.5rem; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.tag-cloud span { background: var(--mc-primary); color: #fff; font-size: 0.7rem; font-weight: 600; padding: 0.25rem 0.75rem; border-radius: 50px; }
.fine-print { font-size: 0.75rem; color: #94a3b8; font-style: italic; border-top: 1px solid #f1f5f9; padding-top: 0.75rem; width: 100%; margin-top: 1rem; }

/* Section 3: Learning Outcomes Grid */
.kcc-grid-4 { display: grid; gap: 1.5rem; }
@media(min-width: 640px) { .kcc-grid-4 { grid-template-columns: 1fr 1fr; } }
@media(min-width: 1024px) { .kcc-grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.outcome-item { background: #fff; padding: 1rem; border-radius: 0.75rem; transition: 0.3s; }
.outcome-item:hover { background: #f8fafc; }
.outcome-item i { font-size: 1.25rem; margin-bottom: 0.75rem; display: block; }
.outcome-item h3 { font-size: 0.9rem; font-weight: 700; color: var(--mc-primary); margin-bottom: 0.5rem; }
.outcome-item p { font-size: 0.8rem; color: #475569; margin: 0; line-height: 1.4; }

/* Section 4: Ticker */
.ticker-wrapper { width: 100%; overflow: hidden; background: var(--mc-primary); color: #fff; padding: 1rem 0; margin-bottom: 2rem; border-radius: 0.75rem; position: relative; }
.ticker-track { display: flex; white-space: nowrap; animation: scroll 30s linear infinite; }
.ticker-item { padding: 0 2rem; font-size: 0.9rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Section 5: Instructor */
.kcc-grid-instructor { display: grid; }
@media(min-width: 768px) { .kcc-grid-instructor { grid-template-columns: 1fr 1fr; } }
.inst-img-wrapper { height: 300px; position: relative; }
@media(min-width: 768px) { .inst-img-wrapper { height: 400px; } }
.inst-img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.inst-content { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
@media(min-width: 768px) { .inst-content { padding: 3rem; } }
.badge-light { background: var(--mc-light); color: var(--mc-primary); border: 1px solid rgba(10, 72, 112, 0.1); font-size: 0.65rem; font-weight: 700; text-transform: uppercase; padding: 0.25rem 0.75rem; border-radius: 4px; display: inline-block; width: fit-content; margin-bottom: 0.75rem; }
.inst-name { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 700; color: var(--mc-primary); margin-bottom: 0.5rem; }
.inst-title { color: var(--mc-gold); font-weight: 700; font-size: 0.9rem; margin-bottom: 1.5rem; }
.inst-quote { border-left: 4px solid var(--mc-gold); padding-left: 1rem; margin-bottom: 2rem; }
.inst-quote p { font-style: italic; font-size: 0.9rem; color: #475569; }
.kcc-btn-solid { background: var(--mc-primary); color: #fff; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; padding: 0.75rem 1.5rem; border-radius: 50px; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem; transition: 0.3s; width: fit-content; }
.kcc-btn-solid:hover { background: var(--mc-dark); color: #fff !important; }

/* Section 6: Full Width Agenda */
.agenda-header { background: var(--mc-primary); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
@media(min-width: 768px) { .agenda-header { padding: 1.25rem 2rem; flex-direction: row; justify-content: space-between; align-items: center; } }
.agenda-title { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0; }
.kcc-btn-white-sm { background: #fff; color: var(--mc-primary); font-size: 0.75rem; font-weight: 700; padding: 0.5rem 1rem; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: 0.3s; width: fit-content; }
.kcc-btn-white-sm:hover { background: var(--mc-gold); color: #fff !important; }

.agenda-body { padding: 1.5rem; }
@media(min-width: 768px) { .agenda-body { padding: 2rem; } }

.timeline-item { display: flex; margin-bottom: 1.5rem; position: relative; }
.timeline-item:last-child { margin-bottom: 0; }
.time-col { width: 60px; text-align: right; font-size: 0.75rem; font-weight: 600; color: var(--mc-primary); padding-right: 1rem; display: none; }
@media(min-width: 768px) { .time-col { display: block; } }
.time-col.gold { color: var(--mc-gold); }

.marker-col { width: 24px; position: relative; display: flex; flex-direction: column; align-items: center; margin-right: 1rem; }
.marker-col::after { content: ''; position: absolute; top: 10px; bottom: -20px; width: 1px; background: #e2e8f0; z-index: 0; }
.timeline-item.last .marker-col::after { display: none; }
.dot { width: 10px; height: 10px; border-radius: 50%; z-index: 10; margin-top: 6px; }
.dot.primary { background: var(--mc-primary); }
.dot.gray { background: #cbd5e1; }
.dot.gold { background: var(--mc-gold); }

.content-col { flex: 1; padding-bottom: 0.5rem; }
.mob-time { display: inline-block; font-size: 0.65rem; font-weight: 700; color: #fff; padding: 2px 6px; border-radius: 4px; margin-bottom: 0.5rem; }
@media(min-width: 768px) { .mob-time { display: none; } }
.mob-time.primary { background: var(--mc-primary); }
.mob-time.gold { background: var(--mc-gold); }

.tl-title { font-size: 0.9rem; font-weight: 700; color: var(--mc-dark); margin-bottom: 0.25rem; }
.tl-title.primary { color: var(--mc-primary); }
.tl-desc { font-size: 0.8rem; color: #475569; margin: 0; }

.badge-lunch { background: #e2e8f0; color: #475569; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; padding: 2px 6px; border-radius: 4px; }
.badge-live { background: #ef4444; color: #fff; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; padding: 2px 6px; border-radius: 4px; }
.flex-head { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.sub-head { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; color: var(--mc-gold); margin-bottom: 0.5rem; }

/* Section 7: Pricing (Updated for Single Tier) */
.mt-large { margin-top: 3rem; }
.kcc-grid-pricing { display: grid; }
@media(min-width: 1024px) { .kcc-grid-pricing { grid-template-columns: 5fr 7fr; } } /* Adjusted ratio for single card */

.pricing-info { background: var(--mc-primary); padding: 2rem; color: #fff; display: flex; flex-direction: column; justify-content: center; }
@media(min-width: 768px) { .pricing-info { padding: 3rem; } }
.bg-pattern { position: absolute; inset: 0; background-image: url('https://www.transparenttextures.com/patterns/cubes.png'); opacity: 0.1; }
.section-tag.gold { color: var(--mc-gold); }
.section-title.white { color: #fff; }
.price-desc { font-size: 0.95rem; color: #dbeafe; margin-bottom: 2rem; }
.req-box { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 1.25rem; border-radius: 0.75rem; }
.req-box h4 { font-size: 0.75rem; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; }
.req-box ul { list-style: none; padding: 0; margin: 0; }
.req-box li { display: flex; gap: 0.5rem; font-size: 0.85rem; color: #dbeafe; margin-bottom: 0.5rem; }

/* Single Pricing Card Design */
.pricing-cards { background: #f8fafc; padding: 2rem; display: flex; align-items: center; justify-content: center; }
.single-card-layout { width: 100%; }
.p-card.single-focus { border: 2px solid var(--mc-gold); background: #fff; border-radius: 1rem; padding: 2rem; width: 100%; max-width: 500px; margin: 0 auto; position: relative; overflow: hidden; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1); display: flex; flex-direction: column; }

.limit-badge { position: absolute; top: 0; right: 0; background: var(--mc-gold); color: #fff; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; padding: 0.35rem 1rem; border-bottom-left-radius: 0.5rem; }

.pc-head h3 { font-size: 1.25rem; font-weight: 700; color: var(--mc-primary); margin-bottom: 0.25rem; text-align: center; }

.pc-price { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; margin: 1.5rem 0; border-bottom: 1px solid #e2e8f0; padding-bottom: 1.5rem; }
.amt { font-family: var(--font-serif); font-size: 2.5rem; font-weight: 900; color: var(--mc-primary); }
.vat { font-size: 0.75rem; font-weight: 700; color: #64748b; text-transform: uppercase; }

.pc-list { list-style: none; padding: 0; margin: 0 0 2rem 0; flex: 1; }
.pc-list li { display: flex; gap: 0.75rem; font-size: 0.9rem; color: #334155; margin-bottom: 1rem; }
.pc-list.strong li { font-weight: 500; }

.kcc-btn-gold { display: block; width: 100%; padding: 0.85rem; background: var(--mc-gold); color: #fff; font-weight: 700; text-align: center; border-radius: 50px; text-decoration: none; font-size: 0.9rem; transition: 0.3s; }
.kcc-btn-gold:hover { background: var(--mc-dark); color: #fff !important; }


/* --- MODAL --- */
.kcc-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; }
.kcc-modal.open { display: flex; }

.modal-backdrop { position: absolute; inset: 0; background: rgba(10, 72, 112, 0.8); backdrop-filter: blur(4px); z-index: 1; }
.modal-wrapper { position: relative; z-index: 2; width: 100%; max-width: 600px; padding: 20px; }

.modal-panel { background: #fff; border-radius: 1rem; width: 100%; position: relative; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); overflow: hidden; transform: translateY(20px); opacity: 0; transition: 0.3s; }
.kcc-modal.open .modal-panel { transform: translateY(0); opacity: 1; }

.close-btn { position: absolute; top: 1rem; right: 1rem; background: #f1f5f9; border: none; width: 32px; height: 32px; border-radius: 4px; color: #94a3b8; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; z-index: 10; }
.close-btn:hover { color: #475569; background: #e2e8f0; }

.modal-content { padding: 2rem; }
.modal-flex { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; text-align: center; }
@media(min-width: 640px) { .modal-flex { flex-direction: row; align-items: flex-start; text-align: left; } }

.modal-avatar { width: 96px; height: 96px; border-radius: 50%; border: 4px solid var(--mc-light); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); object-fit: cover; }
.modal-name { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 700; color: var(--mc-primary); margin-bottom: 0.25rem; }
.modal-role { font-size: 0.75rem; font-weight: 700; color: var(--mc-gold); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; }
.modal-bio { font-size: 0.9rem; color: #475569; max-height: 50vh; overflow-y: auto; text-align: left; padding-right: 0.5rem; }
.modal-bio p { margin-bottom: 1rem; }

/* Custom Scrollbar */
.modal-scroll::-webkit-scrollbar { width: 8px; }
.modal-scroll::-webkit-scrollbar-track { background: #f1f1f1; }
.modal-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }

/* --- GLIGHTBOX FIXES (POPUP) --- */
/* Force backdrop to catch clicks */
.glightbox-container .gslide-backdrop { cursor: pointer; }

/* Style the Close Button to be ALWAYS visible */
.gclose, .glightbox-close {
    opacity: 1 !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    border: 2px solid #000 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

/* Manually Draw an 'X' */
.gclose::before, .glightbox-close::before,
.gclose::after, .glightbox-close::after {
    content: '' !important;
    position: absolute !important;
    width: 20px !important;
    height: 3px !important;
    background-color: #000 !important;
    border-radius: 2px !important;
}
.gclose::before, .glightbox-close::before { transform: rotate(45deg); }
.gclose::after, .glightbox-close::after { transform: rotate(-45deg); }

/* Hide original SVG if it interferes */
.gclose svg, .glightbox-close svg { display: none !important; }

/* Force Popup Video to be 9:16 Vertical */
.plyr--video {
    aspect-ratio: 9 / 16 !important;
    height: 100% !important;
    margin: 0 auto !important;
    max-width: 56.25vh !important; /* Forces 9:16 based on height */
}/* End custom CSS */