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

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

/* Strict Zero Hover Rule for HR help desk */
[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 ========== */

.hd-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 ========== */

.hd-split-section { padding: 100px 0; background: transparent; }
.hd-split-alt { background: transparent; }
.hd-sla-section { padding: 100px 0; background: transparent; }

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

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

.hd-split-media { position: relative; }
.hd-scenic-frame {
    background-image: none;
    background-size: cover;
    background-position: center 30%;
    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;
}

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

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

/* ========== SECTION 1: Categories Mockup ========== */

.hd-categories-card { background: #fff; border-radius: 14px; border: 1px solid #d0ece1; overflow: hidden; display: flex; box-shadow: 0 8px 32px rgba(16,185,129,0.07); min-height: 420px; }
.hd-cat-drawer { width: 48%; background: #ffffff; border-right: 1px solid #eef7f2; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.hd-cat-title { font-family: 'Outfit', sans-serif; font-size: 0.88rem; font-weight: 800; color: #0b2b20; border-bottom: 1px solid #f1f5f9; padding-bottom: 8px; }
.hd-field-group { display: flex; flex-direction: column; gap: 3px; }
.hd-field-lbl { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; font-weight: 700; color: #0b2b20; }
.hd-field-val { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 5px 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; color: #0b2b20; font-weight: 500; }
.hd-field-text { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 6px 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; color: #64748b; line-height: 1.4; }

.hd-cat-rules { width: 52%; background: #f9fcfa; padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; }
.hd-rules-head { font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 800; color: #0b2b20; }
.hd-rules-desc { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; color: #64748b; line-height: 1.4; }
.hd-agent-badge-row { display: flex; align-items: center; gap: 6px; background: #e8f8f2; padding: 5px 10px; border-radius: 6px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; font-weight: 700; color: #047857; }

.hd-subcat-table { width: 100%; border-collapse: collapse; margin-top: 4px; }
.hd-subcat-table th { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; font-weight: 700; color: #475569; text-transform: uppercase; padding: 6px 4px; border-bottom: 1px solid #e2e8f0; text-align: left; }
.hd-subcat-table td { padding: 6px 4px; border-bottom: 1px solid #f1f5f9; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; color: #0b2b20; }
.hd-subcat-table tr:last-child td { border-bottom: none; }

/* ========== SECTION 2: Knowledge Vault Mockup ========== */

.hd-vault-card { background: #fff; border-radius: 14px; border: 1px solid #d0ece1; overflow: hidden; display: flex; box-shadow: 0 8px 32px rgba(16,185,129,0.07); min-height: 380px; }
.hd-vault-sidebar { width: 44%; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.hd-vault-side-head { font-family: 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 800; color: #0b2b20; margin-bottom: 8px; }
.hd-faq-nav-item { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; color: #475569; padding: 8px 10px; border-radius: 8px; border: 1px solid transparent; cursor: default; line-height: 1.35; }
.hd-faq-nav-item.active { background: #f0fdf4; border-color: #c3e8d8; color: #047857; font-weight: 700; }

.hd-vault-content { width: 56%; padding: 20px; display: flex; flex-direction: column; gap: 12px; background: #ffffff; }
.hd-vault-q-title { font-family: 'Outfit', sans-serif; font-size: 0.92rem; font-weight: 800; color: #0b2b20; line-height: 1.3; }
.hd-vault-answer { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.76rem; color: #475569; line-height: 1.6; }
.hd-vault-feedback { margin-top: auto; padding-top: 12px; border-top: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; color: #64748b; }
.hd-btn-pill-small { background: #f1f5f9; border: 1px solid #cbd5e1; border-radius: 4px; padding: 2px 8px; font-size: 0.68rem; font-weight: 600; color: #0b2b20; cursor: default; }

/* ========== SECTION 3: Agents Multi-Step Mockup ========== */

.hd-agents-card { background: #fff; border-radius: 14px; border: 1px solid #d0ece1; overflow: hidden; display: flex; box-shadow: 0 8px 32px rgba(16,185,129,0.07); min-height: 380px; }
.hd-wizard-nav { width: 120px; background: #f9fcfa; border-right: 1px solid #e4f2ea; padding: 18px 12px; display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; }
.hd-wizard-step { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; color: #475569; padding: 6px 8px; border-radius: 6px; cursor: default; display: flex; align-items: center; gap: 6px; }
.hd-wizard-step.active { background: #e8f8f2; color: #047857; font-weight: 700; border-left: 2px solid #10b981; }
.hd-wizard-num { width: 16px; height: 16px; border-radius: 50%; background: #e2e8f0; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 700; color: #475569; }
.hd-wizard-step.active .hd-wizard-num { background: #065f46; color: #fff; }

.hd-agents-body { flex: 1; padding: 20px 22px; display: flex; flex-direction: column; gap: 14px; }
.hd-agents-head { display: flex; justify-content: space-between; align-items: center; }
.hd-agents-title { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 800; color: #0b2b20; }
.hd-btn-add-agent { background: #065f46; color: #fff; border: none; padding: 5px 12px; border-radius: 6px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 700; cursor: default; }

.hd-routing-table { width: 100%; border-collapse: collapse; text-align: left; }
.hd-routing-table th { background: #f4fbf7; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; font-weight: 700; color: #475569; text-transform: uppercase; padding: 8px 10px; border-bottom: 1px solid #d0ece1; }
.hd-routing-table td { padding: 8px 10px; border-bottom: 1px solid #f1f5f9; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.75rem; color: #0b2b20; }
.hd-agent-cell { display: flex; align-items: center; gap: 8px; }
.hd-agent-av { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-size: 0.65rem; font-weight: 800; }
.hd-av-1 { background: #dbeafe; color: #1e40af; }
.hd-av-2 { background: #fce7f3; color: #9d174d; }
.hd-av-3 { background: #e0e7ff; color: #3730a3; }
.hd-av-4 { background: #fef3c7; color: #92400e; }

/* ========== SECTION 4: SLA Configuration Mockup ========== */

.hd-sla-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; }
.hd-sla-topbar { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; background: #f9fcfa; border-bottom: 1px solid #e4f2ea; }
.hd-sla-cat-title { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 800; color: #0b2b20; }
.hd-sla-compliance-chip { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 700; background: #e8f8f2; color: #047857; padding: 4px 10px; border-radius: 100px; }

.hd-sla-body { padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.hd-sla-tier-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.hd-tier-head { display: flex; justify-content: space-between; align-items: center; font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 800; color: #0b2b20; }
.hd-sla-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hd-sla-field { display: flex; flex-direction: column; gap: 4px; }
.hd-sla-lbl { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; font-weight: 700; color: #0b2b20; }
.hd-sla-input-box { background: #ffffff; border: 1px solid #d0ece1; border-radius: 6px; padding: 6px 10px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.75rem; color: #0b2b20; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }

.hd-sla-escalation-row { display: flex; align-items: center; justify-content: space-between; background: #f0fdf4; border: 1px solid #c3e8d8; border-radius: 8px; padding: 10px 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.75rem; color: #047857; }

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

.hd-benefits-section { padding: 100px 0; background: transparent; border-top: 1px solid rgba(16,185,129,0.12); }
.hd-benefits-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.hd-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; }
.hd-benefits-title .serif-italic { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: #10b981; }

.hd-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;
}
.hd-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;
}
.hd-benefit-title { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 800; color: #0b2b20; line-height: 1.3; margin: 0; }
.hd-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;
}

/* ==========================================================================
   HR HELP DESK CTA SHOWCASE SECTION (Custom Dedicated Banner)
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Status Chips Row */
.hd-cta-stat-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.hd-cta-stat-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 8px;
    text-align: center;
}

.hd-cta-stat-box.open {
    background: #fffbeb;
    border-color: #fde68a;
}

.hd-cta-stat-box.progress {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.hd-cta-stat-box.resolved {
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.hd-cta-stat-label {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    display: block;
}

.hd-cta-stat-val {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
}

.hd-cta-stat-box.open .hd-cta-stat-val { color: #b45309; }
.hd-cta-stat-box.progress .hd-cta-stat-val { color: #1d4ed8; }
.hd-cta-stat-box.resolved .hd-cta-stat-val { color: #047857; }

/* Tickets List */
.hd-cta-ticket-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hd-cta-ticket-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #edf5f0;
    border-radius: 8px;
    padding: 8px 10px;
}

.hd-cta-ticket-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.hd-cta-ticket-user {
    font-size: 0.72rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.2;
}

.hd-cta-ticket-subject {
    font-size: 0.60rem;
    color: #64748b;
}

.hd-cta-pill {
    padding: 2px 7px;
    border-radius: 100px;
    font-size: 0.58rem;
    font-weight: 700;
    white-space: nowrap;
}

.hd-cta-pill.sla {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.hd-cta-pill.review {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.hd-cta-pill.assigned {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
}

/* Floating Chat Bubble */
.hd-cta-chat-bubble {
    position: absolute;
    bottom: 2px;
    left: 10px;
    background: #ffffff;
    border: 1px solid #cce8da;
    border-radius: 14px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 16;
}

.hd-cta-chat-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd-cta-chat-text {
    font-size: 0.68rem;
    font-weight: 700;
    color: #0b2b20;
}

/* Floating Badges */
.hd-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 24px rgba(0, 0, 0, 0.08);
    z-index: 15;
    white-space: nowrap;
}

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

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

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

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

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

.hd-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) {
    .hd-cta-showcase-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        gap: 32px;
    }
    .hd-cta-showcase-left {
        text-align: center;
        align-items: center;
    }
    .hd-cta-showcase-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .hd-cta-micro-features {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .hd-cta-actions-row {
        justify-content: center;
    }
}

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

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

/* ==========================================================================
   Real Screenshot Mockup Cards (High-Fidelity App Previews)
   ========================================================================== */
.hd-img-mockup-wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 44px auto 0;
    position: relative;
    z-index: 2;
}

.hd-img-mockup-card {
    background: #ffffff;
    border: 1px solid #d1fae5;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(6, 95, 70, 0.12), 0 4px 12px rgba(6, 95, 70, 0.05);
    overflow: hidden;
    line-height: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hd-img-mockup-card:hover {
    box-shadow: 0 24px 60px rgba(6, 95, 70, 0.16), 0 6px 16px rgba(6, 95, 70, 0.08);
}

.hd-img-mockup-card.section-mockup {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(6, 95, 70, 0.10), 0 2px 8px rgba(6, 95, 70, 0.04);
}

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

.hd-img-mockup-card.section-mockup .hd-real-mockup-img {
    border-radius: 15px;
}


