/* ==========================================================================
   dissolveX HRMS — Recruitment & ATS Showcase Stylesheet
   Designed with the dissolveX Emerald Design System
   ========================================================================== */

:root {
    --rc-primary: #10b981;
    --rc-primary-dark: #059669;
    --rc-primary-deep: #0b2b20;
    --rc-mint-bg: #ecfdf5;
    --rc-text-dark: #0f172a;
    --rc-text-muted: #475569;
    --rc-text-subtle: #64748b;
    --rc-border-light: rgba(16, 185, 129, 0.2);
    --rc-shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.04);
    --rc-shadow-md: 0 16px 36px rgba(15, 57, 43, 0.08);
    --rc-shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.16);
    --font-sans: 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-serif: 'Instrument Serif', Georgia, serif;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.rc-hero-section {
    padding: 130px 0 0;
    position: relative;
    overflow: hidden;
}

.rc-hero-content-center {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

.rc-hero-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(236, 253, 245, 0.95);
    border: 1px solid rgba(16, 185, 129, 0.35);
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #065f46;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 22px;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.1);
}

.rc-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.8);
}

.rc-hero-title {
    font-size: 3.6rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.12;
    letter-spacing: -1.2px;
    margin-bottom: 18px;
}

.rc-hero-desc {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.65;
    max-width: 740px;
    margin: 0 auto 28px;
    font-weight: 450;
}

.rc-hero-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 36px;
}

.rc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0b2b20;
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 9999px;
    font-size: 0.92rem;
    font-weight: 700;
    border: 1px solid rgba(16, 185, 129, 0.3);
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(11, 43, 32, 0.25);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
.rc-btn-primary:hover {
    background: #064e3b;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(16, 185, 129, 0.35);
}
}

/* ==========================================================================
   Scenic Mockup Frames & Floor-Touching Constraint
   ========================================================================== */
.rc-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;
    background-color: #e2f4ea;
    transition: none !important;
}

.rc-hero-scenic-frame {
    max-width: 1140px;
    margin: 0 auto;
    padding: 36px 36px 0;
}

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

/* CTA Banner Anti-Blink */
.rc-cta-banner-section {
    background-color: #e2f4ea !important;
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
    transition: none !important;
}

.rc-cta-banner-section::before {
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* ==========================================================================
   Hero Desktop ATS Dashboard Window
   ========================================================================== */
.rc-laptop-ats-window {
    width: 100%;
    max-width: 1060px;
    background: #ffffff;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 30px 70px -10px rgba(15, 23, 42, 0.35), 0 10px 25px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.9);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rc-ats-window-topbar {
    background: #f8fafc;
    padding: 10px 18px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.rc-window-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

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

.rc-ats-user-welcome {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #334155;
}

.rc-ats-logo-mark {
    font-size: 0.95rem;
    color: #065f46;
}

.rc-ats-scope {
    font-size: 0.75rem;
    color: #64748b;
}

.rc-ats-window-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rc-pill-outline {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    color: #475569;
    background: #ffffff;
}

.rc-pill-ghost {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    color: #64748b;
}

/* Org Overview KPI Grid */
.rc-ats-org-overview {
    padding: 16px 20px 14px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.rc-overview-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rc-overview-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
}

.rc-time-filter {
    font-size: 0.74rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
}

.rc-kpi-cards-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.rc-kpi-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
}

.rc-kpi-card.highlight {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.rc-kpi-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 4px;
}

.rc-kpi-card.highlight .rc-kpi-num {
    color: #047857;
}

.rc-kpi-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 4px;
}

.rc-kpi-badge {
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 4px;
    padding: 1px 5px;
    width: fit-content;
}

.rc-kpi-badge.ok {
    background: #ecfdf5;
    color: #047857;
}

.rc-kpi-badge.success {
    background: #dcfce7;
    color: #166534;
}

.rc-kpi-subline {
    font-size: 0.68rem;
    color: #64748b;
}

/* Visual Pipeline Swimlanes */
.rc-ats-pipeline-section {
    padding: 14px 20px 18px;
    background: #ffffff;
}

.rc-pipeline-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rc-pipeline-heading {
    font-size: 0.86rem;
    font-weight: 800;
    color: #0f172a;
}

.rc-filter-selectors {
    display: flex;
    gap: 8px;
}

.rc-filter-chip {
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.rc-pipeline-table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rc-pipeline-header-row {
    display: grid;
    grid-template-columns: 280px repeat(7, 1fr);
    font-size: 0.7rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 6px 12px;
    border-bottom: 1px solid #f1f5f9;
}

.rc-pipeline-row {
    display: grid;
    grid-template-columns: 280px repeat(7, 1fr);
    align-items: center;
    padding: 8px 12px;
    background: #fbfdfc;
    border: 1px solid #eef7f2;
    border-radius: 8px;
    font-size: 0.78rem;
}

.rc-pipe-col-job strong {
    display: block;
    color: #0f172a;
    font-size: 0.78rem;
}

.rc-job-id {
    color: #047857;
    font-weight: 600;
}

.rc-pipe-col-job small {
    display: block;
    font-size: 0.68rem;
    color: #64748b;
}

.rc-pipe-stage-col {
    text-align: center;
    color: #475569;
}

.rc-stage-pill {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.stage-screening { background: #fef3c7; color: #b45309; }
.stage-subm { background: #ede9fe; color: #6d28d9; }
.stage-interview { background: #dbeafe; color: #1d4ed8; }
.stage-hired { background: #dcfce7; color: #15803d; }
.stage-archived { background: #f1f5f9; color: #475569; }

/* ==========================================================================
   Split Sections (Zigzag Alternating Layout)
   ========================================================================== */
.rc-split-section {
    padding: 85px 0;
    position: relative;
}

.rc-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

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

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

.rc-split-content {
    max-width: 540px;
}

.rc-section-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 12px;
    background: #f0fdf4;
    border: 1px solid #a7f3d0;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.rc-split-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.18;
    letter-spacing: -0.7px;
    margin-bottom: 16px;
}

.rc-split-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* ==========================================================================
   Section 1: Sourcing Mockup Components
   ========================================================================== */
.rc-sourcing-studio-card {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.rc-career-page-mock {
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    border: 1px solid #d1fae5;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 57, 43, 0.08);
}

.rc-career-hero-banner {
    background: linear-gradient(135deg, #0b2b20 0%, #064e3b 100%);
    padding: 16px 18px;
    color: #ffffff;
}

.rc-career-nav {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: #a7f3d0;
    margin-bottom: 12px;
}

.rc-career-hero-text h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.25;
}

.rc-career-btn {
    background: #065f46;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.rc-career-body-preview {
    padding: 14px 18px;
    background: #f8fafc;
}

.rc-career-sec-title {
    font-size: 0.74rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: 8px;
}

.rc-career-mini-jobs {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rc-mini-job {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
}

.rc-mini-job span {
    font-weight: 600;
    color: #0f172a;
}

.rc-mini-job small {
    color: #64748b;
}

/* Floating Job Boards Card Overlay */
.rc-job-boards-overlay-card {
    position: relative;
    margin-top: -30px;
    background: #ffffff;
    border-radius: 14px 14px 0 0;
    border: 1px solid #a7f3d0;
    box-shadow: 0 16px 40px rgba(16, 185, 129, 0.16);
    padding: 14px 16px;
    z-index: 2;
}

.rc-boards-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    color: #065f46;
    margin-bottom: 12px;
}

.rc-boards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}

.rc-board-badge {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px 6px;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rc-board-txt-blue { color: #003a9b; font-weight: 800; font-family: sans-serif; }
.rc-board-txt-linkedin { color: #0a66c2; font-weight: 700; }
.rc-board-txt-naukri { color: #2e3192; font-weight: 800; }
.rc-board-txt-monster { color: #6e46ae; font-weight: 900; letter-spacing: 0.5px; }
.rc-board-txt-adzuna { color: #2d8236; font-weight: 700; }
.rc-board-txt-seek { color: #be185d; font-weight: 800; }
.rc-board-txt-career { color: #1e293b; font-size: 0.6rem; }
.rc-board-txt-glassdoor { color: #15803d; font-weight: 800; }

.rc-boards-footer-tag {
    font-size: 0.68rem;
    font-weight: 600;
    color: #047857;
    text-align: right;
}

/* ==========================================================================
   Section 2: Evaluation & Video Interview Mockup
   ========================================================================== */
.rc-interview-studio-card {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.rc-video-stream-viewport {
    background: #0f172a;
    border-radius: 16px 16px 0 0;
    padding: 14px 16px 36px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.rc-video-top-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
    margin-bottom: 12px;
}

.rc-live-rec-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #fca5a5;
    padding: 2px 8px;
    border-radius: 9999px;
    font-weight: 700;
}

.rc-rec-blink {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4444;
}

.rc-timer-tag {
    color: #94a3b8;
    font-family: monospace;
}

.rc-video-avatar-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px;
}

.rc-candidate-stream-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #10b981;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}

.rc-stream-candidate-name {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f8fafc;
}

.rc-video-controls-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rc-ctrl-btn {
    height: 32px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 0;
    box-sizing: border-box;
    transition: background 0.2s ease, transform 0.15s ease;
}

.rc-ctrl-btn:not(.active):not(.red) {
    width: 32px;
    border-radius: 50%;
}

@media (hover: hover) and (pointer: fine) {
.rc-ctrl-btn:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}
}

.rc-ctrl-btn.active {
    background: #065f46;
    padding: 0 14px;
    gap: 6px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
.rc-ctrl-btn.active:hover {
    background: #059669;
}
}

.rc-ctrl-btn.red {
    background: #b91c1c;
    padding: 0 14px;
    gap: 6px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
.rc-ctrl-btn.red:hover {
    background: #dc2626;
}
}

/* Floating Evaluation Scorecard */
.rc-scorecard-float-card {
    position: relative;
    margin-top: -24px;
    background: #ffffff;
    border-radius: 14px 14px 0 0;
    border: 1px solid #a7f3d0;
    padding: 16px 18px;
    box-shadow: 0 16px 40px rgba(16, 185, 129, 0.18);
    z-index: 2;
}

.rc-scorecard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.rc-score-icon {
    font-size: 1.2rem;
}

.rc-scorecard-header strong {
    display: block;
    font-size: 0.84rem;
    color: #0f172a;
}

.rc-scorecard-header small {
    display: block;
    font-size: 0.7rem;
    color: #64748b;
}

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

.rc-score-metrics-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}

.rc-score-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.74rem;
    padding: 5px 8px;
    background: #f8fafc;
    border-radius: 6px;
}

.rc-score-row span { color: #475569; }
.rc-score-row strong { color: #047857; }

.rc-scorecard-comment-box {
    font-size: 0.72rem;
    font-style: italic;
    color: #334155;
    background: #f0fdf4;
    border-left: 3px solid #10b981;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    line-height: 1.35;
}

.rc-scorecard-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    color: #64748b;
}

.rc-btn-submit-eval {
    background: #0b2b20;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

/* ==========================================================================
   Section 3: Onboarding & Digital Offer Letter Mockup
   ========================================================================== */
.rc-onboarding-studio-card {
    display: grid;
    grid-template-columns: 190px 1fr;
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    border: 1px solid #d0ece1;
    box-shadow: 0 16px 45px rgba(15, 57, 43, 0.10);
    overflow: hidden;
}

.rc-dossier-left-panel {
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rc-dossier-user-head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rc-dossier-back {
    font-size: 0.85rem;
    color: #64748b;
    cursor: pointer;
}

.rc-dossier-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #065f46;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rc-dossier-user-head strong {
    display: block;
    font-size: 0.74rem;
    color: #0f172a;
}

.rc-dossier-user-head small {
    display: block;
    font-size: 0.62rem;
    color: #64748b;
}

.rc-dossier-meta-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rc-dossier-field label {
    display: block;
    font-size: 0.62rem;
    color: #475569;
    text-transform: uppercase;
    font-weight: 700;
}

.rc-dossier-field span {
    display: block;
    font-size: 0.72rem;
    color: #1e293b;
    font-weight: 600;
}

.rc-status-pill.out-sig {
    background: #fef3c7;
    color: #92400e;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 4px;
    width: fit-content;
}

.rc-offer-doc-preview {
    background: #ffffff;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rc-doc-letterhead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px;
}

.rc-doc-logo {
    height: 18px;
    width: auto;
}

.rc-doc-address {
    font-size: 0.58rem;
    color: #64748b;
    text-align: right;
    line-height: 1.25;
}

.rc-doc-subject {
    font-size: 0.74rem;
    font-weight: 800;
    color: #0f172a;
}

.rc-doc-body-text {
    font-size: 0.68rem;
    color: #334155;
    line-height: 1.45;
}

.rc-doc-signature-block {
    margin-top: auto;
    border-top: 1px solid #f1f5f9;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rc-sig-stamp {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rc-sig-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dcfce7;
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
}

.rc-sig-stamp strong {
    display: block;
    font-size: 0.65rem;
    color: #047857;
}

.rc-sig-stamp small {
    display: block;
    font-size: 0.55rem;
    color: #64748b;
}

.rc-sig-person strong {
    display: block;
    font-size: 0.68rem;
    color: #0f172a;
}

.rc-sig-person small {
    display: block;
    font-size: 0.58rem;
    color: #64748b;
}

/* ==========================================================================
   Section 4: Analytics Mockup Components
   ========================================================================== */
.rc-analytics-studio-card {
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    border: 1px solid #a7f3d0;
    box-shadow: 0 16px 45px rgba(15, 57, 43, 0.10);
    padding: 18px 20px;
    width: 100%;
    max-width: 480px;
}

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

.rc-donut-chart-container {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 16px;
}

.rc-donut-svg-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
}

.rc-donut-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.rc-donut-center-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rc-donut-center-text strong {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1;
}

.rc-donut-center-text small {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 600;
}

.rc-donut-legend-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rc-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
}

.rc-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.rc-legend-name {
    flex: 1;
    color: #475569;
}

.rc-legend-val {
    color: #0f172a;
    font-weight: 700;
}

.rc-analytics-metrics-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.rc-analytics-metric {
    text-align: center;
}

.rc-metric-lbl {
    display: block;
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 2px;
}

.rc-metric-val {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0b2b20;
}

.rc-metric-sub.ok {
    display: block;
    font-size: 0.62rem;
    color: #047857;
    font-weight: 600;
}

/* ==========================================================================
   Section 5: Dark Bento Grid ("Make hiring less tiring")
   ========================================================================== */
.rc-dark-bento-section {
    padding: 100px 0;
    background: #081510;
    color: #ffffff;
}

.rc-dark-bento-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.rc-dark-bento-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.rc-dark-bento-title .serif-italic {
    color: #34d399;
    background: linear-gradient(135deg, #a7f3d0 0%, #34d399 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rc-dark-bento-subtitle {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.6;
}

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

.rc-bento-card {
    background: rgba(15, 33, 25, 0.85);
    border: 1px solid rgba(16, 185, 129, 0.22);
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.rc-bento-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.rc-bento-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.35;
    margin-bottom: 12px;
}

.rc-bento-card-desc {
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.6;
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */
/* ==========================================================================
   Custom Rich Visual Recruitment CTA Showcase Banner Styles
   ========================================================================== */
.rc-cta-showcase-section {
    padding: 80px 24px 100px;
    background: #0a1b14;
    position: relative;
    z-index: 5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Pipeline Stages Row */
.rc-cta-stages-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px 14px;
    background: #f8fcf9;
    border-bottom: 1px solid #e2f2e9;
}

.rc-cta-stage-pill {
    background: #ffffff;
    border-radius: 6px;
    padding: 6px 8px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.68rem;
    font-weight: 600;
    color: #475569;
}

.rc-cta-stage-pill.active {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.rc-cta-stage-count {
    font-size: 0.68rem;
    font-weight: 800;
    padding: 1px 5px;
    border-radius: 4px;
    background: #f1f5f9;
    color: #475569;
}

.rc-cta-stage-count.highlight {
    background: #10b981;
    color: #ffffff;
}

/* Candidate Card */
.rc-cta-candidate-card {
    padding: 14px;
    background: #ffffff;
}

.rc-cta-cand-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.rc-cta-cand-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rc-cta-cand-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fef3c7;
    color: #d97706;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.rc-cta-cand-role {
    font-size: 0.66rem;
    color: #64748b;
}

.rc-cta-score-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 9999px;
}

.rc-cta-cand-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
}

.rc-cta-meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rc-cta-meta-lbl {
    font-size: 0.6rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.rc-cta-meta-item strong {
    font-size: 0.72rem;
    color: #1e293b;
}

.rc-cta-offer-action {
    display: flex;
}

.rc-cta-btn-offer {
    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;
}

.rc-cta-btn-offer:hover {
    background: #047857;
}

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

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

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