/* ==========================================================================
   dissolveX HRMS - Offboarding Dedicated Stylesheet
   Strict Zero-Hover & Light Emerald SaaS Design System
   Exact Reference Layout (Zoho People Offboarding Match)
   ========================================================================== */

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

/* Strict Zero Hover Rule for Offboarding */
[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,
.off-reason-card,
.off-testimonial-card,
.feat-faq-help-card,
.off-section-scenic-frame {
    transition: none !important;
    transform: none !important;
}

/* ==========================================================================
   1. HERO SECTION & BOTTOM-TOUCH SCENIC FRAME
   ========================================================================== */

.off-hero-scenic-frame {
    background-image: none;
    background-size: cover;
    background-position: center top;
    border-radius: 24px;
    padding: 34px 28px 0;
    /* 0 bottom padding so mockup touches the bottom edge */
    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;
    /* Mockup touches the bottom flush */
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 480px;
}

.off-hero-scenic-frame .feat-mockup-window {
    width: 100%;
    max-width: 1080px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    background: #ffffff;
    box-shadow: 0 -12px 35px rgba(15, 57, 43, 0.09);
}

/* Mockup Layout with Left Navigation Sidebar + Main Console */
.off-hero-workspace-layout {
    display: grid;
    grid-template-columns: 56px 1fr;
    min-height: 400px;
    background: #ffffff;
}

.off-mini-sidebar {
    background: #0f2b20;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    gap: 16px;
    border-right: 1px solid rgba(16, 185, 129, 0.2);
}

.off-sidebar-icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    cursor: default;
}

.off-sidebar-icon-btn.active {
    background: rgba(16, 185, 129, 0.2);
    color: #6ee7b7;
}

.off-hero-main-pane {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    min-width: 0;
}

/* Secondary Navigation Tabs inside Mockup */
.off-hero-subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.off-hero-tabs {
    display: flex;
    gap: 4px;
}

.off-hero-tab {
    padding: 12px 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    color: #64748b;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    cursor: default;
}

.off-hero-tab.active {
    color: #047857;
    font-weight: 700;
    border-bottom-color: #10b981;
    background: rgba(16, 185, 129, 0.06);
}

.off-hero-subnav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.off-btn-icon-subnav {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
}

/* Filter Pills Bar */
.off-filter-pills-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 10px;
}

.off-pills-group {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.off-filter-pill {
    padding: 4px 12px;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    cursor: default;
    white-space: nowrap;
}

.off-filter-pill.active {
    background: #e6f7f0;
    color: #047857;
    font-weight: 700;
}

.off-filter-scope-badge {
    font-size: 0.72rem;
    color: #475569;
    font-weight: 600;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 6px;
}

/* Offboarding Records Table */
.off-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.off-records-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    text-align: left;
}

.off-records-table th {
    background: #f8fafc;
    padding: 10px 16px;
    color: #64748b;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}

.off-records-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
    vertical-align: middle;
    white-space: nowrap;
}

.off-records-table tr:last-child td {
    border-bottom: none;
}

.off-emp-profile-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.off-emp-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.off-emp-name {
    font-weight: 700;
    color: #0b2b20;
    font-size: 0.8rem;
}

.off-emp-role {
    font-size: 0.68rem;
    color: #64748b;
}

.off-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
}

.off-status-badge.completed {
    background: #dcfce7;
    color: #15803d;
}

.off-status-badge.in-progress {
    background: #fef3c7;
    color: #92400e;
}

.off-status-badge.pending {
    background: #f1f5f9;
    color: #475569;
}

/* ==========================================================================
   2. UNIVERSAL BOTTOM-TOUCH SCENIC BACKDROP FRAMES
   ========================================================================== */

.off-section-scenic-frame {
    background-image: none;
    background-size: cover;
    background-position: center bottom;
    border-radius: 20px;
    padding: 28px 24px 0;
    /* 0 bottom padding so mockup touches the bottom edge flush */
    border: 1px solid rgba(16, 185, 129, 0.28);
    box-shadow: 0 20px 50px -10px rgba(16, 185, 129, 0.16), 0 8px 24px rgba(15, 23, 42, 0.05);
    display: flex;
    align-items: flex-end;
    /* Mockup touches the bottom flush */
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.off-section-scenic-frame.workflow-frame {
    padding: 20px 18px 0;
    min-height: 380px;
}

.off-section-scenic-frame .off-workflow-card {
    width: 100%;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    box-shadow: 0 -8px 25px rgba(15, 57, 43, 0.08);
}

.off-section-scenic-frame .off-selfservice-window {
    width: 100%;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    box-shadow: 0 -12px 30px rgba(15, 57, 43, 0.08);
}

.off-section-scenic-frame .off-pipeline-window {
    width: 100%;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    box-shadow: 0 -14px 35px rgba(15, 57, 43, 0.09);
}

/* ==========================================================================
   3. SECTION 1: EXIT WORKFLOWS (Image 2 Middle)
   ========================================================================== */

.off-split-section {
    padding: 90px 0;
    background: transparent;
    border-top: 1px solid rgba(16, 185, 129, 0.12);
}

.off-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.off-workflow-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #d0ece1;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.08);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.off-wf-topbar {
    padding: 10px 18px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0b2b20;
}

.off-wf-body {
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 280px;
}

.off-wf-sidebar {
    background: #fbfdfc;
    border-right: 1px solid #eef7f2;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.off-wf-step {
    padding: 8px 10px;
    border-radius: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 6px;
}

.off-wf-step.active {
    background: #e6f7f0;
    color: #047857;
    font-weight: 700;
}

.off-wf-content {
    padding: 22px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.off-wf-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #0b2b20;
    margin: 0;
}

.off-wf-sub {
    font-size: 0.74rem;
    color: #64748b;
    margin: 0 0 10px;
}

.off-form-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.off-form-lbl {
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
}

.off-form-input {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 7px 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    color: #0b2b20;
    font-weight: 500;
    box-sizing: border-box;
}

.off-approval-hierarchy-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.74rem;
    color: #166534;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ==========================================================================
   4. SECTION 2: SELF-SERVICE (Image 2 Bottom)
   ========================================================================== */

.off-section-header-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 40px;
}

.off-section-header-split .feat-section-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.68;
    margin: 0;
}

.off-selfservice-window {
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 57, 43, 0.08);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.off-selfservice-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.off-selfservice-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.96rem;
    font-weight: 800;
    color: #0b2b20;
}

.off-modal-nav-tabs {
    display: flex;
    gap: 16px;
    padding: 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.off-modal-tab {
    padding: 10px 4px;
    font-size: 0.76rem;
    font-weight: 600;
    color: #64748b;
    border-bottom: 2px solid transparent;
    cursor: default;
}

.off-modal-tab.active {
    color: #047857;
    font-weight: 700;
    border-bottom-color: #10b981;
}

.off-selfservice-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    background: #ffffff;
}

.off-emp-preview-pane {
    background: #fbfdfc;
    border-right: 1px solid #eef7f2;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.off-preview-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.off-preview-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #047857;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
}

.off-preview-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.92rem;
    color: #0b2b20;
}

.off-preview-sub {
    font-size: 0.72rem;
    color: #64748b;
}

.off-details-summary-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.off-summary-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e2e8f0;
}

.off-summary-item:last-child {
    border-bottom: none;
}

.off-summary-label {
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.off-summary-value {
    font-size: 0.78rem;
    font-weight: 600;
    color: #0f172a;
}

.off-resignation-form-pane {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.off-form-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.off-btn-submit-row {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.off-btn-submit-primary {
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: default;
}

.off-btn-cancel-secondary {
    background: #f1f5f9;
    color: #475569;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: default;
}

/* ==========================================================================
   5. SECTION 3: EXIT PIPELINE (Image 1 Top)
   ========================================================================== */

.off-pipeline-window {
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 57, 43, 0.08);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.off-pipeline-emp-banner {
    padding: 16px 22px;
    background: #0f2b20;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.off-pipeline-emp-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.off-pipeline-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #065f46;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    flex-shrink: 0;
}

.off-pipeline-emp-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    color: #ffffff;
}

.off-pipeline-emp-desc {
    font-size: 0.72rem;
    color: #94a3b8;
}

.off-pipeline-meta-group {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.74rem;
}

.off-meta-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.off-meta-block-lbl {
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.off-meta-block-val {
    font-weight: 700;
    color: #e2e8f0;
}

.off-clearance-dots-bar {
    display: flex;
    align-items: center;
    gap: 6px;
}

.off-dot-step {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #475569;
}

.off-dot-step.completed {
    background: #10b981;
}

.off-dot-step.in-progress {
    background: #f59e0b;
}

.off-pipeline-subtabs {
    display: flex;
    gap: 4px;
    padding: 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.off-pipeline-tab {
    padding: 11px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    cursor: default;
}

.off-pipeline-tab.active {
    color: #047857;
    font-weight: 700;
    border-bottom-color: #10b981;
    background: rgba(16, 185, 129, 0.05);
}

.off-pipeline-body {
    padding: 24px;
    background: #ffffff;
}

.off-resignation-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}

.off-pipeline-detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.off-pipeline-lbl {
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
}

.off-pipeline-val {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f172a;
}

/* ==========================================================================
   6. SECTION 4: CAPABILITIES — MORE REASONS TO CHOOSE (Light Theme)
   ========================================================================== */

.off-reasons-section {
    background: #fbfdfc;
    padding: 100px 0;
    color: #0b2b20;
    border-top: 1px solid rgba(16, 185, 129, 0.12);
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
}

.off-reasons-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.15;
    margin: 0 0 48px;
    letter-spacing: -0.025em;
    text-align: left;
}

.off-reasons-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

.off-reason-card {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 16px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 4px 20px rgba(15, 57, 43, 0.04);
}

.off-reason-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.off-reason-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b2b20;
    margin: 0;
    line-height: 1.3;
}

.off-reason-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.62;
    margin: 0;
}

/* Customer Testimonial Card in Light Theme */

/* ==========================================================================
   7. SECTION 5: FAQS & HELP (Light Theme)
   ========================================================================== */

.off-faq-section {
    background: transparent;
    color: #0b2b20;
    padding: 100px 0 110px;
    border-top: 1px solid rgba(16, 185, 129, 0.12);
}

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

.feat-faq-split-left {
    display: flex;
    flex-direction: column;
}

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

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

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

/* Quick Help / Login Card */
.feat-faq-help-card {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 57, 43, 0.12);
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    max-width: 330px;
    width: 100%;
    box-sizing: border-box;
}

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

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

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

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

.feat-faq-split-right {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.off-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.off-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.off-faq-item.active {
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.06);
}

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

.off-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;
}

.off-faq-a {
    display: none;
    padding: 0 22px 20px;
}

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

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

/* ==========================================================================
   8. SECTION 6: BOTTOM SCENIC CTA (Image 3 Middle)
   ========================================================================== */

/* ==========================================================================
   9. RESPONSIVE ADAPTATIONS
   ========================================================================== */

@media (max-width: 1024px) {

    .off-hero-scenic-frame,
    .off-section-scenic-frame {
        padding: 24px 16px 0;
        min-height: auto;
    }

    .off-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .off-section-header-split {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .off-reasons-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .off-faq-split-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .off-resignation-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .off-selfservice-grid {
        grid-template-columns: 1fr;
    }

    .off-emp-preview-pane {
        border-right: none;
        border-bottom: 1px solid #eef7f2;
    }
}

@media (max-width: 768px) {

    .off-split-section,
    .off-reasons-section,
    .off-faq-section {
        padding: 64px 0;
    }

    .off-reasons-cards-grid {
        grid-template-columns: 1fr;
    }

    .off-resignation-details-grid {
        grid-template-columns: 1fr;
    }

    .off-form-grid-2col {
        grid-template-columns: 1fr;
    }

    .off-wf-body {
        grid-template-columns: 1fr;
    }

    .off-wf-sidebar {
        border-right: none;
        border-bottom: 1px solid #eef7f2;
        flex-direction: row;
        overflow-x: auto;
    }

    .off-pipeline-emp-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .off-hero-workspace-layout {
        grid-template-columns: 1fr;
    }

    .off-mini-sidebar {
        display: none;
    }
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   Custom Rich Visual Offboarding CTA Showcase Banner Styles
   ========================================================================== */
.off-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

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

.off-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 */
.off-cta-showcase-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 2;
    text-align: left;
}

.off-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);
}

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

.off-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;
}

.off-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;
}

.off-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 */
.off-cta-micro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-top: 4px;
}

.off-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;
}

.off-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 */
.off-cta-actions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.off-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;
}

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

.off-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;
}

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

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

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

/* 4-Corner Floating Badges */
.off-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;
}

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

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

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

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

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

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

.off-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;
}

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

/* White Mockup Window */
.off-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;
}

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

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

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

.off-cta-window-dot.red {
    background: #ef4444;
}

.off-cta-window-dot.yellow {
    background: #f59e0b;
}

.off-cta-window-dot.green {
    background: #10b981;
}

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

/* Summary Strip */
.off-cta-summary-strip {
    padding: 12px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.off-cta-sum-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.off-cta-sum-lbl {
    font-size: 0.62rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.off-cta-sum-val {
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
}

.off-cta-sum-val.pos {
    color: #059669;
}

.off-cta-sum-status {
    padding: 3px 8px;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.64rem;
    font-weight: 700;
    border-radius: 9999px;
}

/* Exit Details Card */
.off-cta-exit-card {
    padding: 14px;
    background: #ffffff;
}

.off-cta-exit-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.off-cta-exit-icon {
    width: 32px;
    height: 32px;
    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;
}

.off-cta-exit-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
}

.off-cta-exit-date {
    font-size: 0.66rem;
    color: #64748b;
}

.off-cta-breakup-grid {
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
}

.off-cta-break-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #334155;
    margin-bottom: 3px;
}

.off-cta-break-line.policy {
    margin-top: 5px;
    padding-top: 4px;
    border-top: 1px dashed #cbd5e1;
}

.off-cta-break-line strong.pos {
    color: #047857;
}

.off-cta-action-bar {
    display: flex;
}

.off-cta-btn-disburse {
    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;
}

.off-cta-btn-disburse:hover {
    background: #047857;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 960px) {
    .off-cta-showcase-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        gap: 32px;
    }

    .off-cta-showcase-left {
        text-align: center;
        align-items: center;
    }

    .off-cta-showcase-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .off-cta-micro-features {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .off-cta-actions-row {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .off-doodle-note-top,
    .off-doodle-note-bottom {
        display: none !important;
    }

    .off-cta-actions-row .off-cta-btn-primary,
    .off-cta-actions-row .off-cta-btn-secondary {
        width: 100%;
    }

    .off-cta-micro-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

/* ==========================================================================
   REAL SCREENSHOT IMAGE MOCKUPS (High-DPI Responsive Showcase)
   ========================================================================== */
.off-img-mockup-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 36px auto 0;
    position: relative;
    z-index: 2;
}

.off-img-mockup-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 45px -10px rgba(11, 43, 32, 0.12), 0 10px 20px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
}

.off-real-mockup-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .off-img-mockup-wrapper {
        margin: 20px auto 0;
    }
    .off-img-mockup-card {
        border-radius: 12px;
    }
    .off-real-mockup-img {
        border-radius: 11px;
    }
}