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

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

/* Strict Zero Hover Rule for Timesheets */
[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;
}

/* ========== Shared Tokens ========== */

.ts-section-pill {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    color: #0b2b20;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    padding: 7px 16px;
    border-radius: 100px;
    border: 1px solid #e4f2ea;
    box-shadow: 0 2px 8px rgba(16,185,129,0.10), 0 1px 3px rgba(0,0,0,0.06);
    margin-bottom: 18px;
    width: fit-content !important;
    max-width: max-content !important;
    align-self: flex-start !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

/* ========== Split Sections ========== */

.ts-split-section { padding: 100px 0; background: transparent; }
.ts-split-alt { background: transparent; }
.ts-dashboard-section { padding: 100px 0; background: transparent; }

.ts-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: flex-start; }
.ts-split-reversed { direction: rtl; }
.ts-split-reversed > * { direction: ltr; }
.ts-split-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 110px;
    align-self: flex-start;
}

.ts-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; }
.ts-split-title .serif-italic { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: #10b981; }
.ts-split-desc { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; color: #2d6b4e; line-height: 1.7; margin: 0 0 28px 0; }

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

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

/* Varied scenic backdrop perspective for alternating sections */
.ts-split-section:nth-of-type(even) .ts-scenic-frame {
    background-image: none;
    background-position: center 60%;
}

/* ========== SECTION 1: Weekly Schedule Mockup ========== */

.ts-roster-card { background: #fff; border-radius: 14px; border: 1px solid #d0ece1; overflow: hidden; box-shadow: 0 8px 32px rgba(16,185,129,0.07); }
.ts-roster-topbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px; background: #f9fcfa; border-bottom: 1px solid #e4f2ea; }
.ts-roster-title { font-family: 'Outfit', sans-serif; font-size: 0.88rem; font-weight: 800; color: #0b2b20; display: flex; align-items: center; gap: 8px; }
.ts-roster-actions { display: flex; gap: 8px; align-items: center; }
.ts-date-pill { background: #e8f8f2; color: #047857; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 100px; }

.ts-schedule-table { width: 100%; border-collapse: collapse; text-align: left; }
.ts-schedule-table th { background: #f4fbf7; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.04em; padding: 8px 10px; border-bottom: 1px solid #d0ece1; }
.ts-schedule-table td { padding: 8px 10px; border-bottom: 1px solid #eef7f2; vertical-align: middle; }
.ts-schedule-table tr:last-child td { border-bottom: none; }

.ts-emp-cell { display: flex; align-items: center; gap: 8px; min-width: 140px; }
.ts-emp-avatar { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-size: 0.68rem; font-weight: 800; flex-shrink: 0; }
.ts-av-1 { background: #dbeafe; color: #1e40af; }
.ts-av-2 { background: #fce7f3; color: #9d174d; }
.ts-av-3 { background: #e0e7ff; color: #3730a3; }
.ts-av-4 { background: #fef3c7; color: #92400e; }
.ts-emp-name { font-weight: 700; color: #0b2b20; font-size: 0.78rem; white-space: nowrap; }
.ts-emp-role { font-size: 0.62rem; color: #475569; white-space: nowrap; }

.ts-job-tag { display: flex; flex-direction: column; gap: 2px; padding: 4px 6px; border-radius: 6px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.62rem; font-weight: 700; line-height: 1.2; text-decoration: none; }
.ts-tag-emerald { background: #d1fae5; color: #047857; border-left: 2px solid #10b981; }
.ts-tag-blue { background: #dbeafe; color: #1e40af; border-left: 2px solid #3b82f6; }
.ts-tag-purple { background: #ede9fe; color: #6d28d9; border-left: 2px solid #8b5cf6; }
.ts-tag-amber { background: #fef3c7; color: #92400e; border-left: 2px solid #f59e0b; }
.ts-tag-leave { background: #fee2e2; color: #b91c1c; font-weight: 700; text-align: center; border-radius: 4px; padding: 4px 6px; }
.ts-tag-time { font-weight: 500; opacity: 0.85; font-size: 0.58rem; }
.ts-weekend-cell { background: #f8fafc; color: #475569; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; font-weight: 600; text-align: center; }

/* ========== SECTION 2: Add / Log Job Mockup ========== */

.ts-job-modal-card { background: #ffffff; border-radius: 16px; border: 1px solid #d0ece1; overflow: hidden; box-shadow: 0 10px 40px rgba(16,185,129,0.08); padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
.ts-modal-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #eef7f2; }
.ts-modal-title { font-family: 'Outfit', sans-serif; font-size: 0.98rem; font-weight: 800; color: #0b2b20; }
.ts-modal-badge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; font-weight: 700; color: #047857; background: #d1fae5; padding: 3px 8px; border-radius: 100px; }

.ts-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ts-form-group { display: flex; flex-direction: column; gap: 4px; }
.ts-form-group.full { grid-column: span 2; }
.ts-form-label { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 700; color: #0b2b20; }
.ts-form-input, .ts-form-select {
    background: #f8fafc;
    border: 1px solid #d0ece1;
    border-radius: 8px;
    padding: 7px 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    color: #0b2b20;
    font-weight: 500;
}
.ts-form-input:focus, .ts-form-select:focus { outline: none; border-color: #10b981; background: #fff; }

.ts-input-with-btn { display: flex; gap: 6px; }
.ts-btn-add { background: #e8f8f2; border: 1px solid #c3e8d8; color: #047857; font-weight: 700; font-size: 0.7rem; border-radius: 6px; padding: 0 8px; cursor: default; white-space: nowrap; }

.ts-hours-selector { display: flex; gap: 6px; }
.ts-hours-tab { flex: 1; text-align: center; padding: 6px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; font-weight: 600; border: 1px solid #e2e8f0; border-radius: 6px; background: #fff; color: #64748b; }
.ts-hours-tab.active { background: #065f46; color: #fff; border-color: #10b981; font-weight: 700; }

.ts-time-inputs { display: flex; align-items: center; gap: 8px; }
.ts-time-inputs input { width: 90px; }
.ts-billable-toggle { display: flex; align-items: center; gap: 8px; background: #f0fdf4; border: 1px solid #c3e8d8; border-radius: 8px; padding: 8px 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.74rem; font-weight: 600; color: #047857; }

.ts-modal-actions { display: flex; justify-content: flex-end; gap: 8px; padding-top: 10px; border-top: 1px solid #eef7f2; }
.ts-btn-primary { background: #065f46; color: #ffffff; border: none; padding: 7px 18px; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.78rem; font-weight: 700; cursor: pointer; }
.ts-btn-secondary { background: #f1f5f9; color: #475569; border: none; padding: 7px 16px; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.78rem; font-weight: 600; cursor: pointer; }

/* ========== SECTION 3: Project Analytics Dashboard Mockup ========== */

.ts-dashboard-card { background: #fff; border-radius: 16px; border: 1px solid #d0ece1; overflow: hidden; box-shadow: 0 12px 48px rgba(16,185,129,0.09); display: flex; flex-direction: column; }
.ts-dash-project-bar { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; background: #f9fcfa; border-bottom: 1px solid #e4f2ea; flex-wrap: wrap; gap: 10px; }
.ts-dash-proj-name { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 800; color: #0b2b20; display: flex; align-items: center; gap: 8px; }
.ts-dash-meta { display: flex; gap: 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.74rem; color: #64748b; }
.ts-dash-meta strong { color: #0b2b20; }

.ts-dash-tabs { display: flex; gap: 4px; padding: 0 20px; background: #ffffff; border-bottom: 1px solid #e4f2ea; overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
.ts-dash-tab { padding: 10px 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.76rem; font-weight: 600; color: #64748b; cursor: default; border-bottom: 2px solid transparent; white-space: nowrap; flex-shrink: 0; }
.ts-dash-tab.active { color: #047857; font-weight: 800; border-bottom-color: #10b981; }

.ts-dash-body { padding: 22px; display: flex; flex-direction: column; gap: 20px; }
.ts-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ts-kpi-card { background: #f9fcfa; border: 1px solid #e4f2ea; border-radius: 12px; padding: 14px; display: flex; flex-direction: column; gap: 6px; }
.ts-kpi-lbl { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.03em; }
.ts-kpi-val { font-family: 'Outfit', sans-serif; font-size: 1.35rem; font-weight: 800; color: #0b2b20; line-height: 1; }
.ts-kpi-sub { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; color: #64748b; }
.ts-kpi-bar { height: 5px; background: #e2e8f0; border-radius: 3px; overflow: hidden; margin-top: 4px; }
.ts-kpi-fill-emerald { height: 100%; background: #10b981; border-radius: 3px; }
.ts-kpi-fill-blue { height: 100%; background: #3b82f6; border-radius: 3px; }

.ts-dash-split-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ts-dash-panel { background: #f8fafc; border: 1px solid #eef2f6; border-radius: 12px; padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; }
.ts-panel-head { font-family: 'Outfit', sans-serif; font-size: 0.82rem; font-weight: 800; color: #0b2b20; display: flex; justify-content: space-between; }
.ts-job-row { display: flex; justify-content: space-between; align-items: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.74rem; padding: 6px 0; border-bottom: 1px solid #edf2f7; }
.ts-job-row:last-child { border-bottom: none; }
.ts-contributor-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid #edf2f7; font-size: 0.74rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.ts-contributor-row:last-child { border-bottom: none; }

/* ========== SECTION 4: Timesheet Reports Visual Mockup ========== */

.ts-reports-visual-card { background: #fff; border-radius: 16px; border: 1px solid #d0ece1; overflow: hidden; box-shadow: 0 8px 32px rgba(16,185,129,0.08); padding: 22px 24px; display: flex; flex-direction: column; gap: 18px; }
.ts-rep-card-title { font-family: 'Outfit', sans-serif; font-size: 0.92rem; font-weight: 800; color: #0b2b20; display: flex; justify-content: space-between; align-items: center; }
.ts-chart-bars-wrap { display: flex; flex-direction: column; gap: 12px; padding: 10px 0; }
.ts-bar-item { display: flex; flex-direction: column; gap: 4px; }
.ts-bar-labels { display: flex; justify-content: space-between; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.74rem; font-weight: 600; color: #0b2b20; }
.ts-bar-track { height: 16px; background: #eef7f2; border-radius: 6px; display: flex; overflow: hidden; }
.ts-bar-fill-act { background: #10b981; height: 100%; }

.ts-donut-legend-wrap { display: flex; align-items: center; justify-content: space-around; padding: 14px; background: #f9fcfa; border: 1px solid #e4f2ea; border-radius: 12px; }
.ts-legend-col { display: flex; flex-direction: column; gap: 4px; }
.ts-legend-item { display: flex; align-items: center; gap: 6px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; color: #0b2b20; font-weight: 600; }
.ts-legend-dot { width: 8px; height: 8px; border-radius: 50%; }

/* ========== SECTION 5: Benefits Bento & Testimonial ========== */

.ts-benefits-section { padding: 100px 0; background: transparent; border-top: 1px solid rgba(16,185,129,0.12); }
.ts-benefits-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.ts-benefits-title { font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; color: #0b2b20; line-height: 1.2; margin: 0; }
.ts-benefits-title .serif-italic { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: #10b981; }

.ts-benefit-card {
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(16,185,129,0.05);
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}
.ts-benefit-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e8f8f2;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ts-benefit-title { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 800; color: #0b2b20; line-height: 1.3; margin: 0; }
.ts-benefit-desc { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.9rem; color: #2d6b4e; line-height: 1.65; margin: 0; }

/* Testimonial Card (Light SaaS Theme) */

/* ========== SECTION 6: FAQ Section ========== */

.feat-faq-section {
    padding: 100px 0;
    background: transparent;
}
.feat-faq-split-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 64px;
    align-items: flex-start;
}
.feat-faq-split-left {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 110px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.feat-faq-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0 0 16px 0;
}
.feat-faq-title .serif-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #10b981;
}
.feat-faq-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.96rem;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 28px 0;
    max-width: 340px;
}
.feat-faq-help-card {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 57, 43, 0.12) !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    text-decoration: none !important;
    max-width: 330px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: inherit !important;
    margin-top: 8px;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
.feat-faq-help-card:hover {
    text-decoration: none !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
    box-shadow: 0 8px 24px rgba(15, 57, 43, 0.08) !important;
}
}
.feat-faq-help-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #eaf7f0 !important;
    color: #047857 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
.feat-faq-help-icon svg {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    stroke: #047857 !important;
}
.feat-faq-help-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    text-align: left !important;
}
.feat-faq-help-label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.8rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}
.feat-faq-help-action {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.96rem !important;
    color: #0b2b20 !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
.feat-faq-help-card:hover .feat-faq-help-action {
    color: #047857 !important;
}
}
.feat-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}
.feat-faq-item {
    background: #ffffff;
    border: 1px solid rgba(15, 57, 43, 0.10);
    border-radius: 18px;
    padding: 22px 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    text-align: left;
}
@media (hover: hover) and (pointer: fine) {
.feat-faq-item:hover {
    border-color: rgba(16, 185, 129, 0.35);
}
}
.feat-faq-item.active {
    border-color: rgba(16, 185, 129, 0.5);
    box-shadow: 0 4px 18px 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;
    margin: 0;
    text-align: left;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.4;
}
.feat-faq-icon {
    font-size: 1.3rem;
    color: #065f46;
    font-weight: 400;
    line-height: 1;
    margin-left: 16px;
    flex-shrink: 0;
}
.feat-faq-a {
    display: none;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(15, 57, 43, 0.06);
}
.feat-faq-item.active .feat-faq-a {
    display: block;
}
.feat-faq-a-inner p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   TIMESHEETS CTA SHOWCASE SECTION (Custom Dedicated Banner)
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ts-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 16px 16px;
    position: relative;
    z-index: 2;
}

.ts-cta-window-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f7f3;
    margin-bottom: 12px;
}

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

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

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

.ts-cta-window-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Timesheet Grid in Window */
.ts-cta-table-wrap {
    width: 100%;
    margin-bottom: 12px;
}

.ts-cta-table {
    width: 100%;
    border-collapse: collapse;
}

.ts-cta-table th {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    padding: 6px 4px;
    border-bottom: 1px solid #f0f7f3;
    text-align: left;
}

.ts-cta-table td {
    padding: 8px 4px;
    border-bottom: 1px solid #f8fafc;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.70rem;
    color: #0b2b20;
}

.ts-cta-proj-name {
    font-weight: 700;
    color: #0b2b20;
}

.ts-cta-proj-type {
    display: inline-block;
    background: #ecfdf5;
    color: #065f46;
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 0.58rem;
    font-weight: 700;
}

.ts-cta-proj-type.internal {
    background: #f1f5f9;
    color: #475569;
}

.ts-cta-days-chips {
    display: flex;
    gap: 3px;
}

.ts-cta-day-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 1px 4px;
    font-size: 0.58rem;
    font-weight: 600;
    color: #334155;
}

.ts-cta-total-cell {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    color: #065f46;
    text-align: right;
}

/* Window Footer Summary */
.ts-cta-footer-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1fbf5;
    border: 1px dashed #b8e2ce;
    border-radius: 8px;
    padding: 8px 12px;
}

.ts-cta-total-logged {
    font-family: 'Outfit', sans-serif;
    font-size: 0.80rem;
    font-weight: 800;
    color: #0b2b20;
}

.ts-cta-submit-btn {
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.ts-cta-submit-btn:hover {
    background: #047857;
}

/* Floating Badges */
.ts-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;
}

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

.ts-float-badge.bottom-left {
    bottom: 2px;
    left: 10px;
}

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

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

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

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

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

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

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

/* ==========================================================================
   Real Screenshot Mockup Card Styles
   ========================================================================== */
.ts-img-mockup-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.ts-img-mockup-wrapper.hero-mockup {
    margin: 44px auto 0;
    max-width: 1160px;
}

.ts-img-mockup-wrapper.dashboard-mockup {
    margin: 0 auto;
}

.ts-img-mockup-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(16, 185, 129, 0.22);
    box-shadow: 0 20px 50px -10px rgba(11, 43, 32, 0.14), 0 10px 24px -6px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

@media (max-width: 991px) {
    .ts-img-mockup-wrapper.hero-mockup {
        margin: 28px auto 0;
    }
}

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

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


