/* ==========================================================================
   dissolveX HRMS - Employee Engagement Dedicated Stylesheet
   Strict Zero-Hover & Light Emerald SaaS Design System
   ========================================================================== */

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

/* Strict Zero-Hover Stability Rule */
[class*="-card"],
[class*="-box"],
[class*="-frame"],
[class*="-window"],
[class*="-wrapper"],
.feat-mockup-window,
.feat-bento-card,
.feat-faq-item,
.feat-cta-btn-primary,
.feat-cta-btn-secondary,
.eng-type-card,
.eng-bento-card,
.eng-split-card {
    transition: none !important;
    transform: none !important;
}

/* Base Canvas & Typography */
body {
    background-color: #eaf6f0 !important;
    color: #0b2b20;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

/* ==========================================================================
   HERO SECTION & ENGAGEMENT STUDIO WINDOW
   ========================================================================== */

.feat-hero-section {
    padding: 140px 0 60px 0;
    text-align: center;
    position: relative;
    background: transparent;
}

.feat-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #cce8dc;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #047857;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.06);
}

.feat-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
}

.feat-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.8rem, 5.2vw, 4.4rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.12;
    letter-spacing: -0.03em;
    max-width: 960px;
    margin: 0 auto 20px auto;
}

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

.feat-hero-desc {
    font-size: 1.15rem;
    color: #2d6b4e;
    max-width: 760px;
    margin: 0 auto 36px auto;
    line-height: 1.65;
}

.feat-hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.feat-hero-btn-primary {
    background: linear-gradient(135deg, #0b2b20 0%, #10b981 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 9999px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.25);
}

.feat-hero-btn-secondary {
    background: #ffffff;
    color: #0b2b20;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 9999px;
    border: 1px solid #cce8dc;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(15, 57, 43, 0.04);
}

/* Hero Studio Window */
.feat-mockup-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    border-radius: 26px;
    padding: 36px 36px 0;
    background-image: none;
    background-size: cover;
    background-position: center 30%;
    box-shadow: 0 25px 65px -15px rgba(16, 185, 129, 0.18), 0 10px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.24);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.feat-mockup-wrapper .feat-mockup-window {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.feat-mockup-window {
    background: #ffffff;
    border: 1px solid #bfe3d4;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(15, 57, 43, 0.09);
    overflow: visible;
    text-align: left;
}

.feat-studio-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px;
    background: #f4faf6;
    border-bottom: 1px solid #dbeef3;
    border-radius: 20px 20px 0 0;
}

.feat-studio-dots {
    display: flex;
    gap: 7px;
}

.feat-studio-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.feat-studio-dot.red { background: #ff5f56; }
.feat-studio-dot.yellow { background: #ffbd2e; }
.feat-studio-dot.green { background: #27c93f; }

.feat-studio-breadcrumb {
    font-size: 0.84rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feat-bc-sep { color: #475569; }
.feat-bc-current { color: #0b2b20; font-weight: 700; }

.feat-studio-top-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

/* Hero Studio Workspace */
.eng-hero-workspace {
    padding: 32px 36px 36px 36px;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.eng-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: stretch;
}

.eng-hero-enps-card {
    background: #fbfdfc;
    border: 1px solid #d4ede2;
    border-radius: 18px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.eng-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0b2b20;
    margin: 0;
}

.eng-card-badge {
    font-size: 0.75rem;
    font-weight: 700;
    background: #e6f7f0;
    color: #047857;
    padding: 4px 10px;
    border-radius: 9999px;
    border: 1px solid rgba(16, 185, 129, 0.25);
}

/* Circular Gauge Display */
.eng-gauge-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    margin: 12px 0 20px 0;
}

.eng-gauge-svg-box {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eng-gauge-inner-val {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.eng-gauge-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #047857;
    line-height: 1;
    display: block;
    margin: 0 0 3px 0;
}

.eng-gauge-label {
    font-size: 0.70rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: block;
    line-height: 1.1;
    margin: 0;
    white-space: nowrap;
}

.eng-gauge-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eng-gauge-stat-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2f0e9;
    padding: 8px 14px;
    border-radius: 12px;
    min-width: 170px;
}

.eng-pill-lbl {
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 6px;
}

.eng-pill-val {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0b2b20;
}

.eng-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.eng-pill-dot.green { background: #10b981; }
.eng-pill-dot.amber { background: #f59e0b; }
.eng-pill-dot.red { background: #ef4444; }

/* Right Floating Survey Card */
.eng-hero-survey-card {
    background: #ffffff;
    border: 1px solid #d4ede2;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.04);
}

.eng-survey-banner-art {
    background: linear-gradient(135deg, #e6f7f0 0%, #d1f4e5 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.eng-survey-banner-art::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%);
    border-radius: 50%;
}

.eng-survey-tag {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #047857;
    letter-spacing: 0.5px;
}

.eng-survey-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.18rem;
    font-weight: 800;
    color: #0b2b20;
    margin: 6px 0 0 0;
}

.eng-survey-meta-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.eng-survey-meta-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.84rem;
    color: #475569;
    border-bottom: 1px dashed #e2f0e9;
    padding-bottom: 8px;
}

.eng-survey-meta-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.eng-survey-meta-val {
    font-weight: 700;
    color: #0b2b20;
}

/* Distribution Chart Bottom Row */
.eng-hero-bottom-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    border-top: 1px solid #eef7f2;
    padding-top: 24px;
}

.eng-metric-box {
    background: #f8fcf9;
    border: 1px solid #e4f3eb;
    border-radius: 14px;
    padding: 16px 20px;
}

.eng-metric-box-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: 12px;
}

.eng-bar-track {
    background: #e2f0e9;
    height: 10px;
    border-radius: 9999px;
    overflow: hidden;
    display: flex;
    margin-bottom: 8px;
}

.eng-bar-fill-promoter { background: #10b981; height: 100%; width: 80%; }
.eng-bar-fill-passive { background: #f59e0b; height: 100%; width: 20%; }
.eng-bar-fill-detractor { background: #ef4444; height: 100%; width: 0%; }

.eng-bar-legend {
    display: flex;
    justify-content: space-between;
    font-size: 0.74rem;
    font-weight: 700;
    color: #64748b;
}

/* ==========================================================================
   3 SURVEY TYPE CARDS (Below Hero - Matching Screenshot 3)
   ========================================================================== */

.eng-types-section {
    padding: 40px 0 80px 0;
}

.eng-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

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

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

.eng-type-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0b2b20;
    margin: 0 0 10px 0;
    line-height: 1.25;
}

.eng-type-desc {
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   4 ALTERNATING DEEP DIVE SHOWCASES (Matching Screenshots 1 & 3)
   ========================================================================== */

.eng-split-section {
    padding: 90px 0;
    position: relative;
}

.eng-split-section.alt-bg {
    background: rgba(230, 247, 240, 0.5);
    border-top: 1px solid rgba(16, 185, 129, 0.12);
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
}

.eng-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.eng-split-grid.reverse {
    direction: rtl;
}

.eng-split-grid.reverse > * {
    direction: ltr;
}

.eng-split-text {
    text-align: left;
}

.eng-section-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #047857;
    background: #e6f7f0;
    padding: 4px 12px;
    border-radius: 9999px;
    margin-bottom: 16px;
    border: 1px solid rgba(16, 185, 129, 0.25);
}

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

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

.eng-split-desc {
    font-size: 1.05rem;
    color: #2d6b4e;
    line-height: 1.68;
    margin: 0 0 24px 0;
}

.eng-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eng-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.5;
}

.eng-check-icon {
    color: #10b981;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1;
}

/* Split Visual Mockup Containers */
.eng-split-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: none;
    background-size: cover;
    background-position: center 40%;
    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);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.eng-split-visual > * {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.eng-split-section:nth-of-type(even) .eng-split-visual {
    background-image: none;
    background-position: center 50%;
}

.eng-mockup-card {
    background: #ffffff;
    border: 1px solid #bfe3d4;
    border-radius: 20px;
    box-shadow: 0 16px 45px rgba(15, 57, 43, 0.08);
    width: 100%;
    overflow: hidden;
    text-align: left;
}

/* Card 1: Wizard Mockup */
.eng-wizard-head {
    background: #f4faf6;
    padding: 16px 24px;
    border-bottom: 1px solid #dbeef3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-wizard-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0b2b20;
}

.eng-wizard-steps {
    display: flex;
    gap: 8px;
}

.eng-wizard-step-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2f0e9;
    color: #475569;
}

.eng-wizard-step-dot.active {
    background: #065f46;
    color: #ffffff;
}

.eng-wizard-body {
    padding: 24px;
}

.eng-wizard-greeting {
    background: #f8fcf9;
    border: 1px solid #e4f3eb;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.eng-wizard-greeting-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0b2b20;
    margin-bottom: 4px;
}

.eng-wizard-greeting-sub {
    font-size: 0.82rem;
    color: #64748b;
}

.eng-form-group {
    margin-bottom: 16px;
}

.eng-form-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.eng-form-input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cce8dc;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.88rem;
    color: #0f172a;
    box-sizing: border-box;
}

.eng-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

/* Card 2: Anonymity Modal Mockup */
.eng-modal-head {
    background: #f4faf6;
    padding: 16px 24px;
    border-bottom: 1px solid #dbeef3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-modal-body {
    padding: 24px;
}

.eng-modal-sidebar-layout {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
}

.eng-modal-tabs {
    border-right: 1px solid #e2f0e9;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.eng-modal-tab {
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    padding: 6px 8px;
    border-radius: 8px;
}

.eng-modal-tab.active {
    color: #047857;
    background: #e6f7f0;
    font-weight: 700;
}

.eng-dropdown-wrap {
    position: relative;
    margin-top: 6px;
}

.eng-dropdown-select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #10b981;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #047857;
}

.eng-anonymity-badge-row {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    font-size: 0.82rem;
    color: #166534;
    font-weight: 600;
}

/* Card 3: Theme Selector & Survey Preview */
.eng-theme-split-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 380px;
}

.eng-theme-preview-pane {
    padding: 24px;
    border-right: 1px solid #e2f0e9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.25s ease;
}

.eng-preview-question-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.4;
    margin-bottom: 18px;
}

.eng-rating-smileys {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

.eng-smiley-btn {
    background: #ffffff;
    border: 1px solid #cce8dc;
    border-radius: 12px;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
}

.eng-smiley-btn.active {
    border-color: #10b981;
    background: #e6f7f0;
    color: #047857;
}

.eng-smiley-icon {
    font-size: 1.4rem;
}

.eng-theme-picker-pane {
    padding: 24px;
    background: #fafdfb;
}

.eng-picker-title {
    font-size: 0.84rem;
    font-weight: 700;
    color: #0b2b20;
    margin-bottom: 14px;
}

.eng-swatches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.eng-swatch-item {
    border: 1px solid #d4ede2;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

.eng-swatch-item.active {
    border-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.eng-swatch-color {
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

/* Card 4: Reports & Analytics */
.eng-report-wrap {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.eng-report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eef7f2;
    padding-bottom: 14px;
}

.eng-report-badge {
    background: #dcfce7;
    color: #15803d;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 9999px;
}

.eng-report-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.eng-stat-metric-card {
    background: #f8fcf9;
    border: 1px solid #e2f0e9;
    border-radius: 12px;
    padding: 12px 14px;
    text-align: center;
}

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

.eng-stat-sub {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 600;
    margin-top: 4px;
}

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

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

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

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

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

.eng-bento-desc {
    font-size: 1.05rem;
    color: #2d6b4e;
    line-height: 1.65;
    margin: 0;
}

.eng-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}

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

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

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

.eng-bento-card-desc {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

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

/* ==========================================================================
   FAQ SECTION (Matching Screenshot 2 & Site 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;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.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-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-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

.feat-faq-help-link {
    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-size: 0.95rem;
    color: #475569;
    line-height: 1.68;
    margin: 0;
}

/* ==========================================================================
   CTA BANNER (Light Emerald Theme With Generous 130px Bottom Spacing)
   ========================================================================== */

.feat-cta-banner-section {
    position: relative;
    padding: 120px 0 130px;
    background: radial-gradient(circle at 50% 35%, rgba(16, 185, 129, 0.14) 0%, #f0fdf4 52%, #e6f7ef 100%);
    color: #0c2017;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid rgba(16, 185, 129, 0.22);
}

.feat-cta-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 1.18;
    color: #0c2017;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.feat-cta-title .serif-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.15em;
    color: #10b981;
    background: linear-gradient(135deg, #0b2b20 0%, #10b981 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-right: 4px;
}

.feat-cta-desc {
    font-size: 1.12rem;
    color: #475569;
    max-width: 620px;
    margin: 0 auto 36px;
    line-height: 1.65;
}

.feat-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ==========================================================================
   RESPONSIVE ADAPTATIONS
   ========================================================================== */

@media (max-width: 1024px) {
    .eng-hero-grid {
        grid-template-columns: 1fr;
    }
    .eng-types-grid {
        grid-template-columns: 1fr;
    }
    .eng-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .eng-split-grid.reverse {
        direction: ltr;
    }
    .eng-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .feat-faq-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .feat-faq-split-left {
        position: static !important;
    }
}

@media (max-width: 768px) {
    .feat-hero-section {
        padding: 110px 0 40px 0;
    }
    .eng-hero-workspace {
        padding: 20px 16px;
    }
    .eng-theme-split-card {
        grid-template-columns: 1fr;
    }
    .eng-bento-grid {
        grid-template-columns: 1fr;
    }
    .eng-hero-bottom-metrics {
        grid-template-columns: 1fr;
    }
    .feat-cta-banner-section {
        padding: 80px 0 90px;
    }
}

/* ==========================================================================
   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 Employee Engagement CTA Showcase Banner Styles
   ========================================================================== */
.eng-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Kudos Details Card */
.eng-cta-kudos-card {
    padding: 14px;
    background: #ffffff;
}

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

.eng-cta-kudos-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;
}

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

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

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

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

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

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

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

.eng-cta-btn-cheer {
    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;
}

.eng-cta-btn-cheer:hover {
    background: #047857;
}

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

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

