/* ==========================================================================
   dissolveX HRMS - HR Analytics Dedicated Stylesheet
   Strict Zero-Hover & Light Emerald SaaS Design System
   Matches Zoho People Reference Architecture
   ========================================================================== */

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

/* Strict Zero-Hover Stability Rule */
[class*="-card"],
[class*="-box"],
[class*="-frame"],
[class*="-window"],
[class*="-wrapper"],
.feat-mockup-window,
.feat-bento-card,
.feat-faq-item,
.feat-cta-btn-primary,
.feat-cta-btn-secondary,
.hra-kpi-card,
.hra-report-card,
.hra-feature-card,
.hra-builder-window {
    transition: none !important;
    transform: none !important;
}

/* Base Canvas & Typography */
body {
    background-color: #eaf6f0 !important;
    color: #0b2b20;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

/* ==========================================================================
   HERO SECTION & WORKFORCE INTELLIGENCE STUDIO
   ========================================================================== */

.feat-hero-section {
    padding: 140px 0 60px 0;
    text-align: center;
    position: relative;
    background: transparent;
}

.feat-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #cce8dc;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #047857;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.06);
}

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

.feat-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.12;
    letter-spacing: -0.03em;
    max-width: 900px;
    margin: 0 auto 20px auto;
}

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

.feat-hero-desc {
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    color: #2d6b4e;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 36px auto;
}

.feat-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.feat-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #065f46;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.32);
}

.feat-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #047857;
    border: 1px solid #cce8dc;
    padding: 14px 26px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ==========================================================================
   HERO STUDIO WINDOW MOCKUP
   ========================================================================== */

.feat-mockup-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    border-radius: 26px;
    padding: 36px 36px 0;
    background-image: none;
    background-size: cover;
    background-position: center 30%;
    box-shadow: 0 25px 65px -15px rgba(16, 185, 129, 0.18), 0 10px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.24);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.feat-mockup-wrapper .feat-mockup-window {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.feat-mockup-window {
    background: #ffffff;
    border: 1px solid #cce8dc;
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(16, 185, 129, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04);
    overflow: visible;
    text-align: left;
}

.feat-studio-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
    background: #f7fbf9;
    border-bottom: 1px solid #e2f0e9;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.feat-studio-dots {
    display: flex;
    gap: 8px;
}

.feat-studio-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.feat-studio-dot.red { background: #ff5f56; }
.feat-studio-dot.yellow { background: #ffbd2e; }
.feat-studio-dot.green { background: #27c93f; }

.feat-studio-breadcrumb {
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feat-bc-sep { color: #cbd5e1; }
.feat-bc-current { color: #0b2b20; font-weight: 700; }

.feat-studio-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #047857;
}

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

.hra-hero-workspace {
    padding: 26px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* KPI Highlights Grid */
.hra-hero-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.hra-kpi-card {
    background: #fbfdfc;
    border: 1px solid #dcf2e8;
    border-radius: 14px;
    padding: 16px 18px;
}

.hra-kpi-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.hra-kpi-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.hra-kpi-trend {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 6px;
}

.hra-kpi-trend.positive {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.hra-kpi-trend.neutral {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.hra-kpi-value {
    font-family: 'Outfit', sans-serif;
    font-size: 1.85rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.1;
    margin-bottom: 4px;
}

.hra-kpi-sub {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

/* Hero Split Panels */
.hra-hero-split-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.hra-studio-panel {
    background: #ffffff;
    border: 1px solid #dcf2e8;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hra-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.hra-panel-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0b2b20;
    margin: 0 0 4px 0;
}

.hra-panel-desc {
    font-size: 0.78rem;
    color: #64748b;
    display: block;
}

.hra-status-pill {
    font-size: 0.72rem;
    font-weight: 700;
    background: #f1f5f9;
    color: #334155;
    padding: 4px 10px;
    border-radius: 8px;
    white-space: nowrap;
    border: 1px solid #e2e8f0;
}

.hra-status-pill.green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

/* Department Bars */
.hra-dept-bars {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 16px;
}

.hra-dept-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #334155;
    margin-bottom: 5px;
}

.hra-dept-name { font-weight: 700; }
.hra-dept-stat { color: #64748b; }

.hra-bar-track {
    width: 100%;
    height: 8px;
    background: #e2f0e9;
    border-radius: 9999px;
    overflow: hidden;
}

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

.hra-panel-footer {
    border-top: 1px solid #edf6f2;
    padding-top: 12px;
}


/* Attendance & Productivity Simulation */
.hra-trend-metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.hra-trend-pill {
    background: #f7fbf9;
    border: 1px solid #e2f0e9;
    border-radius: 10px;
    padding: 10px 12px;
    text-align: center;
}

.hra-tp-val {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #047857;
}

.hra-tp-lbl {
    display: block;
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 600;
    margin-top: 2px;
}

.hra-chart-sim {
    height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 12px;
    padding: 10px 0;
    margin-bottom: 12px;
}

.hra-sim-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    gap: 6px;
}

.hra-sim-bar {
    width: 100%;
    max-width: 28px;
    background: #c8ebd9;
    border-radius: 6px 6px 0 0;
}

.hra-sim-bar.active {
    background: #10b981;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35);
}

.hra-sim-label {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 600;
}

/* ==========================================================================
   SPLIT SECTIONS (Features 1 & 2)
   ========================================================================== */

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

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

.hra-split-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}

.hra-split-grid.reverse {
    grid-template-columns: 1fr 1.1fr;
}

.hra-split-text {
    text-align: left;
}

.hra-section-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #cce8dc;
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #047857;
    margin-bottom: 16px;
}

.hra-section-pill.center {
    margin-left: auto;
    margin-right: auto;
}

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

.hra-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.16;
    letter-spacing: -0.02em;
    margin: 0 0 18px 0;
}

.hra-section-desc {
    font-size: 1.05rem;
    color: #2d6b4e;
    line-height: 1.65;
    margin: 0 0 28px 0;
}

/* Interactive Tier Selector Tabs (Feature 1) */
.hra-tier-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hra-tier-tab {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #cce8dc;
    border-radius: 14px;
    padding: 14px 18px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(11, 43, 32, 0.03);
    transition: all 0.2s ease;
}

.hra-tier-tab:hover {
    border-color: #10b981;
    background: #fbfdfc;
}

.hra-tier-tab.active {
    background: #f0fdf4;
    border-color: #047857;
    box-shadow: 0 4px 14px rgba(4, 120, 87, 0.12);
}

.hra-tab-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f8f2;
    color: #047857;
    border: 1px solid #cce8dc;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.hra-tab-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.hra-tier-tab.active .hra-tab-icon {
    background: #047857;
    color: #ffffff;
    border-color: #047857;
}

.hra-tab-text strong {
    display: block;
    font-size: 0.95rem;
    color: #0b2b20;
    margin-bottom: 2px;
    transition: color 0.2s ease;
}

.hra-tier-tab.active .hra-tab-text strong {
    color: #047857;
}

.hra-tab-text span {
    font-size: 0.8rem;
    color: #527967;
    transition: color 0.2s ease;
}

.hra-tier-tab.active .hra-tab-text span {
    color: #065f46;
}

/* Split Visual Mockup Containers with Scenic Backdrop */
.hra-split-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    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);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.hra-split-visual > * {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

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

/* Feature 1 Visual Studio Card */
.hra-feature-card {
    background: #ffffff;
    border: 1px solid #cce8dc;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 12px 36px rgba(16, 185, 129, 0.10);
}

.hra-card-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf6f2;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.hra-card-top-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hra-card-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
}

.hra-card-badge-txt {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0b2b20;
}

.hra-card-tag {
    font-size: 0.72rem;
    font-weight: 700;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
    padding: 3px 10px;
    border-radius: 9999px;
}

.hra-tier-view {
    display: none;
}

.hra-tier-view.active {
    display: block;
}

.hra-metric-lead h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0b2b20;
    margin: 0 0 4px 0;
}

.hra-metric-lead p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 20px 0;
}

.hra-kpi-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.hra-kpi-mini {
    background: #fbfdfc;
    border: 1px solid #e2f0e9;
    border-radius: 12px;
    padding: 14px 16px;
}

.hra-kpi-mini-lbl {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hra-kpi-mini-val {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.1;
    margin-bottom: 4px;
}

.hra-kpi-mini-sub {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 700;
}

.hra-kpi-mini-sub.green { color: #047857; }
.hra-kpi-mini-sub.amber { color: #d97706; }

.hra-preview-banner {
    background: #f7fbf9;
    border: 1px solid #dcf2e8;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.78rem;
    color: #334155;
}

/* Feature 2: Custom Report Studio Bullets & Builder */

.hra-builder-window {
    background: #ffffff;
    border: 1px solid #cce8dc;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 36px rgba(16, 185, 129, 0.10);
}

.hra-builder-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid #edf6f2;
    padding-bottom: 14px;
}

.hra-builder-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #0b2b20;
}

.hra-builder-actions {
    display: flex;
    gap: 8px;
}

.hra-action-pill {
    font-size: 0.72rem;
    font-weight: 700;
    background: #f1f5f9;
    color: #334155;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.hra-action-pill.green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.hra-builder-filter-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.hra-filter-tag {
    font-size: 0.74rem;
    font-weight: 700;
    background: #eef8f3;
    color: #047857;
    border: 1px solid #c4ebd7;
    padding: 4px 10px;
    border-radius: 6px;
}

.hra-filter-add {
    font-size: 0.74rem;
    font-weight: 700;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.hra-table-responsive {
    overflow-x: auto;
    margin-bottom: 16px;
}

.hra-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.hra-table th {
    text-align: left;
    padding: 10px 12px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
    border-bottom: 1px solid #e2e8f0;
}

.hra-table td {
    padding: 12px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.hra-tag {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 6px;
}

.hra-tag.green { background: #ecfdf5; color: #047857; }
.hra-tag.amber { background: #fef3c7; color: #b45309; }

.hra-builder-footer {
    border-top: 1px solid #edf6f2;
    padding-top: 12px;
}

.hra-saved-state {
    font-size: 0.78rem;
    color: #047857;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.hra-dot-pulse {
    width: 7px;
    height: 7px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
    margin-right: 6px;
    flex-shrink: 0;
}

.hra-footer-note {
    font-size: 0.78rem;
    color: #047857;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

/* ==========================================================================
   FEATURE 3 & ADVANCED REPORTS BENTO ("Get the big picture")
   ========================================================================== */

.hra-advanced-section {
    padding: 110px 0;
    background: transparent;
}

.hra-center-heading {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 56px auto;
}

.hra-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 16px 0;
}

.hra-main-desc {
    font-size: 1.08rem;
    color: #2d6b4e;
    line-height: 1.65;
    margin: 0 0 32px 0;
}

.hra-sub-heading-bar h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #047857;
    background: #ffffff;
    border: 1px solid #cce8dc;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 9999px;
    margin: 0;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.08);
}

/* 6 Advanced Report Cards Bento */
.hra-reports-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hra-report-card {
    background: #ffffff;
    border: 1px solid #d0ece1;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.hra-rc-badge-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hra-rc-badge {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 0.4px;
}

.hra-rc-chip {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 6px;
}

.hra-rc-chip.green { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.hra-rc-chip.blue { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }

.hra-rc-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0b2b20;
    margin: 0 0 10px 0;
}

.hra-rc-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 22px 0;
    flex-grow: 1;
}

.hra-rc-visual {
    background: #fbfdfc;
    border: 1px solid #e4f2ea;
    border-radius: 14px;
    padding: 16px;
}

/* Hiring vs Attrition */
.hra-ha-row {
    margin-bottom: 10px;
}

.hra-ha-lbl {
    display: block;
    font-size: 0.76rem;
    color: #334155;
    margin-bottom: 4px;
}

.hra-ha-bar {
    height: 8px;
    border-radius: 9999px;
}

.hra-ha-bar.green { background: #10b981; }
.hra-ha-bar.amber { background: #f59e0b; }

.hra-rc-footnote {
    border-top: 1px solid #edf6f2;
    padding-top: 10px;
    margin-top: 12px;
    font-size: 0.74rem;
    color: #64748b;
}

/* Growth Rates */
.hra-growth-metric-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 0;
}

.hra-gm-stat {
    text-align: center;
}

.hra-gm-num {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #047857;
    line-height: 1;
    margin-bottom: 3px;
}

.hra-gm-sub {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 600;
}

/* Time Logs */
.hra-timelog-breakdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center;
}

.hra-tl-pill {
    background: #ffffff;
    border: 1px solid #e2f0e9;
    border-radius: 8px;
    padding: 8px 6px;
}

.hra-tl-pill strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0b2b20;
}

.hra-tl-pill span {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 600;
}

/* Task Charts */
.hra-task-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hra-tb-row {
    font-size: 0.75rem;
    color: #334155;
    font-weight: 600;
}

.hra-tb-track {
    width: 100%;
    height: 6px;
    background: #e2f0e9;
    border-radius: 9999px;
    overflow: hidden;
    margin-top: 3px;
}

.hra-tb-fill {
    height: 100%;
    border-radius: 9999px;
}

.hra-tb-fill.green { background: #10b981; }
.hra-tb-fill.blue { background: #3b82f6; }
.hra-tb-fill.amber { background: #f59e0b; }

/* Employee Information */
.hra-demo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center;
}

.hra-dg-item {
    background: #ffffff;
    border: 1px solid #e2f0e9;
    border-radius: 8px;
    padding: 8px 4px;
}

.hra-dg-val {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0b2b20;
}

.hra-dg-lbl {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 600;
}

/* EEO Report */
.hra-eeo-box {
    text-align: center;
    padding: 10px 0;
}

.hra-eeo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #047857;
    margin-bottom: 8px;
}

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

.hra-eeo-link {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    color: #047857;
}

/* ==========================================================================
   ENTERPRISE TESTIMONIAL
   ========================================================================== */

/* ==========================================================================
   FAQ SECTION (2-Column Split with Sticky Left Column)
   ========================================================================== */

.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;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

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

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

.feat-faq-help-text {
    display: flex;
    flex-direction: column;
}

.feat-faq-help-label {
    font-size: 0.8rem;
    color: #64748b;
}

.feat-faq-help-link {
    font-size: 0.95rem;
    font-weight: 700;
    color: #047857;
}

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

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

.feat-faq-item.active {
    border-color: #10b981;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.10);
}

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

.feat-faq-icon {
    font-size: 1.3rem;
    font-weight: 700;
    color: #065f46;
    flex-shrink: 0;
}

.feat-faq-a {
    display: none;
    padding: 0 24px 24px 24px;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    border-top: 1px solid #f1f5f9;
}

.feat-faq-item.active .feat-faq-a {
    display: block;
    padding-top: 18px;
}

.hra-faq-bullet-list {
    margin: 12px 0 0 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hra-faq-bullet-list li {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.6;
}

.hra-faq-bullet-list strong {
    color: #0b2b20;
}

/* ==========================================================================
   BOTTOM CTA BANNER
   ========================================================================== */

.feat-cta-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.15;
    margin: 0 auto 20px auto;
    max-width: 800px;
}

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

.feat-cta-desc {
    font-size: 1.1rem;
    color: #2d6b4e;
    max-width: 620px;
    margin: 0 auto 36px auto;
    line-height: 1.6;
}

.feat-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

@media (max-width: 1024px) {
    .hra-hero-kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hra-hero-split-grid {
        grid-template-columns: 1fr;
    }
    .hra-split-grid,
    .hra-split-grid.reverse {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hra-reports-bento {
        grid-template-columns: repeat(2, 1fr);
    }
    .feat-faq-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .feat-faq-split-left {
        position: static !important;
    }
}

@media (max-width: 768px) {
    .feat-hero-section {
        padding: 110px 0 40px 0;
    }
    .hra-hero-workspace {
        padding: 18px 16px;
    }
    .hra-hero-kpi-grid {
        grid-template-columns: 1fr;
    }
    .hra-reports-bento {
        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 HR Analytics CTA Showcase Banner Styles
   ========================================================================== */
.hra-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

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

.hra-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 */
.hra-cta-showcase-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 2;
    text-align: left;
}

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

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

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

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

.hra-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 */
.hra-cta-micro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-top: 4px;
}

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

.hra-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 */
.hra-cta-actions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* White Mockup Window */
.hra-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;
}

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

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

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

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

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

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

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

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

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

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

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

/* Dashboard Card */
.hra-cta-dash-card {
    padding: 14px;
    background: #ffffff;
}

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

.hra-cta-dash-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;
}

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

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

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

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

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

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

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

.hra-cta-btn-export {
    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;
}

.hra-cta-btn-export:hover {
    background: #047857;
}

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

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

