/* app.css — OTOMATİK ÜRETİLDİ (build-css.js). Elle düzenleme; css/style.css veya src/input.css düzenle + derle. */
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static}.table{display:table}.grid{display:grid}.hidden{display:none}

/* ==== custom: css/style.css ==== */
/* =========================================================
   Emrah Topal — Portfolyo · Tek dosya stil
   Dark tema (varsayılan) + Light tema
   ========================================================= */

/* ---------- Tema değişkenleri ---------- */
:root,
[data-theme="dark"] {
  --bg:        #0b0b10;
  --bg-soft:   #111119;
  --bg-card:   #14141d;
  --bg-elev:   #1a1a25;
  --border:    #24242f;
  --border-soft:#1c1c26;
  --text:      #ececf1;
  --text-mut:  #9a9aa8;
  --text-dim:  #6e6e7c;
  --brand:     #6366f1;
  --brand-2:   #8b5cf6;
  --brand-3:   #22d3ee;
  --accent:    #6366f1;
  --shadow:    0 20px 60px -20px rgba(0,0,0,.6);
  --shadow-sm: 0 8px 24px -12px rgba(0,0,0,.5);
  --radius:    18px;
  --radius-sm: 12px;
}

[data-theme="light"] {
  --bg:        #ffffff;
  --bg-soft:   #f6f6fb;
  --bg-card:   #ffffff;
  --bg-elev:   #ffffff;
  --border:    #e7e7ef;
  --border-soft:#eeeef4;
  --text:      #16161d;
  --text-mut:  #565664;
  --text-dim:  #8a8a99;
  --brand:     #5b57e8;
  --brand-2:   #7c5cff;
  --brand-3:   #0891b2;
  --accent:    #5b57e8;
  --shadow:    0 24px 60px -28px rgba(60,60,120,.28);
  --shadow-sm: 0 10px 28px -16px rgba(60,60,120,.22);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  transition: background .3s ease, color .3s ease;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--brand); color: #fff; }

/* Erişilebilirlik: klavye odak halkası + içeriğe atla linki */
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 4px; }
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 200;
  background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 10px;
  font-weight: 600; font-size: 14px; transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand);
  padding: 6px 12px; border: 1px solid var(--border); border-radius: 100px;
  background: color-mix(in srgb, var(--brand) 8%, transparent);
  margin-bottom: 18px;
}
.section-title { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -.02em; line-height: 1.12; }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-lead { color: var(--text-mut); margin-top: 14px; font-size: 17px; }
.grad {
  background: linear-gradient(100deg, var(--brand), var(--brand-2) 55%, var(--brand-3));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 15px; border: 1px solid transparent; cursor: pointer;
  padding: 13px 24px; border-radius: 100px; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s;
  white-space: nowrap;
}
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary {
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  color: #fff; box-shadow: 0 8px 24px -8px color-mix(in srgb, var(--brand) 60%, transparent);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -10px color-mix(in srgb, var(--brand) 65%, transparent); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }

/* ---------- NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--border-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.01em; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--brand), var(--brand-2) 55%, var(--brand-3));
  color: #fff; font-weight: 800; font-size: 15px; letter-spacing: .02em; flex: none;
  position: relative; overflow: hidden;
  box-shadow: 0 6px 18px -6px color-mix(in srgb, var(--brand) 55%, transparent);
}
.brand-mark::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.32), transparent 55%); }
.brand-mark .brand-svg { position: relative; z-index: 1; width: 68%; height: 68%; display: block; }
/* Kod stili wordmark: emrah.topal()  — "emrah" ve "()" tema rengine bağlı (açık/koyu temada kaybolmaz) */
.brand-text { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 16.5px; font-weight: 700;
  letter-spacing: -.5px; color: var(--text); }
.brand-accent { background: linear-gradient(120deg, var(--brand), var(--brand-2) 60%, var(--brand-3));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-paren { color: var(--text-dim); font-weight: 500; }
.nav-links { display: flex; gap: 4px; }
.nav-link {
  font-size: 15px; font-weight: 500; color: var(--text-mut);
  padding: 8px 14px; border-radius: 100px; transition: color .2s, background .2s;
}
.nav-link:hover, .nav-link.active { color: var(--text); background: var(--bg-elev); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle {
  width: 38px; height: 38px; border-radius: 11px; border: 1px solid var(--border);
  background: var(--bg-elev); color: var(--text); cursor: pointer;
  display: grid; place-items: center; transition: border-color .2s, color .2s, transform .15s;
}
.theme-toggle:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-1px); }
[data-theme="dark"] .ic-sun { display: none; }
[data-theme="light"] .ic-moon { display: none; }
.nav-burger { display: none; flex-direction: column; gap: 5px; width: 40px; height: 38px;
  border: 1px solid var(--border); border-radius: 11px; background: var(--bg-elev); cursor: pointer;
  align-items: center; justify-content: center; }
.nav-burger span { width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: .25s; }

/* ---------- HERO ---------- */
.hero { position: relative; padding: 150px 0 60px; overflow: hidden; }
.hero-glow {
  position: absolute; top: -160px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 620px; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse at center,
      color-mix(in srgb, var(--brand) 30%, transparent), transparent 62%);
  filter: blur(30px); opacity: .55;
}
.hero-inner { position: relative; z-index: 1; text-align: center; max-width: 860px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500;
  color: var(--text-mut); padding: 8px 16px; border: 1px solid var(--border); border-radius: 100px;
  background: var(--bg-card); margin-bottom: 26px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 4px color-mix(in srgb, #22c55e 25%, transparent); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px transparent; } }
.hero-title { font-size: clamp(34px, 6vw, 62px); font-weight: 900; letter-spacing: -.03em; line-height: 1.05; }
.hero-sub { font-size: clamp(16px, 2vw, 20px); color: var(--text-mut); margin: 24px auto 0; max-width: 640px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 48px; justify-content: center; margin-top: 64px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-num { font-size: 40px; font-weight: 800; letter-spacing: -.02em;
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { font-size: 14px; color: var(--text-mut); margin-top: 4px; }

/* Marquee */
.marquee { margin-top: 70px; overflow: hidden; border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft); padding: 20px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 28px; white-space: nowrap; width: max-content; animation: scroll 26s linear infinite; }
.marquee-track span { font-size: 16px; font-weight: 600; color: var(--text-dim); font-family: 'JetBrains Mono', monospace; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- HAKKIMDA ---------- */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.about-media { position: relative; }
.about-photo {
  aspect-ratio: 4/5; border-radius: 24px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--brand), var(--brand-2) 60%, var(--brand-3));
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.about-photo::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.25), transparent 45%); }
.about-initials { font-size: 96px; font-weight: 900; color: rgba(255,255,255,.92); letter-spacing: .02em; z-index: 1; }
.about-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.about-float {
  position: absolute; bottom: -22px; right: -18px; background: var(--bg-card);
  border: 1px solid var(--border); border-radius: 16px; padding: 16px 20px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.af-num { font-size: 24px; font-weight: 800; color: var(--brand); }
.af-label { font-size: 12.5px; color: var(--text-mut); }
.about-text p { color: var(--text-mut); margin-top: 16px; font-size: 16.5px; }
.about-text strong { color: var(--text); }
.about-list { list-style: none; margin: 26px 0; display: grid; gap: 12px; }
.about-list li { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.chk { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; flex: none;
  background: color-mix(in srgb, var(--brand) 15%, transparent); color: var(--brand); font-size: 13px; font-weight: 700; }

/* ---------- HİZMETLER ---------- */
.services { background: var(--bg-soft); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; transition: transform .2s ease, border-color .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--brand) 50%, var(--border)); box-shadow: var(--shadow-sm); }
.card-ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 20%, transparent), color-mix(in srgb, var(--brand-2) 16%, transparent));
  color: var(--brand); }
.card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: 14.5px; color: var(--text-mut); }

/* ---------- ÇALIŞMA SÜRECİM ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { position: relative; background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 30px 24px 26px; transition: transform .2s, border-color .2s; }
.step:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--brand) 45%, var(--border)); }
.step-no { font-size: 40px; font-weight: 900; letter-spacing: -.03em; line-height: 1;
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block; margin-bottom: 14px; opacity: .9; }
.step h3 { font-size: 17px; font-weight: 700; margin-bottom: 7px; }
.step p { font-size: 14px; color: var(--text-mut); }

/* ---------- PROJELER ---------- */
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.work-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: transform .2s ease, border-color .2s, box-shadow .2s; }
.work-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--brand) 45%, var(--border)); box-shadow: var(--shadow-sm); }
.work-feature { grid-column: span 2; }
.work-feature .work-thumb { min-height: 220px; }
.work-thumb { position: relative; min-height: 168px; display: grid; place-items: center; padding: 24px; overflow: hidden; }
.work-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 15%, rgba(255,255,255,.22), transparent 50%); }
.wt-1 { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.wt-2 { background: linear-gradient(135deg, #0ea5e9, #22d3ee); }
.wt-3 { background: linear-gradient(135deg, #f43f5e, #fb7185); }
.wt-4 { background: linear-gradient(135deg, #10b981, #34d399); }
.wt-5 { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.wt-6 { background: linear-gradient(135deg, #64748b, #94a3b8); }
.work-thumb-title { font-size: 26px; font-weight: 800; color: rgba(255,255,255,.95); z-index: 1; text-align: center; letter-spacing: -.01em; }
.work-tag { position: absolute; top: 16px; left: 16px; z-index: 2; font-size: 12px; font-weight: 600;
  background: rgba(0,0,0,.35); color: #fff; padding: 5px 12px; border-radius: 100px; backdrop-filter: blur(6px); }
.work-body { padding: 24px; }
.work-meta { font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--brand); margin-bottom: 8px; }
.work-body h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.work-body p { font-size: 14.5px; color: var(--text-mut); }
.work-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.work-chips span { font-size: 12.5px; font-weight: 500; color: var(--text-mut);
  border: 1px solid var(--border); padding: 4px 11px; border-radius: 100px; font-family: 'JetBrains Mono', monospace; }
.work-link { display: inline-block; margin-top: 16px; font-weight: 600; color: var(--brand); font-size: 14.5px; }
.work-link:hover { text-decoration: underline; }

/* ---------- MARKALAR ŞERİDİ ---------- */
.brands { padding: 64px 0; }
.brands-label { text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 26px; }
.brands-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.brand-chip { font-size: 16px; font-weight: 700; color: var(--text-mut); letter-spacing: -.01em;
  padding: 12px 22px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg-card);
  transition: color .2s, border-color .2s; }
.brand-chip:hover { color: var(--text); border-color: color-mix(in srgb, var(--brand) 40%, var(--border)); }

/* ---------- REFERANSLAR ---------- */
.refs { background: var(--bg-soft); }
.refs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ref-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 24px; margin: 0; display: flex; flex-direction: column; gap: 14px;
  transition: transform .2s, border-color .2s; }
.ref-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--brand) 40%, var(--border)); }
.ref-stars { color: #f5b301; font-size: 15px; letter-spacing: 2px; }
.ref-quote { font-size: 15px; color: var(--text); line-height: 1.7; margin: 0; flex: 1; }
.ref-author { display: flex; align-items: center; gap: 12px; margin: 0; }
.ref-avatar { width: 42px; height: 42px; border-radius: 12px; flex: none; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; font-weight: 800; font-size: 17px; }
.ref-author strong { display: block; font-size: 14.5px; }
.ref-author small { color: var(--text-mut); font-size: 12.5px; }

/* ---------- SSS (FAQ) ---------- */
.faq-wrap { max-width: 800px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-sm);
  overflow: hidden; transition: border-color .2s; }
.faq-item[open] { border-color: color-mix(in srgb, var(--brand) 45%, var(--border)); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; font-weight: 600; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--brand); }
.faq-ico { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: var(--bg-elev); border: 1px solid var(--border); color: var(--brand); font-size: 18px; line-height: 1;
  transition: transform .2s; }
.faq-item[open] .faq-ico { transform: rotate(45deg); }
.faq-a { padding: 0 22px 20px; color: var(--text-mut); font-size: 15px; line-height: 1.75; }

/* ---------- BLOG (liste + ana sayfa) ---------- */
.blog-home { background: var(--bg-soft); }
.blog-page { padding-top: 120px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--brand) 40%, var(--border)); box-shadow: var(--shadow-sm); }
.blog-thumb { position: relative; min-height: 150px; display: grid; place-items: center; padding: 22px; overflow: hidden; }
.blog-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 15%, rgba(255,255,255,.22), transparent 55%); }
.blog-thumb-title { position: relative; z-index: 1; color: rgba(255,255,255,.96); font-weight: 800; font-size: 18px; text-align: center; line-height: 1.3; }
.blog-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-date { font-size: 12.5px; font-weight: 600; color: var(--brand); letter-spacing: .04em; }
.blog-body h3 { font-size: 18px; font-weight: 700; line-height: 1.3; }
.blog-body h3 a:hover { color: var(--brand); }
.blog-body p { font-size: 14.5px; color: var(--text-mut); flex: 1; }
.blog-more { font-weight: 600; color: var(--brand); font-size: 14.5px; }
.blog-more:hover { text-decoration: underline; }

/* ---------- YAZI DETAY ---------- */
.post { padding-top: 120px; }
.post-wrap { max-width: 760px; }
.post-back { color: var(--text-mut); font-weight: 600; font-size: 14.5px; }
.post-back:hover { color: var(--brand); }
.post-head { margin: 20px 0 24px; }
.post-date { color: var(--brand); font-weight: 600; font-size: 14px; margin-bottom: 10px; }
.post-title { font-size: clamp(28px, 4.5vw, 42px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.post-tags span { font-size: 12.5px; font-weight: 500; color: var(--text-mut); border: 1px solid var(--border);
  padding: 4px 11px; border-radius: 100px; font-family: 'JetBrains Mono', monospace; }
.post-cover { height: 200px; border-radius: 20px; margin-bottom: 30px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.post-cover::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.22), transparent 55%); }
.post-cover { display: grid; place-items: center; }
.proje-cover-title { position: relative; z-index: 1; color: rgba(255,255,255,.96); font-weight: 800; font-size: 24px; text-align: center; padding: 0 20px; }
.proje-ozet { font-size: 18px; color: var(--text-mut); line-height: 1.7; margin-top: 14px; }
.work-body h3 a:hover { color: var(--brand); }
.work-thumb { cursor: pointer; }
.post-body p { font-size: 17px; color: var(--text); line-height: 1.85; margin-bottom: 20px; }
.post-cta { margin-top: 40px; padding: 32px; text-align: center; background: var(--bg-card);
  border: 1px solid var(--border); border-radius: var(--radius); }
.post-cta h3 { font-size: 20px; font-weight: 700; margin-bottom: 16px; }

/* ---------- FİYATLANDIRMA ---------- */
.pricing { background: var(--bg-soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing-card { position: relative; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .2s; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.pricing-pop { border-color: color-mix(in srgb, var(--brand) 55%, var(--border)); box-shadow: 0 0 0 1px color-mix(in srgb, var(--brand) 30%, transparent); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(120deg, var(--brand), var(--brand-2)); color: #fff; font-size: 12px; font-weight: 700;
  padding: 5px 14px; border-radius: 100px; white-space: nowrap; }
.pricing-name { font-size: 19px; font-weight: 700; }
.pricing-fiyat { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin: 10px 0 4px;
  background: linear-gradient(120deg, var(--brand), var(--brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pricing-desc { font-size: 14px; color: var(--text-mut); margin-bottom: 18px; }
.pricing-list { list-style: none; margin: 0 0 24px; display: grid; gap: 11px; flex: 1; }
.pricing-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; }
.pricing-list .chk { width: 22px; height: 22px; border-radius: 6px; flex: none; display: grid; place-items: center;
  background: color-mix(in srgb, var(--brand) 15%, transparent); color: var(--brand); font-size: 12px; font-weight: 700; margin-top: 1px; }

/* ---------- CTA ---------- */
.cta-band { text-align: center; }
.cta-inner {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: 28px; padding: 64px 32px; position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.cta-inner::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.22), transparent 50%); }
.cta-inner h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; color: #fff; position: relative; letter-spacing: -.02em; }
.cta-inner p { color: rgba(255,255,255,.88); margin: 14px auto 28px; position: relative; font-size: 17px; }
.cta-inner .btn { position: relative; background: #fff; color: var(--brand); }
.cta-inner .btn:hover { transform: translateY(-2px); }

/* ---------- İLETİŞİM ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info p { color: var(--text-mut); margin-top: 14px; font-size: 16.5px; max-width: 440px; }
.contact-list { list-style: none; margin: 28px 0; display: grid; gap: 14px; }
.contact-list li { display: flex; align-items: center; gap: 14px; font-size: 16px; }
.cl-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex: none;
  background: var(--bg-elev); border: 1px solid var(--border); color: var(--brand); font-size: 18px; }
.contact-list a:hover { color: var(--brand); }
.socials { display: flex; gap: 12px; }
.soc { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  border: 1px solid var(--border); background: var(--bg-elev); font-weight: 700; font-size: 13px;
  color: var(--text-mut); text-transform: uppercase; transition: .2s; font-family: 'JetBrains Mono', monospace; }
.soc:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-3px); }

.contact-form { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 8px; color: var(--text-mut); }
.field input, .field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 12px;
  padding: 13px 15px; color: var(--text); font-family: inherit; font-size: 15px; resize: vertical;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 15%, transparent); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-dim); }
.form-note { margin-top: 12px; font-size: 13.5px; text-align: center; }
.form-alert { padding: 12px 15px; border-radius: 12px; font-size: 14px; margin-bottom: 18px; }
.form-alert-ok  { background: color-mix(in srgb, #22c55e 12%, transparent); color: #22c55e; border: 1px solid color-mix(in srgb, #22c55e 35%, transparent); }
.form-alert-err { background: color-mix(in srgb, #ef4444 12%, transparent); color: #f87171; border: 1px solid color-mix(in srgb, #ef4444 35%, transparent); }

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--border-soft); background: var(--bg-soft); padding: 44px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { display: block; font-size: 15.5px; font-family: 'JetBrains Mono', ui-monospace, monospace; font-weight: 700; letter-spacing: -.5px; color: var(--text); }
.footer-brand small { color: var(--text-mut); font-size: 12.5px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: 14.5px; color: var(--text-mut); }
.footer-links a:hover { color: var(--brand); }
.footer-legal { display: flex; gap: 18px; width: 100%; justify-content: center; flex-wrap: wrap; padding-top: 6px; }
.footer-legal a { font-size: 13px; color: var(--text-dim); }
.footer-legal a:hover { color: var(--brand); }
.footer-copy { font-size: 13.5px; color: var(--text-dim); width: 100%; text-align: center; padding-top: 20px;
  margin-top: 8px; border-top: 1px solid var(--border-soft); }

/* ---------- YASAL SAYFALAR ---------- */
.legal { padding-top: 120px; }
.legal-wrap { max-width: 820px; }
.legal-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.legal-tab { font-size: 14px; font-weight: 600; color: var(--text-mut); padding: 9px 16px;
  border: 1px solid var(--border); border-radius: 100px; transition: .2s; }
.legal-tab:hover { border-color: var(--brand); color: var(--brand); }
.legal-tab.active { background: var(--brand); color: #fff; border-color: var(--brand); }
.legal-body { margin-top: 20px; }
.legal-body h3 { font-size: 18px; font-weight: 700; margin: 26px 0 8px; }
.legal-body p { color: var(--text-mut); font-size: 16px; line-height: 1.8; margin-bottom: 12px; }
.legal-body a { color: var(--brand); }
.legal-body a:hover { text-decoration: underline; }
.legal-updated { margin-top: 30px; font-size: 13px; color: var(--text-dim); }

/* ---------- Yukarı çık ---------- */
.to-top { position: fixed; bottom: 24px; right: 24px; width: 46px; height: 46px; border-radius: 12px;
  display: grid; place-items: center; background: var(--brand); color: #fff; font-size: 20px; z-index: 90;
  box-shadow: var(--shadow-sm); opacity: 0; transform: translateY(14px); pointer-events: none; transition: .25s; }
.to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top:hover { transform: translateY(-3px); }

/* ---------- Reveal animasyonu ----------
   Yalnızca JS varken gizle; JS yoksa/çalışmazsa içerik daima görünür. */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1 !important; transform: translateY(0) !important; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-media { max-width: 380px; margin: 0 auto; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .refs-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px) {
  .section { padding: 72px 0; }
  .nav-links { position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; gap: 4px;
    background: var(--bg); border-bottom: 1px solid var(--border); padding: 16px 24px 24px;
    transform: translateY(-120%); transition: transform .3s ease; z-index: 99; }
  .nav-links.open { transform: translateY(0); }
  .nav-link { padding: 12px 14px; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .work-feature { grid-column: span 1; }
  .work-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 32px; }
  .footer-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 460px) {
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .refs-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
  .stat-num { font-size: 32px; }
}
