/* ===================================================================
   Infumia LTD — Premium Stil (v4) "Taşşaklı"
   Az köşeli (radius 8-12px), dolu, ruhlu, müşteri titreten.
   Renk: Siyah + Beyaz + Turuncu
   =================================================================== */

/* ---------- DEĞİŞKENLER ---------- */
:root {
    --orange: #FF6B1A;
    --orange-red: #E8431A;
    --orange-yellow: #FFA51F;
    --orange-light: #FF8A4C;
    --orange-glow: rgba(255, 107, 26, 0.18);
    --orange-soft: rgba(255, 107, 26, 0.08);
    --success: #22c55e;
    --danger: #ef4444;

    --font-sans: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    --font-display: 'Space Grotesk', 'Inter', sans-serif;
    --font-mono: 'SF Mono', 'Fira Code', 'Consolas', monospace;

    --container: 1200px;
    --r-xs: 6px;
    --r-sm: 8px;      /* default */
    --r: 10px;
    --r-md: 12px;
    --r-lg: 14px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ---------- DARK ---------- */
:root, [data-theme="dark"] {
    --bg: #0A0B0F;
    --bg-soft: #0F1115;
    --surface: #13161C;
    --surface-2: #1A1E26;
    --surface-3: #232831;
    --border: rgba(255, 255, 255, 0.06);
    --border-strong: rgba(255, 255, 255, 0.12);
    --text: #F0F2F5;
    --text-soft: #A8AEB8;
    --text-muted: #6B7280;
    --nav-bg: rgba(10, 11, 15, 0.7);
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    --shadow-orange: 0 20px 60px rgba(255, 107, 26, 0.3);
    --glass: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --hero-grid: rgba(255, 255, 255, 0.025);
}

/* ---------- LIGHT ---------- */
[data-theme="light"] {
    --bg: #EDF0F4;
    --bg-soft: #E4E7ED;
    --surface: #FFFFFF;
    --surface-2: #F2F4F8;
    --surface-3: #DDE1E8;
    --border: rgba(15, 23, 42, 0.11);
    --border-strong: rgba(15, 23, 42, 0.20);
    --text: #0E1320;
    --text-soft: #364056;
    --text-muted: #6C7588;
    --nav-bg: rgba(237, 240, 244, 0.82);
    --shadow: 0 4px 24px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
    --shadow-orange: 0 8px 32px rgba(255, 107, 26, 0.18), 0 2px 8px rgba(255, 107, 26, 0.12);
    --glass: rgba(255, 255, 255, 0.8);
    --glass-border: rgba(15, 23, 42, 0.10);
    --hero-grid: rgba(15, 23, 42, 0.035);
    --orange-glow: rgba(255, 107, 26, 0.12);
    --orange-soft: rgba(255, 107, 26, 0.07);
}

/* ---------- LIGHT MODE İNCE AYARLAR ---------- */
[data-theme="light"] .hero-glow-1 { background: radial-gradient(circle, rgba(255,107,26,0.12) 0%, transparent 65%) !important; }
[data-theme="light"] .hero-glow-2 { background: radial-gradient(circle, rgba(232,67,26,0.08) 0%, transparent 65%) !important; }
[data-theme="light"] .cta-box { background: linear-gradient(135deg, #FF6B1A 0%, #E8431A 100%) !important; }
[data-theme="light"] .code-editor { box-shadow: 0 8px 32px rgba(15, 23, 42, 0.10), 0 2px 8px rgba(15, 23, 42, 0.06) !important; }
[data-theme="light"] ::selection { background: #FF6B1A; color: #fff; }
[data-theme="light"] ::-webkit-scrollbar-thumb { background: #C5CAD4; border-radius: var(--r-xs); }
[data-theme="light"] ::-webkit-scrollbar-thumb:hover { background: #FF6B1A; }
[data-theme="light"] ::-webkit-scrollbar-track { background: #E4E7ED; }

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; transition: background var(--transition), color var(--transition); }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--orange); }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: 1rem; color: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--orange); color: #fff; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--surface-3); border-radius: var(--r-xs); }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }

/* ---------- TİPOGRAFİ ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.2rem; }
p { color: var(--text-soft); }
.gradient-text { background: linear-gradient(120deg, var(--orange) 0%, var(--orange-yellow) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.gradient-text-cool { background: linear-gradient(120deg, var(--orange) 0%, var(--orange-red) 50%, var(--orange-yellow) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

/* ---------- LAYOUT ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(70px, 11vw, 140px) 0; position: relative; }
.section-tight { padding: clamp(50px, 7vw, 90px) 0; }
.text-center { text-align: center; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--orange); margin-bottom: 18px; padding: 6px 14px; border-radius: var(--r-sm); background: var(--orange-soft); border: 1px solid rgba(255,107,26,0.25); }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.section-title { margin-bottom: 18px; }
.section-subtitle { color: var(--text-soft); max-width: 640px; margin: 0 auto; font-size: 1.05rem; }
.text-center .section-subtitle { margin-left: auto; margin-right: auto; }

/* ---------- BUTONLAR ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: var(--r-sm); font-weight: 600; font-size: 0.95rem; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); white-space: nowrap; border: 1px solid transparent; position: relative; overflow: hidden; }
.btn svg { width: 18px; height: 18px; transition: transform var(--transition); }
.btn-primary { background: linear-gradient(120deg, var(--orange) 0%, var(--orange-red) 100%); color: #fff; box-shadow: var(--shadow-orange); }
.btn-primary:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 24px 70px rgba(255,107,26,0.45); }
.btn-primary:hover svg { transform: translateX(3px); }
.btn-secondary { background: var(--surface); color: var(--text); border-color: var(--border-strong); }
.btn-secondary:hover { transform: translateY(-2px); border-color: var(--orange); color: var(--orange); }
.btn-outline { background: transparent; color: var(--orange); border-color: var(--orange); }
.btn-outline:hover { transform: translateY(-2px); background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn-ghost { color: var(--text-soft); }
.btn-ghost:hover { color: var(--orange); }

/* Spin (loading) durumları */
.btn[data-spin].is-loading { pointer-events: none; opacity: 0.7; }
.btn[data-spin].is-loading .btn-text::after { content: '…'; }
.btn-spin.is-loading { pointer-events: none; opacity: 0.7; }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn-sm { padding: 9px 18px; font-size: 0.85rem; }
.btn-block { width: 100%; }
.btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.6s; }
.btn-primary:hover::before { left: 100%; }

/* ---------- NAVBAR ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); background: var(--nav-bg); border-bottom: 1px solid transparent; transition: all var(--transition); }
.nav.scrolled { border-bottom-color: var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; }
.logo:hover { color: var(--text); }
.logo-mark { width: 38px; height: 38px; border-radius: var(--r-sm); background: linear-gradient(135deg, var(--orange) 0%, var(--orange-red) 100%); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.1rem; box-shadow: 0 8px 24px rgba(255,107,26,0.4), inset 0 1px 0 rgba(255,255,255,0.25); position: relative; }
.logo-mark::after { content: ''; position: absolute; inset: 0; border-radius: var(--r-sm); background: linear-gradient(135deg, rgba(255,255,255,0.3), transparent 50%); }
.brand-logo-wrap { display: inline-flex; align-items: center; height: 38px; min-width: 128px; }
.brand-logo-img { display: block; width: auto; height: 34px; object-fit: contain; }
.nav .brand-logo-wrap { height: 52px; min-width: 190px; }
.nav .brand-logo-img { height: 46px; }
.footer .brand-logo-wrap { height: 56px; min-width: 290px; overflow: visible; }
.footer .brand-logo-img { height: 78px; max-width: 290px; transform: translateY(-11px); transform-origin: left center; }
.brand-logo-light { display: none; }
.brand-logo-dark { display: block; }
html[data-theme="light"] .brand-logo-light { display: block; }
html[data-theme="light"] .brand-logo-dark { display: none; }
.auth-brand-logo-wrap { display: flex; align-items: center; justify-content: flex-start; width: 190px; height: 64px; border-radius: 0; background: transparent; box-shadow: none; margin-bottom: 26px; }
.auth-brand-logo-img { width: 170px; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 10px 26px rgba(0,0,0,0.25)); }
.auth-brand-logo-img.brand-logo-light { display: none; }
.auth-brand-logo-img.brand-logo-dark { display: block; }
html[data-theme="light"] .auth-brand-logo-img.brand-logo-light { display: block; }
html[data-theme="light"] .auth-brand-logo-img.brand-logo-dark { display: none; }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-link { padding: 9px 16px; border-radius: var(--r-sm); font-size: 0.94rem; color: var(--text-soft); font-weight: 500; transition: all var(--transition); position: relative; }
.nav-link:hover { color: var(--text); background: var(--orange-soft); }
.nav-link.active { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
/* Tüm nav butonları eşit height */
.nav-icon-btn { width: 40px; height: 40px; border-radius: var(--r-sm); display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); color: var(--text-soft); transition: all var(--transition); }
.nav-icon-btn:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.nav-icon-btn svg { width: 18px; height: 18px; }
/* Dil değiştirici — eşit height */
.nav-lang-switch { display: flex; align-items: center; gap: 2px; height: 40px; padding: 0 4px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); }
.nav-lang-switch a { padding: 0 8px; height: 32px; display: flex; align-items: center; border-radius: var(--r-xs); font-size: 0.76rem; font-weight: 700; color: var(--text-muted); transition: all var(--transition); }
.nav-lang-switch a:hover { color: var(--text); }
.nav-lang-switch a.active { color: #fff; background: linear-gradient(120deg, var(--orange), var(--orange-red)); }
.nav-lang-switch span { color: var(--text-muted); font-size: 0.76rem; }
/* Eski lang-switch korundu */
.lang-switch { display: flex; align-items: center; gap: 2px; height: 40px; padding: 0 4px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); }
.lang-switch a { padding: 0 8px; height: 32px; display: flex; align-items: center; border-radius: var(--r-xs); font-size: 0.76rem; font-weight: 700; color: var(--text-muted); }
.lang-switch a.active { color: #fff; background: linear-gradient(120deg, var(--orange), var(--orange-red)); }
.icon-btn { width: 40px; height: 40px; border-radius: var(--r-sm); display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); color: var(--text-soft); transition: all var(--transition); }
.icon-btn:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.icon-btn svg { width: 18px; height: 18px; }
.nav-toggle { display: none; }

/* ---------- HERO ---------- */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(var(--hero-grid) 1px, transparent 1px), linear-gradient(90deg, var(--hero-grid) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 90% 70% at 50% 20%, #000 20%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 20%, #000 20%, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.hero-glow-1 { width: 600px; height: 600px; top: -250px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, var(--orange-glow) 0%, transparent 65%); }
.hero-glow-2 { width: 450px; height: 450px; top: 30%; left: -150px; background: radial-gradient(circle, rgba(232,67,26,0.15) 0%, transparent 65%); }
.hero-glow-3 { width: 450px; height: 450px; top: 10%; right: -150px; background: radial-gradient(circle, rgba(255,165,31,0.13) 0%, transparent 65%); }

/* Hero: TAM ORTALANMIŞ yazı + altında kod editörü */
.hero-content { max-width: 820px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.hero-title { text-align: center; }
.hero-subtitle { margin-left: auto; margin-right: auto; }
.hero-actions { justify-content: center; }
.hero-title { font-size: clamp(2.5rem, 6vw, 4.8rem); margin-bottom: 24px; font-weight: 800; }
.hero-subtitle { font-size: clamp(1.02rem, 1.8vw, 1.2rem); color: var(--text-soft); max-width: 620px; margin: 0 auto 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* Hero kod editörü — tam ortada, butonların altında */
.hero-code { position: relative; z-index: 2; margin-top: 64px; max-width: 640px; margin-left: auto; margin-right: auto; }
.code-editor { background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow), 0 0 80px rgba(255,107,26,0.06); }
.code-editor-bar { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.code-editor-dots { display: flex; gap: 7px; }
.code-editor-dots span { width: 12px; height: 12px; border-radius: 50%; }
.code-editor-dots span:nth-child(1) { background: #ff5f57; }
.code-editor-dots span:nth-child(2) { background: #febc2e; }
.code-editor-dots span:nth-child(3) { background: #28c840; }
.code-editor-tab { flex: 1; display: flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 0.8rem; color: var(--text-soft); padding: 4px 10px; background: var(--surface); border-radius: var(--r-xs); border: 1px solid var(--border); white-space: nowrap; overflow: hidden; }
.code-editor-tab svg { flex-shrink: 0; }
.code-editor-lang { font-size: 0.72rem; font-weight: 600; color: var(--orange); padding: 4px 10px; background: var(--orange-soft); border-radius: var(--r-xs); border: 1px solid rgba(255,107,26,0.2); }
.code-editor-body { padding: 20px 16px; font-family: var(--font-mono); font-size: 0.84rem; line-height: 1.9; }
.code-line { display: flex; align-items: baseline; gap: 12px; white-space: pre; }
.ln { color: var(--text-muted); opacity: 0.4; min-width: 18px; text-align: right; user-select: none; font-size: 0.76rem; }
.kw { color: #c678dd; }
.cls { color: #e5c07b; }
.fn { color: #61dafb; }
.var { color: #e06c75; }
.str { color: #98c379; }
.cm { color: #7f848e; font-style: italic; }
.ns { color: #d19a66; }
.cursor-blink { display: inline-block; width: 8px; height: 1.1em; background: var(--orange); animation: blink 1s steps(2) infinite; vertical-align: text-bottom; }
@keyframes blink { 50% { opacity: 0; } }
.code-editor-status { display: flex; align-items: center; gap: 6px; padding: 8px 16px; border-top: 1px solid var(--border); background: var(--surface-2); font-size: 0.72rem; color: var(--text-muted); font-family: var(--font-mono); }
.status-dot-live { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 3px rgba(34,197,94,0.15); }

/* ---------- TECH TICKER (46 teknoloji — gri + turuncu) ---------- */
.tech-ticker { overflow: hidden; padding: 20px 0; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); background: var(--bg-soft); position: relative; }
.tech-ticker-track { display: flex; gap: 0; align-items: center; white-space: nowrap; animation: ticker-scroll 60s linear infinite; width: max-content; }
.tech-ticker:hover .tech-ticker-track { animation-play-state: paused; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.tech-ticker-item { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--text-muted); padding: 0 28px; position: relative; transition: color var(--transition); }
.tech-ticker-item::after { content: '•'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--surface-3); font-size: 0.7rem; }
.tech-ticker-item:last-child::after { display: none; }
.tech-ticker-item.is-orange { color: var(--orange); }
.tech-ticker-item:hover { color: var(--text); }

/* Marquee keyframes (testimonials + refs için) */
@keyframes marquee-right { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-left { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ---------- TECH BAR eski (kaldırıldı, ticker kullanılıyor) ---------- */

/* ---------- STATS BAR (hover tıklanabilir) ---------- */
.stats-bar-section { padding: clamp(60px, 9vw, 110px) 0; }
.stats-bar { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 56px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.stats-bar-item { padding: 40px 24px; text-align: center; position: relative; transition: all var(--transition); overflow: hidden; }
.stats-bar-item::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at var(--mx,50%) var(--my,50%), var(--orange-glow), transparent 60%); opacity: 0; transition: opacity var(--transition); pointer-events: none; }
.stats-bar-item:hover::before { opacity: 1; }
.stats-bar-item:not(:last-child)::after { content: ''; position: absolute; top: 20%; right: 0; bottom: 20%; width: 1px; background: var(--border); }
.stats-bar-item:hover { background: var(--surface-2); transform: translateY(-3px); }
.stats-bar-num { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.5rem); font-weight: 800; line-height: 1; margin-bottom: 10px; position: relative; }
.stats-bar-num sup { font-size: 0.45em; font-weight: 700; vertical-align: super; color: var(--orange); }
.stats-bar-label { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; position: relative; }

/* ---------- SERVICES ("Bir alan seç" — sol liste + sağ preview) ---------- */
.svc-select { display: grid; grid-template-columns: 340px 1fr; gap: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.svc-select-list { display: flex; flex-direction: column; padding: 16px; gap: 4px; background: var(--bg-soft); border-right: 1px solid var(--border); }
.svc-select-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: var(--r-sm); background: transparent; border: 1px solid transparent; color: var(--text-soft); font-size: 0.95rem; font-weight: 500; text-align: left; transition: all var(--transition); cursor: pointer; width: 100%; }
.svc-select-item:hover { background: var(--surface); color: var(--text); }
.svc-select-item.active { background: var(--surface); color: var(--orange); border-color: rgba(255,107,26,0.3); box-shadow: 0 4px 16px rgba(255,107,26,0.1); }
.svc-select-icon { font-size: 1.3rem; flex-shrink: 0; width: 32px; text-align: center; }
.svc-select-name { flex: 1; }
.svc-select-arrow { width: 16px; height: 16px; opacity: 0; transition: all var(--transition); flex-shrink: 0; color: var(--orange); }
.svc-select-item.active .svc-select-arrow { opacity: 1; transform: translateX(3px); }
/* Preview panel — browser mockup */
.svc-select-preview { padding: 0; position: relative; min-height: 480px; }
.svc-preview-panel { display: none; padding: 36px; height: 100%; }
.svc-preview-panel.active { display: grid; grid-template-columns: 1fr; gap: 28px; animation: svc-fade-in 0.4s cubic-bezier(0.16,1,0.3,1); }
@keyframes svc-fade-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
/* Browser mockup */
.svc-browser { background: var(--bg); border: 1px solid var(--border-strong); border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow); }
.svc-browser-bar { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.svc-browser-dots { display: flex; gap: 6px; }
.svc-browser-dots span { width: 11px; height: 11px; border-radius: 50%; }
.svc-browser-dots span:nth-child(1) { background: #ff5f57; }
.svc-browser-dots span:nth-child(2) { background: #febc2e; }
.svc-browser-dots span:nth-child(3) { background: #28c840; }
.svc-browser-url { flex: 1; display: flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); font-family: var(--font-mono); font-size: 0.8rem; color: var(--text-muted); }
.svc-browser-url svg { width: 14px; height: 14px; color: var(--orange); }
.svc-browser-body { padding: 20px; min-height: 200px; }
/* E-Ticaret ürün listesi */
.svc-prod-list { display: flex; flex-direction: column; gap: 10px; }
.svc-prod-item { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: all var(--transition); }
.svc-prod-item:hover { border-color: var(--orange); transform: translateX(4px); }
.svc-prod-thumb { width: 44px; height: 44px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); display: grid; place-items: center; font-size: 1.4rem; flex-shrink: 0; }
.svc-prod-detail { flex: 1; min-width: 0; }
.svc-prod-name { font-size: 0.82rem; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.svc-prod-prices { display: flex; align-items: center; gap: 6px; }
.svc-prod-price { font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; }
.svc-prod-old { font-size: 0.74rem; color: var(--text-muted); text-decoration: line-through; }
.svc-prod-badge { padding: 2px 8px; border-radius: var(--r-xs); font-size: 0.65rem; font-weight: 700; background: var(--orange); color: #fff; flex-shrink: 0; }
/* Dashboard/metrik kartları */
.svc-dash-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.svc-dash-card { padding: 14px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: border-color var(--transition); }
.svc-dash-card:hover { border-color: var(--orange); }
.svc-dash-icon { font-size: 1.1rem; margin-bottom: 6px; }
.svc-dash-label { font-size: 0.68rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; }
.svc-dash-value { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; margin-bottom: 4px; }
.svc-dash-meta { font-size: 0.68rem; color: var(--success); }
/* Mobil ekran mockup */
.svc-mobile-wrap { display: flex; justify-content: center; padding: 8px 0; }
.svc-mobile-screen { width: 140px; height: 260px; background: var(--bg); border: 3px solid var(--surface-3); border-radius: 22px; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.svc-mobile-notch { width: 50px; height: 18px; background: var(--surface-3); border-radius: 0 0 14px 14px; margin: 0 auto; position: relative; z-index: 3; }
.svc-mobile-statusbar { display: flex; justify-content: space-between; padding: 2px 14px 4px; font-size: 0.58rem; color: var(--text-soft); font-weight: 600; }
.svc-mobile-appbar { display: flex; align-items: center; justify-content: space-between; padding: 7px 12px; border-bottom: 1px solid var(--border); }
.svc-mobile-title { font-size: 0.78rem; font-weight: 700; }
.svc-mobile-icons { display: flex; gap: 5px; }
.svc-mobile-icons span { width: 14px; height: 14px; border-radius: 50%; background: var(--surface-3); }
.svc-mobile-icons span:first-child { background: var(--orange-soft); }
.svc-mobile-body { padding: 8px; display: flex; flex-direction: column; gap: 8px; flex: 1; overflow: hidden; }
.svc-mobile-story-row { display: flex; gap: 6px; }
.svc-story { width: 32px; height: 32px; border-radius: 50%; background: var(--surface-2); border: 2px solid var(--orange); flex-shrink: 0; }
.svc-story:nth-child(2) { border-color: var(--orange-yellow); }
.svc-story:nth-child(3) { border-color: var(--orange-red); }
.svc-story:nth-child(4) { border-color: var(--surface-3); }
.svc-mobile-post { display: flex; flex-direction: column; gap: 6px; }
.svc-post-head { display: flex; align-items: center; gap: 6px; }
.svc-post-avatar { width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-red)); flex-shrink: 0; }
.svc-post-info { flex: 1; }
.svc-post-info div { height: 4px; border-radius: var(--r-xs); background: var(--surface-3); margin-bottom: 3px; }
.svc-post-info div:last-child { width: 50%; }
.svc-post-img { height: 70px; border-radius: var(--r-sm); background: linear-gradient(135deg, var(--orange-soft), var(--surface-3)); border: 1px solid var(--border); }
.svc-post-actions { display: flex; gap: 10px; }
.svc-post-actions span { width: 14px; height: 14px; border-radius: 50%; background: var(--surface-3); }

/* VDS bar */
.svc-vds-plan-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.svc-vds-bar { height: 4px; border-radius: var(--r-xs); background: var(--surface); overflow: hidden; margin-top: 6px; }
.svc-vds-bar-fill { height: 100%; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); border-radius: var(--r-xs); transition: width 1s cubic-bezier(0.16,1,0.3,1); }

/* Game stats — yan yana grid */
.svc-game-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.svc-game-stat { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-game-stat-info { flex: 1; min-width: 0; }
.svc-mobile-tabbar { position: absolute; bottom: 0; left: 0; right: 0; height: 36px; background: var(--surface); border-top: 1px solid var(--border); display: flex; justify-content: space-around; align-items: center; padding-bottom: 8px; }
.svc-mobile-tabbar span { width: 16px; height: 16px; border-radius: var(--r-xs); background: var(--surface-3); transition: background var(--transition); }
.svc-mobile-tabbar span.active { background: var(--orange); }
/* Landing page mockup — web tasarımı */
.svc-landing-mock { display: flex; flex-direction: column; gap: 16px; }
.svc-landing-nav { display: flex; align-items: center; justify-content: space-between; padding: 0 4px; }
.svc-landing-logo { width: 60px; height: 10px; border-radius: var(--r-xs); background: linear-gradient(90deg, var(--orange), var(--orange-red)); }
.svc-landing-menu { display: flex; gap: 6px; }
.svc-landing-menu span { width: 24px; height: 6px; border-radius: var(--r-xs); background: var(--surface-3); }
.svc-landing-hero { text-align: center; padding: 16px 0; }
.svc-landing-title { width: 55%; height: 16px; border-radius: var(--r-xs); background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); margin: 0 auto 8px; }
.svc-landing-sub { width: 75%; height: 7px; border-radius: var(--r-xs); background: var(--surface-3); margin: 4px auto; }
.svc-landing-sub:nth-of-type(2) { width: 45%; }
.svc-landing-btn { width: 80px; height: 26px; border-radius: var(--r-sm); background: linear-gradient(120deg, var(--orange), var(--orange-red)); margin: 12px auto 0; }
.svc-landing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.svc-landing-grid > div { height: 48px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-landing-grid > div:first-child { background: var(--orange-soft); border-color: rgba(255,107,26,0.2); }

/* Web tasarım — website önizleme */
.svc-web-preview { display: flex; flex-direction: column; gap: 10px; }
.svc-wp-hero { border-radius: var(--r-sm); background: linear-gradient(160deg, var(--surface-2), var(--surface-3)); border: 1px solid var(--border); overflow: hidden; position: relative; }
.svc-wp-hero::before { content: ''; position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, var(--orange-glow), transparent 70%); }
.svc-wp-nav { display: flex; align-items: center; gap: 10px; padding: 8px 14px; border-bottom: 1px solid var(--border); position: relative; z-index: 2; }
.svc-wp-nav-logo { font-family: var(--font-display); font-weight: 800; font-size: 0.8rem; color: var(--text); display: flex; align-items: center; gap: 2px; }
.svc-wp-nav-logo .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); margin-left: 2px; }
.svc-wp-nav-links { flex: 1; display: flex; gap: 12px; }
.svc-wp-nav-links span { font-size: 0.66rem; color: var(--text-muted); }
.svc-wp-nav-btn { font-size: 0.62rem; font-weight: 600; color: #fff; background: linear-gradient(120deg, var(--orange), var(--orange-red)); padding: 4px 10px; border-radius: var(--r-sm); }
.svc-wp-hero-content { padding: 20px 16px; text-align: center; position: relative; z-index: 2; }
.svc-wp-badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: var(--r-sm); font-size: 0.66rem; font-weight: 700; background: var(--orange-soft); color: var(--orange); border: 1px solid rgba(255,107,26,0.2); margin-bottom: 10px; }
.svc-wp-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 800; line-height: 1.3; color: var(--text); margin-bottom: 6px; }
.svc-wp-sub { font-size: 0.74rem; color: var(--text-soft); margin-bottom: 14px; }
.svc-wp-btns { display: flex; gap: 8px; justify-content: center; }
.svc-wp-btn-p { font-size: 0.68rem; font-weight: 600; color: #fff; background: linear-gradient(120deg, var(--orange), var(--orange-red)); padding: 7px 16px; border-radius: var(--r-sm); }
.svc-wp-btn-g { font-size: 0.68rem; font-weight: 600; color: var(--text-soft); background: var(--surface); padding: 7px 16px; border-radius: var(--r-sm); border: 1px solid var(--border); }
.svc-wp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.svc-wp-feat { display: flex; align-items: center; gap: 8px; padding: 10px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-wp-feat-icon { font-size: 1.1rem; flex-shrink: 0; }
.svc-wp-feat strong { display: block; font-size: 0.72rem; color: var(--text); }
.svc-wp-feat small { font-size: 0.6rem; color: var(--text-muted); }

/* İşletme özel — panel (sidebar ikonlu) */
.svc-panel { display: flex; gap: 10px; }
.svc-panel-side { width: 40px; display: flex; flex-direction: column; gap: 8px; padding: 8px 6px; background: var(--surface-2); border-radius: var(--r-sm); border: 1px solid var(--border); align-items: center; }
.svc-side-logo { width: 22px; height: 22px; border-radius: var(--r-xs); background: linear-gradient(135deg, var(--orange), var(--orange-red)); display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 0.7rem; margin-bottom: 4px; }
.svc-side-item { width: 26px; height: 26px; border-radius: var(--r-xs); display: grid; place-items: center; font-size: 0.85rem; background: transparent; transition: all var(--transition); cursor: pointer; }
.svc-side-item:hover { background: var(--surface); }
.svc-side-item.active { background: var(--orange-soft); border: 1px solid var(--orange); }
.svc-panel-content { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.svc-panel-topbar { display: flex; align-items: center; justify-content: space-between; }
.svc-topbar-title { font-size: 0.82rem; font-weight: 700; color: var(--text); }
.svc-topbar-right { display: flex; gap: 8px; align-items: center; }
.svc-topbar-search { width: 60px; height: 20px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-topbar-avatar { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-red)); border: 2px solid var(--surface); position: relative; overflow: hidden; }
.svc-topbar-avatar::after { content: '👤'; position: absolute; inset: 0; display: grid; place-items: center; font-size: 0.7rem; }
.svc-panel-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.svc-panel-card { padding: 12px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: border-color var(--transition); }
.svc-panel-card:hover { border-color: var(--orange); }
.svc-pc-icon { font-size: 0.95rem; margin-bottom: 6px; }
.svc-pc-label { font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 3px; }
.svc-pc-value { font-family: var(--font-display); font-weight: 700; font-size: 1rem; margin-bottom: 2px; }
.svc-pc-trend { font-size: 0.62rem; color: var(--success); }

/* Mobil — 3 telefon yan yana (gerçek app) */
.svc-mobile-trio { display: flex; gap: 16px; justify-content: center; align-items: flex-end; padding: 12px 0 4px; }
.svc-phone { width: 92px; background: var(--surface-3); border-radius: 16px; padding: 4px; position: relative; box-shadow: var(--shadow), 0 0 0 1px var(--border); flex-shrink: 0; transition: transform var(--transition-slow); }
.svc-phone:hover { transform: translateY(-8px); }
.svc-phone-2 { transform: translateY(-16px); }
.svc-phone-2:hover { transform: translateY(-24px); }
.svc-phone-3 { transform: translateY(-8px); }
.svc-phone-3:hover { transform: translateY(-16px); }
.svc-phone-notch { width: 34px; height: 12px; background: var(--surface-3); border-radius: 0 0 9px 9px; margin: 0 auto; position: absolute; top: 4px; left: 50%; transform: translateX(-50%); z-index: 3; }
.svc-phone-screen { background: var(--bg); border-radius: 13px; overflow: hidden; display: flex; flex-direction: column; height: 165px; }
.svc-phone-bar { display: flex; justify-content: space-between; padding: 3px 10px; font-size: 0.5rem; font-weight: 700; color: var(--text-soft); align-items: center; }
.svc-phone-bar div { width: 14px; height: 5px; border-radius: var(--r-xs); background: var(--surface-3); }
.svc-phone-header { display: flex; align-items: center; justify-content: space-between; padding: 6px 10px; }
.svc-phone-header div { width: 50px; height: 5px; border-radius: var(--r-xs); background: rgba(255,255,255,0.6); }
.svc-phone-header span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); }
.gradient-1 { background: linear-gradient(135deg, var(--orange), var(--orange-red)); }
.gradient-2 { background: linear-gradient(135deg, var(--orange-yellow), var(--orange)); }
.gradient-3 { background: linear-gradient(135deg, var(--orange-red), var(--orange-yellow)); }
.svc-phone-content { padding: 8px; display: flex; flex-direction: column; gap: 6px; flex: 1; overflow: hidden; }
.svc-phone-card { height: 34px; border-radius: var(--r-xs); }
.grad-bg-1 { background: linear-gradient(135deg, var(--orange-soft), rgba(255,165,31,0.1)); border: 1px solid rgba(255,107,26,0.2); }
.grad-bg-2 { background: linear-gradient(135deg, rgba(232,67,26,0.1), var(--orange-soft)); border: 1px solid rgba(232,67,26,0.2); }
.grad-bg-3 { background: linear-gradient(135deg, rgba(255,165,31,0.15), var(--surface-2)); border: 1px solid var(--border); }
.svc-phone-row { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.svc-phone-row div { height: 22px; border-radius: var(--r-xs); background: var(--surface-2); border: 1px solid var(--border); }
.svc-phone-list { display: flex; flex-direction: column; gap: 5px; }
.svc-phone-li { display: flex; align-items: center; gap: 6px; padding: 4px; border-radius: var(--r-xs); background: var(--surface-2); border: 1px solid var(--border); }
.svc-phone-li > div:first-child { width: 20px; height: 20px; border-radius: var(--r-xs); flex-shrink: 0; }
.svc-phone-li > div:last-child { flex: 1; }
.svc-phone-li strong { display: block; height: 4px; border-radius: var(--r-xs); background: var(--text-soft); opacity: 0.5; margin-bottom: 3px; }
.svc-phone-li small { display: block; height: 3px; width: 60%; border-radius: var(--r-xs); background: var(--surface-3); }
.svc-phone-chart { display: flex; align-items: flex-end; gap: 3px; height: 55px; padding: 5px; background: var(--surface-2); border-radius: var(--r-xs); }
.svc-phone-chart div { flex: 1; background: linear-gradient(180deg, var(--orange), var(--orange-red)); border-radius: 2px 2px 0 0; opacity: 0.7; min-height: 3px; }
.svc-phone-big-num { text-align: center; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; margin-top: 4px; }
.svc-phone-tab { display: flex; justify-content: space-around; padding: 5px 4px; border-top: 1px solid var(--border); background: var(--surface); }
.svc-phone-tab span { width: 14px; height: 14px; border-radius: var(--r-xs); background: var(--surface-3); }
.svc-phone-tab span.active { background: var(--orange); }

/* Reklam & SEO — bütçe + grafik */
.svc-ads { display: flex; flex-direction: column; gap: 12px; }
.svc-ads-budget { padding: 12px 14px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-ads-budget-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.svc-ads-budget-label { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.svc-ads-budget-total { font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; color: var(--text); }
.svc-ads-budget-bar { height: 8px; border-radius: var(--r-xs); background: var(--surface); overflow: hidden; }
.svc-ads-budget-bar div { height: 100%; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); border-radius: var(--r-xs); transition: width 1s; }
.svc-ads-budget-info { display: flex; justify-content: space-between; margin-top: 6px; font-size: 0.72rem; }
.svc-ads-spent { color: var(--text-soft); }
.svc-ads-spent strong { font-family: var(--font-display); }
.svc-ads-remain { color: var(--text-muted); }
.svc-ads-chart-row { display: flex; gap: 10px; }
.svc-ads-chart { flex: 1; display: flex; align-items: flex-end; gap: 4px; height: 90px; padding: 10px; background: var(--surface-2); border-radius: var(--r-sm); border: 1px solid var(--border); }
.svc-chart-bar { flex: 1; background: linear-gradient(180deg, var(--orange), var(--orange-red)); border-radius: var(--r-xs) var(--r-xs) 0 0; opacity: 0.7; transition: opacity var(--transition); min-height: 3px; }
.svc-chart-bar:hover { opacity: 1; }
.svc-ads-stats { width: 110px; display: flex; flex-direction: column; gap: 5px; }
.svc-ads-stat { display: flex; align-items: center; gap: 7px; padding: 5px 7px; border-radius: var(--r-xs); background: var(--surface-2); border: 1px solid var(--border); }
.svc-ads-stat-icon { font-size: 0.8rem; flex-shrink: 0; }
.svc-ads-stat-val { font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; }
.svc-ads-stat-lbl { font-size: 0.58rem; color: var(--text-muted); }
.svc-ads-stat-tr { font-size: 0.56rem; color: var(--success); }

/* Reklam — son ödemeler */
.svc-ads-payments { padding: 10px 12px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-ads-pay-title { font-size: 0.66rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.svc-pay-row { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-top: 1px solid var(--border); }
.svc-pay-row:first-of-type { border-top: none; }
.svc-pay-icon { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.svc-pay-icon.success { background: rgba(34,197,94,0.12); color: var(--success); }
.svc-pay-icon svg { width: 12px; height: 12px; }
.svc-pay-card { flex: 1; display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.svc-pay-desc { font-size: 0.72rem; font-weight: 600; color: var(--text); }
.svc-pay-num { font-size: 0.6rem; color: var(--text-muted); font-family: var(--font-mono); }
.svc-pay-amount { font-family: var(--font-display); font-weight: 700; font-size: 0.78rem; flex-shrink: 0; }

/* VDS — tek satır plan, fiyat en sağda */
.svc-vds { display: flex; flex-direction: column; gap: 8px; }
.svc-vds-banner { padding: 10px 14px; border-radius: var(--r-sm); background: linear-gradient(135deg, var(--surface-2), var(--surface-3)); border: 1px solid var(--border-strong); }
.svc-vds-cpu { font-size: 0.72rem; font-weight: 700; color: var(--orange); }
.svc-vds-plan { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: border-color var(--transition); }
.svc-vds-plan:hover { border-color: var(--orange); }
.svc-vds-plan-name { font-family: var(--font-mono); font-size: 0.68rem; font-weight: 700; color: var(--text); width: 72px; flex-shrink: 0; }
.svc-vds-plan-specs { flex: 1; display: flex; flex-wrap: wrap; gap: 4px; }
.svc-vds-tag { padding: 2px 6px; border-radius: var(--r-xs); background: var(--surface); border: 1px solid var(--border); font-size: 0.58rem; font-weight: 600; color: var(--text-soft); font-family: var(--font-mono); white-space: nowrap; }
.svc-vds-tag-traffic { color: var(--orange); border-color: rgba(255,107,26,0.2); background: var(--orange-soft); }
.svc-vds-plan-price { font-family: var(--font-display); font-weight: 700; font-size: 0.78rem; flex-shrink: 0; margin-left: auto; }

/* Sunucu altyapısı — cloud dashboard */
.svc-cloud { display: flex; flex-direction: column; gap: 10px; }
.svc-cloud-top { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-cloud-region { display: flex; gap: 6px; }
.svc-region-pin { width: 20px; height: 20px; border-radius: 50%; background: var(--surface); border: 1px solid var(--border); display: grid; place-items: center; font-size: 0.55rem; font-weight: 700; color: var(--text-muted); }
.svc-region-pin.active { background: var(--orange); border-color: var(--orange); color: #fff; box-shadow: 0 0 0 4px rgba(255,107,26,0.1); }
.svc-cloud-status { display: flex; align-items: center; gap: 6px; font-size: 0.68rem; color: var(--success); font-weight: 600; }
.svc-cloud-status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 3px rgba(34,197,94,0.15); }
.svc-cloud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.svc-cloud-card { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: border-color var(--transition); }
.svc-cloud-card:hover { border-color: var(--orange); }
.svc-cc-icon { font-size: 1.1rem; flex-shrink: 0; width: 32px; height: 32px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xs); }
.svc-cc-body { flex: 1; min-width: 0; }
.svc-cc-label { font-size: 0.62rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.03em; }
.svc-cc-value { font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; }
.svc-cc-meta { font-size: 0.6rem; color: var(--success); }

/* Oyun — 2'li grid yan yana */
.svc-game-tabs { display: flex; gap: 4px; margin-bottom: 10px; }
.svc-game-tab { flex: 1; padding: 7px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); font-size: 0.76rem; font-weight: 600; color: var(--text-soft); transition: all var(--transition); cursor: pointer; }
.svc-game-tab:hover { border-color: var(--orange); }
.svc-game-tab.active { background: var(--orange-soft); border-color: var(--orange); color: var(--orange); }
.svc-game-panel { display: none; }
.svc-game-panel.active { display: block; }
.svc-game-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.svc-game-stat { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: border-color var(--transition); }
.svc-game-stat:hover { border-color: var(--orange); }
.svc-game-icon { font-size: 0.95rem; flex-shrink: 0; width: 28px; height: 28px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xs); }
.svc-game-stat-info { flex: 1; min-width: 0; }
.svc-game-stat .svc-dash-label { font-size: 0.62rem; }
.svc-game-stat .svc-dash-value { font-size: 0.85rem; }
.svc-game-stat .svc-dash-meta { font-size: 0.58rem; }

/* Korunan eski sınıflar (yedek) */
.svc-dash-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.svc-dash-title { width: 80px; height: 10px; border-radius: var(--r-xs); background: var(--surface-3); }
.svc-dash-search { width: 60px; height: 18px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }

/* Analytics chart */
.svc-analytics { display: flex; flex-direction: column; gap: 14px; }
.svc-analytics-chart { display: flex; align-items: flex-end; gap: 6px; height: 80px; padding: 12px; background: var(--surface-2); border-radius: var(--r-sm); border: 1px solid var(--border); }
.svc-chart-bar { flex: 1; background: linear-gradient(180deg, var(--orange), var(--orange-red)); border-radius: var(--r-xs) var(--r-xs) 0 0; opacity: 0.7; transition: opacity var(--transition); }
.svc-chart-bar:hover { opacity: 1; }

/* Finance — borsa satırları */
.svc-finance { display: flex; flex-direction: column; gap: 6px; }
.svc-fin-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: all var(--transition); }
.svc-fin-row:hover { border-color: var(--orange); }
.svc-fin-pair { font-family: var(--font-mono); font-size: 0.78rem; font-weight: 700; color: var(--text); width: 70px; flex-shrink: 0; }
.svc-fin-chart { width: 60px; height: 24px; flex-shrink: 0; color: var(--orange); }
.svc-fin-chart svg { width: 100%; height: 100%; }
.svc-fin-value { flex: 1; font-family: var(--font-mono); font-size: 0.82rem; font-weight: 600; text-align: right; }
.svc-fin-change { font-size: 0.72rem; font-weight: 700; padding: 2px 6px; border-radius: var(--r-xs); flex-shrink: 0; min-width: 48px; text-align: center; }
.svc-fin-change.up { color: var(--success); background: rgba(34,197,94,0.1); }
.svc-fin-change.down { color: var(--danger); background: rgba(239,68,68,0.1); }

/* VDS — sunucu spec */
.svc-vds { display: flex; flex-direction: column; gap: 12px; }
.svc-vds-banner { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-radius: var(--r-sm); background: linear-gradient(135deg, var(--surface-2), var(--surface-3)); border: 1px solid var(--border-strong); }
.svc-vds-cpu { font-family: var(--font-display); font-weight: 800; font-size: 0.95rem; color: var(--orange); }
.svc-vds-spec { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-muted); }
.svc-vds-specs { display: flex; flex-direction: column; gap: 8px; }
.svc-vds-spec-card { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-vds-spec-card .svc-dash-value { font-size: 0.95rem; }

/* Cluster — sunucu altyapısı */
.svc-cluster { display: flex; flex-direction: column; gap: 10px; }
.svc-cluster-node { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); transition: all var(--transition); }
.svc-cluster-node:hover { border-color: var(--orange); transform: translateX(4px); }
.svc-node-icon { width: 36px; height: 36px; display: grid; place-items: center; font-size: 1.1rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xs); flex-shrink: 0; }
.svc-node-info { flex: 1; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.svc-node-label { font-size: 0.78rem; color: var(--text-muted); }
.svc-node-value { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; }
.svc-node-meta { font-size: 0.7rem; color: var(--success); padding: 2px 6px; border-radius: var(--r-xs); background: rgba(34,197,94,0.1); }

/* Game server */
.svc-game { display: flex; flex-direction: column; gap: 12px; }
.svc-game-banner { padding: 10px 16px; border-radius: var(--r-sm); background: linear-gradient(135deg, var(--orange), var(--orange-red)); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; text-align: center; letter-spacing: 0.05em; }
.svc-game-stats { display: flex; flex-direction: column; gap: 8px; }
.svc-game-stat { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); }
.svc-game-icon { width: 32px; height: 32px; display: grid; place-items: center; font-size: 1rem; flex-shrink: 0; }
.svc-game-stat > div:last-child { flex: 1; }
.svc-game-stat .svc-dash-value { font-size: 0.95rem; }
/* Maddeler (noktalı) */
.svc-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 22px; }
.svc-features li { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: var(--text-soft); }
.svc-dot { flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-red)); }
.svc-browser-hero { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.svc-browser-hero-icon { font-size: 2.4rem; line-height: 1; }
.svc-browser-hero-lines { flex: 1; }
.svc-browser-line { height: 8px; border-radius: var(--r-xs); background: var(--surface-2); margin-bottom: 8px; }
.svc-browser-line-lg { width: 50%; height: 14px; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); }
.svc-browser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.svc-browser-card { height: 48px; border-radius: var(--r-xs); background: var(--surface-2); border: 1px solid var(--border); }
.svc-browser-card:nth-child(1) { background: var(--orange-soft); border-color: rgba(255,107,26,0.2); }
/* Preview info */
.svc-preview-info h3 { font-size: 1.4rem; margin-bottom: 10px; }
.svc-preview-info > p { font-size: 0.92rem; margin-bottom: 18px; line-height: 1.7; }
.svc-preview-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.svc-preview-tags li { padding: 6px 12px; border-radius: var(--r-xs); background: var(--surface-2); border: 1px solid var(--border); font-size: 0.78rem; font-weight: 500; color: var(--text-soft); }
.svc-preview-tags li::before { content: '✓ '; color: var(--orange); }

/* Korunan cards-grid (detail ve works sayfaları için) */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.svc-card { padding: 32px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); transition: all var(--transition-slow); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); transform: scaleX(0); transform-origin: left; transition: transform var(--transition-slow); }
.svc-card:hover { transform: translateY(-6px); border-color: var(--orange); box-shadow: var(--shadow); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { width: 54px; height: 54px; border-radius: var(--r-sm); display: grid; place-items: center; font-size: 1.6rem; background: var(--orange-soft); margin-bottom: 20px; border: 1px solid rgba(255,107,26,0.2); }
.svc-card h3 { margin-bottom: 8px; font-size: 1.3rem; }
.svc-card > p { font-size: 0.92rem; }

/* ---------- ESERLERİMİZ (banner + body) ---------- */
.works-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.work-card { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: all var(--transition-slow); }
.work-card:hover { transform: translateY(-8px); border-color: var(--orange); box-shadow: var(--shadow-orange); }
.work-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); transform: scaleX(0); transform-origin: left; transition: transform var(--transition-slow); z-index: 4; }
.work-card:hover::before { transform: scaleX(1); }
/* Banner */
.work-card-banner { height: 160px; background: linear-gradient(135deg, var(--surface-2), var(--surface-3)); position: relative; overflow: hidden; display: grid; place-items: center; }
.work-card-banner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--hero-grid) 1px, transparent 1px), linear-gradient(90deg, var(--hero-grid) 1px, transparent 1px); background-size: 20px 20px; opacity: 0.4; }
.work-card-banner::after { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, var(--orange-glow), transparent 70%); }
.work-card-banner-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 2; transition: transform var(--transition-slow); }
.work-card:hover .work-card-banner-img { transform: scale(1.05); }
.work-card-banner-text { width: 64px; height: 64px; border-radius: var(--r-md); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 1.8rem; color: #fff; position: relative; z-index: 2; box-shadow: var(--shadow); }
.work-card-status { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: var(--r-xs); font-size: 0.65rem; font-weight: 700; background: rgba(0,0,0,0.5); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); z-index: 3; color: #fff; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; }
.status-active .status-dot { background: var(--success); box-shadow: 0 0 0 3px rgba(34,197,94,0.15); }
.status-active { color: var(--success); }
.status-soon .status-dot { background: var(--orange-yellow); box-shadow: 0 0 0 3px rgba(255,165,31,0.15); animation: status-pulse 2s infinite; }
.status-soon { color: var(--orange-yellow); }
.status-dev .status-dot { background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,0.2); }
.status-dev { color: #fff; }
@keyframes status-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
/* Body */
.work-card-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.work-card-head { display: flex; flex-direction: column; gap: 8px; }
.work-card-name { font-size: 1.15rem; }
.work-card-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.work-card-type { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: var(--r-xs); font-size: 0.62rem; font-weight: 700; color: #fff; background: linear-gradient(120deg, var(--orange), var(--orange-red)); text-transform: uppercase; letter-spacing: 0.03em; white-space: nowrap; width: fit-content; }
.work-card-tagline { color: var(--orange); font-size: 0.76rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; min-width: 0; }
.work-card-desc { font-size: 0.82rem; color: var(--text-soft); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 3.9em; }
.work-card-footer { padding-top: 12px; border-top: 1px solid var(--border); display: flex; justify-content: flex-end; }
.work-card-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 600; font-size: 0.84rem; transition: gap var(--transition); }
.work-card:hover .work-card-link { gap: 10px; }
.work-card-link svg { width: 15px; height: 15px; }

/* ---------- PRODUCT CARDS (eski ürün sayfaları için korundu) ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 24px; }
.product-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: all var(--transition-slow); display: flex; flex-direction: column; position: relative; }
.product-card:hover { transform: translateY(-6px); border-color: var(--orange); box-shadow: var(--shadow-orange); }
.product-card-header { padding: 30px 28px 20px; position: relative; background: linear-gradient(180deg, var(--surface-2), var(--surface)); border-bottom: 1px solid var(--border); }
.product-card-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); opacity: 0; transition: opacity var(--transition); }
.product-card:hover .product-card-header::after { opacity: 0.6; }
.product-emoji { font-size: 3rem; line-height: 1; margin-bottom: 14px; display: block; filter: drop-shadow(0 6px 16px rgba(255,107,26,0.2)); }
.product-name { font-family: var(--font-display); font-size: 1.35rem; margin-bottom: 4px; }
.product-tagline { color: var(--text-muted); font-size: 0.88rem; }
.product-badge { position: absolute; top: 20px; right: 20px; padding: 4px 10px; border-radius: var(--r-xs); font-size: 0.68rem; font-weight: 600; background: var(--orange-soft); color: var(--orange); border: 1px solid rgba(255,107,26,0.3); }
.product-card-body { padding: 22px 28px; flex: 1; }
.product-type { display: inline-block; padding: 3px 9px; border-radius: var(--r-xs); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); background: var(--surface-2); border: 1px solid var(--border); margin-bottom: 12px; }
.product-desc { font-size: 0.9rem; margin-bottom: 16px; }
.product-card-footer { padding: 0 28px 28px; display: flex; justify-content: flex-end; }
.product-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--r-sm); background: var(--orange-soft); color: var(--orange); font-weight: 600; font-size: 0.86rem; border: 1px solid rgba(255,107,26,0.2); transition: all var(--transition); }
.product-link:hover { background: linear-gradient(120deg, var(--orange), var(--orange-red)); color: #fff; border-color: transparent; gap: 10px; }
.product-link svg { width: 15px; height: 15px; }

/* ---------- PROCESS (KARE, çizgi tam ortada) ---------- */
.process-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-line { position: absolute; top: 44px; left: 12.5%; right: 12.5%; height: 2px; background: var(--border); z-index: 0; }
.process-line-progress { height: 100%; width: 0; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); border-radius: 2px; transition: width 2s cubic-bezier(0.16,1,0.3,1); }
.process-flow.visible .process-line-progress { width: 100%; }
.process-node { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.process-node-circle { width: 88px; height: 88px; margin: 0 auto 24px; border-radius: var(--r-md); background: var(--bg); border: 2px solid var(--orange); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; color: var(--orange); position: relative; transition: all var(--transition-slow); box-shadow: 0 0 0 6px var(--bg); }
.process-node-circle::before { content: ''; position: absolute; inset: -2px; border-radius: var(--r-md); background: linear-gradient(135deg, var(--orange), var(--orange-red)); opacity: 0; transition: opacity var(--transition-slow); z-index: -1; }
.process-node:hover .process-node-circle { transform: scale(1.1) translateY(-4px); color: #fff; border-color: transparent; box-shadow: 0 0 0 6px var(--bg), 0 16px 40px rgba(255,107,26,0.35); }
.process-node:hover .process-node-circle::before { opacity: 1; }
.process-node-arrow { position: absolute; top: 30px; right: -16px; width: 30px; height: 30px; border-radius: 50%; background: var(--bg); border: 2px solid var(--orange); display: grid; place-items: center; color: var(--orange); z-index: 3; transition: all var(--transition); }
.process-node:hover .process-node-arrow { background: var(--orange); color: #fff; }
.process-node-arrow svg { width: 14px; height: 14px; }
.process-node-content { padding-top: 4px; }
.process-node-content h4 { margin-bottom: 10px; font-size: 1.15rem; }
.process-node-content p { font-size: 0.88rem; line-height: 1.6; }

/* Eski process (korundu, elsewhere kullanılmıyor) */
.process-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }

/* ---------- REFERANSLAR (logo arka planda, şık kart) ---------- */
.refs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.ref-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: all var(--transition-slow); display: flex; flex-direction: column; }
.ref-card:hover { transform: translateY(-8px); border-color: var(--orange); box-shadow: var(--shadow-orange); }
.ref-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); transform: scaleX(0); transform-origin: left; transition: transform var(--transition-slow); }
.ref-card:hover::before { transform: scaleX(1); }
.ref-card-featured::before { transform: scaleX(1); }
.ref-card-badge { position: absolute; top: 14px; right: 14px; padding: 4px 10px; border-radius: var(--r-xs); font-size: 0.62rem; font-weight: 700; background: linear-gradient(120deg, var(--orange), var(--orange-red)); color: #fff; z-index: 4; letter-spacing: 0.04em; text-transform: uppercase; }
/* Logo area — arka planda büyük */
.ref-card-logo-area { height: 160px; background: linear-gradient(135deg, var(--surface-2), var(--surface-3)); display: grid; place-items: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.ref-card-logo-area::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--hero-grid) 1px, transparent 1px), linear-gradient(90deg, var(--hero-grid) 1px, transparent 1px); background-size: 20px 20px; opacity: 0.4; }
.ref-card-logo-area::after { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, var(--orange-glow), transparent 70%); }
.ref-card-logo-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 2; transition: transform var(--transition-slow); }
.ref-card:hover .ref-card-logo-img { transform: scale(1.04); }
.ref-card-logo-text { position: relative; z-index: 2; font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--orange); }
.ref-card-body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.ref-card-head { display: flex; flex-direction: column; gap: 4px; }
.ref-card-title { font-size: 1.15rem; }
.ref-card-cat { font-size: 0.78rem; color: var(--orange); font-weight: 600; }
.ref-card-desc { font-size: 0.82rem; color: var(--text-soft); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }
.ref-card-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 12px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.ref-meta-pill { display: flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); font-size: 0.74rem; font-weight: 600; color: var(--orange); font-family: var(--font-mono); white-space: nowrap; }
.ref-meta-pill svg { width: 13px; height: 13px; color: var(--orange); flex-shrink: 0; }
.ref-meta-techs { display: flex; gap: 6px; flex-wrap: wrap; }
.ref-tech-tag { display: flex; align-items: center; padding: 5px 12px; border-radius: var(--r-sm); background: var(--surface-2); border: 1px solid var(--border); font-size: 0.74rem; font-weight: 600; color: var(--orange); font-family: var(--font-mono); white-space: nowrap; }
.ref-card-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px; border-radius: var(--r-sm); background: var(--orange-soft); color: var(--orange); font-weight: 600; font-size: 0.86rem; border: 1px solid rgba(255,107,26,0.2); transition: all var(--transition); margin-top: auto; }
.ref-card-btn:hover { background: linear-gradient(120deg, var(--orange), var(--orange-red)); color: #fff; border-color: transparent; gap: 12px; }
.ref-card-btn svg { width: 16px; height: 16px; }

/* Eski refs-featured korundu */
.refs-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.refs-featured-banner { padding: 48px 44px; background: linear-gradient(135deg, var(--surface-2) 0%, var(--surface) 100%); border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 24px; justify-content: center; position: relative; overflow: hidden; }
.refs-featured-banner::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, var(--orange-glow) 0%, transparent 70%); }
.refs-featured-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: var(--r-sm); font-size: 0.75rem; font-weight: 600; background: var(--orange-soft); color: var(--orange); border: 1px solid rgba(255,107,26,0.3); width: fit-content; position: relative; z-index: 2; }
.refs-featured-logo { display: flex; align-items: center; gap: 16px; position: relative; z-index: 2; }
.refs-logo-mark { width: 64px; height: 64px; border-radius: var(--r-md); background: linear-gradient(135deg, var(--orange), var(--orange-red)); display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; box-shadow: 0 12px 32px rgba(255,107,26,0.3); }
.refs-featured-cat { font-size: 0.78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.refs-featured-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; }
.refs-featured-content { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.refs-featured-content h2 { margin-bottom: 16px; }
.refs-featured-content p { font-size: 1rem; line-height: 1.75; }
/* Marquee 2 sıra */
.refs-marquee-wrap { display: flex; flex-direction: column; gap: 16px; }
.refs-row { display: flex; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.refs-track { display: flex; gap: 16px; flex-shrink: 0; padding-right: 16px; animation: marquee-right 45s linear infinite; }
.refs-track.reverse { animation: marquee-left 45s linear infinite; }
.refs-marquee-wrap:hover .refs-track { animation-play-state: paused; }
.ref-logo-item { display: grid; place-items: center; min-width: 180px; height: 80px; padding: 0 32px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--text-soft); transition: all var(--transition); }
.ref-logo-item:hover { color: var(--orange); border-color: var(--orange); transform: scale(1.05); }

/* ---------- TECH/REFERENCE LOGOS (eş boy — korundu) ---------- */
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 14px; }

/* ---------- WHY v2 (taşşaklı, 6 kart bento) ---------- */
.why-headline { max-width: 900px; margin-left: auto; margin-right: auto; }
.why-v2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-v2-card { padding: 36px 32px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); transition: all var(--transition-slow); position: relative; overflow: hidden; }
.why-v2-card:hover { transform: translateY(-8px); border-color: var(--orange); box-shadow: var(--shadow); }
.why-v2-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at var(--mx,50%) var(--my,50%), var(--orange-glow), transparent 50%); opacity: 0; transition: opacity var(--transition); pointer-events: none; }
.why-v2-card:hover::before { opacity: 1; }
.why-v2-num { position: absolute; top: 16px; right: 24px; font-family: var(--font-display); font-size: 5rem; font-weight: 800; color: var(--orange); opacity: 0.07; line-height: 1; transition: opacity var(--transition); }
.why-v2-card:hover .why-v2-num { opacity: 0.15; }
.why-v2-icon { width: 40px; height: 40px; border-radius: var(--r-sm); display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); margin-bottom: 20px; border: 1px solid rgba(255,107,26,0.2); position: relative; }
.why-v2-icon svg { width: 20px; height: 20px; }
.why-v2-card h4 { margin-bottom: 10px; font-size: 1.2rem; position: relative; }
.why-v2-card > p { font-size: 0.9rem; line-height: 1.65; position: relative; }
/* Extra cards (7-12) — varsayılan gizli, toggle ile açılır */
.why-v2-extra { display: none; }
.why-v2-grid.expanded .why-v2-extra { display: block; animation: svc-fade-in 0.4s cubic-bezier(0.16,1,0.3,1); }
.why-v2-grid.expanded ~ .text-center #whyToggleIcon { transform: rotate(180deg); }

/* Eski why-card korundu */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.why-card { padding: 34px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); transition: all var(--transition-slow); position: relative; overflow: hidden; }
.why-card:hover { transform: translateY(-6px); border-color: var(--orange); box-shadow: var(--shadow); }

/* ---------- TESTIMONIALS v2 (hover dur, dil bazlı bayrak arka plan) ---------- */
.testi-marquee-wrap { display: flex; flex-direction: column; gap: 20px; }
.testi-marquee-wrap:hover .testi-track { animation-play-state: paused; }
.testi-row { display: flex; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.testi-track { display: flex; gap: 20px; flex-shrink: 0; padding-right: 20px; animation: marquee-right 60s linear infinite; }
.testi-track.reverse { animation: marquee-left 60s linear infinite; }
.testi-card-v2 { width: 380px; height: 320px; flex-shrink: 0; padding: 28px 26px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); transition: all var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.testi-card-v2:hover { border-color: var(--orange); transform: translateY(-8px); box-shadow: var(--shadow-orange); }
/* Bayrak PNG — sağ üstte, yuvarlak maskeli, görünür */
.testi-flag-img { position: absolute; top: -20px; right: -20px; width: 120px; height: 120px; object-fit: cover; border-radius: 0 0 0 100%; opacity: 0.18; pointer-events: none; transition: opacity var(--transition); z-index: 0; }
.testi-card-v2:hover .testi-flag-img { opacity: 0.3; }
.testi-flag-emoji { position: absolute; top: 10px; right: 16px; font-size: 3.5rem; line-height: 1; opacity: 0.15; pointer-events: none; transition: opacity var(--transition); z-index: 0; }
.testi-card-v2:hover .testi-flag-emoji { opacity: 0.25; }
/* Eski emoji flag korundu */
.testi-flag-bg { position: absolute; top: -20px; right: -20px; font-size: 8rem; line-height: 1; opacity: 0.06; pointer-events: none; }
.testi-stars { display: flex; gap: 2px; margin-bottom: 16px; color: var(--orange-yellow); position: relative; z-index: 2; }
.testi-stars svg { width: 16px; height: 16px; }
.testi-text-v2 { font-size: 0.88rem; line-height: 1.65; margin-bottom: auto; color: var(--text-soft); position: relative; z-index: 2; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.testi-author-v2 { display: flex; align-items: center; gap: 12px; position: relative; z-index: 2; }
.testi-avatar { width: 46px; height: 46px; border-radius: var(--r-sm); display: grid; place-items: center; font-weight: 700; font-family: var(--font-display); background: linear-gradient(135deg, var(--orange), var(--orange-red)); color: #fff; font-size: 1rem; flex-shrink: 0; }
.testi-name-v2 { font-weight: 600; font-size: 0.95rem; }
.testi-role-v2 { font-size: 0.8rem; color: var(--text-muted); }
.testi-lang-flag { margin-left: auto; font-size: 1.3rem; }

/* Eski testimonials korundu */
.testimonials-marquee { display: flex; flex-direction: column; gap: 20px; }
.testi-card { width: 380px; flex-shrink: 0; padding: 28px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); transition: all var(--transition); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-sm); margin-bottom: 12px; overflow: hidden; transition: border-color var(--transition); background: var(--surface); }
.faq-item.open { border-color: var(--orange); }
.faq-question { width: 100%; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--text); }
.faq-question:hover { color: var(--orange); }
.faq-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: var(--r-xs); display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); transition: transform var(--transition); }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height var(--transition-slow); }
.faq-answer-inner { padding: 0 24px 22px; color: var(--text-soft); line-height: 1.7; font-size: 0.94rem; }

/* ---------- CTA ---------- */
.cta-section { padding: clamp(60px, 10vw, 110px) 0; }
.cta-box { position: relative; overflow: hidden; padding: clamp(48px, 7vw, 80px); background: linear-gradient(135deg, var(--orange) 0%, var(--orange-red) 100%); border-radius: var(--r-md); text-align: center; color: #fff; }
.cta-box::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 40px 40px; }
.cta-box::after { content: ''; position: absolute; top: -50%; left: -10%; width: 60%; height: 200%; background: radial-gradient(ellipse, rgba(255,255,255,0.15), transparent 60%); animation: cta-shine 8s ease-in-out infinite; }
@keyframes cta-shine { 0%,100% { transform: translateX(0); } 50% { transform: translateX(150%); } }
.cta-box h2 { color: #fff; position: relative; margin-bottom: 16px; }
.cta-box p { color: rgba(255,255,255,0.92); position: relative; margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-box .btn { position: relative; z-index: 1; }
.cta-box .btn-primary { background: #fff; color: var(--orange-red); }
.cta-box .btn-primary:hover { color: var(--orange-red); }
.cta-box .btn-secondary { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.4); }

/* ---------- CONTACT/QUOTE FORM ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-form { padding: clamp(30px, 4vw, 44px); background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); position: relative; overflow: hidden; }
.contact-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.84rem; font-weight: 500; margin-bottom: 7px; color: var(--text-soft); }
.form-group label .req { color: var(--orange-red); }
.form-control { width: 100%; padding: 12px 14px; background: var(--bg); border: 1px solid var(--border-strong); border-radius: var(--r-sm); color: var(--text); transition: all var(--transition); }
.form-control::placeholder { color: var(--text-muted); }
.form-control:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-glow); background: var(--surface); }
textarea.form-control { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23FF6B1A' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-feedback { padding: 12px 16px; border-radius: var(--r-sm); margin-bottom: 18px; font-size: 0.9rem; display: none; }
.form-feedback.show { display: block; animation: slideIn 0.4s ease; }
.form-feedback.success { background: rgba(34, 197, 94, 0.1); color: var(--success); border: 1px solid rgba(34,197,94,0.3); }
.form-feedback.error { background: rgba(239, 68, 68, 0.1); color: var(--danger); border: 1px solid rgba(239,68,68,0.3); }
@keyframes slideIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
/* Form info side */
.contact-info-side { display: flex; flex-direction: column; gap: 16px; }
.info-item { display: flex; gap: 16px; padding: 22px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); transition: all var(--transition); }
.info-item:hover { border-color: var(--orange); }
.info-icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: var(--r-sm); display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); border: 1px solid rgba(255,107,26,0.2); }
.info-icon svg { width: 22px; height: 22px; }
.info-label { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 3px; }
.info-value { font-weight: 600; color: var(--text); word-break: break-word; }
/* Map */
.contact-map { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--border); height: 220px; background: var(--surface-2); position: relative; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: var(--map-filter, none); }

/* ---------- FLOATING BUTTONS (WP + Scroll-top) ---------- */
.float-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 90; display: flex; flex-direction: column; gap: 0; align-items: center; }
.whatsapp-float { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,0.4); transition: transform var(--transition), margin-bottom 0.35s ease, opacity 0.35s ease; position: relative; }
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }
.whatsapp-float svg { width: 24px; height: 24px; }
.whatsapp-float::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; opacity: 0.5; animation: wa-ring 2.5s ease-out infinite; pointer-events: none; }
@keyframes wa-ring { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- TEKLİF AL POPUP ---------- */
.quote-popup { position: fixed; bottom: 28px; left: 50%; z-index: 95; opacity: 0; transform: translateX(-50%) translateY(120%); transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s; pointer-events: none; }
.quote-popup.show { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; animation: popup-float 3s ease-in-out infinite 0.6s; }
@keyframes popup-float { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-6px); } }
.quote-popup-card { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--r-md); box-shadow: var(--shadow), 0 0 50px rgba(255,107,26,0.12); position: relative; overflow: hidden; max-width: 520px; }
.quote-popup-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-yellow)); }
.quote-popup-glow { position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, var(--orange-glow), transparent 70%); pointer-events: none; }
.quote-popup-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: var(--r-md); display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-red)); color: #fff; box-shadow: 0 8px 20px rgba(255,107,26,0.3), inset 0 1px 0 rgba(255,255,255,0.2); position: relative; z-index: 2; }
.quote-popup-icon svg { width: 22px; height: 22px; }
.quote-popup-content { flex: 1; display: flex; flex-direction: column; gap: 2px; position: relative; z-index: 2; min-width: 0; }
.quote-popup-title { font-family: var(--font-display); font-size: 0.92rem; font-weight: 700; color: var(--text); }
.quote-popup-text { font-size: 0.78rem; color: var(--text-soft); line-height: 1.4; }
.quote-popup-btn { display: flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: var(--r-sm); background: linear-gradient(120deg, var(--orange), var(--orange-red)); color: #fff; font-weight: 700; font-size: 0.84rem; white-space: nowrap; flex-shrink: 0; box-shadow: 0 6px 20px rgba(255,107,26,0.35); transition: all var(--transition); position: relative; z-index: 2; }
.quote-popup-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,107,26,0.5); color: #fff; gap: 10px; }
.quote-popup-btn svg { width: 16px; height: 16px; }
@media (max-width: 560px) {
    .nav .brand-logo-wrap { height: 44px; min-width: 158px; }
    .nav .brand-logo-img { height: 38px; }
    .footer .brand-logo-wrap { height: 50px; min-width: 240px; overflow: visible; }
    .footer .brand-logo-img { height: 62px; max-width: 240px; transform: translateY(-6px); }
    .quote-popup { left: 12px; right: 12px; bottom: 16px; }
    .quote-popup-card { max-width: 100%; padding: 14px; gap: 10px; }
    .quote-popup-icon { width: 38px; height: 38px; }
    .quote-popup-icon svg { width: 18px; height: 18px; }
    .quote-popup-title { font-size: 0.84rem; }
    .quote-popup-text { font-size: 0.72rem; }
    .quote-popup-btn { padding: 8px 14px; font-size: 0.78rem; }
}
.scroll-top { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border-strong); color: var(--text-soft); box-shadow: var(--shadow); transition: opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease, color var(--transition), border-color var(--transition); opacity: 0; pointer-events: none; max-height: 0; overflow: hidden; transform: scale(0.8); }
.scroll-top.visible { opacity: 1; pointer-events: auto; max-height: 60px; margin-top: 10px; transform: scale(1); }
.scroll-top:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-3px); }
.scroll-top svg { width: 22px; height: 22px; }

/* ---------- FOOTER v2 (logo+desc+sosyal | hızlı erişim | kurumsal | iletişim) ---------- */
.footer { background: var(--bg-soft); border-top: 1px solid var(--border); padding: 80px 0 30px; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 700px; height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 50px; }
.footer-brand-col .logo { margin-bottom: 20px; }
.footer-desc { font-size: 0.9rem; max-width: 340px; margin-bottom: 24px; line-height: 1.7; }
.footer h5 { font-size: 0.92rem; font-weight: 600; margin-bottom: 20px; color: var(--text); }
.footer-links li { margin-bottom: 11px; }
.footer-links a { color: var(--text-muted); font-size: 0.88rem; display: inline-flex; align-items: center; gap: 8px; transition: all var(--transition); }
.footer-links a:hover { color: var(--orange); transform: translateX(4px); }
.footer-links a::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--surface-3); transition: background var(--transition); flex-shrink: 0; }
.footer-links a:hover::before { background: var(--orange); }
.footer-links a, .footer-contact-plain a, .footer-bottom-links a { color: var(--text-muted); transition: color var(--transition); }
.footer-contact-plain a:hover, .footer-bottom-links a:hover { color: var(--orange); }
/* Contact links with icons */
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact li::before { display: none; }
.footer-contact a, .footer-contact span { font-size: 0.86rem; }
.footer-contact svg { width: 16px; height: 16px; color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 42px; height: 42px; border-radius: var(--r-sm); display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); color: var(--text-muted); transition: all var(--transition); }
.footer-social a:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-3px); box-shadow: var(--shadow-orange); }
.footer-social svg { width: 18px; height: 18px; }
/* Footer bottom: copyright sol + logolar sağ */
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 30px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.footer-copyright { font-size: 0.82rem; color: var(--text-muted); white-space: nowrap; }
.footer-certs-logos { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer-cert-logo { height: 36px; width: auto; max-width: 60px; object-fit: contain; opacity: 0.5; transition: all var(--transition); filter: grayscale(1); }
.footer-cert-logo:hover { opacity: 1; transform: translateY(-3px) scale(1.1); filter: grayscale(0); }
.footer-cert-logo-placeholder { padding: 4px 8px; border-radius: var(--r-xs); background: var(--surface); border: 1px solid var(--border); font-size: 0.62rem; font-weight: 600; color: var(--text-muted); font-family: var(--font-mono); opacity: 0.4; }
.footer-cert-logo-placeholder { padding: 6px 12px; border-radius: var(--r-xs); background: var(--surface); border: 1px solid var(--border); font-size: 0.7rem; font-weight: 600; color: var(--text-muted); font-family: var(--font-mono); opacity: 0.6; }
/* İletişim — gri, ikonlu, hover turuncu */
.footer-contact-plain { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.84rem; color: var(--text-muted); transition: color var(--transition); }
.footer-contact-item:hover { color: var(--orange); }
.footer-contact-item svg { width: 16px; height: 16px; color: var(--text-muted); transition: color var(--transition); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item:hover svg { color: var(--orange); }
.footer-contact-item a { color: inherit; font-size: 0.84rem; transition: color var(--transition); }
.footer-contact-item a:hover { color: var(--orange); }
.footer-contact-item > span:not(.obfuscated-mail):not(.obfuscated-tel) { line-height: 1.6; }
.obfuscated-mail a, .obfuscated-tel a { color: var(--text-muted); font-size: 0.84rem; transition: color var(--transition); }
.obfuscated-mail a:hover, .obfuscated-tel a:hover { color: var(--orange); }

/* ---------- WORK DETAIL ---------- */
.work-detail-header-section { padding-bottom: 50px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--text-muted); font-size: 0.88rem; margin-bottom: 32px; transition: color var(--transition); }
.back-link:hover { color: var(--orange); }
.back-link svg { width: 16px; height: 16px; }
.work-detail-hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.work-detail-status { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: var(--r-xs); font-size: 0.72rem; font-weight: 600; background: var(--surface-2); border: 1px solid var(--border); margin-bottom: 20px; }
.work-detail-title { font-size: clamp(2.5rem, 5vw, 3.8rem); margin-bottom: 12px; }
.work-detail-tagline { font-size: 1.3rem; font-weight: 600; margin-bottom: 20px; }
.work-detail-desc { font-size: 1rem; line-height: 1.75; margin-bottom: 32px; }
.work-detail-links { display: flex; gap: 12px; flex-wrap: wrap; }
.work-detail-visual { display: flex; flex-direction: column; align-items: center; gap: 32px; }
.work-detail-icon-wrap { width: 220px; height: 220px; border-radius: var(--r-lg); display: grid; place-items: center; position: relative; overflow: hidden; box-shadow: var(--shadow-orange); }
.work-detail-icon-glow { position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3), transparent 60%); }
.work-detail-icon-emoji { font-size: 6rem; position: relative; z-index: 2; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.2)); }
.work-detail-logo-img { max-width: 70%; max-height: 70%; object-fit: contain; position: relative; z-index: 2; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.3)); }
.work-detail-stats { display: flex; gap: 24px; }
.work-stat-item { text-align: center; }
.work-stat-num { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; }
.work-stat-label { font-size: 0.78rem; color: var(--text-muted); }

/* ---------- 404 ---------- */
.error-page { min-height: 75vh; display: grid; place-items: center; text-align: center; padding: 140px 0; }
.error-code { font-family: var(--font-display); font-size: clamp(6rem, 20vw, 14rem); font-weight: 800; line-height: 1; background: linear-gradient(120deg, var(--orange), var(--orange-yellow)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---------- ANİMASYON ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }
.reveal.delay-4 { transition-delay: 0.4s; }
.reveal.delay-5 { transition-delay: 0.5s; }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal-scale.visible { opacity: 1; transform: scale(1); }

/* ---------- PAGE HEADER ---------- */
.page-header { padding: 150px 0 70px; position: relative; overflow: hidden; }
.page-header .hero-glow { z-index: 0; }
.page-header-content { max-width: 780px; position: relative; z-index: 2; }
.page-header h1 { margin-bottom: 18px; }
.page-header p { font-size: 1.1rem; }

/* ---------- PRODUCT FILTER ---------- */
.filter-bar { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.filter-btn { padding: 9px 20px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); color: var(--text-soft); font-size: 0.88rem; font-weight: 500; transition: all var(--transition); }
.filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.filter-btn.active { background: linear-gradient(120deg, var(--orange), var(--orange-red)); color: #fff; border-color: transparent; }

/* ---------- PRODUCT DETAIL ---------- */
.product-detail-header { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.product-detail-emoji { font-size: 11rem; line-height: 1; display: grid; place-items: center; aspect-ratio: 1; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); position: relative; overflow: hidden; }
.product-detail-emoji::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, var(--orange-glow) 0%, transparent 70%); }

/* Store buttons */
.store-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.store-btn { display: inline-flex; align-items: center; gap: 10px; padding: 11px 20px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border-strong); transition: all var(--transition); }
.store-btn:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: var(--shadow-orange); }
.store-btn svg { width: 26px; height: 26px; }
.store-btn small { display: block; font-size: 0.65rem; color: var(--text-muted); }
.store-btn strong { font-size: 0.95rem; }

/* ---------- GLASS / Spotlight ---------- */
.glass { background: var(--glass); backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: var(--r-md); }

/* ---------- TIMELINE (dikey - hakkımızda için) ---------- */
.timeline { position: relative; max-width: 900px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 30px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--orange), var(--orange-yellow) 50%, transparent); }
.timeline-item { position: relative; padding-left: 80px; padding-bottom: 44px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot { position: absolute; left: 18px; top: 0; width: 26px; height: 26px; border-radius: var(--r-sm); background: var(--bg); border: 3px solid var(--orange); display: grid; place-items: center; font-size: 0.75rem; font-weight: 700; color: var(--orange); z-index: 2; box-shadow: 0 0 0 6px var(--surface); }
.timeline-item h4 { margin-bottom: 8px; font-size: 1.25rem; }
.timeline-item p { font-size: 0.95rem; }
.timeline-tag { display: inline-block; padding: 3px 10px; border-radius: var(--r-xs); font-size: 0.72rem; font-weight: 600; background: var(--orange-soft); color: var(--orange); margin-bottom: 8px; }

/* ---------- BENTO ---------- */
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(180px, auto); gap: 20px; }
.bento { padding: 30px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--border); transition: all var(--transition-slow); position: relative; overflow: hidden; }
.bento:hover { border-color: var(--orange); transform: translateY(-4px); }
.bento-large { grid-column: span 2; grid-row: span 2; }
.bento-wide { grid-column: span 2; }
.bento h3 { margin-bottom: 8px; }
.bento-icon { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.bento-stat { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; margin-bottom: 4px; }
.bento:hover .bento-stat { color: var(--orange); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
    .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-brand-col { grid-column: span 2; }
    .footer-bottom { grid-template-columns: 1fr; text-align: center; gap: 16px; }
    .contact-grid { grid-template-columns: 1fr; }
    .product-detail-header { grid-template-columns: 1fr; gap: 40px; }
    .product-detail-emoji { font-size: 7rem; max-width: 300px; margin: 0 auto; }
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .bento-large { grid-column: span 2; grid-row: auto; }
    .bento-wide { grid-column: span 2; }
    /* Stats bar */
    .stats-bar { grid-template-columns: repeat(3, 1fr); }
    .stats-bar-item:nth-child(3)::after { display: none; }
    .stats-bar-item:nth-child(n+4) { border-top: 1px solid var(--border); }
    /* Services select */
    .svc-select { grid-template-columns: 1fr; }
    .svc-select-list { flex-direction: row; flex-wrap: wrap; border-right: none; border-bottom: 1px solid var(--border); padding: 12px; gap: 6px; }
    .svc-select-item { flex: 1; min-width: 140px; padding: 10px 14px; font-size: 0.85rem; }
    .svc-select-arrow { display: none; }
    .svc-preview-panel.active { grid-template-columns: 1fr; gap: 24px; }
    /* Why v2 */
    .why-v2-grid { grid-template-columns: repeat(2, 1fr); }
    /* Process */
    .process-flow { grid-template-columns: repeat(2, 1fr) !important; gap: 40px; }
    .process-line { display: none; }
    .process-node-arrow { display: none; }
    /* Refs featured */
    .refs-featured { grid-template-columns: 1fr; }
    .refs-featured-banner { border-right: none; border-bottom: 1px solid var(--border); }
    /* Work detail */
    .work-detail-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .work-detail-icon-wrap { margin: 0 auto; width: 180px; height: 180px; }
    .work-detail-icon-emoji { font-size: 5rem; }
    /* Hero grid */
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero-content { max-width: 100%; text-align: center; margin: 0 auto; }
    .hero-content .hero-title { text-align: center; }
    .hero-content .hero-actions { justify-content: center; }
    .hero-code { max-width: 560px; margin: 0 auto; width: 100%; }
}
@media (max-width: 768px) {
    .nav-menu { position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: var(--bg); border-top: 1px solid var(--border); flex-direction: column; align-items: stretch; gap: 0; padding: 16px; transform: translateX(100%); transition: transform var(--transition); overflow-y: auto; }
    .nav-menu.open { transform: translateX(0); }
    .nav-link { padding: 16px; font-size: 1.05rem; border-radius: var(--r-sm); }
    .nav-toggle { display: grid; place-items: center; width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); }
    .nav-toggle span { width: 20px; height: 2px; background: var(--text); position: relative; }
    .nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; left: 0; width: 20px; height: 2px; background: var(--text); transition: transform var(--transition); }
    .nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
    .nav-toggle.open span { background: transparent; }
    .nav-toggle.open span::before { transform: rotate(45deg) translate(4px, 4px); }
    .nav-toggle.open span::after { transform: rotate(-45deg) translate(4px, -4px); }
    .hero { padding: 130px 0 70px; }
    .form-row { grid-template-columns: 1fr; }
    .timeline::before { left: 16px; }
    .timeline-item { padding-left: 56px; }
    .timeline-dot { left: 4px; }
    .testi-card-v2 { width: 320px; }
    .testi-card { width: 300px; }
}
@media (max-width: 560px) {
    .footer-top { grid-template-columns: 1fr; }
    .footer-brand-col { grid-column: span 1; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { justify-content: center; }
    .float-buttons { bottom: 16px; right: 16px; }
    .whatsapp-float { width: 44px; height: 44px; }
    .whatsapp-float svg { width: 22px; height: 22px; }
    .scroll-top { width: 44px; height: 44px; }
    .scroll-top svg { width: 20px; height: 20px; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .stats-bar-item:nth-child(2n)::after { display: none; }
    .stats-bar-item:nth-child(n+3) { border-top: 1px solid var(--border); }
    .why-v2-grid { grid-template-columns: 1fr; }
    .process-flow { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 16px; }
    .footer-copyright { text-align: center; }
    .footer-certs-logos { justify-content: center; }
    .svc-features { grid-template-columns: 1fr; }
}
