/* ==========================================================================
   dissolveX HRMS — Learning Management System (LMS) Dedicated Stylesheet
   Strict Zero-Hover & Light Emerald SaaS Design System
   Matches Reference Sections & dissolveX Soft Mint Canvas (#eaf6f0)
   ========================================================================== */

@import url("../features/features.314ffc439cbc.css?v=6.2");

/* Strict Zero Hover Rule for Learning Management */
[class*="-card"], [class*="-box"], [class*="-frame"], [class*="-window"], [class*="-wrapper"],
.feat-mockup-window, .feat-bento-card, .feat-deep-dive-card, .feat-faq-item,
.feat-cta-btn-primary, .feat-cta-btn-secondary, .feat-metric-card,
.lms-split-media, .lms-scenic-frame, .lms-mock-card, .lms-showcase-step, .lms-mockup-panel {
    transition: none !important;
    transform: none !important;
}

/* Maintain spacious hero title container */
.feat-hero-title {
    max-width: 1040px;
}

/* ========== Shared Section Pill ========== */

/* ==========================================================================
   HERO STUDIO WINDOW: LMS Course Catalog & Builder (Matching Screenshot 1)
   ========================================================================== */

.lms-hero-studio {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.22);
    box-shadow: 0 24px 60px rgba(15, 57, 43, 0.12), 0 4px 18px rgba(0, 0, 0, 0.04);
    text-align: left;
    position: relative;
    overflow: visible;
}

.lms-studio-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px;
    background: #f8fbf9;
    border-bottom: 1px solid #eef7f2;
    border-radius: 20px 20px 0 0;
}

.lms-studio-dots {
    display: flex;
    gap: 6px;
}

.lms-studio-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.lms-studio-dot.red { background: #fda4af; }
.lms-studio-dot.yellow { background: #fcd34d; }
.lms-studio-dot.green { background: #86efac; }

.lms-studio-bc {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #64748b;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.lms-studio-bc strong {
    color: #0b2b20;
    font-weight: 700;
}

.lms-bc-sep {
    color: #cbd5e1;
}

.lms-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #047857;
    background: #e6f7f0;
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 3px 10px;
    border-radius: 9999px;
}

.lms-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 6px #10b981;
}

/* LMS Studio Operations Bar */
.lms-ops-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #0f2b20;
    color: #e2e8f0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    overflow-x: auto;
    border-bottom: 1px solid rgba(16, 185, 129, 0.25);
}

.lms-ops-tabs {
    display: flex;
    gap: 4px;
}

.lms-ops-tab {
    padding: 11px 14px;
    cursor: pointer;
    font-weight: 600;
    color: #94a3b8;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.lms-ops-tab.active {
    color: #ffffff;
    border-bottom-color: #10b981;
    background: rgba(16, 185, 129, 0.12);
}

/* Hero Course Studio Workspace */
.lms-hero-workspace {
    padding: 24px 28px 40px 28px;
    background: #fbfdfc;
    border-radius: 0 0 20px 20px;
    position: relative;
    min-height: auto;
}

.lms-workspace-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.lms-catalog-title-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lms-catalog-headline {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b2b20;
}

.lms-catalog-sub {
    font-size: 0.74rem;
    color: #64748b;
}

.lms-add-course-btn {
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lms-hero-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

/* Course Cards Grid in Hero */
.lms-courses-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    flex: 1 1 420px;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 0;
}

.lms-course-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 4px 14px rgba(15, 57, 43, 0.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lms-course-icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.lms-course-level {
    font-size: 0.68rem;
    font-weight: 700;
    color: #0369a1;
    background: #f0f9ff;
    padding: 2px 8px;
    border-radius: 999px;
    display: inline-block;
    width: fit-content;
}

.lms-course-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.3;
}

.lms-course-desc {
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.5;
}

.lms-course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    color: #475569;
    border-top: 1px dashed #e2e8f0;
    padding-top: 10px;
    margin-top: auto;
}

.lms-course-tag {
    font-size: 0.68rem;
    font-weight: 700;
    color: #047857;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 4px;
}

/* "Add Course" Modal Dialog */
.lms-add-course-dialog {
    position: static;
    flex: 0 1 340px;
    width: 100%;
    max-width: 360px;
    background: #ffffff;
    border: 1.5px solid #10b981;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(15, 57, 43, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}

.lms-dialog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.lms-dialog-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #0b2b20;
}

.lms-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.lms-form-lbl {
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.lms-form-input {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 0.76rem;
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.lms-dialog-cta {
    margin-top: 14px;
    width: 100%;
    background: #0369a1;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 9px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

/* ==========================================================================
   STICKY SCROLL-SPY SHOWCASE (The 4 Interactive Modules from Screenshots)
   ========================================================================== */

.lms-showcase-section {
    padding: 100px 0;
    background: transparent;
    position: relative;
}

.lms-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 72px;
    align-items: flex-start;
}

/* Left Column: Clean Typography Steps (NO BOX / NO DIBBA) */
.lms-steps-column {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.lms-showcase-step {
    padding: 16px 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left;
    cursor: pointer;
    opacity: 0.42;
    transition: opacity 0.3s ease;
}

.lms-showcase-step.active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.lms-step-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.lms-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0b2b20;
    background: #ffffff;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid #d4ece1;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.08);
}

.lms-step-indicator {
    font-size: 0.72rem;
    font-weight: 700;
    color: #94a3b8;
}

.lms-showcase-step.active .lms-step-indicator {
    color: #059669;
}

.lms-step-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.18;
    margin: 12px 0 16px 0;
    letter-spacing: -0.025em;
}

.lms-step-title .serif-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #10b981;
}

.lms-step-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.02rem;
    color: #2d6b4e;
    line-height: 1.7;
    margin: 0 0 24px 0;
}

.lms-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lms-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    color: #2d6b4e;
    line-height: 1.5;
}

.lms-check-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: #10b981;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    margin-top: 2px;
}

/* Right Column: Sticky Media Frame (Pinned while left scrolls) */
.lms-sticky-column {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 110px;
    align-self: flex-start;
    z-index: 5;
}

.lms-scenic-frame {
    background-image: none;
    background-size: cover;
    background-position: center 25%;
    border-radius: 24px;
    padding: 34px 28px 0;
    border: 1px solid rgba(16, 185, 129, 0.28);
    box-shadow: 0 25px 70px -15px rgba(16, 185, 129, 0.18), 0 10px 30px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    min-height: 520px;
    overflow: hidden;
    box-sizing: border-box;
}

.lms-scenic-frame > * {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/* Mockup Panels Switcher */
.lms-mockup-panel {
    display: none;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.09);
    padding: 24px;
    text-align: left;
    position: relative;
    overflow: visible;
}

.lms-mockup-panel.active {
    display: block;
    /* The page freezes transforms on these panels, so the swap as the reader
       moves between steps is a short cross-fade only. */
    animation: lms-panel-in 280ms cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes lms-panel-in {
    from {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lms-mockup-panel.active {
        animation-duration: 160ms;
    }
}

/* PANEL 1: Course Curriculum Builder (Matching Screenshot 2 Top) */
.lms-course-builder-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef7f2;
    margin-bottom: 16px;
}

.lms-cb-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b2b20;
}

.lms-cb-sub {
    font-size: 0.72rem;
    color: #64748b;
}

.lms-cb-tabs {
    display: flex;
    gap: 14px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 16px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
}

.lms-cb-tab {
    padding: 6px 4px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.lms-cb-tab.active {
    color: #047857;
    border-bottom-color: #10b981;
}

.lms-module-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 10px;
}

.lms-module-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.84rem;
    font-weight: 700;
    color: #0b2b20;
    margin-bottom: 6px;
}

.lms-module-meta-row {
    display: flex;
    gap: 16px;
    font-size: 0.72rem;
    color: #64748b;
}

/* PANEL 2: Learning Plan & Applicability Rules (Matching Screenshot 2 Middle) */
.lms-plan-base-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
}

.lms-plan-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b2b20;
    margin-bottom: 4px;
}

.lms-plan-stats {
    display: flex;
    gap: 16px;
    font-size: 0.72rem;
    color: #047857;
    font-weight: 700;
    margin-bottom: 12px;
}

.lms-rules-dialog {
    background: #ffffff;
    border: 1.5px solid #10b981;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(16, 185, 129, 0.14);
    padding: 18px;
}

.lms-rules-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b2b20;
    margin-bottom: 4px;
}

.lms-rules-desc {
    font-size: 0.72rem;
    color: #64748b;
    margin-bottom: 12px;
}

.lms-rule-box {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.76rem;
    color: #1e293b;
    margin-bottom: 8px;
}

/* PANEL 3: Live Assessment Console (Matching Screenshot 4) */
.lms-quiz-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef7f2;
}

.lms-timer-badge {
    background: #fee2e2;
    color: #b91c1c;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lms-question-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 14px;
}

.lms-q-number {
    font-size: 0.72rem;
    font-weight: 800;
    color: #047857;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.lms-q-text {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.4;
    margin-bottom: 14px;
}

.lms-options-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lms-option-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.78rem;
    color: #1e293b;
    cursor: pointer;
}

.lms-option-item.selected {
    border-color: #10b981;
    background: #f0fdf4;
    font-weight: 700;
    color: #065f46;
}

.lms-q-palette {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.lms-q-palette-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-q-palette-btn.active {
    background: #10b981;
    color: #ffffff;
    border-color: #10b981;
}

/* PANEL 4: Learning Analytics & Mastery Reports */
.lms-analytics-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.lms-stat-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}

.lms-stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #047857;
    line-height: 1;
}

.lms-stat-lbl {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 600;
    margin-top: 4px;
}

.lms-bar-chart-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px;
}

/* ==========================================================================
   BENTO GRID & ENTERPRISE TESTIMONIAL (Matching Screenshot 5)
   ========================================================================== */

.lms-bento-section {
    padding: 100px 0;
    background: rgba(230, 247, 240, 0.45);
    border-top: 1px solid rgba(16, 185, 129, 0.12);
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
}

.lms-bento-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 56px auto;
}

.lms-bento-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.1rem, 3.5vw, 2.85rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0 0 16px 0;
}

.lms-bento-title .serif-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #10b981;
}

.lms-bento-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    color: #2d6b4e;
    line-height: 1.65;
    margin: 0;
}

.lms-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.lms-bento-card {
    background: #ffffff;
    border: 1px solid #cce8dc;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 4px 18px rgba(16, 185, 129, 0.04);
    text-align: left;
    display: flex;
    flex-direction: column;
}

.lms-bento-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lms-bento-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.3;
    margin: 0 0 12px 0;
}

.lms-bento-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* Enterprise Testimonial Card (Virtualcode, Vivar Labs LLP) */

/* ==========================================================================
   FAQ SECTION (Matching Screenshot 5 Bottom & dissolveX Standard)
   ========================================================================== */

.feat-faq-section {
    padding: 100px 0;
    background: transparent;
}

.feat-faq-split-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 64px;
    align-items: flex-start;
}

.feat-faq-split-left {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 110px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.feat-faq-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0 0 16px 0;
}

.feat-faq-title .serif-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #10b981;
}

.feat-faq-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    color: #2d6b4e;
    line-height: 1.65;
    margin: 0 0 28px 0;
}

.feat-faq-help-card {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 4px 18px rgba(16, 185, 129, 0.08);
    text-decoration: none;
    max-width: 320px;
}

.feat-faq-help-icon {
    width: 44px;
    height: 44px;
    background: #e6f7f0;
    color: #047857;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feat-faq-help-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
}

.feat-faq-help-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

.feat-faq-help-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b2b20;
}

.feat-faq-split-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feat-faq-item {
    background: #ffffff;
    border: 1px solid #c8eadb;
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.03);
    text-align: left;
}

.feat-faq-item.active {
    border-color: #10b981;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.08);
}

.feat-faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b2b20;
    text-align: left;
    cursor: pointer;
    gap: 16px;
}

.feat-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.feat-faq-item.active .feat-faq-icon {
    background: #047857;
    color: #ffffff;
}

.feat-faq-a {
    display: none;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #eef7f2;
}

.feat-faq-item.active .feat-faq-a {
    display: block;
}

.feat-faq-a p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.68;
    margin: 0;
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */

@media (max-width: 1024px) {
    .lms-showcase-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lms-sticky-column {
        position: static !important;
    }
    .lms-scenic-frame {
        min-height: auto;
    }
    .lms-hero-layout {
        flex-direction: column;
    }
    .lms-courses-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        width: 100%;
        max-width: 100%;
    }
    .lms-add-course-dialog {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
    }
    .lms-showcase-step {
        opacity: 1 !important;
        padding: 20px 0;
    }
    .feat-faq-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .feat-faq-split-left {
        position: static !important;
    }
    .lms-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================================
   Custom Rich Visual LMS CTA Showcase Banner Styles
   ========================================================================== */
.lms-cta-showcase-section {
    padding: 80px 24px 100px;
    background: #ffffff;
    position: relative;
    z-index: 5;
}

.lms-cta-showcase-section .container {
    max-width: 1140px;
    margin: 0 auto;
}

.lms-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.lms-cta-showcase-card {
    position: relative;
    background: linear-gradient(135deg, #f3faf6 0%, #e6f6ee 50%, #d8f1e4 100%);
    border: 1.5px solid rgba(16, 185, 129, 0.28);
    border-radius: 28px;
    padding: 42px 44px 42px 48px;
    display: grid;
    grid-template-columns: 1.12fr 0.98fr;
    gap: 36px;
    align-items: center;
    box-shadow: 0 16px 48px rgba(16, 185, 129, 0.08), 0 4px 16px rgba(0, 0, 0, 0.03);
    overflow: visible;
}

/* Left Column */
.lms-cta-showcase-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 2;
    text-align: left;
}

.lms-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border: 1px solid #c9edd9;
    border-radius: 100px;
    padding: 5px 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0d5435;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.lms-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}

.lms-cta-showcase-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.18;
    color: #0b2b20;
    margin: 0;
    letter-spacing: -0.02em;
}

.lms-cta-showcase-title .serif-italic {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2.75rem;
    color: #065f46;
    letter-spacing: -0.01em;
}

.lms-cta-showcase-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2d5a47;
    margin: 0;
    max-width: 500px;
}

/* Micro-features */
.lms-cta-micro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-top: 4px;
}

.lms-cta-micro-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1b4d38;
}

.lms-cta-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Buttons */
.lms-cta-actions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.lms-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #065f46;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 100px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(6, 95, 70, 0.28);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.lms-cta-btn-primary:hover {
    background: #047857;
    transform: translateY(-2px);
}

.lms-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #065f46 !important;
    border: 1.5px solid #a7dcc2;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.lms-cta-btn-secondary:hover {
    border-color: #065f46;
    transform: translateY(-2px);
}

/* Right Column: Mockup Stage */
.lms-cta-showcase-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.lms-cta-mockup-stage {
    position: relative;
    width: 485px;
    max-width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

/* 4-Corner Floating Badges */
.lms-float-badge {
    position: absolute;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 12px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    z-index: 15;
    white-space: nowrap;
}

.lms-float-badge.top-left {
    top: 2px;
    left: 10px;
}

.lms-float-badge.bottom-right {
    bottom: 2px;
    right: 10px;
}

.lms-float-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #e6f7f0;
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lms-float-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    color: #0b2b20;
}

/* Handwritten Doodles */
.lms-doodle-note-top {
    position: absolute;
    top: 0px;
    right: -8px;
    z-index: 18;
    pointer-events: none;
}

.lms-doodle-note-bottom {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 18;
    pointer-events: none;
}

.lms-doodle-text {
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: #166534;
    line-height: 1.05;
    transform: rotate(3deg);
    white-space: nowrap;
}

.lms-doodle-text.alt {
    color: #166534;
    transform: rotate(-3deg);
}

/* White Mockup Window */
.lms-cta-window {
    background: #ffffff;
    border: 1px solid #cce8da;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(11, 43, 32, 0.12);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.lms-cta-window-top {
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lms-cta-window-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lms-cta-window-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.lms-cta-window-dot.red { background: #ef4444; }
.lms-cta-window-dot.yellow { background: #f59e0b; }
.lms-cta-window-dot.green { background: #10b981; }

.lms-cta-window-title {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Course Progress Strip */
.lms-cta-progress-strip {
    padding: 12px 14px;
    background: #f8fcf9;
    border-bottom: 1px solid #e2f2e9;
}

.lms-cta-prog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.lms-cta-prog-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
}

.lms-cta-prog-pct {
    font-size: 0.74rem;
    font-weight: 800;
    color: #059669;
}

.lms-cta-prog-track {
    width: 100%;
    height: 7px;
    background: #e2e8f0;
    border-radius: 9999px;
    overflow: hidden;
    margin-bottom: 8px;
}

.lms-cta-prog-bar {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 9999px;
}

.lms-cta-prog-chips {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lms-cta-chip {
    font-size: 0.64rem;
    font-weight: 600;
    color: #64748b;
}

.lms-cta-chip.pass {
    color: #047857;
    font-weight: 700;
}

/* Course Module Card */
.lms-cta-module-card {
    padding: 14px;
    background: #ffffff;
}

.lms-cta-mod-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.lms-cta-mod-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lms-cta-mod-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lms-cta-mod-name {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0f172a;
}

.lms-cta-mod-sub {
    font-size: 0.64rem;
    color: #64748b;
}

.lms-cta-cert-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 7px;
    background: #fef3c7;
    color: #b45309;
    font-size: 0.62rem;
    font-weight: 700;
    border-radius: 9999px;
}

.lms-cta-lessons-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.lms-cta-lesson-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
}

.lms-cta-lesson-row.done {
    background: #f0fdf4;
    border-color: #dcfce7;
    color: #166534;
}

.lms-lesson-check {
    font-weight: 800;
    color: #10b981;
}

.lms-lesson-bullet {
    color: #059669;
    font-size: 1.1rem;
    line-height: 0.5;
}

.lms-lesson-title {
    flex: 1;
    font-weight: 600;
}

.lms-lesson-time {
    font-size: 0.64rem;
    color: #64748b;
}

.lms-lesson-action {
    font-size: 0.64rem;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    padding: 2px 6px;
    border-radius: 4px;
}

.lms-cta-cert-btn-row {
    display: flex;
}

.lms-cta-btn-cert {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.lms-cta-btn-cert:hover {
    background: #047857;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 960px) {
    .lms-cta-showcase-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        gap: 32px;
    }
    .lms-cta-showcase-left {
        text-align: center;
        align-items: center;
    }
    .lms-cta-showcase-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .lms-cta-micro-features {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .lms-cta-actions-row {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .lms-doodle-note-top,
    .lms-doodle-note-bottom {
        display: none !important;
    }
    .lms-cta-actions-row .lms-cta-btn-primary,
    .lms-cta-actions-row .lms-cta-btn-secondary {
        width: 100%;
    }
    .lms-cta-micro-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

/* ==========================================================================
   Page Scenic CTA Backdrop Image
   ========================================================================== */
.feat-cta-banner-section,
[class*="-cta-banner-section"],
.onb-cta-banner-section,
.mf-download-section {
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
