/* JR Seller Profile System */

.jrsp-wrap {
    max-width: 1180px;
    margin: 36px auto;
    padding: 0 20px;
}

.jrsp-hero {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #ffffff;
    border: 1px solid #dce7de;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(20,83,45,0.10);
}

.jrsp-avatar img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #eef7f0;
}

.jrsp-eyebrow {
    color: #667085;
    font-weight: 900;
}

.jrsp-info h1 {
    color: #14532d;
    font-size: 38px;
    font-weight: 900;
    margin: 6px 0 10px;
}

.jrsp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #667085;
    font-weight: 700;
}

.jrsp-badge {
    background: #eef7f0;
    color: #14532d;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 900;
}

.jrsp-premium {
    background: #fff3cd;
    color: #7a5200;
}

.jrsp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0 30px;
}

.jrsp-stats div {
    background: #eef7f0;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
}

.jrsp-stats strong {
    display: block;
    color: #14532d;
    font-size: 28px;
    font-weight: 900;
}

.jrsp-stats span {
    color: #667085;
    font-weight: 800;
}

.jrsp-section-head {
    margin-bottom: 18px;
}

.jrsp-section-head h2 {
    color: #14532d;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 6px;
}

.jrsp-section-head p {
    margin: 0;
    color: #667085;
}

.jrsp-whatsapp {
    background: #25D366 !important;
    color: #fff !important;
}

.jrsp-no-image {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef7f0;
    font-size: 42px;
}

.jrsp-profile-link {
    display: inline-block;
    background: #14532d;
    color: #fff !important;
    padding: 11px 16px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none !important;
    margin-top: 12px;
}

.jrsp-empty {
    background: #eef7f0;
    color: #14532d;
    border-radius: 18px;
    padding: 24px;
    text-align: center;
    font-weight: 900;
}

.jrsp-directory {
    max-width: 900px;
    margin: 36px auto;
    padding: 0 20px;
    display: grid;
    gap: 14px;
}

.jrsp-directory-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #dce7de;
    border-radius: 18px;
    padding: 16px;
    text-decoration: none !important;
    box-shadow: 0 10px 30px rgba(20,83,45,0.08);
}

.jrsp-directory-card strong {
    display: block;
    color: #14532d;
    font-size: 18px;
    font-weight: 900;
}

.jrsp-directory-card span {
    display: block;
    color: #667085;
}

.jrsp-dir-avatar img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    .jrsp-wrap {
        padding: 0 12px;
    }

    .jrsp-hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
    }

    .jrsp-info h1 {
        font-size: 30px;
    }

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