/* ==========================================================================
   dissolveX HRMS - Performance Management Dedicated Stylesheet
   Strict Zero-Hover & Light Emerald SaaS Design System
   Matches Zoho People Reference Sections & dissolveX Soft Mint Canvas
   ========================================================================== */

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

/* Strict Zero Hover Rule for Performance 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,
.pm-split-media, .pm-scenic-frame, .pm-mock-card {
    transition: none !important;
}

/* ========== Shared Tokens & Section Pill ========== */

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

.pm-section-pill .pm-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
}

/* ========== Split Section Architecture (Transparent over Mint Canvas) ========== */

.pm-split-section {
    padding: 100px 0;
    background: transparent;
    position: relative;
}

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

.pm-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: flex-start;
}

.pm-split-reversed {
    direction: rtl;
}

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

.pm-split-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
    align-self: flex-start !important;
    z-index: 2;
}

.pm-split-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin: 0 0 18px 0;
}

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

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

.pm-split-media {
    position: relative;
}

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

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

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

/* ==========================================================================
   HERO MOCKUP: 360 Feedback Portal & Stat Chips (Matching Screenshot 1)
   ========================================================================== */

.pm-hero-profile-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #d0ece1;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.08);
}

.pm-hero-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #fbfdfc;
    border-bottom: 1px solid #eef7f2;
}

.pm-hero-emp-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pm-hero-emp-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1e40af;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pm-hero-emp-details strong {
    display: block;
    font-size: 0.92rem;
    color: #0b2b20;
    font-family: 'Outfit', sans-serif;
}

.pm-hero-emp-details span {
    font-size: 0.72rem;
    color: #64748b;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pm-hero-tabs-bar {
    display: flex;
    gap: 6px;
    padding: 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #e4f2ea;
    overflow-x: auto;
}

.pm-hero-tab {
    padding: 12px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: default;
    white-space: nowrap;
}

.pm-hero-tab.active {
    color: #047857;
    font-weight: 700;
    border-bottom-color: #10b981;
}

.pm-hero-subbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #f9fcfa;
    border-bottom: 1px solid #eef7f2;
}

.pm-hero-subtabs {
    display: flex;
    gap: 8px;
}

.pm-subtab-pill {
    padding: 5px 12px;
    border-radius: 100px;
    font-size: 0.74rem;
    font-weight: 700;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
}

.pm-subtab-pill.active {
    background: #e6f7f0;
    color: #047857;
    border-color: #a7f3d0;
}

.pm-hero-actions-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-filter-select {
    font-size: 0.72rem;
    font-weight: 600;
    color: #334155;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 4px 10px;
}

.pm-provide-btn {
    font-size: 0.72rem;
    font-weight: 700;
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 6px 14px;
}

/* Stat Chips Row */
.pm-hero-stat-chips {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    padding: 16px 20px;
    background: #ffffff;
    border-bottom: 1px solid #eef7f2;
}

.pm-stat-chip {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #eef7f2;
    background: #fbfdfc;
    text-align: center;
}

.pm-stat-chip .pm-chip-label {
    display: block;
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 2px;
}

.pm-stat-chip .pm-chip-val {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0b2b20;
    font-family: 'Outfit', sans-serif;
}

.pm-stat-chip.positive { background: #f0fdf4; border-color: #bbf7d0; }
.pm-stat-chip.positive .pm-chip-val { color: #15803d; }
.pm-stat-chip.rewards { background: #fefce8; border-color: #fef08a; }
.pm-stat-chip.rewards .pm-chip-val { color: #a16207; }

/* Feedback Feed Items */
.pm-hero-feed {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fafdfb;
}

.pm-feed-card {
    background: #ffffff;
    border: 1px solid #e4f2ea;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.pm-feed-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.pm-feed-user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pm-feed-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 800;
}

.pm-feed-avatar.kurt { background: #fed7aa; color: #9a3412; }
.pm-feed-avatar.ananya { background: #fbcfe8; color: #9d174d; }

.pm-feed-meta {
    font-size: 0.72rem;
    color: #334155;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pm-feed-meta strong {
    color: #0b2b20;
}

.pm-badge-pill {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 100px;
}

.pm-badge-pill.positive {
    background: #dcfce7;
    color: #15803d;
}

.pm-badge-pill.rewards {
    background: #fef9c3;
    color: #854d0e;
}

.pm-feed-body {
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.55;
    margin-bottom: 6px;
}

.pm-feed-foot {
    font-size: 0.68rem;
    color: #065f46;
    font-weight: 600;
}

/* ==========================================================================
   SECTION 1: Goals, KRAs (Studio Window Mockup)
   ========================================================================== */

.pm-studio-window {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(16, 185, 129, 0.18);
    box-shadow: 0 16px 45px rgba(15, 57, 43, 0.10), 0 4px 14px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.pm-studio-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    background: #f8fbf9;
    border-bottom: 1px solid #eef7f2;
}

.pm-studio-dots {
    display: flex;
    gap: 6px;
}

.pm-studio-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.pm-studio-dot.red { background: #fda4af; }
.pm-studio-dot.yellow { background: #fcd34d; }
.pm-studio-dot.green { background: #86efac; }

.pm-studio-bc {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: #64748b;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pm-studio-bc strong {
    color: #0b2b20;
    font-weight: 700;
}

.pm-bc-sep {
    color: #cbd5e1;
}

.pm-studio-pill-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #047857;
    background: #e6f7f0;
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 2px 10px;
    border-radius: 9999px;
}

.pm-kra-mock-container {
    position: relative;
    padding: 16px 18px 20px;
    background: #fbfdfc;
}

.pm-kra-base-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #d0ece1;
    box-shadow: 0 4px 18px rgba(16, 185, 129, 0.05);
    padding: 16px 18px;
}

.pm-kra-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef7f2;
    margin-bottom: 12px;
}

.pm-kra-card-title {
    display: block;
    font-size: 0.88rem;
    color: #0b2b20;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.pm-kra-card-sub {
    display: block;
    font-size: 0.7rem;
    color: #64748b;
    margin-top: 1px;
}

.pm-kra-search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 5px 10px;
    color: #64748b;
    font-size: 0.74rem;
}

.pm-kra-search-box svg {
    stroke: #94a3b8;
}

.pm-kbd-badge {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 0.64rem;
    font-weight: 700;
    color: #64748b;
}

.pm-scroll-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pm-kra-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 290px;
    overflow-y: auto;
    padding-right: 6px;
}

.pm-kra-list::-webkit-scrollbar {
    width: 5px;
}

.pm-kra-list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.pm-kra-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
.pm-kra-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
}

.pm-kra-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.pm-kra-item.checked {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.pm-kra-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    color: transparent;
    flex-shrink: 0;
    background: #ffffff;
}

.pm-kra-item.checked .pm-kra-checkbox {
    background: #065f46;
    border-color: #10b981;
    color: #ffffff;
}

.pm-kra-item-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pm-kra-item-icon.campus { background: #f1f5f9; color: #475569; }
.pm-kra-item-icon.hiring { background: #e0e7ff; color: #4338ca; }
.pm-kra-item-icon.interview { background: #dcfce7; color: #15803d; }
.pm-kra-item-icon.screening { background: #ccfbf1; color: #0f766e; }
.pm-kra-item-icon.budgeting { background: #fef3c7; color: #b45309; }
.pm-kra-item-icon.wellness { background: #fce7f3; color: #be185d; }

.pm-kra-item-text {
    flex: 1;
    min-width: 0;
}

.pm-kra-item-text strong {
    display: block;
    font-size: 0.8rem;
    color: #0f172a;
    font-weight: 600;
    line-height: 1.3;
}

.pm-kra-item.checked .pm-kra-item-text strong {
    color: #065f46;
    font-weight: 700;
}

.pm-kra-item-text small {
    display: block;
    font-size: 0.68rem;
    color: #64748b;
    line-height: 1.2;
    margin-top: 1px;
}

.pm-kra-tag {
    font-size: 0.68rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

.pm-kra-metric-tag {
    font-size: 0.68rem;
    font-weight: 700;
    color: #047857;
    background: #dcfce7;
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

/* Floating KRA Weightage Overlay */
.pm-kra-weightage-overlay {
    background: #ffffff;
    border: 1px solid #a7f3d0;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(16, 185, 129, 0.16);
    padding: 16px 18px;
    margin-top: 14px;
}

.pm-weightage-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eef7f2;
    margin-bottom: 10px;
}

.pm-weightage-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pm-weightage-title-row strong {
    font-size: 0.84rem;
    color: #0b2b20;
    font-family: 'Outfit', sans-serif;
}

.pm-weightage-status-pill {
    background: #dcfce7;
    color: #15803d;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 9999px;
}

.pm-weightage-sub {
    display: block;
    font-size: 0.68rem;
    color: #64748b;
    margin-top: 2px;
}

.pm-weight-row-name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    color: #1e293b;
}

.pm-weight-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.pm-weight-dot.green { background: #10b981; }
.pm-weight-dot.blue { background: #3b82f6; }
.pm-weight-dot.amber { background: #f59e0b; }

.pm-weight-progress-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pm-weight-progress-bar {
    width: 60px;
    height: 6px;
    border-radius: 100px;
    background: #e2e8f0;
    overflow: hidden;
}

.pm-weight-fill {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 100px;
}

.pm-weightage-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.pm-weightage-table th {
    text-align: left;
    color: #64748b;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef7f2;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.pm-weightage-table td {
    padding: 10px 0;
    border-bottom: 1px solid #f8fafc;
    color: #1e293b;
    vertical-align: middle;
}

.pm-weightage-badge {
    display: inline-block;
    background: #e6f7f0;
    color: #047857;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
}

.pm-weightage-del {
    color: #b91c1c;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.95rem;
    background: transparent;
    border: none;
    padding: 0 4px;
}

.pm-weightage-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #cbd5e1;
}

.pm-weightage-total {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.74rem;
    color: #334155;
    font-weight: 600;
}

.pm-total-num {
    font-size: 0.88rem;
    color: #047857;
    font-weight: 900;
}

.pm-weightage-ready-pill {
    font-size: 0.7rem;
    color: #047857;
    font-weight: 700;
    background: #e6f7f0;
    padding: 3px 8px;
    border-radius: 6px;
}

/* ==========================================================================
   SECTION 2: 360-Degree Feedback Modal
   ========================================================================== */

.pm-feedback-dialog-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #d0ece1;
    box-shadow: 0 16px 45px rgba(16, 185, 129, 0.12);
    overflow: hidden;
}

.pm-dialog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #f9fcfa;
    border-bottom: 1px solid #eef7f2;
}

.pm-dialog-head-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-dialog-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eaf7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pm-dialog-head strong {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: #0b2b20;
    display: block;
}

.pm-dialog-sub {
    display: block;
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 1px;
}

.pm-dialog-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eef2f6;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
}

.pm-dialog-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pm-field-group label {
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.pm-select-pill-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #fbfdfc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.pm-user-avatar-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fed7aa, #f97316);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    flex-shrink: 0;
}

.pm-select-arrow {
    color: #475569;
    font-size: 0.8rem;
}

.pm-textarea-box {
    padding: 12px;
    background: #fbfdfc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.6;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pm-category-chips-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pm-cat-btn {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    cursor: default;
}

.pm-cat-btn.active {
    background: #dcfce7;
    color: #15803d;
    border-color: #86efac;
}

.pm-dialog-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #f9fcfa;
    border-top: 1px solid #eef7f2;
}

.pm-anon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pm-switch-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: default;
}

.pm-mini-switch {
    width: 30px;
    height: 16px;
    background: #10b981;
    border-radius: 100px;
    position: relative;
    display: inline-block;
}

.pm-mini-switch.on::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
}

.pm-anon-hint {
    font-size: 0.65rem;
    color: #475569;
}

.pm-post-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #0b2b20 0%, #10b981 100%);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25);
    cursor: pointer;
}

/* ==========================================================================
   SECTION 3: Appraisals (Multi-Stage Studio Card)
   ========================================================================== */

.pm-appraisal-studio-card {
    background: #ffffff;
    border-radius: 18px 18px 0 0 !important;
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(16, 185, 129, 0.22);
    box-shadow: 0 20px 50px rgba(15, 57, 43, 0.12);
    padding: 20px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
}

.pm-appraisal-form-container {
    padding: 18px;
}

.pm-appraisal-stages-container {
    padding: 18px;
}

.pm-form-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    gap: 12px;
}

.pm-form-status-text {
    font-size: 0.72rem;
    font-weight: 600;
    color: #047857;
}

.pm-checks-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pm-appraisal-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #f8fbf9;
    border: 1px solid #eef7f2;
    border-radius: 12px;
    margin-bottom: 18px;
}

.pm-step-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
}

.pm-step-item.done { color: #047857; font-weight: 700; }
.pm-step-item.active { color: #0b2b20; font-weight: 800; }

.pm-step-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
}

.pm-step-item.done .pm-step-circle { background: #dcfce7; color: #15803d; }
.pm-step-item.active .pm-step-circle { background: #065f46; color: #ffffff; }

.pm-step-line {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 0 10px;
}

.pm-step-line.done { background: #86efac; }

.pm-appraisal-form-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #d0ece1;
    padding: 16px 18px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.pm-appraisal-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.pm-badge-emerald {
    font-size: 0.68rem;
    font-weight: 700;
    color: #047857;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 9999px;
}

.pm-mini-field {
    margin-bottom: 10px;
}

.pm-mini-field label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: 4px;
}

.pm-mini-input-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 0.78rem;
    color: #1e293b;
    font-weight: 500;
}

.pm-appraisal-btn-create {
    background: #0b2b20;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

.pm-appraisal-checks-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #a7f3d0;
    padding: 16px 18px;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.08);
}

.pm-checks-section-label {
    font-size: 0.74rem;
    font-weight: 800;
    color: #065f46;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

.pm-check-row-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: #fbfdfc;
    border: 1px solid #eef7f2;
    border-radius: 10px;
    margin-bottom: 8px;
}

.pm-check-row-card.checked {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.pm-check-row-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-check-icon-badge {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #d1fae5;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.pm-check-row-text strong {
    display: block;
    font-size: 0.78rem;
    color: #0b2b20;
}

.pm-check-row-text span {
    font-size: 0.68rem;
    color: #64748b;
}

.pm-row-toggle-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
}

.pm-row-toggle-check.active {
    background: #065f46;
    color: #ffffff;
}

.pm-row-toggle-check.off {
    background: #e2e8f0;
    color: transparent;
}

/* ==========================================================================
   SECTION 4: Continuous Reviews
   ========================================================================== */

.pm-review-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #d0ece1;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(16, 185, 129, 0.10);
}

.pm-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #f9fcfa;
    border-bottom: 1px solid #eef7f2;
}

.pm-review-header strong {
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    color: #0b2b20;
}

.pm-review-scores-pill {
    background: #e6f7f0;
    color: #047857;
    font-weight: 700;
    font-size: 0.72rem;
    padding: 4px 10px;
    border-radius: 100px;
}

.pm-competency-block {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.pm-comp-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pm-comp-title-row strong {
    font-size: 0.85rem;
    color: #0b2b20;
    font-family: 'Outfit', sans-serif;
}

.pm-comp-weight {
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 4px;
}

.pm-comp-progress-compare {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    background: #fbfdfc;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.pm-progress-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    color: #475569;
    font-weight: 600;
}

.pm-mini-pbar {
    width: 65px;
    height: 6px;
    border-radius: 100px;
    background: #e2e8f0;
    overflow: hidden;
}

.pm-pbar-fill {
    height: 100%;
    background: #10b981;
    border-radius: 100px;
}

.pm-mini-pbar.reviewer .pm-pbar-fill {
    background: #4f46e5;
}

.pm-eval-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.76rem;
}

.pm-eval-table th {
    text-align: left;
    color: #475569;
    font-weight: 700;
    padding: 6px 8px;
    background: #fbfdfc;
    border-bottom: 1px solid #eef7f2;
    font-size: 0.68rem;
    text-transform: uppercase;
}

.pm-eval-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #f8fafc;
    vertical-align: middle;
}

.pm-eval-user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pm-eval-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 800;
}

.pm-eval-avatar.self { background: #fef3c7; color: #92400e; }
.pm-eval-avatar.reviewer { background: #e0e7ff; color: #3730a3; }

.pm-rating-badge {
    background: #dcfce7;
    color: #15803d;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.74rem;
}

.pm-eval-comment {
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.4;
}

/* ==========================================================================
   SECTION 5: Reports Analytics Dashboard
   ========================================================================== */

.pm-analytics-grid-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #d0ece1;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(16, 185, 129, 0.10);
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pm-dash-panel {
    background: #fbfdfc;
    border: 1px solid #eef7f2;
    border-radius: 12px;
    padding: 14px 16px;
}

.pm-dash-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.pm-dash-panel-head strong {
    font-size: 0.82rem;
    color: #0b2b20;
    font-family: 'Outfit', sans-serif;
}

.pm-panel-status-tag {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
}

.pm-panel-status-tag.green { background: #dcfce7; color: #15803d; }
.pm-panel-status-tag.blue { background: #e0e7ff; color: #3730a3; }

/* Bar Chart Mockup */
.pm-bar-chart-wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 90px;
    padding-top: 10px;
}

.pm-bar-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.pm-bar-fill {
    width: 14px;
    border-radius: 4px 4px 0 0;
}

.pm-bar-fill.bar-1 { background: #94a3b8; }
.pm-bar-fill.bar-2 { background: #3b82f6; }
.pm-bar-fill.bar-3 { background: #ef4444; }
.pm-bar-fill.bar-4 { background: #10b981; }

.pm-bar-label {
    font-size: 0.62rem;
    color: #64748b;
    font-weight: 600;
}

/* Metric Progress Lines */
.pm-metric-line-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pm-metric-item {
    display: flex;
    flex-direction: column;
    font-size: 0.72rem;
    color: #334155;
}

.pm-metric-bar-bg {
    width: 100%;
    height: 6px;
    border-radius: 100px;
    background: #e2e8f0;
    overflow: hidden;
}

.pm-metric-bar-fill {
    height: 100%;
    border-radius: 100px;
    background: #10b981;
}

/* Donut Chart Mockup */
.pm-donut-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.pm-donut-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: conic-gradient(#10b981 0% 65%, #3b82f6 65% 90%, #ef4444 90% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pm-donut-inner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

.pm-donut-inner strong {
    font-size: 0.74rem;
    color: #0b2b20;
    line-height: 1;
}

.pm-donut-inner small {
    font-size: 0.5rem;
    color: #a16207;
    line-height: 1;
}

.pm-donut-legend {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pm-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    color: #475569;
}

.pm-leg-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.pm-leg-dot.green { background: #10b981; }
.pm-leg-dot.blue { background: #3b82f6; }
.pm-leg-dot.red { background: #ef4444; }

/* ==========================================================================
   SECTION 6: Bento Grid & Testimonial Card (Matching Image 3)
   ========================================================================== */

.pm-benefits-section {
    padding: 100px 0;
    background: transparent;
    border-top: 1px solid rgba(16, 185, 129, 0.12);
}

.pm-benefits-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}

.pm-benefits-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 2.9rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.18;
    margin: 0 0 16px 0;
    letter-spacing: -0.025em;
}

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

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

.pm-benefit-card {
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 18px;
    padding: 30px 26px;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.05);
    display: flex;
    flex-direction: column;
}

.pm-card-badge {
    align-self: flex-start;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: #047857;
    background: #e8f8f2;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
}

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

.pm-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ========== Enterprise Testimonial Card (Actual Client - Virtualcode) ========== */

/* ==========================================================================
   SECTION 7: Clean Light FAQ (Matching Image 3 & 4)
   ========================================================================== */

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

.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: 12px;
}

.feat-faq-item {
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.feat-faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: #0b2b20;
    text-align: left;
    gap: 16px;
}

.feat-faq-icon {
    font-size: 1.2rem;
    font-weight: 400;
    color: #065f46;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e8f8f2;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.feat-faq-a {
    display: none;
    padding: 0 24px 20px;
    border-top: 1px solid #f0fdf4;
}

.feat-faq-item.active .feat-faq-a {
    display: block;
}

.feat-faq-a-inner p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.7;
    margin: 12px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pm-cta-user-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fcf9;
    border: 1px solid #e2f2e9;
    border-radius: 10px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.pm-cta-user-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-cta-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #065f46, #10b981);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
}

.pm-cta-user-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.2;
}

.pm-cta-user-role {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.62rem;
    color: #64748b;
}

.pm-cta-status-pill {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
    border-radius: 100px;
    padding: 3px 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pm-cta-metrics-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.pm-cta-metric-row {
    background: #ffffff;
    border: 1px solid #edf5f0;
    border-radius: 8px;
    padding: 7px 10px;
}

.pm-cta-metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.pm-cta-metric-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.70rem;
    font-weight: 700;
    color: #1e293b;
}

.pm-cta-metric-val {
    font-family: 'Outfit', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    color: #065f46;
}

.pm-cta-prog-bg {
    width: 100%;
    height: 5px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.pm-cta-prog-fill {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 10px;
}

.pm-cta-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1fbf5;
    border: 1px dashed #b8e2ce;
    border-radius: 8px;
    padding: 8px 12px;
}

.pm-cta-rating-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: #0b2b20;
}

.pm-cta-stars {
    color: #f59e0b;
    font-size: 0.78rem;
    letter-spacing: 2px;
}

.pm-cta-rating-score {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    color: #065f46;
}

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

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

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

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

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

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

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

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

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

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

/* ========== Responsive Styles & Scalers ========== */

@media (max-width: 1080px) {
    .pm-split-grid {
        grid-template-columns: 1fr !important;
        gap: 48px !important;
    }

    .pm-split-reversed {
        direction: ltr !important;
    }

    .pm-split-content {
        position: static !important;
        top: auto !important;
        width: 100% !important;
    }

    .pm-split-media {
        width: 100% !important;
    }

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

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

    .feat-mockup-wrapper,
    .pm-scenic-frame,
    .pm-cta-showcase-right {
        overflow: hidden !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        padding: 12px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .feat-mockup-window,
    .pm-studio-window,
    .pm-feedback-dialog-card,
    .pm-appraisal-studio-card,
    .pm-review-card,
    .pm-analytics-grid-card,
    .pm-cta-mockup-stage {
        flex-shrink: 0 !important;
        transform-origin: top center !important;
    }
}

@media (max-width: 960px) {
    .pm-cta-showcase-card {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 30px 18px !important;
        text-align: center !important;
    }

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

    .pm-cta-showcase-title {
        font-size: 2.15rem !important;
    }

    .pm-cta-showcase-title .serif-italic {
        font-size: 2.5rem !important;
    }

    .pm-cta-actions-row {
        justify-content: center !important;
    }

    .pm-cta-micro-features {
        margin: 0 auto !important;
    }

    .pm-cta-showcase-right {
        justify-content: center !important;
        width: 100% !important;
        overflow: hidden !important;
        padding: 8px 0 !important;
    }
}

@media (max-width: 768px) {
    .pm-split-section, .pm-benefits-section, .feat-faq-section {
        padding: 50px 0 !important;
    }

    .pm-split-title {
        font-size: 1.85rem !important;
    }

    .pm-split-title .serif-italic {
        font-size: 2.2rem !important;
    }

    .feat-benefit-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .feat-bento-grid {
        grid-template-columns: 1fr !important;
    }

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

    .feat-mockup-window,
    .pm-studio-window,
    .pm-feedback-dialog-card,
    .pm-appraisal-studio-card,
    .pm-review-card,
    .pm-analytics-grid-card,
    .pm-cta-mockup-stage {
        flex-shrink: 0 !important;
        transform-origin: top center !important;
    }
}

@media (max-width: 680px) {
    .pm-cta-showcase-section {
        padding: 24px 0 40px !important;
    }

    .pm-cta-showcase-card {
        padding: 22px 12px 26px !important;
        border-radius: 20px !important;
    }

    .pm-cta-showcase-title {
        font-size: 1.75rem !important;
    }

    .pm-cta-showcase-title .serif-italic {
        font-size: 2.1rem !important;
    }

    .pm-cta-actions-row {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }

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

    .pm-cta-micro-features {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 14px !important;
        max-width: 300px !important;
    }

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

    .feat-hero-title {
        font-size: 1.95rem !important;
    }

    .feat-hero-title .serif-italic {
        font-size: 2.3rem !important;
    }

    .feat-hero-actions {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }

    .feat-hero-btn-primary,
    .feat-hero-btn-secondary {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ==========================================================================
   Page Scenic CTA Backdrop Image
   ========================================================================== */
.feat-cta-banner-section,
[class*="-cta-banner-section"],
.onb-cta-banner-section,
.mf-download-section {
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

