/* Recruiter landing page */

.rc-hero {
    position: relative;
    padding: 7.5rem 0 5rem;
    background: linear-gradient(145deg, #1a0a2e 0%, #2d1b4e 40%, #4a1942 100%);
    color: #fff;
    overflow: hidden;
}

.rc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(236, 72, 153, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 10% 80%, rgba(168, 85, 247, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.rc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
}

.rc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: rgba(236, 72, 153, 0.2);
    border: 1px solid rgba(236, 72, 153, 0.35);
    font-size: 0.8rem;
    font-weight: 600;
    color: #fbcfe8;
    margin-bottom: 1.25rem;
}

.rc-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 1.25rem;
}

.rc-hero-lead {
    font-size: 1.1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 2rem;
    max-width: 32rem;
}

.rc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.rc-hero-actions .hp-btn-primary {
    box-shadow: 0 8px 28px rgba(236, 72, 153, 0.45);
}

.rc-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    box-shadow: none;
}

.rc-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
}

.rc-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

.rc-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.rc-hero-trust i {
    color: #f472b6;
}

/* Dashboard mock */
.rc-mock {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.rc-mock-bar {
    padding: 0.85rem 1.25rem;
    background: rgba(0, 0, 0, 0.25);
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.rc-mock-bar i {
    color: #f472b6;
}

.rc-mock-body {
    padding: 1.25rem;
}

.rc-mock-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.rc-mock-stat {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.75rem;
    text-align: center;
}

.rc-mock-stat strong {
    display: block;
    font-size: 1.35rem;
    color: #fff;
}

.rc-mock-stat span {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rc-mock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
}

.rc-mock-row:last-child {
    margin-bottom: 0;
}

.rc-mock-row .score {
    font-weight: 700;
    color: #f472b6;
}

.rc-mock-row .status {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
}

.rc-mock-row .status.interview {
    background: rgba(236, 72, 153, 0.25);
    color: #fbcfe8;
}

.rc-mock-row .status.offer {
    background: rgba(16, 185, 129, 0.2);
    color: #6ee7b7;
}

/* Stats strip */
.rc-stats {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    padding: 3rem 0;
}

.rc-stats-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.rc-stats-intro h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.rc-stats-intro p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.55;
}

.rc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.rc-stat-num {
    font-size: 2rem;
    font-weight: 800;
    background: var(--gradient-vibrant);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rc-stat-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

/* Pipeline */
.rc-pipeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.rc-pipe-step {
    position: relative;
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.06);
}

.rc-pipe-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gradient-vibrant);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.rc-pipe-step h4 {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
}

.rc-pipe-step p {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.45;
}

/* Feature cards */
.rc-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.rc-feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.75rem;
    border: 1px solid var(--border-color);
    transition: transform 0.25s, box-shadow 0.25s;
}

.rc-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(236, 72, 153, 0.1);
}

.rc-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(168, 85, 247, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.rc-feature-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.rc-feature-card p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.55;
    margin: 0;
}

.rc-feature-tag {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Proof / JTBD */
.rc-proof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2.5rem;
    align-items: start;
}

.rc-proof-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    border: 1px solid var(--border-color);
}

.rc-proof-card blockquote {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-primary);
    font-style: italic;
}

.rc-proof-card cite {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-style: normal;
}

.rc-jtbd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rc-jtbd-list li {
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.92rem;
}

.rc-jtbd-list li:last-child {
    border-bottom: none;
}

.rc-jtbd-list i {
    color: var(--primary-color);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* FAQ */
.rc-faq {
    max-width: 720px;
    margin: 2.5rem auto 0;
}

.rc-faq-item {
    border-bottom: 1px solid var(--border-color);
    padding: 1.25rem 0;
}

.rc-faq-item h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.rc-faq-item p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* CTA band */
.rc-cta {
    background: linear-gradient(135deg, #831843 0%, #be185d 50%, #9333ea 100%);
    padding: 4.5rem 0;
    text-align: center;
    color: #fff;
}

.rc-cta h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 1rem;
}

.rc-cta p {
    font-size: 1.05rem;
    opacity: 0.9;
    max-width: 520px;
    margin: 0 auto 2rem;
}

.rc-cta .hp-btn-primary {
    background: #fff;
    color: #be185d;
    -webkit-text-fill-color: #be185d;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.rc-cta .hp-btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
    box-shadow: none;
}

.rc-cta .hp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
}

.rc-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

@media (max-width: 992px) {
    .rc-hero-grid,
    .rc-proof-grid {
        grid-template-columns: 1fr;
    }

    .rc-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .rc-pipeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .rc-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .rc-features,
    .rc-pipeline,
    .rc-stats-grid {
        grid-template-columns: 1fr;
    }

    .rc-mock-stats {
        grid-template-columns: 1fr;
    }
}
