/* ==========================================================================
   dissolveX HRMS - Compensation Management Dedicated Stylesheet
   Strict Zero-Hover & Light Emerald SaaS Design System
   Matches Reference Sections & dissolveX Soft Mint Canvas (#eaf6f0)
   ========================================================================== */

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

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

/* Maintain spacious hero title container */
.feat-hero-title {
    max-width: 1040px;
}

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

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

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

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

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

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

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

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

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

/* FAQ-style Sticky Column Scrolling */
.comp-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;
}

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

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

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

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

.comp-scenic-frame {
    background-image: none;
    background-size: cover;
    background-position: center 40%;
    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;
}

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

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

/* ==========================================================================
   HERO STUDIO WINDOW: Compensation & Salary Breakup (Matching Screenshot 1 Top)
   ========================================================================== */

.comp-hero-studio {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(16, 185, 129, 0.18);
    box-shadow: 0 20px 50px rgba(15, 57, 43, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    text-align: left;
}

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

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

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

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

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

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

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

.comp-studio-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.comp-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #047857;
    background: #e6f7f0;
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 3px 10px;
    border-radius: 9999px;
}

.comp-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 6px #10b981;
}

/* Operations Nav Bar */
.comp-ops-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #0f2b20;
    color: #e2e8f0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    overflow-x: auto;
    border-bottom: 1px solid rgba(16, 185, 129, 0.25);
}

.comp-ops-tabs {
    display: flex;
    gap: 4px;
}

.comp-ops-tab {
    padding: 11px 14px;
    cursor: pointer;
    font-weight: 600;
    color: #94a3b8;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.comp-ops-tab.active {
    color: #ffffff;
    border-bottom-color: #10b981;
    background: rgba(16, 185, 129, 0.12);
}

/* Employee Header Bar */
.comp-emp-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #ffffff;
    border-bottom: 1px solid #eef7f2;
}

.comp-emp-profile-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comp-emp-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #047857;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #a7f3d0;
}

.comp-emp-id-badge {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 600;
}

.comp-emp-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.2;
}

.comp-emp-role {
    font-size: 0.76rem;
    color: #047857;
    font-weight: 600;
}

.comp-revise-btn {
    background: #0369a1;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Sub Tabs Row (Salary / Salary Revision) */
.comp-subtabs-row {
    display: flex;
    gap: 20px;
    padding: 0 20px;
    background: #f8fbf9;
    border-bottom: 1px solid #eef7f2;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
}

.comp-subtab-item {
    padding: 10px 4px;
    font-weight: 700;
    color: #64748b;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.comp-subtab-item.active {
    color: #047857;
    border-bottom-color: #10b981;
}

/* Split Workspace in Hero: Left Salary Card + Right Breakup Table */
.comp-hero-workspace {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    background: #ffffff;
}

.comp-hero-left-card {
    padding: 20px 24px;
    border-right: 1px solid #eef7f2;
    background: #fbfdfc;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.comp-card-headline {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0b2b20;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.comp-prop-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    padding: 6px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.comp-prop-label {
    color: #64748b;
}

.comp-prop-val {
    font-weight: 700;
    color: #0f172a;
}

.comp-ctc-callout-box {
    margin-top: 10px;
    background: #e6f7f0;
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 12px;
    padding: 14px 18px;
    text-align: center;
}

.comp-ctc-callout-lbl {
    font-size: 0.72rem;
    color: #065f46;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

.comp-ctc-callout-val {
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    color: #047857;
    line-height: 1;
}

.comp-hero-right-table {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comp-table-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.comp-table-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    background: #f8fafc;
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #e2e8f0;
    gap: 12px;
}

.comp-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 14px;
    font-size: 0.78rem;
    border-bottom: 1px solid #f1f5f9;
    gap: 12px;
}

.comp-table-row:last-child {
    border-bottom: none;
}

.comp-row-name {
    color: #1e293b;
    font-weight: 600;
    flex: 1;
    min-width: 0;
}

.comp-row-amt {
    font-weight: 700;
    color: #0f172a;
    text-align: right;
    font-family: 'Outfit', sans-serif;
    flex-shrink: 0;
    white-space: nowrap;
}

/* ==========================================================================
   SECTION 1: Salary Structure & Package Card (Matching Screenshot 1 Bottom)
   ========================================================================== */

.comp-structure-window {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.09);
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.comp-structure-base {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Overlaid Package Dialog - Now embedded cleanly as top package header */
.comp-package-overlay-card {
    position: static;
    width: 100%;
    max-width: 100%;
    background: #f8fafc;
    border: 1.5px solid #10b981;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.08);
    padding: 16px 18px;
    box-sizing: border-box;
    margin: 0;
}

.comp-pkg-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.comp-pkg-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #0b2b20;
    line-height: 1.2;
}

.comp-pkg-sub {
    font-size: 0.72rem;
    color: #64748b;
}

.comp-switch-mock {
    width: 32px;
    height: 18px;
    background: #0284c7;
    border-radius: 999px;
    position: relative;
    flex-shrink: 0;
}

.comp-switch-mock::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
}

.comp-scope-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0;
}

.comp-scope-pill {
    font-size: 0.68rem;
    background: #f1f5f9;
    color: #334155;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.comp-pkg-ctc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 10px;
}

.comp-pkg-ctc-val {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #047857;
}

/* ==========================================================================
   SECTION 2: Streamline Salary Revisions (Matching Screenshot 2 Top)
   ========================================================================== */

.comp-revision-window {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.09);
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

.comp-rev-head-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.comp-rev-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b2b20;
}

.comp-status-pill.approved {
    background: #dcfce7;
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Overlaid CTC / Benefits Revision Comparison Card */
.comp-rev-popup-card {
    margin-top: 18px;
    background: #ffffff;
    border: 1px solid #93c5fd;
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(2, 132, 199, 0.12);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    box-sizing: border-box;
}

.comp-rev-popup-tabs {
    display: flex;
    gap: 16px;
    padding: 8px 16px;
    background: #f0f9ff;
    border-bottom: 1px solid #e0f2fe;
    font-size: 0.74rem;
    font-weight: 700;
    color: #0369a1;
}

.comp-rev-popup-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.74rem;
}

.comp-rev-popup-table th {
    background: #f8fafc;
    color: #475569;
    padding: 8px 14px;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid #e2e8f0;
}

.comp-rev-popup-table td {
    padding: 8px 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
}

.comp-rev-popup-table td.amt {
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    text-align: right;
}

/* ==========================================================================
   SECTION 3: Hike Push Sanction (Matching Screenshot 2 Middle)
   ========================================================================== */

.comp-sanction-window {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.09);
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

.comp-sanction-console-head {
    margin-bottom: 16px;
}

.comp-sanction-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0b2b20;
}

.comp-sanction-desc {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 2px;
}

/* Modal Dialog for Yearly Hike Push */
.comp-hike-modal-card {
    background: #ffffff;
    border: 1px solid #d1fae5;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.12);
    padding: 16px;
    margin-top: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    box-sizing: border-box;
}

.comp-hike-modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comp-hike-tag {
    background: #fef3c7;
    color: #92400e;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}

.comp-push-hike-btn {
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ==========================================================================
   SECTION 4: Compensation Metrics & Reports (Matching Screenshot 2 Bottom)
   ========================================================================== */

.comp-analytics-window {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 57, 43, 0.09);
    overflow: hidden;
    text-align: left;
}

.comp-analytics-navbar {
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    background: #0f2b20;
    color: #cbd5e1;
    font-size: 0.74rem;
    font-weight: 600;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}

.comp-analytics-tab.active {
    color: #6ee7b7;
    font-weight: 700;
}

.comp-analytics-chart-panel {
    padding: 24px;
}

.comp-chart-svg {
    width: 100%;
    height: 180px;
    margin-top: 12px;
}

/* ==========================================================================
   SECTION 5: Bento Grid & Enterprise Testimonial (Matching Screenshot 3)
   ========================================================================== */

.comp-bento-section {
    padding: 100px 0;
    background: transparent;
}

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

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

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

.comp-bento-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    color: #2d6b4e;
    line-height: 1.7;
    margin: 0;
}

.comp-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.comp-bento-card {
    background: #ffffff;
    border: 1px solid #c8eadb;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 4px 18px rgba(16, 185, 129, 0.05);
    display: flex;
    flex-direction: column;
    text-align: left;
}

.comp-bento-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.comp-bento-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b2b20;
    margin: 0 0 10px 0;
}

.comp-bento-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 6: Clean Light FAQ (Matching Screenshot 3 Bottom & Site Standard)
   ========================================================================== */

.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: 1rem;
    color: #2d6b4e;
    line-height: 1.65;
    margin: 0 0 28px 0;
}

.feat-faq-help-card {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 4px 18px rgba(16, 185, 129, 0.08);
    text-decoration: none;
    max-width: 320px;
}

.feat-faq-help-icon {
    width: 44px;
    height: 44px;
    background: #e6f7f0;
    color: #047857;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feat-faq-help-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
}

.feat-faq-help-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

.feat-faq-help-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b2b20;
}

.feat-faq-split-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feat-faq-item {
    background: #ffffff;
    border: 1px solid #c8eadb;
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.03);
    text-align: left;
}

.feat-faq-item.active {
    border-color: #10b981;
    box-shadow: 0 6px 20px 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;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b2b20;
    text-align: left;
    cursor: pointer;
    gap: 16px;
}

.feat-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e6f7f0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.feat-faq-item.active .feat-faq-icon {
    background: #047857;
    color: #ffffff;
}

.feat-faq-a {
    display: none;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #eef7f2;
}

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

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

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */

@media (max-width: 1024px) {
    .comp-split-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .comp-split-reversed {
        direction: ltr;
    }
    .comp-split-content {
        position: static !important;
    }
    .feat-faq-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .feat-faq-split-left {
        position: static !important;
    }
    .comp-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .comp-hero-workspace {
        grid-template-columns: 1fr;
    }
    .comp-hero-left-card {
        border-right: none;
        border-bottom: 1px solid #eef7f2;
    }
    .comp-structure-window {
        min-height: auto;
        padding: 20px;
        overflow: hidden;
    }
    .comp-structure-base {
        max-width: 100%;
        padding: 0;
    }
    .comp-package-overlay-card {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .comp-split-section, .comp-bento-section, .feat-faq-section {
        padding: 64px 0;
    }
    .comp-bento-grid {
        grid-template-columns: 1fr;
    }
}

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

/* ==========================================================================
   Custom Rich Visual Compensation CTA Showcase Banner Styles
   ========================================================================== */
.cmp-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 4-Corner Floating Badges */
.cmp-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;
}

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

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

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

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

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

.cmp-doodle-note-bottom {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 18;
    pointer-events: none;
}

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

.cmp-doodle-text.alt {
    color: #166534;
    transform: rotate(-3deg);
}

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

.cmp-cta-window-top {
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

.cmp-cta-window-title {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Summary Strip */
.cmp-cta-summary-strip {
    padding: 12px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cmp-cta-sum-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cmp-cta-sum-lbl {
    font-size: 0.62rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.cmp-cta-sum-val {
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
}

.cmp-cta-sum-val.pos {
    color: #059669;
}

.cmp-cta-sum-status {
    padding: 3px 8px;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.64rem;
    font-weight: 700;
    border-radius: 9999px;
}

/* Hike Details Card */
.cmp-cta-hike-card {
    padding: 14px;
    background: #ffffff;
}

.cmp-cta-hike-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.cmp-cta-hike-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cmp-cta-hike-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
}

.cmp-cta-hike-date {
    font-size: 0.66rem;
    color: #64748b;
}

.cmp-cta-breakup-grid {
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
}

.cmp-cta-break-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #334155;
    margin-bottom: 3px;
}

.cmp-cta-break-line.policy {
    margin-top: 5px;
    padding-top: 4px;
    border-top: 1px dashed #cbd5e1;
}

.cmp-cta-break-line strong.pos {
    color: #047857;
}

.cmp-cta-action-bar {
    display: flex;
}

.cmp-cta-btn-push {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cmp-cta-btn-push:hover {
    background: #047857;
}

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

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

