/* ===================================================================
   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: 0; padding: 0; background: transparent; box-shadow: none; border: 0; }
.brand-logo-img { display: block; width: auto; height: 34px; max-width: 100%; object-fit: contain; background: transparent; }
.nav .brand-logo-wrap { height: 52px; }
.nav .brand-logo-img { height: 46px; }
.footer .brand-logo-wrap { height: auto; min-width: 0; padding: 0; background: transparent; box-shadow: none; border: 0; overflow: visible; }
.footer .brand-logo-img { height: 56px; width: auto; max-width: 220px; background: transparent; transform: none; 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; }

/* ---------- AUTH UI — login button + profile dropdown (state-aware) ----------
 * Mevcut .nav-icon-btn kuralları değişmedi; sadece yeni alt sınıflar eklendi.
 * hover/focus-within ile CSS-only dropdown toggle.
 */
.nav-icon-btn.nav-profile-login { display: inline-flex; align-items: center; gap: 6px; width: auto; padding: 0 14px; font-size: 0.86rem; font-weight: 600; color: var(--text); }
.nav-icon-btn.nav-profile-login:hover { color: var(--orange); }
.nav-profile-login-text { white-space: nowrap; }
.nav-icon-btn.nav-profile-dd-trigger { display: inline-flex; align-items: center; gap: 8px; width: auto; padding: 0 10px 0 4px; font-size: 0.84rem; font-weight: 600; color: var(--text); }
.nav-profile-avatar { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-red)); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em; flex-shrink: 0; }
.nav-profile-username { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--text); }
.nav-profile-caret { width: 14px; height: 14px; color: var(--text-muted); transition: transform var(--transition); flex-shrink: 0; }
.nav-profile-dd:focus-within .nav-profile-caret { transform: rotate(180deg); }
.nav-profile-dd { position: relative; }
/* Köprü: tetikleyici ile menü arasındaki görünmez alan.
   Hover burada da wrapper üzerinde kalır, menü kapanmaz. */
.nav-profile-dd::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 10px;
  display: none;
}
.nav-profile-dd:hover::after,
.nav-profile-dd:focus-within::after { display: block; }
.nav-profile-dd-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 220px;
  padding: 6px 6px 8px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  display: none;
  z-index: 99;
  margin-top: 0;
}
.nav-profile-dd:hover .nav-profile-dd-menu,
.nav-profile-dd:focus-within .nav-profile-dd-menu,
.nav-profile-dd.is-open .nav-profile-dd-menu { display: block; }
.nav-profile-dd-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: var(--r-sm); color: var(--text); font-size: 0.88rem; font-weight: 500; text-decoration: none; transition: background var(--transition), color var(--transition); }
.nav-profile-dd-item:hover { background: var(--orange-soft); color: var(--orange); }
.nav-profile-dd-item svg { width: 16px; height: 16px; flex-shrink: 0; }
.nav-profile-dd-item-danger { color: var(--text-muted); }
.nav-profile-dd-item-danger:hover { background: rgba(232,67,26,0.12); color: var(--orange-red); }
.nav-profile-dd-sep { border: 0; height: 1px; background: var(--border); margin: 4px 8px; }
@media (max-width: 768px) {
  .nav-profile-username, .nav-icon-btn.nav-profile-login .nav-profile-login-text { display: none; }
  .nav-icon-btn.nav-profile-login, .nav-icon-btn.nav-profile-dd-trigger { width: 40px; padding: 0; justify-content: center; }
  .nav-icon-btn.nav-profile-dd-trigger { padding: 0; }
  .nav-profile-dd-menu { right: 0; min-width: 200px; }
}

/* ---------- 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(auto-fit, minmax(0, 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 > .stats-bar-item { flex: 1 1 0; min-width: 0; }
@media (min-width: 720px) {
    .stats-bar:has(.stats-bar-item:nth-child(4):last-child),
    .stats-bar { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.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; }

/* ---------- LOCAL: 5 sütun tek satır (hakkimizda / anasayfa / referanslar) ----------
   Sadece .stats-bar-5col uygulanan bölümlerde geçerlidir; global stats-bar
   davranışını bozmaz. */
.stats-bar-5col { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
.stats-bar-5col > .stats-bar-item { padding: 30px 10px; }
.stats-bar-5col > .stats-bar-item .stats-bar-num { font-size: clamp(1.7rem, 3.4vw, 2.8rem); margin-bottom: 8px; }
.stats-bar-5col > .stats-bar-item .stats-bar-label { font-size: 0.72rem; letter-spacing: 0.04em; line-height: 1.25; white-space: normal; }
@media (max-width: 880px) {
    .stats-bar-5col { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .stats-bar-5col > .stats-bar-item:nth-child(2n)::after { display: none; }
    .stats-bar-5col > .stats-bar-item:nth-child(n+3) { border-top: 1px solid var(--border); }
}

/* ---------- 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; }

/* ---------- SERVICES PAGE (16 kart grid) ---------- */
.svc-page-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.svc-page-card { display: flex; flex-direction: column; gap: 16px; padding: 28px 26px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); transition: all var(--transition-slow); position: relative; overflow: hidden; text-decoration: none; color: inherit; }
.svc-page-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-page-card:hover { transform: translateY(-6px); border-color: var(--orange); box-shadow: var(--shadow-orange); }
.svc-page-card:hover::before { transform: scaleX(1); }
.svc-page-card-head { display: flex; flex-direction: column; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.svc-page-icon { width: 52px; height: 52px; border-radius: var(--r-sm); display: grid; place-items: center; background: var(--orange-soft); border: 1px solid rgba(255,107,26,0.22); color: var(--orange); transition: all var(--transition); }
.svc-page-icon svg { width: 26px; height: 26px; }
.svc-page-card:hover .svc-page-icon { background: linear-gradient(135deg, var(--orange), var(--orange-red)); color: #fff; border-color: transparent; }
.svc-page-title { margin: 0; font-size: 1.18rem; line-height: 1.3; }
.svc-page-tagline { margin: 0; font-size: 0.84rem; font-weight: 600; color: var(--orange); min-height: 1.2em; }
.svc-page-desc { margin: 0; font-size: 0.86rem; line-height: 1.6; color: var(--text-soft); min-height: 4.8em; }
.svc-page-features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.svc-page-feature { display: flex; align-items: flex-start; gap: 8px; font-size: 0.83rem; color: var(--text); line-height: 1.45; }
.svc-page-check { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; margin-top: 1px; }
.svc-page-check svg { width: 11px; height: 11px; }
.svc-page-techs { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 14px; border-top: 1px solid var(--border); }
.svc-page-tech { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: var(--r-xs); font-size: 0.7rem; font-weight: 600; background: var(--surface-2); border: 1px solid var(--border); color: var(--text-soft); }
.svc-page-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border); min-height: 44px; }
.svc-page-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 600; font-size: 0.88rem; transition: gap var(--transition); }
.svc-page-card:hover .svc-page-link { gap: 10px; }
.svc-page-link svg { width: 15px; height: 15px; }
@media (max-width: 600px) { .svc-page-grid { grid-template-columns: 1fr; } .svc-page-card { padding: 22px 20px; } }

/* ---------- 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: nowrap; overflow: hidden; min-width: 0; }
.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; flex-shrink: 0; }
.ref-tech-tag--duration { background: rgba(255,107,26,.08); border-color: rgba(255,107,26,.28); color: var(--orange); }
.ref-tech-tag--stack { background: var(--surface-2); border-color: var(--border); color: var(--text-soft); }
.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; }

/* ===== Referans Detay Sayfası ===== */
.ref-hero-content { text-align: center; max-width: 880px; }
.ref-breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; font-size: 0.82rem; color: var(--text-soft); }
.ref-breadcrumb a { color: var(--text-soft); transition: color var(--transition); }
.ref-breadcrumb a:hover { color: var(--orange); }
.ref-bc-sep { color: var(--text-muted); opacity: 0.55; }
.ref-bc-current { color: var(--text); font-weight: 600; }

.ref-hero-meta { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.ref-hero-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); font-size: 0.78rem; font-weight: 600; color: var(--text-soft); }
.ref-hero-pill svg { width: 14px; height: 14px; color: var(--orange); flex-shrink: 0; }
.ref-hero-pill-tech { font-family: var(--font-mono); color: var(--orange); }

/* Hero kapak görseli + sağdaki mini galeri — yan yana düzen */
.ref-shot-layout { display: grid; gap: 18px; align-items: stretch; }
.ref-shot-layout.has-side { grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr); }
.ref-shot-layout.solo { grid-template-columns: 1fr; }

/* Hero kapak (sol) — tıklanabilir banner */
.ref-hero-shot { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 16 / 9; max-height: 540px; box-shadow: 0 16px 60px rgba(0,0,0,.35); display: block; cursor: zoom-in; text-decoration: none; transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.ref-hero-shot:hover { border-color: rgba(255,107,26,.55); box-shadow: 0 20px 70px rgba(255,107,26,.18); }
.ref-hero-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(0.16,1,0.3,1); }
.ref-hero-shot:hover img { transform: scale(1.04); }
.ref-hero-shot-badge { position: absolute; bottom: 14px; left: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; background: rgba(15,17,21,.72); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.08); font-size: 0.78rem; font-weight: 600; color: #fff; }
.ref-hero-shot-badge svg { width: 14px; height: 14px; color: var(--orange); }
.ref-hero-shot-zoom { position: absolute; top: 14px; right: 14px; display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(15,17,21,.72); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.08); color: #fff; opacity: 0; transform: scale(.85); transition: opacity var(--transition), transform var(--transition); }
.ref-hero-shot-zoom svg { width: 18px; height: 18px; }
.ref-hero-shot:hover .ref-hero-shot-zoom { opacity: 1; transform: scale(1); }

/* Sağdaki mini galeri — 2 sütun thumbnail grid */
.ref-side-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: start; }
.ref-side-item { position: relative; display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid var(--border); cursor: zoom-in; text-decoration: none; transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); background: var(--surface-2); }
.ref-side-item:hover { transform: translateY(-2px); border-color: var(--orange); box-shadow: 0 10px 30px rgba(255,107,26,.18); }
.ref-side-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(0.16,1,0.3,1); }
.ref-side-item:hover img { transform: scale(1.06); }
.ref-side-zoom { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(15,17,21,0); transition: background var(--transition); }
.ref-side-zoom svg { width: 26px; height: 26px; opacity: 0; transform: scale(.8); transition: opacity var(--transition), transform var(--transition); filter: drop-shadow(0 2px 6px rgba(0,0,0,.5)); }
.ref-side-item:hover .ref-side-zoom { background: rgba(15,17,21,.45); }
.ref-side-item:hover .ref-side-zoom svg { opacity: 1; transform: scale(1); }

/* ===== Lightbox ===== */
.ref-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(7,9,13,.94); backdrop-filter: blur(12px); opacity: 0; transition: opacity .25s ease; }
.ref-lightbox.open { display: flex; opacity: 1; }
.ref-lightbox-stage { position: relative; max-width: min(1400px, 96vw); max-height: 90vh; display: flex; align-items: center; justify-content: center; }
.ref-lightbox-stage img { max-width: 100%; max-height: 90vh; width: auto; height: auto; object-fit: contain; border-radius: 10px; box-shadow: 0 30px 100px rgba(0,0,0,.6); display: block; opacity: 0; transform: scale(.97); transition: opacity .3s ease, transform .35s cubic-bezier(0.16,1,0.3,1); }
.ref-lightbox.open .ref-lightbox-stage img { opacity: 1; transform: scale(1); }
.ref-lightbox-close, .ref-lightbox-prev, .ref-lightbox-next { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: #fff; cursor: pointer; transition: all var(--transition); backdrop-filter: blur(8px); }
.ref-lightbox-close:hover, .ref-lightbox-prev:hover, .ref-lightbox-next:hover { background: var(--orange); border-color: var(--orange); transform: scale(1.06); }
.ref-lightbox-close { top: 22px; right: 22px; }
.ref-lightbox-close svg, .ref-lightbox-prev svg, .ref-lightbox-next svg { width: 22px; height: 22px; }
.ref-lightbox-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.ref-lightbox-prev:hover { transform: translateY(-50%) scale(1.06); }
.ref-lightbox-next { right: 22px; top: 50%; transform: translateY(-50%); }
.ref-lightbox-next:hover { transform: translateY(-50%) scale(1.06); }
.ref-lightbox-counter { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 999px; background: rgba(15,17,21,.7); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.85); font-size: 0.85rem; font-family: var(--font-mono); letter-spacing: 0.04em; backdrop-filter: blur(8px); }

/* Bölüm içeriği */
.ref-section-inner { max-width: 880px; margin: 0 auto; }
.ref-section-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.ref-section-title { font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; line-height: 1.25; text-align: left; margin-bottom: 22px; letter-spacing: -0.015em; }
.ref-section-body { font-size: 1.06rem; line-height: 1.85; color: var(--text-soft); margin: 0; }

.ref-tech-stack { margin-top: 36px; }
.ref-tech-stack h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--text-muted); margin-bottom: 14px; letter-spacing: 0.02em; }
.ref-tech-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ref-tech-tag-large { display: inline-block; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); color: var(--text-soft); font-size: 0.88rem; font-family: var(--font-mono); transition: all var(--transition); }
.ref-tech-tag-large:hover { border-color: var(--orange); color: var(--orange); }

.ref-share-row { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); }

/* ===== Proje Özellikleri — yatay tablo (özellik | açıklama) ===== */
.ref-features-table { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: var(--surface); margin-top: 8px; }
.ref-feature-row { display: grid; grid-template-columns: minmax(220px, 38%) 1fr; gap: 24px; padding: 14px 22px; align-items: start; border-bottom: 1px solid var(--border); transition: background var(--transition); }
.ref-feature-row:last-child { border-bottom: none; }
.ref-feature-row:hover { background: rgba(255,107,26,.04); }
.ref-feature-name { display: flex; gap: 10px; align-items: flex-start; font-family: var(--font-display); font-weight: 700; font-size: 1rem; line-height: 1.45; color: var(--text); }
.ref-feature-check { flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px; background: var(--orange-soft); border: 1px solid rgba(255,107,26,.3); display: grid; place-items: center; color: var(--orange); margin-top: 1px; }
.ref-feature-check svg { width: 13px; height: 13px; }
.ref-feature-desc { font-size: 0.94rem; line-height: 1.6; color: var(--text-soft); }
@media (max-width: 640px) {
    .ref-feature-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 18px; }
    .ref-feature-desc { padding-left: 32px; }
}

/* ============================================================
 * Product detail page (product_*.php) — Cartoonizer başta
 * ============================================================ */
/* Highlight cards (3-col grid) */
.prod-highlights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
@media (max-width: 920px) { .prod-highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .prod-highlights-grid { grid-template-columns: 1fr; } }
.prod-highlight { padding: 22px 20px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); display: flex; flex-direction: column; gap: 8px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.prod-highlight:hover { transform: translateY(-3px); border-color: rgba(255,107,26,.4); box-shadow: 0 14px 32px rgba(0,0,0,.28); }
.prod-highlight-icon { font-size: 1.6rem; line-height: 1; margin-bottom: 4px; }
.prod-highlight-title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--text); margin: 0; }
.prod-highlight-desc { font-size: .9rem; line-height: 1.55; color: var(--text-soft); margin: 0; }

/* Process steps (4-col numbered cards) */
.prod-steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 8px; }
@media (max-width: 920px) { .prod-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .prod-steps-grid { grid-template-columns: 1fr; } }
.prod-step { padding: 22px 20px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); position: relative; display: flex; flex-direction: column; gap: 8px; }
.prod-step-no { font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; line-height: 1; color: var(--orange); opacity: .55; letter-spacing: -.02em; }
.prod-step-icon { font-size: 1.4rem; line-height: 1; margin-top: -4px; }
.prod-step-title { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: var(--text); margin: 2px 0 0; }
.prod-step-desc { font-size: .88rem; line-height: 1.55; color: var(--text-soft); margin: 0; }

/* Style chips (chip wall) */
.prod-style-chips { display: flex; flex-wrap: wrap; gap: 8px 10px; justify-content: center; margin-top: 30px; max-width: 760px; margin-left: auto; margin-right: auto; }
.prod-style-chip { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); font-size: .82rem; font-weight: 600; color: var(--text-soft); transition: transform .15s, border-color .15s, color .15s; }
.prod-style-chip:hover { transform: translateY(-2px); border-color: rgba(255,107,26,.4); color: var(--orange); }
.prod-style-chip--more { font-style: italic; color: var(--orange); border-color: rgba(255,107,26,.30); background: var(--orange-soft); }

/* FAQ (native details/summary) */
.prod-faq { display: flex; flex-direction: column; gap: 10px; margin: 30px auto 0; max-width: 880px; }
.prod-faq-item { border: 1px solid var(--border); border-radius: 12px; background: var(--surface); overflow: hidden; transition: border-color .2s; }
.prod-faq-item[open] { border-color: rgba(255,107,26,.4); }
.prod-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 22px; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--text); user-select: none; }
.prod-faq-item summary::-webkit-details-marker { display: none; }
.prod-faq-toggle { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--border); color: var(--orange); transition: transform .2s; flex-shrink: 0; }
.prod-faq-toggle svg { width: 14px; height: 14px; }
.prod-faq-item[open] .prod-faq-toggle { transform: rotate(180deg); }
.prod-faq-q { flex: 1; }
.prod-faq-a { padding: 0 22px 20px; font-size: .94rem; line-height: 1.65; color: var(--text-soft); }

@media (max-width: 960px) {
    .ref-shot-layout.has-side { grid-template-columns: 1fr; }
    .ref-side-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .ref-breadcrumb { font-size: 0.74rem; }
    .ref-side-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ref-hero-shot { aspect-ratio: 4 / 3; max-height: 360px; }
    .ref-lightbox { padding: 12px; }
    .ref-lightbox-close { top: 12px; right: 12px; width: 42px; height: 42px; }
    .ref-lightbox-prev { left: 8px; }
    .ref-lightbox-next { right: 8px; width: 42px; height: 42px; }
}
.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; }
    .nav .brand-logo-img { height: 38px; }
    .footer .brand-logo-wrap { height: auto; min-width: 0; padding: 0; background: transparent; }
    .footer .brand-logo-img { height: 46px; max-width: 180px; }
    .quote-popup { left: 12px; right: 12px; bottom: 16px; transform: translateY(120%); }
    .quote-popup.show { transform: translateY(0); animation: none; }
    .quote-popup-card { width: 100%; 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); }

/* Hizmet Bölgeleri — kendi satırı (Kurumsal altında değil) */
.footer-regions-row { padding-bottom: 28px; margin-bottom: 36px; border-bottom: 1px solid var(--border); }
.footer-regions-card { position: relative; padding: 22px 26px 24px; margin-bottom: 40px; border-radius: 18px; background: linear-gradient(140deg, rgba(255,107,26,.10) 0%, rgba(255,107,26,0) 55%), linear-gradient(180deg, rgba(28,32,40,.85) 0%, rgba(20,23,30,.85) 100%); border: 1px solid rgba(255,107,26,.22); overflow: hidden; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 16px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04); }
.footer-regions-card::before { content: ""; position: absolute; top: -60px; right: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(255,107,26,.22) 0%, transparent 65%); pointer-events: none; }
.footer-regions-card::after { content: ""; position: absolute; bottom: -80px; left: 20%; width: 320px; height: 200px; background: radial-gradient(ellipse at center, rgba(255,107,26,.08) 0%, transparent 70%); pointer-events: none; }
.footer-regions-card-head { position: relative; display: flex; align-items: center; gap: 14px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dashed rgba(255,255,255,.08); }
.footer-regions-icon { flex-shrink: 0; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, var(--orange) 0%, var(--orange-red) 100%); color: #fff; box-shadow: 0 8px 20px rgba(255,107,26,.45), inset 0 1px 0 rgba(255,255,255,.18); }
.footer-regions-icon svg { width: 22px; height: 22px; }
.footer-regions-card-titles { display: flex; flex-direction: column; gap: 0; flex: 1; min-width: 0; }
.footer-regions-title { font-size: 0.78rem; color: var(--text); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0; font-weight: 700; line-height: 1; padding: 0; }
.footer-regions-subtitle { font-size: 0.74rem; color: var(--text-soft); margin-top: -2px; line-height: 1.2; opacity: .85; }
.footer-regions-badge { flex-shrink: 0; padding: 6px 12px; border-radius: 999px; background: rgba(255,107,26,.12); border: 1px solid rgba(255,107,26,.32); color: var(--orange); font-family: var(--font-display); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.04em; }
.footer-regions-chips { position: relative; display: flex; flex-wrap: wrap; gap: 8px; }
.footer-region-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: var(--text-soft); font-size: 0.82rem; font-weight: 500; text-decoration: none; line-height: 1; }
.footer-region-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); opacity: .65; flex-shrink: 0; }
.footer-region-chip:hover { background: rgba(255,107,26,.12); border-color: rgba(255,107,26,.4); color: var(--orange); }
.footer-region-chip:hover::before { opacity: 1; box-shadow: 0 0 8px rgba(255,107,26,.6); }
.footer-region-chip { display: inline-flex; align-items: center; padding: 6px 12px; font-size: 0.78rem; color: var(--text-soft); border: 1px solid var(--border); border-radius: 999px; background: var(--surface); text-decoration: none; transition: all var(--transition); }
.footer-region-chip:hover { color: var(--orange); border-color: var(--orange); background: var(--orange-soft); }

/* Çalıştığımız Markalar / Sektörler */
.footer-clients { border-top: 1px solid var(--border); padding: 32px 0 28px; margin-top: 28px; text-align: center; }
.footer-clients-title { font-size: 0.74rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 18px; font-weight: 700; }
.footer-clients-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; }
.footer-client-logo { height: 28px; width: auto; max-width: 140px; object-fit: contain; filter: grayscale(20%); transition: filter var(--transition); }
.footer-client-logo:hover { filter: grayscale(0); }
.footer-client-pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 0.82rem; color: var(--text-soft); letter-spacing: 0.02em; padding: 9px 16px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); transition: color var(--transition), border-color var(--transition), background var(--transition); }
.footer-client-pill svg { flex-shrink: 0; color: var(--orange); opacity: 0.85; transition: opacity var(--transition); }
.footer-client-pill:hover { color: #fff; border-color: rgba(255,107,26,.45); background: rgba(255,107,26,.08); }
.footer-client-pill:hover svg { opacity: 1; }

/* ---------- HAKKIMIZDA SAYFASI ---------- */
.about-hero { padding: 150px 0 60px; }
.about-hero-content { text-align: center; max-width: 820px; }
.hero-actions-center { justify-content: center; position: relative; }

.about-story-inner { max-width: 860px; margin: 0 auto; }
.about-story-title { margin-bottom: 24px; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.2; }
.about-story-lead { font-size: 1.08rem; line-height: 1.85; color: var(--text); }
.about-story-sub { font-size: 1.02rem; line-height: 1.8; margin-top: 18px; color: var(--text-muted); }

.about-values-section { background: var(--bg-soft); }
.about-team-section { background: var(--bg-soft); }

/* Sertifika kartları */
.cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-top: 48px; }
.cert-card { padding: 24px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); text-align: center; transition: none; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cert-card:hover { border-color: var(--border); transform: none; box-shadow: none; }
.cert-card-img { height: 56px; width: auto; max-width: 140px; object-fit: contain; }
.cert-card-placeholder { height: 56px; min-width: 100px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; color: var(--orange); font-size: 1.1rem; border: 1px dashed var(--border); border-radius: var(--r-sm); padding: 0 18px; background: var(--bg-soft); }
.cert-card-name { font-size: 0.92rem; color: var(--text); font-family: var(--font-display); }
.cert-card-desc { font-size: 0.78rem; color: var(--text-soft); line-height: 1.5; }

/* Ekip kartları (CTO + ekip) */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 48px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.team-card { padding: 28px 22px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); text-align: center; transition: all var(--transition); position: relative; overflow: hidden; }
.team-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.1); }
.team-card-avatar { width: 80px; height: 80px; border-radius: 50%; 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.8rem; margin: 0 auto 16px; box-shadow: 0 8px 24px rgba(255, 107, 26, 0.25); }
.team-card-name { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 4px; color: var(--text); }
.team-card-role { display: block; color: var(--orange); font-size: 0.82rem; font-weight: 600; margin-bottom: 12px; }
.team-card-bio { font-size: 0.86rem; color: var(--text-soft); line-height: 1.6; margin-bottom: 14px; }
.team-card-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-size: 0.84rem; font-weight: 600; text-decoration: none; }
.team-card-link:hover { text-decoration: underline; }

/* ---------- BLOG YAZI İÇERİĞİ ---------- */
.post-body, .blog-content { font-size: 1.05rem; line-height: 1.85; color: var(--text); max-width: 820px; margin: 0 auto; }
.post-body h2, .blog-content h2 { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 1.85rem); margin: 2.2em 0 0.9em; color: var(--text); line-height: 1.3; padding-top: 8px; border-top: 1px solid var(--border); }
.post-body h2:first-child, .blog-content h2:first-child { border-top: 0; padding-top: 0; margin-top: 1em; }
.post-body h3, .blog-content h3 { font-family: var(--font-display); font-size: 1.25rem; margin: 1.8em 0 0.7em; color: var(--text); }
.post-body p, .blog-content p { margin: 0 0 1.1em; color: var(--text); }
.post-body a, .blog-content a { color: var(--orange); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; font-weight: 500; }
.post-body a:hover, .blog-content a:hover { color: var(--orange-red); text-decoration-thickness: 2px; }
.post-body strong, .blog-content strong { display: inline; font-weight: 700; color: var(--orange); background: linear-gradient(180deg, transparent 60%, rgba(255, 107, 26, 0.15) 60%); padding: 0 2px; }
.post-body em, .blog-content em { font-style: italic; color: var(--text-soft); }
.post-body ul, .blog-content ul, .post-body ol, .blog-content ol { margin: 1.2em 0 1.4em; padding-left: 1.5em; color: var(--text); }
.post-body ul li, .blog-content ul li, .post-body ol li, .blog-content ol li { margin-bottom: 0.5em; line-height: 1.75; }
.post-body ul li::marker, .blog-content ul li::marker { color: var(--orange); }
.post-body blockquote, .blog-content blockquote { margin: 1.8em 0; padding: 18px 24px; background: var(--orange-soft); border-left: 4px solid var(--orange); border-radius: 0 var(--r-sm) var(--r-sm) 0; font-style: italic; color: var(--text); }
.post-body blockquote p, .blog-content blockquote p { margin-bottom: 0; }
.post-body code, .blog-content code { background: var(--bg-soft); padding: 2px 8px; border-radius: var(--r-xs); font-family: 'JetBrains Mono', monospace; font-size: 0.92em; color: var(--orange); }
.post-body pre, .blog-content pre { background: var(--surface-2); padding: 18px; border-radius: var(--r-sm); overflow-x: auto; margin: 1.4em 0; border: 1px solid var(--border); }
.post-body table, .blog-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 0.95rem; }
.post-body table th, .blog-content table th, .post-body table td, .blog-content table td { padding: 12px 14px; border: 1px solid var(--border); text-align: left; }
.post-body table th, .blog-content table th { background: var(--bg-soft); font-weight: 700; }
.blog-table-wrap { margin: 1.8em 0; overflow-x: auto; border-radius: var(--r-sm); border: 1px solid var(--border); background: var(--surface); }
.blog-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.blog-table thead th { background: linear-gradient(180deg, rgba(255,107,26,.08) 0%, rgba(255,107,26,0) 100%); color: var(--orange); font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.04em; padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: left; }
.blog-table tbody td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--text); line-height: 1.5; vertical-align: top; }
.blog-table tbody tr:last-child td { border-bottom: 0; }
.blog-table tbody tr:nth-child(even) { background: rgba(255,255,255,.015); }
.blog-table tbody tr:hover { background: rgba(255,107,26,.04); }
.blog-content strong, .blog-content em { display: inline; }
.post-body hr, .blog-content hr { border: 0; border-top: 1px solid var(--border); margin: 2em 0; }
.post-body img, .blog-content img { max-width: 100%; height: auto; border-radius: var(--r-sm); margin: 1.4em 0; }
.post-body .callout, .blog-content .callout { background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--orange); padding: 18px 22px; border-radius: var(--r-sm); margin: 1.5em 0; }
.post-body .callout strong, .blog-content .callout strong { background: none; padding: 0; color: var(--text); }

.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.85; transition: none; filter: none; }
.footer-cert-logo:hover { opacity: 1; }
.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 { overflow: visible; backdrop-filter: none; -webkit-backdrop-filter: none; }
    .nav-inner { height: 68px; }
    .nav .brand-logo-wrap { min-width: 150px; }
    .nav-actions [data-theme-toggle] { display: none; }
    .nav-actions { gap: 6px; margin-left: auto; }
    .nav-menu {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: calc(100dvh - 68px);
        max-height: calc(100dvh - 68px);
        z-index: 140;
        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;
        box-shadow: var(--shadow);
        -webkit-overflow-scrolling: touch;
    }
    .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: 42px; height: 42px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--border); color: var(--text); position: relative; z-index: 130; flex-shrink: 0; }
    .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); }
    .nav-mega-panel {
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        transform: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 125;
        width: 100%;
    }
    .nav.is-mega-open .nav-mega-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 150;
    }
    .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; }
}

/* Screen-reader only text (erişilebilirlik — anchor text için) */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ============================================================
   NAV MEGA-MENU — Hizmetler hover dropdown (Datacorp banner'lı)
   ============================================================ */
.nav-mega { position: relative; display: inline-block; }
.nav-mega-trigger { display: inline-flex; align-items: center; gap: 4px; cursor: pointer; }
.nav-mega-caret { width: 14px; height: 14px; transition: transform .2s ease; opacity: .7; }
.nav-mega:hover .nav-mega-caret,
.nav-mega:focus-within .nav-mega-caret { transform: rotate(180deg); opacity: 1; }

/* === Mega-menü v5 ===
   Navbar'ın TAM genişliğine yayılır (.nav içinde position:absolute),
   içeride container ile hizalanır.
   4 sütun hizmet + sağda Datacorp featured banner. Tüm temaya uyumlu. */
.nav-mega-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-8px);
    width: 100%;
    background: var(--bg-soft);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    box-shadow:
        0 24px 60px -20px rgba(0, 0, 0, .35),
        0 12px 30px -16px rgba(232, 67, 26, .12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
    z-index: 100;
}
.nav-mega-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(1100px 280px at 0% 0%, rgba(255,107,26,.05), transparent 60%),
        radial-gradient(900px 240px at 100% 100%, rgba(255,140,60,.04), transparent 60%);
    z-index: 0;
}
.nav-mega-panel-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 36px 24px 32px;
    position: relative;
    z-index: 1;
}
/* JS is-open class — hover/focus ile açılır */
.nav.is-mega-open .nav-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.nav.is-mega-open .nav-mega-caret {
    transform: rotate(180deg);
    opacity: 1;
}

/* Browser'ın cross-document view-transition slide animasyonunu sıfırla —
   sayfa değişiminde navbar/menü kayıyordu. Tüm elementler için view-transition
   name'i tamamen kapat, browser hiçbir pseudo element animasyonu tetiklemesin. */
*,
*::before,
*::after {
    view-transition-name: none !important;
}
::view-transition,
::view-transition-group,
::view-transition-image-pair,
::view-transition-old,
::view-transition-old(root),
::view-transition-new,
::view-transition-new(root) {
    animation: none !important;
    animation-duration: 0s !important;
    transition: none !important;
}
@view-transition { navigation: none; }

/* === Premium initial loading screen === */
.loader-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 45%, #1a1f2c 0%, #0F1115 60%, #06080B 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .55s cubic-bezier(.4,0,.2,1), visibility .55s;
    overflow: hidden;
}
.loader-overlay::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,107,26,.10), transparent 45%),
        radial-gradient(circle at 70% 70%, rgba(255,107,26,.06), transparent 50%);
    filter: blur(40px);
    pointer-events: none;
    animation: loaderBreathe 6s ease-in-out infinite;
}
@keyframes loaderBreathe {
    0%, 100% { transform: scale(1); opacity: .85; }
    50%      { transform: scale(1.08); opacity: 1; }
}
.loader-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loader-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    z-index: 1;
}
.loader-logo {
    width: 220px;
    height: auto;
    filter: drop-shadow(0 14px 38px rgba(255,107,26,.30)) drop-shadow(0 2px 8px rgba(255,255,255,.08));
    animation: loaderLogoEnter .9s cubic-bezier(.16,1,.3,1) both;
}
@keyframes loaderLogoEnter {
    from { opacity: 0; transform: translateY(14px) scale(.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.loader-bar {
    position: relative;
    width: 220px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    overflow: hidden;
}
.loader-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 40%;
    background: linear-gradient(90deg, transparent, var(--orange, #FF6B1A), transparent);
    border-radius: inherit;
    animation: loaderBar 1.4s cubic-bezier(.4,0,.2,1) infinite;
}
@keyframes loaderBar {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(350%); }
}
.loader-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--text-soft, #A8ADB8);
    animation: loaderTextFade 1.2s ease both .3s;
}
@keyframes loaderTextFade {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .loader-overlay { transition: none; }
    .loader-logo, .loader-text { animation: none; }
    .loader-bar::after { animation-duration: 2s; }
}
html.loaded,
html.loaded body { overflow: visible; }
.nav-mega-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: stretch;
}
.nav-mega-services {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}
.nav-mega-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 22px;
    padding: 4px 4px 4px 6px;
}
.nav-mega-all {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 12px 18px;
    border-radius: 11px;
    background: rgba(255,107,26,.10);
    border: 1px solid rgba(255,107,26,.32);
    color: var(--orange, #FF6B1A);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .22s ease, border-color .22s ease, transform .22s ease;
}
.nav-mega-all svg { width: 16px; height: 16px; transition: transform .22s ease; }
.nav-mega-all:hover {
    background: linear-gradient(135deg, #FF6B1A 0%, #E8431A 100%);
    border-color: rgba(255,107,26,.6);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255,107,26,.30);
}
.nav-mega-all:hover svg { transform: translateX(3px); }
.nav-mega-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #fff;
    margin: 0 0 14px;
    padding: 0;
    width: 100%;
}
.nav-mega-title::before {
    content: "";
    width: 18px;
    height: 2px;
    background: var(--orange, #FF6B1A);
    border-radius: 2px;
    flex-shrink: 0;
}
.nav-mega-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.nav-mega-list li { margin: 0; }
.nav-mega-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: background-color .22s ease, color .22s ease, border-color .22s ease;
    border: 1px solid transparent;
}
.nav-mega-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(255,107,26,.18), rgba(255,107,26,.06));
    border: 1px solid rgba(255,107,26,.42);
    color: var(--orange, #FF6B1A);
    transition: background .22s ease, border-color .22s ease, color .22s ease;
    margin-top: 1px;
}
.nav-mega-icon svg { display: block; width: 14px; height: 14px; }
.nav-mega-text {
    flex: 1;
    min-width: 0;
    padding-top: 1px;
}
.nav-mega-link-name {
    display: block;
    font-size: 13.5px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.005em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .22s ease;
}
.nav-mega-link-desc {
    font-size: 11.5px;
    line-height: 1.35;
    color: rgba(228,230,236,.62);
    margin-top: 3px;
    font-weight: 400;
    letter-spacing: .005em;
    /* 2 satırla sınırla — uzunlarda taşma yerine ucu kes */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .22s ease;
}
/* Hover'da sağda beliren küçük ok işareti (CSS pseudo-element — yer kaplamaz) */
.nav-mega-link::after {
    content: "";
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-left: auto;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF6B1A' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .22s ease, transform .22s ease;
}
.nav-mega-link:hover::after {
    opacity: 1;
    transform: translateX(0);
}
.nav-mega-link:hover {
    background: linear-gradient(135deg, rgba(255,107,26,.14), rgba(255,107,26,.04));
    border-color: rgba(255,107,26,.42);
}
.nav-mega-link:hover .nav-mega-icon {
    background: linear-gradient(135deg, rgba(255,107,26,.34), rgba(255,107,26,.12));
    border-color: rgba(255,107,26,.6);
    color: #fff;
}
.nav-mega-link:hover .nav-mega-link-name { color: #fff; }
.nav-mega-link:hover .nav-mega-link-desc { color: #d4d8df; }
.nav-mega-link:hover .nav-mega-arrow {
    color: var(--orange, #FF6B1A);
    transform: translateX(0);
}

/* Datacorp banner (sağ kolon) — dark sophisticated, premium hover-only glow */
.nav-mega-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 26px 24px;
    border-radius: 18px;
    background:
        radial-gradient(ellipse at 100% 0%, rgba(255,107,26,.10), transparent 55%),
        radial-gradient(ellipse at 0% 100%, rgba(99,102,241,.06), transparent 55%),
        linear-gradient(165deg, rgba(28,32,40,.96) 0%, rgba(18,21,28,.96) 100%);
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 16px 40px -10px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.05);
    transition: border-color .3s ease, box-shadow .3s ease;
}
.nav-mega-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,107,26,.16), transparent 50%),
        radial-gradient(circle at 0% 100%, rgba(99,102,241,.08), transparent 50%);
    pointer-events: none;
    z-index: 0;
}
.nav-mega-banner::after {
    /* Subtle grid pattern — premium texture, mask'lenmiş */
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    opacity: .55;
}
.nav-mega-banner:hover {
    border-color: rgba(255,107,26,.28);
    box-shadow:
        0 24px 56px -10px rgba(232,67,26,.30),
        0 0 40px -8px rgba(255,107,26,.22),
        inset 0 1px 0 rgba(255,255,255,.08);
}
.nav-mega-banner > * { position: relative; z-index: 1; }
.nav-mega-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,167,107,.95);
    background: rgba(255,107,26,.08);
    border: 1px solid rgba(255,107,26,.22);
    align-self: flex-start;
}
.nav-mega-banner-mark {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,167,107,.9);
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.nav-mega-banner:hover .nav-mega-banner-mark {
    background: rgba(255,107,26,.14);
    border-color: rgba(255,107,26,.38);
    color: rgba(255,180,120,1);
}
.nav-mega-banner-mark svg { width: 16px; height: 16px; }
.nav-mega-banner-title {
    font-family: var(--font-display, 'Space Grotesk', system-ui, sans-serif);
    font-size: 1.4rem;
    margin: 4px 0 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}
.nav-mega-banner-desc {
    font-size: .82rem;
    line-height: 1.55;
    color: rgba(255,255,255,.55);
    margin: 0;
    max-width: 32ch;
}
.nav-mega-banner-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    font-size: 11px;
    color: rgba(255,255,255,.55);
    margin: 4px 0 0;
    align-self: flex-start;
}
.nav-mega-banner-stat strong {
    color: #fff;
    font-weight: 700;
    font-family: var(--font-display, 'Space Grotesk', system-ui, sans-serif);
    font-size: 13px;
}
.nav-mega-banner-stat svg { width: 12px; height: 12px; color: rgba(255,167,107,.95); }
.nav-mega-banner-cta {
    margin-top: auto;
    padding-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 11px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease, gap .25s ease;
}
.nav-mega-banner-cta:hover {
    background: linear-gradient(135deg, #FF6B1A 0%, #E8431A 100%);
    border-color: rgba(255,107,26,.5);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(255,107,26,.40);
    color: #fff;
    gap: 14px;
}
.nav-mega-banner-cta svg { width: 15px; height: 15px; transition: transform .2s ease; }
.nav-mega-banner-cta:hover svg { transform: translateX(2px); }

/* ─── Datacorp özel ürün kartı — image-ready featured card ─── */
.nav-mega-banner--datacorp {
    --datacorp-bg: url('/assets/img/works/datacorp_mega_bg.png');
    padding: 0;
    gap: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.85) 100%),
        var(--datacorp-bg),
        linear-gradient(155deg, rgba(28,32,40,.96) 0%, rgba(18,21,28,.96) 100%);
    background-size: cover, cover, auto;
    background-position: center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 360px;
}
.nav-mega-banner--datacorp::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.75) 100%);
    pointer-events: none;
    z-index: 0;
}
.nav-mega-banner--datacorp::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,107,26,.25), transparent 50%);
    pointer-events: none;
    z-index: 0;
    opacity: .9;
}
.nav-mega-banner--datacorp .nav-mega-banner-eyebrow {
    z-index: 2;
    margin: 24px 24px 0;
    background: rgba(255,107,26,.18);
    border: 1px solid rgba(255,107,26,.42);
    color: rgba(255,200,150,.98);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.nav-mega-banner--datacorp .nav-mega-banner-title {
    z-index: 2;
    margin: 14px 24px 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.025em;
    color: #fff;
    text-shadow: 0 4px 18px rgba(0,0,0,.5);
}
.nav-mega-banner--datacorp .nav-mega-banner-desc {
    z-index: 2;
    margin: 10px 24px 0;
    font-size: .9rem;
    line-height: 1.55;
    color: rgba(255,255,255,.85);
    max-width: 32ch;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.nav-mega-banner--datacorp .nav-mega-banner-cta {
    z-index: 2;
    margin: 20px 24px 24px;
    background: linear-gradient(135deg, #FF6B1A 0%, #E8431A 100%);
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 12px 28px rgba(255,107,26,.30), inset 0 1px 0 rgba(255,255,255,.18);
}
.nav-mega-banner--datacorp .nav-mega-banner-cta:hover {
    background: linear-gradient(135deg, #FF7E2E 0%, #F25228 100%);
    box-shadow: 0 16px 36px rgba(255,107,26,.45), inset 0 1px 0 rgba(255,255,255,.22);
}
/* Eski başlık + logo + features blokları gizle (image-ready versiyonda gereksiz) */
.nav-mega-banner--datacorp .nav-mega-banner-head,
.nav-mega-banner--datacorp .nav-mega-banner-features,
.nav-mega-banner--datacorp .nav-mega-banner-mark,
.nav-mega-banner--datacorp .nav-mega-banner-meta,
.nav-mega-banner--datacorp .nav-mega-banner-badge,
.nav-mega-banner--datacorp .nav-mega-banner-dot { display: none; }

/* Mega-menu responsive */
@media (max-width: 900px) {
    .nav-mega-panel-inner { padding: 28px 24px 26px; }
    .nav-mega-grid { grid-template-columns: 1fr; gap: 22px; }
    .nav-mega-list-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 18px; }
    .nav-mega-banner { flex-direction: row; align-items: center; gap: 14px; padding: 16px 18px; }
    .nav-mega-banner-mark { position: static; flex-shrink: 0; }
    .nav-mega-banner-desc { display: none; }
    .nav-mega-banner-title { margin: 0; font-size: 1rem; -webkit-text-fill-color: #fff; background: none; }
    .nav-mega-banner-cta { padding-top: 0; margin-left: auto; margin-top: 0; }
    .nav-mega-banner-stat { display: none; }
    /* Datacorp image-ready banner — tablet */
    .nav-mega-banner--datacorp {
        min-height: 220px;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0;
    }
    .nav-mega-banner--datacorp .nav-mega-banner-eyebrow { margin: 16px 18px 0; }
    .nav-mega-banner--datacorp .nav-mega-banner-title { margin: 10px 18px 0; font-size: 1.5rem; }
    .nav-mega-banner--datacorp .nav-mega-banner-desc { margin: 8px 18px 0; font-size: .82rem; }
    .nav-mega-banner--datacorp .nav-mega-banner-cta { margin: 14px 18px 16px; }
}
@media (max-width: 600px) {
    .nav-mega-panel {
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background: var(--bg);
        border: none;
        backdrop-filter: none;
        overflow-y: auto;
        z-index: 125;
    }
    .nav.is-mega-open .nav-mega-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 150;
    }
    .nav-mega-panel-inner { padding: 14px 0 0; }
    .nav-mega-list-grid { grid-template-columns: 1fr; gap: 14px; padding-left: 0; }
    .nav-mega-link { padding: 8px 10px; }
    .nav-mega-link-desc { display: none; }
    .nav-mega-banner { flex-direction: column; align-items: flex-start; text-align: left; }
    .nav-mega-banner-title { font-size: 1rem; -webkit-text-fill-color: #fff; background: none; }
    .nav-mega-banner-desc { display: block; }
    /* Datacorp image-ready banner — mobile */
    .nav-mega-banner--datacorp {
        min-height: 180px;
    }
    .nav-mega-banner--datacorp .nav-mega-banner-title { font-size: 1.35rem; }
}

/* ============ Reference Detail Premium ============ */
.ref-detail-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(255,107,26,.08); border: 1px solid rgba(255,107,26,.32); color: var(--orange); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.01em; backdrop-filter: blur(6px); }
.ref-detail-pill svg { width: 14px; height: 14px; flex-shrink: 0; }

.ref-detail-banner { padding: 0 0 40px; position: relative; }
.ref-detail-banner-inner { max-width: 760px; margin: 0 auto; padding: 56px 24px; border-radius: var(--r-md); background: linear-gradient(180deg, var(--surface) 0%, var(--bg-soft) 100%); border: 1px solid rgba(255,107,26,.22); box-shadow: 0 18px 50px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.ref-detail-banner-inner::before { content: ""; position: absolute; top: -50%; left: -10%; width: 60%; height: 200%; background: radial-gradient(ellipse at center, rgba(255,107,26,.18) 0%, transparent 60%); pointer-events: none; }
.ref-detail-banner-inner::after { content: ""; position: absolute; bottom: -40%; right: -10%; width: 60%; height: 200%; background: radial-gradient(ellipse at center, rgba(255,107,26,.12) 0%, transparent 60%); pointer-events: none; }
.ref-detail-banner-inner img { max-width: 320px; max-height: 160px; width: auto; height: auto; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 8px 24px rgba(0,0,0,.45)); }

@media (max-width: 640px) {
    .ref-detail-banner-inner { padding: 36px 16px; }
    .ref-detail-banner-inner img { max-width: 220px; max-height: 110px; }
}

/* ============================================================
 * work-featured — büyük featured ürün kartı (home + /urunler)
 * ============================================================ */
.work-featured { position: relative; display: flex; flex-direction: column; border-radius: 18px; overflow: hidden; background: var(--surface); border: 1px solid var(--border); box-shadow: 0 18px 50px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04); isolation: isolate; min-height: 420px; }
.work-featured-link { position: absolute; inset: 0; z-index: 1; text-indent: -9999px; overflow: hidden; }
.work-featured-brand { position: relative; width: 100%; aspect-ratio: 1400 / 380; background-color: #000A1B; overflow: hidden; }
.work-featured-brand img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.work-featured-brand::before, .work-featured-brand::after { content: none; }
.work-featured-brand-fallback { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: var(--font-display, 'Inter', sans-serif); font-size: 140px; font-weight: 800; color: #fff; letter-spacing: -.04em; text-shadow: 0 24px 48px rgba(0,0,0,.5); }
.work-featured-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 24px 36px; padding: 32px 44px; background: var(--surface); border-top: 1px solid rgba(255,255,255,.06); }
.work-featured-content-left { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.work-featured-eyebrow { font-size: .7rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--orange, #FF6B1A); }
.work-featured-title { font-family: var(--font-display, 'Inter', sans-serif); font-size: clamp(1.55rem, 2.4vw, 1.9rem); font-weight: 800; line-height: 1.05; margin: 0; color: var(--text, #111); letter-spacing: -.03em; }
.work-featured-title a { color: inherit; text-decoration: none; transition: color .2s ease; }
.work-featured-title a:hover { color: var(--orange, #FF6B1A); }
.work-featured-tagline { font-size: 1rem; color: var(--text-soft); margin: 0; line-height: 1.5; font-weight: 500; max-width: 64ch; }
.work-featured-features { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.work-featured-feature { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px 5px 9px; border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--border); font-size: .78rem; font-weight: 600; color: var(--text); white-space: nowrap; transition: background .2s ease, border-color .2s ease; }
.work-featured-feature:hover { background: var(--surface-2); border-color: rgba(255,107,26,.35); }
.work-featured-feature::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #FF6B1A, #E8431A); flex-shrink: 0; }
.work-featured-cta { display: flex; flex-direction: column; gap: 10px; min-width: 200px; align-self: stretch; justify-content: center; position: relative; z-index: 3; }
.work-featured-cta .btn { width: 100%; justify-content: center; padding: 12px 22px; font-weight: 700; font-size: .92rem; border-radius: 12px; display: inline-flex; align-items: center; gap: 8px; }
.work-featured-cta .btn-primary { background: linear-gradient(135deg, #FF6B1A 0%, #E8431A 100%); color: #fff; border: 1px solid rgba(255,107,26,.55); box-shadow: 0 0 0 1px rgba(255,107,26,.20), 0 8px 24px -8px rgba(255,107,26,.55), inset 0 1px 0 rgba(255,255,255,.20); }
.work-featured-cta .btn-primary:hover { background: linear-gradient(135deg, #FF7F35 0%, #FF5530 100%); transform: translateY(-1px); }
.work-featured-cta .btn-secondary { background: var(--surface-2); color: var(--text); border: 1px solid var(--border); }
.work-featured-cta .btn-secondary:hover { border-color: rgba(255,107,26,.45); color: var(--orange); transform: translateY(-1px); }
.work-featured-cta .btn svg { width: 18px; height: 18px; stroke-width: 2.4; }

@media (max-width: 760px) {
    .work-featured { min-height: 0; }
    .work-featured-brand { aspect-ratio: 1400 / 320; height: auto; }
    .work-featured-content { grid-template-columns: 1fr; padding: 24px 22px 26px; gap: 16px; }
    .work-featured-cta { min-width: 0; }
}

/* ============================================================
 * product-showcase-grid — /urunler alt grid kartları
 * ============================================================ */
.product-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 16px; }
@media (max-width: 980px) { .product-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .product-showcase-grid { grid-template-columns: 1fr; } }

.product-showcase-card { position: relative; display: flex; flex-direction: column; border-radius: 14px; overflow: hidden; background: var(--surface); border: 1px solid var(--border); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; text-decoration: none; color: inherit; min-height: 340px; }
.product-showcase-card:hover { transform: translateY(-3px); border-color: rgba(255,107,26,.45); box-shadow: 0 14px 40px rgba(0,0,0,.32); }
.product-showcase-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, rgba(255,107,26,.55), transparent); opacity: 0; transition: opacity .25s ease; }
.product-showcase-card:hover::before { opacity: 1; }

.product-showcase-head { display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-bottom: 1px solid var(--border); }
.product-showcase-flag { width: 4px; align-self: stretch; min-height: 30px; background: linear-gradient(180deg, var(--orange), #E8431A); border-radius: 2px; flex-shrink: 0; }
.product-showcase-head-text { display: flex; align-items: center; min-width: 0; flex: 1; overflow: hidden; }
.product-showcase-name { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--text); letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-showcase-cat { font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--orange); }

.product-showcase-body { padding: 16px 22px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-showcase-tagline { font-size: .92rem; line-height: 1.5; color: var(--text-soft); margin: 0; }

/* Showcase kart içi feature pill — kart içinde 5 öğe, eşit, adam gibi */
.product-showcase-features { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 6px; }
.product-showcase-feature { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px; background: linear-gradient(180deg, rgba(255,107,26,.05) 0%, rgba(255,107,26,.02) 100%); border: 1px solid rgba(255,107,26,.18); font-size: .8rem; font-weight: 600; color: var(--text); line-height: 1.3; white-space: normal; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.product-showcase-feature:hover { background: linear-gradient(180deg, rgba(255,107,26,.10) 0%, rgba(255,107,26,.04) 100%); border-color: rgba(255,107,26,.38); transform: translateX(2px); }
.product-showcase-feature-check { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(135deg, #FF6B1A, #E8431A); color: #fff; flex-shrink: 0; box-shadow: 0 2px 6px rgba(232,67,26,.35); }
.product-showcase-feature-check svg { width: 11px; height: 11px; stroke-width: 3; }
.product-showcase-feature-text { display: inline-flex; align-items: center; gap: 6px; min-width: 0; }
.product-showcase-feature-icon { font-size: .9rem; line-height: 1; }

.product-showcase-foot { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px 18px; border-top: 1px solid var(--border); margin-top: auto; }
.product-showcase-status { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.product-showcase-status--active { background: rgba(34,197,94,.10); color: rgb(34,197,94); border: 1px solid rgba(34,197,94,.30); }
.product-showcase-status--soon { background: rgba(255,165,31,.10); color: var(--orange); border: 1px solid rgba(255,165,31,.30); }
.product-showcase-status--dev { background: rgba(156,163,175,.10); color: var(--text-soft); border: 1px solid rgba(156,163,175,.30); }
.product-showcase-cta { font-size: .82rem; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; flex-shrink: 0; }
.product-showcase-cta svg { width: 16px; height: 16px; stroke-width: 2.4; transition: transform .2s ease; }
.product-showcase-card:hover .product-showcase-cta svg { transform: translateX(3px); }

/* Banner görseli — kart üstünde tam genişlik (16:9) */
.product-showcase-banner { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-soft); }
.product-showcase-banner img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.product-showcase-card:hover .product-showcase-banner img { transform: scale(1.06); }
.product-showcase-banner-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.55) 100%); pointer-events: none; }

/* SEO-destekli meta_description */
.product-showcase-desc { font-size: .85rem; line-height: 1.55; color: var(--text-soft); margin: 2px 0 4px; }

/* Highlights — chip içinde ikonla */
.product-showcase-feature-icon { font-size: .85rem; line-height: 1; }

/* Meta satırı — platform / hedef kitle / durum */
.product-showcase-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: 8px; padding-top: 12px; border-top: 1px dashed var(--border); font-size: .76rem; }
.product-showcase-meta-item { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--text-soft); }
.product-showcase-meta-item svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--orange); }
.product-showcase-meta-item--accent { color: var(--orange); }
.product-showcase-meta-item--accent svg { color: var(--orange); }

@media (max-width: 640px) {
    .product-showcase-meta { font-size: .72rem; gap: 5px 10px; }
    .product-showcase-meta-item svg { width: 12px; height: 12px; }
}

/* ============================================================
 * Cartoonizer product page — sleek polished styles
 * ============================================================ */

/* Hero meta pill içinde ikon (SVG inline) */
.ref-hero-pill-ico { display: inline-grid; place-items: center; width: 14px; height: 14px; color: var(--orange); }
.ref-hero-pill-ico svg { width: 14px; height: 14px; }

/* HIGHLIGHTS — sleek 3-col cards */
.prod-highlights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
@media (max-width: 880px) { .prod-highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .prod-highlights-grid { grid-template-columns: 1fr; } }
.prod-highlight-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 22px 24px;
    border-radius: 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
}
.prod-highlight-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--orange), #E8431A);
    opacity: .35;
    transition: opacity .2s ease;
}
.prod-highlight-card:hover { border-color: rgba(255,107,26,.4); transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,0,0,.28); }
.prod-highlight-card:hover::before { opacity: 1; }
.prod-highlight-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}
.prod-highlight-card-no {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--orange), #E8431A);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: -.04em;
}
.prod-highlight-card-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255,107,26,.10);
    color: var(--orange);
    border: 1px solid rgba(255,107,26,.22);
    flex-shrink: 0;
}
.prod-highlight-card-icon svg { width: 22px; height: 22px; }
.prod-highlight-card-title { font-family: var(--font-display); font-weight: 700; font-size: 1.06rem; color: var(--text); margin: 0; }
.prod-highlight-card-desc { font-size: .9rem; line-height: 1.6; color: var(--text-soft); margin: 0; }

/* HOW IT WORKS — homepage process-flow pattern */
.prod-process-flow { margin-top: 12px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.prod-process-flow .process-node-circle { width: 84px; height: 84px; font-size: 1.55rem; }
@media (max-width: 880px) {
    .prod-process-flow { grid-template-columns: repeat(2, 1fr); gap: 32px 12px; }
    .prod-process-flow .process-line { display: none; }
    .prod-process-flow .process-node-arrow { display: none; }
}
@media (max-width: 480px) {
    .prod-process-flow { grid-template-columns: 1fr; }
}

/* ART STYLES — numbered 2-col list */
.prod-style-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    margin-top: 24px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--surface);
    padding: 6px 0;
}
.prod-style-row {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border-radius: 10px;
    transition: background .15s;
}
.prod-style-row:hover { background: var(--bg-soft); }
.prod-style-no {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--orange), #E8431A);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: -.02em;
    min-width: 32px;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.prod-style-text { min-width: 0; }
.prod-style-title { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--text); margin: 0 0 2px; }
.prod-style-desc { font-size: .82rem; line-height: 1.5; color: var(--text-soft); margin: 0; }
@media (max-width: 640px) {
    .prod-style-list { grid-template-columns: 1fr; }
}

/* FAQ — smooth open/close animation */
.prod-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.prod-faq-item {
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.prod-faq-item[open] { border-color: rgba(255,107,26,.4); box-shadow: 0 12px 30px rgba(0,0,0,.20); }
.prod-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
    user-select: none;
    transition: background .2s;
}
.prod-faq-item summary:hover { background: var(--bg-soft); }
.prod-faq-item summary::-webkit-details-marker { display: none; }
.prod-faq-q { flex: 1; line-height: 1.45; }
.prod-faq-toggle {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    color: var(--orange);
    transition: transform .3s ease;
    flex-shrink: 0;
}
.prod-faq-toggle svg { width: 14px; height: 14px; transition: transform .3s ease; }
.prod-faq-item[open] .prod-faq-toggle { transform: rotate(180deg); }
.prod-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease, opacity .25s ease, padding .35s ease;
    opacity: 0;
    padding: 0 22px;
}
.prod-faq-a-inner { overflow: hidden; min-height: 0; font-size: .94rem; line-height: 1.7; color: var(--text-soft); }
.prod-faq-item[open] .prod-faq-a {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 0 22px 20px;
}

