/* Blog list + detail — from blog.html / blog-detay.html */
:root {
  --cab: 'Cabinet Grotesk', sans-serif;
  --serif: 'Instrument Serif', serif;
  --mono: 'Geist Mono', monospace;
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --gold-soft: rgba(201,168,76,0.12);
  --gold-glow: rgba(201,168,76,0.25);
  --r: 16px; --r-lg: 26px; --r-xl: 40px;
}
[data-theme="dark"] {
  --bg: #0A0A0C; --bg2: #0F0F12; --surface: #13131A; --surface2: #1A1A24; --surface3: #22222E;
  --border: rgba(255,255,255,0.07); --border2: rgba(255,255,255,0.12);
  --text: #F0EDE6; --text2: #A8A49C; --muted: #5C5852;
  --shadow: 0 4px 24px rgba(0,0,0,0.5); --shadow-xl: 0 20px 60px rgba(0,0,0,0.6);
  --nav-bg: rgba(10,10,12,0.8);
}
[data-theme="light"] {
  --bg: #F8F6F1; --bg2: #F0EDE6; --surface: #FFFFFF; --surface2: #F4F2ED; --surface3: #EAE7E0;
  --border: rgba(0,0,0,0.07); --border2: rgba(0,0,0,0.12);
  --text: #12100C; --text2: #5C5852; --muted: #A8A49C;
  --shadow: 0 4px 24px rgba(0,0,0,0.06); --shadow-xl: 0 20px 60px rgba(0,0,0,0.1);
  --nav-bg: rgba(248,246,241,0.85);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
*:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
button:focus-visible, a:focus-visible, input:focus-visible { outline-offset: 2px; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { background: var(--bg); color: var(--text); font-family: var(--cab); overflow-x: hidden; transition: background 0.4s, color 0.4s; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--muted); border-radius: 4px; }

.read-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); z-index: 600; width: 0%; transition: width 0.1s linear; box-shadow: 0 0 12px var(--gold-glow); }

.cursor { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); position: fixed; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .2s, height .2s, opacity .2s; mix-blend-mode: difference; }
.cursor-ring { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--gold); position: fixed; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: left .12s ease, top .12s ease, width .2s, height .2s, border-color .2s; opacity: 0.5; }
@media (hover:none) { .cursor, .cursor-ring { display: none; } }

.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 500; height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px 0 24px; gap: 12px; background: var(--nav-bg); backdrop-filter: blur(20px) saturate(1.8); -webkit-backdrop-filter: blur(20px) saturate(1.8); border-bottom: 1px solid var(--border); transition: all 0.4s; min-height: 56px; }
.navbar.scrolled { height: 52px; box-shadow: var(--shadow); }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; min-width: 0; }
.nav-emblem { width: 34px; height: 34px; border-radius: 8px; background: var(--gold); color: #0A0A0C; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; letter-spacing: -0.5px; flex-shrink: 0; overflow: hidden; }
.nav-emblem img { width: 100%; height: 100%; object-fit: contain; }
.nav-wordmark { display: flex; flex-direction: column; min-width: 0; }
.nav-brand { font-size: 12px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav-city { font-size: 8px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 2px; flex-wrap: nowrap; min-width: 0; flex: 1; justify-content: center; }
.nav-link { padding: 6px 10px; border-radius: 8px; font-size: 11px; font-weight: 700; color: var(--text2); transition: all 0.2s; cursor: pointer; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--text); background: var(--surface2); }
.nav-link.active { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.theme-btn { width: 34px; height: 34px; border-radius: 8px; background: var(--surface); border: 1px solid var(--border); color: var(--text2); font-size: 14px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; flex-shrink: 0; }
.theme-btn:hover { color: var(--text); border-color: var(--border2); }
/* Dil dropdown (ikon) */
.lang-dropdown { position: relative; flex-shrink: 0; }
.lang-dropdown-btn { width: 34px; height: 34px; border-radius: 8px; background: var(--surface); border: 1px solid var(--border); color: var(--text2); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; }
.lang-dropdown-btn:hover { color: var(--text); border-color: var(--border2); }
.lang-dropdown-btn.open { color: var(--gold); border-color: var(--gold); background: var(--gold-soft); }
.lang-dropdown-menu { position: absolute; top: calc(100% + 6px); right: 0; min-width: 100px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); padding: 6px; display: none; z-index: 600; }
.lang-dropdown-menu.open { display: block; }
.lang-dropdown-menu a { display: block; padding: 8px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; color: var(--text2); transition: all 0.2s; }
.lang-dropdown-menu a:hover { background: var(--surface2); color: var(--text); }
.lang-dropdown-menu a.active { color: var(--gold); background: var(--gold-soft); }
.btn-cta { display: inline-flex; align-items: center; gap: 5px; padding: 7px 14px; border-radius: 10px; background: var(--gold); color: #0A0A0C; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.4px; transition: all 0.2s; cursor: pointer; border: none; box-shadow: 0 2px 12px var(--gold-glow); white-space: nowrap; flex-shrink: 0; }
.btn-cta:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-cta i { font-size: 14px; }
.hamburger { display: none; flex-direction: column; gap: 4px; cursor: pointer; padding: 6px; flex-shrink: 0; }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 499; background: var(--bg); padding: 80px 24px 40px; flex-direction: column; gap: 4px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu .nav-link { font-size: 16px; font-weight: 700; padding: 12px 0; border-bottom: 1px solid var(--border); color: var(--text); border-radius: 0; }
.mobile-menu .lang-row { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); margin-bottom: 8px; }
.mobile-menu .lang-row a { font-size: 14px; font-weight: 700; color: var(--text2); text-decoration: none; }
.mobile-menu .lang-row a.active { color: var(--gold); }
/* Dropdown user menus for blog / pharmacy */
.nav-actions-inner { display: flex; align-items: center; gap: 12px; min-width: 0; }
.nav-user-dropdown { display: none; position: relative; }
.nav-user-dropdown-toggle {
    width: 34px; height: 34px; border-radius: 8px; background: var(--surface); border: 1px solid var(--border);
    color: var(--text2); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s;
}
.nav-user-dropdown-toggle:hover { color: var(--text); border-color: var(--border2); }
.nav-user-dropdown-menu {
    display: none; position: absolute; top: calc(100% + 6px); right: 0; min-width: 150px;
    background: var(--surface); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow);
    padding: 6px; z-index: 600;
}
.nav-user-dropdown-menu.open { display: block; }
.nav-dropdown-item {
    display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 6px;
    font-size: 12px; font-weight: 700; color: var(--text2); transition: all 0.2s; text-decoration: none; border: none; background: transparent; width: 100%; cursor: pointer; text-align: left;
}
.nav-dropdown-item:hover { background: var(--surface2); color: var(--text); }
.nav-dropdown-logout { color: var(--gold) !important; }

@media (min-width: 901px) {
  .nav-actions-inner { display: flex !important; }
  .nav-user-dropdown { display: none !important; }
}

@media (max-width: 900px) {
    .navbar { padding: 0 16px; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .nav-brand { font-size: 11px; }
    .nav-actions-inner { display: none !important; }
    .nav-user-dropdown { display: block; flex-shrink: 0; }
    .nav-right { gap: 6px; }
}
@media (max-width: 380px) { .btn-cta span { display: none; } .btn-cta { padding: 7px 10px; } }

.page-hero { padding-top: 56px; background: var(--bg2); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.page-hero-inner { padding: 80px 80px 70px; position: relative; z-index: 2; }
@media (max-width: 900px) { .page-hero-inner { padding: 60px 24px 50px; } }
.page-hero::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 50%; background: radial-gradient(ellipse at 80% 40%, rgba(201,168,76,0.1) 0%, transparent 60%), radial-gradient(ellipse at 60% 80%, rgba(79,107,255,0.07) 0%, transparent 55%); pointer-events: none; }
.page-hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse at 80% 50%, black 20%, transparent 70%); opacity: 0.4; pointer-events: none; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 28px; }
.breadcrumb a { color: var(--text2); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb i { font-size: 10px; color: var(--muted); }
.breadcrumb span { color: var(--gold); }
.page-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 40px; border: 1px solid var(--gold-soft); background: var(--gold-soft); font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.page-hero-eyebrow::before { content:''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.page-hero-title { font-size: clamp(36px, 5vw, 64px); font-weight: 900; line-height: 0.95; letter-spacing: -2.5px; color: var(--text); margin-bottom: 18px; }
.page-hero-title em { font-family: var(--serif); font-style: italic; color: var(--gold); display: block; }
.page-hero-sub { font-size: 16px; font-weight: 500; color: var(--text2); line-height: 1.65; max-width: 500px; }

/* ══════════════════════════════════════════
   FILTER BAR — Şık kategori / filtre butonları
══════════════════════════════════════════ */
.filter-bar {
  padding: 20px 80px 24px;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.filter-bar::-webkit-scrollbar { height: 4px; }
.filter-bar::-webkit-scrollbar-track { background: var(--surface2); border-radius: 4px; }
.filter-bar::-webkit-scrollbar-thumb { background: var(--muted); border-radius: 4px; }
@media (max-width: 900px) { .filter-bar { padding: 16px 24px 20px; gap: 8px; } }

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--text2);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  font-family: var(--cab);
  outline: none;
}
.filter-pill:hover {
  color: var(--text);
  border-color: var(--border2);
  background: var(--surface2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
[data-theme="dark"] .filter-pill:hover { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); }
.filter-pill.active {
  color: #0A0A0C;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 2px 12px var(--gold-glow);
}
.filter-pill.active:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--gold-glow);
}
.filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 100px;
  background: var(--surface3);
  font-size: 10px;
  font-weight: 800;
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: 0.3px;
}
.filter-pill:hover .filter-count { background: var(--surface3); color: var(--text2); }
.filter-pill.active .filter-count {
  background: rgba(10, 10, 12, 0.25);
  color: #0A0A0C;
}
.filter-pill.active:hover .filter-count { background: rgba(10, 10, 12, 0.35); }

.blog-section { padding: 80px 80px; background: var(--bg); min-height: 60vh; }
@media (max-width: 900px) { .blog-section { padding: 60px 24px; } }
.featured-post { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; margin-bottom: 56px; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); text-decoration: none; color: inherit; }
.featured-post:hover { border-color: rgba(201,168,76,0.25); box-shadow: 0 32px 80px rgba(0,0,0,0.25); transform: translateY(-4px); }
@media (max-width: 900px) { .featured-post { grid-template-columns: 1fr; } }
.featured-thumb { position: relative; overflow: hidden; min-height: 460px; }
@media (max-width: 900px) { .featured-thumb { min-height: 260px; } }
.thumb-bg { position: absolute; inset: 0; transition: transform 0.6s ease; }
.featured-post:hover .thumb-bg { transform: scale(1.04); }
.thumb-bg-0 { background: radial-gradient(ellipse at 30% 50%, rgba(201,168,76,0.35) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(79,107,255,0.2) 0%, transparent 55%), linear-gradient(135deg, #0F0F18 0%, #1A1520 100%); }
.thumb-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.thumb-icon-wrap { width: 120px; height: 120px; border-radius: 30px; background: var(--gold-soft); border: 1px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; font-size: 52px; color: var(--gold); }
.thumb-badge { position: absolute; top: 24px; left: 24px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 40px; background: rgba(10,10,12,0.7); border: 1px solid var(--border2); backdrop-filter: blur(12px); font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }
.thumb-badge::before { content:''; width:5px; height:5px; border-radius:50%; background:var(--gold); animation: pulse 2s infinite; }
.featured-body { padding: 48px 44px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
@media (max-width: 900px) { .featured-body { padding: 32px 28px; } }
.post-meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.post-cat { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 6px; background: var(--gold-soft); border: 1px solid rgba(201,168,76,0.15); font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; }
.post-meta-sep { width: 3px; height: 3px; border-radius: 50%; background: var(--border2); flex-shrink: 0; }
.post-date { font-family: var(--mono); font-size: 11px; color: var(--muted); display: inline-flex; align-items: center; gap: 4px; }
.post-date i { font-size: 12px; color: var(--gold); opacity: 0.9; }
.post-read { font-size: 11px; color: var(--muted); font-weight: 600; display: flex; align-items: center; gap: 4px; }
.post-read i { color: var(--gold); opacity: 0.9; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tag-chip { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 100px; background: var(--surface2); border: 1px solid var(--border); font-size: 11px; font-weight: 600; color: var(--text2); transition: all 0.2s; }
.tag-chip:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-soft); }
.tag-chip-sm { padding: 3px 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.3px; text-transform: uppercase; }
.featured-title { font-size: clamp(22px, 2.5vw, 34px); font-weight: 900; letter-spacing: -1.5px; line-height: 1.05; color: var(--text); }
.featured-title em { font-family: var(--serif); font-style: italic; color: var(--gold); }
.featured-excerpt { font-size: 15px; color: var(--text2); line-height: 1.7; font-weight: 500; }
.post-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; border-top: 1px solid var(--border); }
.post-author { display: flex; align-items: center; gap: 10px; }
.author-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-soft); border: 2px solid rgba(201,168,76,0.25); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: var(--gold); flex-shrink: 0; }
.author-name { font-size: 13px; font-weight: 700; color: var(--text); }
.author-role { font-size: 11px; color: var(--muted); font-weight: 500; }
.btn-read { display: inline-flex; align-items: center; gap: 7px; padding: 11px 22px; border-radius: 12px; background: var(--gold); color: #0A0A0C; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; transition: all 0.2s; box-shadow: 0 4px 20px var(--gold-glow); flex-shrink: 0; }
.btn-read:hover { background: var(--gold-light); transform: translateY(-2px); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1100px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; display: flex; flex-direction: column; transition: all 0.35s cubic-bezier(0.4,0,0.2,1); text-decoration: none; color: inherit; position: relative; }
.blog-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: opacity 0.3s; }
.blog-card:hover { border-color: rgba(201,168,76,0.2); transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.2); }
.blog-card:hover::before { opacity: 1; }
.card-thumb { position: relative; height: 200px; overflow: hidden; }
.card-thumb .thumb-bg { transition: transform 0.5s ease; }
.blog-card:hover .card-thumb .thumb-bg { transform: scale(1.06); }
.thumb-bg-1 { background: radial-gradient(ellipse at 70% 40%, rgba(201,168,76,0.3) 0%, transparent 55%), linear-gradient(135deg, #100F1C 0%, #1C1828 100%); }
.thumb-bg-2 { background: radial-gradient(ellipse at 30% 60%, rgba(34,197,94,0.2) 0%, transparent 55%), radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.15) 0%, transparent 50%), linear-gradient(135deg, #0C130F 0%, #151D12 100%); }
.thumb-bg-3 { background: radial-gradient(ellipse at 60% 30%, rgba(79,107,255,0.25) 0%, transparent 55%), radial-gradient(ellipse at 20% 80%, rgba(201,168,76,0.12) 0%, transparent 50%), linear-gradient(135deg, #0D0E1C 0%, #131528 100%); }
.thumb-bg-4 { background: radial-gradient(ellipse at 20% 50%, rgba(239,68,68,0.2) 0%, transparent 55%), radial-gradient(ellipse at 80% 30%, rgba(201,168,76,0.15) 0%, transparent 50%), linear-gradient(135deg, #130C0C 0%, #1C1010 100%); }
.thumb-bg-5 { background: radial-gradient(ellipse at 80% 60%, rgba(168,85,247,0.2) 0%, transparent 55%), radial-gradient(ellipse at 30% 20%, rgba(201,168,76,0.12) 0%, transparent 50%), linear-gradient(135deg, #11091A 0%, #1A0F24 100%); }
.card-thumb-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.card-thumb-icon { width: 72px; height: 72px; border-radius: 20px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--gold); backdrop-filter: blur(8px); }
.card-cat { position: absolute; bottom: 14px; left: 14px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 6px; background: rgba(10,10,12,0.75); border: 1px solid var(--border2); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; }
.card-body { padding: 28px 28px 24px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.card-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.card-cat-label { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; }
.card-cat-label i { font-size: 11px; opacity: 0.9; }
.card-date { font-family: var(--mono); font-size: 11px; color: var(--muted); display: inline-flex; align-items: center; gap: 3px; }
.card-date i { font-size: 11px; color: var(--gold); opacity: 0.9; }
.card-read { font-size: 11px; color: var(--muted); font-weight: 600; display: flex; align-items: center; gap: 3px; }
.card-read i { color: var(--gold); opacity: 0.9; }
.card-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border2); flex-shrink: 0; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.card-title { font-size: 18px; font-weight: 900; letter-spacing: -0.7px; line-height: 1.2; color: var(--text); flex: 1; }
.card-title em { font-family: var(--serif); font-style: italic; color: var(--gold); }
.card-excerpt { font-size: 13px; color: var(--text2); line-height: 1.65; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-footer { padding: 16px 28px 24px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.card-author { display: flex; align-items: center; gap: 8px; }
.card-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--gold-soft); border: 1.5px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; color: var(--gold); flex-shrink: 0; }
.card-author-name { font-size: 12px; font-weight: 700; color: var(--text2); }
.card-arrow { width: 32px; height: 32px; border-radius: 10px; background: var(--surface2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--muted); transition: all 0.2s; }
.blog-card:hover .card-arrow { background: var(--gold); color: #0A0A0C; border-color: var(--gold); }
.btn-load-more {
  background: var(--gold);
  background: linear-gradient(135deg, var(--gold) 0%, #A68B39 100%);
  color: #000;
  padding: 16px 36px;
  border: 2px solid transparent;
  border-radius: 50px;
  font-family: var(--cab);
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px var(--gold-glow);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-theme="dark"] .btn-load-more {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.08);
}
.btn-load-more:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px var(--gold-glow);
}
[data-theme="dark"] .btn-load-more:hover {
  background: var(--gold-soft);
  border-color: var(--gold-light);
  color: var(--gold-light);
}
.btn-load-more i { font-size: 18px; }

.newsletter-band { margin-top: 80px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 56px 56px; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; position: relative; overflow: hidden; }
@media (max-width: 800px) { .newsletter-band { grid-template-columns: 1fr; padding: 36px 28px; gap: 28px; } }
.newsletter-band::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 40%; background: radial-gradient(ellipse at 80% 50%, var(--gold-soft), transparent 70%); pointer-events: none; }
.nl-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 12px; }
.nl-eyebrow::before { content:''; width: 16px; height: 2px; background: var(--gold); }
.nl-title { font-size: 28px; font-weight: 900; letter-spacing: -1px; line-height: 1.1; margin-bottom: 8px; }
.nl-title em { font-family: var(--serif); font-style: italic; color: var(--gold); }
.nl-sub { font-size: 14px; color: var(--text2); font-weight: 500; line-height: 1.6; }
.nl-form { display: flex; gap: 10px; flex-shrink: 0; }
@media (max-width: 800px) { .nl-form { width: 100%; } }
.nl-input { padding: 13px 18px; border-radius: 12px; background: var(--bg2); border: 1px solid var(--border2); color: var(--text); font-family: var(--cab); font-size: 13px; font-weight: 500; outline: none; transition: all 0.2s; width: 240px; }
@media (max-width: 800px) { .nl-input { flex: 1; width: auto; } }
.nl-input::placeholder { color: var(--muted); }
.nl-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.nl-btn { display: inline-flex; align-items: center; gap: 7px; padding: 13px 22px; border-radius: 12px; background: var(--gold); color: #0A0A0C; font-family: var(--cab); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; border: none; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 20px var(--gold-glow); white-space: nowrap; }
.nl-btn:hover { background: var(--gold-light); transform: translateY(-2px); }

footer.site-footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 40px 80px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 32px;
}
@media (max-width: 700px) {
  footer.site-footer { padding: 32px 24px 0; }
  .foot-top { flex-direction: column; align-items: center; text-align: center; padding-bottom: 28px; }
}
.foot-badge { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: var(--text2); }
.foot-links { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.foot-link { padding: 6px 12px; font-size: 12px; font-weight: 600; color: var(--muted); border-radius: 8px; transition: all 0.2s; }
.foot-link:hover { color: var(--text); background: var(--surface); }
.foot-copy { font-size: 11px; color: var(--muted); font-family: var(--mono); }

/* Tasarımcı şeridi (ana sayfa style.css ile uyumlu) */
.foot-designer {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.06) 0%, transparent 100%);
  padding: 18px 24px 22px;
  margin: 0 -80px 0;
  text-align: center;
}
@media (max-width: 700px) {
  .foot-designer { margin: 0 -24px 0; padding: 16px 16px 20px; }
}
.foot-designer-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 12px;
  color: var(--muted);
}
.foot-designer-icon { display: inline-flex; color: var(--gold); opacity: 0.85; font-size: 16px; }
.foot-designer-label {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  color: var(--text2);
}
.foot-designer-sep { width: 1px; height: 14px; background: var(--border2); opacity: 0.9; }
.foot-designer-link {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-weight: 700;
  color: var(--text2);
  text-decoration: none;
  transition: color 0.2s ease;
}
.foot-designer-link:hover { color: var(--gold); }
.foot-designer-link:hover .foot-designer-url { color: var(--gold); opacity: 1; }
.foot-designer-name { font-weight: 700; }
.foot-designer-url {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--muted);
  opacity: 0.9;
  transition: color 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 480px) {
  .foot-designer-sep { display: none; }
  .foot-designer-inner { flex-direction: column; gap: 8px; }
  .foot-designer-link { flex-direction: column; align-items: center; gap: 4px; }
  .foot-designer-url { font-size: 10px; }
  footer.site-footer { padding: 24px 16px 0; }
  .foot-designer { margin: 0 -16px; }
}
@media (max-width: 380px) {
  footer.site-footer { padding: 20px 12px 0; }
  .foot-designer { margin: 0 -12px; }
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Article detail page */
.article-hero { padding-top: 56px; position: relative; overflow: hidden; min-height: 520px; display: flex; align-items: flex-end; }
.article-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 60%, rgba(201,168,76,0.18) 0%, transparent 55%), radial-gradient(ellipse at 75% 25%, rgba(79,107,255,0.15) 0%, transparent 55%), radial-gradient(ellipse at 60% 80%, rgba(201,168,76,0.08) 0%, transparent 50%), var(--bg2); }
.article-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(ellipse at 30% 60%, black 20%, transparent 72%); opacity: 0.4; }
.article-hero-inner { position: relative; z-index: 10; padding: 60px 80px 64px; width: 100%; max-width: 900px; }
@media (max-width: 900px) { .article-hero-inner { padding: 40px 24px 48px; } }
.article-meta-top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.article-cat { display: inline-flex; align-items: center; gap: 5px; padding: 5px 14px; border-radius: 8px; background: var(--gold-soft); border: 1px solid rgba(201,168,76,0.2); font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; }
.article-date { font-family: var(--mono); font-size: 11px; color: var(--muted); display: inline-flex; align-items: center; gap: 4px; }
.article-date i { font-size: 12px; color: var(--gold); opacity: 0.9; }
.article-read { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--muted); font-weight: 600; }
.article-read i { color: var(--gold); opacity: 0.9; }
.meta-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border2); flex-shrink: 0; }
.article-tags-wrap { margin-bottom: 22px; }
.article-tags-label { font-size: 10px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-right: 10px; display: inline-block; margin-bottom: 8px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.article-footer-tags { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--border); }
.article-footer-tags .article-tags-label { margin-bottom: 12px; display: block; }
.article-footer-tags .article-tags { gap: 10px; }
.article-headline { font-size: clamp(28px, 4.5vw, 56px); font-weight: 900; line-height: 0.97; letter-spacing: -2.5px; color: var(--text); margin-bottom: 22px; }
.article-headline em { font-family: var(--serif); font-style: italic; color: var(--gold); letter-spacing: -2px; }
.article-lead { font-size: 18px; color: var(--text2); line-height: 1.7; font-weight: 500; max-width: 660px; margin-bottom: 36px; }
.article-author-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 28px; border-top: 1px solid var(--border); }
.article-author { display: flex; align-items: center; gap: 14px; }
.author-avatar-lg { width: 46px; height: 46px; border-radius: 50%; background: var(--gold-soft); border: 2px solid rgba(201,168,76,0.3); display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 800; color: var(--gold); flex-shrink: 0; }
.author-info-name { font-size: 15px; font-weight: 800; color: var(--text); }
.author-info-role { font-size: 12px; color: var(--muted); font-weight: 500; }
.article-layout { padding: 72px 80px; display: grid; grid-template-columns: 1fr 300px; gap: 64px; align-items: start; background: var(--bg); }
@media (max-width: 1100px) { .article-layout { grid-template-columns: 1fr; padding: 56px 24px; } }

.article-img-hero { width: 100%; border-radius: var(--r-xl); overflow: hidden; margin-bottom: 48px; position: relative; aspect-ratio: 16/9; max-height: 480px; background: radial-gradient(ellipse at 30% 50%, rgba(201,168,76,0.25) 0%, transparent 55%), radial-gradient(ellipse at 80% 30%, rgba(79,107,255,0.18) 0%, transparent 55%), linear-gradient(135deg, #0D0D18 0%, #1A1520 50%, #0F1018 100%); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }
.article-img-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-img-icon { width: 100px; height: 100px; border-radius: 26px; background: var(--gold-soft); border: 1px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; font-size: 44px; color: var(--gold); }
.prose { max-width: 720px; }
.prose h2 { font-size: clamp(20px, 2.5vw, 28px); font-weight: 900; letter-spacing: -1px; line-height: 1.1; color: var(--text); margin: 52px 0 18px; }
.prose h3 { font-size: 18px; font-weight: 800; letter-spacing: -0.5px; color: var(--text); margin: 36px 0 14px; }
.prose p { font-size: 16px; line-height: 1.8; color: var(--text2); font-weight: 500; margin-bottom: 22px; }
.prose p strong { color: var(--text); font-weight: 800; }
.prose a { color: var(--gold); text-decoration: none; position: relative; font-weight: 700; transition: color 0.3s; }
.prose a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1.5px; background-color: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 0.3s ease; }
.prose a:hover { color: var(--gold-light); }
.prose a:hover::after { transform: scaleX(1); transform-origin: left; background-color: var(--gold-light); }
.prose blockquote { margin: 40px 0; padding: 32px 36px; background: var(--surface); border-left: 4px solid var(--gold); border-radius: 0 var(--r-lg) var(--r-lg) 0; }
.prose ul, .prose ol { margin: 0 0 24px 24px; color: var(--text2); font-size: 16px; line-height: 1.8; font-weight: 500; list-style-type: disc; }
.prose li { margin-bottom: 10px; padding-left: 4px; }
.prose li strong, .prose li b { color: var(--text); font-weight: 800; }
.article-share { display: flex; align-items: center; gap: 12px; }
.share-btn { width: 38px; height: 38px; border-radius: 50%; background: var(--surface2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--text2); transition: all 0.2s cubic-bezier(0.4,0,0.2,1); }
.share-btn:hover { background: var(--gold); border-color: var(--gold); color: #0A0A0C; transform: translateY(-3px); box-shadow: 0 4px 14px var(--gold-glow); }
@media (max-width: 768px) {
  .article-headline { font-size: clamp(26px, 8vw, 38px); letter-spacing: -1px; }
  .article-lead { font-size: 15px; margin-bottom: 24px; line-height: 1.6; }
  .article-hero { min-height: 480px; }
  .article-hero-inner { padding: 36px 20px 48px; }
  .article-layout { padding: 40px 20px; gap: 48px; }
  .prose h2 { font-size: 22px; margin: 40px 0 16px; }
  .prose h3 { font-size: 18px; margin: 28px 0 12px; }
  .prose p, .prose ul, .prose ol { font-size: 15px; line-height: 1.7; }
  .prose blockquote { padding: 24px 20px; margin: 24px 0; }
  .article-img-hero { min-height: 180px; margin-bottom: 32px; border-radius: 16px; min-height: auto; aspect-ratio: 16/9; }
  .article-author-bar { flex-direction: column; align-items: flex-start; gap: 20px; padding-top: 24px; }
  .article-share { width: 100%; border-top: 1px solid var(--border); padding-top: 20px; justify-content: flex-start; }
}
.sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 24px; }
@media (max-width: 1100px) { .sidebar { position: static; } }
.sidebar-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 28px 24px; }
.sidebar-title { font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.cta-side-card { background: linear-gradient(135deg, var(--gold-soft), rgba(201,168,76,0.06)); border: 1px solid rgba(201,168,76,0.2); border-radius: var(--r-xl); padding: 28px 24px; text-align: center; }
.cta-side-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--gold); color: #0A0A0C; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 16px; }
.cta-side-title { font-size: 17px; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 8px; }
.cta-side-sub { font-size: 13px; color: var(--text2); line-height: 1.6; margin-bottom: 20px; font-weight: 500; }
.btn-cta-side { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; padding: 13px; border-radius: 12px; background: var(--gold); color: #0A0A0C; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 20px var(--gold-glow); text-decoration: none; }
.btn-cta-side:hover { background: var(--gold-light); transform: translateY(-2px); }
.article-footer-band { background: var(--bg2); border-top: 1px solid var(--border); padding: 56px 80px; }
@media (max-width: 900px) { .article-footer-band { padding: 40px 24px; } }
.more-posts-title { font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 28px; }
.more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .more-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .more-grid { grid-template-columns: 1fr; } }
.more-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: all 0.3s; }
.more-card:hover { border-color: rgba(201,168,76,0.2); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.15); }
.more-card-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: var(--gold); border-bottom: 1px solid var(--border); }
.more-card-body { padding: 18px 18px 20px; }
.more-card-cat { font-size: 9px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 7px; }
.more-card-title { font-size: 14px; font-weight: 800; color: var(--text); line-height: 1.3; letter-spacing: -0.3px; }

/* ══════════════════════════════════════════
   SHARED PROJECT UI (Modals, Common)
   Extracted from style.css for unified layout
══════════════════════════════════════════ */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.85); backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center; z-index: 1000;
  padding: max(20px, env(safe-area-inset-top, 0px)) max(20px, env(safe-area-inset-right, 0px)) max(20px, env(safe-area-inset-bottom, 0px)) max(20px, env(safe-area-inset-left, 0px));
  box-sizing: border-box;
}
.modal-content {
  background: var(--surface); border: 1px solid var(--border2);
  border-radius: var(--r-xl); padding: 56px 48px; width: 100%; max-width: 440px;
  max-height: min(90vh, calc(100dvh - 40px));
  position: relative; box-shadow: var(--shadow-xl);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), transparent, var(--gold));
}
.modal-close {
  position: absolute; top: 24px; right: 24px; width: 40px; height: 40px;
  border-radius: 12px; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); color: var(--muted);
  background: var(--surface2);
}
.modal-close:hover { color: var(--text); border-color: var(--gold); transform: rotate(90deg); background: var(--gold-soft); }
.modal-header { margin-bottom: 32px; }
.modal-title { font-size: 32px; font-weight: 900; letter-spacing: -1.5px; margin-bottom: 8px; line-height: 1; }
.modal-sub   { font-size: 14px; color: var(--text2); font-weight: 500; line-height: 1.5; }

.input-container { margin-bottom: 24px; }
.input-label { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); margin-bottom: 10px; }
.input-wrap { position: relative; display: flex; align-items: center; }
.input-wrap i { position: absolute; left: 18px; color: var(--muted); font-size: 18px; transition: color 0.3s; }
.input-wrap input {
  width: 100%; padding: 18px 20px 18px 54px; border-radius: 16px;
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--text); font-family: var(--cab); font-size: 15px; font-weight: 600;
  transition: all 0.3s;
}
.input-wrap input:focus { outline: none; border-color: var(--gold); background: var(--surface); box-shadow: 0 0 0 5px var(--gold-soft); }
.input-wrap input:focus + i { color: var(--gold); }

.btn-auth-submit {
    width: 100%; height: 60px; border-radius: 18px;
    background: var(--gold); color: #0A0A0C;
    font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px;
    border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
    gap: 12px; transition: all 0.3s;
    box-shadow: 0 8px 24px var(--gold-glow);
}
.btn-auth-submit:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 32px var(--gold-glow); }

.auth-footer {
    margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border);
    text-align: center; font-size: 14px; color: var(--text2); font-weight: 500;
}
.auth-switch-link { color: var(--gold); font-weight: 800; text-decoration: none; margin-left: 5px; transition: color 0.2s; }
.auth-switch-link:hover { color: var(--gold-light); text-decoration: underline; }

#authModal .input-wrap input { padding: 14px 18px 14px 50px; border-radius: 14px; font-size: 14px; }
#authModal .btn-auth-submit { height: 52px; border-radius: 16px; font-size: 13px; }

.hidden { display: none !important; }
.animate-fade { animation: modalFade 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes modalFade { 
    from { opacity:0; transform: scale(0.95) translateY(20px); } 
    to { opacity:1; transform: scale(1) translateY(0); } 
}

@media (max-width: 480px) {
  .modal-overlay {
    align-items: flex-start;
    padding: max(40px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) max(12px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px));
  }
  .modal-content { padding: 32px 20px; max-width: min(440px, calc(100% - 8px)); border-radius: 20px; }
  #authModal .modal-content { max-width: 360px; padding: 26px 18px 24px; }
  .modal-title { font-size: 24px; }  .modal-sub { font-size: 13px; }
}



