/*
Theme Name: BlankSlate
*/

/* =========================================
   0. CAN ÜNAL - GLOBAL & MİMARİ ZEMİN
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
html, body { margin: 0; padding: 0; font-family: 'Inter', sans-serif !important; background-color: #f8fafc; -webkit-font-smoothing: antialiased; position: relative; z-index: 0; }
* { box-sizing: border-box; }
body::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(56, 189, 248, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, 0.05) 1px, transparent 1px); background-size: 30px 30px; z-index: -1; pointer-events: none; }

header#masthead, .site-header, header.main-header, .ast-main-header-wrap { display: none !important; }

/* =========================================
   1. CAN ÜNAL - ORİJİNAL 3 KATMANLI HEADER
   ========================================= */
.cu-header-wrapper { font-family: 'Inter', sans-serif; width: 100%; position: relative; z-index: 999999; box-shadow: 0 4px 20px rgba(0,0,0,0.06); background: #fff; }

.cu-mega-topbar { background: linear-gradient(to right, #0f172a, #1e293b); border-bottom: 1px solid #334155; padding: 10px 0; }
.cu-mega-topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.cu-top-info-box { display: flex; align-items: center; gap: 10px; text-decoration: none; transition: 0.3s; padding: 5px 10px; border-radius: 6px; }
.cu-top-info-box:hover { background: rgba(56, 189, 248, 0.05); transform: translateY(-1px); }
.cu-ti-icon { width: 30px; height: 30px; background: rgba(56,189,248,0.1); border: 1px solid rgba(56,189,248,0.2); color: #38bdf8; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cu-ti-icon svg { width: 16px; height: 16px; stroke-width: 2; }
.cu-top-info-box.support-box .cu-ti-icon { background: rgba(16, 185, 129, 0.15); border-color: rgba(16, 185, 129, 0.3); color: #10b981; }
.cu-top-info-box.support-box:hover { background: rgba(16, 185, 129, 0.05); }
.cu-top-info-box.support-box .ti-title { color: #10b981 !important; }
.cu-ti-text { display: flex; flex-direction: column; }
.cu-ti-text .ti-title { font-size: 10.5px; font-weight: 800; color: #f8fafc; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px;}
.cu-ti-text .ti-sub { font-size: 9px; font-weight: 500; color: #94a3b8; }

.cu-midbar { background-color: #fff; padding: 15px 0; border-bottom: 1px solid #e2e8f0; }
.cu-midbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.cu-logo { display: flex; flex-direction: column; text-decoration: none; flex-shrink: 0; }
.cu-logo-title { font-size: 1.6rem; font-weight: 900; color: #0f172a; line-height: 1; letter-spacing: -0.04em; }
.cu-logo-sub { font-size: 8px; color: #00a3ff; font-weight: 800; letter-spacing: 2px; margin-top: 3px; }
.cu-search-wrapper { flex: 1; max-width: 500px; display: flex; position: relative; }
.cu-search-input { width: 100%; padding: 12px 15px; border: 2px solid #e2e8f0; border-radius: 8px 0 0 8px; font-size: 12px; font-weight: 600; color: #0f172a; outline: none; transition: 0.3s; background: #f8fafc; }
.cu-search-input:focus { border-color: #00a3ff; background: #fff; }
.cu-search-btn { background: #00a3ff; border: none; padding: 0 20px; border-radius: 0 8px 8px 0; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.cu-search-btn svg { width: 18px; height: 18px; stroke: #fff; stroke-width: 2.5; }
.cu-search-btn:hover { background: #0284c7; }
.cu-header-actions { display: flex; gap: 12px; align-items: center; }
.cu-btn-outline { border: 1px solid #cbd5e1; color: #0f172a; padding: 10px 16px; border-radius: 6px; font-size: 10px; font-weight: 800; text-decoration: none; text-transform: uppercase; transition: 0.3s; display: flex; align-items: center; gap: 5px; background: #f8fafc;}
.cu-btn-outline:hover { border-color: #00a3ff; color: #00a3ff; background: #fff; transform: translateY(-2px);}
.cu-btn-solid { background: #00a3ff; color: #fff; padding: 11px 20px; border-radius: 6px; font-size: 10px; font-weight: 900; text-decoration: none; text-transform: uppercase; transition: 0.3s; box-shadow: 0 4px 10px rgba(0,163,255,0.2);}
.cu-btn-solid:hover { background: #0284c7; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(0,163,255,0.3);}

.cu-bottombar { background: #0f172a; padding: 0; position: relative; z-index: 99999; border-top: 1px solid #1e293b; }
.cu-bottombar-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; display: flex; align-items: center; flex-wrap: wrap; }
.cu-mega-nav-wrapper { display: flex; align-items: center; list-style: none; padding: 0; margin: 0; }
.cu-mega-nav-wrapper > li { margin: 0; }
.cu-mega-nav-wrapper > li > a { display: flex; align-items: center; gap: 8px; color: #f8fafc; font-size: 11.5px; font-weight: 800; text-decoration: none; text-transform: uppercase; padding: 18px 20px; letter-spacing: 0.5px; transition: 0.3s; border-left: 1px solid rgba(255,255,255,0.05); }
.cu-mega-nav-wrapper > li:last-child > a { border-right: 1px solid rgba(255,255,255,0.05); }
.cu-mega-nav-wrapper > li > a:hover { background: rgba(56, 189, 248, 0.05); color: #38bdf8; }

.cu-cat-link { color: #cbd5e1; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; padding: 18px 15px; letter-spacing: 0.5px; transition: 0.2s; display: flex; align-items: center; gap: 6px; }
.cu-cat-link:hover { color: #00a3ff; }

/* Klinik Sistemler Açılır Kutusu (HAYALET BOŞLUK FİXİ) */
.cu-mega-trigger { position: static !important; }
.cu-mega-trigger > a { background: #00a3ff !important; color: #fff !important; border: none !important; font-size: 12px !important; letter-spacing: 1px; }
.cu-mega-trigger > a:hover { background: #0284c7 !important; }
.cu-mega-dropdown { position: absolute; top: 100%; left: 20px; right: 20px; background: #ffffff; border: 1px solid #e2e8f0; border-top: 3px solid #00a3ff; border-radius: 0 0 12px 12px; box-shadow: 0 20px 50px rgba(0,0,0,0.15); z-index: 100000; padding: 35px 40px; display: none; }
.cu-mega-trigger:hover .cu-mega-dropdown { display: block; animation: megaMenuFade 0.3s ease forwards; }

@keyframes megaMenuFade { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } }

/* =========================================
   2. ANA DASHBOARD (VİTRİN, VİDEO, İSTATİSTİK)
   ========================================= */
#cu-bioarch-root { width: 100%; max-width: 1200px; margin: 35px auto 40px auto; padding: 35px 30px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04); position: relative; z-index: 2; }

.cu-vitrin-wrapper { width: 100%; margin-bottom: 30px; }
.cu-vitrin-grid { display: grid; grid-template-columns: 2.1fr 1fr; gap: 20px; height: 480px; }
.cu-main-slider { position: relative; border-radius: 10px; overflow: hidden; background: #0f172a; text-decoration: none; border: 1px solid #e2e8f0; border-top: 3px solid #00a3ff; }
.cu-main-slider img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: transform 0.7s ease; }
.cu-main-slider:hover img { transform: scale(1.03); opacity: 0.9; }
.cu-slider-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%); display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.cu-slider-tag { display: inline-block; background: #00a3ff; color: #fff; padding: 6px 12px; border-radius: 4px; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; width: fit-content; }
.cu-slider-title { color: #fff; font-size: 32px; font-weight: 900; line-height: 1.1; margin: 0 0 10px 0; max-width: 500px; letter-spacing: -1px; }
.cu-slider-desc { color: #cbd5e1; font-size: 13px; font-weight: 500; max-width: 450px; line-height: 1.5; margin: 0 0 25px 0; }
.cu-slider-btn { background: #fff; color: #0f172a; padding: 12px 24px; border-radius: 6px; font-size: 11px; font-weight: 900; text-transform: uppercase; transition: 0.3s; width: fit-content; }
.cu-main-slider:hover .cu-slider-btn { background: #00a3ff; color: #fff; }

.cu-side-banners { display: flex; flex-direction: column; gap: 20px; height: 100%; }
.cu-side-banner { flex: 1; position: relative; border-radius: 10px; overflow: hidden; text-decoration: none; background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border: 1px solid #334155; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; transition: 0.3s; }
.cu-side-banner:hover { transform: translateY(-2px); border-color: #00a3ff; box-shadow: 0 8px 20px rgba(0,163,255,0.15); }
.cu-side-banner-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; opacity: 0.2; transition: 0.5s ease; z-index: 0; }
.cu-side-banner::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(15,23,42,0.95) 0%, transparent 100%); z-index: 1; }
.cu-side-banner-content { position: relative; z-index: 2; }
.cu-side-icon { width: 36px; height: 36px; background: rgba(0,163,255,0.15); color: #00a3ff; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; border: 1px solid rgba(0,163,255,0.3); }
.cu-side-icon svg { width: 18px; height: 18px; stroke-width: 2; }
.cu-side-title { color: #fff; font-size: 16px; font-weight: 900; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: -0.02em; }
.cu-side-desc { color: #94a3b8; font-size: 11px; font-weight: 500; margin: 0; }

.cu-elite-control-bar { display: flex; background: #0f172a; border: 1px solid #1e293b; border-radius: 8px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.4); margin-bottom: 30px; }
.cu-ctrl-item { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 10px; border-right: 1px solid rgba(255,255,255,0.05); transition: 0.3s; position: relative; overflow: hidden; }
.cu-ctrl-item:last-child { border-right: none; }
.cu-ctrl-item::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #00a3ff; transition: 0.4s ease; }
.cu-ctrl-item:hover { background: rgba(0, 163, 255, 0.05); }
.cu-ctrl-item:hover::after { width: 100%; box-shadow: 0 -2px 10px rgba(0,163,255,0.4); }
.cu-ctrl-icon svg { width: 16px; height: 16px; stroke-width: 2.5; stroke: #38bdf8; fill: none; transition: 0.3s; }
.cu-ctrl-item:hover .cu-ctrl-icon svg { transform: scale(1.15) rotate(5deg); stroke: #00a3ff; }
.cu-ctrl-title { color: #cbd5e1; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; white-space: nowrap; transition: 0.3s; }
.cu-ctrl-item:hover .cu-ctrl-title { color: #fff; }

.cu-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 30px; align-items: stretch; margin-bottom: 30px; }
.cu-hero-left-column { display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.cu-badge { display: inline-flex; align-items: center; gap: 6px; background: #0f172a; padding: 5px 12px; border-radius: 20px; margin-bottom: 15px; width: fit-content; }
.cu-badge-text { font-size: 9px; font-weight: 800; color: #fff; letter-spacing: 1px; text-transform: uppercase; }
.cu-hero-title { font-size: 32px; font-weight: 900; letter-spacing: -1px; line-height: 1.1; margin: 0 0 10px 0; color: #0f172a; }
.cu-hero-desc { color: #475569; font-size: 13px; font-weight: 500; line-height: 1.5; margin: 0; }
.cu-main-cta-box { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); padding: 25px; border-radius: 12px; color: #fff; border: 1px solid #334155; border-top: 3px solid #00a3ff; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; }
.cu-main-cta-text h3 { font-size: 18px; font-weight: 900; margin: 0 0 6px 0; color: #fff; }
.cu-main-cta-text p { color: #94a3b8; margin: 0 0 12px 0; font-size: 11px; }
.cu-main-cta-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.cu-btn-primary { background: #00a3ff; color: #fff; padding: 8px 14px; border-radius: 6px; font-weight: 800; font-size: 10px; text-decoration: none; text-transform: uppercase; transition: 0.3s; border: none; }
.cu-btn-primary:hover { background: #0284c7; }
.cu-btn-secondary { background: transparent; border: 1px solid #38bdf8; color: #38bdf8; padding: 8px 14px; border-radius: 6px; font-weight: 800; font-size: 10px; text-decoration: none; text-transform: uppercase; transition: 0.3s; }
.cu-btn-secondary:hover { background: rgba(0, 163, 255, 0.1); }
.cu-main-cta-qr { flex-shrink: 0; background: rgba(15, 23, 42, 0.8); border: 1px dashed #38bdf8; padding: 10px; border-radius: 8px; display: flex; flex-direction: column; align-items: center; width: 110px; }
.cu-video-card { padding: 15px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border-radius: 12px; border: 1px solid #334155; border-top: 3px solid #00a3ff; }
.cu-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #000; border: 2px solid #334155; margin-bottom: 15px; }
.cu-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.cu-flow { display: flex; justify-content: space-between; gap: 5px; font-size: 9px; font-weight: 800; color: #94a3b8; text-transform: uppercase; }
.cu-flow div { flex: 1; text-align: center; background: #1e293b; border: 1px solid #334155; padding: 6px 0; border-radius: 5px; color: #cbd5e1; }

.cu-trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 40px; }
.cu-trust-item { background: linear-gradient(145deg, #0f172a, #1e293b); border: 1px solid #334155; border-left: 3px solid #00a3ff; border-radius: 8px; padding: 12px; display: flex; align-items: center; gap: 10px; }
.cu-trust-icon { display: flex; align-items: center; justify-content: center; background: rgba(0,163,255,0.1); width: 32px; height: 32px; border-radius: 6px; flex-shrink: 0; }
.cu-trust-icon svg { width: 16px; height: 16px; stroke-width: 2; stroke: #38bdf8; fill: none; }
.cu-trust-text { font-size: 9px; font-weight: 600; color: #94a3b8; text-transform: uppercase; }
.cu-trust-text strong { display: block; color: #f8fafc; font-size: 11px; font-weight: 900; margin-bottom: 1px; }

/* =========================================
   3. KLİNİK PROTOKOLLER & PAKETLER (MATRIX)
   ========================================= */
.cu-pricing-section { padding: 40px 0; font-family: 'Inter', sans-serif; }
.cu-section-header { text-align: center; margin-bottom: 40px; }
.cu-section-title { font-size: 32px; font-weight: 900; color: #0f172a; margin-bottom: 15px; text-transform: uppercase; letter-spacing: -1px; }
.cu-section-subtitle { color: #475569; font-size: 14px; font-weight: 500; max-width: 700px; margin: 0 auto; line-height: 1.6; }

.cu-matrix-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 30px; }
.cu-clinical-card { background: linear-gradient(145deg, #0f172a, #1e293b); border: 1px solid #334155; border-radius: 12px; padding: 35px 25px 25px 25px; position: relative; display: flex; flex-direction: column; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 10px 30px rgba(0,0,0,0.1); overflow: hidden; }
.cu-clinical-card:hover { transform: translateY(-8px); border-color: #00a3ff; box-shadow: 0 20px 40px rgba(0, 163, 255, 0.15); }
.cu-card-number { position: absolute; top: -15px; right: 10px; font-size: 100px; font-weight: 900; color: rgba(255, 255, 255, 0.03); line-height: 1; z-index: 0; pointer-events: none; transition: 0.3s; }
.cu-clinical-card:hover .cu-card-number { color: rgba(0, 163, 255, 0.08); transform: scale(1.1) rotate(-5deg); }
.cu-card-header { position: relative; z-index: 1; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 20px; }
.cu-card-title { color: #fff; font-size: 22px; font-weight: 900; margin: 15px 0 0 0; letter-spacing: -0.5px; }
.cu-clinical-tag { background: rgba(255,255,255,0.05); color: #cbd5e1; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.1); letter-spacing: 0.5px; }
.cu-quota-premium { color: #ef4444; font-size: 10px; font-weight: 900; background: rgba(239, 68, 68, 0.1); padding: 4px 8px; border-radius: 4px; border: 1px solid rgba(239, 68, 68, 0.2); }

.cu-pkg-list { list-style: none; padding: 0; margin: 0 0 30px 0; flex-grow: 1; position: relative; z-index: 1; }
.cu-pkg-list li { color: #cbd5e1; font-size: 12px; font-weight: 500; margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.cu-highlight { color: #fff; font-weight: 800; border-bottom: 1px dashed #00a3ff; }
.cu-btn-minimal { display: block; text-align: center; background: transparent; color: #38bdf8; border: 2px solid #38bdf8; padding: 12px 20px; border-radius: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; text-decoration: none; letter-spacing: 0.5px; transition: 0.3s; position: relative; z-index: 1; }
.cu-btn-minimal:hover { background: #38bdf8; color: #0f172a; box-shadow: 0 0 15px rgba(56, 189, 248, 0.4); }

.cu-card-premium { background: linear-gradient(135deg, #0f172a 0%, #020617 100%); border-top: 4px solid #00a3ff; }
.cu-premium-header-wide { text-align: center; margin-bottom: 30px; position: relative; z-index: 1; border-bottom: 1px dashed #334155; padding-bottom: 25px; }
.cu-premium-grid-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.cu-btn-premium { background: linear-gradient(to right, #00a3ff, #0284c7); color: #fff !important; border: none; padding: 15px; font-size: 14px; max-width: 400px; margin: 0 auto; }
.cu-btn-premium:hover { background: linear-gradient(to right, #0284c7, #0369a1); transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 163, 255, 0.4); }

/* =========================================
   4. CAN ÜNAL - KOKPİT SİBER FOOTER (VİP)
   ========================================= */
.cu-footer-wrapper { background-color: #000000; color: #94a3b8; font-family: 'Inter', sans-serif; padding: 40px 20px 25px 20px; border-top: 2px solid #00a3ff; position: relative; overflow: hidden; margin-top: 50px; }
.cu-footer-bg-pattern { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 600 400\' opacity=\'0.03\'%3E%3Cg fill=\'none\' stroke=\'%23334155\' stroke-width=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3Cpolygon points=\'120,200 120,160 155,140 190,160 190,200 155,220\' /%3E%3Cpolyline points=\'190,200 190,160 225,140 260,160 260,200 225,220 190,200\' /%3E%3Cpolyline points=\'260,200 260,160 295,140 330,160 330,200 295,220 260,200\' /%3E%3Cpolyline points=\'330,160 365,140 400,160 400,200 365,220 330,200\' /%3E%3C/g%3E%3C/svg%3E'); background-repeat: repeat; background-size: 180px; opacity: 0.2; pointer-events: none; z-index: 0; }
.cu-footer-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

.cu-footer-top-bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; padding-bottom: 25px; margin-bottom: 30px; border-bottom: 1px solid #1e293b; }
.cu-ft-info-box { display: flex; align-items: center; gap: 10px; }
.cu-ft-icon { background: #1e293b; padding: 8px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.cu-ft-icon svg { width: 20px; height: 20px; }
.cu-ft-info-box:nth-child(1) .cu-ft-icon { color: #00a3ff; }
.cu-ft-info-box:nth-child(2) .cu-ft-icon { color: #10b981; }
.cu-ft-info-box:nth-child(3) .cu-ft-icon { color: #8b5cf6; }
.cu-ft-info-box:nth-child(4) .cu-ft-icon { color: #f59e0b; }
.cu-ft-text strong { color: #fff; font-size: 12px; display: block; }
.cu-ft-text span { font-size: 10px; color: #64748b; }

.cu-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 25px; }
.cu-footer-col h4 { color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 800; margin: 0 0 12px 0; padding-bottom: 6px; border-bottom: 1px solid #1e293b; }
.cu-ft-contact { font-size: 11px; line-height: 1.6; color: #94a3b8; }
.cu-ft-contact strong.ft-brand { color: #cbd5e1; display: block; margin-bottom: 2px; }
.cu-ft-contact span.ft-sub { color: #64748b; display: block; margin-bottom: 8px; }
.cu-ft-contact a { color: #00a3ff; text-decoration: none; transition: 0.3s; }
.cu-ft-contact a:hover { color: #fff; }
.cu-wp-btn { margin-top: 10px; display: inline-flex; align-items: center; gap: 5px; background: #22c55e; color: #000; padding: 5px 10px; border-radius: 4px; font-weight: 800; text-decoration: none; font-size: 10px; transition: 0.3s; }
.cu-wp-btn:hover { background: #16a34a; color: #fff; }

.cu-footer-links { list-style: none; padding: 0; margin: 0; font-size: 11px; line-height: 2; }
.cu-footer-links a { color: #94a3b8; text-decoration: none; transition: 0.2s; display: block; }
.cu-footer-links a:hover { color: #fff; transform: translateX(3px); }

.cu-ft-newsletter p { font-size: 10px; color: #64748b; margin: 0 0 8px 0; line-height: 1.4; }
.cu-nl-form { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; }
.cu-nl-input { width: 100%; padding: 6px 10px; border-radius: 4px; border: 1px solid #334155; background: #0f172a; color: #fff; font-size: 10px; outline: none; box-sizing: border-box; }
.cu-nl-btn { background: #00a3ff; color: #fff; border: none; padding: 6px; border-radius: 4px; font-weight: 800; font-size: 10px; cursor: pointer; text-transform: uppercase; transition: 0.3s; width: 100%; box-sizing: border-box; }
.cu-nl-btn:hover { background: #0284c7; }

/* Sosyal Medya İkonları */
.cu-social-icons { display: flex; gap: 10px; align-items: center; margin-top: 15px; }
.cu-social-icons a { color: #94a3b8; transition: 0.3s; display: flex; align-items: center; justify-content: center; background: #0f172a; border: 1px solid #1e293b; width: 36px; height: 36px; border-radius: 8px; }
.cu-social-icons a:hover { color: #fff; background: #00a3ff; border-color: #00a3ff; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 163, 255, 0.3); }
.cu-social-icons svg { width: 16px; height: 16px; fill: currentColor; }

.cu-ft-qr { display: flex; align-items: center; gap: 10px; }
.cu-ft-qr-img { width: 55px; height: 55px; background: #fff; padding: 3px; border-radius: 4px; flex-shrink: 0; }
.cu-ft-qr-text { font-size: 10px; color: #94a3b8; line-height: 1.4; }
.cu-ft-qr-text strong { color: #cbd5e1; display: block; }

.cu-footer-bottom-line { margin-top: 25px; padding-top: 15px; border-top: 1px solid #1e293b; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 15px; }
.cu-copy-text { font-size: 10px; color: #64748b; line-height: 1.4; }
.cu-copy-text strong { color: #cbd5e1; }
.cu-payment-badges { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.cu-pay-badge { background: #fff; padding: 2px 5px; border-radius: 3px; font-size: 9px; font-weight: 900; font-family: Arial, sans-serif; display: flex; align-items: center; }
.cu-pay-visa { color: #1a1f36; font-style: italic; }
.cu-pay-mc { color: #eb001b; gap: 2px; }
.cu-pay-mc .red-dot { width:6px; height:6px; background:#eb001b; border-radius:50%; }
.cu-pay-mc .orange-dot { width:6px; height:6px; background:#f79e1b; border-radius:50%; margin-left:-3px; }
.cu-pay-troy { color: #000; }
.cu-pay-divider { width: 1px; height: 12px; background: #334155; margin: 0 2px; }
.cu-pay-3d { color: #cbd5e1; font-family: monospace; font-size: 9px; font-weight: 800; }
.cu-pay-ssl { color: #4ade80; font-size: 9px; font-weight: 800; display: flex; align-items: center; gap: 3px; }
.cu-pay-ssl svg { width: 8px; height: 8px; stroke-width: 3; }

/* Mobil Uyum Ortak */
@media (max-width: 1000px) {
    .cu-mega-topbar-inner { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 5px; }
    .cu-mega-topbar-inner::-webkit-scrollbar { display: none; }
    .cu-top-info-box { scroll-snap-align: start; flex-shrink: 0; }
}
@media (max-width: 900px) {
    .cu-search-wrapper { order: 3; max-width: 100%; min-width: 100%; margin-top: 10px; } 
    .cu-mega-nav-wrapper { flex-wrap: wrap; flex-direction: column; width: 100%; }
    .cu-mega-nav-wrapper > li { width: 100%; }
    .cu-mega-nav-wrapper > li > a { padding: 12px 15px; font-size: 10px; border: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .cu-mega-dropdown { position: static; opacity: 1; visibility: visible; transform: none; display: none; padding: 20px; box-shadow: none; border-radius: 0; }
    .cu-mega-trigger:hover .cu-mega-dropdown { display: block; }
    .cu-midbar-inner { flex-direction: column; gap: 20px; text-align: center; }
    .cu-bottombar-inner { flex-direction: column; padding: 10px; gap: 10px; }
    .cu-vitrin-grid, .cu-hero-grid, .cu-matrix-grid, .cu-premium-grid-2col { grid-template-columns: 1fr; height: auto; }
    .cu-main-slider { height: 300px; }
}
/* =========================================
   SİBER BALYOZ: MEGA MENÜ İÇERİĞİNİ ZORLA TOPARLAMA
   ========================================= */

/* 1. Menü içindeki BÜTÜN SVG ikonlarını zorla küçült ve sabitle */
.cu-mega-dropdown svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    color: #00a3ff !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

/* 2. Shortcode'un ana kapsayıcısını zorla sütunlu grid yapısına sok */
.cu-mega-dropdown > div, 
.cu-mega-dropdown > ul {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. Menü içindeki listeleri ve linkleri jilet gibi hizala */
.cu-mega-dropdown li {
    list-style: none !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
}

.cu-mega-dropdown a {
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1.4 !important;
}

.cu-mega-dropdown a:hover {
    color: #00a3ff !important;
}

/* 4. Başlıklar varsa onları belirginleştir */
.cu-mega-dropdown h1, .cu-mega-dropdown h2, .cu-mega-dropdown h3, .cu-mega-dropdown h4 {
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 15px 0 !important;
    border-bottom: 2px solid #f1f5f9 !important;
    padding-bottom: 8px !important;
}
/* =========================================
   MEGA MENÜ İÇERİK DÜZENİ (SAF HTML İÇİN)
   ========================================= */
.cu-mega-grid-final { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 35px; width: 100%; text-align: left; }

.cu-mega-col-title { color: #fff; font-size: 13px; font-weight: 900; text-transform: uppercase; margin: 0 0 15px 0; border-bottom: 2px solid rgba(255,255,255,0.05); padding-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.cu-mega-col-title svg { width: 16px; height: 16px; color: #00a3ff; flex-shrink: 0; stroke-width: 2.5; }

.cu-mega-list { list-style: none; padding: 0; margin: 0; }
.cu-mega-list li { margin-bottom: 12px; }
.cu-mega-list a { color: #cbd5e1; font-size: 11.5px; font-weight: 600; text-decoration: none; transition: 0.2s ease; display: flex; align-items: center; gap: 6px; }
.cu-mega-list a:hover { color: #fff; transform: translateX(5px); }
.cu-mega-list a::before { content: '›'; color: #00a3ff; font-weight: 900; font-size: 14px; transition: 0.2s; }

.cu-promo-card { display: flex; flex-direction: column; text-decoration: none !important; background: #0f172a; border: 1px solid #1e293b; border-radius: 8px; overflow: hidden; transition: 0.3s; }
.cu-promo-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,163,255,0.15); border-color: #38bdf8; }
.cu-promo-img { width: 100%; height: 130px; object-fit: cover; display: block; border-bottom: 2px solid #00a3ff; }
.cu-promo-bottom { padding: 12px 15px; background: linear-gradient(to right, #0f172a, #1e293b); display: flex; justify-content: space-between; align-items: center; }
.cu-promo-bottom span { font-size: 11px; font-weight: 800; color: #fff; text-transform: uppercase; }
.cu-promo-bottom svg { width: 14px; height: 14px; color: #00a3ff; transition: 0.3s; }
.cu-promo-card:hover .cu-promo-bottom svg { transform: translateX(5px); }

@media (max-width: 900px) {
    .cu-mega-grid-final { grid-template-columns: 1fr; gap: 20px; }
}