/* ==========================================================================
   dissolveX HRMS - Employee Management Dedicated Stylesheet
   Exact Home Landing & Mobile Design System Alignment
   Background: #eaf6f0 with Radial Mint Gradient
   Font: 'Outfit', 'Plus Jakarta Sans' & 'Instrument Serif'
   Strict Zero-Hover Stability
   ========================================================================== */

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

:root {
    --primary: #0b2b20;
    --primary-hover: #123d2f;
    --accent-green: #10b981;
    --mint-bg: #e6f7f0;
    --mint-glow: rgba(16, 185, 129, 0.25);
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border-light: rgba(15, 57, 43, 0.08);
    --shadow-nav: 0 10px 30px rgba(0, 0, 0, 0.04);
    --shadow-card: 0 20px 50px rgba(15, 57, 43, 0.08);
    --font-sans: 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-serif: 'Instrument Serif', Georgia, serif;
}

/* Strict Zero Hover Rule - Prevent all layout shifts and displacement */
[class*="-card"],
[class*="-box"],
[class*="-frame"],
[class*="-window"],
[class*="-wrapper"],
.feat-mockup-window,
.feat-bento-card,
.feat-faq-item,
.feat-vtab-item,
.faq-line-item {
    transition: none !important;
}

@media (hover: hover) and (pointer: fine) {

    [class*="-card"]:hover,
    [class*="-box"]:hover,
    [class*="-frame"]:hover,
    [class*="-window"]:hover,
    [class*="-wrapper"]:hover {
        transform: none;
    }
}

/* ==========================================================================
   Global Font & Background (Matching Home Landing & Mobile)
   ========================================================================== */
html {
    background-color: #eaf6f0;
    scroll-behavior: smooth;
    font-family: var(--font-sans);
}

body {
    font-family: var(--font-sans);
    background-color: #eaf6f0;
    background-image: radial-gradient(circle at 50% 20%, rgba(16, 185, 129, 0.20) 0%, rgba(230, 247, 240, 0.75) 45%, #eaf6f0 80%);
    color: var(--text-dark);
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-sans);
    letter-spacing: -0.025em;
    color: var(--primary);
}

.serif-italic {
    font-family: var(--font-serif) !important;
    font-style: italic !important;
    font-weight: 400 !important;
    background: linear-gradient(135deg, #0b2b20 0%, #10b981 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
    letter-spacing: -0.5px;
    padding-right: 4px;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================================================
   Hero Studio Mockup Workspace (Matching Onboarding Workflow Studio)
   ========================================================================== */
.feat-mockup-wrapper {
    max-width: 1140px !important;
    margin: 0 auto !important;
    position: relative !important;
    border-radius: 26px !important;
    padding: 10px !important;
    min-height: 0 !important;
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.18) 0%, rgba(255, 255, 255, 0.95) 45%, rgba(6, 78, 59, 0.12) 100%) !important;
    box-shadow: 0 25px 70px -15px rgba(16, 185, 129, 0.16), 0 10px 30px rgba(15, 23, 42, 0.05) !important;
    border: 1px solid rgba(16, 185, 129, 0.22) !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.feat-mockup-wrapper .feat-mockup-window,
.feat-mockup-window {
    background: #ffffff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 57, 43, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    user-select: none !important;
    pointer-events: none !important;
    width: 1040px !important;
    max-width: 1040px !important;
    min-width: 1040px !important;
    margin: 0 auto !important;
    flex-shrink: 0 !important;
    transform-origin: top center !important;
    border-bottom: 1px solid rgba(15, 57, 43, 0.08) !important;
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}

.feat-studio-grid {
    display: grid !important;
    grid-template-columns: 270px 1fr !important;
    min-height: 460px !important;
    background: #ffffff !important;
    width: 1040px !important;
}

.feat-studio-sidebar {
    background: #f8fafc !important;
    border-right: 1px solid #e2e8f0 !important;
    border-bottom: none !important;
    padding: 22px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    width: 270px !important;
    flex-shrink: 0 !important;
}

.feat-studio-main {
    padding: 24px 28px !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    flex: 1 !important;
}

.feat-table-container {
    width: 100% !important;
    overflow-x: visible !important;
}

.feat-studio-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-family: var(--font-sans) !important;
}

/* ==========================================================================
   1. Split Feature Showcases (Transparent over Mint Background)
   ========================================================================== */
.feat-split-section {
    padding: 85px 0;
    background: transparent;
    position: relative;
}

.feat-section-header {
    margin-bottom: 44px;
    text-align: left;
}

.feat-section-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary);
    background: #e6f7f0;
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 4px 12px;
    border-radius: 9999px;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.feat-section-title {
    font-family: var(--font-sans);
    font-size: 2.35rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0 0 12px;
}

.feat-section-desc {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 720px;
    line-height: 1.6;
    margin: 0;
}

.feat-split-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    align-items: center;
}

.feat-split-grid.reverse {
    grid-template-columns: 1fr 1.15fr;
}

/* ==========================================================================
   2. Interactive Vertical Feature Tabs (Right Column)
   ========================================================================== */
.feat-vtab-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feat-vtab-item {
    padding: 20px 24px;
    border-radius: 16px;
    border: 1px solid rgba(15, 57, 43, 0.08);
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    position: relative;
    box-shadow: 0 4px 16px rgba(15, 57, 43, 0.04);
}

.feat-vtab-item.active {
    background: #ffffff;
    border-color: rgba(16, 185, 129, 0.45);
    border-left: 4px solid #10b981;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.1);
}

/* ==========================================================================
   3. Section 1: Scenic Framed "Add User(s)" Card & Step List
   ========================================================================== */
.feat-org-split-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: center;
}

.feat-scenic-frame {
    background-image: none;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 36px 28px;
    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: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.feat-modal-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    width: 100%;
    max-width: 440px;
    padding: 24px 22px;
    box-sizing: border-box;
}

.feat-modal-head {
    margin-bottom: 14px;
}

.feat-modal-title {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.feat-modal-stats-bar {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-sans);
    font-size: 0.76rem;
    margin-bottom: 14px;
}

.feat-stat-unit {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.feat-stat-label {
    color: #64748b;
    font-weight: 500;
}

.feat-stat-val {
    color: #c2410c;
    /* amber / orange */
    font-weight: 700;
}

.feat-stat-pipe {
    color: #cbd5e1;
    font-weight: 300;
}

.feat-modal-integrations {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.feat-modal-int-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.feat-int-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 68px;
    flex-shrink: 0;
    text-align: center;
    gap: 4px;
}

.feat-int-icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feat-int-brand-name {
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.1;
}

.feat-int-text {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.35;
}

.feat-modal-footer {
    display: flex;
    justify-content: flex-start;
}

.feat-btn-finish {
    background: #047857;
    color: #ffffff;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 6px;
    border: none;
    cursor: default;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.25);
    transition: background 0.15s ease;
}

@media (hover: hover) and (pointer: fine) {
    .feat-btn-finish:hover {
        background: #047857;
    }
}

/* ==========================================================================
   Section 1 Right Column: Clean Step List (Zoho Style + dissolveX Theme)
   ========================================================================== */
.feat-step-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feat-step-list .feat-step-item {
    background: transparent;
    border: none;
    border-top: 3px solid transparent;
    /* zero layout shift */
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 0 18px;
    margin: 0;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s ease;
}

.feat-step-list .feat-step-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feat-step-list .feat-step-item.active {
    background: transparent;
    border-top: 3px solid #10b981;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: none;
}

.feat-step-list .feat-step-item:last-child.active {
    border-bottom: none;
}

.feat-step-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.feat-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    flex-shrink: 0;
    transition: color 0.15s ease;
}

.feat-step-item.active .feat-step-icon {
    color: #047857;
}

.feat-step-title {
    font-family: var(--font-sans);
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    transition: color 0.15s ease;
}

.feat-step-item.active .feat-step-title {
    color: #047857;
}

.feat-step-desc {
    font-family: var(--font-sans);
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    padding-left: 0;
}

.feat-step-item.active .feat-step-desc {
    color: #334155;
}

/* ==========================================================================
/* ==========================================================================
   4. Section 2: "Define secure access to sensitive data" (Mint Theme + Sticky Split Showcase)
   ========================================================================== */
.feat-security-mint-section {
    background: rgba(230, 247, 240, 0.45);
    border-top: 1px solid rgba(15, 57, 43, 0.08);
    border-bottom: 1px solid rgba(15, 57, 43, 0.08);
    padding: 120px 0 140px;
    position: relative;
}

.feat-sticky-split-grid {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start !important;
    gap: 60px;
    position: relative;
}

.feat-sec-sticky-col {
    flex: 0 0 42%;
    max-width: 440px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 10;
}

.feat-sec-sticky-inner {
    display: block;
    position: relative;
}

.feat-title-sticky {
    font-family: var(--font-sans);
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.08;
    color: #0b2b20;
    letter-spacing: -0.035em;
    margin-top: 14px;
}

/* Right scrolling stack: Natural document flow driven by main page scroll */
.feat-sec-scroll-stack {
    flex: 0 0 54%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    overflow: visible;
}

.feat-sec-stack-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feat-sec-scenic-frame {
    padding: 24px 20px 0;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.12);
    background-image: none;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

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

.feat-sec-modal-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* User header */
.feat-sec-user-topbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #ffffff;
}

.feat-sec-avatar-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.feat-sec-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feat-sec-user-text {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    color: #0f172a;
}

.feat-sec-user-code {
    color: #64748b;
    margin-right: 4px;
}

.feat-sec-user-emp {
    color: #0f172a;
    font-weight: 700;
}

/* Tabs bar */
.feat-sec-tabs-bar {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px;
    font-family: var(--font-sans);
    font-size: 0.78rem;
}

.feat-sec-search-input {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-weight: 500;
}

.feat-sec-tabs-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.feat-sec-tab-item {
    color: #64748b;
    font-weight: 500;
    cursor: default;
}

.feat-sec-tab-item.active {
    color: #0f172a;
    font-weight: 700;
}

/* Service Rows */
.feat-sec-rows-list {
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.feat-sec-service-row {
    border-bottom: 1px solid #f1f5f9;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    color: #334155;
    font-weight: 600;
}

.feat-sec-service-row.expanded {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: #ffffff;
}

.feat-sec-row-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feat-sec-arrow {
    color: #64748b;
    font-size: 0.9rem;
    width: 12px;
}

.feat-sec-arrow.down {
    transform: translateY(-1px);
}

.feat-sec-row-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feat-sec-row-icon.box-lms {
    background: #eff6ff;
}

.feat-sec-row-icon.box-comp {
    background: #fdf2f8;
}

.feat-sec-row-icon.box-files {
    background: #f0f9ff;
}

.feat-sec-row-icon.box-perf {
    background: #f0fdf4;
}

.feat-sec-row-icon.box-leave {
    background: #ecfeff;
}

.feat-sec-subrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.feat-sec-subrow-label {
    font-size: 0.82rem;
    color: #334155;
    font-weight: 500;
}

.feat-sec-subrow-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feat-toggle-switch {
    width: 32px;
    height: 18px;
    background: #10b981;
    border-radius: 9999px;
    position: relative;
    cursor: default;
}

.feat-toggle-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.feat-location-pill {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 0.74rem;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.feat-pill-remove {
    color: #475569;
    font-size: 0.85rem;
}

/* Div 2: Operations Card */
.feat-sec-ops-card {
    padding: 24px;
}

.feat-sec-ops-heading {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 18px;
    text-align: left;
}

.feat-sec-ops-8grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.feat-ops-tile-item {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 16px 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    min-height: 90px;
}

.feat-ops-tile-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.feat-ops-tile-label {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.25;
}

/* Captions below each div */
.feat-sec-caption {
    margin-top: 4px;
    text-align: left;
}

.feat-sec-caption-title {
    font-family: var(--font-sans);
    font-size: 1.25rem;
    font-weight: 700;
    color: #0b2b20;
    margin: 0 0 6px;
}

.feat-sec-caption-desc {
    font-family: var(--font-sans);
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
}

/* ==========================================================================
   5. "Spaces" Self-Service Portal Section (Exact Reference Alignment)
   ========================================================================== */
.feat-spaces-section {
    padding: 100px 0 120px;
    background: transparent;
    position: relative;
}

.feat-spaces-header {
    margin-bottom: 48px;
    text-align: left;
}

.feat-spaces-header .feat-section-title {
    font-family: var(--font-sans);
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.08;
    color: #0b2b20;
    letter-spacing: -0.035em;
    margin-top: 14px;
}

.feat-spaces-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 56px;
}

.feat-spaces-media-col {
    /* Percentages plus the gap exceed 100%, so both columns must be able to shrink. */
    flex: 0 1 54%;
    max-width: 640px;
}

.feat-spaces-scenic-frame {
    padding: 26px 0 26px 36px;
    border-radius: 20px;
    background-color: #d1fae5;
    background-image: none;
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.12);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    contain: layout paint;
}

.feat-spaces-img-card {
    background: #ffffff;
    border-radius: 14px 0 0 14px;
    box-shadow: -10px 16px 40px rgba(0, 0, 0, 0.16);
    width: 100%;
    aspect-ratio: 1112 / 1320;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
    contain: layout paint;
}

.feat-spaces-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 14px 0 0 14px;
}

.feat-spaces-img.active {
    display: block;
    opacity: 1;
}

/* Right Tabs Column */
.feat-spaces-tabs-col {
    flex: 0 1 44%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.feat-spaces-vtab-item {
    cursor: pointer;
    position: relative;
    padding-top: 18px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
    border-top: 1px solid #e2e8f0;
}

.feat-spaces-vtab-item.active {
    border-top: 3px solid #10b981;
    padding-top: 16px;
}

.feat-spaces-vtab-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.feat-spaces-vtab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    flex-shrink: 0;
}

.feat-spaces-vtab-item.active .feat-spaces-vtab-icon {
    color: #047857;
}

@media (hover: hover) and (pointer: fine) {
    .feat-spaces-vtab-item:hover .feat-spaces-vtab-icon {
        color: #047857;
    }
}

.feat-spaces-vtab-title {
    font-family: var(--font-sans);
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin: 0;
    transition: color 0.2s ease;
}

.feat-spaces-vtab-item.active .feat-spaces-vtab-title {
    color: #047857;
}

@media (hover: hover) and (pointer: fine) {
    .feat-spaces-vtab-item:hover .feat-spaces-vtab-title {
        color: #047857;
    }
}

.feat-spaces-vtab-desc {
    font-family: var(--font-sans);
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 820px) {
    .feat-spaces-grid {
        flex-direction: column;
        gap: 40px;
    }

    .feat-spaces-media-col,
    .feat-spaces-tabs-col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ==========================================================================
   6. Clean Light FAQ Section (Matching Reference Design)
   ========================================================================== */
.feat-clean-faq-section {
    padding: 85px 0 115px;
    background: transparent;
    position: relative;
    border-top: 1px solid rgba(15, 57, 43, 0.06);
    border-bottom: 1px solid rgba(15, 57, 43, 0.06);
}

/* Centered Top Badge */
.feat-faq-top-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 46px;
    width: 100%;
}

.feat-faq-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(15, 57, 43, 0.15);
    border-radius: 9999px;
    padding: 7px 20px;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #0b2b20;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.feat-faq-top-badge svg {
    color: #047857;
}

.feat-faq-split-grid {
    display: grid;
    grid-template-columns: 390px 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-split-title {
    font-family: var(--font-sans);
    font-size: 3.1rem;
    font-weight: 800;
    line-height: 1.06;
    color: #0b2b20;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
    padding: 0;
}

.feat-faq-split-title .serif-italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: #1a5336;
}

.feat-faq-split-desc {
    font-family: var(--font-sans);
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.62;
    margin: 0 0 32px;
    max-width: 350px;
}

/* 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.09);
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    max-width: 330px;
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .feat-faq-help-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(15, 57, 43, 0.07);
        border-color: rgba(16, 185, 129, 0.35);
    }
}

.feat-faq-help-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eaf7f0;
    color: #0b2b20;
    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: var(--font-sans);
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.feat-faq-help-action {
    font-family: var(--font-sans);
    font-size: 0.96rem;
    color: #0b2b20;
    font-weight: 700;
    transition: color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .feat-faq-help-card:hover .feat-faq-help-action {
        color: #047857;
    }
}

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

.feat-faq-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

/* Card Accordion Items */
.faq-line-item {
    background: #ffffff;
    border: 1px solid rgba(15, 57, 43, 0.1);
    border-radius: 18px;
    padding: 22px 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    text-align: left;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    .faq-line-item:hover {
        border-color: rgba(15, 57, 43, 0.18);
        box-shadow: 0 6px 18px rgba(15, 57, 43, 0.04);
    }
}

.faq-line-item.active {
    border: 1.5px solid #10b981;
    box-shadow: 0 6px 22px rgba(16, 185, 129, 0.06);
    background: #ffffff;
    padding: 24px 28px 26px;
}

.faq-line-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: var(--font-sans);
    font-size: 1.08rem;
    font-weight: 700;
    color: #0b2b20;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    line-height: 1.35;
}

.faq-toggle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eaf7f0;
    color: #0b2b20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.faq-line-item.active .faq-toggle-icon {
    background: #0b2b20;
    color: #ffffff;
}

.faq-line-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
}

.faq-line-item.active .faq-line-answer {
    max-height: 400px;
}

.faq-line-answer-inner {
    padding-top: 16px;
    font-family: var(--font-sans);
    font-size: 0.94rem;
    line-height: 1.68;
    color: #475569;
}

/* ==========================================================================
   7. Bottom CTA Banner (Matching Home Landing & Mobile)
   ========================================================================== */
.feat-cta-banner-section {
    padding: 95px 0 110px;
    background: transparent;
    text-align: center;
    position: relative;
}

/* ==========================================================================
   8. Responsive Media Queries
   ========================================================================== */
@media (max-width: 1080px) {

    .feat-mockup-wrapper,
    .feat-scenic-frame,
    .feat-spaces-scenic-frame,
    .em-cta-showcase-right {
        overflow: hidden !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        padding: 12px 10px !important;
    }

    .feat-mockup-window,
    .feat-modal-card,
    .feat-sec-modal-card,
    .feat-sec-ops-card,
    .feat-spaces-img-card,
    .em-cta-mockup-stage {
        flex-shrink: 0 !important;
        transform-origin: top center !important;
    }
}

@media (max-width: 992px) {

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

    .feat-section-title {
        font-size: 1.95rem;
    }

    .feat-sec-ops-8grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feat-faq-split-left {
        position: static !important;
    }
}

@media (max-width: 768px) {

    .feat-mockup-wrapper,
    .feat-scenic-frame,
    .feat-spaces-scenic-frame,
    .em-cta-showcase-right {
        overflow: hidden !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        padding: 10px 8px !important;
        border-radius: 18px !important;
    }

    .feat-mockup-window,
    .feat-modal-card,
    .feat-sec-modal-card,
    .feat-sec-ops-card,
    .feat-spaces-img-card,
    .em-cta-mockup-stage {
        flex-shrink: 0 !important;
        transform-origin: top center !important;
    }

    .feat-sticky-split-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
    }

    .feat-sec-sticky-col {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        position: static !important;
        top: auto !important;
        align-self: stretch !important;
        z-index: 1 !important;
        margin-bottom: 8px;
        transform: none !important;
    }

    .feat-title-sticky {
        font-size: 2.2rem;
    }

    .feat-sec-scroll-stack {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        gap: 40px !important;
    }
}

/* ==========================================================================
   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 Employee Management CTA Showcase Section ("Empower your people")
   ========================================================================== */
.em-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

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

.em-cta-showcase-card {
    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;
    position: relative;
    box-shadow: 0 16px 48px rgba(16, 185, 129, 0.08), 0 4px 16px rgba(0, 0, 0, 0.03);
    overflow: visible;
}

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

.em-cta-badge-pill {
    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);
}

.em-cta-badge-pill svg {
    color: #10b981;
}

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

.em-cta-showcase-title .serif-italic {
    font-family: 'Instrument Serif', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 2.75rem !important;
    color: #065f46 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: initial !important;
    display: inline !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em;
}

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

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

.em-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, box-shadow 0.2s ease;
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .em-cta-btn-primary:hover {
        background: #047857;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(6, 95, 70, 0.32);
        color: #ffffff !important;
    }
}

.em-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, box-shadow 0.2s ease;
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .em-cta-btn-secondary:hover {
        border-color: #065f46;
        transform: translateY(-2px);
        color: #065f46 !important;
        background: #ffffff;
        box-shadow: 0 4px 12px rgba(6, 95, 70, 0.12);
    }
}

.em-cta-micro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-top: 4px;
    width: 100%;
    max-width: 500px;
}

.em-micro-feat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

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

.em-micro-icon-box svg {
    width: 11px;
    height: 11px;
    stroke: #ffffff;
}

.em-micro-feat-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1b4d38;
}

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

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

/* Top Floating Notification */
.em-float-notif-card {
    position: absolute;
    top: 2px;
    left: 20px;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 14px;
    padding: 6px 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
}

.em-notif-avatar-wrap {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1.5px solid #10b981;
}

.em-notif-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.em-notif-body {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.em-notif-title-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.em-notif-title {
    font-size: 0.68rem;
    font-weight: 800;
    color: #0f172a;
}

.em-notif-check-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #16a34a;
    color: #ffffff;
    font-size: 0.58rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.em-notif-sub {
    font-size: 0.56rem;
    color: #64748b;
}

/* Main Dashboard Window */
.em-dashboard-window {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #cce8da;
    box-shadow: 0 14px 36px rgba(11, 43, 32, 0.12);
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.em-dash-sidebar {
    width: 95px;
    border-right: 1px solid #f1f5f9;
    padding: 12px 6px 36px;
    display: flex;
    flex-direction: column;
    background: #fafcfa;
    flex-shrink: 0;
}

.em-dash-brand {
    font-size: 0.82rem;
    font-weight: 800;
    color: #0b2b20;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    padding: 0 4px;
}

.em-brand-x {
    color: #10b981;
}

.em-dash-nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.em-dash-nav-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 600;
    color: #64748b;
}

.em-dash-nav-item.active {
    background: #dcfce7;
    color: #15803d;
    font-weight: 700;
}

.em-dash-main {
    flex: 1;
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    min-width: 0;
}

.em-dash-topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 6px;
}

.em-dash-top-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.em-dash-icon-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 0.65rem;
}

.em-bell-wrap {
    position: relative;
}

.em-bell-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ef4444;
}

.em-dash-user-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.65rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a7f3d0;
}

/* Greeting */
.em-dash-greeting {
    margin-bottom: 8px;
}

.em-greet-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1px 0;
}

.em-greet-sub {
    font-size: 0.58rem;
    color: #64748b;
    margin: 0;
}

/* KPI Grid */
.em-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 8px;
}

.em-kpi-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 5px 6px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.em-kpi-label {
    font-size: 0.5rem;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
}

.em-kpi-value-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}

.em-kpi-num {
    font-size: 0.8rem;
    font-weight: 850;
    color: #0f172a;
}

.em-kpi-badge {
    font-size: 0.44rem;
    font-weight: 700;
    padding: 1px 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.em-kpi-badge.badge-green {
    background: #dcfce7;
    color: #166534;
}

.em-kpi-badge.badge-orange {
    background: #ffedd5;
    color: #c2410c;
}

.em-kpi-badge.badge-blue {
    background: #dbeafe;
    color: #1d4ed8;
}

/* Chart */
.em-chart-section {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 7px;
    padding: 6px 8px 5px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.em-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.em-chart-title {
    font-size: 0.6rem;
    font-weight: 700;
    color: #0f172a;
}

.em-chart-select {
    font-size: 0.48rem;
    font-weight: 600;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 1px 4px;
    border-radius: 3px;
}

.em-bars-container {
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4px;
    padding-top: 3px;
    border-bottom: 1px solid #f1f5f9;
}

.em-bar-col {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.em-bar-fill {
    width: 100%;
    max-width: 8px;
    background: #10b981;
    border-radius: 2px 2px 0 0;
}

.em-bar-col:nth-child(even) .em-bar-fill {
    background: #34d399;
    opacity: 0.85;
}

.em-bar-col:nth-child(3n) .em-bar-fill {
    background: #059669;
}

/* Floating Bottom Cards */
.em-float-card {
    position: absolute;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 12px;
    padding: 6px 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 3;
}

.em-float-left {
    bottom: 2px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
}

.em-float-icon-box {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.em-float-icon-box.mini {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    flex-shrink: 0;
}

.em-float-card-text {
    font-size: 0.62rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
}

.em-float-card-text.align-left {
    text-align: left;
}

.em-float-card-text strong {
    font-size: 0.64rem;
    font-weight: 800;
    color: #0f172a;
}

.em-float-card-text span {
    font-size: 0.54rem;
    font-weight: 600;
    color: #64748b;
}

.em-float-right {
    bottom: 2px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.em-float-card-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.em-float-squiggle {
    display: flex;
    justify-content: center;
}

/* Doodle Sparks / Ray Accents */
.em-spark-accents {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    opacity: 0.85;
}

.em-spark-accents.left {
    top: 45%;
    left: -22px;
}

.em-spark-accents.right {
    top: 25%;
    right: -14px;
}

/* Top-Right Doodle Note (Positioned cleanly beside stage) */
.em-doodle-note {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    flex-shrink: 0;
    pointer-events: none;
    user-select: none;
}

.em-doodle-text {
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: #166534;
    line-height: 1.08;
    text-align: center;
    transform: rotate(3deg);
    margin-bottom: 2px;
}

.em-doodle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   Responsive Media Queries for Employee Management CTA Showcase
   ========================================================================== */
@media (max-width: 1200px) and (min-width: 961px) {
    .em-cta-showcase-card {
        grid-template-columns: 1fr 1fr;
        padding: 36px 30px;
        gap: 24px;
    }

    .em-cta-showcase-title {
        font-size: 2.4rem;
    }

    .em-cta-showcase-title .serif-italic {
        font-size: 2.8rem;
    }

    .em-cta-mockup-stage {
        width: 420px;
    }

    .em-doodle-note {
        display: none;
    }
}

@media (max-width: 960px) {
    .em-cta-showcase-card {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 36px 24px;
        text-align: center;
    }

    .em-cta-showcase-left {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .em-cta-showcase-title {
        font-size: 2.3rem;
    }

    .em-cta-showcase-title .serif-italic {
        font-size: 2.7rem;
    }

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

    .em-cta-micro-features {
        margin: 0 auto;
    }

    .em-cta-showcase-right {
        justify-content: center;
        width: 100%;
        overflow: hidden;
    }

    .em-cta-mockup-stage {
        width: 100%;
        max-width: 460px;
        flex-shrink: 0;
        transform-origin: top center;
        margin: 0 auto;
    }

    .em-doodle-note {
        display: none;
    }
}

@media (max-width: 680px) {
    .em-cta-showcase-section {
        padding: 36px 0 54px;
    }

    .em-cta-showcase-card {
        padding: 26px 14px 30px;
        border-radius: 24px;
        gap: 26px;
    }

    .em-cta-showcase-title {
        font-size: 1.85rem;
        letter-spacing: -0.8px;
    }

    .em-cta-showcase-title .serif-italic {
        font-size: 2.25rem;
    }

    .em-cta-showcase-desc {
        font-size: 0.88rem;
        margin-bottom: 20px;
    }

    .em-cta-actions-row {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-bottom: 24px;
    }

    .em-cta-btn-primary,
    .em-cta-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .em-cta-micro-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 16px;
        max-width: 320px;
        margin: 0 auto;
    }

    .em-micro-feat-item {
        align-items: center;
        text-align: center;
    }

    .em-cta-showcase-right {
        overflow: hidden;
        padding: 16px 8px 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .em-doodle-note {
        display: none !important;
    }

    .em-cta-mockup-stage {
        flex-shrink: 0;
        transform-origin: top center;
        margin: 0 auto;
        position: relative;
    }
}

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

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

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

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