﻿/* ============================================
   RESUME DISTRIBUTION PAGES
   Font sizes matched to revision-process.php
   ============================================ */

/* ============================================
   BUTTON COMPONENTS
   (These should eventually move to /asset/css/components.css)
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 16px;
    font-family: 'AvertaPE', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: #02c153;
    color: #ffffff;
}

.btn-primary:hover {
    background: #01a847;
    color: #ffffff;
    text-decoration: none;
}

.btn-secondary {
    background: transparent;
    color: #1f295e;
    border: 2px solid #1f295e;
}

.btn-secondary:hover {
    background: #1f295e;
    color: #ffffff;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* ============================================
   BREADCRUMB
   ============================================ */
.rd-breadcrumb {
    background: #f8f9fa;
    padding: 14px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.rd-breadcrumb-inner {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: #718096;
}

.rd-breadcrumb a {
    color: #1f295e;
    text-decoration: none;
}

.rd-breadcrumb a:hover {
    text-decoration: underline;
}

.rd-breadcrumb span {
    margin: 0 8px;
    color: #cbd5e0;
}

/* ============================================
   HERO SECTION
   ============================================ */
.rd-hero {
    background: #ffffff;
    padding: 50px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.rd-hero-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.rd-hero-left {
    flex: 1;
}

.rd-hero-badge {
    display: inline-block;
    color: #02c153;
    font-size: 12px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.rd-hero h1 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #1f295e;
    margin-bottom: 16px;
    line-height: 1.15;
}

.rd-hero-left > p {
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    max-width: 520px;
}

.rd-hero-right {
    flex-shrink: 0;
}

.rd-hero-stats-card {
    background: #1f295e;
    border-radius: 16px;
    padding: 28px 36px;
    box-shadow: 0 8px 30px rgba(31, 41, 94, 0.25);
    text-align: center;
    min-width: 240px;
}

.rd-stat-main {
    margin-bottom: 14px;
}

.rd-stat-number {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    display: block;
    line-height: 1;
}

.rd-stat-main-label {
    font-size: 12px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255,255,255,0.7);
    margin-top: 4px;
    display: block;
}

.rd-stat-row-small {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.rd-stat-number-sm {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    display: block;
    line-height: 1;
}

.rd-stat-label {
    font-size: 9px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
    display: block;
}

/* ============================================
   MAIN CONTENT LAYOUT
   ============================================ */
.rd-main-content {
    background: #f8f9fa;
    padding: 24px;
}

.rd-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
}

.rd-filter-column {
    width: 300px;
    flex-shrink: 0;
}

.rd-table-column {
    flex: 1;
}

.rd-filter-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.rd-filter-panel h4 {
    font-size: 20px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
    color: #1f295e;
}

.rd-filter-panel > p {
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    margin-bottom: 16px;
    line-height: 1.6;
}

.rd-filter-panel .batoni2 {
    display: flex;
    justify-content: center;
}

.rd-filter-panel .hero-section-button1 {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    line-height: 1.2;
}

.rd-filter-note {
    font-size: 13px;
    font-family: 'AvertaPE', sans-serif;
    color: #718096;
    margin-top: 12px;
    text-align: center;
}

/* ============================================
   TABLE STYLES
   ============================================ */
.rd-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.rd-table-header h3 {
    font-size: 18px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: #1f295e;
}

.rd-table-header span {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: #718096;
}

.rd-table-wrapper {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.rd-recruiter-table {
    width: 100%;
    border-collapse: collapse;
}

.rd-recruiter-table thead {
    background: #1f295e;
}

.rd-recruiter-table th {
    padding: 14px 16px;
    text-align: left;
    font-size: 12px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rd-recruiter-table td {
    padding: 16px;
    border-bottom: 1px solid #f0f4f8;
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
}

.rd-recruiter-table tbody tr:hover {
    background: #f8fafc;
}

.rd-agency-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rd-agency-avatar {
    width: 36px;
    height: 36px;
    background: #1f295e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: white;
}

.rd-agency-name-text {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: #2d3748;
}

.rd-location-cell {
    color: #718096;
}

/* ============================================
   FADE OVERLAY
   ============================================ */
.rd-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 30%,
        rgba(255, 255, 255, 0.85) 55%,
        rgba(255, 255, 255, 0.98) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    pointer-events: none;
}

.rd-locked-message {
    pointer-events: auto;
    text-align: center;
    padding: 0 20px;
}

.rd-lock-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 2px solid #e2e8f0;
}

.rd-lock-icon svg {
    width: 22px;
    height: 22px;
    color: #1f295e;
}

.rd-locked-message h3 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1f295e;
    margin-bottom: 2px;
}

.rd-big-count {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #02c153;
    line-height: 1;
    margin-bottom: 2px;
}

.rd-count-label {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #1f295e;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rd-locked-message p {
    color: #4a5568;
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
    max-width: 380px;
    margin: 0 auto 14px;
    line-height: 1.6;
}

.rd-locked-message .batoni2 {
    display: flex;
    justify-content: center;
}

/* ============================================
   FEATURED RECRUITERS SECTION
   ============================================ */
.rd-featured {
    background: #ffffff;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.rd-featured-container {
    max-width: 1100px;
    margin: 0 auto;
}

.rd-featured h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 16px;
    color: #1f295e;
    line-height: 1.15;
}

.rd-featured-subtitle {
    text-align: center;
    color: #4a5568;
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

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

.rd-featured-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e2e8f0;
}

.rd-featured-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.rd-featured-avatar {
    width: 56px;
    height: 56px;
    background: #1f295e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.rd-featured-card h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    margin-bottom: 4px;
    line-height: 1.3;
}

.rd-featured-address {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: #718096;
    line-height: 1.5;
}

.rd-featured-industries {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rd-featured-tag {
    background: #e8f5e9;
    color: #1f295e;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-family: 'AvertaPE', sans-serif;
}

/* ============================================
   JOB MARKET SECTION
   ============================================ */
.rd-market {
    background: #1f295e;
    padding: 70px 24px;
}

.rd-market-container {
    max-width: 1100px;
    margin: 0 auto;
}

.rd-market h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 16px;
    color: #ffffff;
    line-height: 1.15;
}

.rd-market-subtitle {
    text-align: center;
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.rd-market-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.rd-market-stat {
    text-align: center;
    padding: 24px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
}

.rd-market-stat-number {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #02c153;
    display: block;
    margin-bottom: 8px;
}

.rd-market-stat-label {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255,255,255,0.7);
}

.rd-employers-title {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px;
}

.rd-employers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.rd-employer-card {
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}

.rd-employer-card h5 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 4px;
}

.rd-employer-card span {
    font-size: 12px;
    font-family: 'AvertaPE', sans-serif;
    color: rgba(255,255,255,0.5);
}

/* ============================================
   INDUSTRIES SECTION
   ============================================ */
.rd-industries {
    background: #f8f9fa;
    padding: 70px 24px;
}

.rd-industries-container {
    max-width: 1100px;
    margin: 0 auto;
}

.rd-industries h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
    color: #1f295e;
    line-height: 1.15;
}

.rd-industries-subtitle {
    text-align: center;
    color: #4a5568;
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    margin-bottom: 32px;
}

.rd-industries-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}

.rd-industry-tab {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: #1f295e;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.rd-industry-tab:hover {
    border-color: #1f295e;
    background: #f8f9fa;
}

.rd-industry-tab.active {
    background: #1f295e;
    border-color: #1f295e;
    color: #ffffff;
}

.rd-industry-panel {
    display: none;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.rd-industry-panel.active {
    display: block;
}

.rd-industry-panel h3 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1f295e;
    margin-bottom: 24px;
    text-align: center;
}

.rd-industry-recruiters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rd-industry-recruiter-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.rd-irc-avatar {
    width: 48px;
    height: 48px;
    background: #1f295e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.rd-irc-details h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1f295e;
    margin-bottom: 6px;
}

.rd-irc-details address {
    font-style: normal;
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: #718096;
    line-height: 1.5;
}

.rd-industries-cta {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.rd-industries-cta p {
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    margin-bottom: 16px;
}

.rd-cta-button-wrap {
    display: flex;
    justify-content: center;
}

.rd-cta-button-wrap .hero-section-button1 {
    white-space: nowrap !important;
    padding: 16px 48px !important;
    max-width: none !important;
    width: auto !important;
    min-width: 420px !important;
}

/* ============================================
   INTERNAL LINKS SECTION
   ============================================ */
.rd-links {
    background: #ffffff;
    padding: 50px 24px;
    border-top: 1px solid #e2e8f0;
}

.rd-links-container {
    max-width: 1100px;
    margin: 0 auto;
}

.rd-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.rd-links-column h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1f295e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #02c153;
}

.rd-links-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rd-links-column li {
    margin-bottom: 12px;
}

.rd-links-column a {
    color: #4a5568;
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
    text-decoration: none;
    transition: color 0.2s;
}

.rd-links-column a:hover {
    color: #1f295e;
    text-decoration: underline;
}

/* ============================================
   FAQ SECTION (uses site's existing styles)
   ============================================ */
.rd-faq-section {
    border-top: 1px solid #e2e8f0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .rd-content-wrapper {
        flex-direction: column;
    }
    
    .rd-filter-column {
        width: 100%;
        order: -1;
    }
    
    .rd-filter-panel {
        position: static;
    }
    
    .rd-featured-grid {
        grid-template-columns: 1fr;
    }
    
    .rd-market-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rd-employers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rd-links-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .rd-industry-recruiters {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .rd-hero {
        padding: 36px 20px;
    }
    
    .rd-hero-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 28px;
    }
    
    .rd-hero-left > p {
        max-width: none;
    }
    
    .rd-hero h1 {
        font-size: 30px;
    }
    
    .rd-hero-stats-card {
        padding: 24px 28px;
        min-width: auto;
    }
    
    .rd-stat-number {
        font-size: 40px;
    }
    
    .rd-stat-number-sm {
        font-size: 20px;
    }
    
    .rd-main-content {
        padding: 16px;
    }
    
    .rd-featured h2,
    .rd-market h2,
    .rd-industries h2 {
        font-size: 30px;
    }
    
    .rd-market-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rd-featured {
        padding: 50px 20px;
    }
    
    .rd-market {
        padding: 50px 20px;
    }
    
    .rd-industries {
        padding: 50px 20px;
    }
    
    .rd-industry-tab {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .rd-industry-panel {
        padding: 20px;
    }
    
    .rd-cta-button-wrap .hero-section-button1 {
        min-width: auto !important;
        width: 100% !important;
    }
}

/* ============================================
   FAQ SECTION (matching revision-process.php)
   ============================================ */
.rd-faq-section {
    background: #ffffff;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.rd-faq-section h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
    color: #1f295e;
}

.rd-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.rd-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #ffffff;
}

.rd-faq-question {
    width: 100%;
    padding: 20px 24px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-align: left;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    transition: background 0.2s;
}

.rd-faq-question:hover {
    background: #f8f9fa;
}

.rd-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #1f295e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.rd-faq-icon::before {
    content: '+';
    font-size: 18px;
    font-weight: 600;
    color: #1f295e;
    line-height: 1;
}

.rd-faq-item.open .rd-faq-icon {
    background: #02c153;
    border-color: #02c153;
    transform: rotate(45deg);
}

.rd-faq-item.open .rd-faq-icon::before {
    color: #ffffff;
}

.rd-faq-answer {
    display: none;
    padding: 0 24px 24px;
}

.rd-faq-item.open .rd-faq-answer {
    display: block;
}

.rd-faq-answer p {
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 16px;
}

.rd-faq-answer .btn,
.rd-faq-answer .hero-section-button1 {
    margin-top: 8px;
}

.rd-faq-answer .batoni2 {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .rd-faq-section {
        padding: 50px 20px;
    }
    
    .rd-faq-section h2 {
        font-size: 30px;
    }
    
    .rd-faq-question {
        font-size: 16px;
        padding: 16px 20px;
    }
    
    .rd-faq-answer {
        padding: 0 20px 20px;
    }
}

/* ============================================
   MAIN INDEX PAGE - FILTER FORM
   ============================================ */
.rd-filter-group {
    margin-bottom: 20px;
}

.rd-filter-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.rd-filter-label-row label {
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    color: #1f295e;
}

.rd-clear-btn {
    background: none;
    border: none;
    color: #718096;
    font-size: 13px;
    font-family: 'AvertaPE', sans-serif;
    cursor: pointer;
    padding: 0;
}

.rd-clear-btn:hover {
    color: #1f295e;
    text-decoration: underline;
}

.rd-filter-group select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'AvertaPE', sans-serif;
    color: #2d3748;
    background: #ffffff;
}

.rd-filter-group select:focus {
    outline: none;
    border-color: #1f295e;
    box-shadow: 0 0 0 3px rgba(31, 41, 94, 0.1);
}

.rd-option-separator {
    font-weight: 600;
    color: #718096;
    background: #f8f9fa;
}

.rd-select-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-family: 'AvertaPE', sans-serif;
    color: #718096;
}

.rd-filter-button {
    width: 100%;
    padding: 14px 24px;
    background: #1f295e;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.rd-filter-button:hover {
    background: #2a3a7d;
}

/* ============================================
   MAIN INDEX PAGE - VALUE PROPS SECTION
   ============================================ */
.rd-value-props {
    background: #ffffff;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.rd-value-props-container {
    max-width: 1100px;
    margin: 0 auto;
}

.rd-value-props h2 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 16px;
    color: #1f295e;
    line-height: 1.15;
}

.rd-value-props-subtitle {
    text-align: center;
    color: #4a5568;
    font-size: 17px;
    font-family: 'AvertaPE', sans-serif;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

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

.rd-prop-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.rd-prop-icon {
    width: 56px;
    height: 56px;
    background: #1f295e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.rd-prop-icon svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
    stroke: #ffffff;
}

.rd-prop-card h4 {
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f295e;
    margin-bottom: 12px;
}

.rd-prop-card p {
    font-size: 16px;
    font-family: 'AvertaPE', sans-serif;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   MAIN INDEX PAGE - INDUSTRY TAGS IN TABLE
   ============================================ */
.rd-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rd-industry-tag {
    background: #e8f4fd;
    color: #1f295e;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 500;
}

/* ============================================
   MAIN INDEX PAGE - CTA BUTTON IN LOCKED
   ============================================ */
.rd-locked-message .batoni2 {
    display: flex;
    justify-content: center;
}

.rd-locked-message .hero-section-button1 {
    min-width: 200px;
}

/* ============================================
   RESPONSIVE - MAIN INDEX
   ============================================ */
@media (max-width: 1024px) {
    .rd-props-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .rd-value-props {
        padding: 50px 20px;
    }
    
    .rd-value-props h2 {
        font-size: 30px;
    }
    
    .rd-filter-panel {
        padding: 20px;
    }
}
/* ============================================
   JOB DIFFICULTY CARDS
   Add to /templates/pages/distribution.css
   ============================================ */

.rd-job-difficulty {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.rd-difficulty-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    text-align: center;
}

.rd-difficulty-card.rd-difficulty-hard {
    border-left: 4px solid #ef4444;
}

.rd-difficulty-card.rd-difficulty-easy {
    border-left: 4px solid #22c55e;
}

.rd-difficulty-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    margin-bottom: 0.75rem;
}

.rd-difficulty-hard .rd-difficulty-label {
    background: #fef2f2;
    color: #dc2626;
}

.rd-difficulty-easy .rd-difficulty-label {
    background: #f0fdf4;
    color: #16a34a;
}

.rd-difficulty-card h4 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 1.25rem;
    color: #1f295e;
    margin: 0 0 0.5rem 0;
}

.rd-difficulty-stat {
    font-size: 0.875rem;
    color: #6b7280;
}

.rd-market-footnote {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin-top: 1rem;
}

.rd-market-footnote a {
    color: #1f295e;
    text-decoration: underline;
}

.rd-market-description {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #1f295e;
}

.rd-market-description p {
    margin: 0;
    color: #374151;
    line-height: 1.7;
}

.rd-market-cta {
    text-align: center;
    margin-top: 2rem;
}

.btn-secondary {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: transparent;
    color: #1f295e;
    border: 2px solid #1f295e;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background: #1f295e;
    color: #fff;
}

/* Mobile responsive */
@media (max-width: 640px) {
    .rd-job-difficulty {
        grid-template-columns: 1fr;
    }
    
    .rd-difficulty-card {
        padding: 1rem;
    }
}
/* Fix secondary button on dark background */
.rd-market .btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.rd-market .btn-secondary:hover {
    background: #ffffff;
    color: #1f295e;
}