/* ================= SOSYALMEDYA.CSS MASTER FIX (FINAL) ================= */

/* Genel Reset */
body.bgm-dark-body { background-color: #102652 !important; margin: 0; padding: 0; overflow-x: hidden; }

/* Hero Section Ana Yapı */
.sm-hero-section {
    position: relative !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding: 100px 5% 50px 5% !important;
    background-color: #102652 !important;
    overflow: hidden !important;
}

.sm-hero-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    z-index: 100 !important;
}

/* --- SOL İÇERİK --- */
.sm-hero-content { flex: 1.2 !important; }

.sm-badge {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    background: rgba(255, 204, 0, 0.1) !important; border: 1px solid rgba(255, 204, 0, 0.3) !important;
    color: #ffcc00 !important; padding: 10px 25px !important; border-radius: 50px !important;
    font-weight: 800 !important; font-size: 13px !important; margin-bottom: 30px !important;
}

.sm-title {
    font-size: 60px !important; font-weight: 900 !important; color: #ffffff !important;
    line-height: 1.2 !important; margin-bottom: 30px !important;
}

.sm-animated-gradient {
    background: linear-gradient(90deg, #ffcc00, #ffffff, #ffcc00, #ff9900) !important;
    background-size: 300% auto !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: smShine 4s linear infinite !important;
    display: inline-block !important;
    padding-bottom: 10px !important;
}
@keyframes smShine { 0% { background-position: 0% center; } 100% { background-position: 300% center; } }

.sm-desc { font-size: 19px !important; color: #cbd5e1 !important; line-height: 1.8 !important; margin-bottom: 40px !important; max-width: 650px !important; }

/* Buton Grubu Jilet Gibi Hizalama */
.sm-btn-group { display: flex !important; align-items: center !important; gap: 20px !important; }
.sm-btn-primary, .sm-btn-secondary {
    height: 60px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important;
    padding: 0 35px !important; border-radius: 12px !important; font-weight: 800 !important; font-size: 16px !important;
    text-decoration: none !important; transition: 0.3s !important; gap: 12px !important; line-height: 1 !important;
}
.sm-btn-primary { background: #25d366 !important; color: #fff !important; }
.sm-btn-primary:hover { transform: translateY(-5px) !important; box-shadow: 0 10px 20px rgba(37,211,102,0.3) !important; }
.sm-btn-secondary { background: rgba(255,255,255,0.05) !important; color: #fff !important; border: 1px solid rgba(255,255,255,0.1) !important; }
.sm-btn-secondary:hover { background: #fff !important; color: #102652 !important; transform: translateY(-5px) !important; }

/* --- SAĞ TARAF KARTLAR --- */
.sm-hero-visual { flex: 1 !important; display: flex !important; flex-direction: column !important; align-items: flex-end !important; gap: 15px !important; }

.sm-action-card {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 18px 25px !important; border-radius: 20px !important;
    width: 320px !important; display: flex !important; align-items: center !important; gap: 18px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3) !important;
    animation: smFloat 5s ease-in-out infinite alternate !important;
}

/* Kart Özel Renkleri */
.ig-card { border-left: 5px solid #e1306c !important; animation-delay: 0s; }
.tw-card { border-left: 5px solid #1da1f2 !important; animation-delay: 0.5s; }
.meta-card { border-left: 5px solid #0064e0 !important; animation-delay: 1s; }
.yt-card { border-left: 5px solid #ff0000 !important; animation-delay: 1.5s; }
.follow-card { border-left: 5px solid #ffcc00 !important; animation-delay: 2s; }

.sm-card-icons i { font-size: 28px !important; }
.sm-card-text strong { display: block !important; color: #fff !important; font-size: 15px !important; line-height: 1.2 !important; }
.sm-card-text small { color: #94a3b8 !important; font-size: 12px !important; }

.user-avatar i { font-size: 35px !important; color: #ffcc00 !important; }

@keyframes smFloat { from { transform: translate(0, 0); } to { transform: translate(-15px, -15px); } }
.sm-pulse { color: #e1306c !important; animation: smPulse 1.5s infinite; }
@keyframes smPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }

/* Arka Plan İkonları */
.sm-bg-elements { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; z-index: 1 !important; pointer-events: none !important; }
.sm-icon { position: absolute !important; color: rgba(255,255,255,0.02) !important; }
.si-meta { top: 45%; left: 5%; font-size: 220px !important; transform: rotate(-10deg); }
.si-1 { top: 10%; right: 15%; font-size: 100px; }

/* MOBİL */
@media (max-width: 1100px) {
    .sm-hero-container { flex-direction: column !important; text-align: center !important; gap: 50px !important; }
    .sm-hero-visual { align-items: center !important; width: 100% !important; }
    .sm-btn-group { justify-content: center !important; flex-direction: column !important; width: 100% !important; }
    .sm-btn-primary, .sm-btn-secondary { width: 100% !important; max-width: 350px !important; }
}

/* ================= SOSYAL MEDYA - HİZMETLER GRID ================= */

.sm-services-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important;
}

.sm-services-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.sm-serv-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.sm-serv-main-title {
    font-size: 46px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
}

.sm-serv-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 800px !important;
    line-height: 1.7 !important;
}

/* --- GRID SİSTEMİ --- */
.sm-serv-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
}

/* Kart Tasarımı */
.sm-serv-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 25px !important;
    padding: 45px 30px !important;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.sm-serv-card:hover {
    transform: translateY(-15px) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
}

/* İkonlar */
.sm-serv-icon {
    width: 80px !important;
    height: 80px !important;
    background: rgba(255, 204, 0, 0.1) !important;
    color: #ffcc00 !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 40px !important;
    margin-bottom: 25px !important;
    transition: all 0.4s ease !important;
}

.sm-serv-card:hover .sm-serv-icon {
    background: #ffcc00 !important;
    color: #102652 !important;
    transform: scale(1.1) rotate(10deg) !important;
}

/* Metinler */
.sm-serv-card h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.sm-serv-card p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 991px) {
    .sm-serv-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
    .sm-serv-grid { grid-template-columns: 1fr !important; padding: 0 15px !important; }
    .sm-serv-main-title { font-size: 36px !important; }
}

/* ================= REKLAM BÖLÜMÜ CSS ================= */
.sm-ads-section { padding: 100px 0; background: #102652; position: relative; }
.sm-ads-container { display: flex; align-items: center; gap: 60px; max-width: 1200px; margin: 0 auto; }

.sm-ads-visual { flex: 1; position: relative; }
.ads-card-wrapper { display: flex; flex-direction: column; gap: 20px; }

.google-ads-card, .meta-ads-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    animation: smFloat 4s infinite alternate;
}

.google-ads-card { border-left: 5px solid #4285F4; }
.meta-ads-card { border-left: 5px solid #0064e0; align-self: flex-end; animation-delay: 1s; }

.ads-header { display: flex; align-items: center; gap: 10px; font-weight: 800; color: #fff; font-size: 20px; margin-bottom: 15px; }
.ads-stats span { color: #94a3b8; font-size: 13px; display: block; margin-bottom: 8px; }
.ads-bar { height: 6px; background: rgba(255,255,255,0.1); border-radius: 10px; overflow: hidden; }
.bar-fill { height: 100%; background: #ffcc00; }

.sm-ads-content { flex: 1.2; }
.sm-ads-title { font-size: 40px; font-weight: 800; color: #fff; margin: 20px 0; line-height: 1.2; }
.sm-ads-text { color: #cbd5e1; font-size: 17px; line-height: 1.7; margin-bottom: 30px; }
.ads-features { list-style: none; padding: 0; }
.ads-features li { color: #fff; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; font-weight: 500; }
.ads-features i { color: #ffcc00; font-size: 20px; }

@media (max-width: 991px) {
    .sm-ads-container { flex-direction: column-reverse; text-align: center; }
    .ads-features { display: inline-block; text-align: left; }
    .meta-ads-card { align-self: center; }
}

/* ================= SOSYAL MEDYA - SÜREÇ CSS ================= */

.sm-process-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    overflow: hidden !important;
}

.sm-process-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.sm-process-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.sm-process-main-title {
    font-size: 46px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
}

.sm-process-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 750px !important;
    line-height: 1.7 !important;
}

/* GRID SİSTEMİ */
.sm-process-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
    width: 100% !important;
}

.sm-process-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 30px !important;
    padding: 50px 30px !important;
    position: relative !important;
    transition: all 0.4s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.sm-process-card:hover {
    transform: translateY(-10px) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.3) !important;
}

/* Dev Rakamlar */
.sm-step-num {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    font-size: 70px !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.03) !important;
    line-height: 1 !important;
    transition: 0.4s ease !important;
}

.sm-process-card:hover .sm-step-num {
    color: rgba(255, 204, 0, 0.08) !important;
}

.sm-process-icon {
    font-size: 40px !important;
    color: #ffcc00 !important;
    margin-bottom: 25px !important;
    background: rgba(255, 204, 0, 0.1) !important;
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
}

.sm-process-card h3 {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.sm-process-card p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* MOBİL */
@media (max-width: 1100px) {
    .sm-process-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 768px) {
    .sm-process-grid { grid-template-columns: 1fr !important; padding: 0 15px !important; }
}

/* ================= SOSYAL MEDYA - MECRALAR PREMIUM STYLE ================= */

.sm-platforms-section {
    padding: 100px 0 !important;
    background-color: #102652 !important;
    display: flex !important;
    justify-content: center !important;
}

.sm-platforms-container {
    max-width: 1200px !important;
    width: 100% !important;
    text-align: center !important;
}

/* --- BAŞLIK ALANI (CAM EFEKTİ) --- */
.sm-plat-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 70px !important;
}

.sm-plat-title-glass {
    background: rgba(255, 255, 255, 0.03) !important;
    padding: 30px 60px !important;
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    margin: 25px 0 !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}

.sm-plat-main-title {
    font-size: 44px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.sm-plat-desc {
    color: #94a3b8 !important;
    font-size: 18px !important;
    max-width: 700px !important;
    line-height: 1.7 !important;
}

/* --- 4x2 GRID SİSTEMİ --- */
.sm-plat-grid-v2 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* 4 Sütun Sabit */
    gap: 25px !important;
    margin-top: 50px !important;
}

.sm-plat-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 35px 20px !important;
    border-radius: 25px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.sm-plat-card i {
    font-size: 45px !important;
    color: #cbd5e1 !important;
    transition: 0.4s !important;
}

.sm-plat-card span {
    color: #94a3b8 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

/* --- HOVER NEON RENKLER --- */
.sm-plat-card:hover {
    transform: translateY(-12px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4) !important;
}

.ig:hover { border-color: #e1306c !important; }
.ig:hover i { color: #e1306c !important; filter: drop-shadow(0 0 10px rgba(225,48,108,0.5)); }

.fb:hover { border-color: #1877f2 !important; }
.fb:hover i { color: #1877f2 !important; filter: drop-shadow(0 0 10px rgba(24,119,242,0.5)); }

.ln:hover { border-color: #0077b5 !important; }
.ln:hover i { color: #0077b5 !important; filter: drop-shadow(0 0 10px rgba(0,119,181,0.5)); }

.tk:hover { border-color: #ffffff !important; }
.tk:hover i { color: #ffffff !important; filter: drop-shadow(0 0 10px rgba(255,255,255,0.5)); }

.yt:hover { border-color: #ff0000 !important; }
.yt:hover i { color: #ff0000 !important; filter: drop-shadow(0 0 10px rgba(255,0,0,0.5)); }

.x-corp:hover { border-color: #ffffff !important; }
.x-corp:hover i { color: #ffffff !important; transform: rotate(45deg); }

.gb:hover { border-color: #4285f4 !important; }
.gb:hover i { color: #4285f4 !important; filter: drop-shadow(0 0 10px rgba(66,133,244,0.5)); }

.pn:hover { border-color: #bd081c !important; }
.pn:hover i { color: #bd081c !important; filter: drop-shadow(0 0 10px rgba(189,8,28,0.5)); }

.sm-plat-card:hover span { color: #fff !important; }

/* MOBİL UYUM */
@media (max-width: 991px) {
    .sm-plat-grid-v2 { grid-template-columns: repeat(2, 1fr) !important; }
    .sm-plat-title-glass { padding: 20px !important; border-radius: 25px !important; }
    .sm-plat-main-title { font-size: 30px !important; }
}


/* ================= SOSYAL MEDYA - S.S.S. CSS ================= */

.sm-faq-section {
    padding: 100px 0 !important;
    background-color: #102652 !important;
}

.sm-faq-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 50px !important;
    gap: 20px !important;
}

.sm-faq-title-glass {
    background: rgba(255, 255, 255, 0.03) !important;
    padding: 20px 45px !important;
    border-radius: 100px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

/* AKORDİYON TASARIMI */
.sm-faq-wrapper {
    max-width: 850px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.sm-faq-item {
    background: rgba(255, 255, 255, 0.02) !important;
    border-radius: 20px !important;
    margin-bottom: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: 0.3s;
    overflow: hidden !important;
}

.sm-faq-item[open] {
    border-color: rgba(255, 204, 0, 0.3) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.sm-faq-question {
    padding: 25px 30px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    list-style: none !important;
}

.sm-faq-question::-webkit-details-marker { display: none !important; }

.sm-faq-question i {
    color: #ffcc00 !important;
    font-size: 24px !important;
    transition: 0.3s !important;
}

.sm-faq-item[open] .sm-faq-question i {
    transform: rotate(45deg) !important;
}

.sm-faq-answer {
    padding: 0 30px 25px 30px !important;
    color: #94a3b8 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
    animation: smSlideDown 0.4s ease-out !important;
}

@keyframes smSlideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .sm-faq-question { font-size: 16px !important; padding: 20px !important; }
    .sm-faq-title-glass { padding: 15px 25px !important; }
}

/* ================= SOSYAL MEDYA - MEGA CTA CSS ================= */

.sm-final-cta {
    position: relative !important;
    padding: 120px 0 !important;
    background-color: #102652 !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
}

/* Arka Plandaki Sosyal Medya Aura'sı */
.sm-cta-glow {
    position: absolute !important;
    top: 50% !important; left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 700px !important; height: 700px !important;
    background: radial-gradient(circle, rgba(0, 100, 224, 0.1) 0%, rgba(225, 48, 108, 0.05) 50%, transparent 70%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.sm-cta-container {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1000px !important;
}

/* Cam Kutu Tasarımı */
.sm-cta-box {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-radius: 40px !important;
    padding: 80px 40px !important;
    text-align: center !important;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5) !important;
}

.sm-cta-title {
    font-size: 50px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.sm-cta-desc {
    color: #cbd5e1 !important;
    font-size: 19px !important;
    max-width: 700px !important;
    margin: 0 auto 40px auto !important;
    line-height: 1.8 !important;
}

/* Buton Grubu */
.sm-cta-btns {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

/* Buton Ortak */
.sm-cta-btn {
    padding: 18px 45px !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

/* WhatsApp (Meta) Rengi */
.sm-cta-btn.whatsapp {
    background: #25d366 !important;
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3) !important;
}
.sm-cta-btn.whatsapp:hover {
    transform: translateY(-5px) !important;
    background: #fff !important;
    color: #25d366 !important;
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2) !important;
}

/* BGM Altın Sarısı Buton */
.sm-cta-btn.phone {
    background: #ffcc00 !important;
    color: #102652 !important;
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3) !important;
}
.sm-cta-btn.phone:hover {
    transform: translateY(-5px) !important;
    background: #ffffff !important;
    color: #102652 !important;
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2) !important;
}

/* MOBİL */
@media (max-width: 768px) {
    .sm-cta-title { font-size: 32px !important; }
    .sm-cta-box { padding: 60px 20px !important; border-radius: 30px !important; }
    .sm-cta-btns { flex-direction: column !important; align-items: center !important; }
    .sm-cta-btn { width: 100% !important; max-width: 350px !important; justify-content: center !important; }
}