@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ==========================================================================
   FAMEVISO PREMIUM FAKE FOLLOWER CHECKER (CYBER / AUDIT THEME)
   ========================================================================== */

.fv-audit-page {
    --fv-font: 'Inter', -apple-system, sans-serif;
    --fv-primary: #8b5cf6;       
    --fv-primary-hover: #7c3aed;
    --fv-accent: #3b82f6;        
    --fv-text-dark: #0f172a;
    --fv-text-muted: #475569;
    --fv-bg-white: #ffffff;
    --fv-bg-soft: #f8fafc;
    --fv-border: #e2e8f0;
    --fv-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    --fv-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
    --fv-shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    --fv-radius-lg: 24px;
    --fv-radius-md: 16px;
    
    --fv-result-bg: linear-gradient(145deg, #09090b 0%, #1e1b4b 100%);
    --fv-result-border: rgba(255, 255, 255, 0.05);

    width: 100%; max-width: 1050px; margin: 0 auto; padding: 20px 0;
    font-family: var(--fv-font); color: var(--fv-text-dark); line-height: 1.6;
    box-sizing: border-box; transition: all 0.3s ease;
}

.fv-audit-page * { box-sizing: border-box; }

body.dark .fv-audit-page {
    --fv-text-dark: #f8fafc; --fv-text-muted: #94a3b8;
    --fv-bg-white: #1e293b; --fv-bg-soft: #0f172a; --fv-border: #334155;
    --fv-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
    --fv-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    --fv-shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
    --fv-result-bg: linear-gradient(145deg, #020617 0%, #1e1b4b 100%);
}

.fv-audit-page .fv-breadcrumb {
    width: 100%; max-width: 800px; margin: 0 auto 35px auto; padding: 10px 20px;
    background: rgba(241, 245, 249, 0.6); border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 50px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
body.dark .fv-audit-page .fv-breadcrumb { background: rgba(30, 41, 59, 0.6); border-color: rgba(51, 65, 85, 0.8); }
.fv-audit-page .fv-bc-wrapper { display: flex; align-items: center; flex-wrap: nowrap; overflow-x: auto; gap: 10px; scrollbar-width: none; }
.fv-audit-page .fv-bc-wrapper::-webkit-scrollbar { display: none; }
.fv-audit-page .fv-bc-item { display: flex; align-items: center; gap: 6px; white-space: nowrap; color: var(--fv-text-muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s ease; }
.fv-audit-page .fv-bc-item svg { stroke: var(--fv-primary); }
.fv-audit-page .fv-bc-item:hover { color: var(--fv-primary); }
.fv-audit-page .fv-bc-item.active { color: var(--fv-text-dark); font-weight: 700; background: var(--fv-bg-white); padding: 6px 14px; border-radius: 20px; box-shadow: var(--fv-shadow-sm); border: 1px solid var(--fv-border); }
body.dark .fv-audit-page .fv-bc-item.active { background: #0f172a; color: #f8fafc; border-color: #334155; }
.fv-audit-page .fv-bc-divider { font-size: 10px; color: #94a3b8; opacity: 0.6; display: flex; align-items: center; }

.fv-audit-header { text-align: center; margin-bottom: 45px; padding: 0 20px; }
.fv-audit-header .fv-service-title { font-size: 34px; font-weight: 800; color: var(--fv-text-dark); margin: 0 0 15px 0; letter-spacing: -0.03em; line-height: 1.3; }
.fv-audit-header .fv-title-highlight { background: linear-gradient(135deg, var(--fv-primary) 0%, var(--fv-accent) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 900; display: inline-block; padding: 0 4px; }
body.dark .fv-audit-header .fv-title-highlight { background: linear-gradient(135deg, #a78bfa 0%, #60a5fa 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fv-audit-header .fv-audit-subtitle { font-size: 16px; color: var(--fv-text-muted); font-weight: 500; max-width: 600px; margin: 0 auto; }

.fv-audit-widget { display: flex; align-items: flex-start; gap: 40px; margin-bottom: 60px; position: relative; width: 100%; }
.fv-audit-form-area { flex: 1.3; width: 100%; display: flex; flex-direction: column; }

/* ⚡ Z-INDEX ÇÖZÜMÜ: Z-index 10'dan 100'e çıkarıldı! Rozet kanaması engellendi ⚡ */
.fv-search-section { position: relative; z-index: 100; width: 100%; margin-bottom: 25px !important; }
.fv-profile-preview { background: var(--fv-bg-white); border: 1px solid var(--fv-border); box-shadow: var(--fv-shadow-sm); border-radius: var(--fv-radius-md); padding: 25px; animation: fadeIn 0.4s ease; width: 100%; margin-top: 0; }

.fv-search-box { position: relative; }
.fv-search-box i.fa-user-shield { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--fv-primary); font-size: 18px; }
.fv-search-box input { width: 100%; padding: 22px 20px 22px 50px; background: var(--fv-bg-white); border: 2px solid var(--fv-border); border-radius: 16px; font-family: var(--fv-font); font-size: 16px; color: var(--fv-text-dark); font-weight: 600; outline: none; box-shadow: var(--fv-shadow-sm); transition: all 0.3s; }
body.dark .fv-search-box input { background: var(--fv-bg-soft); }
.fv-search-box input:focus { box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.2); border-color: var(--fv-primary); }
.fv-search-spinner { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--fv-primary); font-size: 18px; }
.fv-search-dropdown { position: absolute; top: 100%; left: 0; right: 0; background: var(--fv-bg-white); border: 1px solid var(--fv-border); border-radius: 12px; margin-top: 8px; padding: 10px 0; list-style: none; box-shadow: var(--fv-shadow-lg); max-height: 300px; overflow-y: auto; }
.fv-search-dropdown li { display: flex; align-items: center; padding: 10px 20px; cursor: pointer; transition: background 0.2s; }
.fv-search-dropdown li:hover { background: var(--fv-bg-soft); }
.fv-search-dropdown li img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; margin-right: 15px; border: 1px solid var(--fv-border); }
.fv-search-dropdown li .u-info { display: flex; flex-direction: column; }
.fv-search-dropdown li .u-info strong { color: var(--fv-text-dark); font-size: 14px; font-weight: 700; }
.fv-search-dropdown li .u-info span { color: var(--fv-text-muted); font-size: 12px; }

.fv-empty-state { display: grid; grid-template-columns: 1fr; gap: 15px; width: 100%; animation: fadeIn 0.5s ease; }
.empty-state-card { display: flex; align-items: flex-start; gap: 18px; background: var(--fv-bg-white); border: 1px solid var(--fv-border); padding: 20px; border-radius: var(--fv-radius-md); box-shadow: var(--fv-shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease; }
body.dark .empty-state-card { background: var(--fv-bg-soft); }
.empty-state-card:hover { transform: translateY(-3px); box-shadow: var(--fv-shadow-md); border-color: rgba(139, 92, 246, 0.3); }
.empty-state-card .es-icon { width: 45px; height: 45px; flex-shrink: 0; background: rgba(139, 92, 246, 0.1); color: var(--fv-primary); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.empty-state-card h3 { margin: 0 0 5px 0; font-size: 15px; color: var(--fv-text-dark); font-weight: 700; }
.empty-state-card p { margin: 0; font-size: 13px; color: var(--fv-text-muted); line-height: 1.5; }

body.dark .fv-profile-preview { background: var(--fv-bg-soft); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.fv-profile-header { display: flex; align-items: center; gap: 20px; padding-bottom: 5px; }

.fv-profile-avatar-container { position: relative; width: 85px; height: 85px; flex-shrink: 0; }
.fv-profile-avatar { width: 100%; height: 100%; border-radius: 22px; border: 3px solid var(--fv-primary); object-fit: cover; padding: 2px; }

.avatar-score-badge {
    position: absolute; top: -8px; right: -8px; width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #fff;
    z-index: 10; box-shadow: 0 4px 10px rgba(0,0,0,0.3); border: 2px solid var(--fv-bg-white); transition: all 0.3s ease;
}
body.dark .avatar-score-badge { border-color: var(--fv-bg-soft); }
.bg-green { background: #10b981; } .bg-yellow { background: #f59e0b; } .bg-red { background: #ef4444; }

.avatar-loader { width: 100%; height: 100%; border-radius: 22px; background: var(--fv-bg-soft); border: 2px solid var(--fv-border); display: flex; align-items: center; justify-content: center; position: relative; box-shadow: inset 0 2px 4px rgba(0,0,0,0.05); }
.avatar-loader .user-icon { font-size: 32px; color: var(--fv-text-muted); opacity: 0.4; animation: pulse 1.5s infinite; }
.avatar-loader .search-icon { position: absolute; font-size: 20px; color: var(--fv-primary); top: 50%; left: 50%; margin-top: -10px; margin-left: -10px; animation: orbit 2s linear infinite; }

@keyframes pulse { 0% { transform: scale(0.95); opacity: 0.3; } 50% { transform: scale(1.05); opacity: 0.6; } 100% { transform: scale(0.95); opacity: 0.3; } }
@keyframes orbit { from { transform: rotate(0deg) translateY(-48px) rotate(0deg); } to { transform: rotate(360deg) translateY(-48px) rotate(-360deg); } }

.fv-profile-info h3 { margin: 0 0 5px 0; color: var(--fv-text-dark); font-size: 20px; font-weight: 800; display:flex; align-items:center; gap:5px; }
.fv-profile-info p { margin: 0 0 10px 0; color: var(--fv-text-muted); font-size: 14px; font-weight: 500;}
.fv-profile-stats { display: flex; gap: 15px; font-size: 14px; color: var(--fv-text-muted); }
.fv-profile-stats b { color: var(--fv-text-dark); font-weight: 800; }

.fv-analysis-loader { display: flex; justify-content: center; padding: 35px 0 10px 0; width: 100%; }
.fv-premium-scanner { position: relative; width: 100%; max-width: 420px; background: linear-gradient(145deg, var(--fv-bg-white) 0%, var(--fv-bg-soft) 100%); border: 1px solid var(--fv-border); border-radius: 16px; padding: 20px 24px; display: flex; align-items: center; gap: 20px; overflow: hidden; box-shadow: 0 15px 35px -5px rgba(139, 92, 246, 0.15); transition: all 0.3s; }
body.dark .fv-premium-scanner { background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%); border-color: rgba(139, 92, 246, 0.25); box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4); }

.fv-scanner-laser { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--fv-primary), transparent); box-shadow: 0 0 12px var(--fv-primary); animation: laserSweep 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; z-index: 10; }
@keyframes laserSweep { 0% { top: -10px; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
.fv-scanner-icon { position: relative; width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(139, 92, 246, 0.1); border-radius: 14px; }
.fv-scanner-icon i { font-size: 24px; color: var(--fv-primary); z-index: 2; animation: pulseIcon 1.5s infinite alternate; }
.fv-spinner-ring { position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border: 2px solid transparent; border-top-color: var(--fv-primary); border-right-color: rgba(139, 92, 246, 0.3); border-radius: 16px; animation: spinRing 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite; }
@keyframes pulseIcon { 0% { transform: scale(0.9); opacity: 0.8; } 100% { transform: scale(1.1); opacity: 1; text-shadow: 0 0 15px rgba(139, 92, 246, 0.5); } }
@keyframes spinRing { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.fv-scanner-text { display: flex; flex-direction: column; width: 100%; position: relative; z-index: 2;}
.fv-scanner-title { font-size: 16px; font-weight: 800; color: var(--fv-text-dark); letter-spacing: -0.01em; margin-bottom: 6px; display: flex; align-items: center; gap: 8px;}
.fv-scanner-subtitle { font-size: 13px; color: var(--fv-text-muted); font-weight: 500; margin-bottom: 12px; }
.fv-scanner-bar { width: 100%; height: 6px; background: var(--fv-border); border-radius: 6px; overflow: hidden; position: relative; }
body.dark .fv-scanner-bar { background: rgba(255,255,255,0.05); }
.fv-scanner-progress { position: absolute; top: 0; left: 0; height: 100%; background: linear-gradient(90deg, var(--fv-primary), var(--fv-accent)); width: 50%; border-radius: 6px; animation: loadBar 1.5s ease-in-out infinite alternate; box-shadow: 0 0 10px rgba(59,130,246,0.5);}
@keyframes loadBar { 0% { width: 15%; left: 0; } 100% { width: 45%; left: 55%; } }

.fv-recent-posts-container { margin-top: 25px; }
.fv-grid-title { margin: 0 0 15px 0; font-size: 15px; color: var(--fv-text-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;}
.fv-recent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.fv-grid-item { aspect-ratio: 1/1; border-radius: 8px; overflow: hidden; background: var(--fv-border); }
.fv-grid-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.fv-grid-item:hover img { transform: scale(1.05); }

.fv-audit-result-area { flex: 0.9; position: sticky; top: 30px; width: 100%; }
.fv-result-card { background: var(--fv-result-bg); border-radius: var(--fv-radius-lg); padding: 45px 35px; text-align: center; position: relative; overflow: hidden; color: #fff; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.3); border: 1px solid var(--fv-result-border); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 420px; transition: all 0.4s ease; }
.fv-result-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--fv-primary), var(--fv-accent)); }
.fv-result-card::after { content: ''; position: absolute; width: 200px; height: 200px; background: rgba(139, 92, 246, 0.15); filter: blur(50px); top: -50px; right: -50px; border-radius: 50%; pointer-events: none; }

.result-badge { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; color: #cbd5e1; margin-bottom: 15px; text-transform: uppercase; z-index: 1; }

.result-amount { font-size: 64px !important; font-weight: 900 !important; color: #ffffff !important; line-height: 1 !important; margin-bottom: 10px !important; letter-spacing: -2px !important; z-index: 1; transition: color 0.3s ease, text-shadow 0.3s ease; }
.result-desc { font-size: 16px; color: #94a3b8; font-weight: 700; margin-bottom: 30px; z-index: 1; padding: 4px 14px; border-radius: 12px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); display: inline-block;}

.result-detailed-stats { 
    display: grid; grid-template-columns: 1fr 1fr; gap: 15px; width: 100%; 
    margin-bottom: 25px; z-index: 1; 
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); 
    border-radius: 20px; padding: 20px; backdrop-filter: blur(10px);
}
.detail-box { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 5px; position: relative; }

.detail-box:nth-child(1), .detail-box:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 15px; }
.detail-box:nth-child(3), .detail-box:nth-child(4) { padding-top: 15px; }
.detail-box:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.06); }

.detail-label { font-size: 11px; color: #94a3b8; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; text-align: center;}

.detail-val { display: block; font-size: 20px !important; color: #ffffff !important; font-weight: 800 !important; line-height: 1 !important; margin-top: 2px;}
.detail-val.text-yellow { color: #fbbf24 !important; text-shadow: 0 0 15px rgba(251,191,36,0.3) !important;}
.detail-val.text-red { color: #ef4444 !important; text-shadow: 0 0 15px rgba(239,68,68,0.3) !important;}
.detail-val.text-blue { color: #60a5fa !important; text-shadow: 0 0 15px rgba(96,165,250,0.3) !important;}
.detail-val.text-green { color: #34d399 !important; text-shadow: 0 0 15px rgba(52,211,153,0.3) !important;}
.detail-val.text-purple { color: #c084fc !important; text-shadow: 0 0 15px rgba(192,132,252,0.3) !important;}

.badge-quality { padding: 4px 12px !important; border-radius: 8px !important; font-size: 13px !important; letter-spacing: 0.5px !important; display: inline-block !important; font-weight: 800 !important;}
.badge-quality.low { background: rgba(239, 68, 68, 0.2) !important; color: #fca5a5 !important; border: 1px solid rgba(239, 68, 68, 0.3) !important; }
.badge-quality.average { background: rgba(245, 158, 11, 0.2) !important; color: #fcd34d !important; border: 1px solid rgba(245, 158, 11, 0.3) !important; }
.badge-quality.good { background: rgba(16, 185, 129, 0.2) !important; color: #6ee7b7 !important; border: 1px solid rgba(16, 185, 129, 0.3) !important; text-shadow: 0 0 10px rgba(110,231,183,0.4) !important;}
.badge-quality.excellent { background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(59, 130, 246, 0.2)) !important; color: #93c5fd !important; border: 1px solid rgba(59, 130, 246, 0.3) !important; text-shadow: 0 0 10px rgba(147,197,253,0.4) !important;}

.result-footer-text { font-size: 12px; color: #64748b; line-height: 1.6; display: flex; gap: 10px; text-align: left; z-index: 1; }
.result-footer-text svg { flex-shrink: 0; color: #94a3b8; margin-top: 2px; }

/* SEO & FAQ */
.fv-dynamic-seo { display: grid; grid-template-columns: 1fr; gap: 30px; margin: 50px auto 60px; }
.fv-dynamic-seo .info-container, .fv-dynamic-seo .article-container { background: var(--fv-bg-white); border: 1px solid var(--fv-border); border-radius: var(--fv-radius-lg); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05); padding: 45px 40px; position: relative; overflow: hidden; transition: all 0.4s ease; }
.fv-dynamic-seo .info-container::before, .fv-dynamic-seo .article-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--fv-primary), var(--fv-accent)); opacity: 0; transition: opacity 0.4s ease; }
.fv-dynamic-seo .info-container:hover, .fv-dynamic-seo .article-container:hover { transform: translateY(-5px); box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1); border-color: transparent; }
body.dark .fv-dynamic-seo .info-container:hover, body.dark .fv-dynamic-seo .article-container:hover { box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5); }
.fv-dynamic-seo .info-container:hover::before, .fv-dynamic-seo .article-container:hover::before { opacity: 1; }
.fv-dynamic-seo h2 { font-size: 22px; color: var(--fv-text-dark); margin-top: 0; margin-bottom: 25px; padding-bottom: 15px; font-weight: 800; letter-spacing: -0.02em; position: relative; }
.fv-dynamic-seo h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--fv-primary); border-radius: 10px; }
.fv-dynamic-seo p { color: var(--fv-text-muted); font-size: 15.5px; line-height: 1.8; margin-bottom: 20px; }
.fv-dynamic-seo strong { color: var(--fv-text-dark); font-weight: 700; }
body.dark .fv-dynamic-seo strong { color: #f8fafc; }
.fv-dynamic-seo ul { padding: 0; margin: 0 0 25px 0; list-style: none; }
.fv-dynamic-seo li { position: relative; padding: 14px 15px 14px 50px; margin-bottom: 14px; background: var(--fv-bg-soft); border-radius: 12px; color: var(--fv-text-muted); font-size: 15px; line-height: 1.6; transition: all 0.3s ease; border: 1px solid transparent; }
.fv-dynamic-seo li:hover { background: var(--fv-bg-white); border-color: var(--fv-border); transform: translateX(6px); box-shadow: var(--fv-shadow-sm); color: var(--fv-text-dark); }
body.dark .fv-dynamic-seo li { background: #0f172a; }
body.dark .fv-dynamic-seo li:hover { background: #1e293b; border-color: #334155; }
.fv-dynamic-seo ul li::before { content: ''; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; background-color: rgba(139, 92, 246, 0.15); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b5cf6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }

.faq-container { background: var(--fv-bg-white); border: 1px solid var(--fv-border); border-radius: var(--fv-radius-lg); box-shadow: var(--fv-shadow-md); padding: 45px 40px; margin-bottom: 50px; transition: all 0.3s ease;}
body.dark .faq-container { background: var(--fv-bg-soft); }
.faq-title { text-align: center; margin-top:0; margin-bottom: 35px; border:none; color: var(--fv-text-dark); font-size: 24px; font-weight: 800;}
.faq-item { margin-bottom: 15px; border: 1px solid var(--fv-border); border-radius: 14px; background: var(--fv-bg-white); overflow: hidden; transition: all 0.3s ease;}
body.dark .faq-item { background: #0f172a; }
.faq-item h3 { font-family: var(--fv-font); font-size: 16px; font-weight: 700; color: var(--fv-text-dark); background: var(--fv-bg-soft); padding: 22px 24px; margin: 0; cursor: pointer; display: flex; justify-content: space-between; transition: all 0.3s ease; }
.faq-item h3:hover { background: #f1f5f9; color: var(--fv-accent); }
body.dark .faq-item h3:hover { background: #1e293b; color: #60a5fa; }
.faq-item h3::after { content: '+'; font-size: 22px; font-weight: 400; color: #94a3b8; }
.faq-answer { padding: 20px 24px; margin: 0; font-size: 15px; color: var(--fv-text-muted); border-top: 1px solid var(--fv-border); display: none; line-height: 1.7; transition: all 0.3s ease;}

@media (min-width: 1024px) {
    .fv-dynamic-seo { grid-template-columns: 1fr 1fr; gap: 30px;}
    .fv-dynamic-seo .info-container:first-child, .fv-dynamic-seo .article-container:first-child { grid-column: 1 / -1; }
}

@media screen and (max-width: 768px) {
    .fv-audit-page { padding: 0px; }
    .fv-audit-widget { flex-direction: column; padding: 0px; gap: 25px; border-radius: 0; margin-bottom: 40px;}
    .fv-audit-form-area, .fv-audit-result-area { width: 100%; flex: none; display: block;}
    .fv-search-section { width: 100%; margin-bottom: 20px !important; }
    .fv-search-box input { padding: 20px 15px 20px 45px; font-size: 15px; }
    .fv-empty-state { display: flex; flex-direction: column; width: 100%; }
    .empty-state-card { flex-direction: column; align-items: flex-start; gap: 10px; padding: 18px; }
    .fv-profile-preview { padding: 20px 15px; margin-top: 0; }
    .fv-audit-result-area { position: relative; top: 0; margin-top: 10px; }
    .fv-result-card { padding: 35px 20px; min-height: auto; border-radius: var(--fv-radius-md); }
    .result-amount { font-size: 52px !important; word-break: break-word; }
    
    .fv-recent-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    
    .result-detailed-stats { grid-template-columns: 1fr 1fr; padding: 15px; border-radius: 16px; gap: 10px; }
    .detail-val { font-size: 18px !important; }
    .detail-label { font-size: 9px; letter-spacing: 0; text-align: center;}
    .fv-audit-header .fv-service-title { font-size: 24px; }
    .fv-dynamic-seo { grid-template-columns: 1fr; margin: 20px 0; gap: 20px;}
    .fv-dynamic-seo .info-container, .fv-dynamic-seo .article-container, .faq-container { padding: 25px 20px; border-radius: var(--fv-radius-md); }
    .fv-dynamic-seo h2 { font-size: 19px; }
    .fv-dynamic-seo li { padding-left: 40px; font-size: 14px; }
    .faq-item h3 { font-size: 14px; padding: 16px 15px; }
}

body.swal2-shown:not(.swal2-no-backdrop) .swal2-container { background-color: rgba(15, 23, 42, 0.8) !important; backdrop-filter: blur(10px); }
.fv-modal__popup.swal2-popup { border-radius: 24px !important; padding: 40px 30px 30px !important; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4) !important; font-family: 'Inter', sans-serif !important; background: #ffffff !important; width: 92% !important; max-width: 450px !important; }
body.dark .fv-modal__popup.swal2-popup { background: #1e293b !important; border: 1px solid #334155; }
.fv-modal__title { font-size: 22px !important; font-weight: 800 !important; color: #0f172a !important; margin-bottom: 15px !important; }
body.dark .fv-modal__title { color: #f8fafc !important; }
.fv-btn-confirm { background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%) !important; color: white !important; padding: 14px 30px !important; border-radius: 12px !important; font-weight: 700 !important; width: 100%; margin-top: 15px;}