/* Locked professional profile — works without a Vite rebuild. */

.pro-profile-hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    margin-bottom: 2rem !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 1.5rem !important;
    background-color: #ffffff !important;
    padding: 1.75rem !important;
}

@media (min-width: 768px) {
    .pro-profile-hero {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}

.pro-profile-identity {
    display: flex !important;
    align-items: center !important;
    gap: 1.25rem !important;
}

.pro-profile-hero h1 {
    margin: 0.35rem 0 0 !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1e3a8a !important;
}

.pro-profile-specialty {
    margin-top: 0.35rem !important;
    color: #475569 !important;
}

.pro-profile-avatar,
.pro-profile-avatar-fallback {
    width: 7rem !important;
    height: 7rem !important;
    flex-shrink: 0 !important;
    border-radius: 1.25rem !important;
    object-fit: cover !important;
}

.pro-profile-avatar-fallback {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1e3a8a !important;
    color: #ffffff !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.pro-profile-trust {
    min-width: 10rem !important;
    border: 1px solid #d1fae5 !important;
    border-radius: 1.25rem !important;
    background: #ecfdf5 !important;
    padding: 1rem 1.25rem !important;
    text-align: center !important;
}

.pro-profile-trust span {
    display: block !important;
    font-size: 0.75rem !important;
    color: #64748b !important;
}

.pro-profile-trust strong {
    display: block !important;
    margin-top: 0.25rem !important;
    font-size: 2rem !important;
    color: #10b981 !important;
}

.pro-profile-trust p {
    margin: 0.25rem 0 0 !important;
    font-size: 0.8rem !important;
    color: #0f172a !important;
}

.pro-profile-grid {
    display: grid !important;
    gap: 1rem !important;
}

@media (min-width: 768px) {
    .pro-profile-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

.pro-profile-cta {
    margin-top: 2rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 1.5rem !important;
    background: #ffffff !important;
    padding: 1.75rem !important;
}

.pro-profile-cta h2 {
    margin: 0 0 1rem !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

@media (prefers-reduced-motion: reduce) {
    .pro-profile-hero,
    .pro-profile-cta {
        transition: none !important;
    }
}
