/* ============================================================
   SHADEPROXY — STEEL NAVY THEME v5.1 (Node Headers)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');



/* ============================================================
   SHADEPROXY — CSS CUSTOM PROPERTIES (tek yerden kontrol)
   Rengi değiştirmek için sadece buradaki değerleri güncelleyin
   ============================================================ */
:root {
  --sp-bg:          #182e48;   /* Ana sayfa arkaplanı */
  --sp-bg-alt:      #1a3050;   /* Alternatif section */
  --sp-card:        #1e3858;   /* Kart arkaplanı */
  --sp-card-hover:  #243e66;   /* Kart hover */
  --sp-border:      rgba(255,255,255,0.12);   /* Kenarlık */
  --sp-border-sm:   rgba(255,255,255,0.08);   /* İnce kenarlık */
  --sp-accent:      #22d3ee;   /* Cyan vurgu */
  --sp-accent-hover:#38e8ff;   /* Cyan hover */
  --sp-text:        #e2e8f0;   /* Ana metin */
  --sp-text-muted:  #94a3b8;   /* Soluk metin */
  --sp-overlay:     rgba(24,46,72,0.85);  /* Overlay */
}

/* Global arkaplan override - tüm sayfalara otomatik uygulanır */
html, body { background-color: var(--sp-bg) !important; }

/* Tüm sayfalardaki genel dark container'lar */
[class*="sp-"][class*="-page"],
[class*="sp-"][class*="-section"],
[class*="sp-"][class*="-wrap"] { background-color: var(--sp-bg); }

/* Tüm sayfalardaki kart benzeri yapılar */
[class*="sp-"][class*="-card"],
[class*="sp-"][class*="-box"],
[class*="sp-"][class*="-panel"] {
  background: var(--sp-card);
  border-color: var(--sp-border);
}


/* ---- RESET / GLOBAL ---- */
*, *::before, *::after { box-sizing: border-box; }
html, body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important; background-color: #2a4a74 !important; color: #c8d4e8 !important; margin: 0; padding: 0; }
.header-wrap > header { display: none; }
.header-wrap { padding: 0 !important; border: none !important; background: none !important; box-shadow: none !important; }
.user-board { display: none !important; }

/* ---- CONTAINER ---- */
.sp-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; width: 100%; }

/* ================================================================
   HERO
================================================================ */
.sp-hero { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; background: #2a4a74; }
.sp-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 55% at 75% 50%, rgba(34,211,238,0.07) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 80% 30%, rgba(8,145,178,0.09) 0%, transparent 60%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2322d3ee' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.sp-hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 100px 24px 70px; width: 100%; }
.sp-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(34,211,238,0.08); border: 1px solid rgba(34,211,238,0.2); border-radius: 100px; padding: 6px 14px; font-size: 11px; font-weight: 600; letter-spacing: 0.8px; color: #22d3ee; text-transform: uppercase; margin-bottom: 28px; font-family: 'Inter', sans-serif; }
.sp-hero-badge-dot { width: 7px; height: 7px; background: #22d3ee; border-radius: 50%; animation: sp-pulse 2s ease-in-out infinite; }
@keyframes sp-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }
.sp-hero-title { font-size: clamp(36px, 5.5vw, 76px) !important; font-weight: 900 !important; line-height: 1.05 !important; letter-spacing: -2px !important; color: #fff !important; margin: 0 0 24px !important; text-transform: uppercase; font-family: 'Inter', sans-serif !important; }
.sp-hero-title-cyan { background: linear-gradient(135deg, #22d3ee, #0ea5e9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sp-hero-desc { font-size: 16px !important; color: #94a3b8 !important; line-height: 1.75 !important; margin: 0 0 36px !important; max-width: 540px; font-weight: 400 !important; font-family: 'Inter', sans-serif !important; }
.sp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.sp-hero-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #22d3ee, #0891b2); color: #fff !important; font-size: 14px; font-weight: 700; padding: 14px 28px; border-radius: 10px; text-decoration: none !important; transition: all .22s; box-shadow: 0 6px 24px rgba(34,211,238,.32); font-family: 'Inter', sans-serif; }
.sp-hero-btn-primary:hover { background: linear-gradient(135deg, #38e8ff, #0ea5c9) !important; box-shadow: 0 8px 32px rgba(34,211,238,.48) !important; transform: translateY(-2px); color: #fff !important; }
.sp-hero-btn-secondary { display: inline-flex; align-items: center; background: rgba(255,255,255,0.10); color: #e2e8f0 !important; font-size: 14px; font-weight: 600; padding: 14px 28px; border-radius: 10px; border: 1px solid rgba(255,255,255,.12); text-decoration: none !important; transition: all .2s; font-family: 'Inter', sans-serif; }
.sp-hero-btn-secondary:hover { background: rgba(255,255,255,.09) !important; border-color: rgba(255,255,255,.22) !important; color: #fff !important; transform: translateY(-1px); }
.sp-hero-stats { display: flex; gap: 36px; flex-wrap: wrap; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.13); }
.sp-hero-stat { display: flex; align-items: center; gap: 12px; }
.sp-hero-stat-icon { width: 40px; height: 40px; border-radius: 10px; border: 1px solid; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sp-hero-stat-label { color: #e2e8f0; font-size: 14px; font-weight: 700; font-family: 'Inter', sans-serif; }
.sp-hero-stat-sub { color: #64748b; font-size: 12px; font-family: 'Inter', sans-serif; margin-top: 2px; }

/* ================================================================
   TICKER
================================================================ */
.sp-ticker-wrap { background: rgba(8,12,20,.95); border-top: 1px solid rgba(245,158,11,.15); border-bottom: 1px solid rgba(245,158,11,.15); padding: 4px 0; }

/* ================================================================
   SHARED SECTION TYPOGRAPHY
================================================================ */
.sp-section-title-lg { font-size: clamp(26px, 4vw, 42px) !important; font-weight: 900 !important; color: #fff !important; letter-spacing: -1px; text-transform: uppercase; margin: 0 0 12px !important; font-family: 'Inter', sans-serif !important; }
.sp-section-sub { color: #64748b !important; font-size: 15px; font-family: 'Inter', sans-serif; margin: 0 !important; }
.sp-section-head-center { text-align: center; margin-bottom: 56px; }

/* ================================================================
   HIZLI İŞLEM MERKEZİ — 4 PRODUCT CARDS
================================================================ */
.sp-products-section { position: relative; padding: 96px 0; background: #2a4a74; overflow: hidden; }
.sp-products-grid-bg { position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 0 10 L 40 10 M 10 0 L 10 40' fill='none' stroke='rgba(255,255,255,0.02)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grid)'/%3E%3C/svg%3E"); opacity: .5; pointer-events: none; }
.sp-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 2; }
.sp-product-card { display: flex; flex-direction: column; padding: 32px; border-radius: 20px; border: 1px solid; text-decoration: none !important; transition: all .3s; cursor: pointer; backdrop-filter: blur(4px); }
.sp-product-card:hover { transform: translateY(-4px); text-decoration: none !important; }
.sp-product-card--cyan { background: linear-gradient(135deg, rgba(34,211,238,.12) 0%, rgba(8,145,178,.08) 100%); border-color: rgba(34,211,238,.25); }
.sp-product-card--cyan:hover { border-color: rgba(34,211,238,.5); box-shadow: 0 0 32px rgba(34,211,238,.18); }
.sp-product-card--cyan .sp-product-icon { color: #22d3ee; }
.sp-product-card--cyan .sp-product-cta { color: #22d3ee; }
.sp-product-card--gold { background: linear-gradient(135deg, rgba(245,158,11,.14) 0%, rgba(217,119,6,.08) 100%); border-color: rgba(245,158,11,.28); }
.sp-product-card--gold:hover { border-color: rgba(245,158,11,.55); box-shadow: 0 0 32px rgba(245,158,11,.18); }
.sp-product-card--gold .sp-product-icon { color: #f59e0b; }
.sp-product-card--gold .sp-product-cta { color: #f59e0b; }
.sp-product-card--purple { background: linear-gradient(135deg, rgba(168,85,247,.14) 0%, rgba(217,70,239,.08) 100%); border-color: rgba(217,70,239,.28); }
.sp-product-card--purple:hover { border-color: rgba(217,70,239,.55); box-shadow: 0 0 32px rgba(217,70,239,.18); }
.sp-product-card--purple .sp-product-icon { color: #d946ef; }
.sp-product-card--purple .sp-product-cta { color: #d946ef; }
.sp-product-card--green { background: linear-gradient(135deg, rgba(52,211,153,.14) 0%, rgba(16,185,129,.08) 100%); border-color: rgba(52,211,153,.28); }
.sp-product-card--green:hover { border-color: rgba(52,211,153,.55); box-shadow: 0 0 32px rgba(52,211,153,.18); }
.sp-product-card--green .sp-product-icon { color: #34d399; }
.sp-product-card--green .sp-product-cta { color: #34d399; }
.sp-product-icon { margin-bottom: 24px; opacity: .85; transition: all .3s; }
.sp-product-card:hover .sp-product-icon { opacity: 1; transform: scale(1.1); }
.sp-product-title { font-size: 20px !important; font-weight: 800 !important; color: #fff !important; margin: 0 0 12px !important; font-family: 'Inter', sans-serif !important; transition: color .2s; }
.sp-product-desc { color: #64748b !important; font-size: 14px; line-height: 1.7; margin: 0 0 24px !important; flex: 1; font-family: 'Inter', sans-serif; }
.sp-product-cta { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; letter-spacing: .8px; opacity: .65; transition: all .25s; font-family: 'Inter', sans-serif; }
.sp-product-card:hover .sp-product-cta { opacity: 1; gap: 10px; }

/* ================================================================
   POPÜLER OYUNLAR
================================================================ */
.sp-games-section { padding: 96px 0; background: rgba(10,14,24,.8); }
.sp-games-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.sp-games-title-wrap { display: flex; align-items: center; gap: 20px !important; }
.sp-title-line { display: inline-block; width: 80px; height: 3px; background: #22d3ee; border-radius: 2px; flex-shrink: 0; }
.sp-btn-outline { display: inline-flex; align-items: center; padding: 10px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: #e2e8f0 !important; font-size: 13px; font-weight: 600; text-decoration: none !important; transition: all .2s; font-family: 'Inter', sans-serif; white-space: nowrap; background: rgba(255,255,255,0.08); }
.sp-btn-outline:hover { border-color: rgba(34,211,238,.4); color: #22d3ee !important; background: rgba(34,211,238,.06); }
.sp-games-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  @media (max-width: 900px) { .sp-games-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
  @media (max-width: 500px) { .sp-games-grid { grid-template-columns: 1fr; gap: 12px; } }
.sp-game-card { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; border: 1px solid rgba(255,255,255,0.10); background: #1e3856; transition: all .3s; text-decoration: none !important; display: block; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.sp-game-card:hover { border-color: rgba(34,211,238,.25); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.5); text-decoration: none !important; }
.sp-game-badge { position: absolute; z-index: 20; font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 6px; font-family: 'Inter', sans-serif; }
.sp-game-badge--popular { top: 14px; left: 14px; background: #ef4444; color: #fff; display: flex; align-items: center; gap: 4px; box-shadow: 0 0 12px rgba(239,68,68,.5); }
.sp-game-badge--right { top: 14px; right: 14px; background: rgba(0,0,0,.65); color: rgba(255,255,255,.85); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.1); }
.sp-game-img-wrap { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.sp-game-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #1e3856 0%, rgba(13,18,34,.45) 50%, transparent 100%); z-index: 10; opacity: .85; transition: opacity .3s; }
.sp-game-card:hover .sp-game-overlay { opacity: .65; }
.sp-game-img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease-out; display: block; }
.sp-game-card:hover .sp-game-img { transform: scale(1.1); }
.sp-game-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; z-index: 20; transform: translateY(0); transition: transform .3s; }
.sp-game-card:hover .sp-game-info { transform: translateY(-6px); }
.sp-game-cat { font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 8px; font-family: 'Inter', sans-serif; }
.sp-game-cat--cyan { color: #22d3ee; }
.sp-game-name { font-size: 22px !important; font-weight: 800 !important; color: #fff !important; margin: 0 0 10px !important; font-family: 'Inter', sans-serif !important; }
.sp-game-line { height: 2px; background: #22d3ee; border-radius: 1px; width: 0; transition: width .5s ease-out; }
.sp-game-card:hover .sp-game-line { width: 100%; }

/* ================================================================
   EN İYİ PVP SERVERLAR
================================================================ */
.sp-pvp-section { padding: 96px 0; background: #2a4a74; }
.sp-pvp-inner { display: grid; grid-template-columns: 380px 1fr; gap: 64px; align-items: start; }
.sp-pvp-left { padding-top: 8px; }
.sp-pvp-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 100px; border: 1px solid rgba(34,211,238,.25); background: rgba(34,211,238,.08); color: #22d3ee; font-size: 11px; font-weight: 700; letter-spacing: .8px; font-family: 'Inter', sans-serif; margin-bottom: 24px; }
.sp-pvp-title { font-size: clamp(32px, 4vw, 52px) !important; font-weight: 900 !important; line-height: 1.1 !important; color: #fff !important; margin: 0 0 20px !important; text-transform: uppercase; font-family: 'Inter', sans-serif !important; }
.sp-pvp-title-cyan { color: #22d3ee; }
.sp-pvp-desc { color: #64748b !important; font-size: 15px; line-height: 1.75; margin: 0 0 28px !important; font-family: 'Inter', sans-serif; }
.sp-pvp-list { list-style: none; margin: 0 0 36px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.sp-pvp-list li { display: flex; align-items: center; gap: 10px; color: #94a3b8; font-size: 14px; font-family: 'Inter', sans-serif; }
.sp-pvp-list li svg { flex-shrink: 0; }
.sp-pvp-btn { display: inline-flex; align-items: center; gap: 8px; background: rgba(34,211,238,.12); border: 1px solid rgba(34,211,238,.35); color: #22d3ee !important; font-size: 14px; font-weight: 700; padding: 13px 24px; border-radius: 10px; text-decoration: none !important; transition: all .22s; font-family: 'Inter', sans-serif; }
.sp-pvp-btn:hover { background: rgba(34,211,238,.22) !important; border-color: rgba(34,211,238,.6) !important; transform: translateY(-2px); }
/* Server Table */
.sp-server-table { background: rgba(10,14,24,.9); border: 1px solid rgba(255,255,255,0.13); border-radius: 14px; overflow: hidden; }
.sp-server-table-head { display: grid; grid-template-columns: 2fr 1.5fr 2fr 1.2fr; gap: 16px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.13); }
.sp-server-table-head > div { font-size: 11px; font-weight: 700; color: #475569; letter-spacing: .8px; font-family: 'Inter', sans-serif; }
.sp-server-row { display: grid; grid-template-columns: 2fr 1.5fr 2fr 1.2fr; gap: 16px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.10); align-items: center; transition: background .18s; }
.sp-server-row:last-child { border-bottom: none; }
.sp-server-row:hover { background: rgba(255,255,255,.03); }
.sp-server-col-name { display: flex; align-items: center; gap: 12px; }
.sp-server-col-type { display: flex; flex-direction: column; }
.sp-server-col-status { display: flex; align-items: center; gap: 8px; }
.sp-server-col-action { display: flex; justify-content: flex-end; }
.sp-server-avatar { width: 38px; height: 38px; border-radius: 8px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; color: rgba(255,255,255,.35); font-family: 'Inter', sans-serif; flex-shrink: 0; transition: color .18s; }
.sp-server-row:hover .sp-server-avatar { color: #22d3ee; }
.sp-server-sname { font-size: 14px; font-weight: 700; color: #e2e8f0; font-family: 'Inter', sans-serif; }
.sp-server-type-text { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.8); font-family: 'Inter', sans-serif; }
.sp-server-cap { font-size: 12px; color: #475569; font-family: 'Inter', sans-serif; }
.sp-status-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.sp-dot-online { background: #10b981; box-shadow: 0 0 8px rgba(16,185,129,.8); }
.sp-dot-offline { background: #ef4444; box-shadow: 0 0 8px rgba(239,68,68,.8); }
.sp-status-text { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9); font-family: 'Inter', sans-serif; }
.sp-status-players { display: flex; align-items: center; gap: 4px; font-size: 12px; color: #475569; font-family: 'Inter', sans-serif; margin-left: 4px; }
.sp-server-btn { display: inline-flex; align-items: center; padding: 7px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; font-size: 13px; font-weight: 600; color: #e2e8f0 !important; text-decoration: none !important; transition: all .2s; font-family: 'Inter', sans-serif; white-space: nowrap; background: rgba(255,255,255,0.08); }
.sp-server-btn:hover { background: #22d3ee !important; border-color: #22d3ee !important; color: #fff !important; }

/* ================================================================
   LEGACY PHP CONTENT WRAPPER
================================================================ */
.sp-legacy-wrap { padding: 40px 0; background: transparent; }
.sp-legacy-wrap .sp-container > * { background: rgba(10,14,24,.85) !important; border: 1px solid rgba(255,255,255,0.12) !important; border-radius: 12px !important; margin-bottom: 20px; overflow: hidden; }

/* ================================================================
   TRUST / GÜVENLİK
================================================================ */
.sp-trust-section { padding: 80px 0; background: rgba(8,12,20,.95); border-top: 1px solid rgba(255,255,255,0.10); border-bottom: 1px solid rgba(255,255,255,0.10); }
.sp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.sp-trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sp-trust-icon { width: 64px; height: 64px; border-radius: 18px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; transition: all .3s; }
.sp-trust-item:hover .sp-trust-icon { background: rgba(34,211,238,.1); border-color: rgba(34,211,238,.3); transform: scale(1.1); }
.sp-trust-title { font-size: 17px !important; font-weight: 700 !important; color: #fff !important; margin: 0 0 12px !important; font-family: 'Inter', sans-serif !important; }
.sp-trust-desc { font-size: 13px !important; color: #64748b !important; line-height: 1.75; margin: 0 !important; font-family: 'Inter', sans-serif !important; }

/* ================================================================
   FOOTER
================================================================ */
.sp-footer { background: rgba(7,10,18,.98); border-top: none; padding: 0; font-family: 'Inter', sans-serif; margin-top: 0; }
.sp-footer-top-line { height: 1px; background: linear-gradient(to right, transparent, rgba(34,211,238,.4), transparent); margin-bottom: 0; }
.sp-footer-grid { display: grid; grid-template-columns: 300px repeat(3, 1fr); gap: 48px; padding: 48px 0 48px; }
.sp-footer-brand {}
.sp-footer-logo { display: flex; align-items: center; gap: 10px; text-decoration: none !important; margin-bottom: 16px; }
.sp-footer-logo-icon { width: 32px; height: 32px; background: #22d3ee; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; color: #fff; font-family: 'Inter', sans-serif; flex-shrink: 0; }
.sp-footer-logo-text { font-size: 20px; font-weight: 700; color: #fff !important; font-family: 'Inter', sans-serif; }
.sp-footer-logo-text span { color: #22d3ee; }
.sp-footer-brand-desc { color: #475569 !important; font-size: 13px; line-height: 1.75; margin: 0 0 22px !important; }
.sp-footer-socials { display: flex; gap: 10px; }
.sp-social-btn { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #64748b !important; text-decoration: none !important; transition: all .2s; }
.sp-social-btn:hover { background: rgba(34,211,238,.15) !important; border-color: rgba(34,211,238,.35) !important; color: #22d3ee !important; }
.sp-footer-col-title { font-size: 14px !important; font-weight: 700 !important; color: #e2e8f0 !important; margin: 0 0 20px !important; display: flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif !important; }
.sp-footer-col-dot { width: 8px; height: 8px; border-radius: 50%; background: #22d3ee; flex-shrink: 0; }
.sp-footer-col ul { list-style: none; margin: 0; padding: 0; }
.sp-footer-col ul li { margin-bottom: 10px; }
.sp-footer-col ul li a { color: #64748b !important; font-size: 13px; text-decoration: none !important; transition: color .18s; font-family: 'Inter', sans-serif; }
.sp-footer-col ul li a:hover { color: #22d3ee !important; }
.sp-footer-contact { list-style: none; margin: 0; padding: 0; }
.sp-footer-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px; color: #64748b; font-size: 13px; line-height: 1.6; font-family: 'Inter', sans-serif; }
.sp-footer-contact li svg { flex-shrink: 0; margin-top: 1px; }
.sp-footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.12); }
.sp-footer-copy { color: #334155 !important; font-size: 12px; font-family: 'Inter', sans-serif; margin: 0 !important; }
.sp-footer-payments { display: flex; align-items: center; gap: 8px; }
.sp-pay-badge { height: 32px; padding: 0 14px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.4); font-family: 'Inter', sans-serif; letter-spacing: .3px; }

/* ================================================================
   GLOBAL ELEMENT OVERRIDES
================================================================ */
.section-wrap, .section { background: transparent !important; }
h1, h2, h3, h4, h5, h6 { color: #e2e8f0 !important; font-family: 'Inter', sans-serif !important; }
p { color: #94a3b8; font-family: 'Inter', sans-serif; }
a { transition: color .18s; }
a:not([class]) { color: #94a3b8; }
a:not([class]):hover { color: #22d3ee; }

/* Widgets */
.widget, .module, .widget-wrap { background: rgba(10,14,24,.88) !important; border: 1px solid rgba(255,255,255,0.13) !important; border-radius: 12px !important; }
.widget-title, .module-title, .widget h2, .widget h3, .module h2, .section-title { color: #e2e8f0 !important; font-weight: 700 !important; font-family: 'Inter', sans-serif !important; border-bottom: 1px solid rgba(255,255,255,0.13) !important; }

/* Product preview cards */
.product-preview { background: rgba(10,14,24,.92) !important; border: 1px solid rgba(255,255,255,0.13) !important; border-radius: 10px !important; overflow: hidden; transition: all .22s !important; }
.product-preview:hover { border-color: rgba(34,211,238,.28) !important; transform: translateY(-3px) !important; box-shadow: 0 10px 30px rgba(0,0,0,.4) !important; }
.product-preview .product-preview-info { background: rgba(6,9,18,.96) !important; }
.product-category { color: #22d3ee !important; font-size: 11px !important; font-weight: 600 !important; text-transform: uppercase; letter-spacing: .5px; }
.product-name { color: #e2e8f0 !important; font-weight: 600 !important; }
.product-price { color: #22d3ee !important; font-weight: 700 !important; }
.product-price.discount-price { color: #4ade80 !important; }
.product-price.old-price { color: #334155 !important; text-decoration: line-through !important; }

/* Purchase items */
.purchase-item { background: rgba(10,14,24,.88) !important; border: 1px solid rgba(255,255,255,0.13) !important; border-radius: 10px !important; margin-bottom: 6px !important; transition: all .2s !important; }
.purchase-item:hover { border-color: rgba(34,211,238,.22) !important; background: rgba(34,211,238,.03) !important; transform: translateX(2px); }
.purchase-item-price { color: #22d3ee !important; font-weight: 700 !important; }

/* Sidebar */
.sidebar { background: rgba(10,14,24,.88) !important; border: 1px solid rgba(255,255,255,0.13) !important; border-radius: 12px !important; overflow: hidden; }
.sidebar .sidebar-title, .sidebar h2, .sidebar h3 { color: #e2e8f0 !important; border-bottom: 1px solid rgba(255,255,255,0.13) !important; font-weight: 700 !important; font-family: 'Inter', sans-serif !important; }
.sidebar a, .sidebar li a { color: #94a3b8 !important; transition: color .18s !important; }
.sidebar a:hover, .sidebar li a:hover { color: #22d3ee !important; }

/* GB Carousel */
#ew1-cmrf-controls, .carousel-match-result-wrap { background: rgba(8,12,20,.96) !important; border: none !important; }
.match-selector { background: rgba(245,158,11,.07) !important; border-right: 1px solid rgba(245,158,11,.2) !important; }
.dp-option-text a { color: #f59e0b !important; }
.widget-match-result { background: rgba(10,14,24,.92) !important; border: 1px solid rgba(255,255,255,0.12) !important; border-radius: 6px !important; }
.widget-match-result:hover { border-color: rgba(34,211,238,.25) !important; background: rgba(34,211,238,.04) !important; }
.team-name { color: #e2e8f0 !important; font-weight: 600 !important; }
.team-country { color: #64748b !important; font-size: 11px !important; }
.team-country.down { color: #f87171 !important; }
.team-info.sel .team-name { color: #4ade80 !important; }
.team-info.buy .team-name { color: #22d3ee !important; }

/* Buttons */
.button, a.button { border-radius: 8px !important; font-weight: 600 !important; font-size: 13px !important; padding: 8px 18px !important; border: none !important; transition: all .2s !important; font-family: 'Inter', sans-serif !important; }
.button.primary, a.button.primary { background: linear-gradient(135deg, #22d3ee, #0891b2) !important; color: #fff !important; box-shadow: 0 4px 14px rgba(34,211,238,.28) !important; }
.button.primary:hover, a.button.primary:hover { background: linear-gradient(135deg, #38e8ff, #0ea5c9) !important; transform: translateY(-1px) !important; }

/* Forms */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"], textarea, select { background: rgba(10,14,24,.92) !important; border: 1px solid rgba(255,255,255,.1) !important; border-radius: 8px !important; color: #e2e8f0 !important; padding: 11px 14px !important; outline: none !important; transition: border-color .2s, box-shadow .2s !important; font-family: 'Inter', sans-serif !important; }
input:focus, textarea:focus, select:focus { border-color: rgba(34,211,238,.5) !important; box-shadow: 0 0 0 3px rgba(34,211,238,.1) !important; }
::placeholder { color: #334155 !important; }
label { color: #94a3b8 !important; font-weight: 500 !important; font-size: 13px !important; }

/* Tables */
table { border-collapse: collapse !important; }
table th { background: rgba(10,14,24,.95) !important; color: #94a3b8 !important; font-weight: 600 !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; font-family: 'Inter', sans-serif !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: .4px !important; }
table td { border-bottom: 1px solid rgba(255,255,255,0.10) !important; color: #c8d4e8 !important; }
table tr:hover td { background: rgba(34,211,238,.03) !important; }

/* Tabs */
.tabs-wrap .tab-item, .tab-item { color: #64748b !important; border-bottom: 2px solid transparent !important; transition: all .18s !important; font-family: 'Inter', sans-serif !important; font-weight: 600 !important; }
.tabs-wrap .tab-item.active, .tab-item.active, .tab-item:hover { color: #22d3ee !important; border-bottom-color: #22d3ee !important; }

/* Popups */
.mfp-bg { background: rgba(0,0,0,.82) !important; }
.popup-box, .popup-wrap, .message-popup { background: rgba(8,12,20,.99) !important; border: 1px solid rgba(34,211,238,.15) !important; border-radius: 16px !important; box-shadow: 0 24px 60px rgba(0,0,0,.7) !important; }

/* Scrollbar */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: rgba(6,9,18,.9); }
::-webkit-scrollbar-thumb { background: rgba(34,211,238,.22); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(34,211,238,.42); }

/* Shadow film */
.shadow-film { background: rgba(0,0,0,.78) !important; }
.line-separator, .line-separator-0, hr { background: rgba(255,255,255,0.13) !important; border-color: rgba(255,255,255,0.13) !important; }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1200px) { .sp-pvp-inner { grid-template-columns: 1fr; gap: 40px; } .sp-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1024px) { .sp-products-grid { grid-template-columns: repeat(2, 1fr); } .sp-games-grid { grid-template-columns: repeat(2, 1fr); } .sp-trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .sp-hero { min-height: 480px; } .sp-hero-content { padding: 70px 20px 50px; } .sp-hero-stats { gap: 20px; } .sp-hero-desc br { display: none; } .sp-server-table-head, .sp-server-row { grid-template-columns: 1fr 1fr; font-size: 12px; } .sp-server-col-type, .sp-server-col-action { display: none; } }
@media (max-width: 640px) { .sp-products-grid { grid-template-columns: 1fr; } .sp-games-grid { grid-template-columns: 1fr; } .sp-trust-grid { grid-template-columns: 1fr; } .sp-footer-grid { grid-template-columns: 1fr; } .sp-hero-actions { flex-direction: column; } .sp-hero-stats { flex-direction: column; gap: 16px; } .sp-footer-bottom { flex-direction: column; gap: 16px; text-align: center; } .sp-games-head { flex-direction: column; align-items: flex-start; } }

/* ============================================================
   SHADE FIX v2 - Grid force, interior pages, old nav hide
   ============================================================ */

/* Hide old nav elements that may still be in DOM */
.main-menu-wrap,
.topbox-header,
.mobile-menu-wrap,
#mobile-menu,
.mobile-search,
.user-profile-wrap > .user-profile-extra,
.topbar-wrap { display: none !important; }

/* Force sp-products-grid to 4 columns */
.sp-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}
@media (max-width: 1100px) {
  .sp-products-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .sp-products-grid { grid-template-columns: 1fr !important; }
}

/* Force sp-games-grid to 4 columns */
.sp-games-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}
@media (max-width: 1100px) {
  .sp-games-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .sp-games-grid { grid-template-columns: 1fr !important; }
}

/* Interior page - section headline banner (dark theme) */
.section-headline-wrap,
.section-headline-wrap.v2 {
  background: linear-gradient(135deg, var(--sp-card-hover) 0%, var(--sp-bg-alt) 100%) !important;
  border-bottom: 1px solid rgba(34,211,238,0.15) !important;
  padding: 28px 0 !important;
}
.section-headline h2 {
  color: #f0f4ff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}
.section-headline p,
.section-headline .separator,
.section-headline .current-section {
  color: rgba(255,255,255,0.5) !important;
}
.section-headline .current-section { color: #22d3ee !important; }
.section-headline { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Interior page - sidebar nav (alphabet filter etc.) */
.sidebar-nav-wrap {
  background: #2a4a74 !important;
  border-bottom: 1px solid rgba(34,211,238,0.08) !important;
  padding: 12px 0 !important;
}
.sidebar-nav { background: transparent !important; }
.pager { background: transparent !important; }
.pager-item a,
.pager-item p {
  color: #adb5c7 !important;
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 6px !important;
  transition: all 0.2s !important;
}
.pager-item.active a,
.pager-item.active p,
.pager-item a:hover,
.pager-item p:hover {
  background: rgba(34,211,238,0.15) !important;
  border-color: #22d3ee !important;
  color: #22d3ee !important;
}

/* Interior page - main content wrap */
.main-content-wrap,
.outer-wrap,
.outer { background: #2a4a74 !important; }

/* Interior page - product showcase headline */
.headline.vitrin,
.headline.vitrin-blue,
.headline.primary,
.headline.vitrin-green {
  background: rgba(255,255,255,0.08) !important;
  border-bottom: 1px solid rgba(34,211,238,0.12) !important;
  border-radius: 8px 8px 0 0 !important;
}
.headline h4 { color: #f0f4ff !important; }

/* Interior page - product items */
.product-item {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 8px !important;
}
.product-item:hover {
  border-color: rgba(34,211,238,0.3) !important;
  background: rgba(34,211,238,0.04) !important;
}
.product-name,
.product-info .name,
.product-author-name { color: #f0f4ff !important; }
.product-price .price,
.product-item .price { color: #22d3ee !important; font-weight: 700 !important; }
.product-item .button.primary { background: #22d3ee !important; color: #2a4a74 !important; border-radius: 6px !important; font-weight: 700 !important; }

/* Interior page - game card (oyunlar.php) */
.form-box-item {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 10px !important;
  transition: border-color 0.2s !important;
}
.form-box-item:hover { border-color: rgba(34,211,238,0.3) !important; }
.text-header { color: #adb5c7 !important; font-size: 12px !important; }
.p-title, .item-title, h3.title { color: #f0f4ff !important; }

/* Interior page - general text */
body { background-color: #2a4a74 !important; color: #adb5c7 !important; }
p, span, a, li { color: inherit; }
a { color: #22d3ee; }
a:hover { color: #67e8f9; }
h1,h2,h3,h4,h5,h6 { color: #f0f4ff; }

/* Hizmetler section (shows on all pages) */
.hizmetler-wrap,
.sp-hizmetler,
[class*="hizmet"] { display: none !important; }

/* form-box (product showcase sections on index) dark theme */
#product-sideshow-wrap { background: transparent !important; }
.product-showcase { background: rgba(255,255,255,0.02) !important; border: 1px solid rgba(255,255,255,0.12) !important; border-radius: 10px !important; margin-bottom: 20px !important; }

/* sp-legacy-wrap spacing */
.sp-legacy-wrap { padding: 0 !important; }

/* ============================================================
   SHADE FIX v3 - Vibrant nav links + oyunlar page styles
   ============================================================ */

/* BRIGHTER NAV LINKS - main header */
.sp-nav a {
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 13.5px !important;
  opacity: 1 !important;
  letter-spacing: 0.02em !important;
  padding: 6px 10px !important;
  border-radius: 6px !important;
  transition: all 0.2s !important;
}
.sp-nav a:hover {
  color: #22d3ee !important;
  background: rgba(34,211,238,0.08) !important;
}
.sp-nav a.sp-nav-active,
.sp-nav a.active {
  color: #2a4a74 !important;
  background: #22d3ee !important;
  font-weight: 700 !important;
  box-shadow: 0 0 14px rgba(34,211,238,0.35) !important;
}
/* Nav separator */
.sp-nav-sep { opacity: 0.4 !important; }

/* Drawer nav links also bright */
.sp-drawer-nav a {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.sp-drawer-nav a:hover { color: #22d3ee !important; }

/* OYUNLAR PAGE - game cards dark theme */
.product-item.column {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  border-radius: 12px !important;
  transition: all 0.2s !important;
  overflow: hidden !important;
}
.product-item.column:hover {
  border-color: rgba(34,211,238,0.3) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4) !important;
}
.product-preview-image { overflow: hidden !important; border-radius: 8px 8px 0 0 !important; }
.product-preview-image img { max-width: 100% !important; }
.product-info { padding: 12px !important; }
.product-info .text-header { color: #f0f4ff !important; font-size: 13px !important; font-weight: 600 !important; }
.product-info a { text-decoration: none !important; }

/* Grid for product items in oyunlar */
.sidebar-nav .form-box-item { padding: 0 !important; }

/* Interior content area */
.section-wrap,
.outer-wrap { background: #2a4a74 !important; }
.section { background: #2a4a74 !important; }

/* Force background on all pages */
html, body { background: #2a4a74 !important; color: #adb5c7 !important; }

/* Fix product grid in legacy sections */
.sp-legacy-wrap [style*="grid-template-columns"] {
  display: grid !important;
}

/* ============================================================
   RESPONSIVE 4-COLUMN GRID FIX - All pages
   ============================================================ */

/* Oyunlar page - force 4 column grid */
.product-list.grid,
.product-list.grid.column4-wrap,
.product-list.column4-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  float: none !important;
  padding: 20px !important;
}

/* Product item card in grid */
.product-list.grid .product-item.column,
.product-list .product-item.column {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  transition: all 0.2s !important;
}
.product-list.grid .product-item.column:hover {
  border-color: rgba(34,211,238,0.3) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.4) !important;
}

/* Product preview image - makes it tall enough */
.product-list .product-preview-image {
  width: 100% !important;
  min-height: 180px !important;
  max-height: 200px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,0.03) !important;
  margin: 0 !important;
}
.product-list .product-preview-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Product info bar */
.product-list .product-info {
  padding: 12px 16px !important;
  background: transparent !important;
}
.product-list .product-info .text-header {
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.product-list .product-info a { text-decoration: none !important; }

/* Hide old overlay actions that don't fit dark theme */
.product-preview-actions .preview-actions {
  display: none !important;
}
.product-preview-actions {
  position: relative !important;
}

/* Responsive 4 -> 3 -> 2 -> 1 */
@media (max-width: 1280px) {
  .product-list.grid,
  .product-list.grid.column4-wrap {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
  }
}
@media (max-width: 960px) {
  .product-list.grid,
  .product-list.grid.column4-wrap {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
  }
}
@media (max-width: 640px) {
  .product-list.grid,
  .product-list.grid.column4-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 12px !important;
  }
}
@media (max-width: 420px) {
  .product-list.grid,
  .product-list.grid.column4-wrap {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px !important;
  }
}

/* Product sections on homepage - responsive fix */
[style*="grid-template-columns:repeat(4,1fr)"],
[style*="grid-template-columns: repeat(4, 1fr)"] {
  display: grid !important;
}
@media (max-width: 960px) {
  .sp-legacy-wrap [style*="grid-template-columns"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .sp-legacy-wrap [style*="grid-template-columns"] {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/* ============================================================
   NEON ROTATING BORDER + HOVER SCALE EFFECT
   Applied to: .product-item.column AND .sp-card
   ============================================================ */

/* === .product-item.column (Oyunlar page) === */
.product-item.column {
  position: relative !important;
  overflow: hidden !important;
  border: none !important;
  border-radius: 14px !important;
  background: transparent !important;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease !important;
  cursor: pointer !important;
}

/* Rotating neon beam */
.product-item.column::before {
  content: '' !important;
  position: absolute !important;
  inset: -120% !important;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 60deg,
    #22d3ee 90deg,
    #67e8f9 110deg,
    rgba(34,211,238,0.6) 130deg,
    transparent 160deg,
    transparent 360deg
  ) !important;
  animation: neon-spin 4s linear infinite !important;
  z-index: 0 !important;
}

/* Inner mask - creates the border thickness (2px gap) */
.product-item.column::after {
  content: '' !important;
  position: absolute !important;
  inset: 2px !important;
  background: #0d1220 !important;
  border-radius: 12px !important;
  z-index: 1 !important;
}

/* All card content must be above pseudo-elements */
.product-item.column .product-preview-actions,
.product-item.column .product-info,
.product-item.column figure,
.product-item.column .product-preview-image,
.product-item.column > div,
.product-item.column > p {
  position: relative !important;
  z-index: 2 !important;
}

/* Hover: scale up + brighter glow + faster spin */
.product-item.column:hover {
  transform: scale(1.05) translateY(-6px) !important;
  box-shadow: 0 20px 50px rgba(34,211,238,0.2), 0 0 30px rgba(34,211,238,0.1) !important;
}
.product-item.column:hover::before {
  animation-duration: 1.8s !important;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 40deg,
    #22d3ee 70deg,
    #a5f3fc 95deg,
    #22d3ee 120deg,
    transparent 150deg,
    transparent 360deg
  ) !important;
}

/* === .sp-card (Homepage product sections) === */
.sp-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: transparent !important;
  min-height: 180px !important;
  cursor: pointer !important;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Rotating neon beam */
.sp-card::before {
  content: '' !important;
  position: absolute !important;
  inset: -120% !important;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 60deg,
    #22d3ee 90deg,
    #67e8f9 110deg,
    rgba(34,211,238,0.6) 130deg,
    transparent 160deg,
    transparent 360deg
  ) !important;
  animation: neon-spin 4s linear infinite !important;
  z-index: 0 !important;
}

/* Inner mask */
.sp-card::after {
  content: '' !important;
  position: absolute !important;
  inset: 2px !important;
  background: #0d1220 !important;
  border-radius: 12px !important;
  z-index: 1 !important;
}

/* Card content above */
.sp-card-img,
.sp-card-title,
.sp-card > * {
  position: relative !important;
  z-index: 2 !important;
}

.sp-card-img {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 130px !important;
}

.sp-card-title {
  padding: 10px 14px !important;
  font-size: 12px !important;
  color: rgba(255,255,255,0.3) !important;
  font-weight: 500 !important;
}

/* Hover: scale + glow */
.sp-card:hover {
  transform: scale(1.05) translateY(-6px) !important;
  box-shadow: 0 20px 50px rgba(34,211,238,0.2), 0 0 30px rgba(34,211,238,0.1) !important;
}
.sp-card:hover::before {
  animation-duration: 1.8s !important;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 40deg,
    #22d3ee 70deg,
    #a5f3fc 95deg,
    #22d3ee 120deg,
    transparent 150deg,
    transparent 360deg
  ) !important;
}

/* Spin keyframe */
@keyframes neon-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ============================================================
   SP-GAME-CARD — Oyun vitrin kartları (8 adet, 4+4)
   ============================================================ */

.sp-games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0;
}

.sp-game-card {
  position: relative;
  display: block;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.35s ease,
              border-color 0.3s ease;
  cursor: pointer;
}

.sp-game-bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  transition: transform 0.5s ease;
}

.sp-game-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.92) 0%,
    rgba(0,0,0,0.45) 45%,
    rgba(0,0,0,0.1) 75%,
    transparent 100%
  );
  z-index: 1;
}

.sp-game-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.sp-badge-popular {
  background: #dc2626;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sp-badge-count {
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.85);
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.12);
  margin-left: auto;
}

.sp-game-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px 18px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sp-game-cat {
  font-size: 10px;
  font-weight: 700;
  color: #22d3ee;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sp-game-name {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.9);
}

/* Hover */
.sp-game-card:hover {
  transform: scale(1.04) translateY(-5px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.5),
              0 0 0 2px rgba(34,211,238,0.5);
  border-color: rgba(34,211,238,0.4);
}
.sp-game-card:hover .sp-game-bg {
  transform: scale(1.07);
}

/* Responsive */
@media (max-width: 1100px) {
  .sp-games-grid { gap: 12px; }
  .sp-game-card  { height: 250px; }
}

@media (max-width: 768px) {
  .sp-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .sp-game-card { height: 220px; }
}

@media (max-width: 480px) {
  .sp-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .sp-game-card  { height: 190px; }
  .sp-game-name  { font-size: 14px; }
}

@media (max-width: 360px) {
  .sp-games-grid { grid-template-columns: 1fr; }
  .sp-game-card  { height: 200px; }
}


  /* ============================================================
     SP-GAME-FRONT — Karakter görseli (hover'da yükselir)
     ============================================================ */

  .sp-game-card {
    aspect-ratio: 3 / 4;
    height: auto !important;
  }

  .sp-game-front {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 60px;
    width: 90%;
    max-height: 75%;
    object-fit: contain;
    object-position: bottom;
    z-index: 2;
    opacity: 0;
    transform: translateY(24px) scale(0.92);
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.34,1.4,0.64,1);
    pointer-events: none;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.7));
  }

  .sp-game-card:hover .sp-game-front {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* Per-game neon color via CSS variable */
  .sp-game-card:hover {
    border-color: var(--gc, rgba(34,211,238,0.4));
    box-shadow: 0 18px 50px rgba(0,0,0,0.5),
                0 0 0 2px var(--gc, rgba(34,211,238,0.5));
  }

  .sp-game-card:hover .sp-game-line {
    width: 100%;
  }

  /* Override responsive heights to let aspect-ratio work */
  @media (max-width: 1100px) { .sp-game-card { height: auto !important; } }
  @media (max-width: 768px)  { .sp-game-card { height: auto !important; } }
  @media (max-width: 480px)  { .sp-game-card { height: auto !important; } .sp-game-front { bottom: 50px; } }
  @media (max-width: 360px)  { .sp-game-card { height: auto !important; } }
  
  /* Hover'da overlay saydamlaşır — karakter öne çıkar */
  .sp-game-card:hover .sp-game-overlay {
    opacity: 0.3;
  }
  


  /* ================================================================
     SHADEPROXY — REDESIGNED HERO v4
     (itemsatis split layout + s2gepin dark energy + gamesatis cards)
  ================================================================ */

  /* ── HERO v4 ──────────────────────────────────────────────────── */
  .sp-hero-v4 {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--sp-bg-alt);
  }
  .sp-hero-v4-bg {
    position: absolute; inset: 0; z-index: 0;
    background:
      radial-gradient(ellipse 55% 70% at 75% 50%, rgba(34,211,238,.09) 0%, transparent 70%),
      radial-gradient(ellipse 35% 45% at 20% 60%, rgba(8,145,178,.07) 0%, transparent 60%);
  }
  .sp-hero-v4-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(34,211,238,.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(34,211,238,.04) 1px, transparent 1px);
    background-size: 60px 60px;
  }
  .sp-hero-v4-inner {
    position: relative; z-index: 2;
    max-width: 1280px; margin: 0 auto; padding: 60px 24px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
    width: 100%;
  }
  /* Left */
  .sp-hero-v4-left {}
  .sp-hero-v4-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 14px; border-radius: 20px;
    background: rgba(34,211,238,.08); border: 1px solid rgba(34,211,238,.2);
    font-size: 11px; font-weight: 700; color: #22d3ee;
    letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
  }
  .sp-hero-v4-badge-dot {
    width: 6px; height: 6px; border-radius: 50%; background: #22d3ee;
    animation: sp-pulse 2s infinite;
  }
  .sp-hero-v4-title {
    font-size: clamp(32px, 4.5vw, 62px);
    font-weight: 900; line-height: 1.08; color: #fff;
    font-family: 'Inter', sans-serif; letter-spacing: -1px;
    margin-bottom: 18px;
  }
  .sp-hero-v4-title em {
    font-style: normal;
    background: linear-gradient(135deg, #22d3ee, #0ea5e9);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
  .sp-hero-v4-desc {
    font-size: 15px; color: #64748b; line-height: 1.7;
    max-width: 460px; margin-bottom: 32px; font-family: 'Inter', sans-serif;
  }
  .sp-hero-v4-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
  .sp-hero-v4-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 26px; border-radius: 10px;
    background: linear-gradient(135deg, #22d3ee, #0891b2);
    color: #fff; font-weight: 700; font-size: 14px;
    font-family: 'Inter', sans-serif; text-decoration: none !important;
    box-shadow: 0 4px 24px rgba(34,211,238,.3); transition: all .2s;
  }
  .sp-hero-v4-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(34,211,238,.4); }
  .sp-hero-v4-btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 26px; border-radius: 10px;
    border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,0.08);
    color: #94a3b8; font-weight: 600; font-size: 14px;
    font-family: 'Inter', sans-serif; text-decoration: none !important; transition: all .2s;
  }
  .sp-hero-v4-btn-secondary:hover { border-color: rgba(34,211,238,.35); color: #22d3ee; background: rgba(34,211,238,.06); }
  .sp-hero-v4-stats { display: flex; gap: 24px; flex-wrap: wrap; }
  .sp-hero-v4-stat {
    display: flex; flex-direction: column; gap: 2px;
  }
  .sp-hero-v4-stat-num {
    font-size: 22px; font-weight: 800; color: #fff;
    font-family: 'Inter', sans-serif;
  }
  .sp-hero-v4-stat-label { font-size: 11px; color: #475569; font-family: 'Inter', sans-serif; font-weight: 500; }
  .sp-hero-v4-stat-divider { width: 1px; background: rgba(255,255,255,.08); margin: 0 4px; }

  /* Right — 3 floating game cards */
  .sp-hero-v4-right { display: flex; flex-direction: column; gap: 14px; }
  .sp-game-card-float {
    border-radius: 16px; padding: 18px 20px;
    display: flex; align-items: center; gap: 16px;
    border: 1px solid rgba(255,255,255,0.13);
    background: rgba(255,255,255,.03); backdrop-filter: blur(8px);
    transition: transform .25s, box-shadow .25s;
    text-decoration: none !important;
  }
  .sp-game-card-float:hover { transform: translateX(-4px); box-shadow: 0 4px 24px rgba(0,0,0,.3); }
  .sp-game-card-float-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
  }
  .sp-game-card-float-info { flex: 1; }
  .sp-game-card-float-name { font-size: 14px; font-weight: 700; color: #e2e8f0; font-family: 'Inter', sans-serif; }
  .sp-game-card-float-sub { font-size: 12px; color: #475569; font-family: 'Inter', sans-serif; margin-top: 2px; }
  .sp-game-card-float-badge {
    font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px;
    font-family: 'Inter', sans-serif; flex-shrink: 0;
  }
  .sp-game-card-float--ko {
    background: linear-gradient(135deg, rgba(34,211,238,.08), rgba(8,145,178,.04));
    border-color: rgba(34,211,238,.15);
  }
  .sp-game-card-float--ko .sp-game-card-float-icon { background: rgba(34,211,238,.12); }
  .sp-game-card-float--ko .sp-game-card-float-badge { background: rgba(34,211,238,.15); color: #22d3ee; }
  .sp-game-card-float--sro {
    background: linear-gradient(135deg, rgba(168,85,247,.08), rgba(139,92,246,.04));
    border-color: rgba(168,85,247,.15);
  }
  .sp-game-card-float--sro .sp-game-card-float-icon { background: rgba(168,85,247,.12); }
  .sp-game-card-float--sro .sp-game-card-float-badge { background: rgba(168,85,247,.15); color: #a855f7; }
  .sp-game-card-float--mt {
    background: linear-gradient(135deg, rgba(245,158,11,.08), rgba(217,119,6,.04));
    border-color: rgba(245,158,11,.15);
  }
  .sp-game-card-float--mt .sp-game-card-float-icon { background: rgba(245,158,11,.12); }
  .sp-game-card-float--mt .sp-game-card-float-badge { background: rgba(245,158,11,.15); color: #f59e0b; }
  .sp-game-card-float--bm {
    background: linear-gradient(135deg, rgba(239,68,68,.08), rgba(220,38,38,.04));
    border-color: rgba(239,68,68,.15);
  }
  .sp-game-card-float--bm .sp-game-card-float-icon { background: rgba(239,68,68,.12); }
  .sp-game-card-float--bm .sp-game-card-float-badge { background: rgba(239,68,68,.15); color: #ef4444; }

  /* ── GAME CATEGORY STRIP (s2gepin / gamesatis tarzı) ──────────── */
  .sp-gamestrip {
    background: #0a1220; border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.10); padding: 0;
    overflow: hidden; position: relative;
  }
  .sp-gamestrip-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: stretch; overflow-x: auto; gap: 0;
    scrollbar-width: none;
  }
  .sp-gamestrip-inner::-webkit-scrollbar { display: none; }
  .sp-gamestrip-item {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 22px; white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,0.10);
    text-decoration: none !important; transition: background .18s;
    flex-shrink: 0; position: relative;
  }
  .sp-gamestrip-item::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 2px; background: transparent; transition: background .18s;
  }
  .sp-gamestrip-item:hover { background: rgba(34,211,238,.05); }
  .sp-gamestrip-item:hover::after { background: #22d3ee; }
  .sp-gamestrip-item.active { background: rgba(34,211,238,.07); }
  .sp-gamestrip-item.active::after { background: #22d3ee; }
  .sp-gamestrip-icon {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0;
  }
  .sp-gamestrip-name { font-size: 13px; font-weight: 600; color: #94a3b8; font-family: 'Inter', sans-serif; }
  .sp-gamestrip-item:hover .sp-gamestrip-name,
  .sp-gamestrip-item.active .sp-gamestrip-name { color: #22d3ee; }
  .sp-gamestrip-count { font-size: 10px; color: #334155; font-family: 'Inter', sans-serif; font-weight: 500; }

  /* ── FLASH DEALS (epinbudur / gamesatis tarzı) ────────────────── */
  .sp-flash-section {
    padding: 64px 0; background: #2a4a74; position: relative;
  }
  .sp-flash-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 28px; flex-wrap: wrap; gap: 12px;
  }
  .sp-flash-title-wrap { display: flex; align-items: center; gap: 12px; }
  .sp-flash-badge {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 12px; border-radius: 20px;
    background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.25);
    font-size: 11px; font-weight: 700; color: #ef4444; letter-spacing: .06em;
    font-family: 'Inter', sans-serif;
  }
  .sp-flash-title {
    font-size: 22px; font-weight: 800; color: #fff; font-family: 'Inter', sans-serif;
  }
  .sp-flash-see-all {
    font-size: 13px; font-weight: 600; color: #22d3ee;
    text-decoration: none; transition: color .18s;
    font-family: 'Inter', sans-serif;
  }
  .sp-flash-see-all:hover { color: #fff; }
  .sp-flash-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
  }
  .sp-flash-card {
    background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,0.13);
    border-radius: 16px; padding: 20px; position: relative;
    transition: all .25s; text-decoration: none !important; display: flex; flex-direction: column;
  }
  .sp-flash-card:hover { border-color: rgba(34,211,238,.3); background: rgba(34,211,238,.04); transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,.3); }
  .sp-flash-card-badge {
    position: absolute; top: 12px; right: 12px;
    font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 20px;
    background: linear-gradient(135deg, #22d3ee, #0891b2); color: #fff; letter-spacing: .04em;
  }
  .sp-flash-card-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px; font-size: 24px;
  }
  .sp-flash-card-game { font-size: 11px; color: #475569; font-family: 'Inter', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
  .sp-flash-card-name { font-size: 15px; font-weight: 700; color: #e2e8f0; font-family: 'Inter', sans-serif; margin-bottom: 8px; line-height: 1.3; }
  .sp-flash-card-price { font-size: 20px; font-weight: 800; color: #22d3ee; font-family: 'Inter', sans-serif; margin-top: auto; }
  .sp-flash-card-price span { font-size: 12px; color: #475569; font-weight: 400; margin-left: 4px; }
  .sp-flash-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.12); }
  .sp-flash-card-delivery { font-size: 11px; color: #22d3ee; font-weight: 600; font-family: 'Inter', sans-serif; }
  .sp-flash-card-btn { font-size: 12px; font-weight: 700; color: #fff; background: linear-gradient(135deg,#22d3ee,#0891b2); padding: 5px 14px; border-radius: 7px; text-decoration: none !important; transition: opacity .18s; }
  .sp-flash-card-btn:hover { opacity: .85; }

  /* ── WHITE TEMA HERO v4 ───────────────────────────────────────── */
  html[data-theme="light"] .sp-hero-v4 { background: linear-gradient(135deg, #fff5ec 0%, #fdf0e0 60%, #fef6f0 100%); }
  html[data-theme="light"] .sp-hero-v4-bg { background: radial-gradient(ellipse 55% 70% at 75% 50%, rgba(240,113,1,.12) 0%, transparent 70%); }
  html[data-theme="light"] .sp-hero-v4-title { color: #1a0a00; }
  html[data-theme="light"] .sp-hero-v4-title em { background: linear-gradient(135deg, #F07101, #ED7868); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
  html[data-theme="light"] .sp-hero-v4-desc { color: #7a3d10; }
  html[data-theme="light"] .sp-hero-v4-badge { background: rgba(240,113,1,.1); border-color: rgba(240,113,1,.3); color: #F07101; }
  html[data-theme="light"] .sp-hero-v4-badge-dot { background: #F07101; }
  html[data-theme="light"] .sp-hero-v4-btn-primary { background: linear-gradient(135deg,#F07101,#ED7868); box-shadow: 0 4px 24px rgba(240,113,1,.3); }
  html[data-theme="light"] .sp-hero-v4-btn-secondary { border-color: rgba(240,113,1,.25); color: #5c3010; }
  html[data-theme="light"] .sp-hero-v4-btn-secondary:hover { color: #F07101; border-color: #F07101; background: rgba(240,113,1,.06); }
  html[data-theme="light"] .sp-hero-v4-stat-num { color: #1a0a00; }
  html[data-theme="light"] .sp-hero-v4-stat-label { color: #9a5a20; }
  html[data-theme="light"] .sp-hero-v4-stat-divider { background: rgba(240,113,1,.15); }
  html[data-theme="light"] .sp-game-card-float { background: rgba(255,255,255,.8); border-color: rgba(240,113,1,.12); }
  html[data-theme="light"] .sp-game-card-float-name { color: #1a0a00; }
  html[data-theme="light"] .sp-game-card-float-sub { color: #9a5a20; }
  html[data-theme="light"] .sp-gamestrip { background: #fff8f2; border-color: rgba(240,113,1,.1); }
  html[data-theme="light"] .sp-gamestrip-item:hover { background: rgba(240,113,1,.05); }
  html[data-theme="light"] .sp-gamestrip-item:hover::after,
  html[data-theme="light"] .sp-gamestrip-item.active::after { background: #F07101; }
  html[data-theme="light"] .sp-gamestrip-item:hover .sp-gamestrip-name,
  html[data-theme="light"] .sp-gamestrip-item.active .sp-gamestrip-name { color: #F07101; }
  html[data-theme="light"] .sp-flash-section { background: #fdf6f0; }
  html[data-theme="light"] .sp-flash-card { background: #fff; border-color: #EDCB68; }
  html[data-theme="light"] .sp-flash-card:hover { border-color: #F07101; }
  html[data-theme="light"] .sp-flash-card-name { color: #1a0a00; }
  html[data-theme="light"] .sp-flash-card-price { color: #F07101; }
  html[data-theme="light"] .sp-flash-card-delivery { color: #F07101; }
  html[data-theme="light"] .sp-flash-card-btn { background: linear-gradient(135deg,#F07101,#ED7868); }
  html[data-theme="light"] .sp-flash-title { color: #1a0a00; }

  /* ── RESPONSIVE ───────────────────────────────────────────────── */
  @media(max-width:1024px){ .sp-hero-v4-inner { grid-template-columns:1fr; } .sp-hero-v4-right { display:none; } }
  @media(max-width:768px){ .sp-flash-grid { grid-template-columns:repeat(2,1fr); } .sp-hero-v4-title { font-size:32px; } }
  @media(max-width:480px){ .sp-flash-grid { grid-template-columns:1fr; } }
  


  /* ================================================================
     SHADEPROXY REDESIGN v5 — Professional Gaming Marketplace
     Inspired by: s2gepin | itemsatis | gamesatis | bursagb | epinbudur
  ================================================================ */

  /* ── HERO SLIDER ─────────────────────────────────────────────── */
  .sp-slider-wrap {
    position: relative; overflow: hidden;
    height: 560px; background: #091828;
  }
  .sp-slider-track {
    display: flex; height: 100%;
    transition: transform .6s cubic-bezier(.77,0,.18,1);
  }
  .sp-slide {
    min-width: 100%; height: 100%; position: relative; flex-shrink: 0;
  }
  .sp-slide-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 8s ease;
  }
  .sp-slide.sp-slide-active .sp-slide-bg { transform: scale(1.06); }
  .sp-slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(3,8,16,.88) 0%, rgba(3,8,16,.55) 50%, rgba(3,8,16,.15) 100%);
  }
  .sp-slide-content {
    position: absolute; inset: 0; display: flex; flex-direction: column;
    justify-content: center; padding: 0 80px;
    max-width: 620px;
  }
  .sp-slide-game-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 14px; border-radius: 4px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
    font-size: 11px; font-weight: 700; color: #94a3b8; letter-spacing: .1em;
    text-transform: uppercase; margin-bottom: 18px; width: fit-content;
    font-family: 'Inter', sans-serif;
  }
  .sp-slide-title {
    font-size: clamp(28px,4vw,52px); font-weight: 900; line-height: 1.1;
    color: #fff; font-family: 'Inter', sans-serif; letter-spacing: -1px;
    margin-bottom: 12px;
  }
  .sp-slide-title span { display: block; }
  .sp-slide-sub {
    font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.6;
    margin-bottom: 28px; font-family: 'Inter', sans-serif;
    max-width: 480px;
  }
  .sp-slide-actions { display: flex; gap: 12px; align-items: center; margin-bottom: 32px; }
  .sp-slide-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; border-radius: 8px;
    font-weight: 700; font-size: 14px; color: #091828;
    text-decoration: none !important; font-family: 'Inter', sans-serif;
    transition: all .2s; white-space: nowrap;
  }
  .sp-slide-btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px; border-radius: 8px;
    border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.75);
    font-weight: 600; font-size: 14px; text-decoration: none !important;
    font-family: 'Inter', sans-serif; transition: all .2s;
  }
  .sp-slide-btn-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }
  .sp-slide-tags { display: flex; gap: 8px; flex-wrap: wrap; }
  .sp-slide-tag {
    padding: 3px 10px; border-radius: 4px; font-size: 11px;
    font-weight: 600; font-family: 'Inter', sans-serif;
    background: rgba(255,255,255,0.12); color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.08);
  }
  .sp-slide-front-img {
    position: absolute; right: 80px; bottom: 0; height: 90%; object-fit: contain;
    filter: drop-shadow(0 0 40px rgba(0,0,0,.5)); pointer-events: none;
  }

  /* Slider controls */
  .sp-slider-dots {
    position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 8px; z-index: 10;
  }
  .sp-slider-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,.25); cursor: pointer;
    transition: all .25s; border: none; padding: 0;
  }
  .sp-slider-dot.active { width: 28px; border-radius: 4px; background: #fff; }
  .sp-slider-arrows {
    position: absolute; bottom: 18px; right: 40px; display: flex; gap: 8px; z-index: 10;
  }
  .sp-slider-arrow {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all .2s; color: #fff; font-size: 16px;
  }
  .sp-slider-arrow:hover { background: rgba(255,255,255,.18); }

  /* Slide-specific colors */
  .sp-slide--ko .sp-slide-btn-primary { background: linear-gradient(135deg,#22d3ee,#0891b2); box-shadow: 0 4px 24px rgba(34,211,238,.35); }
  .sp-slide--ko .sp-slide-btn-primary:hover { box-shadow: 0 8px 36px rgba(34,211,238,.5); transform: translateY(-2px); }
  .sp-slide--sro .sp-slide-btn-primary { background: linear-gradient(135deg,#a855f7,#7c3aed); box-shadow: 0 4px 24px rgba(168,85,247,.35); }
  .sp-slide--mt .sp-slide-btn-primary { background: linear-gradient(135deg,#f59e0b,#d97706); box-shadow: 0 4px 24px rgba(245,158,11,.35); }
  .sp-slide--valo .sp-slide-btn-primary { background: linear-gradient(135deg,#ff4655,#c41e3a); box-shadow: 0 4px 24px rgba(255,70,85,.35); }

  /* ── QUICK CATEGORY STRIP ─────────────────────────────────────── */
  .sp-cat-strip {
    background: #08101e; border-bottom: 1px solid rgba(255,255,255,0.12);
    position: sticky; top: 0; z-index: 40;
  }
  .sp-cat-strip-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: stretch; overflow-x: auto;
    scrollbar-width: none; gap: 0;
  }
  .sp-cat-strip-inner::-webkit-scrollbar { display: none; }
  .sp-cat-btn {
    display: flex; align-items: center; gap: 9px;
    padding: 12px 20px; flex-shrink: 0; white-space: nowrap;
    text-decoration: none !important; border-bottom: 2px solid transparent;
    font-size: 13px; font-weight: 600; color: #475569;
    font-family: 'Inter', sans-serif; transition: all .18s;
    position: relative;
  }
  .sp-cat-btn:hover { color: #94a3b8; border-bottom-color: rgba(34,211,238,.4); }
  .sp-cat-btn.active { color: #22d3ee; border-bottom-color: #22d3ee; }
  .sp-cat-btn-ico {
    width: 24px; height: 24px; border-radius: 6px;
    display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0;
  }
  .sp-cat-btn-count {
    font-size: 10px; padding: 1px 6px; border-radius: 10px;
    background: rgba(34,211,238,.12); color: #22d3ee;
    font-weight: 700; font-family: 'Inter', sans-serif;
  }

  /* ── GAME CARDS (gerçek görselli — s2gepin tarzı) ─────────────── */
  .sp-section { padding: 56px 0; }
  .sp-section-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 28px; flex-wrap: wrap; gap: 12px;
  }
  .sp-section-label {
    font-size: 12px; font-weight: 400; color: #94a3b8;
    letter-spacing: 0; text-transform: none;
    font-family: 'Inter', sans-serif; margin-bottom: 0; margin-top: 3px;
    display: block;
  }
  .sp-section-h2 {
    font-size: 18px; font-weight: 800; color: #fff;
    font-family: 'Inter', sans-serif; letter-spacing: -.2px;
    margin: 0;
  }
  .sp-see-all {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 700; color: #F07101;
    text-decoration: none; transition: color .18s; white-space: nowrap;
    font-family: 'Inter', sans-serif;
    background: rgba(240,113,1,0.12);
    border: 1px solid rgba(240,113,1,0.3);
    border-radius: 6px;
    padding: 5px 12px;
  }
  .sp-see-all:hover { color: #fff; background: rgba(240,113,1,0.22); border-color: rgba(240,113,1,0.5); }

  /* 3-col game cards */
  .sp-game-cards-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
  }
  .sp-gcardv2 {
    position: relative; border-radius: 16px; overflow: hidden;
    height: 280px; cursor: pointer; text-decoration: none !important;
    display: block; transition: transform .25s, box-shadow .25s;
  }
  .sp-gcardv2:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
  .sp-gcardv2-bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transition: transform .4s ease;
  }
  .sp-gcardv2:hover .sp-gcardv2-bg { transform: scale(1.06); }
  .sp-gcardv2-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(3,8,16,.95) 0%, rgba(3,8,16,.3) 55%, rgba(3,8,16,.1) 100%);
  }
  .sp-gcardv2-logo {
    position: absolute; top: 16px; right: 16px;
    height: 52px; width: auto; object-fit: contain;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.6));
  }
  .sp-gcardv2-body {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px;
  }
  .sp-gcardv2-cat {
    font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    font-family: 'Inter', sans-serif; margin-bottom: 4px;
  }
  .sp-gcardv2-name {
    font-size: 19px; font-weight: 800; color: #fff;
    font-family: 'Inter', sans-serif; margin-bottom: 10px;
  }
  .sp-gcardv2-meta {
    display: flex; align-items: center; justify-content: space-between;
  }
  .sp-gcardv2-badges { display: flex; gap: 6px; flex-wrap: wrap; }
  .sp-gcardv2-badge {
    font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 4px;
    font-family: 'Inter', sans-serif;
  }
  .sp-gcardv2-btn {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 7px 14px; border-radius: 8px; font-size: 12px; font-weight: 700;
    color: #fff; font-family: 'Inter', sans-serif; text-decoration: none !important;
    white-space: nowrap;
  }
  .sp-gcardv2-btn svg { width: 12px; height: 12px; }

  /* 6-col mini game strip row */
  .sp-mini-games-row {
    display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; margin-top: 16px;
  }
  .sp-mini-gcard {
    border-radius: 12px; overflow: hidden; aspect-ratio: 3/4; position: relative;
    text-decoration: none !important; display: block; transition: all .2s;
  }
  .sp-mini-gcard:hover { transform: translateY(-4px); }
  .sp-mini-gcard-bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transition: transform .35s ease;
  }
  .sp-mini-gcard:hover .sp-mini-gcard-bg { transform: scale(1.08); }
  .sp-mini-gcard-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(0deg,rgba(3,8,16,.9) 0%,rgba(3,8,16,.1) 70%);
  }
  .sp-mini-gcard-name {
    position: absolute; bottom: 10px; left: 10px; right: 10px;
    font-size: 11px; font-weight: 700; color: #fff;
    font-family: 'Inter', sans-serif; line-height: 1.2;
  }

  /* ── PRODUCT CARDS (ürün listesi — itemsatis/gamesatis tarzı) ──── */
  .sp-prod-section { padding: 56px 0; background: var(--sp-bg-alt); }
  .sp-prod-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }

  .sp-prodcard {
    background: #0d1c32; border: 1px solid rgba(255,255,255,0.13);
    border-radius: 14px; overflow: hidden; transition: all .25s;
    text-decoration: none !important; display: flex; flex-direction: column;
  }
  .sp-prodcard:hover {
    border-color: var(--pc, rgba(34,211,238,.4));
    box-shadow: 0 8px 36px rgba(0,0,0,.35); transform: translateY(-3px);
  }
  .sp-prodcard-img {
    width: 100%; height: 120px; object-fit: cover; display: block;
    background: var(--sp-card-hover);
  }
  .sp-prodcard-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; }
  .sp-prodcard-game {
    font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
    font-family: 'Inter', sans-serif; margin-bottom: 4px;
  }
  .sp-prodcard-name {
    font-size: 14px; font-weight: 700; color: #e2e8f0;
    font-family: 'Inter', sans-serif; margin-bottom: 8px; line-height: 1.3;
  }
  .sp-prodcard-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 12px; margin-top: auto; }
  .sp-prodcard-tag {
    font-size: 10px; padding: 2px 8px; border-radius: 4px;
    font-weight: 600; font-family: 'Inter', sans-serif;
  }
  .sp-prodcard-footer {
    padding: 10px 16px 14px; border-top: 1px solid rgba(255,255,255,0.10);
    display: flex; align-items: center; justify-content: space-between;
  }
  .sp-prodcard-price {
    font-size: 16px; font-weight: 800; font-family: 'Inter', sans-serif;
  }
  .sp-prodcard-cta {
    font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 7px;
    text-decoration: none !important; transition: opacity .18s;
    font-family: 'Inter', sans-serif;
  }
  .sp-prodcard-cta:hover { opacity: .85; }
  .sp-prodcard-delivery {
    font-size: 10px; font-weight: 600; display: flex; align-items: center; gap: 4px;
    margin-top: 6px; font-family: 'Inter', sans-serif;
  }

  /* ── TICKER (canlı fiyat şeridi) ─────────────────────────────── */
  .sp-ticker-wrap {
    background: #08101e; border-top: 1px solid rgba(34,211,238,.1);
    border-bottom: 1px solid rgba(34,211,238,.1); padding: 10px 0;
    overflow: hidden;
  }
  .sp-ticker-label {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 3px 14px 3px 0; border-right: 1px solid rgba(34,211,238,.2);
    font-size: 11px; font-weight: 700; color: #22d3ee;
    letter-spacing: .08em; white-space: nowrap; flex-shrink: 0;
    font-family: 'Inter', sans-serif;
  }
  .sp-ticker-inner { display: flex; align-items: center; gap: 32px; }
  .sp-ticker-scroll {
    display: flex; gap: 32px; animation: sp-ticker 20s linear infinite; flex-shrink: 0;
  }
  @keyframes sp-ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .sp-ticker-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; font-family: 'Inter', sans-serif; white-space: nowrap;
  }
  .sp-ticker-game { color: #475569; font-weight: 600; }
  .sp-ticker-product { color: #94a3b8; }
  .sp-ticker-price { font-weight: 700; color: #22d3ee; }
  .sp-ticker-change-up { font-size: 10px; color: #4ade80; font-weight: 700; }
  .sp-ticker-sep { color: #1e3a5f; font-size: 18px; }

  /* ── TRUST BAR ────────────────────────────────────────────────── */
  .sp-trust-bar {
    background: var(--sp-bg-alt); padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.10);
  }
  .sp-trust-bar-grid {
    max-width: 1280px; margin: 0 auto; padding: 0 24px;
    display: grid; grid-template-columns: repeat(4,1fr); gap: 32px;
  }
  .sp-trust-bar-item {
    display: flex; align-items: flex-start; gap: 16px;
  }
  .sp-trust-bar-ico {
    width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
  }
  .sp-trust-bar-title { font-size: 15px; font-weight: 700; color: #e2e8f0; font-family: 'Inter', sans-serif; margin-bottom: 4px; }
  .sp-trust-bar-sub { font-size: 12px; color: #475569; font-family: 'Inter', sans-serif; line-height: 1.5; }

  /* ── LIGHT TEMA ───────────────────────────────────────────────── */
  html[data-theme="light"] .sp-slider-wrap { background: #1a0a00; }
  html[data-theme="light"] .sp-cat-strip { background: #fff8f2; border-bottom-color: rgba(240,113,1,.1); }
  html[data-theme="light"] .sp-cat-btn { color: #9a5a20; }
  html[data-theme="light"] .sp-cat-btn:hover { color: #5c2c00; border-bottom-color: rgba(240,113,1,.4); }
  html[data-theme="light"] .sp-cat-btn.active { color: #F07101; border-bottom-color: #F07101; }
  html[data-theme="light"] .sp-cat-btn-count { background: rgba(240,113,1,.1); color: #F07101; }
  html[data-theme="light"] .sp-section-h2 { color: #1a0a00; }
  html[data-theme="light"] .sp-section-label { color: #F07101; }
  html[data-theme="light"] .sp-see-all { color: #F07101; }
  html[data-theme="light"] .sp-prod-section { background: #fdf6f0; }
  html[data-theme="light"] .sp-prodcard { background: #fff; border-color: rgba(240,113,1,.12); }
  html[data-theme="light"] .sp-prodcard-name { color: #1a0a00; }
  html[data-theme="light"] .sp-ticker-wrap { background: #fff8f2; border-color: rgba(240,113,1,.15); }
  html[data-theme="light"] .sp-ticker-label { color: #F07101; }
  html[data-theme="light"] .sp-ticker-price { color: #F07101; }
  html[data-theme="light"] .sp-trust-bar { background: #fdf6f0; }
  html[data-theme="light"] .sp-trust-bar-title { color: #1a0a00; }

  /* ── RESPONSIVE ───────────────────────────────────────────────── */
  @media(max-width:1024px) {
    .sp-game-cards-grid { grid-template-columns: repeat(2,1fr); }
    .sp-prod-grid { grid-template-columns: repeat(2,1fr); }
    .sp-mini-games-row { grid-template-columns: repeat(3,1fr); }
    .sp-trust-bar-grid { grid-template-columns: repeat(2,1fr); }
    .sp-slide-front-img { display: none; }
  }
  @media(max-width:768px) {
    .sp-slider-wrap { height: 440px; }
    .sp-slide-content { padding: 0 32px; }
    .sp-slide-title { font-size: 28px; }
    .sp-game-cards-grid { grid-template-columns: 1fr; }
    .sp-prod-grid { grid-template-columns: repeat(2,1fr); }
    .sp-mini-games-row { grid-template-columns: repeat(2,1fr); }
    .sp-trust-bar-grid { grid-template-columns: 1fr 1fr; }
  }
  @media(max-width:480px) {
    .sp-prod-grid { grid-template-columns: 1fr; }
  }
  
  /* ── YENİ SLIDE RENKLER (PUBG + CS2) ──────────────────────────── */
  .sp-slide--pubg .sp-slide-btn-primary { background: linear-gradient(135deg,#f97316,#ea580c); box-shadow: 0 4px 24px rgba(249,115,22,.35); color: #fff; }
  .sp-slide--pubg .sp-slide-btn-primary:hover { box-shadow: 0 8px 36px rgba(249,115,22,.5); transform: translateY(-2px); }
  .sp-slide--cs2 .sp-slide-btn-primary { background: linear-gradient(135deg,#eab308,#ca8a04); box-shadow: 0 4px 24px rgba(234,179,8,.35); color: #091828; }
  .sp-slide--cs2 .sp-slide-btn-primary:hover { box-shadow: 0 8px 36px rgba(234,179,8,.5); transform: translateY(-2px); }

  /* ── Mobile Legends slide ── */
  .sp-slide--ml { background: #030a1a; }
  .sp-slide--ml .sp-slide-overlay {
    background: linear-gradient(105deg, rgba(3,8,16,.95) 0%, rgba(3,16,36,.7) 55%, rgba(14,165,233,.08) 100%);
  }
  .sp-slide--ml .sp-slide-game-badge  { background: rgba(14,165,233,.1); border-color: rgba(14,165,233,.3); color: #0ea5e9; }
  .sp-slide--ml .sp-slide-title       { color: #fff; }
  .sp-slide--ml .sp-slide-title span:last-child { color: #0ea5e9; }
  .sp-slide--ml .sp-slide-tag         { background: rgba(14,165,233,.12); color: #38bdf8; border-color: rgba(14,165,233,.25); }
  .sp-slide--ml .sp-slide-btn-ghost   { color: rgba(56,189,248,.8); border-color: rgba(14,165,233,.35); }
  .sp-slide--ml .sp-slide-btn-ghost:hover { background: rgba(14,165,233,.12); border-color: #0ea5e9; }
  .sp-slide--ml .sp-slide-btn-primary:hover { box-shadow: 0 8px 36px rgba(14,165,233,.5); transform: translateY(-2px); }

  /* ── League of Legends slide ── */
  .sp-slide--lol { background: #040c18; }
  .sp-slide--lol .sp-slide-overlay {
    background: linear-gradient(105deg, rgba(3,8,16,.96) 0%, rgba(8,20,45,.72) 55%, rgba(200,170,110,.06) 100%);
  }
  .sp-slide--lol .sp-slide-game-badge  { background: rgba(200,170,110,.1); border-color: rgba(200,170,110,.3); color: #c8aa6e; }
  .sp-slide--lol .sp-slide-title       { color: #fff; }
  .sp-slide--lol .sp-slide-title span:last-child { color: #c8aa6e; }
  .sp-slide--lol .sp-slide-tag         { background: rgba(200,170,110,.12); color: #d4b97a; border-color: rgba(200,170,110,.25); }
  .sp-slide--lol .sp-slide-btn-ghost   { color: rgba(200,170,110,.8); border-color: rgba(200,170,110,.35); }
  .sp-slide--lol .sp-slide-btn-ghost:hover { background: rgba(200,170,110,.1); border-color: #c8aa6e; }
  .sp-slide--lol .sp-slide-btn-primary:hover { box-shadow: 0 8px 36px rgba(200,170,110,.45); transform: translateY(-2px); }

  /* ── Roblox slide ── */
  .sp-slide--roblox { background: #0f0303; }
  .sp-slide--roblox .sp-slide-overlay {
    background: linear-gradient(105deg, rgba(3,8,16,.96) 0%, rgba(20,5,5,.75) 55%, rgba(239,68,68,.07) 100%);
  }
  .sp-slide--roblox .sp-slide-game-badge  { background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.3); color: #ef4444; }
  .sp-slide--roblox .sp-slide-title       { color: #fff; }
  .sp-slide--roblox .sp-slide-title span:last-child { color: #ef4444; }
  .sp-slide--roblox .sp-slide-tag         { background: rgba(239,68,68,.12); color: #f87171; border-color: rgba(239,68,68,.25); }
  .sp-slide--roblox .sp-slide-btn-ghost   { color: rgba(248,113,113,.8); border-color: rgba(239,68,68,.35); }
  .sp-slide--roblox .sp-slide-btn-ghost:hover { background: rgba(239,68,68,.1); border-color: #ef4444; }
  .sp-slide--roblox .sp-slide-btn-primary:hover { box-shadow: 0 8px 36px rgba(239,68,68,.5); transform: translateY(-2px); }

  /* ── Steam slide ── */
  .sp-slide--steam { background: #0b1522; }
  .sp-slide--steam .sp-slide-overlay {
    background: linear-gradient(105deg, rgba(3,8,16,.97) 0%, rgba(5,15,30,.78) 55%, rgba(103,193,245,.06) 100%);
  }
  .sp-slide--steam .sp-slide-game-badge  { background: rgba(103,193,245,.1); border-color: rgba(103,193,245,.3); color: #67c1f5; }
  .sp-slide--steam .sp-slide-title       { color: #fff; }
  .sp-slide--steam .sp-slide-title span:last-child { color: #67c1f5; }
  .sp-slide--steam .sp-slide-tag         { background: rgba(103,193,245,.12); color: #93d2f7; border-color: rgba(103,193,245,.25); }
  .sp-slide--steam .sp-slide-btn-ghost   { color: rgba(103,193,245,.8); border-color: rgba(103,193,245,.35); }
  .sp-slide--steam .sp-slide-btn-ghost:hover { background: rgba(103,193,245,.1); border-color: #67c1f5; }
  .sp-slide--steam .sp-slide-btn-primary:hover { box-shadow: 0 8px 36px rgba(103,193,245,.45); transform: translateY(-2px); }

  /* Slider height artırıldı — daha sinematik */
  .sp-slider-wrap { height: 600px; }

  /* Slide title — daha büyük, daha etkileyici */
  .sp-slide-title { font-size: clamp(32px,4.5vw,64px); }
  .sp-slide-sub { font-size: 15px; line-height: 1.75; max-width: 520px; }

  /* Slider dot genişliği artırıldı */
  .sp-slider-dot { width: 8px; height: 8px; }
  .sp-slider-dot.active { width: 32px; }

  /* Nav görünürlük geliştirmesi — external CSS backup */
  .sp-nav a { color: #c8d4e8 !important; }
  .sp-icon-btn { color: #c8d4e8; }
  .sp-btn-giris { color: #c8d4e8 !important; }

  @media(max-width:768px){ .sp-slider-wrap { height: 460px; } .sp-slide-title { font-size: 30px; } }
  @media(max-width:480px){ .sp-slider-wrap { height: 400px; } }
  

  /* ══════════════════════════════════════════════════════════
     POPULAR GAMES — bursagb tarzı 3 katmanlı kart sistemi
  ══════════════════════════════════════════════════════════ */
  .sp-pop-section { background:var(--sp-bg-alt); padding:48px 0 56px; }
  .sp-pop-header {
    display:flex; align-items:flex-end; justify-content:space-between;
    margin-bottom:20px;
  }
  .sp-pop-title {
    font-size:clamp(20px,2.2vw,26px); font-weight:800; color:#fff;
    font-family:'Inter',sans-serif; margin:0 0 4px;
  }
  .sp-pop-sub { font-size:13px; color:#64748b; margin:0; font-family:'Inter',sans-serif; }
  .sp-pop-all {
    display:inline-block; padding:8px 20px; border-radius:8px;
    background:linear-gradient(135deg,#22d3ee,#0891b2);
    color:#091828; font-size:12px; font-weight:800; letter-spacing:.06em;
    text-decoration:none; white-space:nowrap; transition:all .2s;
    font-family:'Inter',sans-serif;
  }
  .sp-pop-all:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(34,211,238,.4); }

  /* Kart grid — 8 kolon */
  .sp-catbox-grid {
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:10px;
  }

  /* Ana kart */
  .sp-catbox {
    position:relative; border-radius:12px; overflow:hidden;
    aspect-ratio:3/4; display:block; text-decoration:none !important;
    background:var(--sp-card-hover); cursor:pointer;
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .sp-catbox:hover {
    transform:translateY(-5px) scale(1.02);
    box-shadow:0 20px 45px rgba(0,0,0,.7);
    z-index:2;
  }

  /* BG katmanı */
  .sp-catbox-bg {
    position:absolute; inset:0; overflow:hidden;
  }
  .sp-catbox-bg img {
    width:100%; height:100%; object-fit:cover; object-position:top center;
    transition:transform .45s ease;
  }
  .sp-catbox:hover .sp-catbox-bg img { transform:scale(1.08); }

  /* BG üst karartma (bursagb tarzı) */
  .sp-catbox-bg::before {
    content:''; position:absolute; inset:0; z-index:1;
    background:linear-gradient(0deg,rgba(3,8,16,.9) 0%,rgba(3,8,16,.3) 45%,rgba(3,8,16,.1) 100%);
    transition:background .35s;
  }
  .sp-catbox:hover .sp-catbox-bg::before {
    background:linear-gradient(0deg,rgba(3,8,16,.4) 0%,rgba(3,8,16,.05) 40%,transparent 100%);
  }
  .sp-catbox-bg::after {
    content:''; position:absolute; inset:0; z-index:2;
    background:linear-gradient(180deg,rgba(3,8,16,.2) 0%,transparent 40%);
  }

  /* Logo katmanı — hover'da kaybolur */
  .sp-catbox-logo {
    position:absolute; inset:0; z-index:3;
    display:flex; align-items:center; justify-content:center;
    padding:12px;
    transition:opacity .3s ease, transform .3s ease;
  }
  .sp-catbox-logo img {
    width:72%; max-width:130px; object-fit:contain;
    filter:drop-shadow(0 4px 14px rgba(0,0,0,.8));
  }
  .sp-catbox:hover .sp-catbox-logo {
    opacity:0;
    transform:translateY(-8px);
  }

  /* Karakter (front) — hover'da aşağıdan çıkar */
  .sp-catbox-front {
    position:absolute; bottom:-100%; left:0; width:100%; height:100%;
    object-fit:cover; object-position:top center;
    z-index:4;
    transition:bottom .4s cubic-bezier(.4,0,.2,1), opacity .35s ease;
    opacity:0;
  }
  .sp-catbox:hover .sp-catbox-front {
    bottom:0;
    opacity:1;
  }

  /* Responsive */
  @media(max-width:1200px){
    .sp-catbox-grid{ grid-template-columns:repeat(6,1fr); gap:8px; }
  }
  @media(max-width:900px){
    .sp-catbox-grid{ grid-template-columns:repeat(4,1fr); gap:8px; }
  }
  @media(max-width:600px){
    .sp-catbox-grid{ grid-template-columns:repeat(4,1fr); gap:6px; }
  }

  /* ══════════════════════════════════════════════════════════
     GAME TICKER STRIP — sonsuz kayan oyun şeridi
  ══════════════════════════════════════════════════════════ */
  .sp-cat-strip {
    background:#080f1e;
    border-top:1px solid rgba(34,211,238,.12);
    border-bottom:1px solid rgba(34,211,238,.12);
    overflow:hidden;
    position:relative;
  }
  .sp-cat-strip::before,
  .sp-cat-strip::after {
    content:''; position:absolute; top:0; bottom:0; width:60px; z-index:2; pointer-events:none;
  }
  .sp-cat-strip::before { left:0;  background:linear-gradient(90deg,#080f1e,transparent); }
  .sp-cat-strip::after  { right:0; background:linear-gradient(-90deg,#080f1e,transparent); }

  .sp-ticker-wrap { overflow:hidden; width:100%; }

  .sp-ticker {
    display:flex;
    width:max-content;
    animation:spTickerScroll 40s linear infinite;
  }
  .sp-ticker:hover { animation-play-state:paused; }

  @keyframes spTickerScroll {
    0%   { transform:translateX(0); }
    100% { transform:translateX(-50%); }
  }

  .sp-ticker-item {
    display:flex; align-items:center; gap:10px;
    padding:10px 24px;
    text-decoration:none !important;
    color:#94a3b8;
    white-space:nowrap;
    border-right:1px solid rgba(255,255,255,0.13);
    transition:background .2s, color .2s;
    font-family:'Inter',sans-serif;
    font-size:13px; font-weight:600;
    flex-shrink:0;
  }
  .sp-ticker-item:hover {
    background:rgba(34,211,238,.08);
    color:#22d3ee;
  }
  .sp-ticker-item img {
    height:26px; width:auto; max-width:80px;
    object-fit:contain;
    filter:brightness(.85) saturate(.8);
    transition:filter .2s;
  }
  .sp-ticker-item:hover img {
    filter:brightness(1.1) saturate(1);
  }


  /* ══════════════════════════════════════════════════════════
     HERO LAYOUT v2 — 320px, bursagb ebatları
  ══════════════════════════════════════════════════════════ */
  .sp-hero-layout {
    display:grid;
    grid-template-columns:1fr 280px;
    height:380px;
    gap:0;
    overflow:hidden;
  }

  /* ── SOL: Slider ──────────────────────────────────────── */
  .sp-hs-wrap {
    position:relative;
    overflow:hidden;
    height:380px;
    background:#03080f;
  }
  .sp-hs-track {
    position:relative;
    width:100%;
    height:380px;
  }
  .sp-hs-slide {
    position:absolute; inset:0;
    opacity:0; transition:opacity .5s ease;
    pointer-events:none;
    overflow:hidden;
  }
  .sp-hs-slide.sp-hs-active {
    opacity:1; pointer-events:auto;
  }

  /* Gradient katmanları */
  .sp-hs-grad, .sp-hs-glow {
    position:absolute; inset:0;
    pointer-events:none;
  z-index: 1;
}

  /* Sağdaki karakter görseli */
  


/* Slider tam-ekran BG görseli */
.sp-hs-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: brightness(0.55) saturate(1.2);
}

.sp-hs-char {
    position:absolute;
    right:0; bottom:0;
    height:110%; width:auto;
    max-width:55%;
    
    object-position:bottom right;
    filter:drop-shadow(-16px 0 24px rgba(0,0,0,.85));
    z-index:2;
    transition:transform .5s ease;
  }
  .sp-hs-slide.sp-hs-active .sp-hs-char {
    transform:translateX(0) scale(1);
  }
  .sp-hs-slide:not(.sp-hs-active) .sp-hs-char {
    transform:translateX(30px) scale(0.95);
  }

  /* Sol içerik */
  .sp-hs-content {
    position:absolute;
    left:15%; top:50%;
    transform:translateY(-50%);
    z-index:3;
    max-width:420px;
  }
  .sp-hs-logo {
    height:60px; width:auto; max-width:180px;
    object-fit:contain;
    filter:drop-shadow(0 2px 10px rgba(0,0,0,.9));
    margin-bottom:10px;
    display:block;
  }
  .sp-hs-sub {
    font-size:11px; font-weight:600;
    color:rgba(255,255,255,.5);
    font-family:'Inter',sans-serif;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:14px;
  }
  .sp-hs-btn {
    display:inline-block; padding:12px 28px;
    border-radius:8px; font-size:14px; font-weight:800;
    text-decoration:none !important;
    font-family:'Inter',sans-serif; letter-spacing:.04em;
    transition:transform .2s, box-shadow .2s;
  }
  .sp-hs-btn:hover { transform:translateY(-2px) scale(1.03); }

  /* Oklar */
  .sp-hs-arrow {
    position:absolute; top:50%; transform:translateY(-50%);
    z-index:10;
    background:rgba(0,0,0,.45);
    border:1px solid rgba(255,255,255,.12);
    color:#fff; font-size:24px;
    width:38px; height:38px;
    border-radius:50%; cursor:pointer;
    display:flex; align-items:center; justify-content:center;
    backdrop-filter:blur(6px);
    transition:background .2s, border-color .2s;
    padding:0; line-height:1;
  }
  .sp-hs-arrow:hover { background:rgba(255,255,255,.18); border-color:rgba(255,255,255,.3); }
  .sp-hs-prev { left:12px; }
  .sp-hs-next { right:12px; }

  /* Dots */
  .sp-hs-dots {
    position:absolute; bottom:12px; left:50%;
    transform:translateX(-50%);
    display:flex; gap:5px; z-index:10;
  }
  .sp-hs-dot {
    width:5px; height:5px; border-radius:3px;
    background:rgba(255,255,255,.25);
    border:none; cursor:pointer;
    transition:width .3s, background .3s; padding:0;
  }
  .sp-hs-dot.sp-hs-dot-active {
    width:18px; background:#fff;
  }

  /* ── SAĞ: Side kutular ─────────────────────────────────── */
  .sp-hero-side {
    display:flex; flex-direction:column;
    border-left:1px solid rgba(255,255,255,0.12);
  }
  .sp-hero-sidebox {
    position:relative; flex:1; overflow:hidden;
    display:block; text-decoration:none !important;
    transition:filter .2s;
    background:#091828;
  }
  .sp-hero-sidebox:first-child {
    border-bottom:1px solid rgba(255,255,255,0.12);
  }
  .sp-hero-sidebox:hover { filter:brightness(1.1); }

  .sp-hero-sidebox-grad {
    position:absolute; inset:0;
  }

  .sp-hero-sidebox-char {
    position:absolute; right:-8px; bottom:0;
    height:110%; width:auto; max-width:60%;
    object-fit:contain; object-position:bottom right;
    filter:drop-shadow(-10px 0 14px rgba(0,0,0,.7));
    z-index:2;
  }
  .sp-hero-sidebox:hover .sp-hero-sidebox-char {
    transform:scale(1.04) translateY(-2px);
    transition:transform .3s ease;
  }

  .sp-hero-sidebox-info {
    position:absolute; left:18px; bottom:18px;
    z-index:3;
  }
  .sp-hero-sidebox-logo {
    height:30px; width:auto; max-width:110px;
    object-fit:contain;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,.9));
    margin-bottom:6px; display:block;
  }
  .sp-hero-sidebox-title {
    font-size:14px; font-weight:900; color:#fff;
    font-family:'Inter',sans-serif;
    letter-spacing:.04em; margin-bottom:8px;
    text-shadow:0 1px 6px rgba(0,0,0,.9);
  }
  .sp-hero-sidebox-btn {
    display:inline-block; padding:7px 16px;
    border-radius:6px; font-size:11px; font-weight:800;
    font-family:'Inter',sans-serif; letter-spacing:.07em;
  }

  /* Responsive */
  @media(max-width:900px){
    .sp-hero-layout { grid-template-columns:1fr; height:340px; }
    .sp-hero-side { display:none; }
    .sp-hs-wrap, .sp-hs-track { height:340px; }
    .sp-hs-content { left:20px; }
  }
  @media(max-width:600px){
    .sp-hero-layout, .sp-hs-wrap, .sp-hs-track { height:260px; }
    .sp-hs-logo { height:32px; }
    .sp-hs-btn { padding:7px 16px; font-size:11px; }
  }

  /* ══════════════════════════════════════════════════════════
     VİTRİN İLANLARI BÖLÜMÜ
  ══════════════════════════════════════════════════════════ */
  .sp-vitrin-section {
    padding:36px 0 48px;
    background:var(--sp-bg-alt);
  }

  .sp-vitrin-header {
    display:flex; align-items:center; justify-content:space-between;
    margin-bottom:20px;
    background: rgba(0,0,0,0.25);
    border-left: 4px solid #F07101;
    border-radius: 0 10px 10px 0;
    padding: 14px 18px;
    border-top: 1px solid rgba(255,255,255,0.07);
    border-right: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .sp-vitrin-header-left {
    display:flex; align-items:center; gap:14px;
  }
  .sp-vitrin-header-icon {
    font-size:26px; line-height:1;
    filter: drop-shadow(0 0 6px rgba(240,113,1,0.5));
  }

  /* Grid — 6 sütun */
  .sp-vitrin-grid {
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
  }

  /* Kart */
  .sp-vitrin-card {
    position:relative;
    display:flex; flex-direction:column;
    background:var(--sp-card-hover);
    border:1px solid rgba(255,255,255,0.13);
    border-radius:12px;
    overflow:hidden;
    text-decoration:none !important;
    transition:transform .2s, border-color .2s, box-shadow .2s;
    border-top:2px solid #22d3ee;
  }
  .sp-vitrin-card:hover {
    transform:translateY(-3px);
    border-color:#22d3ee;
    box-shadow:0 8px 32px rgba(34,211,238,.15);
  }

  /* VİTRİN Badge */
  .sp-vitrin-badge {
    position:absolute; top:8px; left:8px; z-index:3;
    display:flex; align-items:center; gap:4px;
    background:#16a34a;
    color:#fff;
    font-size:9px; font-weight:800;
    font-family:'Inter',sans-serif;
    letter-spacing:.08em;
    padding:3px 8px;
    border-radius:4px;
  }

  /* Ürün Resmi */
  .sp-vitrin-img-wrap {
    width:100%; aspect-ratio:16/9;
    overflow:hidden; background:#050d1a;
    flex-shrink:0;
  }
  .sp-vitrin-img {
    width:100%; height:100%;
    object-fit:cover;
    transition:transform .3s ease;
  }
  .sp-vitrin-card:hover .sp-vitrin-img { transform:scale(1.05); }
  .sp-vitrin-img-empty {
    width:100%; height:100%;
    display:flex; align-items:center; justify-content:center;
    background:#070f1e;
  }

  /* Kart Gövdesi */
  .sp-vitrin-body {
    padding:10px 11px 12px;
    display:flex; flex-direction:column; gap:6px;
    flex:1;
  }

  /* Satıcı */
  .sp-vitrin-seller {
    display:flex; align-items:center; gap:7px;
  }
  .sp-vitrin-avatar {
    width:22px; height:22px; border-radius:50%;
    background:var(--sp-card);
    border:1px solid rgba(255,255,255,.1);
    display:flex; align-items:center; justify-content:center;
    overflow:hidden; flex-shrink:0;
  }
  .sp-vitrin-avatar img { width:100%; height:100%; object-fit:cover; }
  .sp-vitrin-seller-label {
    font-size:8px; font-weight:700; color:rgba(255,255,255,.35);
    font-family:'Inter',sans-serif; letter-spacing:.1em;
    line-height:1;
  }
  .sp-vitrin-seller-name {
    font-size:11px; font-weight:700; color:rgba(255,255,255,.75);
    font-family:'Inter',sans-serif; line-height:1.2;
  }

  /* Kategori */
  .sp-vitrin-cat {
    font-size:9px; font-weight:700; color:#22d3ee;
    font-family:'Inter',sans-serif;
    text-transform:uppercase; letter-spacing:.1em;
  }

  /* Başlık */
  .sp-vitrin-title {
    font-size:11px; font-weight:600; color:#e2e8f0;
    font-family:'Inter',sans-serif;
    line-height:1.4;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
    overflow:hidden;
    flex:1;
  }

  /* Fiyat */
  .sp-vitrin-price-row {
    display:flex; align-items:center; gap:8px;
    margin-top:4px;
  }
  .sp-vitrin-price {
    font-size:15px; font-weight:800; color:#22d3ee;
    font-family:'Inter',sans-serif;
  }
  .sp-vitrin-price-old {
    font-size:11px; color:rgba(255,255,255,.3);
    text-decoration:line-through;
    font-family:'Inter',sans-serif;
  }

  /* Responsive */
  @media(max-width:1200px){ .sp-vitrin-grid{ grid-template-columns:repeat(4,1fr); } }
  @media(max-width:900px) { .sp-vitrin-grid{ grid-template-columns:repeat(3,1fr); } }
  @media(max-width:600px) { .sp-vitrin-grid{ grid-template-columns:repeat(2,1fr); gap:10px; } }

  /* Vitrin placeholder/shimmer */
  .sp-vitrin-ph-bar {
    background:rgba(255,255,255,0.12);
    border-radius:4px;
    display:block;
  }
  .sp-vitrin-shimmer {
    background:linear-gradient(90deg,var(--sp-card-hover) 25%,var(--sp-card) 50%,var(--sp-card-hover) 75%);
    background-size:200% 100%;
    animation:sp-shimmer 1.6s infinite;
  }
  @keyframes sp-shimmer {
    0%{background-position:200% 0}
    100%{background-position:-200% 0}
  }
  .sp-vitrin-card--empty { pointer-events:none; opacity:.7; }

  /* ══════════════════════════════════════════════════════════
     ESKI BÖLÜM GENİŞLİK EŞİTLEME
     populerurunler / indirimliurunler / sonalinan
     "content left" ve "mobile-close" sidebar genişliği sıfırlanır
  ══════════════════════════════════════════════════════════ */
  .sp-container .content.left,
  .sp-container .content.left.mobile-close,
  .sp-container .mobile-close {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* Her bölüm kutusu da tam genişlik */
  .sp-container #product-sideshow-wrap,
  .sp-container #product-sideshow {
    width: 100% !important;
    padding: 0 0 20px !important;
  }

  .sp-container .product-showcase {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ── SP-CARD UNIFORM SIZE ────────────────────────────────── */
  .sp-card {
    background: var(--sp-card-hover) !important;
    border: 1px solid rgba(255,255,255,0.13) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 10px !important;
    min-height: 100px !important;
    box-sizing: border-box !important;
    transition: border-color .2s, transform .2s !important;
  }
  .sp-card:hover {
    border-color: rgba(34,211,238,.35) !important;
    transform: translateY(-2px) !important;
  }
  .sp-card-img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
    flex-shrink: 0 !important;
  }
  .sp-card-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .sp-card-title {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.5) !important;
    font-family: 'Inter', sans-serif !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }

  /* ── HEADLINE BAŞLIK ──────────────────────────────────────── */
  .headline h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0 !important;
  }

  /* ── CONTENT 870px OVERRIDE (style.css'i ezer) ────────────────── */
  .sp-container .content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .sp-container > .content,
  .sp-container > .content.left,
  .sp-container > .content.right,
  .sp-container > .mobile-close {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* ── SP-ESKI-BOLUM (Popüler/İndirimli/Son Alınan) ────────────── */
  .sp-eski-bolum {
    padding: 0 0 40px;
    background: var(--sp-bg-alt);
  }

/* ════════════════════════════════════════════════════════════════════
   SHADEPROXY — YENİ BÖLÜMLER CSS v8
   İstatistikler · Kampanya · Nasıl Çalışır · Yorumlar · Blog
   WhatsApp Float · Arama Bar · Sosyal Kanıt · Mobil İyileştirmeler
════════════════════════════════════════════════════════════════════ */

/* ── Ortak section başlık ── */
.sp-section-head { text-align:center; margin-bottom:48px; position:relative; }
.sp-section-title {
  font-size:28px; font-weight:800; color:#e2e8f0;
  letter-spacing:-.5px; margin:0 0 8px; font-family:'Inter',sans-serif;
}
.sp-section-sub { color:#64748b; font-size:14px; margin:0; font-family:'Inter',sans-serif; }
.sp-section-all {
  position:absolute; right:0; top:50%;transform:translateY(-50%);
  color:#22d3ee; font-size:13px; font-weight:600; text-decoration:none;
  border:1px solid rgba(34,211,238,.3); padding:6px 14px; border-radius:8px;
  transition:all .18s; font-family:'Inter',sans-serif;
}
.sp-section-all:hover { background:rgba(34,211,238,.1); color:#22d3ee; }
@media(max-width:640px){ .sp-section-all { position:static; transform:none; display:inline-block; margin-top:12px; } }

/* ── İstatistikler / Sosyal Kanıt ── */
.sp-stats-section {
  padding:72px 0; background:linear-gradient(180deg,var(--sp-bg-alt) 0%,var(--sp-card-hover) 100%);
  border-top:1px solid rgba(255,255,255,0.10);
}
.sp-stats-grid {
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
}
@media(max-width:900px){ .sp-stats-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:480px){ .sp-stats-grid { grid-template-columns:1fr 1fr; gap:16px; } }
.sp-stat-card {
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,0.13);
  border-radius:16px; padding:32px 24px; text-align:center;
  transition:all .22s; position:relative; overflow:hidden;
}
.sp-stat-card:hover { background:rgba(34,211,238,.05); border-color:rgba(34,211,238,.2); transform:translateY(-3px); }
.sp-stat-card::before { content:''; position:absolute; top:-40px; left:50%; transform:translateX(-50%); width:80px; height:80px; background:rgba(34,211,238,.04); border-radius:50%; filter:blur(20px); }
.sp-stat-icon { width:60px; height:60px; border-radius:14px; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.sp-stat-num {
  font-size:36px; font-weight:900; color:#e2e8f0;
  font-family:'Inter',sans-serif; letter-spacing:-1px; margin-bottom:6px;
}
.sp-stat-label { font-size:13px; color:#64748b; font-weight:500; font-family:'Inter',sans-serif; }

/* ── Kampanya / Countdown ── */
.sp-kampanya-section {
  padding:0 0 0; margin:0;
  background:linear-gradient(135deg,var(--sp-card-hover) 0%,var(--sp-bg-alt) 40%,rgba(34,211,238,.06) 100%);
  border-top:1px solid rgba(34,211,238,.15); border-bottom:1px solid rgba(34,211,238,.08);
}
.sp-kampanya-inner {
  max-width:1280px; margin:0 auto; padding:48px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:40px;
  flex-wrap:wrap;
}
.sp-kampanya-left { flex:1; min-width:260px; }
.sp-kampanya-badge {
  display:inline-flex; align-items:center; gap:6px;
  background:linear-gradient(135deg,rgba(34,211,238,.15),rgba(8,145,178,.1));
  border:1px solid rgba(34,211,238,.3); color:#22d3ee;
  font-size:11px; font-weight:800; letter-spacing:.08em;
  padding:4px 12px; border-radius:20px; margin-bottom:14px;
  font-family:'Inter',sans-serif;
}
.sp-kampanya-title {
  font-size:32px; font-weight:900; color:#e2e8f0;
  font-family:'Inter',sans-serif; letter-spacing:-1px; margin:0 0 10px; line-height:1.1;
}
.sp-kampanya-title span { color:#22d3ee; }
.sp-kampanya-desc { color:#64748b; font-size:14px; margin:0 0 20px; font-family:'Inter',sans-serif; }
.sp-kampanya-btn {
  display:inline-flex; align-items:center; gap:8px;
  background:linear-gradient(135deg,#22d3ee,#0891b2);
  color:#fff; font-size:14px; font-weight:700; padding:12px 24px;
  border-radius:10px; text-decoration:none; font-family:'Inter',sans-serif;
  box-shadow:0 6px 20px rgba(34,211,238,.3); transition:all .2s;
}
.sp-kampanya-btn:hover { transform:translateY(-2px); box-shadow:0 10px 28px rgba(34,211,238,.45); color:#fff; }
.sp-kampanya-right { flex-shrink:0; text-align:center; }
.sp-kampanya-label { color:#64748b; font-size:12px; font-weight:600; letter-spacing:.05em; text-transform:uppercase; margin-bottom:12px; font-family:'Inter',sans-serif; }
.sp-countdown { display:flex; align-items:center; gap:8px; }
.sp-cd-box {
  background:rgba(255,255,255,0.10); border:1px solid rgba(255,255,255,.1);
  border-radius:12px; padding:16px 20px; text-align:center; min-width:72px;
  transition:border-color .3s;
}
.sp-cd-box:hover { border-color:rgba(34,211,238,.3); }
.sp-cd-num {
  display:block; font-size:32px; font-weight:900; color:#22d3ee;
  font-family:'Inter',sans-serif; letter-spacing:-1px; line-height:1;
}
.sp-cd-lbl { display:block; font-size:10px; color:#64748b; font-weight:600; letter-spacing:.05em; text-transform:uppercase; margin-top:4px; font-family:'Inter',sans-serif; }
.sp-cd-sep { font-size:28px; font-weight:900; color:#334155; margin-top:-8px; }
@media(max-width:640px){ .sp-kampanya-title { font-size:24px; } .sp-cd-num { font-size:24px; } .sp-cd-box { min-width:56px; padding:12px; } }

/* ── Nasıl Çalışır ── */
.sp-howto-section { padding:80px 0; background:var(--sp-bg-alt); }
.sp-howto-grid {
  display:flex; align-items:flex-start; gap:0;
  justify-content:center; flex-wrap:wrap;
}
.sp-howto-card {
  flex:1; min-width:180px; max-width:240px;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,0.13);
  border-radius:16px; padding:28px 20px; text-align:center;
  position:relative; transition:all .22s;
}
.sp-howto-card:hover { background:rgba(34,211,238,.05); border-color:rgba(34,211,238,.2); transform:translateY(-4px); }
.sp-howto-step {
  position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  width:28px; height:28px; background:linear-gradient(135deg,#22d3ee,#0891b2);
  border-radius:50%; color:#fff; font-size:12px; font-weight:900;
  display:flex; align-items:center; justify-content:center;
  font-family:'Inter',sans-serif; box-shadow:0 4px 12px rgba(34,211,238,.4);
}
.sp-howto-icon { margin-bottom:14px; display:flex; justify-content:center; }
.sp-howto-card h3 {
  font-size:15px; font-weight:700; color:#e2e8f0; margin:0 0 8px;
  font-family:'Inter',sans-serif;
}
.sp-howto-card p { font-size:12px; color:#64748b; margin:0; line-height:1.6; font-family:'Inter',sans-serif; }
.sp-howto-connector {
  flex-shrink:0; width:40px; display:flex; align-items:center; justify-content:center;
  margin-top:60px;
  color:#334155; font-size:22px;
}
.sp-howto-connector::before { content:'→'; }
@media(max-width:768px){
  .sp-howto-grid { flex-direction:column; align-items:center; gap:24px; }
  .sp-howto-connector { display:none; }
  .sp-howto-card { max-width:100%; width:100%; }
}

/* ── Kullanıcı Yorumları ── */
.sp-reviews-section { padding:80px 0; background:linear-gradient(180deg,var(--sp-bg-alt),var(--sp-card-hover)); }
.sp-reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media(max-width:900px){ .sp-reviews-grid { grid-template-columns:1fr; } }
.sp-review-card {
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,0.13);
  border-radius:16px; padding:28px; transition:all .22s;
}
.sp-review-card:hover { background:rgba(34,211,238,.04); border-color:rgba(34,211,238,.15); transform:translateY(-3px); }
.sp-review-stars { color:#f59e0b; font-size:18px; letter-spacing:2px; margin-bottom:14px; }
.sp-review-text { font-size:14px; color:#94a3b8; line-height:1.7; margin:0 0 20px; font-family:'Inter',sans-serif; font-style:italic; }
.sp-review-user { display:flex; align-items:center; gap:12px; }
.sp-review-avatar {
  width:40px; height:40px; border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  font-size:16px; font-weight:800; color:#fff; flex-shrink:0;
}
.sp-review-name { font-size:13px; font-weight:700; color:#e2e8f0; font-family:'Inter',sans-serif; }
.sp-review-date { font-size:11px; color:#475569; margin-top:2px; font-family:'Inter',sans-serif; }

/* ── Blog / Haberler ── */
.sp-blog-section { padding:80px 0; background:var(--sp-bg-alt); }
.sp-blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media(max-width:900px){ .sp-blog-grid { grid-template-columns:1fr; } }
.sp-blog-card {
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,0.13);
  border-radius:16px; overflow:hidden; text-decoration:none !important;
  transition:all .22s; display:flex; flex-direction:column;
}
.sp-blog-card:hover { transform:translateY(-4px); border-color:rgba(34,211,238,.2); box-shadow:0 20px 40px rgba(0,0,0,.4); }
.sp-blog-img {
  height:140px; display:flex; align-items:center; justify-content:center;
  position:relative; overflow:hidden;
}
.sp-blog-body { padding:20px; flex:1; display:flex; flex-direction:column; }
.sp-blog-tag {
  display:inline-flex; align-items:center; font-size:10px; font-weight:700;
  color:#22d3ee; background:rgba(34,211,238,.1); border-radius:6px;
  padding:3px 8px; letter-spacing:.04em; margin-bottom:10px;
  font-family:'Inter',sans-serif; width:fit-content;
}
.sp-blog-title { font-size:15px; font-weight:700; color:#e2e8f0; margin:0 0 8px; line-height:1.4; font-family:'Inter',sans-serif; }
.sp-blog-excerpt { font-size:12px; color:#64748b; margin:0 0 16px; line-height:1.6; font-family:'Inter',sans-serif; flex:1; }
.sp-blog-meta { display:flex; justify-content:space-between; font-size:11px; color:#475569; font-family:'Inter',sans-serif; }

/* ── Footer SSL rozeti ── */
.sp-footer-ssl {
  display:flex; align-items:center; gap:6px;
  color:#4ade80; font-size:12px; font-weight:600;
  font-family:'Inter',sans-serif;
}

/* ── WhatsApp Float Butonu ── */
.sp-wa-float {
  position:fixed; bottom:92px; right:24px; z-index:9999;
  background:linear-gradient(135deg,#25d366,#128c7e);
  color:#fff; border-radius:50px; padding:13px 20px 13px 16px;
  display:flex; align-items:center; gap:9px;
  text-decoration:none !important; box-shadow:0 6px 24px rgba(37,211,102,.45);
  font-family:'Inter',sans-serif; font-size:13px; font-weight:700;
  transition:all .22s; white-space:nowrap;
}
.sp-wa-float:hover { transform:translateY(-3px) scale(1.03); box-shadow:0 12px 32px rgba(37,211,102,.6); color:#fff; }
.sp-wa-label { font-size:13px; font-weight:700; }
@media(max-width:640px){ .sp-wa-label { display:none; } .sp-wa-float { padding:13px; border-radius:50%; bottom:84px; right:16px; } }

/* ── WhatsApp Sosyal İkon ── */
.sp-social-wa { color:#25d366 !important; }
.sp-social-wa:hover { background:rgba(37,211,102,.15) !important; border-color:rgba(37,211,102,.4) !important; }

/* ── Mobil İyileştirmeleri ── */
@media(max-width:768px){
  .sp-hero-layout { grid-template-columns:1fr; }
  .sp-hero-side { display:none; }
  .sp-hs-content { left:5% !important; max-width:75% !important; }
  .sp-hs-char { width:45% !important; }
  .sp-stat-num { font-size:28px; }
  .sp-kampanya-inner { flex-direction:column; align-items:flex-start; }
  .sp-countdown { justify-content:center; width:100%; }
  .sp-section-title { font-size:22px; }
}
@media(max-width:480px){
  .sp-hs-logo { height:40px !important; }
  .sp-hs-sub { font-size:11px !important; }
  .sp-hs-btn { font-size:12px !important; padding:8px 14px !important; }
}


/* ════════════════════════════════════════════════════════════════
   YENİDEN DÜZENLEME v10 — Birleşik + Kompakt Bölümler
════════════════════════════════════════════════════════════════ */

/* ── Trust + İstatistikler Birleşik ── */
.sp-trust-stats {
  background:linear-gradient(180deg,var(--sp-card-hover) 0%,var(--sp-bg-alt) 100%);
  border-top:1px solid rgba(255,255,255,0.12);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.sp-trust-row {
  display:grid; grid-template-columns:repeat(4,1fr); gap:0;
  padding:28px 0 0;
}
.sp-trust-item {
  display:flex; align-items:flex-start; gap:12px;
  padding:20px 24px 20px 0;
  border-right:1px solid rgba(255,255,255,0.12);
  transition:background .18s;
}
.sp-trust-item:last-child { border-right:none; }
.sp-trust-ico {
  width:44px; height:44px; border-radius:11px;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.sp-trust-t { font-size:14px; font-weight:700; color:#e2e8f0; margin-bottom:3px; font-family:'Inter',sans-serif; }
.sp-trust-s { font-size:12px; color:#64748b; font-family:'Inter',sans-serif; line-height:1.5; }

.sp-stat-row {
  display:flex; align-items:center; justify-content:center;
  gap:0; padding:20px 0 28px;
  border-top:1px solid rgba(255,255,255,0.10);
  margin-top:4px;
}
.sp-stat-mini { flex:1; text-align:center; padding:12px 8px; }
.sp-stat-mini-num {
  font-size:26px; font-weight:900; color:#22d3ee;
  font-family:'Inter',sans-serif; letter-spacing:-1px;
}
.sp-stat-mini-lbl { font-size:11px; color:#64748b; font-weight:600; letter-spacing:.03em; font-family:'Inter',sans-serif; margin-top:2px; }
.sp-stat-divider { width:1px; height:40px; background:rgba(255,255,255,0.13); flex-shrink:0; }

@media(max-width:900px){
  .sp-trust-row { grid-template-columns:repeat(2,1fr); }
  .sp-trust-item:nth-child(2) { border-right:none; }
}
@media(max-width:640px){
  .sp-trust-row { grid-template-columns:1fr; }
  .sp-trust-item { border-right:none; border-bottom:1px solid rgba(255,255,255,0.12); padding:14px 0; }
  .sp-trust-item:last-child { border-bottom:none; }
  .sp-stat-row { gap:0; }
  .sp-stat-mini-num { font-size:20px; }
  .sp-stat-divider { height:28px; }
}

/* ── Kampanya + Nasıl Çalışır Combo ── */
.sp-combo-section {
  padding:56px 0;
  background:linear-gradient(180deg,var(--sp-bg-alt) 0%,var(--sp-card-hover) 100%);
  border-top:1px solid rgba(255,255,255,0.10);
}
.sp-combo-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:center;
}
@media(max-width:860px){ .sp-combo-grid { grid-template-columns:1fr; gap:40px; } }

/* Sol: Kampanya */
.sp-combo-kampanya {
  background:rgba(255,255,255,.03); border:1px solid rgba(34,211,238,.15);
  border-radius:20px; padding:32px 28px;
  background:linear-gradient(135deg,rgba(34,211,238,.05) 0%,rgba(8,145,178,.03) 100%);
}
.sp-combo-kampanya .sp-countdown { margin-top:16px; gap:10px; }

/* Sağ: Nasıl Çalışır (liste formatı) */
.sp-combo-howto {
  background:rgba(255,255,255,.02); border:1px solid rgba(255,255,255,0.13);
  border-radius:20px; padding:32px 28px;
}
.sp-combo-howto-head { margin-bottom:24px; }
.sp-howto-list { display:flex; flex-direction:column; gap:20px; }
.sp-howto-row {
  display:flex; align-items:flex-start; gap:16px;
}
.sp-howto-num {
  width:36px; height:36px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,#22d3ee,#0891b2);
  color:#fff; font-size:14px; font-weight:900;
  display:flex; align-items:center; justify-content:center;
  font-family:'Inter',sans-serif; box-shadow:0 4px 12px rgba(34,211,238,.35);
}
.sp-howto-row strong {
  display:block; font-size:14px; font-weight:700; color:#e2e8f0;
  margin-bottom:4px; font-family:'Inter',sans-serif;
}
.sp-howto-row p {
  font-size:13px; color:#64748b; margin:0; line-height:1.6;
  font-family:'Inter',sans-serif;
}

/* ── Reviews Kompakt ── */
.sp-reviews-compact { padding:48px 0; }
.sp-reviews-row {
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
}
@media(max-width:900px){ .sp-reviews-row { grid-template-columns:1fr; } }
.sp-review-mini {
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,0.13);
  border-radius:14px; padding:20px; transition:all .2s;
}
.sp-review-mini:hover { border-color:rgba(34,211,238,.2); transform:translateY(-2px); }

/* ── Blog Kompakt (yatay liste) ── */
.sp-blog-compact { padding:48px 0 56px; }
.sp-blog-mini-grid { display:flex; flex-direction:column; gap:12px; }
.sp-blog-mini-card {
  display:flex; align-items:center; gap:16px;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,0.13);
  border-radius:12px; padding:16px 20px; text-decoration:none !important;
  transition:all .18s;
}
.sp-blog-mini-card:hover { background:rgba(34,211,238,.04); border-color:rgba(34,211,238,.2); transform:translateX(4px); }
.sp-blog-mini-icon {
  width:48px; height:48px; border-radius:12px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
.sp-blog-mini-body { flex:1; }
.sp-blog-mini-title { font-size:14px; font-weight:600; color:#e2e8f0; margin:4px 0 6px; font-family:'Inter',sans-serif; }
.sp-blog-meta { display:flex; justify-content:space-between; font-size:11px; color:#475569; font-family:'Inter',sans-serif; }


/* ═══════════════════════ TRUST FOOTER TICKER ═══════════════════════ */
.sp-trust-ticker-wrap {
  background: #0f2340;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
  position: relative;
}
.sp-trust-ticker-wrap::before,
.sp-trust-ticker-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.sp-trust-ticker-wrap::before { left: 0; background: linear-gradient(to right, #0f2340, transparent); }
.sp-trust-ticker-wrap::after  { right: 0; background: linear-gradient(to left, #0f2340, transparent); }

.sp-trust-ticker {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: spTrustTick 28s linear infinite;
  width: max-content;
}
.sp-trust-ticker:hover { animation-play-state: paused; }

@keyframes spTrustTick {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sp-tt-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  font-size: 13px;
  color: #94a3b8;
  font-weight: 500;
}
.sp-tt-ico {
  width: 28px; height: 28px;
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sp-tt-sep {
  color: rgba(255,255,255,.15);
  font-size: 10px;
  flex-shrink: 0;
}
.sp-tt-stat {
  gap: 6px;
}
.sp-tt-num {
  font-size: 15px;
  font-weight: 700;
  color: #22d3ee;
  letter-spacing: -.3px;
}
.sp-tt-lbl {
  font-size: 11px;
  color: #64748b;
}
html[data-theme="light"] .sp-trust-ticker-wrap {
  background: #f1f5f9;
  border-color: rgba(0,0,0,.08);
}
html[data-theme="light"] .sp-trust-ticker-wrap::before { background: linear-gradient(to right, #f1f5f9, transparent); }
html[data-theme="light"] .sp-trust-ticker-wrap::after  { background: linear-gradient(to left,  #f1f5f9, transparent); }
html[data-theme="light"] .sp-tt-item { color: #475569; }
html[data-theme="light"] .sp-tt-sep { color: rgba(0,0,0,.15); }

/* ═══════════════════════ MİNİ YORUMLAR ŞERİDİ ═══════════════════════ */
.sp-mini-reviews {
  padding: 28px 0 20px;
  background: var(--sp-bg-alt);
}
.sp-mini-reviews-grid {
  display: flex;
  align-items: center;
  gap: 0;
}
.sp-mini-rv {
  flex: 1;
  padding: 0 32px;
}
.sp-mini-rv-divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.13);
  flex-shrink: 0;
}
.sp-mini-rv-stars {
  color: #f59e0b;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 7px;
}
.sp-mini-rv-text {
  font-size: 12.5px;
  color: #94a3b8;
  line-height: 1.55;
  margin: 0 0 10px;
  font-style: italic;
}
.sp-mini-rv-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-mini-rv-av {
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.sp-mini-rv-name {
  font-size: 12px; font-weight: 600; color: #e2e8f0;
}
.sp-mini-rv-game {
  font-size: 11px; color: #475569;
  margin-left: 4px;
}
.sp-mini-rv-game::before { content: '· '; }

html[data-theme="light"] .sp-mini-reviews { background: #f8fafc; }
html[data-theme="light"] .sp-mini-rv-divider { background: rgba(0,0,0,.08); }
html[data-theme="light"] .sp-mini-rv-text { color: #64748b; }
html[data-theme="light"] .sp-mini-rv-name { color: #263c5a; }

@media(max-width:768px) {
  .sp-mini-reviews-grid { flex-direction: column; gap: 20px; }
  .sp-mini-rv-divider { width: 60px; height: 1px; }
  .sp-mini-rv { padding: 0 16px; width: 100%; }
}

/* ═══════════════════════ ÖDEME YÖNTEMLERİ ═══════════════════════ */
.sp-payment-methods {
  background: var(--sp-bg-alt);
  padding: 20px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.sp-payment-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.sp-payment-label {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.sp-payment-label::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,.12);
  margin-left: 28px;
  vertical-align: middle;
}
.sp-payment-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sp-pay-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  transition: background .2s, border-color .2s;
  cursor: default;
}
.sp-pay-logo:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,.14);
}
.sp-pay-chip {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
}
html[data-theme="light"] .sp-payment-methods { background: #f8fafc; border-top-color: rgba(0,0,0,.07); }
html[data-theme="light"] .sp-pay-logo { background: #fff; border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .sp-pay-logo:hover { background: #f1f5f9; }
html[data-theme="light"] .sp-payment-label { color: #94a3b8; }
@media(max-width:600px){
  .sp-payment-inner { gap: 14px; }
  .sp-payment-logos { gap: 10px; }
  .sp-payment-label::after { display: none; }
}

.sp-pay-logo img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0.9) contrast(1);
  transition: filter .2s;
}
.sp-pay-logo:hover img { filter: brightness(1.1) contrast(1.05); }

/* Beyaz arka planlı ödeme logoları */
.sp-pay-white {
  background: #fff !important;
  border-color: rgba(255,255,255,.12) !important;
  padding: 5px 12px !important;
}
.sp-pay-white img {
  filter: none !important;
}

/* ═══════════════════════ BÜYÜK ARAMA ŞERİDİ ═══════════════════════ */
.sp-search-band {
  background: #0f2340;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 14px 0 12px;
}
.sp-search-band-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.sp-search-band-bar {
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(255,255,255,0.10);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 0 8px 0 16px;
  transition: border-color .2s, box-shadow .2s;
  gap: 8px;
  overflow: hidden;
}
.sp-search-band-bar:focus-within {
  border-color: rgba(34,211,238,.5);
  box-shadow: 0 0 0 3px rgba(34,211,238,.08);
  background: rgba(34,211,238,.03);
}
.sp-sband-icon {
  color: #475569;
  flex-shrink: 0;
}
.sp-sband-input {
  flex: 1;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  color: #e2e8f0;
  font-size: 15px;
  padding: 13px 0;
  font-family: 'Inter', sans-serif;
  min-width: 0;
}
.sp-sband-input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.sp-sband-input::placeholder { color: #475569; }
.sp-sband-btn {
  background: #22d3ee;
  color: var(--sp-bg-alt);
  border: none;
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s, transform .15s;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.sp-sband-btn:hover { background: #06b6d4; transform: translateY(-1px); }
.sp-sband-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.sp-sband-tag-label {
  font-size: 12px;
  color: #475569;
}
.sp-sband-tag {
  font-size: 12px;
  color: #64748b;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  transition: all .18s;
  background: rgba(255,255,255,.03);
}
.sp-sband-tag:hover {
  color: #22d3ee;
  border-color: rgba(34,211,238,.3);
  background: rgba(34,211,238,.06);
}
html[data-theme="light"] .sp-search-band {
  background: #f1f5f9;
  border-bottom-color: rgba(0,0,0,.07);
}
html[data-theme="light"] .sp-search-band-bar {
  background: #fff;
  border-color: rgba(0,0,0,.12);
}
html[data-theme="light"] .sp-sband-input { color: #263c5a; }
html[data-theme="light"] .sp-sband-tag {
  background: #fff;
  border-color: rgba(0,0,0,.1);
  color: #64748b;
}
@media(max-width:640px) {
  .sp-sband-btn { padding: 8px 14px; font-size: 13px; }
  .sp-sband-input { font-size: 14px; }
}

/* ═══════════════════════ SP-TOPBAR ═══════════════════════ */
.sp-topbar {
  background: #0a1a2e;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  position: relative;
  z-index: 1001;
}
.sp-topbar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-topbar-notice {
  color: #475569;
  font-size: 11.5px;
}
.sp-topbar-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sp-topbar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,.1);
  margin: 0 4px;
}
.sp-topbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  transition: color .18s, background .18s;
}
.sp-topbar-btn:hover {
  color: #e2e8f0;
  background: rgba(255,255,255,0.10);
}
.sp-topbar-lang {
  gap: 4px;
}
.sp-topbar-lang span { font-weight: 600; font-size: 12px; }

html[data-theme="light"] .sp-topbar { background: #f0f4f8; border-bottom-color: rgba(0,0,0,.08); }
html[data-theme="light"] .sp-topbar-notice { color: #94a3b8; }
html[data-theme="light"] .sp-topbar-btn { color: #64748b; }
html[data-theme="light"] .sp-topbar-btn:hover { color: #263c5a; background: rgba(0,0,0,.05); }
html[data-theme="light"] .sp-topbar-sep { background: rgba(0,0,0,.12); }

@media(max-width:640px){
  .sp-topbar-notice { display: none; }
  .sp-topbar-inner { justify-content: flex-end; }
}

/* ═══ SEARCH BAND INPUT HARD RESET (style.css override) ═══ */
.sp-search-band-bar input.sp-sband-input,
.sp-search-band-bar input[type="text"].sp-sband-input {
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 13px 0 !important;
  height: auto !important;
  line-height: normal !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  width: auto !important;
  display: block !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #e2e8f0 !important;
  flex: 1 !important;
  min-width: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
html[data-theme="light"] .sp-search-band-bar input.sp-sband-input {
  color: #263c5a !important;
}

/* ========= GLOBAL TEXT-ALIGN FIX (v12) =========
   Yeni bilesenler: yazilar merkezi hizalama garantisi */
.sp-yayinci-hero,
.sp-yayinci-hero h1,
.sp-yayinci-hero h2,
.sp-yayinci-hero p,
.sp-yayinci-empty,
.sp-yayinci-empty h3,
.sp-yayinci-empty p,
.sp-yayinci-basvuru,
.sp-yayinci-basvuru h3,
.sp-yayinci-basvuru p,
.sp-ycard-body,
.sp-ycard-name,
.sp-ycard-aciklama,
.sp-cd-empty,
.sp-seller-name,
.sp-guvenli-rozet {
  text-align: center !important;
}
.sp-yayinci-basvuru p,
.sp-yayinci-empty p,
.sp-yayinci-hero p {
  max-width: 520px;
  margin-left: auto !important;
  margin-right: auto !important;
}
