@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ==========================================================================
   FAMEVISO INSTAGRAM TOOLKIT STYLESHEET
   ========================================================================== */

.container-views-custom {
    /* INSTAGRAM KONSEPTİ Renk Paleti ve Değişkenler */
    --fv-font: 'Inter', -apple-system, sans-serif;
    --fv-primary: #833ab4;       /* Instagram Purple */
    --fv-primary-hover: #5b51d8; /* Koyu Mor */
    --fv-accent: #e1306c;        /* Instagram Pink */
    --fv-danger-1: #ef4444;      
    --fv-danger-2: #be123c;      
    --fv-secondary-1: #000000;   
    --fv-secondary-2: #1e293b;   
    --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-glow: rgba(225, 48, 108, 0.03); /* Pink Glow */
    --fv-radius-lg: 24px;
    --fv-radius-md: 16px;
    
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: var(--fv-font);
    color: var(--fv-text-dark);
    line-height: 1.6;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.container-views-custom * { box-sizing: border-box; }

/* ==========================================================================
   GECE MODU (DARK MODE) ENTEGRASYONU
   ========================================================================== */
body.dark .container-views-custom {
    --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-glow: rgba(225, 48, 108, 0.08); 
    --fv-secondary-1: #334155; 
    --fv-secondary-2: #0f172a;
}

/* ==========================================================================
   PREMIUM BREADCRUMB (EKMEK KIRINTISI) STİLLERİ
   ========================================================================== */
.container-views-custom .fameviso-isolated-bc { 
    display: flex; align-items: center; flex-wrap: wrap; font-family: 'Inter', -apple-system, sans-serif; font-size: 14.5px; font-weight: 600; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(12px) saturate(180%); -webkit-backdrop-filter: blur(12px) saturate(180%); border-radius: 25px; border: 1px solid rgba(255, 255, 255, 0.6); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08); padding: 14px 28px; margin-bottom: 25px; gap: 8px; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; 
}
.container-views-custom .fameviso-bc-link { display: inline-flex; align-items: center; color: #1d4ed8 !important; text-decoration: none !important; transition: all 0.3s ease; border-radius: 8px; padding: 4px 6px; }
.container-views-custom .fameviso-bc-link:hover { color: #1e40af !important; background-color: rgba(29, 78, 216, 0.05); text-decoration: underline !important; }
.container-views-custom .fameviso-bc-link svg { width: 17px; height: 17px; margin-right: 6px; stroke-width: 2.5; transform: translateY(-1px); }
.container-views-custom .fameviso-bc-sep { color: #000000 !important; font-size: 11px; font-weight: 800; user-select: none; margin: 0 4px; opacity: 0.8; }
.container-views-custom .fameviso-bc-current { color: #334155 !important; font-weight: 700; }
body.dark .container-views-custom .fameviso-isolated-bc { background: rgba(30, 41, 59, 0.4); border-color: rgba(255, 255, 255, 0.08); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5); }
body.dark .container-views-custom .fameviso-bc-link { color: #60a5fa !important; }
body.dark .container-views-custom .fameviso-bc-link:hover { background-color: rgba(96, 165, 250, 0.1); }
body.dark .container-views-custom .fameviso-bc-sep, body.dark .container-views-custom .fameviso-bc-current { color: #f8fafc !important; }

@media screen and (max-width: 768px) {
    .container-views-custom .fameviso-isolated-bc { flex-direction: row; padding: 5px 0; background: transparent !important; border: none !important; box-shadow: none !important; backdrop-filter: none !important; gap: 12px 8px; margin-left: 0; width: 100%; }
    .container-views-custom .fameviso-bc-sep { display: none !important; }
    .container-views-custom .fameviso-bc-link { display: inline-flex !important; align-items: center; justify-content: center; border-radius: 8px !important; border: 1px solid rgba(37, 99, 235, 0.15) !important; background: #f8fafc !important; color: #2563eb !important; box-shadow: 0 2px 4px rgba(37, 99, 235, 0.04) !important; font-weight: 600 !important; margin: 0 !important; padding: 6px 12px !important; font-size: 11.5px !important; white-space: nowrap; flex: 0 1 auto; }
    .container-views-custom .fameviso-bc-link:first-child { font-size: 0 !important; padding: 6px 10px !important; }
    .container-views-custom .fameviso-bc-link:first-child svg { margin-right: 0 !important; width: 16px; height: 16px; }
    .container-views-custom .fameviso-bc-current { flex-basis: 100%; display: flex !important; align-items: center; background: transparent !important; border: none !important; box-shadow: none !important; color: #0f172a !important; font-size: 15px !important; font-weight: 700 !important; margin: 5px 0 0 0 !important; padding: 0 4px !important; text-align: left; }
    body.dark .container-views-custom .fameviso-bc-link { background: rgba(51, 65, 85, 0.4) !important; border-color: rgba(96, 165, 250, 0.2) !important; color: #93c5fd !important; }
}

/* ==========================================================================
   HERO / GİRİŞ ALANI STİLLERİ
   ========================================================================== */
.container-views-custom .fv-tools-hero-section {
    text-align: center;
    padding: 20px 0 40px;
}
.container-views-custom .fv-service-title {
    font-size: 36px;
    font-weight: 900;
    color: var(--fv-text-dark);
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.container-views-custom .fv-title-highlight {
    background: linear-gradient(135deg, var(--fv-primary) 0%, var(--fv-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.container-views-custom .fv-hero-desc {
    font-size: 17px;
    color: var(--fv-text-muted);
    max-width: 750px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}
.container-views-custom .free-views-image-container {
    max-width: 320px;
    margin: 0 auto;
    border-radius: var(--fv-radius-md);
    overflow: hidden;
    box-shadow: var(--fv-shadow-lg);
    background: var(--fv-bg-white);
    padding: 10px;
}
.container-views-custom .free-views-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* ==========================================================================
   KATEGORİ BAŞLIKLARI
   ========================================================================== */
.container-views-custom .fv-category-title {
    color: var(--fv-text-dark);
    border-bottom: 2px solid var(--fv-border);
    padding-bottom: 10px;
}

/* ==========================================================================
   ARAÇLAR GRID MİMARİSİ
   ========================================================================== */
.container-views-custom .fv-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}
.container-views-custom .fv-tool-card {
    background: var(--fv-bg-white);
    border: 1px solid var(--fv-border);
    border-radius: var(--fv-radius-md);
    padding: 30px 24px;
    text-align: center;
    position: relative;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--fv-shadow-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.container-views-custom .fv-tool-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, var(--fv-primary) 0%, var(--fv-accent) 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.container-views-custom .fv-tool-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--fv-shadow-lg);
    border-color: transparent;
}
.container-views-custom .fv-tool-card:hover::before {
    opacity: 1;
}

/* Kutu İçi Elemanlar */
.container-views-custom .fv-tool-icon {
    width: 60px;
    height: 60px;
    background: var(--fv-bg-soft);
    color: var(--fv-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}
.container-views-custom .fv-tool-card:hover .fv-tool-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.container-views-custom .fv-tool-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--fv-text-dark);
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}
.container-views-custom .fv-tool-card:hover .fv-tool-title {
    color: #ffffff;
}
.container-views-custom .fv-tool-desc {
    font-size: 14px;
    color: var(--fv-text-muted);
    margin: 0 0 20px 0;
    line-height: 1.5;
    flex-grow: 1;
    transition: color 0.3s ease;
}
.container-views-custom .fv-tool-card:hover .fv-tool-desc {
    color: rgba(255, 255, 255, 0.9);
}

/* Badge / Etiket */
.container-views-custom .fv-tool-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--fv-bg-soft);
    color: var(--fv-text-muted);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.container-views-custom .fv-tool-badge.hot {
    background: rgba(225, 48, 108, 0.1);
    color: var(--fv-accent);
}
.container-views-custom .fv-tool-card:hover .fv-tool-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Buton */
.container-views-custom .fv-tool-btn {
    background: var(--fv-bg-soft);
    color: var(--fv-primary);
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid var(--fv-border);
}
.container-views-custom .fv-tool-card:hover .fv-tool-btn {
    background: #ffffff;
    color: var(--fv-primary);
    border-color: #ffffff;
}

/* ==========================================================================
   SEO / FAQ VE ALT ALANLAR
   ========================================================================== */
.container-views-custom .fv-seo-section {
    margin-bottom: 40px;
}
.container-views-custom .fv-seo-box {
    background: var(--fv-bg-white);
    border: 1px solid var(--fv-border);
    border-radius: var(--fv-radius-lg);
    padding: 40px;
    box-shadow: var(--fv-shadow-md);
}
.container-views-custom .fv-seo-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--fv-text-dark);
    margin-bottom: 25px;
    text-align: center;
}
.container-views-custom .fv-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.container-views-custom .fv-faq-item {
    background: var(--fv-bg-soft);
    border: 1px solid var(--fv-border);
    border-radius: 12px;
    overflow: hidden;
}
.container-views-custom .fv-faq-question {
    font-weight: 600;
    font-size: 16px;
    color: var(--fv-text-dark);
    padding: 18px 24px;
    cursor: pointer;
    position: relative;
    list-style: none;
    transition: background 0.2s;
}
.container-views-custom .fv-faq-question::-webkit-details-marker { display: none; }
.container-views-custom .fv-faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    color: var(--fv-text-muted);
}
.container-views-custom .fv-faq-item[open] .fv-faq-question::after { content: '−'; }
.container-views-custom .fv-faq-answer {
    padding: 0 24px 24px 24px;
    color: var(--fv-text-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* ==========================================================================
   PREMIUM BUTTONS (EXPLORE MORE)
   ========================================================================== */
.container-views-custom .fv-premium-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.container-views-custom .fv-premium-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.container-views-custom .fv-premium-btn.btn-dark {
    background: var(--fv-secondary-2);
    color: #ffffff;
}
.container-views-custom .fv-premium-btn.btn-insta {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
}
.container-views-custom .fv-premium-btn.btn-pink {
    background: var(--fv-accent);
    color: #ffffff;
}
.container-views-custom .fv-premium-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--fv-shadow-md);
}

/* ==========================================================================
   MOBİL UYUM (RESPONSIVE)
   ========================================================================== */
@media screen and (max-width: 768px) {
    .container-views-custom .fv-service-title { font-size: 28px; }
    .container-views-custom .fv-hero-desc { font-size: 15px; }
    .container-views-custom .fv-tools-grid { grid-template-columns: 1fr; gap: 16px; }
    .container-views-custom .fv-seo-box { padding: 24px 20px; }
    .container-views-custom .fv-premium-actions { flex-direction: column; }
    .container-views-custom .fv-premium-btn { width: 100%; text-align: center; }
}