@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ==========================================================================
   FAMEVISO PREMIUM FACEBOOK TOOLS STYLESHEET (OPTIMIZED FOR 5 CORE SERVICES)
   ========================================================================== */

.container-views-custom {
    /* FACEBOOK KONSEPTİ (Aydınlık Mod) Renk Paleti ve Değişkenler */
    --fv-font: 'Inter', -apple-system, sans-serif;
    --fv-primary: #1877f2;       /* Facebook Mavi */
    --fv-primary-hover: #166fe5; /* Koyu Facebook Mavi */
    --fv-accent: #06b6d4;        /* Tamamlayıcı Teal / Cyan */
    --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(24, 119, 242, 0.05); /* Facebook Mavi 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;
}

.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(24, 119, 242, 0.1); 
    --fv-secondary-1: #334155; 
    --fv-secondary-2: #0f172a;
}

/* ==========================================================================
   PREMIUM BREADCRUMB (EKMEK KIRINTISI) STİLLERİ
   ========================================================================== */
.container-views-custom .fv-breadcrumb {
    width: 100%; max-width: 800px; margin: 0 auto 25px 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);
    display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; transition: all 0.3s ease;
}
.container-views-custom .fv-breadcrumb::-webkit-scrollbar { display: none; }
.container-views-custom .fv-breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: nowrap; font-size: 14px; font-weight: 500; width: max-content; }
.container-views-custom .fv-breadcrumb ol { counter-reset: none !important; list-style-type: none !important; list-style: none !important; }
.container-views-custom .fv-breadcrumb li::before, .container-views-custom .fv-breadcrumb li::after { display: none !important; content: none !important; background: transparent !important; border: none !important; width: 0 !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }
.container-views-custom .fv-breadcrumb li:not(:last-child)::after { content: '\276F'; margin: 0 12px; font-size: 11px; color: #94a3b8; font-weight: 400; opacity: 0.6; }
.container-views-custom .fv-breadcrumb a svg { margin-right: 6px; stroke: var(--fv-primary); }
.container-views-custom .fv-breadcrumb li.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); }

/* --- UYARI KUTULARI (ALERTS) --- */
.container-views-custom .fv-alert { padding: 16px 24px; margin-bottom: 24px; border-radius: var(--fv-radius-md); position: relative; display: flex; align-items: center; justify-content: space-between; box-shadow: var(--fv-shadow-sm); border: 1px solid transparent; transition: all 0.3s ease; }
.container-views-custom .fv-alert-content p { margin: 0; font-size: 15px; font-weight: 500; }
.container-views-custom .fv-alert-info { background: #f0fdf4; color: #065f46; border-color: #a7f3d0; }
body.dark .container-views-custom .fv-alert-info { background: rgba(16, 185, 129, 0.1); color: #6ee7b7; border-color: rgba(16, 185, 129, 0.3); }
.container-views-custom .fv-alert-warning { background: #fffbeb; color: #92400e; border-color: #fde68a; }
body.dark .container-views-custom .fv-alert-warning { background: rgba(245, 158, 11, 0.1); color: #fcd34d; border-color: rgba(245, 158, 11, 0.3); }
.container-views-custom .highlighted-link { font-weight: 700; color: var(--fv-primary) !important; text-decoration: none; background-color: rgba(24, 119, 242, 0.1); padding: 3px 8px; border-radius: 6px; transition: all 0.2s ease; }
body.dark .container-views-custom .highlighted-link { background-color: rgba(24, 119, 242, 0.2); color: #60a5fa !important; }
.container-views-custom .highlighted-link:hover { background-color: var(--fv-primary); color: #fff !important; }
.container-views-custom .fv-closebtn { background: none; border: none; font-size: 24px; opacity: 0.5; cursor: pointer; transition: transform 0.2s; color: inherit; }
.container-views-custom .fv-closebtn:hover { opacity: 1; transform: scale(1.1); }

/* --- ANA SERVİS PANELİ (HERO SECTION) --- */
.container-views-custom .service-section { background: var(--dynamic-service-bg, var(--fv-bg-white)); border-radius: var(--fv-radius-lg); box-shadow: var(--fv-shadow-lg); border: 1px solid rgba(226, 232, 240, 0.5); padding: 50px 40px; margin: 20px auto 50px; max-width: 800px; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; transition: all 0.3s ease; }
body.dark .container-views-custom .service-section { background: var(--fv-bg-white) !important; border-color: var(--fv-border); }
.container-views-custom .service-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231877f2' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M30,20 C30,14.477 25.523,10 20,10 C14.477,10 10,14.477 10,20 C10,27.5 20,35 20,35 C20,35 30,27.5 30,20 Z'/%3E%3Cpath d='M70,60 C70,54.477 65.523,50 60,50 C54.477,50 50,54.477 50,60 C50,67.5 60,75 60,75 C60,75 70,67.5 70,60 Z'/%3E%3Cpath d='M80,15 C75,15 70,18.5 65,25 C60,18.5 55,15 50,15 C45,15 40,18.5 35,25 C45,35 65,45 65,45 C65,45 85,35 95,25 C90,18.5 85,15 80,15 Z'/%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; z-index: 0; }
body.dark .container-views-custom .service-section::before { opacity: 0.1; filter: grayscale(100%); }
.container-views-custom .service-form { position: relative; z-index: 1; max-width: 650px; width: 100%; margin: 0 auto; }
.container-views-custom .free-views-image-container { display: flex; justify-content: center; width: 100%; margin-bottom: 35px; }
.container-views-custom .free-views-image { width: 100%; max-width: 280px; height: auto; border-radius: 20px; box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15); transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); object-fit: cover; }
body.dark .container-views-custom .free-views-image { box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.6); }
.container-views-custom .free-views-image:hover { transform: translateY(-8px) scale(1.02); }

.container-views-custom .fv-service-title { text-align: center; font-size: 26px; font-weight: 800; color: #1e293b; margin: 0 auto 35px auto; letter-spacing: -0.02em; line-height: 1.4; background: #ffffff; padding: 16px 28px; border-radius: 20px; border: 1px solid rgba(226, 232, 240, 0.8); box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.01); max-width: max-content; position: relative; transform: translateY(-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; font-weight: 900; display: inline; padding: 0 2px; }
.container-views-custom .fv-service-title::after { display: none !important; }
body.dark .container-views-custom .fv-service-title { color: #f1f5f9; background: #1e293b; border-color: #334155; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 768px) { .container-views-custom .fv-service-title { font-size: 22px; padding: 14px 20px; border-radius: 16px; width: 100%; max-width: 100%; box-sizing: border-box; } }
@media screen and (max-width: 480px) { .container-views-custom .fv-service-title { font-size: 19px; line-height: 1.4; padding: 12px 16px; } }

/* FAMEVISO ULTIMATE BREADCRUMB */
.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; }
.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; }
.fameviso-bc-link:hover { color: #1e40af !important; background-color: rgba(29, 78, 216, 0.05); text-decoration: underline !important; }
.fameviso-bc-link svg { width: 17px; height: 17px; margin-right: 6px; stroke-width: 2.5; transform: translateY(-1px); }
.fameviso-bc-sep { color: #000000 !important; font-size: 11px; font-weight: 800; user-select: none; margin: 0 4px; opacity: 0.8; }
.fameviso-bc-current { color: #334155 !important; font-weight: 700; }
body.dark .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 .fameviso-bc-link { color: #60a5fa !important; }
body.dark .fameviso-bc-link:hover { background-color: rgba(96, 165, 250, 0.1); }
body.dark .fameviso-bc-sep, body.dark .fameviso-bc-current { color: #f8fafc !important; }

@media screen and (max-width: 768px) {
    .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%; }
    .fameviso-bc-sep { display: none !important; }
    .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; }
    .fameviso-bc-link:first-child { font-size: 0 !important; padding: 6px 10px !important; }
    .fameviso-bc-link:first-child svg { margin-right: 0 !important; width: 16px; height: 16px; }
    .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; padding: 4px 2px !important; margin-top: 4px !important; letter-spacing: -0.01em; }
    .fameviso-bc-current::before { content: ''; display: block; flex-shrink: 0; width: 8px; height: 8px; background-color: #10b981; border-radius: 50%; margin-right: 10px; box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2); }
    body.dark .fameviso-bc-link { background: #1e293b !important; color: #60a5fa !important; border-color: #334155 !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; }
    body.dark .fameviso-bc-current { color: #f8fafc !important; }
    body.dark .fameviso-bc-current::before { background-color: #34d399; box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.2); }
    .container-views-custom .service-section { padding: 40px 20px; margin: 0 0 40px 0; border-radius: var(--fv-radius-lg); width: 100%; border-left: none; border-right: none; }
    .container-views-custom .fv-service-title { font-size: 24px; }
}

/* ==========================================================================
   FREE FACEBOOK TOOLS HUB (5 DİNAMİK KART İÇİN)
   ========================================================================== */
.fv-tools-hero-section { background: var(--fv-bg-white); border-radius: var(--fv-radius-lg); box-shadow: var(--fv-shadow-sm); border: 1px solid var(--fv-border); padding: 50px 40px; margin-bottom: 40px; display: flex; flex-direction: column; align-items: center; text-align: center; }
body.dark .fv-tools-hero-section { background: #1e293b; border-color: #334155; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5); }
.fv-tools-hero-content { width: 100%; max-width: 700px; }

.fv-tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 40px 0; }

/* KARTLARIN TEMEL YAPISI */
.fv-tool-card {
    --c-rgb: 24, 119, 242; /* Varsayılan Fallback (Facebook Mavi) */
    --c-main: rgb(var(--c-rgb)); 
    --c-grad: linear-gradient(135deg, var(--fv-primary) 0%, var(--fv-primary-hover) 100%);
    --c-glow: rgba(var(--c-rgb), 0.3);
    --c-light: rgba(var(--c-rgb), 0.1);
    --c-bg: rgba(var(--c-rgb), 0.03); 
    --c-border: rgba(var(--c-rgb), 0.15);

    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--fv-radius-lg);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--fv-shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.fv-tool-card:hover { 
    transform: translateY(-6px); 
    box-shadow: 0 12px 25px -5px var(--c-glow); 
    border-color: var(--c-main); 
    background: rgba(var(--c-rgb), 0.06); 
}

body.dark .fv-tool-card { 
    --c-bg: rgba(var(--c-rgb), 0.06); 
    --c-border: rgba(var(--c-rgb), 0.2);
    background: var(--c-bg); 
    border-color: var(--c-border); 
}
body.dark .fv-tool-card:hover { 
    border-color: var(--c-main); 
    box-shadow: 0 12px 25px -5px var(--c-glow); 
    background: rgba(var(--c-rgb), 0.1);
}

/* ---- 5 TEMEL HİZMET İÇİN ÖZEL RENKLER ---- */

/* 1. Followers (Profile & Page): Orijinal Facebook Mavi */
.fv-tool-card[href*="followers"] {
    --c-rgb: 24, 119, 242;
    --c-main: #1877f2;
    --c-grad: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
}

/* 2. Post Likes: Messenger Gradient (Canlı Mavi/Pembe) */
.fv-tool-card[href*="post-likes"] {
    --c-rgb: 0, 132, 255;
    --c-main: #0084ff;
    --c-grad: linear-gradient(135deg, #0084ff 0%, #ff52a2 100%);
}

/* 3. Group Members: Altın Sarısı (Topluluk Hissi) */
.fv-tool-card[href*="group-members"] {
    --c-rgb: 234, 179, 8;
    --c-main: #eab308;
    --c-grad: linear-gradient(135deg, #facc15 0%, #ca8a04 100%);
}

/* 4. Comments: Turuncu (Dikkat Çekici Etkileşim) */
.fv-tool-card[href*="comments"] {
    --c-rgb: 249, 115, 22;
    --c-main: #f97316;
    --c-grad: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
}

/* 5. Video Views: Mor / İndigo (Video ve Medya Konsepti) */
.fv-tool-card[href*="video-views"] {
    --c-rgb: 139, 92, 246;
    --c-main: #8b5cf6;
    --c-grad: linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%);
}

/* ------------------------------------------------------------------------- */

/* İKON KUTUSU */
.fv-tool-icon {
    width: 64px; height: 64px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-light);
    color: var(--c-main);
    font-size: 28px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
body.dark .fv-tool-icon { background: var(--c-light); }
.fv-tool-card:hover .fv-tool-icon { 
    background: var(--c-grad); 
    color: #fff; 
    transform: scale(1.1) rotate(-5deg); 
    box-shadow: 0 8px 16px var(--c-glow);
}

/* KART METİNLERİ (Premium Gradient Başlıklar) */
.fv-tool-title { 
    font-size: 22px; 
    font-weight: 900; 
    margin-bottom: 12px; 
    letter-spacing: -0.02em; 
    transition: all 0.3s ease; 
    background: linear-gradient(135deg, var(--fv-text-dark) 0%, var(--c-main) 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.fv-tool-card:hover .fv-tool-title {
    background: var(--c-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 15px var(--c-glow);
}

body.dark .fv-tool-title { 
    background: linear-gradient(135deg, #f8fafc 0%, var(--c-main) 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.dark .fv-tool-card:hover .fv-tool-title {
    background: var(--c-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* KART AÇIKLAMALARI */
.fv-tool-desc { 
    font-size: 14.5px; 
    font-weight: 500;
    color: var(--fv-text-muted); 
    line-height: 1.65; 
    margin-bottom: 30px; 
    flex-grow: 1; 
    transition: color 0.3s ease; 
}
.fv-tool-card:hover .fv-tool-desc {
    color: #334155; 
}

/* STRONG (KALIN) ETİKETİ VURGUSU */
.fv-tool-desc strong { 
    color: var(--fv-text-dark); 
    font-weight: 700; 
    position: relative;
    z-index: 1;
    padding: 0 3px;
    transition: color 0.3s ease;
}

.fv-tool-desc strong::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 35%;
    background: var(--c-light);
    z-index: -1;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fv-tool-card:hover .fv-tool-desc strong { color: var(--c-main); }
.fv-tool-card:hover .fv-tool-desc strong::before {
    height: 100%;
    bottom: 0;
    background: var(--c-light);
    border-radius: 6px;
}

/* GECE MODU İÇİN AÇIKLAMA VE STRONG UYUMU */
body.dark .fv-tool-desc { color: #94a3b8; }
body.dark .fv-tool-card:hover .fv-tool-desc { color: #cbd5e1; }
body.dark .fv-tool-desc strong { color: #f8fafc; }
body.dark .fv-tool-card:hover .fv-tool-desc strong { color: var(--c-main); }

/* ROZETLER (BADGE) */
.fv-tool-badge {
    position: absolute; top: 16px; right: 16px;
    font-size: 11px; font-weight: 800; padding: 4px 10px;
    border-radius: 20px; text-transform: uppercase;
    background: var(--c-light); 
    color: var(--c-main);
}
.fv-tool-badge.hot { 
    background: var(--c-grad); 
    color: #fff; 
    box-shadow: 0 2px 8px var(--c-glow);
}

/* BUTONLAR */
.fv-tool-btn {
    padding: 12px 24px;
    background: var(--fv-bg-white); 
    color: var(--fv-text-dark);
    font-weight: 700;
    font-size: 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid var(--c-border);
}
body.dark .fv-tool-btn { background: #1e293b; color: #f8fafc; border-color: var(--c-border); }
.fv-tool-card:hover .fv-tool-btn { 
    background: var(--c-grad); 
    color: #fff; 
    border-color: transparent; 
    box-shadow: 0 6px 15px var(--c-glow); 
}

/* ==========================================================================
   PREMIUM FACEBOOK SERVICES - ULTRA PREMIUM BUTTONS
   ========================================================================== */
.fv-premium-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
    margin-top: 20px !important;
}

/* Temel Buton İskeleti */
.fv-premium-btn {
    flex: 1 !important;
    min-width: 220px !important;
    padding: 18px 28px !important;
    border-radius: 50px !important;
    font-family: var(--fv-font) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.fv-premium-btn::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%) !important;
    transform: skewX(-25deg) !important;
    transition: all 0.7s ease !important;
    z-index: -1 !important;
}
.fv-premium-btn:hover::after {
    left: 200% !important;
}

/* 1. Buton: Derin Uzay Siyahı */
.fv-premium-btn.btn-dark {
    background: linear-gradient(135deg, #1e293b 0%, #020617 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -5px rgba(15, 23, 42, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.fv-premium-btn.btn-dark:hover { 
    transform: translateY(-4px) !important; 
    box-shadow: 0 15px 25px -5px rgba(15, 23, 42, 0.7) !important; 
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/* 2. Buton: Facebook Orijinal Mavi */
.fv-premium-btn.btn-cyan {
    background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%) !important;
    color: #ffffff !important; 
    box-shadow: 0 8px 20px -5px rgba(24, 119, 242, 0.4) !important;
}
.fv-premium-btn.btn-cyan:hover { 
    transform: translateY(-4px) !important; 
    box-shadow: 0 15px 25px -5px rgba(24, 119, 242, 0.7) !important; 
}

/* 3. Buton: Messenger Gradient */
.fv-premium-btn.btn-pink {
    background: linear-gradient(135deg, #0084ff 0%, #ff52a2 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px -5px rgba(0, 132, 255, 0.4) !important;
}
.fv-premium-btn.btn-pink:hover { 
    transform: translateY(-4px) !important; 
    box-shadow: 0 15px 25px -5px rgba(0, 132, 255, 0.7) !important; 
}

/* Mobil Uyumluluk */
@media screen and (max-width: 768px) {
    .fv-premium-actions {
        flex-direction: column !important;
        gap: 15px !important;
    }
    .fv-premium-btn {
        width: 100% !important;
        flex: none !important;
        min-width: 100% !important;
        padding: 16px 20px !important;
    }
}