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

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

/* Strict Zero Hover Rule for Shift management */
[class*="-card"], [class*="-box"], [class*="-frame"], [class*="-window"], [class*="-wrapper"],
.feat-mockup-window, .feat-bento-card, .feat-deep-dive-card, .feat-faq-item,
.feat-cta-btn-primary, .feat-cta-btn-secondary, .feat-metric-card {
    transition: none !important;
}

/* ==========================================================================
   SHIFT MANAGEMENT — Shared Tokens & Helpers
   ========================================================================== */

.sm-section-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f8f2;
    color: #065f46;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    border: 1px solid rgba(16, 185, 129, 0.25);
    margin-bottom: 16px;
    /* Inside a flex column a pill would otherwise stretch to the column's
       full width; it always sizes to its label. */
    width: fit-content;
    max-width: 100%;
}

/* ==========================================================================
   SECTION 1 & 3: Split Sections (Custom Shifts, Shift Rotation)
   ========================================================================== */

.sm-split-section {
    padding: 100px 0;
    background: transparent;
}

.sm-rotation-section {
    background: transparent;
}

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

.sm-split-reversed {
    direction: rtl;
}
.sm-split-reversed > * {
    direction: ltr;
}

.sm-split-content {
    display: flex;
    flex-direction: column;
}

.sm-split-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.2;
    margin: 0 0 18px 0;
}

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

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

/* Checklist */

/* Scenic Frame (outer glow wrapper) */
.sm-split-media {
    position: relative;
}

.sm-scenic-frame {
    background: linear-gradient(145deg, rgba(16,185,129,0.08), rgba(11,43,32,0.03));
    border: 1px solid rgba(16,185,129,0.18);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(16,185,129,0.08), 0 4px 20px rgba(0,0,0,0.06);
}

/* Studio Card (two-pane card inside scenic frame) */
.sm-studio-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e4f2ea;
    overflow: hidden;
    display: flex;
    box-shadow: 0 4px 24px rgba(16,185,129,0.07);
    min-height: 340px;
}

/* Studio Sidebar */
.sm-studio-sidebar {
    width: 110px;
    background: #f9fcfa;
    border-right: 1px solid #e4f2ea;
    padding: 16px 10px;
    flex-shrink: 0;
}

.sm-studio-sidebar-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    color: #0b2b20;
    margin-bottom: 12px;
    padding-left: 4px;
}

.sm-studio-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sm-studio-nav-item {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    color: #475569;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: default;
}

.sm-studio-nav-item.sm-nav-active {
    background: #e8f8f2;
    color: #047857;
    font-weight: 700;
    border-left: 2px solid #10b981;
}

/* Add Shift Modal (inside studio card) */
.sm-add-shift-modal {
    flex: 1;
    padding: 20px 20px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sm-modal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    color: #0b2b20;
    margin-bottom: 16px;
}

.sm-modal-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    align-items: flex-end;
}

.sm-modal-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sm-modal-field.sm-field-narrow {
    flex: 0 0 60px;
}

.sm-field-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sm-req {
    color: #065f46;
}

.sm-field-input {
    background: #f4fbf7;
    border: 1px solid #d0ece1;
    border-radius: 7px;
    padding: 6px 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    color: #0b2b20;
    font-weight: 500;
}

.sm-field-time {
    font-weight: 700;
    color: #047857;
}

.sm-color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 2px solid rgba(0,0,0,0.08);
}

.sm-modal-section-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 10px 0 6px;
}

.sm-margin-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.sm-margin-num {
    background: #e8f8f2;
    color: #047857;
    font-family: 'Outfit', monospace;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 5px;
    border: 1px solid #c3e8d8;
}

.sm-margin-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    color: #2d6b4e;
}

.sm-separator {
    height: 1px;
    background: #e4f2ea;
    margin: 10px 0;
}

.sm-radio-row {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
}

.sm-radio-selected {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #047857;
}

.sm-radio {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    color: #475569;
}

.sm-checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sm-checkbox-box {
    width: 16px;
    height: 16px;
    background: #065f46;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
    flex-shrink: 0;
}

.sm-checkbox-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    color: #0b2b20;
    font-weight: 500;
}

/* ==========================================================================
   SECTION 2 & 4: Full-Width Mockup Sections (Mapping, Patterns)
   ========================================================================== */

.sm-mapping-section,
.sm-patterns-section {
    padding: 100px 0;
    background: transparent;
}

.sm-mapping-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px;
}

.sm-mapping-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.2;
    margin: 0;
}

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

.sm-mapping-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    color: #2d6b4e;
    line-height: 1.7;
    margin: 0;
    padding-top: 48px;
}

/* Roster wrapper */
.sm-roster-wrapper {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
}

/* Roster Card */
.sm-roster-card {
    background: #fff;
    border: 1px solid #d0ece1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(16,185,129,0.08), 0 2px 8px rgba(0,0,0,0.04);
}

.sm-roster-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #f9fcfa;
    border-bottom: 1px solid #e4f2ea;
}

.sm-roster-tabs {
    display: flex;
    gap: 4px;
}

.sm-roster-tab {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    color: #475569;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 500;
}

.sm-tab-selected {
    background: #e8f8f2;
    color: #047857;
    font-weight: 700;
}

.sm-roster-actions {
    display: flex;
    gap: 8px;
}

.sm-roster-view-btn, .sm-roster-today-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    color: #0b2b20;
    background: #f0fdf4;
    border: 1px solid #d0ece1;
}

/* Week header */
.sm-week-header {
    display: grid;
    grid-template-columns: 180px repeat(6, 1fr);
    background: #f9fcfa;
    border-bottom: 1px solid #e4f2ea;
}

.sm-week-emp-col {
    padding: 10px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-right: 1px solid #e4f2ea;
}

.sm-week-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-right: 1px solid #e4f2ea;
}

.sm-week-day span {
    font-size: 0.85rem;
    font-weight: 800;
    color: #0b2b20;
    margin-top: 2px;
}

.sm-day-today {
    background: #e8f8f2;
    color: #047857;
}

.sm-day-today span {
    color: #047857;
}

/* Roster rows */
.sm-roster-rows {
    display: flex;
    flex-direction: column;
}

.sm-roster-row {
    display: grid;
    grid-template-columns: 180px repeat(6, 1fr);
    border-bottom: 1px solid #eef7f2;
}

.sm-roster-row:last-child {
    border-bottom: none;
}

.sm-emp-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-right: 1px solid #e4f2ea;
}

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

.sm-av-1 { background: #065f46; }
.sm-av-2 { background: #1d4ed8; }
.sm-av-3 { background: #a16207; }
.sm-av-4 { background: #6d28d9; }
.sm-av-5 { background: #b91c1c; }
.sm-av-6 { background: #0369a1; }

.sm-emp-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.sm-emp-id {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.62rem;
    color: #475569;
    font-weight: 500;
}

.sm-emp-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: #0b2b20;
}

.sm-shift-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    border-right: 1px solid #eef7f2;
}

.sm-shift-cell:last-child {
    border-right: none;
}

.sm-shift-weekend {
    background: #fafafa;
}

.sm-shift-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-align: center;
    gap: 1px;
    width: 100%;
}

.sm-shift-time {
    font-size: 0.58rem;
    font-weight: 500;
    opacity: 0.8;
}

.sm-tag-general { background: #fef3c7; color: #92400e; }
.sm-tag-halfday { background: #ede9fe; color: #5b21b6; }
.sm-tag-night { background: #1e293b; color: #94a3b8; }
.sm-tag-sm { font-size: 0.65rem !important; padding: 3px 8px !important; }

/* ==========================================================================
   SECTION 3: Rotation-specific overrides
   ========================================================================== */

.sm-rotation-card {
    min-height: 360px;
}

.sm-rotation-modal {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sm-rotation-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: #065f46;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sm-rotation-selects {
    display: flex;
    gap: 8px;
}

.sm-select-pill {
    background: #f4fbf7;
    border: 1px solid #d0ece1;
    border-radius: 7px;
    padding: 5px 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    color: #0b2b20;
}

.sm-select-pill-secondary {
    background: #e8f8f2;
    border: 1px solid #c3e8d8;
    border-radius: 7px;
    padding: 5px 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: #065f46;
}

.sm-rotation-notice {
    background: #f0fdf4;
    border: 1px solid rgba(16,185,129,0.2);
    border-radius: 8px;
    padding: 8px 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    color: #065f46;
    line-height: 1.5;
    display: flex;
    gap: 7px;
    align-items: flex-start;
    margin: 10px 0;
}

.sm-rotation-range-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    flex-wrap: wrap;
}

/* ==========================================================================
   SECTION 4: Shift Patterns — Pattern Card Layout
   ========================================================================== */

.sm-pattern-card {
    background: #fff;
    border: 1px solid #d0ece1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(16,185,129,0.08);
    display: flex;
    min-height: 360px;
}

.sm-pattern-sidebar {
    width: 220px;
    background: #f9fcfa;
    border-right: 1px solid #e4f2ea;
    padding: 20px 16px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sm-pattern-header {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.sm-pattern-tab {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    color: #475569;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid transparent;
}

.sm-pattern-tab-active {
    background: #e8f8f2;
    color: #047857;
    border-color: #c3e8d8;
    font-weight: 700;
}

.sm-pattern-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sm-pattern-emp-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sm-pattern-emp {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
}

.sm-pattern-emp-selected {
    background: #e8f8f2;
    border: 1px solid #c3e8d8;
}

.sm-pattern-editor {
    flex: 1;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
}

.sm-pattern-info-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    color: #475569;
    line-height: 1.5;
    background: #f4fbf7;
    border: 1px solid #e4f2ea;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 4px;
}

.sm-pattern-range-table {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
    background: #f9fcfa;
    border: 1px solid #e4f2ea;
    border-radius: 10px;
    padding: 12px;
}

.sm-pattern-range-header {
    display: flex;
    gap: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4f2ea;
}

.sm-pattern-range-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #eef7f2;
}

.sm-pattern-range-row:last-child {
    border-bottom: none;
}

.sm-range-num {
    font-family: 'Outfit', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0b2b20;
    min-width: 22px;
    text-align: center;
}

.sm-range-arrow {
    color: #475569;
    font-size: 0.8rem;
}

.sm-range-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #0b2b20;
}

.sm-range-time {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    color: #475569;
    margin-left: auto;
}

/* ==========================================================================
   SECTION 5: Benefits (3-col bento) + Testimonial
   ========================================================================== */

.sm-benefits-section {
    padding: 100px 0;
    background: #eaf6f0;
}

.sm-benefits-header {
    text-align: center;
    margin-bottom: 56px;
}

.sm-benefits-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.2;
    margin: 0;
}

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

.sm-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.sm-benefit-card {
    background: #fff;
    border: 1px solid #d0ece1;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 4px 20px rgba(16,185,129,0.07);
}

.sm-benefit-mini-preview {
    background: #f9fcfa;
    border: 1px solid #e4f2ea;
    border-radius: 12px;
    padding: 16px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Preview — Control */
.sm-preview-table-head {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 6px;
}

.sm-preview-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sm-preview-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    color: #000000;
    font-weight: 500;
}

.sm-preview-dots {
    font-size: 0.5rem;
    letter-spacing: 1px;
}

.sm-dots-blue { color: #0369a1; }
.sm-dots-emerald { color: #15803d; }
.sm-dots-amber { color: #fbbf24; }

/* Preview — Breaks */
.sm-preview-modal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 8px;
}

.sm-break-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    border-bottom: 1px solid #eef7f2;
}

.sm-break-badge {
    background: #e8f8f2;
    color: #047857;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

.sm-badge-gray {
    background: #f1f5f9;
    color: #475569;
}

.sm-break-name {
    flex: 1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #000000;
}

.sm-break-status {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    color: #000000;
}

.sm-break-active {
    color: #000000;
    font-weight: 700;
}

.sm-break-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #065f46;
    background: #e8f8f2;
    border: 1px dashed #10b981;
    border-radius: 6px;
    padding: 5px 10px;
    width: fit-content;
}

/* Preview — Notify */
.sm-notify-row {
    display: grid;
    grid-template-columns: 1fr 60px 60px;
    gap: 4px;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #eef7f2;
}

.sm-notify-header-row {
    border-bottom: 1px solid #d0ece1;
}

.sm-notify-col {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.sm-notify-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.62rem;
    color: #000000;
    line-height: 1.3;
}

.sm-notify-check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sm-notify-empty {
    width: 14px;
    height: 14px;
    border: 1.5px solid #d0ece1;
    border-radius: 2px;
    margin: 0 auto;
}

/* Benefit card text */
.sm-benefit-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.3;
    margin: 0;
}

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

/* Testimonial */

/* ==========================================================================
   RESPONSIVE — Tablet & Mobile
   ========================================================================== */

@media (max-width: 1024px) {
    .sm-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sm-split-reversed {
        direction: ltr;
    }

    .sm-mapping-header {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sm-mapping-desc {
        padding-top: 0;
    }

    .sm-benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sm-week-header,
    .sm-roster-row {
        grid-template-columns: 140px repeat(6, 1fr);
    }

    .sm-emp-cell {
        padding: 8px 10px;
    }
}

@media (max-width: 768px) {
    .sm-split-section,
    .sm-mapping-section,
    .sm-patterns-section,
    .sm-benefits-section {
        padding: 64px 0;
    }

    .sm-benefits-grid,
    .sm-grid-2col,
    .sm-bento-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   SHIFT MANAGEMENT CTA SHOWCASE SECTION (Custom Dedicated Banner)
   ========================================================================== */

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

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

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

.sm-cta-showcase-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 2;
    text-align: left;
}

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

.sm-cta-badge-icon {
    display: flex;
    align-items: center;
    color: #10b981;
}

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

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

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

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

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

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

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

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

/* 4 Feature Icon Pillars */
.sm-cta-feature-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 10px;
    width: 100%;
    max-width: 480px;
}

.sm-cta-feat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.sm-cta-feat-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d1fae5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #065f46;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.08);
}

.sm-cta-feat-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.70rem;
    font-weight: 700;
    color: #1b4d38;
    line-height: 1.2;
}

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

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

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

.sm-cta-window-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.sm-cta-window-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: #0b2b20;
}

.sm-cta-dropdown-btn {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 3px 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sm-cta-date-range {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 10px;
}

/* Shift Schedule Table */
.sm-cta-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.sm-cta-schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

.sm-cta-schedule-table th {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    color: #64748b;
    text-align: center;
    padding: 3px 2px;
}

.sm-cta-schedule-table th.emp-th {
    text-align: left;
    width: 72px;
}

.sm-cta-emp-cell {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sm-cta-emp-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #065f46;
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sm-cta-emp-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.60rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.1;
    white-space: nowrap;
}

.sm-shift-pill {
    display: block;
    border-radius: 6px;
    padding: 3px 2px;
    text-align: center;
    line-height: 1.1;
}

.sm-shift-name {
    display: block;
    font-size: 0.55rem;
    font-weight: 700;
}

.sm-shift-time {
    display: block;
    font-size: 0.46rem;
    font-weight: 600;
    opacity: 0.9;
}

.sm-shift-pill.morning {
    background: #e0f7f0;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.sm-shift-pill.evening {
    background: #fef3e2;
    color: #b45309;
    border: 1px solid #fed7aa;
}

.sm-shift-pill.night {
    background: #f3e8ff;
    color: #7e22ce;
    border: 1px solid #e9d5ff;
}

.sm-shift-pill.off {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 6px 2px;
}

/* Floating Badges */
.sm-cta-badge-card {
    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;
}

.sm-cta-badge-card.no-conflicts {
    top: 2px;
    left: 10px;
}

.sm-cta-badge-card.better-cov {
    bottom: 2px;
    left: 10px;
}

.sm-cta-badge-card.swap-req {
    right: 10px;
    top: 34%;
    flex-direction: column;
    align-items: center;
    padding: 6px 10px;
    gap: 3px;
}

.sm-badge-icon-circ {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sm-badge-icon-sq {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sm-badge-bold {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.1;
}

.sm-badge-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.54rem;
    font-weight: 600;
    color: #64748b;
}

.sm-swap-approved-pill {
    background: #10b981;
    color: #ffffff;
    font-size: 0.58rem;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 100px;
}

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

.sm-doodle-bottom-right {
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 18;
    pointer-events: none;
    text-align: right;
}

.sm-doodle-text {
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: #166534;
    line-height: 1.05;
}

.sm-doodle-text.top {
    transform: rotate(3deg);
}

.sm-doodle-text.bottom {
    transform: rotate(-3deg);
}

@media (max-width: 960px) {
    .sm-cta-showcase-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        gap: 32px;
    }
    .sm-cta-showcase-left {
        text-align: center;
        align-items: center;
    }
    .sm-cta-showcase-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .sm-cta-feature-cards {
        margin: 0 auto;
    }
    .sm-cta-actions-row {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .sm-doodle-top-right,
    .sm-doodle-bottom-right {
        display: none !important;
    }
    .sm-cta-actions-row .sm-cta-btn-primary,
    .sm-cta-actions-row .sm-cta-btn-secondary {
        width: 100%;
    }
    .sm-cta-feature-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 14px;
        max-width: 280px;
    }
}

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

