/*
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; }
}
/* =========================================
   GECE MESAİSİ: VİTRİN KESKİNLEŞTİRME VE BOŞLUK (GAP) AYARI
   ========================================= */
/* Sağ-Sol kolon arası boşluğu 10px yap */
.cu-vitrin-grid { 
    gap: 10px !important; 
}

/* Sağdaki iki küçük banner arası boşluğu 10px yap */
.cu-side-banners { 
    gap: 10px !important; 
}

/* Ana büyük slider'ın köşelerini jilet gibi sivrilt */
.cu-main-slider { 
    border-radius: 0 !important; 
}

/* Sağdaki küçük bannerların köşelerini jilet gibi sivrilt */
.cu-side-banner { 
    border-radius: 0 !important; 
}

/* Vitrin genel arka plan kapsayıcısının yumuşaklığını da alalım tam uyumlu olsun */
#cu-bioarch-root {
    border-radius: 0 !important;
}
/* =========================================
   GECE MESAİSİ BÖLÜM 2: MANŞET VE İSTATİSTİK BARINI BİRLEŞTİRME
   ========================================= */

/* Vitrin altındaki o 30px'lik devasa boşluğu tamamen buharlaştırıyoruz */
.cu-vitrin-wrapper { 
    margin-bottom: 0 !important; 
}

/* Elite Control (İstatistik) barının yuvarlak köşelerini iptal et ve manşete sıfıra sıfır yapıştır */
.cu-elite-control-bar { 
    border-radius: 0 !important; 
    margin-top: 10px !important; /* Eğer tam bitişik istersen burayı 0px yap, 10px üstteki grid ile hizalı şık bir çizgi bırakır */
    margin-bottom: 30px !important; /* Altındaki diğer içeriklerle mesafesini korusun */
}

/* Barın içindeki tıklanabilir öğelerin (hover) köşelerini de jilet gibi yap */
.cu-ctrl-item {
    border-radius: 0 !important;
}

/* En sağdaki ve en soldaki öğelerin dış köşelerini de sıfırla */
.cu-ctrl-item:first-child,
.cu-ctrl-item:last-child {
    border-radius: 0 !important;
}
/* =========================================
   GECE MESAİSİ BÖLÜM 3: MANŞETİ YUKARI MENÜYE YAPIŞTIRMA
   ========================================= */

/* Ana çerçevenin üstündeki o devasa 70px'lik boşluğu siliyoruz */
#cu-bioarch-root {
    margin-top: 10px !important; /* Menü ile arasına tam 10px mesafe bırakır */
    padding-top: 0 !important;   /* İçerideki gereksiz üst boşluğu tamamen sıfırlar */
}
/* =========================================
   GECE MESAİSİ BÖLÜM 4: SAĞ ÜST QR KOD ENTEGRASYONU
   ========================================= */
.cu-banner-qr {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #00a3ff;
    padding: 3px;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    /* Az önce her şeyi köşeli yaptık, bu da jilet gibi kare olsun: */
    border-radius: 0 !important; 
}

/* Bannerın üstüne gelince QR kod hafifçe büyüsün ve parlasın */
.cu-side-banner:hover .cu-banner-qr {
    transform: scale(1.1);
    background: #ffffff;
    border-color: #38bdf8;
    box-shadow: 0 8px 20px rgba(0, 163, 255, 0.3);
}

.cu-banner-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
/* =========================================
   SİBER SLIDER GEÇİŞ MOTORU (FADE EFEKTİ)
   ========================================= */
.cu-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 !important;
}

.cu-slide-item {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
    z-index: 1;
}

.cu-slide-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Siber Yön Okları */
.cu-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(15, 23, 42, 0.7);
    color: #00a3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: 1px solid rgba(0, 163, 255, 0.3);
    transition: 0.3s ease;
}

.cu-slider-nav svg { width: 24px; height: 24px; }
.cu-slider-nav:hover { background: #00a3ff; color: #fff; border-color: #00a3ff; }
.cu-prev { left: 15px; }
.cu-next { right: 15px; }

/* =========================================
   CAN ÜNAL - KLİNİK DASHBOARD NAVBAR (MEGA MENÜ AÇIK + 15PX BOŞLUK + SAĞ BUTON)
   ========================================= */
.cu-klinik-navbar {
    display: flex !important;
    justify-content: center !important; 
    width: 100% !important;
    height: 45px !important; 
    background-color: #0f1423 !important; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999 !important;
}

.cu-klinik-navbar-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important; /* Linkleri sola yaslar */
    gap: 15px !important; /* İSTEDİĞİN 15PX NET BOŞLUK BURADA */
    width: 100% !important;
    max-width: 1200px !important; 
    height: 100% !important;
    position: relative !important; 
    /* DİKKAT: overflow: hidden BURADAN SİLİNDİ, ARTIK MEGA MENÜ KESİLMEYECEK! */
}

/* Link Kutuları */
.cu-klinik-item {
    flex: 0 0 auto !important; /* Kendi boyutunda kalır, zorla uzamaz */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important; 
    padding: 0 5px !important; 
    text-decoration: none !important;
    border: none !important; /* Ferah dursun diye aralardaki çizgileri kaldırdık */
    position: static !important; 
    cursor: pointer !important;
    box-shadow: inset 0 -3px 0 transparent !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

.cu-klinik-item svg { 
    width: 14px !important; 
    height: 14px !important; 
    min-width: 14px !important; 
    color: #00a3ff !important; 
    transition: transform 0.2s ease !important; 
}

.cu-klinik-item span { 
    font-family: 'Inter', sans-serif !important; 
    color: #ffffff !important; 
    font-size: 10.5px !important; 
    font-weight: 800 !important; 
    letter-spacing: 0.5px !important; 
    text-transform: uppercase !important; 
    white-space: nowrap !important; 
}

.cu-klinik-item:hover { 
    background-color: transparent !important; 
    box-shadow: inset 0 -3px 0 #00a3ff !important; 
}
.cu-klinik-item:hover svg { transform: scale(1.1) !important; }

/* MEGA MENÜ HİZALAMASI (KESİN AŞAĞI AÇILMA EMİRİ) */
.cu-mega-wrapper {
    position: absolute !important;
    top: 100% !important; /* Tam menünün altından açılacak */
    bottom: auto !important; /* Yukarı kaçma hatasını iptal ettik */
    left: 0 !important; 
    width: 100% !important; 
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    z-index: 1000 !important;
}
.cu-klinik-item.cu-mega-trigger:hover .cu-mega-wrapper { 
    opacity: 1 !important; 
    visibility: visible !important; 
}

/* WHATSAPP YEŞİLİ BUTON (EN SAĞA SABİT) */
.cu-green-btn { 
    margin-left: auto !important; /* Bu kod sayesinde kendisini en sağ duvara mıhlar */
    background-color: #25D366 !important; 
    padding: 0 15px !important; 
    box-shadow: none !important; 
}
.cu-green-btn svg { color: #ffffff !important; }
.cu-green-btn:hover { 
    background-color: #128C7E !important; 
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2) !important; 
}
/* =========================================
   CAN ÜNAL | KLİNİK ANALİZ HUNİSİ CSS
   ========================================= */

.cu-funnel-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 50px auto;
    overflow: hidden; /* Dışarı taşan adımları gizler */
    position: relative;
    background: #0f1423; /* Siber Lacivert */
    border: 1px solid #1e293b;
    border-top: 3px solid #00a3ff;
    border-radius: 8px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    font-family: 'Inter', sans-serif;
}

/* İlerleme Çubuğu */
.cu-progress-bar {
    width: 100%; height: 4px; background: #1e293b;
}
.cu-progress-fill {
    height: 100%; width: 0%; background: #00a3ff;
    transition: width 0.4s ease;
}

/* Huni Kaydırma Yolu */
.cu-funnel-track {
    display: flex;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); /* Pürüzsüz sinematik kayma */
}

/* Adım Panelleri */
.cu-step-panel {
    min-width: 100%;
    padding: 50px 40px;
    box-sizing: border-box;
}
.cu-step-content {
    max-width: 500px; margin: 0 auto;
}
.text-center { text-align: center; }

/* Tipografi */
.cu-step-title {
    color: #ffffff; font-size: 24px; font-weight: 800; margin: 0 0 15px 0; letter-spacing: -0.5px;
}
.cu-step-desc {
    color: #94a3b8; font-size: 14px; line-height: 1.6; margin: 0 0 30px 0; font-weight: 500;
}

/* Form Elemanları */
.cu-form-group { margin-bottom: 20px; }
.cu-form-group label {
    display: block; color: #cbd5e1; font-size: 11px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px;
}
.cu-form-group input {
    width: 100%; background: #020617; border: 1px solid #1e293b; color: #fff;
    padding: 15px; font-size: 14px; border-radius: 6px; box-sizing: border-box; transition: 0.3s;
}
.cu-form-group input:focus { border-color: #00a3ff; outline: none; box-shadow: 0 0 0 3px rgba(0, 163, 255, 0.15); }

/* Hedef Seçici (Radio Kartlar) */
.cu-radio-grid { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.cu-radio-card { cursor: pointer; position: relative; }
.cu-radio-card input { display: none; }
.cu-radio-content {
    background: #020617; border: 1px solid #1e293b; padding: 20px; border-radius: 6px; transition: 0.3s;
}
.cu-radio-content h4 { color: #fff; margin: 0 0 5px 0; font-size: 15px; }
.cu-radio-content span { color: #64748b; font-size: 12px; }
.cu-radio-card input:checked + .cu-radio-content {
    border-color: #00a3ff; background: rgba(0, 163, 255, 0.05); box-shadow: inset 4px 0 0 #00a3ff;
}

/* Butonlar */
.cu-step-actions { display: flex; justify-content: space-between; gap: 15px; margin-top: 20px; }
.cu-btn-primary {
    background: #00a3ff; color: #fff; border: none; padding: 15px 30px; border-radius: 6px;
    font-size: 13px; font-weight: 900; letter-spacing: 1px; cursor: pointer; transition: 0.3s;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Inter';
}
.cu-btn-primary:hover { background: #0284c7; transform: translateY(-2px); }
.cu-btn-ghost {
    background: transparent; color: #94a3b8; border: 1px solid #334155; padding: 15px 25px;
    border-radius: 6px; font-size: 13px; font-weight: 700; cursor: pointer; transition: 0.3s; font-family: 'Inter';
}
.cu-btn-ghost:hover { color: #fff; border-color: #64748b; }

/* Yükleme Ekranı (Spinner) */
.cu-loading-spinner {
    width: 50px; height: 50px; border: 4px solid rgba(0, 163, 255, 0.2);
    border-top: 4px solid #00a3ff; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto;
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.cu-loading-text { color: #cbd5e1; font-size: 13px; font-weight: 600; margin-top: 10px; }

/* Rapor ve Upsell Tasarımı */
.cu-report-box { background: #020617; border: 1px solid #1e293b; padding: 25px; border-radius: 6px; }
.cu-rep-row { display: flex; justify-content: space-between; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dashed #1e293b; color: #cbd5e1; font-size: 13px; font-weight: 600; align-items: center;}
.cu-upsell-box {
    margin-top: 30px; background: linear-gradient(135deg, rgba(0, 163, 255, 0.1) 0%, rgba(15, 20, 35, 0) 100%);
    border: 1px solid rgba(0, 163, 255, 0.3); padding: 30px; border-radius: 6px; text-align: center;
}
.cu-upsell-box h3 { color: #fff; margin: 0 0 10px 0; font-size: 18px; }
.cu-upsell-box p { color: #94a3b8; font-size: 13px; line-height: 1.6; margin: 0 0 20px 0; }

/* Efsanevi İmza */
.cu-signature {
    font-family: 'Inter', sans-serif; font-weight: 800; font-style: italic;
    color: #10b981; /* Otoriter ama sıcak bir yeşil */
    font-size: 14px; margin-top: 15px; letter-spacing: 0.5px;
}

@media (max-width: 500px) {
    .cu-step-panel { padding: 40px 20px; }
}

/* =========================================
   CAN ÜNAL | 20'Lİ KOMPAKT ÜRÜN VİTRİNİ
   ========================================= */

/* Izgara (Tam 220px genişliğe kilitlendi) */
.cu-micro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    gap: 15px; /* Kartlar arası boşluk daraltıldı, sıkı dizilim */
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Küçük Kart Kasası */
.cu-micro-card {
    background: #1c1c1e; /* Apple Space Gray */
    border: 1px solid #2c2c2e;
    border-radius: 6px; /* Jilet oval */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.cu-micro-card:hover {
    transform: translateY(-4px);
    border-color: #00a3ff;
}

.premium-micro {
    border-color: rgba(0, 163, 255, 0.4);
}

/* Satış Etiketi */
.cu-micro-badge {
    position: absolute;
    top: 8px; left: 8px;
    background: #ef4444; color: #fff;
    font-size: 8px; font-weight: 900;
    padding: 4px 6px; border-radius: 3px;
    letter-spacing: 0.5px; z-index: 10;
}

/* Resim Kutusu (140px Sabit Yükseklik) */
.cu-micro-img-box {
    height: 140px; 
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #2c2c2e;
}

.cu-micro-img-box img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Üzerine gelince resim hafif büyür (Premium hissiyat) */
.cu-micro-card:hover .cu-micro-img-box img {
    transform: scale(1.08); 
}

/* Resmin Üzerine Gelen İncele İkonu */
.cu-micro-overlay {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(2, 6, 23, 0.5); /* Siber karartma */
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s ease;
}
.cu-micro-card:hover .cu-micro-overlay { opacity: 1; }
.cu-micro-overlay svg { width: 30px; height: 30px; }

/* Yazı Gövdesi */
.cu-micro-body {
    padding: 15px;
    display: flex; flex-direction: column; flex-grow: 1;
}

.cu-micro-title {
    color: #fff; font-size: 14px; font-weight: 800;
    margin: 0 0 6px 0; line-height: 1.2; letter-spacing: -0.2px;
}

.cu-micro-desc {
    color: #94a3b8; font-size: 11px; line-height: 1.4;
    margin: 0 0 12px 0; flex-grow: 1;
}

/* Fiyat/Stok Alt Bilgisi */
.cu-micro-meta {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 12px; padding-top: 10px; border-top: 1px dashed #2c2c2e;
}

.cu-micro-stock { font-size: 9px; color: #64748b; font-weight: 700; }
.cu-micro-stock span { color: #10b981; font-weight: 900; }
.cu-micro-rating { color: #f59e0b; font-size: 10px; font-weight: 800; }

/* İncele Butonu */
.cu-micro-btn {
    display: block; width: 100%; text-align: center;
    background: rgba(0, 163, 255, 0.1); color: #00a3ff;
    border: 1px solid rgba(0, 163, 255, 0.2);
    padding: 8px; border-radius: 4px;
    font-size: 10px; font-weight: 900; letter-spacing: 0.5px;
    text-decoration: none; transition: all 0.2s ease;
}

.cu-micro-btn:hover {
    background: #00a3ff; color: #fff;
}

/* =========================================
   CAN ÜNAL KLİNİK DİJİTAL - APPLE LIGHT THEME
   ========================================= */
:root {
    /* Arka Planlar */
    --bg-main: #f5f5f7; /* Apple açık gri (Sayfa geneli) */
    --bg-card: #ffffff; /* Kartlar ve modüller için saf beyaz */
    
    /* Metin Renkleri */
    --text-white: #1d1d1f; /* DİKKAT: Kodlardaki eski değişkeni bozmamak için adı white kaldı ama rengi koyu Apple siyahı yaptık */
    --text-main: #1d1d1f;  /* Ana metinler (Koyu Gri/Siyah) */
    --text-muted: #86868b; /* Alt metinler ve açıklamalar (Apple Grisi) */
    
    /* Çerçeve ve Çizgiler */
    --border-dark: #d2d2d7; /* Eski karanlık çizgiler yerine yumuşak açık gri çizgiler */
    
    /* Klinik Vurgu Renkleri */
    --neon-cyan: #0071e3; /* Apple Mavi (Linkler, butonlar ve ana vurgular) */
    --alert-red: #ff3b30; /* Uyarı ve risk (Kırmızı) */
    --alert-yellow: #f59223; /* Orta seviye uyarı (Turuncu) */
    --safe-green: #34c759; /* Başarılı ve stabil (Yeşil) */
}




/* Kartların arka planını beyaz, gölgelerini yumuşak yapıyoruz */
.cu-case-card {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-dark) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04) !important;
}

/* --- 2. ANA ŞASE (APP LAYOUT) VE SİDEBAR --- */
.cu-app-layout {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.cu-sidebar {
    width: 280px;
    background-color: var(--bg-mega-menu);
    border-right: 1px solid var(--border-dark);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.cu-sidebar::-webkit-scrollbar { width: 4px; }
.cu-sidebar::-webkit-scrollbar-thumb { background: rgba(0, 163, 255, 0.2); border-radius: 4px; }

/* --- 3. KULLANICI PROFİL KARTI --- */
.cu-user-profile-box {
    padding: 30px 20px;
    border-bottom: 1px solid var(--border-dark);
    text-align: center;
}

.cu-user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--neon-cyan);
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(0, 163, 255, 0.2);
}

.cu-user-package {
    display: inline-block;
    background-color: rgba(0, 163, 255, 0.1);
    color: var(--neon-cyan);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.cu-user-name {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.cu-user-meta {
    color: var(--text-muted);
    font-size: 12px;
}

/* --- 4. SİDEBAR NAVİGASYON VE LİNKLER --- */
.cu-sidebar-module {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-dark);
}

.cu-module-title {
    font-size: 10px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 20px;
    margin-bottom: 10px;
    font-weight: 800;
}

.cu-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.cu-sidebar-link svg {
    width: 16px;
    height: 16px;
    fill: var(--text-muted);
    transition: fill 0.2s ease;
}

.cu-sidebar-link:hover, .cu-sidebar-link.active {
    background-color: rgba(0, 163, 255, 0.05);
    color: var(--text-white);
    border-left-color: var(--neon-cyan);
}

.cu-sidebar-link:hover svg, .cu-sidebar-link.active svg {
    fill: var(--neon-cyan);
}

/* --- 5. SAĞ AKIŞ (REAKTÖR ODASI) VE GRID SİSTEMİ --- */
.cu-dashboard-content {
    flex: 1;
    padding: 40px;
    background-color: var(--bg-cyber-navy);
    min-width: 0;
}

.cu-module-header {
    margin-bottom: 40px;
}

.cu-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- 6. KLİNİK VERİ KARTLARI (DATA CARDS) --- */
.cu-case-card {
    background-color: var(--bg-mega-menu);
    border: 1px solid var(--border-dark);
    border-radius: 6px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cu-case-card:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 163, 255, 0.1);
}

.cu-case-id {
    font-size: 11px;
    color: var(--neon-cyan);
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
}

.cu-data-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    padding: 10px 0;
    font-size: 13px;
}

.cu-data-row:last-child {
    border-bottom: none;
}

.cu-data-label { color: var(--text-muted); }
.cu-data-value { color: var(--text-white); font-weight: 600; }

/* --- 7. FARMAKOLOJİ VE KLİNİK TABLOLAR --- */
.cu-clinical-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    background-color: var(--bg-mega-menu);
    border: 1px solid var(--border-dark);
    border-radius: 6px;
    overflow: hidden;
}

.cu-clinical-table th {
    background-color: rgba(255, 255, 255, 0.02);
    color: var(--text-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid var(--border-dark);
}

.cu-clinical-table td {
    padding: 16px 20px;
    color: var(--text-white);
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    vertical-align: middle;
}

.cu-dose-cell {
    font-family: monospace;
    color: var(--neon-cyan);
    font-size: 14px;
    font-weight: bold;
}

/* Siber Uyarı Rozetleri */
.cu-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}
.cu-badge.danger { background-color: rgba(255, 0, 51, 0.1); color: var(--alert-red); border: 1px solid rgba(255, 0, 51, 0.2); }
.cu-badge.warning { background-color: rgba(255, 170, 0, 0.1); color: var(--alert-yellow); border: 1px solid rgba(255, 170, 0, 0.2); }
.cu-badge.safe { background-color: rgba(0, 163, 255, 0.1); color: var(--neon-cyan); border: 1px solid rgba(0, 163, 255, 0.2); }

/* --- 8. HESAPLAMA ARAÇLARI (INPUT & FORMLAR) --- */
.cu-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.cu-input-group {
    margin-bottom: 20px;
}

.cu-input-label {
    display: block;
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-weight: 700;
}

.cu-input-field {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-dark);
    color: var(--text-white);
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.cu-input-field:focus {
    outline: none;
    border-color: var(--neon-cyan);
    box-shadow: 0 0 10px rgba(0, 163, 255, 0.1);
}

.cu-calc-btn {
    width: 100%;
    background-color: var(--neon-cyan);
    color: #000;
    border: none;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.cu-calc-btn:hover {
    background-color: #0082cc;
    transform: translateY(-2px);
}

.cu-result-box {
    background-color: rgba(0, 163, 255, 0.05);
    border: 1px dashed var(--neon-cyan);
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin-top: 25px;
    display: none;
}

.cu-result-value {
    font-size: 32px;
    font-weight: 800;
    color: var(--neon-cyan);
    margin: 10px 0;
    font-family: monospace;
}
/* =========================================
   BİO ARC - MULTI-STEP FORM (ONBOARDING)
   ========================================= */
.cu-step-wrapper { display: none; animation: fadeIn 0.4s ease; }
.cu-step-wrapper.active { display: block; }

.cu-progress-container {
    width: 100%; height: 6px; background-color: var(--border-dark);
    border-radius: 3px; margin-bottom: 30px; position: relative; overflow: hidden;
}
.cu-progress-bar-fill {
    height: 100%; background-color: var(--neon-cyan); width: 25%;
    transition: width 0.4s ease; border-radius: 3px;
}

.cu-step-indicator {
    display: flex; justify-content: space-between; margin-bottom: 30px;
    font-size: 11px; color: var(--text-muted); font-weight: 600; text-transform: uppercase;
}
.cu-step-indicator span.active { color: var(--neon-cyan); }

.cu-button-group {
    display: flex; justify-content: space-between; margin-top: 30px; border-top: 1px solid var(--border-dark); padding-top: 20px;
}
.cu-btn-outline {
    background: transparent; border: 1px solid var(--text-muted); color: var(--text-white);
    padding: 10px 20px; border-radius: 6px; cursor: pointer; font-family: 'Inter', sans-serif;
}
/* ==========================================================================
   CAN ÜNAL KLİNİK SİSTEMLER - USER PROFILE BOX (APPLE WHITE VİZİYONU)
   ========================================================================== */

.cu-user-profile-box {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    width: 100%;
    max-width: 380px; /* Klinik panelin sağ/sol kolonu için ideal genişlik */
    font-family: 'Inter', sans-serif;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cu-user-profile-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* KULLANICI ARKA PLANI (COVER) */
.cu-profile-cover {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f7; /* Resim yüklenmezse Apple Grisi fallback */
    position: relative;
}

/* MEVCUT FAZ ROZETİ (Cover üstünde sağda cam efektiyle durur) */
.cu-phase-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(10px); /* Apple cam efekti */
    color: #1d1d1f;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Faz Noktası İndikatörü (Duruma göre renk değiştirir) */
.cu-phase-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0071e3; /* Varsayılan: Apple Blue (Clean Bulk vb.) */
}
.phase-definasyon::before { background-color: #ff3b30; } /* Apple Red */
.phase-bulk::before { background-color: #34c759; } /* Apple Green */

/* PROFiL İÇERİK ALANI */
.cu-profile-content {
    padding: 0 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* AVATAR (Kişi Resmi) */
.cu-profile-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-top: -42px; /* Cover resminin üstüne jilet gibi bindirme */
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    z-index: 2;
    position: relative;
}

.cu-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* İSİM VE PAKET BİLGİSİ */
.cu-profile-header {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
}

.cu-user-name {
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 6px 0;
    letter-spacing: -0.5px;
}

.cu-package-name {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #0071e3; 
    background-color: rgba(0, 113, 227, 0.08); /* Hafif transparan mavi zemin */
    padding: 4px 10px;
    border-radius: 6px;
}

/* KLİNİK İSTATİSTİKLER (Kilo, Yaş, Yağ) */
.cu-profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06); /* İncecik seperatör çizgisi */
    padding-top: 20px;
}

.cu-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cu-stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1f;
    line-height: 1.2;
}

.cu-stat-value small {
    font-size: 12px;
    font-weight: 500;
    color: #86868b;
    margin-left: 2px;
}

.cu-stat-label {
    font-size: 11px;
    color: #86868b;
    font-weight: 600;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

:root {
    --bg-dark: #0b0f19;
    --surface-dark: #111827;
    --border-color: #1f2937;
    --cyber-blue: #00a3ff;
    --text-main: #e5e7eb;
    --text-muted: #9ca3af;
    --alert-red: #ef4444;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    padding: 2rem;
}

.lab-container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--cyber-blue);
    padding-left: 1rem;
    letter-spacing: 1px;
}

.control-panel {
    background-color: var(--surface-dark);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    align-items: end;
}

.input-group {
    display: flex;
    flex-direction: column;
}

.input-group label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.input-group select,
.input-group input {
    background-color: var(--bg-dark);
    border: 1px solid var(--border-color);
    color: var(--text-main);
    padding: 0.75rem;
    border-radius: 4px;
    outline: none;
    font-size: 0.875rem;
    transition: border-color 0.2s ease;
}

.input-group select:focus,
.input-group input:focus {
    border-color: var(--cyber-blue);
}

.btn-zerk {
    background-color: var(--cyber-blue);
    color: #fff;
    border: none;
    padding: 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
    text-transform: uppercase;
}

.btn-zerk:hover {
    opacity: 0.8;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--surface-dark);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid var(--border-color);
}

thead {
    background-color: var(--bg-dark);
}

th, td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.875rem;
}

th {
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    font-size: 0.75rem;
}

td.has-dose {
    color: var(--cyber-blue);
    font-weight: 800;
}

.summary-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.summary-card {
    background-color: var(--surface-dark);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1.5rem;
}

.summary-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--cyber-blue);
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.5rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px dashed var(--border-color);
    font-size: 0.875rem;
}

.summary-item:last-child {
    border-bottom: none;
}

.delete-btn {
    background: transparent;
    border: none;
    color: var(--alert-red);
    cursor: pointer;
    font-weight: bold;
}
/* PDF/YAZICI LABORATUVAR AYARLARI */
@media print {
    /* Yazdırma sırasında gereksiz şantiye araçlarını (Giriş paneli, butonlar) gizle */
    .control-panel, .btn-zerk, .delete-btn, header, footer, .nav-bar {
        display: none !important;
    }
    
    body {
        background-color: white !important; /* Kağıt israfını önlemek ve klinik netlik için */
        color: black !important;
        padding: 0 !important;
    }

    .lab-container {
        width: 100% !important;
        max-width: none !important;
    }

    table, .summary-card {
        border: 1px solid #333 !important;
        background-color: white !important;
        color: black !important;
    }

    th {
        background-color: #f0f0f0 !important;
        color: black !important;
    }

    .has-dose {
        color: #000 !important;
        font-weight: 800 !important;
        border-bottom: 1px solid #00a3ff !important;
    }

    .header-title {
        color: black !important;
        border-left: 5px solid #00a3ff !important;
        margin-bottom: 30px !important;
    }
}
/* PDF/YAZICI LABORATUVAR AYARLARI */
@media print {
    /* Yazdırma sırasında gereksiz şantiye araçlarını (Giriş paneli, butonlar) gizle */
    .control-panel, .btn-zerk, .delete-btn, header, footer, .nav-bar {
        display: none !important;
    }
    
    body {
        background-color: white !important; /* Kağıt israfını önlemek ve klinik netlik için */
        color: black !important;
        padding: 0 !important;
    }

    .lab-container {
        width: 100% !important;
        max-width: none !important;
    }

    table, .summary-card {
        border: 1px solid #333 !important;
        background-color: white !important;
        color: black !important;
    }

    th {
        background-color: #f0f0f0 !important;
        color: black !important;
    }

    .has-dose {
        color: #000 !important;
        font-weight: 800 !important;
        border-bottom: 1px solid #00a3ff !important;
    }

    .header-title {
        color: black !important;
        border-left: 5px solid #00a3ff !important;
        margin-bottom: 30px !important;
    }
}
/* ==========================================================================
   PREMIUM PDF / YAZICI MİMARİSİ (A4 KLİNİK EVRAK - V3.9 ANONİM)
   ========================================================================== */
@media print {
    /* Tarayıcı varsayılan kenar boşluklarını ezme */
    @page {
        size: A4 portrait;
        margin: 20mm 10mm; 
    }

    /* Şantiye Araçlarının İmhası */
    .control-panel, .btn-zerk, .delete-btn, header, footer, #wpadminbar, .nav-bar, .sidebar {
        display: none !important;
    }

    /* Temel Klinik Kağıt Tuvali */
    body, main {
        background-color: #ffffff !important;
        color: #000000 !important;
        padding: 0 !important;
        margin: 0 !important;
        font-family: 'Inter', sans-serif !important;
    }

    /* MİMARİNİN MERKEZİ İZOLASYONU */
    .lab-container {
        width: 85% !important;
        max-width: 85% !important;
        margin: 0 auto !important;
    }

    /* ÜST BAŞLIK - SADECE PLANLAMA BAŞLIĞI */
    .header-title {
        text-align: center !important;
        font-size: 14pt !important;
        font-weight: 800 !important;
        color: #000000 !important;
        border-left: none !important;
        border-bottom: 1.5px solid #000000 !important;
        padding-bottom: 10px !important;
        margin-bottom: 25px !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
    }
    
    /* İSMİN GEÇTİĞİ ::after BLOĞU KESİN OLARAK İMHA EDİLMİŞTİR */

    /* Kategori Laboratuvar Başlıkları */
    h4 {
        font-size: 9pt !important;
        font-weight: 800 !important;
        color: #000000 !important;
        border-bottom: 1px solid #000000 !important;
        padding-bottom: 4px !important;
        margin-top: 20px !important;
        margin-bottom: 8px !important;
        text-transform: uppercase !important;
    }

    /* Hücresel Tablo Mimari Çizgileri */
    table {
        width: 100% !important;
        border-collapse: collapse !important;
        border: 1px solid #000000 !important;
        margin-bottom: 12px !important;
        page-break-inside: avoid !important;
    }

    /* Matbaa mürekkebini zorlamak için özel komut */
    thead {
        background-color: #f5f5f7 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    th {
        background-color: #f5f5f7 !important;
        color: #000000 !important;
        font-weight: 800 !important;
        font-size: 7.5pt !important;
        padding: 6px !important;
        border: 1px solid #000000 !important;
    }

    td {
        padding: 6px !important;
        font-size: 8pt !important;
        border: 1px solid #000000 !important;
        color: #000000 !important;
    }

    td.has-dose {
        font-weight: 800 !important;
        color: #000000 !important;
        background-color: #f0f0f0 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    /* ÖZET KARTLARI - İMZA VE KARAR ALANI */
    .summary-grids {
        display: flex !important;
        justify-content: space-between !important;
        gap: 15px !important;
        margin-top: 25px !important;
        page-break-inside: avoid !important;
    }

    .summary-card {
        flex: 1 !important;
        border: 1px solid #000000 !important;
        border-radius: 0 !important;
        padding: 12px !important;
        background-color: #ffffff !important;
    }

    .summary-card h3 {
        font-size: 9.5pt !important;
        font-weight: 800 !important;
        color: #000000 !important;
        border-bottom: 1px solid #000000 !important;
        padding-bottom: 6px !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .summary-item {
        font-size: 8.5pt !important;
        border-bottom: 1px dotted #aaaaaa !important;
        padding: 5px 0 !important;
        color: #000000 !important;
    }

    .summary-item span.has-dose {
        font-weight: 800 !important;
    }
}
/* ==========================================================================
   CAN ÜNAL - KLİNİK TEDARİK VE PCT REÇETESİ (A4 EVRAK MİMARİSİ)
   ========================================================================== */

.prescription-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 2rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
}

.prescription-paper {
    margin-top: 3rem;
    padding: 2rem;
    border: 2px solid #1d1d1f;
    min-height: 500px;
    position: relative;
}

.prescription-paper h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-transform: uppercase;
    border-bottom: 2px solid #1d1d1f;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}

.prescription-category {
    margin-bottom: 1.5rem;
}

.prescription-category h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #1d1d1f;
    border-bottom: 1px solid #d2d2d7;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.prescription-list {
    list-style: none;
    padding: 0;
}

.prescription-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #d2d2d7;
    font-size: 0.9rem;
    font-weight: 600;
}

.prescription-list li span.qty {
    font-weight: 800;
    color: var(--apple-blue);
}

/* ==========================================================================
   CAN ÜNAL - KLİNİK TEDARİK VE PCT REÇETESİ (PDF MERKEZLEME)
   ========================================================================== */
@media print {
    @page { 
        size: A4 portrait; 
        margin: 20mm 10mm; /* Üst-alt 20mm, sağ-sol 10mm boşluk */
    }
    
    .control-panel, .header-title, header, footer, #wpadminbar, .nav-bar, .sidebar {
        display: none !important;
    }
    
    body, main { 
        background: #ffffff !important; 
        margin: 0 !important; 
        padding: 0 !important; 
        font-family: 'Inter', sans-serif !important;
    }
    
    /* İŞTE BURASI: REÇETEYİ MERKEZE ÇİVİLEME İNFAZI */
    .prescription-container {
        border: none !important;
        padding: 0 !important;
        width: 85% !important; /* Kağıdın sadece %85'ini kullan */
        max-width: 85% !important;
        margin: 0 auto !important; /* Kalan boşluğu sağa-sola eşit bölerek ortala */
    }
    
    .prescription-paper {
        border: none !important;
        padding: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    /* Başlık ve Font Kalibrasyonları */
    .prescription-paper h2 {
        text-align: center !important;
        font-size: 16pt !important;
        font-weight: 800 !important;
        color: #000000 !important;
        border-bottom: 2px solid #000000 !important;
        padding-bottom: 10px !important;
        margin-bottom: 25px !important;
    }

    .prescription-paper h2::after {
        content: "KLİNİK TEDARİK VE RESTORASYON (PCT) BİLDİRGESİ";
        display: block !important;
        font-size: 9pt !important;
        font-weight: 600 !important;
        color: #555555 !important;
        margin-top: 6px !important;
        letter-spacing: 0.5px !important;
    }

    .prescription-category h4 {
        font-size: 11pt !important;
        font-weight: 800 !important;
        color: #000000 !important;
        border-bottom: 1px solid #000000 !important;
        padding-bottom: 4px !important;
        margin-top: 20px !important;
        margin-bottom: 8px !important;
    }

    .prescription-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .prescription-list li {
        display: flex !important;
        justify-content: space-between !important;
        padding: 6px 0 !important;
        border-bottom: 1px dotted #888888 !important;
        font-size: 10pt !important;
        font-weight: 600 !important;
        color: #000000 !important;
    }
    
    .prescription-list li span.qty {
        font-weight: 800 !important;
        color: #000000 !important; /* Kağıtta siyah baskı */
    }
}
/* ==========================================================================
   CAN ÜNAL - 7 GÜNLÜK HÜCRESEL BESLENME (ARAYÜZ VE PDF MİMARİSİ)
   ========================================================================== */

/* Arayüz Makro Renklendirmeleri */
.nutrition-table th { background-color: #f5f5f7 !important; font-size: 0.7rem !important; }
.nutrition-table td { font-size: 0.8rem !important; }
.macro-tag { font-weight: 800; font-size: 0.75rem; }
.p-color { color: #ff3b30; } 
.c-color { color: #0071e3; } 
.f-color { color: #ff9500; } 
.s-color { color: #34c759; } 

/* Panel İçi Dikey Görünüm */
.day-page-block { margin-bottom: 50px; border-bottom: 1px dashed #d2d2d7; padding-bottom: 30px; }
.day-print-header { color: #0071e3; font-weight: 800; font-size: 1.2rem; margin-bottom: 15px; text-transform: uppercase; }

/* 7 SAYFALIK PDF İNFAZI (SADECE MATBAA) */
@media print {
    .no-print { display: none !important; }
    
    @page { size: A4 portrait; margin: 20mm 15mm; }
    
    /* Her Günü Yeni Bir A4 Sayfasına Atma Komutu */
    .day-page-block {
        page-break-after: always !important; 
        padding-top: 10mm !important;
        width: 100% !important;
        border-bottom: none !important;
    }
    
    .day-print-header {
        text-align: center !important; 
        font-size: 14pt !important; 
        font-weight: 800 !important; 
        color: #000000 !important; 
        border-bottom: 2px solid #000000 !important; 
        margin-bottom: 20px !important; 
        padding-bottom: 10px !important;
    }
    
    /* Otorite Mührü */
    .day-print-header::after {
        content: "CAN ÜNAL - KLİNİK PERFORMANS RAPORU"; 
        display: block !important; 
        font-size: 8pt !important; 
        font-weight: 600 !important; 
        color: #555555 !important; 
        margin-top: 6px !important; 
        letter-spacing: 0.5px !important;
    }

    table { width: 100% !important; border: 1px solid #000000 !important; border-collapse: collapse !important; }
    thead { background-color: #f5f5f7 !important; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
    th, td { border: 1px solid #000000 !important; padding: 6px !important; font-size: 8.5pt !important; color: #000000 !important; }
    
    .summary-card { border: 1px solid #000000 !important; margin-top: 20px !important; padding: 12px !important; background: #ffffff !important; border-radius: 0 !important; }
    .summary-card h3 { font-size: 9.5pt !important; border-bottom: 1px solid #000000 !important; margin-bottom: 10px !important; padding-bottom: 5px !important; text-align: center !important; }
    .summary-item { font-size: 9pt !important; border-bottom: 1px dotted #888888 !important; padding: 5px 0 !important; }
}
/* ==========================================================================
   CAN ÜNAL - MEKANİK GERİLİM VE HİPERTROFİ PROTOKOLÜ (V1.0)
   ========================================================================== */

/* Antrenman Arayüzü (Premium SaaS Koyu Tema) */
.workout-container {
    background-color: #0f1423; /* Koyu Lacivert / Siber Karanlık */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    color: #ffffff;
}

.workout-header {
    color: #00a3ff; /* Siber Mavi */
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid #1e293b;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.workout-panel {
    background-color: #1e293b;
    border: 1px solid #334155;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.workout-panel label {
    color: #94a3b8;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
}

.workout-panel input, .workout-panel select {
    background-color: #0f1423;
    color: #ffffff;
    border: 1px solid #334155;
}

.workout-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.workout-table th {
    background-color: #1e293b;
    color: #00a3ff;
    font-size: 0.75rem;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #334155;
}

.workout-table td {
    padding: 12px;
    border-bottom: 1px solid #1e293b;
    font-size: 0.85rem;
}

.tempo-tag {
    background: rgba(0, 163, 255, 0.1);
    color: #00a3ff;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 0.75rem;
}

/* 7 SAYFALIK ANTRENMAN PDF İNFAZI */
@media print {
    .no-print { display: none !important; }
    @page { size: A4 portrait; margin: 20mm 15mm; }
    
    body, main, .workout-container {
        background-color: #ffffff !important;
        color: #000000 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .workout-day-block {
        page-break-after: always !important; 
        padding-top: 10mm !important;
        width: 100% !important;
    }
    
    .workout-print-header {
        text-align: center !important; 
        font-size: 14pt !important; 
        font-weight: 800 !important; 
        color: #000000 !important; 
        border-bottom: 2px solid #000000 !important; 
        margin-bottom: 20px !important; 
        padding-bottom: 10px !important;
        text-transform: uppercase !important;
    }

    .workout-print-header::after {
        content: "CAN ÜNAL - MEKANİK GERİLİM VE HİPERTROFİ RAPORU"; 
        display: block !important; 
        font-size: 8pt !important; 
        font-weight: 600 !important; 
        color: #555555 !important; 
        margin-top: 6px !important; 
        letter-spacing: 0.5px !important;
    }

    .workout-table { border: 1px solid #000000 !important; }
    .workout-table th { background-color: #f5f5f7 !important; color: #000000 !important; font-size: 8pt !important; border: 1px solid #000000 !important; }
    .workout-table td { border: 1px solid #000000 !important; padding: 8px !important; font-size: 9pt !important; color: #000000 !important; }
    .tempo-tag { background: none !important; color: #000000 !important; border: 1px solid #000000 !important; }
}