/* High-Fidelity Listing Detailed Profiles */
.listing-detail-main-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 0;
    background: #fff;
    transition: transform 0.3s ease;
}

.detail-row {
    border-bottom: 1.5px solid #f8fafc;
    padding: 15px 0;
}

.detail-row:last-child {
    border-bottom: 0;
}

.detail-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    display: block;
}

.section-premium-head {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-premium-head::after {
    content: '';
    flex-grow: 1;
    height: 1.5px;
    background: linear-gradient(to right, #e2e8f0, transparent);
}

.transition-all {
    transition: all 0.3s ease;
}

.hover-translate:hover {
    transform: translateY(-2px);
    color: #84c0ca !important;
}

/* Eye Icon Visibility Indicator */
.visibility-indicator {
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.visibility-visible {
    background: rgba(132, 192, 202, 0.1);
    color: #84c0ca;
}

.visibility-hidden {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

/* Sidebar Contact Items */
.stat-icon-bg { position: absolute; right: -10px; top: -10px; font-size: 80px; opacity: 0.15; transform: rotate(-15deg); }
.icon-sq { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.transition-all { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.hover-translate:hover { transform: translateX(3px); }
.border-dashed { border: 1.5px dashed #eef1f4; }
.hover-glow:hover { background: #fff !important; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-color: #84c0ca; }
.x-small { font-size: 11px; }
.xx-small { font-size: 9px; text-transform: uppercase; letter-spacing: 0.3px; }
.btn-vault-action { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 6px; background: #eef1f4; color: #64748b; transition: all 0.2s; }
.btn-vault-action:hover { background: #84c0ca; color: #fff; }

/* Soft Privacy Badges */
.bg-soft-success { background: rgba(34, 197, 94, 0.08) !important; color: #166534 !important; border: 0.5px solid rgba(34, 197, 94, 0.2) !important; }
.bg-soft-danger { background: rgba(239, 68, 68, 0.08) !important; color: #991b1b !important; border: 0.5px solid rgba(239, 68, 68, 0.2) !important; }
.contact-item .badge { font-weight: 800; white-space: nowrap; letter-spacing: 0.2px; }

/* Document Vault Sidebar */
.premium-vault-card { 
    overflow: hidden; 
}
.bg-white-transparent {
    background: rgba(255, 255, 255, 0.2);
}
.vault-item {
    background: #f8fafc;
}
.pointer-none { pointer-events: none; }

/* Premium Header Styles */
.profile-premium-header {
    background-color: #1e293b;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
    box-shadow: inset 0 -40px 80px rgba(0,0,0,0.5), 0 10px 30px rgba(0,0,0,0.15);

}
.bg-white-transparent { background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.25); }
.border-white-transparent { border-color: rgba(255, 255, 255, 0.2) !important; }
.text-white-transparent { color: rgba(255, 255, 255, 0.7); }
.listing-icon-placeholder { transition: transform 0.3s ease; }
.listing-icon-placeholder:hover { transform: scale(1.05); }

.profile-premium-header .btn-premium-edit {
    background: #fff;
    color: #1e293b;
    font-weight: 700;
    transition: all 0.3s;
}
.profile-premium-header .btn-premium-edit:hover {
    background: #84c0ca;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(132, 192, 202, 0.4) !important;
    transform: translateY(-2px);
}

/* Status Badge Styles */
.status-badge-premium {
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
}

.status-badge-premium.status-active { background: rgba(34, 197, 94, 0.2); color: #4ade80; border-color: rgba(34, 197, 94, 0.3); }
.status-badge-premium.status-pending { background: rgba(251, 191, 36, 0.2); color: #fbbf24; border-color: rgba(251, 191, 36, 0.3); }
.status-badge-premium.status-inactive { background: rgba(239, 68, 68, 0.2); color: #f87171; border-color: rgba(239, 68, 68, 0.3); }

.status-dot-pulse {
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    animation: status-pulse 2s infinite;
}

@keyframes status-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 currentColor; }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.stat-mini {
    position: relative;
    padding-left: 15px;
}
.stat-mini::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    background: #84c0ca;
    border-radius: 2px;
}

/* Data Locking & Blur Effects */
.blur-text {
    filter: blur(4px);
    user-select: none;
    pointer-events: none;
    opacity: 0.6;
}

/* Connect Action Overlay on Image */
.connect-overlay-icon {
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.connect-overlay-icon:hover {
    transform: scale(1.1);
}
.connect-overlay-icon .btn-primary {
    background: #84c0ca;
    border-color: #fff;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(132, 192, 202, 0.4);
}
.connect-overlay-icon .btn-primary:hover {
    background: #1e293b;
    border-color: #fff;
    box-shadow: 0 6px 20px rgba(30, 41, 59, 0.3);
}

.radius12 { border-radius: 12px; }
.fw-800 { font-weight: 800; }
.fw-600 { font-weight: 600; }
.x-small { font-size: 11px; }
.xx-small { font-size: 9px; }
