/*
Theme Name: Mirc Teması
Theme URI: https://www.mircsohbet.org/
Author: Custom Theme
Description: MircSohbet.org için mor-mavi tonlarıyla özgün WordPress teması.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mircsohbet
Tags: chat, purple, blue, sohbet, modern, two-columns, right-sidebar
*/

/* Liste işaretlerini kaldırıp yerine özel mor okey işareti koyma */
.sp-article-body ul, 
.sp-content-box ul, 
.sp-what-text ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.sp-article-body ul li, 
.sp-content-box ul li, 
.sp-what-text ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

/* Mor Okey (Check) İkonu */
.sp-article-body ul li::before, 
.sp-content-box ul li::before, 
.sp-what-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 0.85rem;
    height: 0.85rem;
    /* Mor renkli özel okey SVG kodu */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237c3aed'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* =====================================================
   CSS DEĞİŞKENLERİ — MOR/MAVİ PALET
   ===================================================== */
:root {
    --sp-primary:    #7c3aed;
    --sp-secondary:  #6366f1;
    --sp-accent:     #38bdf8;
    --sp-dark:       #4c1d95;
    --sp-darker:     #1e1b4b;
    --sp-darkest:    #0f0b2d;
    --sp-light:      #ede9fe;
    --sp-ultra:      #f5f3ff;
    --sp-text:       #1e1e2d;
    --sp-muted:      #64748b;
    --sp-border:     rgba(124,58,237,.15);
    --sp-shadow:     0 8px 32px rgba(124,58,237,.18);
    --sp-radius:     16px;
    --sp-radius-sm:  10px;
    --sp-trans:      all .3s ease;
    --font:          'Plus Jakarta Sans', sans-serif;
}

/* =====================================================
   RESET & BASE
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: var(--font);
    color: var(--sp-text);
    background: #fff;
    margin: 0; padding: 0;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    max-width: 100%;
}
a { color: var(--sp-primary); text-decoration: none; transition: var(--sp-trans); }
a:hover { color: var(--sp-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,h5,h6 { font-weight: 800; line-height: 1.25; margin: 0 0 .8rem; }

/* =====================================================
   SVG İKON
   ===================================================== */
.sp-icon {
    display: inline-block;
    width: 1.1em; height: 1.1em;
    vertical-align: -0.15em;
    fill: currentColor;
    flex-shrink: 0;
}

/* =====================================================
   BUTONLAR
   ===================================================== */
.sp-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: linear-gradient(135deg, #818cf8 0%, #7c3aed 100%);
    color: #fff !important;
    font-family: var(--font);
    font-weight: 700; font-size: .95rem;
    border: none; border-radius: 50px;
    padding: .65rem 1.8rem;
    cursor: pointer; transition: var(--sp-trans);
    box-shadow: 0 4px 16px rgba(124,58,237,.4);
    text-decoration: none;
}
.sp-btn:hover {
    background: linear-gradient(135deg, #4c1d95 0%, #1e1b4b 100%);
    box-shadow: 0 6px 24px rgba(124,58,237,.55);
    transform: translateY(-2px);
    color: #fff !important;
}

.sp-btn-outline {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.12);
    color: #fff !important;
    font-family: var(--font);
    font-weight: 600; font-size: .95rem;
    border: 2px solid rgba(255,255,255,.35);
    border-radius: 50px;
    padding: .65rem 1.8rem;
    cursor: pointer; transition: var(--sp-trans);
    backdrop-filter: blur(8px);
    text-decoration: none;
}
.sp-btn-outline:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.7); }

/* =====================================================
   ANA SAYFA NAVBAR
   ===================================================== */
.sp-navbar {
    padding: 1rem 0;
    position: relative; z-index: 100;
}
.sp-navbar .nav-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    flex-wrap: wrap;
}
.sp-navbar .brand { display: flex; align-items: center; }
.sp-navbar .brand img { height: 48px; width: auto; }
.sp-navbar .brand-text { font-size: 1.4rem; font-weight: 900; color: #fff; }

.sp-nav-links {
    display: flex; align-items: center; gap: .2rem; flex-wrap: wrap;
}
.sp-nav-links a {
    color: rgba(255,255,255,.88);
    font-weight: 600; font-size: .9rem;
    padding: .45rem .9rem;
    border-radius: 8px;
    display: flex; align-items: center; gap: 4px;
    transition: var(--sp-trans);
}
.sp-nav-links a:hover, .sp-nav-links a.active {
    color: #fff;
    background: rgba(255,255,255,.15);
}

.sp-nav-toggle {
    display: none;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff; border-radius: 8px;
    padding: .4rem .6rem; cursor: pointer;
    font-size: 1.1rem;
}

/* =====================================================
   İÇ SAYFA NAVBAR
   ===================================================== */
/* ================================================================
   İÇ SAYFA HEADER — her zaman üstte sabit
   ================================================================ */
.sp-inner-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 24px rgba(30,27,75,.35);
}

/* Koyu mor navbar (hero ile aynı stil) */
.sp-inner-dark-nav {
    background: linear-gradient(90deg, #1e1b4b 0%, #4c1d95 60%, #7c3aed 100%);
    padding: .7rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Eski beyaz header — artık kullanılmıyor, compat için bırakıyoruz */
.sp-inner-header {
    background: #fff;
    border-bottom: 2px solid #ede9fe;
    padding: .8rem 0;
}
.sp-inner-header .brand-text { color: #7c3aed; }
.sp-inner-header .sp-nav-links a { color: var(--sp-text); }
.sp-inner-header .sp-nav-links a:hover { color: #7c3aed; background: #ede9fe; }

/* =====================================================
   İÇ SAYFA SOHBET FORMU BANDI
   ===================================================== */
.sp-inner-chat-bar {
    background: linear-gradient(90deg, #4c1d95 0%, #7c3aed 50%, #6366f1 100%);
    border-bottom: none;
    padding: .9rem 0;
    box-shadow: 0 4px 16px rgba(30,27,75,.25);
}
.sp-inner-chat-form {
    display: flex; align-items: center; gap: 10px;
    flex-wrap: wrap;
}
.sp-inner-chat-form .sp-ich-label {
    font-weight: 800; font-size: .85rem;
    color: #fff; white-space: nowrap;
    display: flex; align-items: center; gap: 6px;
    opacity: .95;
}
.sp-inner-chat-form input {
    flex: 1; min-width: 130px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 10px;
    padding: .5rem 1rem;
    font-family: var(--font); font-size: .9rem;
    background: rgba(255,255,255,.15);
    color: #fff; outline: none;
    transition: var(--sp-trans);
}
.sp-inner-chat-form input::placeholder { color: rgba(255,255,255,.65); }
.sp-inner-chat-form input:focus {
    border-color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.22);
}
.sp-inner-chat-form .sp-ich-btn {
    background: #fff;
    color: #7c3aed !important; border: none; border-radius: 10px;
    padding: .5rem 1.3rem;
    font-family: var(--font); font-weight: 800; font-size: .88rem;
    cursor: pointer; transition: var(--sp-trans);
    white-space: nowrap;
    display: inline-flex; align-items: center; gap: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
    text-decoration: none;
}
.sp-inner-chat-form .sp-ich-btn:hover {
    background: #ede9fe;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.sp-inner-chat-form .sp-ich-btn-alt {
    background: rgba(255,255,255,.18);
    color: #fff !important; border: 2px solid rgba(255,255,255,.4); border-radius: 10px;
    padding: .5rem 1.1rem;
    font-family: var(--font); font-weight: 700; font-size: .88rem;
    cursor: pointer; transition: var(--sp-trans);
    white-space: nowrap;
    display: inline-flex; align-items: center; gap: 5px;
    text-decoration: none;
}
.sp-inner-chat-form .sp-ich-btn-alt:hover {
    background: rgba(255,255,255,.28);
    color: #fff !important;
}
@media (max-width: 575px) {
    .sp-inner-chat-form .sp-ich-label { display: none; }
    .sp-inner-chat-form input { flex: 1 1 calc(50% - 70px); min-width: 100px; }
}

/* =====================================================
   OVERFLOW FIX — Bootstrap row negatif margin taşmasını önler
   ===================================================== */
.sp-hero,
.sp-what-section,
.sp-features-band,
.sp-blog,
.sp-footer,
.sp-footer-cta {
    overflow-x: clip;
}

/* =====================================================
   HERO — YENİ TASARIM (tam genişlik, merkezli)
   ===================================================== */
.sp-hero {
    background: linear-gradient(145deg, #0f0b2d 0%, #1e1b4b 35%, #4c1d95 70%, #7c3aed 100%);
    min-height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

/* Animasyonlu arka plan mesh */
.sp-hero-mesh {
    position: absolute; inset: 0;
    pointer-events: none; z-index: 0;
    overflow: hidden;
}
.sp-mesh-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}
.sp-mesh-circle:nth-child(1) {
    width: 600px; height: 600px;
    background: rgba(99,102,241,.25);
    top: -200px; left: -150px;
    animation: spMeshMove1 12s ease-in-out infinite;
}
.sp-mesh-circle:nth-child(2) {
    width: 500px; height: 500px;
    background: rgba(56,189,248,.18);
    bottom: -150px; right: -100px;
    animation: spMeshMove2 10s ease-in-out infinite;
}
.sp-mesh-circle:nth-child(3) {
    width: 350px; height: 350px;
    background: rgba(167,139,250,.2);
    top: 40%; left: 40%;
    animation: spMeshMove3 14s ease-in-out infinite;
}

@keyframes spMeshMove1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(60px,40px)} }
@keyframes spMeshMove2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-40px,-60px)} }
@keyframes spMeshMove3 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-30px,30px) scale(1.1)} }

/* Grid deseni */
.sp-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none; z-index: 0;
}

/* Navbar */
.sp-hero-nav {
    position: relative; z-index: 10;
    flex-shrink: 0;
}

/* Hero içerik: merkezli iki sütun */
.sp-hero-body {
    position: relative; z-index: 2;
    flex: 1;
    display: flex; align-items: center;
    padding: 1.5rem 0 2rem;
}

/* Sol: Başlık + özellikler */
.sp-hero-left { color: #fff; }

.sp-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: .82rem; font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a5b4fc;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.sp-hero-h1 {
    font-size: clamp(1.5rem, 3.2vw, 2.4rem);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 1rem;
    letter-spacing: -.5px;
}
.sp-hero-h1 .sp-highlight {
    background: linear-gradient(90deg, #a5b4fc, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.sp-hero-sub {
    font-size: .92rem;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
    margin-bottom: 1.4rem;
    max-width: 440px;
}

/* Özellik listesi */
.sp-hero-features {
    display: flex; flex-direction: column; gap: 7px;
    margin-bottom: 1.4rem;
}
.sp-hero-feature-item {
    display: flex; align-items: center; gap: 10px;
    font-size: .9rem; color: rgba(255,255,255,.82); font-weight: 500;
}
.sp-hero-feature-item .sp-feat-icon {
    width: 28px; height: 28px; border-radius: 8px;
    background: rgba(124,58,237,.5);
    display: flex; align-items: center; justify-content: center;
    color: #a5b4fc; flex-shrink: 0;
    font-size: .82rem;
}

/* Online sayaç */
/* Alt sayfa hero H1 — makale/kategori başlığı */
.sp-hero-h1--inner {
    font-size: clamp(1.4rem, 3.5vw, 2.4rem);
}

/* Site adı görsel etiketi (alt sayfalarda H1 değil) */
.sp-hero-brand-label {
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sp-hero-brand-label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #818cf8;
    border-radius: 2px;
}

.sp-hero-online {
    display: flex; align-items: center; gap: 10px;
}
.sp-online-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 3px rgba(52,211,153,.3);
    animation: spPulse 2s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes spPulse { 0%,100%{box-shadow:0 0 0 3px rgba(52,211,153,.3)} 50%{box-shadow:0 0 0 7px rgba(52,211,153,.1)} }
.sp-online-text { font-size: .88rem; color: rgba(255,255,255,.7); font-weight: 600; }
.sp-online-text strong { color: #34d399; }

/* =====================================================
   SOHBET FORMU KARTI (Hero Sağ)
   ===================================================== */
.sp-hero-right { position: relative; }

/* ============================================================
   SOHBET GİRİŞ FORMU — Açık Kart Tasarım (resme uygun)
   ============================================================ */

.sp-form-card {
    background: rgba(248,247,255,.97);
    border-radius: 28px;
    padding: 2rem 1.8rem;
    position: relative;
    box-shadow:
        0 30px 80px rgba(30,27,75,.28),
        0 2px 0 rgba(255,255,255,.8) inset;
    border: 1px solid rgba(196,181,253,.3);
}
.sp-form-card::before { display: none; }
.sp-form-card::after  { display: none; }

/* ── Başlık ── */
.sp-form-card-header {
    text-align: center;
    margin-bottom: 1.6rem;
    padding-bottom: 0;
    border-bottom: none;
}
.sp-form-card-icon { display: none; }

.sp-form-card-title {
    font-size: 1.65rem;
    font-weight: 900;
    background: linear-gradient(135deg, #7c3aed, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .4rem;
    letter-spacing: -.5px;
    line-height: 1.15;
}
.sp-form-card-sub {
    font-size: .85rem;
    color: #94a3b8;
    margin: 0;
    font-weight: 500;
}

/* ── Input Alanları ── */
.sp-field { margin-bottom: .85rem; }
.sp-field-label { display: none; }

.sp-field-inner {
    display: flex; align-items: center;
    border: 2px solid #f1eeff;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    transition: var(--sp-trans);
    box-shadow: 0 2px 8px rgba(124,58,237,.06);
}
.sp-field-inner:focus-within {
    border-color: #818cf8;
    box-shadow: 0 0 0 4px rgba(129,140,248,.15);
}
.sp-field-ico {
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    color: #7c3aed; flex-shrink: 0;
}
.sp-field-ico svg { width: 1.1em; height: 1.1em; fill: currentColor; }
.sp-field-inner input {
    flex: 1; border: none; outline: none;
    padding: .75rem .9rem .75rem 0;
    font-family: var(--font); font-size: .9rem;
    color: #1e1b4b;
    background: transparent; min-width: 0;
    caret-color: #7c3aed;
}
.sp-field-inner input::placeholder {
    color: #b0b8cc;
    font-weight: 500;
}

/* ── Ana Giriş Butonu ── */
.sp-form-submit {
    width: 100%;
    background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%);
    color: #fff; border: none;
    border-radius: 50px;
    padding: .85rem 1.5rem;
    font-family: var(--font); font-weight: 800; font-size: 1rem;
    cursor: pointer; transition: var(--sp-trans);
    display: flex; align-items: center; justify-content: center; gap: 10px;
    box-shadow: 0 6px 24px rgba(124,58,237,.4);
    margin-bottom: .75rem;
    letter-spacing: .2px;
    position: relative; overflow: hidden;
}
.sp-form-submit::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 50%;
    background: rgba(255,255,255,.12);
    border-radius: 50px 50px 0 0;
}
.sp-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(124,58,237,.55);
}

/* ── Alternatif Giriş Butonu ── */
.sp-form-alt {
    width: 100%;
    background: #1e1b4b;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: .85rem 1.5rem;
    font-family: var(--font); font-weight: 800; font-size: .9rem;
    cursor: pointer; transition: var(--sp-trans);
    display: flex; align-items: center; justify-content: center; gap: 10px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(30,27,75,.3);
}
.sp-form-alt:hover {
    background: #0f0b2d;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30,27,75,.4);
    color: #fff !important;
}

/* ── Ayırıcı ── */
.sp-divider { display: none; }

/* ── Uygulama Bölümü ── */
.sp-app-label {
    text-align: center;
    font-size: .72rem; font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase; letter-spacing: .8px;
    margin: 1.3rem 0 .7rem;
    padding-top: 1.3rem;
    border-top: 1.5px solid #f1eeff;
}
.sp-app-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.sp-app-btn {
    display: flex; align-items: center; gap: 10px;
    padding: .65rem 1rem; border-radius: 14px;
    text-decoration: none; transition: var(--sp-trans);
    border: none;
}
.sp-app-btn.apple {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(14,165,233,.35);
}
.sp-app-btn.google {
    background: linear-gradient(135deg, #7c3aed, #4c1d95);
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(124,58,237,.35);
}
.sp-app-btn:hover { transform: translateY(-3px); filter: brightness(1.08); }
.sp-app-texts { display: flex; flex-direction: column; line-height: 1.3; }
.sp-app-sm { font-size: .62rem; opacity: .8; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.sp-app-lg { font-size: .85rem; font-weight: 900; }
.sp-app-btn .sp-app-texts { display: flex; flex-direction: column; line-height: 1.2; }
.sp-app-btn .sp-app-sm    { font-size: .6rem; opacity: .75; }
.sp-app-btn .sp-app-lg    { font-size: .82rem; font-weight: 700; }

/* Floating dekoratif elementler */
.sp-deco-badge {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,.18);
    display: flex; align-items: center; gap: 8px;
    font-size: .8rem; font-weight: 700; color: #1e1b4b;
    white-space: nowrap;
    pointer-events: none;
    animation: spBadgeFloat 4s ease-in-out infinite;
}
.sp-deco-badge:nth-child(2) { animation-delay: 2s; }
.sp-deco-badge .sp-db-icon {
    width: 30px; height: 30px; border-radius: 8px;
    background: linear-gradient(135deg, #818cf8, #7c3aed);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: .85rem; flex-shrink: 0;
}
@keyframes spBadgeFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

/* Aşağı kaydır oku */
.sp-hero-scroll {
    position: relative; z-index: 2;
    text-align: center;
    padding: 1.5rem 0 2.5rem;
}
.sp-scroll-link { display: inline-block; animation: spBounce 2s ease-in-out infinite; color: rgba(255,255,255,.45); }
@keyframes spBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(10px)} }

/* =====================================================
   BLOG BÖLÜMÜ
   ===================================================== */
.sp-blog { padding: 5rem 0 3rem; background: #f8f7ff; }

.sp-section-tag {
    display: inline-block;
    background: #ede9fe; color: #7c3aed;
    font-weight: 800; font-size: .72rem;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 5px 14px; border-radius: 50px;
    margin-bottom: .8rem;
}

.sp-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900; color: var(--sp-text); margin-bottom: 0;
}

/* Kart */
.sp-card {
    background: #fff;
    border-radius: var(--sp-radius);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    transition: var(--sp-trans);
    display: flex; flex-direction: column; height: 100%;
}
.sp-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(124,58,237,.15); }

.sp-card-img { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.sp-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.sp-card:hover .sp-card-img img { transform: scale(1.04); }

.sp-card-date {
    position: absolute; bottom: 10px; left: 10px;
    background: #7c3aed; color: #fff;
    font-size: .72rem; font-weight: 700;
    padding: 3px 11px; border-radius: 50px;
}

.sp-card-body { padding: 1.3rem; flex: 1; display: flex; flex-direction: column; }

.sp-card-cat {
    display: inline-block;
    background: #ede9fe; color: #7c3aed;
    font-size: .72rem; font-weight: 700;
    padding: 3px 10px; border-radius: 50px;
    text-transform: uppercase; letter-spacing: .5px;
    margin-bottom: .6rem;
}

.sp-card-title { font-size: 1rem; font-weight: 800; line-height: 1.4; margin-bottom: .5rem; }
.sp-card-title a { color: var(--sp-text); }
.sp-card-title a:hover { color: #7c3aed; }

.sp-card-excerpt { color: var(--sp-muted); font-size: .88rem; flex: 1; margin-bottom: .8rem; }
.sp-card-excerpt p { margin: 0; }

.sp-card-footer {
    display: flex; align-items: center;
    justify-content: space-between; gap: 8px;
    border-top: 1px solid #ece8ff;
    padding-top: .8rem; flex-wrap: wrap;
}

.sp-author {
    display: flex; align-items: center; gap: 7px;
    font-size: .82rem; font-weight: 600; color: var(--sp-text);
}
.sp-author img { border-radius: 50%; width: 30px !important; height: 30px !important; object-fit: cover; }

.sp-read-more {
    display: inline-flex; align-items: center; gap: 4px;
    color: #7c3aed; font-weight: 700; font-size: .82rem; white-space: nowrap;
}
.sp-read-more:hover { gap: 7px; }

/* Sayfalama */
.sp-pagination {
    display: flex; align-items: center; justify-content: center;
    gap: 6px; flex-wrap: wrap; margin-top: 3rem;
}
.sp-pagination a, .sp-pagination span {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border-radius: 10px; font-weight: 700; font-size: .88rem;
    background: #fff; border: 2px solid #ede9fe;
    color: var(--sp-text); text-decoration: none; transition: var(--sp-trans);
}
.sp-pagination a:hover, .sp-pagination .current {
    background: #7c3aed; border-color: #7c3aed; color: #fff;
}

/* =====================================================
   KENAR ÇUBUĞU
   ===================================================== */
.sp-widget {
    background: #fff;
    border-radius: var(--sp-radius);
    padding: 1.5rem; margin-bottom: 1.6rem;
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
    border-top: 3px solid #7c3aed;
}
.sp-widget-title {
    font-size: 1rem; font-weight: 800;
    margin-bottom: 1rem; padding-bottom: .7rem;
    border-bottom: 1px solid #ece8ff;
    display: flex; align-items: center; gap: 7px;
}

/* Arama */
.sp-search-form {
    display: flex; border: 2px solid #ede9fe;
    border-radius: 12px; overflow: hidden; transition: var(--sp-trans);
}
.sp-search-form:focus-within { border-color: #7c3aed; }
.sp-search-form input {
    flex: 1; border: none; outline: none;
    padding: .65rem 1rem;
    font-family: var(--font); font-size: .9rem; min-width: 0;
}
.sp-search-form button {
    background: #7c3aed; color: #fff; border: none;
    padding: 0 .9rem; cursor: pointer; transition: var(--sp-trans);
}
.sp-search-form button:hover { background: #4c1d95; }

/* Kategoriler */
.sp-cat-list li { border-bottom: 1px solid #f0ebff; }
.sp-cat-list li:last-child { border-bottom: none; }
.sp-cat-list li a {
    display: flex; align-items: center; justify-content: space-between;
    padding: .5rem 0; color: var(--sp-text);
    font-size: .88rem; font-weight: 500; transition: var(--sp-trans);
}
.sp-cat-list li a:hover { color: #7c3aed; padding-left: 5px; }
.sp-cat-count {
    background: #ede9fe; color: #7c3aed;
    font-size: .72rem; font-weight: 700;
    padding: 2px 8px; border-radius: 50px;
}

/* Popüler / Son yazılar */
.sp-post-list { display: flex; flex-direction: column; gap: .9rem; }
.sp-post-item { display: flex; align-items: center; gap: 10px; }
.sp-post-thumb { width: 56px; height: 56px; flex-shrink: 0; border-radius: 10px; object-fit: cover; }
.sp-post-info { flex: 1; min-width: 0; }
.sp-post-info h5 { font-size: .82rem; font-weight: 700; margin: 0 0 3px; line-height: 1.35; }
.sp-post-info h5 a { color: var(--sp-text); }
.sp-post-info h5 a:hover { color: #7c3aed; }
.sp-post-date { font-size: .72rem; color: var(--sp-muted); }

/* =====================================================
   İÇERİK ALANI
   ===================================================== */
.sp-content-box {
    background: #fff; border-radius: var(--sp-radius);
    padding: 2.5rem; margin: 1.5rem 0 3rem;
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
    border-top: 3px solid #7c3aed;
}
.sp-content-box .sp-box-title {
    font-size: 1.3rem; font-weight: 900; color: #7c3aed;
    margin-bottom: 1.5rem; padding-bottom: .8rem;
    border-bottom: 1px solid #ede9fe;
}
.sp-content-box p { margin-bottom: 1.1rem; }
.sp-content-box h2 { color: #7c3aed; margin-top: 1.8rem; }
.sp-content-box h3 { margin-top: 1.3rem; }
.sp-content-box a { color: #7c3aed; text-decoration: underline; }

/* =====================================================
   TEK YAZI (SINGLE)
   ===================================================== */
.sp-single-header {
    background: linear-gradient(135deg, #ede9fe, #f5f3ff);
    padding: 3rem 0 2rem;
    border-bottom: 2px solid #ede9fe;
}
.sp-single-header h1 { font-size: clamp(1.4rem,3vw,2.2rem); font-weight: 900; }

.sp-post-meta {
    display: flex; align-items: center; gap: 1rem;
    flex-wrap: wrap; font-size: .82rem; color: var(--sp-muted); margin-top: .8rem;
}
.sp-post-meta a { color: #7c3aed; }

.sp-featured-img { border-radius: var(--sp-radius); overflow: hidden; margin: 1.8rem 0; box-shadow: var(--sp-shadow); }
.sp-featured-img img { width: 100%; }

.sp-article-body { padding: .5rem 0 2rem; }
.sp-article-body h2 { color: #7c3aed; margin-top: 2rem; font-size: 1.5rem; }
.sp-article-body h3 { margin-top: 1.5rem; }
.sp-article-body p  { margin-bottom: 1.2rem; }
.sp-article-body img { border-radius: 10px; margin: 1rem 0; }
.sp-article-body a  { color: #7c3aed; text-decoration: underline; }
.sp-article-body ul, .sp-article-body ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.sp-article-body li { margin-bottom: .4rem; }
.sp-article-body blockquote {
    border-left: 4px solid #7c3aed;
    background: #ede9fe; padding: 1rem 1.5rem;
    border-radius: 0 12px 12px 0; margin: 1.5rem 0; font-style: italic;
}

.sp-post-tags { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 1.8rem; }
.sp-post-tags a {
    background: #ede9fe; color: #7c3aed;
    padding: 4px 12px; border-radius: 50px; font-size: .78rem; font-weight: 700;
}
.sp-post-tags a:hover { background: #7c3aed; color: #fff; }

.sp-post-nav {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
    margin-top: 2.5rem; padding-top: 1.5rem; border-top: 2px solid #ede9fe;
}
.sp-post-nav-link {
    background: #ede9fe; border-radius: 12px; padding: 1rem;
    font-weight: 700; color: #7c3aed; font-size: .88rem; transition: var(--sp-trans);
}
.sp-post-nav-link:hover { background: #7c3aed; color: #fff; }

/* =====================================================
   SAYFA (PAGE)
   ===================================================== */
.sp-page-wrap { padding: 4rem 0; }
.sp-page-wrap h1 { font-weight: 900; margin-bottom: 1.5rem; }
.entry-content p  { margin-bottom: 1.2rem; }
.entry-content a  { color: #7c3aed; text-decoration: underline; }
.entry-content h2 { margin-top: 2rem; color: #7c3aed; }

/* =====================================================
   ARŞİV
   ===================================================== */
.sp-archive-header {
    background: linear-gradient(135deg, #ede9fe, #f5f3ff);
    padding: 3rem 0 2rem; border-bottom: 2px solid #ede9fe; margin-bottom: 3rem;
}
.sp-archive-header h1 { font-weight: 900; }

/* =====================================================
   404
   ===================================================== */
.sp-404 {
    min-height: 62vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 5rem 0;
}
.sp-404 .sp-404-num {
    font-size: clamp(5rem,14vw,11rem);
    font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, #818cf8, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =====================================================
   YORUMLAR
   ===================================================== */
.sp-comments { padding: 2rem 0; }
.sp-comments h2 { font-weight: 900; margin-bottom: 1.5rem; }
.sp-comment-list { display: flex; flex-direction: column; gap: 1.2rem; }
.sp-comment-item { background: #f8f7ff; border-radius: 14px; padding: 1.2rem; }
.sp-comment-top { display: flex; align-items: center; gap: 10px; margin-bottom: .5rem; }
.sp-comment-top img { border-radius: 50%; width: 40px; height: 40px; object-fit: cover; }
.sp-comment-name { font-weight: 800; font-size: .88rem; }
.sp-comment-date { font-size: .75rem; color: var(--sp-muted); }
.sp-comment-text { font-size: .9rem; line-height: 1.65; margin: 0; }

/* Yorum formu */
.sp-comment-form { margin-top: 2.5rem; }
.sp-comment-form h3 { font-weight: 900; margin-bottom: 1.2rem; }
.sp-comment-form input, .sp-comment-form textarea {
    width: 100%; border: 2px solid #ede9fe; border-radius: 10px;
    padding: .65rem 1rem; font-family: var(--font); font-size: .95rem;
    margin-bottom: .9rem; transition: var(--sp-trans); outline: none;
}
.sp-comment-form input:focus, .sp-comment-form textarea:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 4px rgba(124,58,237,.1);
}

/* =====================================================
   FOOTER
   ===================================================== */
.sp-footer {
    background: linear-gradient(170deg, #1e1b4b 0%, #0f0b2d 100%);
    color: rgba(255,255,255,.82);
    padding-top: 0; margin-top: 4rem;
}
.sp-footer-wave { overflow: hidden; line-height: 0; }
.sp-footer-wave svg { display: block; width: 100%; height: 75px; }
.sp-wave-fill { fill: #f8f7ff; }

.sp-footer-body { padding: 3rem 0 1rem; }
.sp-footer-desc { color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.7; margin-top: .9rem; }

.sp-social-row { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 1.3rem; }
.sp-social-btn {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    background: rgba(255,255,255,.1); border-radius: 10px; transition: var(--sp-trans);
}
.sp-social-btn:hover { background: #7c3aed; transform: translateY(-3px); }
.sp-social-btn img { width: 20px; height: 20px; object-fit: contain; }

.sp-footer-col h4 {
    font-size: .95rem; font-weight: 800; color: #fff; margin-bottom: 1rem;
    display: flex; align-items: center; gap: 6px;
}
.sp-footer-col ul { display: flex; flex-direction: column; gap: 7px; }
.sp-footer-col ul li a { color: rgba(255,255,255,.6); font-size: .85rem; transition: var(--sp-trans); }
.sp-footer-col ul li a:hover { color: #a5b4fc; padding-left: 5px; }

.sp-footer-bottom {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 1rem;
    padding: 1.4rem 0 1rem; margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: .82rem; color: rgba(255,255,255,.45);
}
.sp-footer-links { display: flex; gap: 1.3rem; flex-wrap: wrap; }
.sp-footer-links a { color: rgba(255,255,255,.45); font-size: .82rem; }
.sp-footer-links a:hover { color: #a5b4fc; }

/* =====================================================
   YUKARI ÇIK
   ===================================================== */
#sp-top-btn {
    display: none;
    position: fixed; bottom: 26px; right: 26px;
    width: 44px; height: 44px;
    background: #7c3aed; color: #fff;
    border: none; border-radius: 12px;
    cursor: pointer; z-index: 9999;
    align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(124,58,237,.5);
    transition: var(--sp-trans);
}
#sp-top-btn:hover { background: #4c1d95; transform: translateY(-3px); }

/* =====================================================
   MOBİL RESPONSIVE
   ===================================================== */
@media (max-width: 991px) {
    .sp-hero-body { padding: 1rem 0 1.5rem; }
    .sp-nav-links { display: none; width: 100%; flex-direction: column; padding: .5rem 0; }
    .sp-nav-links.open { display: flex; }
    .sp-nav-toggle { display: block; }
    .sp-hero-right { margin-top: 2rem; }
    .sp-deco-badge { display: none; }
}
@media (max-width: 767px) {
    .sp-blog { padding: 3rem 0 2rem; }
    .sp-form-card { padding: 1.8rem 1.4rem; }
    .sp-app-row { grid-template-columns: 1fr; }
    .sp-post-nav { grid-template-columns: 1fr; }
    .sp-footer-bottom { flex-direction: column; text-align: center; }
    .sp-content-box { padding: 1.5rem; }
}

/* =====================================================
   SOHBET ODALARI NEDİR? — SEO BÖLÜMİ
   ===================================================== */
.sp-what-section {
    background: #fff;
    padding: 5rem 0 4rem;
    border-bottom: 2px solid #ede9fe;
}

.sp-what-title {
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 900;
    color: #1e1b4b;
    margin-bottom: 1.2rem;
    line-height: 1.15;
}

.sp-what-lead {
    font-size: 1.05rem;
    color: #1e1b4b;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.sp-what-text {
    color: #64748b;
    font-size: .95rem;
    margin-bottom: 1.8rem;
    line-height: 1.75;
}

.sp-what-card {
    background: #f8f7ff;
    border: 2px solid #ede9fe;
    border-radius: 16px;
    padding: 1.4rem;
    height: 100%;
    transition: all .3s ease;
}
.sp-what-card:hover {
    border-color: #7c3aed;
    box-shadow: 0 8px 28px rgba(124,58,237,.14);
    transform: translateY(-3px);
}
.sp-what-card-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #818cf8, #7c3aed);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.1rem;
    margin-bottom: 1rem;
}
.sp-what-card-title {
    font-size: .95rem; font-weight: 800;
    color: #1e1b4b; margin-bottom: .5rem;
}
.sp-what-card-desc {
    font-size: .82rem; color: #64748b;
    line-height: 1.65; margin: 0;
}

/* =====================================================
   YENİ FOOTER (sp-footer-v2)
   ===================================================== */

/* CTA Strip */
.sp-footer-cta {
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 50%, #6366f1 100%);
    padding: 3rem 0;
    margin-top: 4rem;
}
.sp-footer-cta-tag {
    display: inline-block;
    background: rgba(255,255,255,.2);
    color: #fff; font-size: .7rem; font-weight: 800;
    letter-spacing: 2px; padding: 4px 12px;
    border-radius: 50px; margin-bottom: .8rem;
}
.sp-footer-cta-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 900; color: #fff; margin-bottom: .6rem;
}
.sp-footer-cta-desc { color: rgba(255,255,255,.75); font-size: .95rem; margin: 0; }

.sp-footer-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: #7c3aed !important;
    font-family: var(--font); font-weight: 800; font-size: .95rem;
    border: none; border-radius: 50px;
    padding: .7rem 1.8rem;
    cursor: pointer; transition: var(--sp-trans);
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0,0,0,.18);
}
.sp-footer-cta-btn:hover { background: #ede9fe; transform: translateY(-2px); }
.sp-footer-cta-btn--outline {
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,.4);
    box-shadow: none;
}
.sp-footer-cta-btn--outline:hover { background: rgba(255,255,255,.25) !important; }

/* Footer Ana Gövde */
.sp-footer-v2 { background: #0f0b2d; }

.sp-footer-body { padding: 4rem 0 2rem; }

.sp-footer-logo { display: inline-block; margin-bottom: .8rem; }
.sp-footer-logo-text {
    font-size: 1.5rem; font-weight: 900;
    color: #fff;
}

.sp-footer-desc { color: rgba(255,255,255,.6); font-size: .88rem; line-height: 1.7; margin-bottom: 1.2rem; }

.sp-footer-online {
    display: flex; align-items: center; gap: 8px;
    font-size: .82rem; color: rgba(255,255,255,.65);
    font-weight: 600; margin-bottom: 1.3rem;
}
.sp-footer-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #34d399; flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(52,211,153,.25);
    animation: spPulse 2s ease-in-out infinite;
}
.sp-footer-online-num { color: #34d399; }

.sp-footer-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.sp-fsocial {
    width: 38px; height: 38px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    transition: var(--sp-trans);
}
.sp-fsocial:hover {
    background: var(--social-color, #7c3aed);
    border-color: transparent;
    transform: translateY(-3px);
}

.sp-footer-col { }
.sp-footer-col-title {
    font-size: .88rem; font-weight: 800; letter-spacing: .5px;
    text-transform: uppercase; color: rgba(255,255,255,.85);
    margin-bottom: 1.2rem; display: flex; align-items: center; gap: 6px;
}
.sp-footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.sp-footer-col ul li a {
    color: rgba(255,255,255,.55); font-size: .85rem;
    transition: var(--sp-trans); display: block;
}
.sp-footer-col ul li a:hover { color: #a5b4fc; padding-left: 5px; }

/* Son Yazılar */
.sp-footer-posts { display: flex; flex-direction: column; gap: 10px; }
.sp-footer-post-link {
    display: flex; flex-direction: column; gap: 2px;
    color: rgba(255,255,255,.55); font-size: .82rem;
    transition: var(--sp-trans);
}
.sp-footer-post-link:hover { color: #a5b4fc; }
.sp-footer-post-date {
    font-size: .7rem; color: #6366f1; font-weight: 700;
}

/* Uygulama butonları */
.sp-footer-app-desc { color: rgba(255,255,255,.5); font-size: .82rem; margin-bottom: 1rem; }
.sp-footer-app-btns { display: flex; flex-direction: column; gap: 8px; }
.sp-footer-app-btn {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px; padding: .7rem 1rem;
    color: #fff; transition: var(--sp-trans); text-decoration: none;
}
.sp-footer-app-btn:hover { background: rgba(124,58,237,.4); border-color: #7c3aed; color: #fff; }
.sp-footer-app-btn div { display: flex; flex-direction: column; line-height: 1.3; }
.sp-footer-app-btn div span { font-size: .88rem; font-weight: 700; }
.sp-footer-app-btn div small { font-size: .7rem; opacity: .65; }

/* Alt Çubuk */
.sp-footer-bottom-bar {
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 1.2rem 0;
}
.sp-footer-bottom-inner {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: .8rem;
}
.sp-footer-copy { color: rgba(255,255,255,.35); font-size: .8rem; margin: 0; }
.sp-footer-legal { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.sp-footer-legal a { color: rgba(255,255,255,.35); font-size: .8rem; transition: var(--sp-trans); }
.sp-footer-legal a:hover { color: #a5b4fc; }
.sp-footer-legal span { color: rgba(255,255,255,.2); }

@media (max-width: 767px) {
    .sp-footer-cta { padding: 2rem 0; }
    .sp-footer-bottom-inner { flex-direction: column; text-align: center; }
    .sp-footer-legal { justify-content: center; }
    .sp-what-section { padding: 3rem 0; }
}

/* =====================================================
   WORDPRESS ALANLARI
   ===================================================== */
.alignnone  { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft  { float: left;  margin: 5px 20px 20px 0; }
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px; width: 1px; overflow: hidden;
}
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: .82rem; color: var(--sp-muted); margin-top: 4px; }

/* =====================================================
   LOGO
   ===================================================== */
.sp-brand-logo {
    display: block;
    height: 42px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

/* =====================================================
   ÖZELLİK BANDI  (4 kare, yatay — "Sohbet Nedir?" üstünde)
   ===================================================== */
.sp-features-band {
    padding: 3.5rem 0 1rem;
    background: var(--sp-ultra);
}

.sp-feat-band-card {
    height: 100%;
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: var(--sp-radius);
    border: 1px solid var(--sp-border);
    box-shadow: 0 4px 20px rgba(124,58,237,.08);
    transition: var(--sp-trans);
}

.sp-feat-band-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sp-shadow);
    border-color: rgba(124,58,237,.3);
}

.sp-feat-band-card .sp-what-card-icon {
    width: 52px; height: 52px;
    margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-radius: 14px;
    font-size: 1.4rem;
    color: var(--sp-primary);
}

/* Sohbet Odaları Nedir? — tam genişlik metin */
.sp-what-section .sp-what-lead,
.sp-what-section .sp-what-text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .sp-features-band { padding: 2rem 0 0.5rem; }
    .sp-feat-band-card { padding: 1.5rem 1rem; }
}
