/* BlogCell Kurumsal Site — Premium Tasarım Sistemi v2
   Marka mavisi #29ABE2 · köşeli (oval yok) · emoji ikon yok · bol boşluk
   Fontlar: Sora (başlık) + Inter (metin) — header.php'de yüklenir */

:root {
  --brand: #29ABE2;
  --brand-dark: #1C8DBF;
  --brand-deep: #0E6E9E;
  --navy: #0A1628;
  --navy-2: #0f1f38;
  --ink: #0f172a;
  --ink-2: #334155;
  --muted: #64748b;
  --faint: #94a3b8;
  --line: #e2e8f0;
  --line-soft: #eef2f7;
  --bg: #ffffff;
  --bg-soft: #f7fafc;
  --success: #15803d;
  --warn: #92400e;
  --danger: #b91c1c;
  --radius: 4px;
  --radius-sm: 2px;
  --shadow: 0 1px 2px rgba(15,23,42,.05), 0 12px 32px rgba(15,23,42,.07);
  --shadow-lg: 0 2px 4px rgba(15,23,42,.05), 0 24px 64px -12px rgba(14,110,158,.18);
  --container: 1200px;
  --font-head: 'Sora', -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0 0 .5em; font-family: var(--font-head); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
p { margin: 0 0 1em; color: var(--ink-2); }
ul { padding-left: 0; list-style: none; margin: 0; }
::selection { background: rgba(41,171,226,.25); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 104px 0; }
.section-tight { padding: 64px 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--navy); color: #cbd5e1; position: relative; overflow: hidden; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #94a3b8; }

/* ---------- Tipografi ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand-dark); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--brand); }
.badge-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); background: #fff;
  padding: 7px 14px; font-size: 12.5px; font-weight: 600; color: var(--ink-2);
  border-radius: var(--radius-sm); margin-bottom: 22px;
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
}
.badge-pill .pulse {
  width: 7px; height: 7px; background: var(--brand); border-radius: 50%;
  animation: pulse 2s ease infinite;
}
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(41,171,226,.5);} 55% { box-shadow: 0 0 0 6px rgba(41,171,226,0);} }
.h-xl { font-size: 48px; line-height: 1.12; }
.h-lg { font-size: 34px; line-height: 1.18; }
.h-md { font-size: 24px; line-height: 1.3; }
.lead { font-size: 18px; color: var(--muted); max-width: 660px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center .eyebrow { justify-content: center; }
.gradient-text {
  background: linear-gradient(100deg, var(--brand) 10%, #7DD3FC 45%, var(--brand-deep) 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-head { max-width: 680px; margin-bottom: 64px; }

/* ---------- Butonlar ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 24px; border-radius: var(--radius);
  font-weight: 600; font-size: 14px; font-family: var(--font-body);
  border: 1px solid transparent; cursor: pointer; overflow: hidden;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .15s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff; box-shadow: 0 6px 20px -6px rgba(41,171,226,.55);
}
.btn-primary::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.35) 50%, transparent 60%);
  transform: translateX(-120%); transition: transform .6s ease;
}
.btn-primary:hover::after { transform: translateX(120%); }
.btn-primary:hover { box-shadow: 0 10px 28px -6px rgba(41,171,226,.7); }
.btn-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--brand); color: var(--brand-dark); box-shadow: 0 4px 14px -4px rgba(41,171,226,.3); }
.btn-ghost { color: var(--ink-2); }
.btn-ghost:hover { color: var(--brand); }
.btn-lg { padding: 16px 30px; font-size: 15px; }
.btn-block { width: 100%; justify-content: center; }
.link-arrow { font-weight: 600; font-size: 14px; color: var(--brand-dark); display: inline-flex; align-items: center; gap: 6px; }
.link-arrow svg { transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(255,255,255,.95); }
.nav-row { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 800; font-size: 20px; color: var(--ink); flex-shrink: 0; white-space: nowrap; }
.brand svg { flex-shrink: 0; }
.brand-blue { color: var(--brand); }
.nav-links { display: flex; align-items: center; gap: 2px; flex-shrink: 1; min-width: 0; }
.nav-links a {
  font-size: 13.5px; font-weight: 600; color: var(--ink-2);
  padding: 9px 11px; border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: color .15s ease, background .15s ease;
}
.nav-links a:hover { color: var(--brand-dark); background: rgba(41,171,226,.08); }
.nav-links a.active { color: var(--brand-dark); background: rgba(41,171,226,.1); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-cta .btn { white-space: nowrap; }
.nav-toggle { display: none; }

@media (max-width: 1280px) {
  .nav-links { position: fixed; inset: 76px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch; padding: 20px 24px 28px; gap: 6px; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; border-bottom: 1px solid var(--line); box-shadow: 0 24px 48px rgba(15,23,42,.12); }
  .nav-links.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-links a { padding: 12px 14px; font-size: 15px; white-space: normal; }
  .nav-cta .btn-outline { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; cursor: pointer; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: 100px 0 90px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(52% 44% at 82% 10%, rgba(41,171,226,.14) 0%, transparent 100%),
    radial-gradient(40% 38% at 8% 88%, rgba(125,211,252,.12) 0%, transparent 100%),
    linear-gradient(180deg, #f6fbfe 0%, #ffffff 78%);
}
.grid-bg {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(to right, rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,23,42,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(70% 65% at 50% 30%, #000 30%, transparent 100%);
  mask-image: radial-gradient(70% 65% at 50% 30%, #000 30%, transparent 100%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.hero h1 { font-size: 54px; line-height: 1.08; letter-spacing: -0.03em; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { margin-top: 48px; display: flex; gap: 0; flex-wrap: wrap; border-top: 1px solid var(--line-soft); }
.hero-trust > div { font-size: 13px; color: var(--muted); padding: 20px 32px 0 0; margin-right: 32px; }
.hero-trust > div + div { border-left: 1px solid var(--line-soft); padding-left: 32px; }
.hero-trust strong { display: block; font-family: var(--font-head); font-size: 26px; color: var(--ink); font-weight: 800; letter-spacing: -0.02em; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } .hero h1 { font-size: 38px; } }

/* Hero görsel katmanı */
.hero-visual { position: relative; }
.hero-visual .mockup-frame { position: relative; z-index: 2; }
.float-card {
  position: absolute; z-index: 3; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  animation: floatY 5.5s ease-in-out infinite;
}
.float-card .fc-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: #eaf7fd; color: var(--brand-dark); border-radius: var(--radius-sm); flex-shrink: 0; }
.float-card strong { display: block; font-size: 14px; font-family: var(--font-head); letter-spacing: -0.01em; }
.float-card span { font-size: 11.5px; color: var(--muted); }
.float-card.fc-1 { top: -22px; right: -14px; animation-delay: 0s; }
.float-card.fc-2 { bottom: 34px; left: -30px; animation-delay: 1.6s; }
.float-card.fc-3 { bottom: -20px; right: 36px; animation-delay: 3s; }
@keyframes floatY { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-10px);} }
.glow-orb {
  position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(41,171,226,.22) 0%, transparent 70%);
  filter: blur(10px); z-index: 1; pointer-events: none;
}
@media (max-width: 960px) {
  .float-card.fc-2 { left: -8px; }
  .float-card.fc-1 { right: -4px; }
}

/* ---------- Marquee ---------- */
.marquee { position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; background: var(--bg-soft); }
.marquee::before, .marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(to right, var(--bg-soft), transparent); }
.marquee::after { right: 0; background: linear-gradient(to left, var(--bg-soft), transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--ink-2); white-space: nowrap; letter-spacing: .01em; }
.marquee-item svg { color: var(--brand); flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Grid / Kartlar ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; transition: border-color .2s ease, box-shadow .25s ease, transform .25s ease;
}
.card::before {
  content: ""; position: absolute; inset: -1px; border-radius: var(--radius);
  padding: 1px; background: linear-gradient(135deg, rgba(41,171,226,.65), rgba(125,211,252,.25) 45%, transparent 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .25s ease; pointer-events: none;
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.card:hover::before { opacity: 1; }
.card .icon {
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #eaf7fd, #d9f0fb); border-radius: var(--radius);
  color: var(--brand-dark); margin-bottom: 20px;
  transition: transform .25s ease;
}
.card:hover .icon { transform: scale(1.06); }
.card h3 { font-size: 17px; margin-bottom: 8px; }
.card p { font-size: 14.5px; margin-bottom: 0; }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(210px, auto); gap: 22px; }
.bento .card { display: flex; flex-direction: column; }
.bento .card p { flex: 1; }
.bento-lg { grid-column: span 2; grid-row: span 2; overflow: hidden; }
.bento-lg .bento-visual { margin: 26px -30px -30px; border-top: 1px solid var(--line-soft); background: linear-gradient(180deg, #fbfdff, #f1f8fc); flex: 1; min-height: 200px; position: relative; overflow: hidden; }
.bento-wide { grid-column: span 2; }
@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; }
  .bento-lg, .bento-wide { grid-column: span 1; grid-row: span 1; }
}

/* ---------- İstatistik ---------- */
.stat-strip { display: flex; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 48px 0; flex-wrap: wrap; gap: 28px; }
.stat-strip > div { text-align: center; flex: 1; min-width: 150px; }
.stat-strip strong { display: block; font-family: var(--font-head); font-size: 44px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); line-height: 1.1; }
.stat-strip strong .accent { color: var(--brand); }
.stat-strip span { font-size: 13.5px; color: var(--muted); }
.section-dark .stat-strip strong { color: #fff; }
.section-dark .stat-strip strong .accent { color: #7DD3FC; }
.section-dark .stat-strip span { color: #94a3b8; }

/* ---------- Özellik satırları (zigzag) ---------- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 56px 0; }
.feature-row.reverse > .feature-media { order: 2; }
.feature-media { position: relative; }
.feature-list { display: flex; flex-direction: column; gap: 14px; margin-top: 26px; }
@media (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; gap: 36px; padding: 40px 0; }
  .feature-row.reverse > .feature-media { order: 0; }
}

/* ---------- Kategori blokları (özellikler sayfası) ---------- */
.cat-block { display: grid; grid-template-columns: 280px 1fr; gap: 44px; padding: 48px 0; border-top: 1px solid var(--line); }
.cat-block:first-of-type { border-top: none; }
.cat-head .eyebrow { margin-bottom: 10px; }
.cat-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; }
.cat-item { display: flex; gap: 12px; align-items: flex-start; }
.cat-item .dot { width: 20px; height: 20px; flex-shrink: 0; border-radius: var(--radius-sm); background: #eaf7fd; color: var(--brand-dark); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.cat-item span { font-size: 14.5px; color: var(--ink-2); }
@media (max-width: 900px) { .cat-block { grid-template-columns: 1fr; gap: 18px; } .cat-list { grid-template-columns: 1fr; } }

/* ---------- Sekmeler ---------- */
.tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); margin-bottom: 44px; flex-wrap: wrap; }
.tab-btn { padding: 13px 20px; font-family: var(--font-body); font-weight: 600; font-size: 14.5px; color: var(--muted); border: none; background: none; border-bottom: 2px solid transparent; cursor: pointer; transition: color .15s ease; }
.tab-btn.active, .tab-btn:hover { color: var(--brand-dark); border-color: var(--brand); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeUp .35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px);} to { opacity: 1; transform: none;} }

/* ---------- Fiyatlandırma ---------- */
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--brand); box-shadow: 0 24px 64px -16px rgba(41,171,226,.35); }
.price-card.featured::before { opacity: 1; }
.price-card .badge { position: absolute; top: -13px; left: 26px; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; font-size: 11.5px; font-weight: 700; padding: 5px 12px; border-radius: var(--radius-sm); letter-spacing: .04em; }
.price-card .amount { font-family: var(--font-head); font-size: 34px; font-weight: 800; letter-spacing: -0.02em; margin: 14px 0 4px; }
.price-card .amount span { font-family: var(--font-body); font-size: 14px; font-weight: 500; color: var(--muted); }
.price-card ul { margin: 24px 0; display: flex; flex-direction: column; gap: 13px; }
.price-card li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-2); }
.price-card li svg { flex-shrink: 0; color: var(--brand); margin-top: 2px; }

/* ---------- Karşılaştırma tablosu ---------- */
.compare-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.compare-table th, .compare-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.compare-table th { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.compare-table td:not(:first-child), .compare-table th:not(:first-child) { text-align: center; }
.compare-table tr td:first-child { font-weight: 600; }
.compare-table tbody tr { transition: background .15s ease; }
.compare-table tbody tr:hover { background: var(--bg-soft); }
.compare-table .yes { color: var(--success); }
.compare-table .no { color: var(--faint); }

/* ---------- Alıntı kartları ---------- */
.quote-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; transition: box-shadow .25s ease, transform .25s ease; }
.quote-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.quote-card .qmark { position: absolute; top: 22px; right: 26px; font-family: var(--font-head); font-size: 64px; line-height: 1; color: rgba(41,171,226,.14); font-weight: 800; }
.quote-card p { font-size: 15.5px; color: var(--ink); }
.quote-who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.quote-who .avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.quote-who strong { display: block; font-size: 14px; }
.quote-who span { font-size: 12.5px; color: var(--muted); }

/* ---------- SSS ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; cursor: pointer; font-weight: 600; font-size: 15.5px; transition: color .15s ease; }
.faq-q:hover { color: var(--brand-dark); }
.faq-q .chev { transition: transform .25s ease; color: var(--brand); flex-shrink: 0; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 420px; }
.faq-a p { padding-bottom: 24px; margin: 0; font-size: 14.5px; }

/* ---------- Form ---------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink-2); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 12px 14px; font-size: 14px; font-family: var(--font-body); color: var(--ink);
  background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(41,171,226,.15); }
.field textarea { resize: vertical; min-height: 110px; }

/* ---------- CTA bandı ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--brand-deep) 0%, var(--brand) 55%, #56C2ED 100%);
  border-radius: var(--radius); padding: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; color: #fff;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(80% 100% at 80% 0%, #000 20%, transparent 100%);
  mask-image: radial-gradient(80% 100% at 80% 0%, #000 20%, transparent 100%);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 8px; letter-spacing: -0.02em; }
.cta-band p { color: rgba(255,255,255,.88); margin: 0; font-size: 15.5px; }
.cta-band .btn-primary { background: #fff; color: var(--brand-deep); box-shadow: 0 10px 30px -8px rgba(6,42,64,.5); }
.cta-band .btn-primary:hover { background: #f0fbff; }

/* ---------- Blog ---------- */
.blog-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.blog-card .blog-cover { height: 200px; position: relative; overflow: hidden; background: var(--bg-soft); }
.blog-card .blog-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-cover img { transform: scale(1.06); }
.blog-card .blog-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,22,40,0) 55%, rgba(10,22,40,.35) 100%); }
.blog-card .blog-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.blog-card h3 { font-size: 17.5px; line-height: 1.35; margin-bottom: 10px; }
.blog-card p { font-size: 14px; flex: 1; }
.blog-meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--faint); margin-bottom: 12px; }
.blog-meta .tag { background: #eaf7fd; color: var(--brand-dark); font-weight: 600; padding: 3px 10px; border-radius: var(--radius-sm); font-size: 11.5px; letter-spacing: .03em; }
.blog-card .link-arrow { margin-top: 16px; }

/* Makale sayfası */
.article { max-width: 760px; margin: 0 auto; }
.article h1 { font-size: 38px; line-height: 1.18; }
.article h2 { font-size: 24px; margin-top: 44px; }
.article h3 { font-size: 19px; margin-top: 32px; }
.article p, .article li { font-size: 16px; line-height: 1.75; color: var(--ink-2); }
.article ul li { list-style: none; position: relative; padding-left: 26px; margin: 10px 0; }
.article ul li::before { content: ""; position: absolute; left: 0; top: 10px; width: 14px; height: 2px; background: var(--brand); }
.article blockquote { margin: 32px 0; padding: 22px 28px; border-left: 3px solid var(--brand); background: var(--bg-soft); font-size: 16.5px; color: var(--ink); }
.article-hero { padding: 72px 0 48px; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--navy); color: #94a3b8; padding: 0; overflow: hidden; }
.site-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 50% at 85% 0%, rgba(41,171,226,.1) 0%, transparent 100%);
}
.footer-cta { position: relative; border-bottom: 1px solid rgba(148,163,184,.14); padding: 56px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.footer-cta h3 { color: #fff; font-size: 24px; margin: 0 0 6px; }
.footer-cta p { margin: 0; font-size: 14.5px; }
.footer-main { position: relative; padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 48px; }
.footer-grid h4 { color: #fff; font-family: var(--font-body); font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.footer-grid ul { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a { font-size: 14px; color: #94a3b8; transition: color .15s ease; }
.footer-grid a:hover { color: var(--brand); }
.footer-brand p { font-size: 14px; max-width: 300px; line-height: 1.7; }
.footer-badges { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.footer-badges span { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(148,163,184,.2); padding: 6px 12px; font-size: 11.5px; font-weight: 600; color: #cbd5e1; border-radius: var(--radius-sm); }
.footer-badges svg { color: var(--brand); }
.footer-bottom { position: relative; border-top: 1px solid rgba(148,163,184,.14); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; gap: 12px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Fotoğraf bandı ---------- */
.photo-band { position: relative; height: 360px; overflow: hidden; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; }
.photo-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,22,40,.72) 0%, rgba(10,22,40,.15) 55%, rgba(10,22,40,.35) 100%); }
.photo-band .photo-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 32px 0; color: #fff; }
.photo-band .photo-caption .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.photo-band .photo-caption h3 { color: #fff; margin: 0 0 4px; font-size: 20px; }
.photo-band .photo-caption p { color: rgba(255,255,255,.82); margin: 0; font-size: 14px; }

/* ---------- Mockup çerçevesi ---------- */
.mockup-frame { border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; background: #fff; }
.mockup-frame .bar { height: 36px; background: var(--bg-soft); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; padding: 0 14px; }
.mockup-frame .bar span { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.mockup-frame .bar .url { margin-left: 10px; flex: 1; max-width: 220px; height: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); display: flex; align-items: center; padding: 0 8px; font-size: 10px; color: var(--faint); }

/* ---------- Yasal ---------- */
.legal h2 { margin-top: 40px; }
.legal p, .legal li { color: var(--ink-2); font-size: 14.5px; }
.legal li { padding: 4px 0; list-style: disc; margin-left: 20px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--brand); }

/* ---------- AOS fallback (JS yüklenmezse içerik görünür kalsın) ---------- */
html:not(.aos-ready) [data-aos] { opacity: 1 !important; transform: none !important; }
