/* ============================================
   BERAAT HUKUK BÜROSU — Luxury Edition
   ============================================ */

:root {
  --navy-950: #060b14;
  --navy-900: #0a1424;
  --navy-800: #0f1c30;
  --navy-700: #16283f;
  --navy-600: #1e3550;
  --gold-300: #f0d998;
  --gold-400: #e5c065;
  --gold-500: #cfa74e;
  --gold-600: #b08d3c;
  --cream: #f6f1e7;
  --white: #ffffff;
  --text-muted: rgba(246, 241, 231, 0.65);
  --text-faint: rgba(246, 241, 231, 0.4);
  --border-soft: rgba(207, 167, 78, 0.22);
  --shadow-gold: 0 10px 40px rgba(207, 167, 78, 0.15);
  --transition: 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============ AYDINLIK MOD (KURUMSAL PRESTİJ LIGHT THEME) ============ */
[data-theme="light"] {
  --navy-950: #f8fafc;
  --navy-900: #ffffff;
  --navy-800: #f1f5f9;
  --navy-700: #e2e8f0;
  --navy-600: #cbd5e1;
  --gold-300: #8c6010;
  --gold-400: #9e721d;
  --gold-500: #b08422;
  --gold-600: #c9982f;
  --cream: #0f172a;
  --white: #020617;
  --text-muted: #334155;
  --text-faint: #64748b;
  --border-soft: rgba(176, 132, 34, 0.28);
  --shadow-gold: 0 10px 35px rgba(176, 132, 34, 0.14);
}

[data-theme="light"] body { background: #f8fafc !important; color: #0f172a !important; }
[data-theme="light"] h1, [data-theme="light"] h2, [data-theme="light"] h3, [data-theme="light"] h4 { color: #091424 !important; }
[data-theme="light"] p { color: #334155 !important; }
[data-theme="light"] .eyebrow { color: #8c6010 !important; }
[data-theme="light"] .eyebrow::before { background: #b08422 !important; }
[data-theme="light"] .gold-text { color: #9e721d !important; }
[data-theme="light"] .grain-overlay { opacity: 0.015; }

/* Header & Nav Aydınlık Mod Düzeltmesi */
[data-theme="light"] header {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(176, 132, 34, 0.25) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
[data-theme="light"] header.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.08) !important;
}
[data-theme="light"] .logo { color: #091424 !important; }
[data-theme="light"] .logo span { color: #9e721d !important; }
[data-theme="light"] .logo-mark { background: #ffffff !important; border-color: #b08422 !important; }
[data-theme="light"] .nav-links { background: #ffffff; }
[data-theme="light"] .nav-links a { color: #1e293b !important; font-weight: 500; }
[data-theme="light"] .nav-links a:hover { color: #9e721d !important; }
[data-theme="light"] .nav-links a.active { color: #9e721d !important; }
[data-theme="light"] .menu-toggle span { background: #091424 !important; }

/* İçerik Blokları Aydınlık Mod */
[data-theme="light"] .marquee-strip { background: #edf2f7 !important; border-color: rgba(176, 132, 34, 0.22); color: #091424 !important; }
[data-theme="light"] .principles { background: #f1f5f9 !important; color: #091424 !important; }
[data-theme="light"] .principles-item { color: #1e293b !important; }
[data-theme="light"] .stat h3 { color: #9e721d !important; }
[data-theme="light"] .stat span { color: #64748b !important; }
[data-theme="light"] .about-copy h2, [data-theme="light"] .about-copy h3 { color: #091424 !important; }
[data-theme="light"] .about-dropcap { color: #9e721d !important; }
[data-theme="light"] .about-feature h4 { color: #091424 !important; }
[data-theme="light"] .about-feature p { color: #475569 !important; }
[data-theme="light"] .value-item h4 { color: #091424 !important; }
[data-theme="light"] .value-item p { color: #475569 !important; }
[data-theme="light"] .about-stats-strip { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .about-stat-item h3 { color: #9e721d !important; }
[data-theme="light"] .about-stat-item span { color: #64748b !important; }

[data-theme="light"] .calc-showcase-section { background: radial-gradient(circle at 50% 0%, rgba(176,132,34,0.08) 0%, rgba(248,250,252,0) 70%); }
[data-theme="light"] .tazminat-panel { background: #ffffff !important; border-color: rgba(176, 132, 34, 0.35) !important; box-shadow: 0 16px 45px rgba(0,0,0,0.06); }
[data-theme="light"] .tazminat-chip { background: #f8fafc !important; border-color: #cbd5e1 !important; color: #091424 !important; font-weight: 500; }
[data-theme="light"] .tazminat-chip:hover { background: rgba(176,132,34,0.1) !important; border-color: var(--gold-500); color: #8c6010 !important; }
[data-theme="light"] .process-section { background: #f1f5f9 !important; }
[data-theme="light"] .process-card { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .why-item { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .practice-card { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .practice-card:hover { border-color: var(--gold-500) !important; }
[data-theme="light"] .practice-icon { background: #f8fafc !important; border-color: #b08422 !important; }

[data-theme="light"] .testimonial { background: #f1f5f9 !important; }
[data-theme="light"] .testimonial blockquote { color: #091424 !important; }
[data-theme="light"] .testimonial cite { color: #8c6010 !important; }

[data-theme="light"] .articles { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .article-card { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .article-card:hover { background: #f8fafc !important; border-color: rgba(176, 132, 34, 0.6) !important; }
[data-theme="light"] .article-card h3 { color: #091424 !important; }
[data-theme="light"] .article-card p { color: #475569 !important; }
[data-theme="light"] .article-meta { border-color: #e2e8f0 !important; color: #64748b !important; }

[data-theme="light"] .faq { background: #f8fafc !important; }
[data-theme="light"] .faq-item { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .faq-question { color: #091424 !important; font-weight: 500; }
[data-theme="light"] .faq-answer p { color: #334155 !important; }

[data-theme="light"] .contact { background: #ffffff !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .contact-info-item h4 { color: #091424 !important; }
[data-theme="light"] .contact-info-item p, [data-theme="light"] .contact-info-item a { color: #334155 !important; }
[data-theme="light"] .contact-icon { background: #f8fafc !important; border-color: #b08422 !important; }
[data-theme="light"] .whatsapp-cta-card { background: #ffffff !important; border-color: rgba(176, 132, 34, 0.35) !important; box-shadow: 0 12px 36px rgba(0,0,0,0.06); }
[data-theme="light"] .whatsapp-cta-card h3 { color: #091424 !important; }
[data-theme="light"] .whatsapp-topic-btn { background: #f1f5f9 !important; color: #1e293b !important; border-color: #cbd5e1 !important; }

[data-theme="light"] .calc-modal { background: rgba(15, 23, 42, 0.75); }
[data-theme="light"] .calc-box { background: #ffffff; border-color: rgba(176, 132, 34, 0.4); box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
[data-theme="light"] .calc-header { background: #f8fafc; border-color: #e2e8f0; }
[data-theme="light"] .calc-header-left h4 { color: #091424 !important; }
[data-theme="light"] .calc-tabs-scroll-wrap { background: #f1f5f9; border-color: #e2e8f0; }
[data-theme="light"] .calc-tab { color: #64748b; }
[data-theme="light"] .calc-tab.active { color: #8c6010 !important; background: #ffffff; }
[data-theme="light"] .calc-chat { background: #ffffff; }
[data-theme="light"] .calc-msg-bot .calc-bubble { background: #f1f5f9; border-color: #e2e8f0; color: #0f172a; }
[data-theme="light"] .calc-input-area { background: #f8fafc; border-color: #e2e8f0; }
[data-theme="light"] .calc-number-row input, [data-theme="light"] .calc-date-row input { background: #ffffff; color: #091424 !important; border-color: #cbd5e1; color-scheme: light; }
[data-theme="light"] .calc-option-btn { background: #ffffff; color: #091424 !important; border-color: #cbd5e1; }
[data-theme="light"] .calc-option-btn:hover { background: rgba(176,132,34,0.14) !important; color: #8c6010 !important; border-color: var(--gold-500); }
[data-theme="light"] .calc-result-panel { background: #faf8f4; border-color: rgba(176, 132, 34, 0.45); }
[data-theme="light"] .calc-result-header .calc-result-value { color: #8c6010 !important; }
[data-theme="light"] .calc-result-table td:first-child { color: #475569 !important; }
[data-theme="light"] .calc-result-table td:last-child { color: #8c6010 !important; }
[data-theme="light"] .calc-result-note { background: #f1f5f9; color: #475569 !important; }
[data-theme="light"] .calc-disclaimer { background: #f8fafc; color: #64748b !important; }

[data-theme="light"] .mobile-bottom-bar { background: rgba(255, 255, 255, 0.97) !important; border-color: #cbd5e1 !important; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); }
[data-theme="light"] .mobile-bar-btn { color: #475569 !important; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', 'Segoe UI', sans-serif;
  background: var(--navy-950);
  color: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
  transition: background-color 0.35s ease, color 0.35s ease;
}
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { width: min(1300px, 94%); margin-inline: auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.78rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-400); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold-500); display: inline-block; }
.gold-text { color: var(--gold-400); }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; border: 1px solid var(--gold-500); border-radius: 2px;
  font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--cream); position: relative; overflow: hidden;
  transition: color var(--transition); cursor: pointer; background: transparent;
}
.btn::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, var(--gold-500), var(--gold-300));
  transform: translateX(-101%); transition: transform var(--transition); z-index: -1;
}
.btn:hover { color: var(--navy-950); }
.btn:hover::before { transform: translateX(0); }
.btn-solid {
  background: linear-gradient(120deg, var(--gold-500), var(--gold-300));
  color: var(--navy-950); border: 1px solid transparent;
}
.btn-solid::before { display: none; }
.btn-solid:hover { filter: brightness(1.08); color: var(--navy-950); }

/* ============ GRAIN + SCROLL PROGRESS ============ */
.grain-overlay {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="180" height="180"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%25" height="100%25" filter="url(%23n)"/></svg>');
}
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-300), var(--gold-500));
  z-index: 1200; transition: width 0.08s linear;
}

/* ============ PRELOADER ============ */
.preloader {
  position: fixed; inset: 0; z-index: 9999; background: var(--navy-950);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.preloader.hidden { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }
.preloader-mark {
  width: 84px; height: 84px; border-radius: 50%; border: 1px solid var(--border-soft);
  display: flex; align-items: center; justify-content: center; position: relative;
  font-family: 'Cinzel', serif; font-size: 1.5rem; color: var(--gold-400); letter-spacing: 0.05em;
}
.preloader-mark::before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid transparent;
  border-top-color: var(--gold-500); border-right-color: var(--gold-500); animation: spin 1.3s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.preloader-label { font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--text-faint); }

/* ============ HEADER ============ */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 26px 0;
  transition: all var(--transition); background: transparent;
}
header.scrolled {
  padding: 14px 0; background: rgba(6, 11, 20, 0.88); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
header .container { width: min(1300px, 94%); }
nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Cinzel', 'Cormorant Garamond', serif; font-weight: 600;
  font-size: 1.28rem; letter-spacing: 0.06em; color: var(--white);
  flex-shrink: 0; white-space: nowrap;
}
.logo-mark {
  width: 44px; height: 44px; border: 1px solid var(--gold-500); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; flex-shrink: 0; background: var(--navy-900);
  box-shadow: 0 0 10px rgba(207,167,78,0.15);
}
.logo-mark img { width: 100%; height: 100%; object-fit: contain; padding: 1px; }
.logo-mark::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(207,167,78,0.25); border-radius: 50%; }
.logo span { color: var(--gold-400); font-style: normal; font-weight: 500; font-size: 0.92em; letter-spacing: 0.08em; }

.nav-links { display: flex; gap: 19px; align-items: center; flex-wrap: nowrap; }
.nav-links a {
  font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted);
  position: relative; padding-bottom: 6px; transition: color 0.3s; white-space: nowrap;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--gold-400); transition: width 0.35s;
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--gold-400); }
.nav-links a.active::after { width: 100%; }

.header-right-actions { display: flex; align-items: center; gap: 12px; }

/* TEMA GEÇİŞ DÜĞMESİ */
.theme-toggle-btn {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--border-soft); background: rgba(15, 28, 48, 0.4);
  color: var(--gold-400); display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.3s ease; flex-shrink: 0;
}
.theme-toggle-btn:hover {
  border-color: var(--gold-500); background: rgba(207, 167, 78, 0.15);
  transform: rotate(15deg) scale(1.05); color: var(--gold-300);
}
[data-theme="light"] .theme-toggle-btn {
  background: #ffffff; border-color: rgba(176, 132, 34, 0.35); color: #b08422;
}

.nav-cta { padding: 10px 20px; font-size: 0.72rem; flex-shrink: 0; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1100; }
.menu-toggle span { width: 26px; height: 1px; background: var(--gold-400); }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background:
    radial-gradient(ellipse at 75% 20%, rgba(207,167,78,0.10), transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(30,53,80,0.55), transparent 55%),
    linear-gradient(160deg, var(--navy-950) 0%, var(--navy-900) 55%, var(--navy-800) 100%);
  overflow: hidden;
}
[data-theme="light"] .hero {
  background:
    radial-gradient(ellipse at 75% 20%, rgba(176,132,34,0.08), transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(226,232,240,0.6), transparent 55%),
    linear-gradient(160deg, #f5f7fa 0%, #edf2f7 60%, #e2e8f0 100%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center;
  position: relative; z-index: 2; padding-top: 90px;
}
.hero-top-badges { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.hero-top-badges .eyebrow { margin-bottom: 0; }

/* CANLI OFİS ÇALIŞMA DURUMU ROZETİ (3 RENKLİ DURUM: YEŞİL / TURUNCU / KIRMIZI) */
.office-status-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px 5px 10px; border-radius: 16px;
  background: rgba(15, 28, 48, 0.6); border: 1px solid var(--border-soft);
  font-size: 0.72rem; letter-spacing: 0.04em; color: var(--cream);
  backdrop-filter: blur(8px); font-weight: 500;
}
[data-theme="light"] .office-status-badge {
  background: #ffffff; border-color: #cbd5e1; color: #0f172a;
}
.status-pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
  transition: background-color 0.3s, box-shadow 0.3s;
}

/* 1. AÇIK (Yeşil) */
.office-status-badge.status-open .status-pulse-dot,
.hours-status.status-open .hours-dot {
  background: #16a34a !important;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  animation: pulseGreen 2s infinite !important;
}
.office-status-badge.status-open .status-text,
.hours-status.status-open .hours-status-text {
  color: #4ade8a;
}
[data-theme="light"] .office-status-badge.status-open .status-text,
[data-theme="light"] .hours-status.status-open .hours-status-text {
  color: #15803d !important;
}
@keyframes pulseGreen {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 7px rgba(22, 163, 74, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

/* 2. KAPANMAK ÜZERE (Turuncu) */
.office-status-badge.status-closing .status-pulse-dot,
.hours-status.status-closing .hours-dot {
  background: #ea580c !important;
  box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.7);
  animation: pulseOrange 1.8s infinite !important;
}
.office-status-badge.status-closing .status-text,
.hours-status.status-closing .hours-status-text {
  color: #fb923c;
}
[data-theme="light"] .office-status-badge.status-closing .status-text,
[data-theme="light"] .hours-status.status-closing .hours-status-text {
  color: #c2410c !important;
}
@keyframes pulseOrange {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 7px rgba(234, 88, 12, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(234, 88, 12, 0); }
}

/* 3. KAPALI (Kırmızı) */
.office-status-badge.status-closed .status-pulse-dot,
.hours-status.status-closed .hours-dot {
  background: #dc2626 !important;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
  animation: pulseRed 2.5s infinite !important;
}
.office-status-badge.status-closed .status-text,
.hours-status.status-closed .hours-status-text {
  color: #f87171;
}
[data-theme="light"] .office-status-badge.status-closed .status-text,
[data-theme="light"] .hours-status.status-closed .hours-status-text {
  color: #b91c1c !important;
}
@keyframes pulseRed {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(220, 38, 38, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

.hero h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); color: var(--white); line-height: 1.12; margin-bottom: 26px; }
.hero h1 em { font-style: italic; color: var(--gold-400); }
.hero p { color: var(--text-muted); font-size: 1.08rem; max-width: 480px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 46px; margin-top: 64px; padding-top: 34px; border-top: 1px solid var(--border-soft); }
.stat h3 { font-size: 2.3rem; color: var(--gold-400); }
.stat h3 .plus-suffix { font-size: 1.5rem; vertical-align: 0.15em; }
.stat span { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 370px;
  height: 420px;
  margin-left: auto;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(207, 167, 78, 0.2);
}
[data-theme="light"] .hero-visual {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(176, 132, 34, 0.25);
}
.hero-slides { position: absolute; inset: 0; transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); will-change: transform; }
.hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  filter: grayscale(15%) contrast(1.05); opacity: 0; transition: opacity 1.4s ease; z-index: 0;
}
.hero-slide img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 58%; display: block;
}
.hero-slide:nth-child(1) img { object-position: center 55%; }
.hero-slide:nth-child(2) img { object-position: center 55%; }
.hero-slide:nth-child(3) img { object-position: center 65%; }
.hero-slide:nth-child(4) img { object-position: center 50%; }
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(6,11,20,0.9) 100%); z-index: 2;
}
[data-theme="light"] .hero-visual::after {
  background: linear-gradient(180deg, transparent 45%, rgba(15,23,42,0.85) 100%);
}
.hero-visual-frame {
  position: absolute; top: 12px; left: 12px; right: 12px; bottom: 12px;
  border: 1px solid rgba(207,167,78,0.35); border-radius: 6px; z-index: 3; pointer-events: none;
}
.hero-slide-dots { position: absolute; top: 22px; right: 22px; display: flex; gap: 8px; z-index: 4; }
.hero-slide-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(246,241,231,0.3); transition: background 0.4s, transform 0.4s; }
.hero-slide-dots span.active { background: var(--gold-400); transform: scale(1.3); }
.visual-caption { position: absolute; bottom: 20px; left: 20px; right: 20px; z-index: 4; }
.visual-caption p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.15rem; color: var(--gold-300); }
.visual-caption span { display: block; margin-top: 4px; font-size: 0.70rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-faint); }

.scroll-cue {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--text-faint); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; z-index: 3;
}
.scroll-cue .line { width: 1px; height: 40px; background: linear-gradient(var(--gold-500), transparent); animation: scrollLine 2s infinite; }
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============ SECTION GENERIC ============ */
section { padding: 130px 0; position: relative; }
.section-head { max-width: 640px; margin-bottom: 70px; }
.section-head h2 { font-size: clamp(2rem, 3.4vw, 3rem); color: var(--white); }
.section-head p { color: var(--text-muted); margin-top: 20px; font-size: 1.02rem; }
.center { text-align: center; margin-inline: auto; }

/* ============ PRINCIPLES STRIP ============ */
.principles { padding: 70px 0; background: var(--navy-800); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.principles-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.principles-row div { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-400); display: flex; align-items: center; gap: 10px; }
.principles-row div::before { content: "◆"; font-size: 0.6rem; color: var(--gold-500); }

/* ============ MARQUEE ============ */
.marquee-strip { background: var(--navy-900); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); padding: 22px 0; overflow: hidden; white-space: nowrap; position: relative; }
.marquee-track { display: inline-flex; animation: marquee 38s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.3rem; color: var(--text-muted); padding: 0 28px; }
.marquee-track span::after { content: "◆"; font-style: normal; font-size: 0.55rem; color: var(--gold-500); margin-left: 28px; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============ ABOUT ============ */
.about { background: var(--navy-900); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: center; }
.about-image { position: relative; height: 480px; border-radius: 4px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,11,20,0.1), rgba(6,11,20,0.75)); }
.badge-float { position: absolute; bottom: -1px; left: -1px; background: var(--navy-950); border: 1px solid var(--gold-500); padding: 26px 30px; z-index: 5; }
.badge-float h3 { font-size: 2.4rem; color: var(--gold-400); }
.badge-float span { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
.about-copy p { color: var(--text-muted); margin-bottom: 22px; }
.about-copy p:first-of-type { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-style: italic; color: var(--cream); line-height: 1.6; }
.drop-cap::first-letter { font-family: 'Cormorant Garamond', serif; font-size: 3.4rem; font-weight: 600; color: var(--gold-400); float: left; line-height: 0.8; padding-right: 10px; margin-top: 6px; }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.value-item { border-left: 1px solid var(--border-soft); padding-left: 16px; }
.value-item h4 { color: var(--gold-400); font-size: 1.05rem; margin-bottom: 4px; }
.value-item span { font-size: 0.82rem; color: var(--text-faint); }

/* ============ SECTION DIVIDER ============ */
.section-divider { display: flex; align-items: center; justify-content: center; gap: 14px; position: relative; z-index: 5; }
.section-divider .divider-line { width: 90px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-500)); }
.section-divider .divider-line.right { background: linear-gradient(90deg, var(--gold-500), transparent); }
.section-divider svg { color: var(--gold-400); }

/* ============ WHY US ============ */
.why-us { background: var(--navy-950); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border-soft); border: 1px solid var(--border-soft); margin-top: 60px; }
.why-item { background: var(--navy-950); padding: 46px 30px; text-align: center; transition: background var(--transition), transform var(--transition); }
.why-item:hover { background: var(--navy-800); transform: translateY(-4px); }
.why-icon { width: 58px; height: 58px; border: 1px solid var(--gold-500); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; color: var(--gold-400); transition: background 0.3s, color 0.3s; }
.why-item:hover .why-icon { background: var(--gold-500); color: var(--navy-950); }
.why-item h4 { color: var(--white); font-size: 1.1rem; margin-bottom: 10px; }
.why-item p { color: var(--text-faint); font-size: 0.88rem; }

/* ============ TAZMİNAT HUKUKU PANEL ============ */
.tazminat-panel {
  position: relative; margin-top: 20px; margin-bottom: 60px; padding: 50px 48px;
  border: 1px solid var(--gold-500); border-radius: 6px;
  background: radial-gradient(ellipse at 100% 0%, rgba(207,167,78,0.10), transparent 60%), linear-gradient(135deg, var(--navy-800), var(--navy-900));
  box-shadow: var(--shadow-gold); overflow: hidden;
}
.tazminat-panel::before { content: ""; position: absolute; top: -40%; right: -10%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(207,167,78,0.14), transparent 70%); pointer-events: none; }
.tazminat-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 18px; border: 1px solid var(--gold-500); border-radius: 30px; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 28px; }
.tazminat-badge::before { content: "★"; font-size: 0.7rem; }
.tazminat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; position: relative; z-index: 2; }
.tazminat-icon { width: 66px; height: 66px; border: 1px solid var(--gold-500); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-400); margin-bottom: 22px; background: rgba(207,167,78,0.06); }
.tazminat-info h3 { font-size: 1.9rem; color: var(--white); margin-bottom: 16px; }
.tazminat-info p { color: var(--text-muted); font-size: 0.98rem; margin-bottom: 26px; }
.tazminat-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; }
button.tazminat-chip, button.calc-trigger { font: inherit; text-align: left; cursor: pointer; color: var(--cream); }
.calc-trigger { display: inline-flex; align-items: center; gap: 10px; }
.tazminat-services { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tazminat-chip {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px;
  border: 1px solid var(--border-soft); border-radius: 4px; background: rgba(6,11,20,0.35);
  color: var(--cream); font-size: 0.9rem; transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.tazminat-chip:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.06); transform: translateY(-2px); }
.tazminat-chip svg { color: var(--gold-400); flex-shrink: 0; }
.tazminat-chip span { line-height: 1.3; }
.tazminat-chip-btn { justify-content: space-between; width: 100%; }
.chip-arrow { margin-left: auto; opacity: 0; transform: translateX(-6px); transition: opacity 0.3s, transform 0.3s; flex-shrink: 0; }
.tazminat-chip-btn:hover .chip-arrow { opacity: 1; transform: translateX(0); }

/* ============ PRACTICE AREAS ============ */
.practice-toolbar { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-soft); margin-top: 60px; border: 1px solid var(--border-soft); }
.practice-card { background: var(--navy-950); padding: 44px 34px; transition: background var(--transition), transform var(--transition); position: relative; overflow: hidden; }
.practice-card::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); transition: width 0.5s ease; }
.practice-card:hover::before { width: 100%; }
.practice-card:hover { background: var(--navy-800); transform: translateY(-6px); }
.practice-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.practice-icon { width: 46px; height: 46px; border: 1px solid var(--border-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-400); transition: border-color 0.35s, background 0.35s, transform 0.35s; }
.practice-card:hover .practice-icon { border-color: var(--gold-500); background: rgba(207,167,78,0.08); transform: rotate(-8deg) scale(1.05); }
.practice-num { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; color: var(--gold-500); opacity: 0.7; }
.practice-card h3 { font-size: 1.25rem; color: var(--white); margin-bottom: 12px; }
.practice-card p { font-size: 0.9rem; color: var(--text-faint); margin-bottom: 20px; }
.practice-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.practice-badges span { font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold-400); border: 1px solid rgba(207,167,78,0.35); background: rgba(207,167,78,0.06); padding: 5px 12px; border-radius: 20px; }
.practice-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-400); opacity: 0; transform: translateX(-8px); transition: opacity 0.35s, transform 0.35s; }
.practice-card:hover .practice-link { opacity: 1; transform: translateX(0); }
.practice-link svg { transition: transform 0.3s; }
.practice-card:hover .practice-link svg { transform: translateX(4px); }

/* ============ ATTORNEY ============ */
.attorney { background: linear-gradient(160deg, var(--navy-900), var(--navy-950)); }
.attorney-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: center; }
.attorney-photo { position: relative; height: 520px; border-radius: 4px; overflow: hidden; border: 1px solid var(--border-soft); }
.attorney-photo img { width: 100%; height: 100%; object-fit: cover; }
.attorney-quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: var(--gold-500); opacity: 0.5; line-height: 1; }
.attorney-info h3 { font-size: 2.2rem; color: var(--white); margin-bottom: 6px; }
.attorney-info .role { color: var(--gold-400); font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 26px; display: block; }
.attorney-info p { color: var(--text-muted); margin-bottom: 20px; }
.attorney-tags { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.attorney-tags span { border: 1px solid var(--border-soft); padding: 8px 18px; font-size: 0.78rem; letter-spacing: 0.08em; color: var(--text-muted); border-radius: 2px; }

/* ============ OFFICE GALLERY ============ */
.office-gallery { background: var(--navy-900); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.gallery-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 260px 260px 280px;
  grid-template-areas: "large sq1 sq2" "large wide wide" "extra extra extra"; gap: 18px; margin-top: 20px;
}
.gallery-item { position: relative; overflow: hidden; border-radius: 4px; border: 1px solid var(--border-soft); cursor: pointer; }
.gallery-item.gallery-large { grid-area: large; }
.gallery-item.gallery-sq.sq-1 { grid-area: sq1; }
.gallery-item.gallery-sq.sq-2 { grid-area: sq2; }
.gallery-item.gallery-wide { grid-area: wide; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(6,11,20,0.92) 100%); }
.gallery-caption { position: absolute; bottom: 24px; left: 24px; right: 24px; z-index: 2; }
.gallery-caption span { display: block; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 6px; }
.gallery-caption p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.15rem; color: var(--cream); }
.gallery-item .zoom-hint {
  position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; border: 1px solid rgba(207,167,78,0.4);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-300);
  background: rgba(6,11,20,0.4); z-index: 3; opacity: 0; transition: opacity 0.35s;
}
.gallery-item:hover .zoom-hint { opacity: 1; }

/* ============ FLOATING BUTTONS ============ */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; width: 60px; height: 60px;
  background: linear-gradient(135deg, #25d366, #1fae55); color: #ffffff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 26px rgba(0,0,0,0.45), 0 0 0 2px rgba(207,167,78,0.35); z-index: 998;
  transition: transform 0.3s ease, box-shadow 0.3s ease; animation: wa-pulse 2.6s infinite;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 0 2px rgba(207,167,78,0.6); }
@keyframes wa-pulse {
  0% { box-shadow: 0 8px 26px rgba(0,0,0,0.45), 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 8px 26px rgba(0,0,0,0.45), 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 8px 26px rgba(0,0,0,0.45), 0 0 0 0 rgba(37,211,102,0); }
}
.back-to-top {
  position: fixed; bottom: 28px; left: 28px; width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--gold-500); background: var(--navy-900); color: var(--gold-400);
  display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 998;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, background 0.3s, color 0.3s;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold-500); color: var(--navy-950); }

/* ============ TESTIMONIAL ============ */
.testimonial { text-align: center; }
.testimonial-marks { font-family: 'Cormorant Garamond', serif; font-size: 4.5rem; color: var(--gold-500); opacity: 0.35; line-height: 1; margin-bottom: 10px; }
.testimonial blockquote {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  color: var(--cream); max-width: 900px; margin: 0 auto 30px; line-height: 1.5;
}
.testimonial cite { color: var(--gold-400); font-style: normal; font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; }

/* ============ ARTICLES ============ */
.articles { background: var(--navy-900); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }

.articles-filter-wrap {
  display: flex; justify-content: center; margin-top: 28px; margin-bottom: 10px;
}
.articles-filter {
  display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center;
  background: var(--navy-950); padding: 6px; border: 1px solid var(--border-soft); border-radius: 30px;
}
[data-theme="light"] .articles-filter { background: #ffffff; border-color: #cbd5e1; }
.article-filter-btn {
  font: inherit; padding: 8px 18px; border-radius: 20px; border: none;
  background: transparent; color: var(--text-muted); font-size: 0.80rem; letter-spacing: 0.03em;
  cursor: pointer; transition: all 0.25s ease;
}
.article-filter-btn:hover { color: var(--gold-300); }
.article-filter-btn.active {
  background: linear-gradient(120deg, var(--gold-600), var(--gold-400));
  color: var(--navy-950); font-weight: 600; box-shadow: 0 4px 14px rgba(207,167,78,0.2);
}

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 24px; }
.article-card { background: var(--navy-950); border: 1px solid var(--border-soft); border-radius: 4px; padding: 32px 28px; cursor: pointer; transition: transform var(--transition), border-color var(--transition), background var(--transition), opacity 0.3s ease; display: flex; flex-direction: column; }
.article-card.hidden { display: none !important; }
.article-card:hover { transform: translateY(-6px); border-color: rgba(207,167,78,0.45); background: var(--navy-800); }

.article-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; gap: 10px; }
.article-author-tag { font-size: 0.70rem; letter-spacing: 0.04em; color: var(--text-faint); font-style: italic; }

.article-cat { display: inline-flex; align-self: flex-start; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; border: 1px solid rgba(207,167,78,0.35); color: var(--gold-400); }
.article-cat.cat-tazminat { border-color: rgba(207,167,78,0.35); color: var(--gold-400); }
.article-cat.cat-arabuluculuk { border-color: rgba(180,200,220,0.35); color: #b9d0e8; }
.article-cat.cat-aile { border-color: rgba(207,167,78,0.35); color: var(--gold-300); }
.article-cat.cat-tasinmaz { border-color: rgba(160,190,160,0.35); color: #b7d6b7; }
.article-cat.cat-isceza { border-color: rgba(220,180,140,0.35); color: #e2be9b; }

.article-card h3 { font-size: 1.18rem; color: var(--white); margin-bottom: 12px; line-height: 1.35; }
.article-card p { font-size: 0.9rem; color: var(--text-faint); margin-bottom: 22px; flex-grow: 1; }
.article-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--border-soft); font-size: 0.78rem; color: var(--text-faint); }
.article-read { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-400); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.72rem; transition: gap 0.3s; }
.article-card:hover .article-read { gap: 10px; }

/* DAHA FAZLA MAKALE GÖSTER BUTONU */
.articles-more-wrap {
  display: flex; justify-content: center; margin-top: 38px;
}
.articles-more-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 32px; border: 1px solid var(--border-soft); border-radius: 28px;
  background: var(--navy-900); color: var(--gold-300); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.04em; cursor: pointer; transition: all 0.3s ease;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
}
.articles-more-btn:hover {
  border-color: var(--gold-500); background: rgba(207,167,78,0.14); color: var(--white);
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(207,167,78,0.2);
}
[data-theme="light"] .articles-more-btn {
  background: #ffffff; border-color: #cbd5e1; color: #8c6010; box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
[data-theme="light"] .articles-more-btn:hover {
  background: #f8fafc; border-color: #b08422; color: #091424;
}
.articles-more-btn .more-icon { transition: transform 0.3s ease; }
.articles-more-btn.expanded .more-icon { transform: rotate(45deg); }

.article-modal {
  position: fixed; inset: 0; z-index: 1500; background: rgba(6,11,20,0.94); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease; padding: 30px;
}
.article-modal.active { opacity: 1; visibility: visible; }
.article-box {
  background: var(--navy-950); border: 1px solid var(--border-soft); border-radius: 6px; max-width: 720px;
  width: 100%; max-height: 84vh; overflow-y: auto; padding: 50px 54px; position: relative;
  transform: translateY(16px) scale(0.98); transition: transform 0.4s ease;
}
.article-modal.active .article-box { transform: translateY(0) scale(1); }
.article-modal-close {
  position: absolute; top: 22px; right: 22px; width: 40px; height: 40px; border: 1px solid var(--border-soft);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-400);
  cursor: pointer; transition: border-color 0.3s, background 0.3s;
}
.article-modal-close:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.08); }
.article-modal-body .article-cat { margin-bottom: 20px; }
.article-modal-body h2 { font-size: 1.7rem; color: var(--white); margin-bottom: 22px; line-height: 1.3; padding-right: 30px; }
.article-modal-body p { color: var(--text-muted); margin-bottom: 18px; font-size: 0.98rem; }
.article-modal-body h4 { color: var(--gold-400); font-size: 1.05rem; margin: 26px 0 10px; }
.article-modal-body ul { margin: 0 0 18px 0; padding-left: 20px; }
.article-modal-body li { color: var(--text-muted); margin-bottom: 8px; list-style: disc; font-size: 0.95rem; }
.article-modal-cta { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.article-modal-cta p { margin: 0; color: var(--text-faint); font-size: 0.88rem; max-width: 320px; }
.article-sources { margin-top: 30px; padding: 20px 22px; background: rgba(207,167,78,0.05); border: 1px solid var(--border-soft); border-left: 3px solid var(--gold-500); border-radius: 4px; }
.article-sources h4 { color: var(--gold-400); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; font-family: 'Jost', sans-serif; font-weight: 500; }
.sources-list { list-style: none; }
.sources-list li { margin-bottom: 9px; padding-left: 18px; position: relative; }
.sources-list li::before { content: "↗"; position: absolute; left: 0; top: 0; color: var(--gold-500); font-size: 0.85rem; }
.sources-list a { color: var(--text-muted); font-size: 0.86rem; text-decoration: underline; text-decoration-color: rgba(207,167,78,0.35); text-underline-offset: 3px; transition: color 0.25s; }
.sources-list a:hover { color: var(--gold-300); }

/* ============ FAQ ============ */
.faq { background: var(--navy-950); }
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; }
.faq-head { align-self: flex-start; position: sticky; top: 120px; }
.faq-head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); color: var(--white); margin-top: 4px; }
.faq-head p { color: var(--text-muted); margin-top: 18px; }
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { border: 1px solid var(--border-soft); border-radius: 4px; background: var(--navy-900); overflow: hidden; margin-bottom: 12px; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; background: transparent; border: none; color: var(--cream); font: inherit; font-size: 1.02rem; text-align: left; cursor: pointer; transition: color 0.3s; }
.faq-question:hover { color: var(--gold-300); }
.faq-icon { color: var(--gold-400); flex-shrink: 0; transition: transform 0.35s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 26px; }
.faq-item.open .faq-answer { max-height: 320px; padding: 0 26px 24px; }
.faq-answer p { color: var(--text-muted); font-size: 0.94rem; }

/* ============ CONTACT ============ */
.contact { background: var(--navy-900); border-top: 1px solid var(--border-soft); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.contact-info-item { display: flex; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--border-soft); }
.contact-info-item:first-child { padding-top: 0; }
.contact-icon { width: 46px; height: 46px; border: 1px solid var(--gold-500); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-400); flex-shrink: 0; }
.contact-info-item h4 { color: var(--white); font-size: 1.05rem; margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { color: var(--text-muted); font-size: 0.95rem; }
.contact-info-item p a:hover, .contact-info-item a:hover { color: var(--gold-400); }
.hours-status { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 0.82rem; font-weight: 500; }
.hours-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--text-faint); flex-shrink: 0; }
.hours-status.is-open .hours-dot { background: #25d366; animation: hours-pulse 2s infinite; }
.hours-status.is-open .hours-status-text { color: #4ade8a; }
.hours-status.is-closed .hours-dot { background: #9a9a9a; }
.hours-status.is-closed .hours-status-text { color: var(--text-faint); }
@keyframes hours-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.55); } 70% { box-shadow: 0 0 0 8px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.phone-row { display: inline-flex; align-items: center; gap: 10px; }
.copy-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border: 1px solid var(--border-soft); border-radius: 50%; background: transparent; color: var(--text-faint); cursor: pointer; flex-shrink: 0; transition: border-color 0.25s, color 0.25s, background 0.25s; }
.copy-icon-btn:hover { border-color: var(--gold-500); color: var(--gold-400); background: rgba(207,167,78,0.08); }
.copy-icon-btn.copied { border-color: #25d366; color: #25d366; background: rgba(37,211,102,0.1); }
.map-embed { margin-top: 30px; border: 1px solid var(--border-soft); border-radius: 4px; overflow: hidden; filter: grayscale(25%) contrast(1.05) brightness(0.9); transition: filter 0.4s; }
.map-embed:hover { filter: grayscale(0%) brightness(1); }
.map-embed iframe { display: block; }
.directions-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gold-400); transition: color 0.25s, gap 0.25s; }
.directions-link:hover { color: var(--gold-300); gap: 12px; }

.whatsapp-cta-card {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); border: 1px solid var(--border-soft);
  border-radius: 8px; padding: 46px 42px; display: flex; flex-direction: column; align-items: flex-start;
  position: relative; overflow: hidden;
}
.whatsapp-cta-card::before { content: ""; position: absolute; top: -30%; right: -15%; width: 260px; height: 260px; background: radial-gradient(circle, rgba(37,211,102,0.10), transparent 70%); pointer-events: none; }
.whatsapp-cta-icon { width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg, #25d366, #1fae55); color: #ffffff; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; box-shadow: 0 8px 22px rgba(37,211,102,0.25); }
.whatsapp-cta-card h3 { font-size: 1.55rem; color: var(--white); margin-bottom: 14px; }
.whatsapp-cta-card > p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 26px; }
.whatsapp-topics { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; position: relative; z-index: 2; }
.whatsapp-topic-btn { font: inherit; padding: 9px 17px; border: 1px solid var(--border-soft); border-radius: 20px; background: rgba(6,11,20,0.35); color: var(--cream); font-size: 0.82rem; cursor: pointer; transition: border-color 0.25s, background 0.25s, color 0.25s; }
.whatsapp-topic-btn:hover { border-color: rgba(37,211,102,0.5); background: rgba(37,211,102,0.08); color: #4ade8a; }
.whatsapp-topic-btn.selected { border-color: #25d366; background: rgba(37,211,102,0.14); color: #4ade8a; }
.whatsapp-cta-btn { width: 100%; justify-content: center; background: linear-gradient(120deg, #25d366, #1fae55); border-color: transparent; color: #ffffff; position: relative; z-index: 2; }
.whatsapp-cta-btn::before { display: none; }
.whatsapp-cta-btn:hover { filter: brightness(1.08); color: #ffffff; }
.whatsapp-cta-alt { margin-top: 18px; font-size: 0.85rem; color: var(--text-faint); align-self: center; position: relative; z-index: 2; transition: color 0.25s; }
.whatsapp-cta-alt strong { color: var(--gold-400); font-weight: 500; }
.whatsapp-cta-alt:hover { color: var(--cream); }

/* ============ FOOTER ============ */
footer { background: var(--navy-950); padding: 70px 0 30px; border-top: 1px solid var(--border-soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 60px; }
.footer-brand p { color: var(--text-faint); margin-top: 18px; font-size: 0.9rem; max-width: 300px; }
.footer-col h4 { font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 22px; font-family: 'Jost', sans-serif; font-weight: 500; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: var(--text-muted); font-size: 0.9rem; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--gold-400); }
.footer-legal-notice {
  margin-bottom: 24px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-soft);
  border-radius: 6px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--text-faint);
}
.footer-legal-notice strong { color: var(--gold-400); }
[data-theme="light"] .footer-legal-notice {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #64748b;
}
[data-theme="light"] .footer-legal-notice strong { color: #8c6010; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid var(--border-soft); flex-wrap: wrap; gap: 16px; font-size: 0.82rem; color: var(--text-faint); }
.socials { display: flex; gap: 16px; }
.socials a { width: 38px; height: 38px; border: 1px solid var(--border-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-400); transition: all 0.3s; }
.socials a:hover { border-color: var(--gold-500); background: var(--gold-500); color: var(--navy-950); }

/* ============ FORM INPUTS & TOUCH DEFAULTS ============ */
input, select, textarea, button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
input, select, textarea {
  font-size: 16px !important; /* Critical to prevent iOS Safari & Chrome auto-zoom */
  -webkit-text-size-adjust: 100%;
}

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed; inset: 0; z-index: 1500; background: rgba(6,11,20,0.94); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease; padding: 30px;
}
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(900px, 90vw); max-height: 82vh; object-fit: contain; border: 1px solid var(--border-soft); border-radius: 2px; transform: scale(0.94); transition: transform 0.4s ease; }
.lightbox.active img { transform: scale(1); }
.lightbox-caption { position: absolute; bottom: 40px; left: 0; right: 0; text-align: center; color: var(--gold-300); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; }
.lightbox-close { position: absolute; top: 26px; right: 32px; width: 44px; height: 44px; border: 1px solid var(--border-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-400); cursor: pointer; transition: border-color 0.3s, background 0.3s; }
.lightbox-close:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.08); }

/* ============ PROCESS ROADMAP (4 ADIMDA HUKUKİ SÜREÇ) ============ */
.process-section {
  padding: 90px 0; background: var(--navy-900);
  border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft);
  position: relative;
}
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 50px; }
.process-card {
  background: var(--navy-950); border: 1px solid var(--border-soft); border-radius: 6px; padding: 32px 24px;
  position: relative; transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.process-card:hover { transform: translateY(-6px); border-color: var(--gold-500); box-shadow: var(--shadow-gold); }
.process-number {
  font-family: 'Cinzel', serif; font-size: 2.4rem; font-weight: 700; color: rgba(207,167,78,0.16);
  position: absolute; top: 18px; right: 20px; line-height: 1;
}
.process-icon {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--gold-500);
  display: flex; align-items: center; justify-content: center; color: var(--gold-400);
  background: rgba(207,167,78,0.08); margin-bottom: 22px;
}
.process-card h4 { font-size: 1.18rem; color: var(--white); margin-bottom: 12px; }
.process-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* ============ CALC SHOWCASE SECTION (ÜST VİTRİN) ============ */
.calc-showcase-section {
  padding: 40px 0 60px;
  background: radial-gradient(circle at 50% 0%, rgba(207,167,78,0.08) 0%, rgba(6,11,20,0) 70%);
  position: relative;
}
.calc-showcase-section .tazminat-panel {
  margin-top: 0;
  box-shadow: 0 16px 50px rgba(0,0,0,0.5), 0 0 25px rgba(207,167,78,0.12);
  border-color: rgba(207,167,78,0.35);
}
.badge-sparkle { color: var(--gold-400); animation: sparklePulse 2s infinite ease-in-out; display: inline-block; margin-right: 4px; }
@keyframes sparklePulse { 0%, 100% { opacity: 0.6; transform: scale(0.9); } 50% { opacity: 1; transform: scale(1.15); filter: drop-shadow(0 0 4px var(--gold-400)); } }

/* ============ CALCULATOR ROBOT MODAL ============ */
.calc-modal {
  position: fixed; inset: 0; z-index: 1600; background: rgba(4, 8, 15, 0.88); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s cubic-bezier(0.16, 1, 0.3, 1); padding: 20px;
}
.calc-modal.active { opacity: 1; visibility: visible; }
.calc-box {
  background: var(--navy-950); border: 1px solid rgba(207,167,78,0.35); border-radius: 12px; width: 100%;
  max-width: 590px; display: flex; flex-direction: column; max-height: 90vh; height: auto;
  transform: translateY(20px) scale(0.97); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease; overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.7), 0 0 35px rgba(207,167,78,0.12);
}
.calc-modal.active .calc-box { transform: translateY(0) scale(1); animation: calcModalCinematic 0.45s ease-out; }
@keyframes calcModalCinematic {
  0% { transform: translateY(24px) scale(0.96); opacity: 0; box-shadow: 0 0 0 rgba(207,167,78,0); }
  60% { box-shadow: 0 20px 60px rgba(0,0,0,0.8), 0 0 45px rgba(207,167,78,0.25); }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

.calc-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid var(--border-soft); background: var(--navy-900); }
.calc-header-left { display: flex; align-items: center; gap: 12px; }
.calc-bot-avatar { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--gold-500); display: flex; align-items: center; justify-content: center; color: var(--gold-400); flex-shrink: 0; background: rgba(207,167,78,0.08); }
.calc-header-left h4 { color: var(--white); font-size: 1.02rem; }
.calc-subtitle { font-size: 0.74rem; color: var(--text-faint); }

.calc-sound-toggle {
  width: 36px; height: 36px; border: 1px solid var(--border-soft); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gold-400);
  background: transparent; cursor: pointer; transition: all 0.25s ease; flex-shrink: 0;
}
.calc-sound-toggle:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.12); color: var(--gold-300); transform: scale(1.05); }
.calc-sound-toggle.muted { color: var(--text-faint); border-color: rgba(255,255,255,0.1); }

.calc-close { width: 36px; height: 36px; border: 1px solid var(--border-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-400); cursor: pointer; transition: border-color 0.25s, background 0.25s; flex-shrink: 0; background: transparent; }
.calc-close:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.12); }

.calc-tabs-scroll-wrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid var(--border-soft); background: rgba(8,16,28,0.7);
  scrollbar-width: none;
}
.calc-tabs-scroll-wrap::-webkit-scrollbar { display: none; }
.calc-tabs { display: flex; min-width: max-content; width: 100%; }
.calc-tab {
  flex: 1; padding: 11px 16px; font: inherit; font-size: 0.76rem; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text-faint); background: transparent; border: none;
  border-bottom: 2px solid transparent; cursor: pointer; transition: color 0.25s, border-color 0.25s, background 0.25s;
  white-space: nowrap; text-align: center;
}
.calc-tab:hover { color: var(--gold-300); background: rgba(207,167,78,0.04); }
.calc-tab.active { color: var(--gold-400); border-bottom-color: var(--gold-500); background: rgba(207,167,78,0.08); font-weight: 500; }
.calc-tab-link { cursor: pointer; }

.calc-progress { padding: 12px 22px 10px; border-bottom: 1px solid rgba(207,167,78,0.12); background: rgba(6,12,22,0.6); flex-shrink: 0; }
.calc-progress-text { font-size: 0.70rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 6px; display: block; }
.calc-progress-track { height: 3px; background: var(--navy-700); border-radius: 3px; overflow: hidden; }
.calc-progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold-600), var(--gold-300)); transition: width 0.4s ease; }
.calc-chat {
  flex-grow: 1; overflow-y: auto; padding: 18px 22px; display: flex; flex-direction: column; gap: 14px;
  min-height: 220px; max-height: 52vh; -webkit-overflow-scrolling: touch; scroll-behavior: smooth;
}
.calc-msg-bot, .calc-msg-user { display: flex; gap: 10px; max-width: 90%; animation: calcFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes calcFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.calc-msg-bot { align-self: flex-start; }
.calc-msg-user { align-self: flex-end; flex-direction: row-reverse; }
.calc-bubble { padding: 11px 16px; border-radius: 12px; font-size: 0.90rem; line-height: 1.55; }
.calc-msg-bot .calc-bubble { background: var(--navy-800); border: 1px solid var(--border-soft); color: var(--cream); border-top-left-radius: 3px; }
.calc-msg-user .calc-bubble { background: linear-gradient(120deg, var(--gold-600), var(--gold-500)); color: var(--navy-950); border-top-right-radius: 3px; font-weight: 500; }
.calc-mini-avatar { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--gold-500); color: var(--gold-400); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.68rem; font-family: 'Cinzel', serif; background: rgba(207,167,78,0.1); }

/* ---- Sonuç tablosu (tam genişlikte lüks sinematik rapor kartı) ---- */
.calc-result-msg { max-width: 100%; width: 100%; animation: calcResultEntrance 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes calcResultEntrance {
  0% { opacity: 0; transform: scale(0.96) translateY(10px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.calc-result-panel {
  width: 100%; background: linear-gradient(145deg, rgba(207,167,78,0.08), rgba(10,20,36,0.95));
  border: 1px solid rgba(207,167,78,0.45); border-radius: 10px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 20px rgba(207,167,78,0.12);
}
.calc-result-header { padding: 14px 18px; border-bottom: 1px solid rgba(207,167,78,0.25); background: rgba(207,167,78,0.07); }
.calc-result-header .calc-result-label { font-size: 0.70rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 4px; display: block; font-weight: 600; }
.calc-result-header .calc-result-value { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--gold-300); line-height: 1.2; font-weight: 600; text-shadow: 0 0 16px rgba(207,167,78,0.25); }

.calc-result-table { width: 100%; border-collapse: collapse; }
.calc-result-table tr { border-bottom: 1px solid rgba(207,167,78,0.12); }
.calc-result-table tr:last-child { border-bottom: none; }
.calc-result-table td { padding: 9px 18px; font-size: 0.82rem; vertical-align: top; }
.calc-result-table td:first-child { color: var(--text-muted); width: 50%; }
.calc-result-table td:last-child { color: var(--gold-300); font-weight: 500; text-align: right; }
.calc-result-table tr:nth-child(even) { background: rgba(207,167,78,0.03); }

.calc-result-note { padding: 10px 18px; font-size: 0.76rem; color: var(--text-faint); line-height: 1.55; border-top: 1px dashed rgba(207,167,78,0.2); background: rgba(6,11,20,0.4); }

.calc-input-area { padding: 12px 20px 14px; border-top: 1px solid var(--border-soft); background: var(--navy-900); }
.calc-input-hint { font-size: 0.74rem; color: #e08a7d; margin-top: 6px; min-height: 14px; }
.calc-options { display: flex; flex-wrap: wrap; gap: 8px; }
.calc-option-btn {
  font: inherit; padding: 9px 16px; border: 1px solid var(--border-soft); border-radius: 18px;
  background: rgba(15,28,48,0.7); color: var(--cream); font-size: 0.84rem; cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1); min-height: 38px; display: inline-flex; align-items: center; justify-content: center;
}
.calc-option-btn:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.16); color: var(--gold-300); transform: translateY(-1px); }
.calc-option-btn:active { transform: scale(0.98); }

.calc-number-row { display: flex; gap: 8px; align-items: center; }
.calc-number-row input {
  flex-grow: 1; background: var(--navy-800); border: 1px solid var(--border-soft);
  border-radius: 18px; padding: 10px 18px; color: var(--white); font: inherit;
  font-size: 16px !important; min-height: 42px;
}
.calc-number-row input:focus { outline: none; border-color: var(--gold-500); box-shadow: 0 0 10px rgba(207,167,78,0.2); }
.calc-number-row button {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: none;
  background: linear-gradient(120deg, var(--gold-600), var(--gold-300)); color: var(--navy-950);
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s, filter 0.2s;
}
.calc-number-row button:hover { filter: brightness(1.1); transform: scale(1.04); }

.calc-date-row { display: flex; gap: 8px; align-items: center; }
.calc-date-row input {
  flex-grow: 1; background: var(--navy-800); border: 1px solid var(--border-soft);
  border-radius: 18px; padding: 10px 18px; color: var(--white); font: inherit;
  font-size: 16px !important; color-scheme: dark; min-height: 42px;
}
.calc-date-row input:focus { outline: none; border-color: var(--gold-500); }
.calc-date-row button {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: none;
  background: linear-gradient(120deg, var(--gold-600), var(--gold-300)); color: var(--navy-950);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}

.calc-oranlist-items { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.calc-oranlist-items:empty { display: none; }
.calc-oran-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px 6px 12px; border: 1px solid rgba(207,167,78,0.4); background: rgba(207,167,78,0.1); border-radius: 16px; font-size: 0.82rem; color: var(--gold-300); }
.calc-oran-chip span.chip-idx { color: var(--text-faint); font-size: 0.72rem; }
.calc-oran-chip button { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; border: none; background: rgba(224,138,125,0.2); color: #e08a7d; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 0.78rem; line-height: 1; }
.calc-oran-chip button:hover { background: rgba(224,138,125,0.35); }
.calc-oranlist-done { margin-top: 4px; width: 100%; justify-content: center; min-height: 40px; }
.calc-oranlist-done:disabled { opacity: 0.4; cursor: not-allowed; pointer-events: none; }

/* ---- Şık & Kompakt Sonuç Butonları (WhatsApp, Yazdır/PDF, Kopyala, Yeniden Başlat) ---- */
.calc-final-actions {
  display: flex; gap: 8px; align-items: stretch; width: 100%; flex-wrap: wrap;
}
.calc-final-actions .btn-wa-report {
  flex: 1 1 180px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(120deg, var(--gold-600), var(--gold-400)); color: var(--navy-950);
  font-weight: 600; font-size: 0.78rem; letter-spacing: 0.04em; padding: 9px 14px;
  border-radius: 20px; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s ease;
  min-height: 38px; box-shadow: 0 4px 14px rgba(207,167,78,0.2);
}
.calc-final-actions .btn-wa-report:hover { filter: brightness(1.1); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(207,167,78,0.35); }

.calc-final-actions .btn-print-report,
.calc-final-actions .btn-copy-report {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: rgba(15, 28, 48, 0.7); color: var(--cream); border: 1px solid var(--border-soft);
  font-size: 0.74rem; letter-spacing: 0.03em; padding: 9px 13px; border-radius: 20px;
  cursor: pointer; transition: all 0.25s ease; min-height: 38px;
}
[data-theme="light"] .calc-final-actions .btn-print-report,
[data-theme="light"] .calc-final-actions .btn-copy-report {
  background: #ffffff; color: #101c2e; border-color: #cbd5e1;
}
.calc-final-actions .btn-print-report:hover,
.calc-final-actions .btn-copy-report:hover {
  border-color: var(--gold-500); background: rgba(207,167,78,0.14); color: var(--gold-300); transform: translateY(-1px);
}

.calc-final-actions .btn-restart {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--gold-300); border: 1px solid rgba(207,167,78,0.35);
  font-size: 0.74rem; letter-spacing: 0.03em; padding: 9px 12px; border-radius: 20px;
  cursor: pointer; transition: all 0.25s ease; min-height: 38px;
}
.calc-final-actions .btn-restart:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.1); color: var(--white); }

/* TOAST BİLDİRİMİ */
.bhb-toast {
  position: fixed; top: 24px; left: 50%; transform: translateX(-50%) translateY(-20px);
  background: linear-gradient(120deg, var(--gold-600), var(--gold-400)); color: var(--navy-950);
  padding: 10px 22px; border-radius: 30px; font-size: 0.82rem; font-weight: 600;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4), 0 0 15px rgba(207,167,78,0.3);
  z-index: 9999; opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.bhb-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }

/* ============ RESMİ AKTÜERYAL HESAPLAMA RAPORU (PDF & BASKI SİSTEMİ) ============ */
#officialPrintReport { display: none; }

@media print {
  @page {
    size: A4 portrait;
    margin: 10mm 12mm 10mm 12mm;
  }
  
  /* SİTEDEKİ TÜM SAYFA ELEMANLARINI TAMAMEN SIFIRLA VE GİZLE (24 BOŞ SAYFA OLUŞMASINI ÖNLER) */
  html, body {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    color: #111827 !important;
    overflow: visible !important;
  }
  body > *:not(#officialPrintReport) {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  
  #officialPrintReport {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Jost', 'Segoe UI', Arial, sans-serif !important;
    color: #111827 !important;
    background: #ffffff !important;
    line-height: 1.35 !important;
    font-size: 8.5pt !important;
  }
  #officialPrintReport * {
    visibility: visible !important;
  }
  .print-letterhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #b08422;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .print-brand { display: flex; align-items: center; gap: 10px; }
  .print-brand-mark {
    width: 40px; height: 40px; border: 1.5px solid #b08422; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; background: #ffffff;
  }
  .print-brand-mark img { width: 32px; height: 32px; object-fit: contain; }
  .print-brand-info h1 {
    font-family: 'Cinzel', 'Cormorant Garamond', serif !important;
    font-size: 13pt !important; color: #091424 !important; margin: 0 !important;
    font-weight: 700 !important; letter-spacing: 0.03em;
  }
  .print-brand-info span {
    font-size: 7.5pt !important; color: #8c6010 !important; font-weight: 600 !important;
    display: block; text-transform: uppercase; letter-spacing: 0.04em;
  }
  .print-meta-box {
    text-align: right; font-size: 7.5pt !important; color: #475569 !important; line-height: 1.3 !important;
  }
  .print-meta-box strong { color: #091424 !important; }
  .print-report-title-card {
    background: #f8fafc; border: 1px solid #cbd5e1; border-left: 4px solid #b08422;
    padding: 8px 12px; margin-bottom: 12px; border-radius: 3px;
  }
  .print-report-title-card h2 {
    font-family: 'Cormorant Garamond', serif !important; font-size: 12pt !important;
    color: #091424 !important; margin: 0 0 2px 0 !important; font-weight: 700 !important;
    text-transform: uppercase;
  }
  .print-report-title-card p {
    font-size: 7.5pt !important; color: #475569 !important; margin: 0 !important;
  }
  .print-section { margin-bottom: 12px; page-break-inside: avoid !important; }
  .print-section-title {
    font-size: 8.5pt !important; font-weight: 700 !important; color: #091424 !important;
    text-transform: uppercase; letter-spacing: 0.04em; border-bottom: 1px solid #cbd5e1;
    padding-bottom: 2px; margin-bottom: 6px;
  }
  .print-table {
    width: 100% !important; border-collapse: collapse !important; margin-bottom: 8px; font-size: 7.8pt !important;
    page-break-inside: avoid !important;
  }
  .print-table th, .print-table td {
    border: 1px solid #cbd5e1 !important; padding: 4px 7px !important; text-align: left;
  }
  .print-table th { background: #f1f5f9 !important; color: #091424 !important; font-weight: 600 !important; }
  .print-table td:last-child { font-weight: 600; color: #091424; }
  .print-result-banner {
    background: #faf8f4; border: 1.5px solid #b08422; border-radius: 4px;
    padding: 9px 14px; display: flex; justify-content: space-between; align-items: center; margin: 10px 0;
    page-break-inside: avoid !important;
  }
  .print-result-banner .banner-label { font-size: 9.5pt; font-weight: 600; color: #091424; }
  .print-result-banner .banner-value {
    font-size: 14pt; font-weight: 700; color: #8c6010; font-family: 'Cinzel', serif;
  }
  .print-note-box {
    background: #f8fafc; border: 1px solid #e2e8f0; padding: 7px 10px;
    font-size: 7.5pt; color: #475569; line-height: 1.35; border-radius: 3px; margin-bottom: 12px;
  }
  .print-signatures {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-top: 14px; padding-top: 10px; border-top: 1px solid #cbd5e1;
    page-break-inside: avoid !important;
  }
  .print-sign-left {
    font-size: 7pt; color: #64748b; max-width: 340px; line-height: 1.25;
  }
  .print-sign-right { text-align: center; }
  .print-sign-title { font-size: 7.8pt; font-weight: 600; color: #091424; margin-bottom: 1px; }
  .print-sign-name { font-size: 9.5pt; font-weight: 700; color: #8c6010; font-family: 'Cormorant Garamond', serif; }
  .print-sign-credentials { font-size: 7pt; color: #475569; }
  .print-stamp-placeholder {
    width: 70px; height: 34px; border: 1px dashed #cbd5e1; margin: 4px auto;
    display: flex; align-items: center; justify-content: center; font-size: 6.5pt; color: #94a3b8;
  }
}

.calc-disclaimer {
  padding: 8px 20px 10px; font-size: 0.68rem; color: var(--text-faint); line-height: 1.45;
  border-top: 1px solid rgba(207,167,78,0.12); background: var(--navy-950); text-align: center;
}

.btn-inline-calc {
  background: transparent; border: none; padding: 0; font: inherit; cursor: pointer;
  color: var(--gold-400); display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
  transition: color 0.25s;
}
.btn-inline-calc:hover { color: var(--gold-300); }

/* ============ MOBİL SABİT HIZLI EYLEM ÇUBUĞU ============ */
.mobile-bottom-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1400;
  background: rgba(6, 11, 20, 0.96); backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-soft);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  justify-content: space-around; align-items: center;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.55);
}
.mobile-bar-btn {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  color: var(--text-muted); font-size: 0.68rem; letter-spacing: 0.02em;
  background: transparent; border: none; cursor: pointer; text-decoration: none;
  padding: 6px 10px; border-radius: 8px; transition: color 0.2s, background 0.2s;
  min-width: 58px; font-family: 'Jost', sans-serif;
}
.mobile-bar-btn:hover, .mobile-bar-btn:active { color: var(--gold-400); background: rgba(207,167,78,0.08); }
.mobile-bar-btn svg { flex-shrink: 0; }
.mobile-bar-wa { color: #25d366; }
.mobile-bar-wa:hover, .mobile-bar-wa:active { color: #25d366; }
.mobile-bar-calc { color: var(--gold-400); font-weight: 500; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .attorney-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual, .about-image, .attorney-photo { height: 380px; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .value-row { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .tazminat-grid { grid-template-columns: 1fr; gap: 34px; }
  .tazminat-panel { padding: 40px 36px; }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-head { position: static; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px auto 220px; grid-template-areas: "large large" "sq1 sq2" "wide wide" "extra extra"; }
  .gallery-item { min-height: auto; }
}
@media (max-width: 720px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .mobile-bottom-bar { display: flex; }
  
  /* Mobil Menü Drawer */
  .nav-links {
    position: fixed; top: 0; right: -100%; width: 82%; max-width: 320px; height: 100vh;
    background: var(--navy-900); flex-direction: column; justify-content: center;
    gap: 24px; transition: right var(--transition); border-left: 1px solid var(--border-soft);
    padding: 30px 24px; z-index: 1500;
  }
  .nav-links.open { right: 0; }
  .nav-links a { font-size: 1.15rem; font-weight: 500; padding: 6px 0; }
  
  /* Açık Temada Mobil Menü Çekmecesi */
  [data-theme="light"] .nav-links {
    background: #ffffff !important;
    border-left-color: #cbd5e1 !important;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.12) !important;
  }
  [data-theme="light"] .nav-links a { color: #091424 !important; }
  [data-theme="light"] .nav-links a:hover { color: #8c6010 !important; }
  [data-theme="light"] .menu-toggle span { background: #091424 !important; }
  
  .menu-toggle { display: flex; }
  .nav-cta { display: none; }
  .practice-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  
  /* Hero Üst Rozetler ve İstatistikler */
  .hero-top-badges { flex-wrap: wrap; gap: 8px; }
  .hero-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
    width: 100%; text-align: center;
  }
  .hero-stats .stat h3 { font-size: 1.65rem; }
  .hero-stats .stat span { font-size: 0.72rem; line-height: 1.3; }
  
  .hero-actions { display: flex; flex-direction: column; width: 100%; gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; padding: 14px 20px; }
  
  .principles-row { justify-content: flex-start; }
  .why-grid { grid-template-columns: 1fr; }
  .marquee-track span { font-size: 1.05rem; padding: 0 18px; }
  .tazminat-panel { padding: 24px 16px; }
  .tazminat-services { grid-template-columns: 1fr; }
  .tazminat-info h3 { font-size: 1.45rem; }
  .tazminat-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .tazminat-actions .btn { justify-content: center; width: 100%; }
  
  /* Mobilde Yatay Kaydırılabilir Kategori Sekmeleri */
  .articles-filter-wrap {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
    margin-inline: -12px;
    padding-inline: 12px;
  }
  .articles-filter-wrap::-webkit-scrollbar { display: none; }
  .articles-filter { flex-wrap: nowrap; white-space: nowrap; border-radius: 24px; padding: 4px; }
  .article-filter-btn { padding: 8px 16px; font-size: 0.76rem; flex-shrink: 0; }
  .articles-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 18px; }
  .article-card { padding: 22px 18px; border-radius: 6px; }
  .article-card h3 { font-size: 1.06rem; line-height: 1.35; margin-bottom: 10px; }
  .article-card p { font-size: 0.86rem; margin-bottom: 16px; }
  
  /* Mobilde Bottom-Sheet Makale Okuma Modalı */
  .article-modal { padding: 0; align-items: flex-end; }
  .article-box {
    max-width: 100%; width: 100%; max-height: 90dvh; height: 90dvh;
    border-bottom-left-radius: 0; border-bottom-right-radius: 0;
    border-top-left-radius: 20px; border-top-right-radius: 20px;
    padding: 28px 20px calc(20px + env(safe-area-inset-bottom));
  }
  .article-modal-close { top: 16px; right: 16px; width: 38px; height: 38px; }
  .article-modal-body h2 { font-size: 1.35rem; padding-right: 32px; line-height: 1.3; }
  .article-modal-body p { font-size: 0.92rem; line-height: 1.6; }
  .article-modal-cta { flex-direction: column; align-items: stretch; gap: 14px; }
  .article-modal-cta .btn { justify-content: center; width: 100%; }
  
  /* Mobilde Bottom Sheet Hesaplama Modal Deneyimi */
  .calc-modal { padding: 0; align-items: flex-end; }
  .calc-box {
    max-width: 100%; width: 100%; max-height: 92dvh; height: 92dvh;
    border-bottom-left-radius: 0; border-bottom-right-radius: 0;
    border-top-left-radius: 20px; border-top-right-radius: 20px;
    border-bottom: none;
  }
  .calc-header { padding: 14px 18px; }
  .calc-header-left h4 { font-size: 0.96rem; }
  .calc-input-area { padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); }
  .calc-chat { padding: 14px 16px; }
  .calc-disclaimer { padding: 8px 16px 12px; font-size: 0.68rem; }
  
  /* Mobil Seçenek & Buton Düzeni */
  .calc-options { display: flex; flex-direction: column; gap: 8px; width: 100%; }
  .calc-option-btn { width: 100%; text-align: left; padding: 12px 14px; font-size: 0.88rem; line-height: 1.4; border-radius: 8px; }
  .calc-number-row input, .calc-date-row input { font-size: 16px !important; }
  
  .calc-final-actions {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%;
  }
  .btn-wa-report { grid-column: 1 / -1; justify-content: center; padding: 13px 18px; font-size: 0.88rem; }
  .btn-print-report, .btn-copy-report, .btn-restart { justify-content: center; padding: 10px 10px; font-size: 0.76rem; }
  
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-template-areas: "large" "sq1" "sq2" "wide" "extra"; }
  .gallery-item { min-height: 240px; }
  
  /* Mobilde Alt Hızlı Eylem Barı Olduğundan Kayan Buton Düzeni */
  .whatsapp-float { display: none !important; }
  .back-to-top {
    width: 38px; height: 38px;
    bottom: calc(74px + env(safe-area-inset-bottom));
    left: 14px; z-index: 1350;
  }
}

/* ============ REVEAL ANIMATION ============ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* ============ 4. ÖZEL DURUM NOTU ROZETİ (Altın / Kehribar Canlı Yanıp Sönen) ============ */
.office-status-badge.status-notice .status-pulse-dot,
.hours-status.status-notice .hours-dot {
  background: var(--gold-400) !important;
  box-shadow: 0 0 0 0 rgba(207, 167, 78, 0.7);
  animation: pulseGoldNotice 1.8s infinite !important;
}
.office-status-badge.status-notice .status-text,
.hours-status.status-notice .hours-status-text {
  color: var(--gold-300) !important;
  font-weight: 600;
}
[data-theme="light"] .office-status-badge.status-notice .status-text,
[data-theme="light"] .hours-status.status-notice .hours-status-text {
  color: #926008 !important;
}
@keyframes pulseGoldNotice {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(207, 167, 78, 0.7); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(207, 167, 78, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(207, 167, 78, 0); }
}

/* ============ CANLI DUYURU & ÖNEMLİ DURUM BANDI (TOP ANNOUNCEMENT BAR) ============ */
:root {
  --urgent-bar-height: 44px;
}
.urgent-notice-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1060;
  min-height: var(--urgent-bar-height);
  background: linear-gradient(90deg, rgba(10, 18, 30, 0.97) 0%, rgba(26, 38, 57, 0.97) 50%, rgba(10, 18, 30, 0.97) 100%);
  border-bottom: 1px solid rgba(207, 167, 78, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  display: flex; align-items: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
  animation: slideNoticeDown 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slideNoticeDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
[data-theme="light"] .urgent-notice-bar {
  background: linear-gradient(90deg, #fffdfa 0%, #f7f1e5 50%, #fffdfa 100%);
  border-bottom-color: rgba(184, 134, 11, 0.35);
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.12);
}
.urgent-notice-container {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: min(1300px, 94%); margin-inline: auto; padding: 6px 0;
}
.urgent-notice-left {
  display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0;
}
.urgent-notice-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400);
  box-shadow: 0 0 0 0 rgba(207, 167, 78, 0.7);
  animation: pulseGoldNotice 1.8s infinite; flex-shrink: 0;
}
.urgent-notice-icon {
  font-size: 1.1rem; line-height: 1; flex-shrink: 0;
}
.urgent-notice-content {
  display: flex; align-items: center; gap: 8px; font-size: 0.84rem;
  color: var(--cream); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
[data-theme="light"] .urgent-notice-content { color: #1e293b; }
.urgent-notice-tag {
  color: var(--gold-300); font-weight: 600; letter-spacing: 0.02em; flex-shrink: 0;
}
[data-theme="light"] .urgent-notice-tag { color: #926008; }
.urgent-notice-text {
  color: var(--cream); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
[data-theme="light"] .urgent-notice-text { color: #334155; }
.urgent-notice-timer {
  display: inline-flex; align-items: center; padding: 2px 8px;
  background: rgba(207, 167, 78, 0.15); border: 1px solid rgba(207, 167, 78, 0.35);
  border-radius: 12px; font-size: 0.72rem; color: var(--gold-300);
  font-weight: 500; flex-shrink: 0; letter-spacing: 0.02em;
}
[data-theme="light"] .urgent-notice-timer {
  background: rgba(184, 134, 11, 0.12); border-color: rgba(184, 134, 11, 0.25); color: #855702;
}
.urgent-notice-actions {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
.urgent-notice-btn {
  display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px;
  background: #25D366; color: #ffffff !important; border-radius: 4px;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.03em;
  transition: transform 0.2s, filter 0.2s; white-space: nowrap;
}
.urgent-notice-btn:hover { transform: translateY(-1px); filter: brightness(1.08); }
.urgent-notice-close {
  background: transparent; border: none; color: var(--text-faint);
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%; cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.urgent-notice-close:hover { background: rgba(255,255,255,0.1); color: var(--cream); }
[data-theme="light"] .urgent-notice-close:hover { background: rgba(0,0,0,0.06); color: #0f172a; }

/* Duyuru açıkken Header ve sayfa akışı uyarlaması */
body.has-urgent-notice header {
  top: var(--urgent-bar-height);
}
body.has-urgent-notice .scroll-progress {
  top: var(--urgent-bar-height);
}
body.has-urgent-notice .hero {
  padding-top: calc(var(--urgent-bar-height) * 0.7);
}

/* ============ FOOTER GİZLİ YÖNETİCİ BUTONU ============ */
.admin-lock-btn {
  background: transparent; border: none; color: var(--text-faint);
  padding: 4px; border-radius: 4px; cursor: pointer; vertical-align: middle;
  display: inline-flex; align-items: center; justify-content: center;
  opacity: 0.35; transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
  margin-left: 6px;
}
.admin-lock-btn:hover { opacity: 1; color: var(--gold-400); transform: scale(1.15); }

/* ============ SITE SAHIBI YONETIM MODAL (ADMIN MODAL) ============ */
.admin-modal {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(4, 8, 15, 0.82); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.admin-modal.active { opacity: 1; visibility: visible; }
.admin-modal-box {
  background: var(--navy-900); border: 1px solid var(--gold-500); border-radius: 12px;
  width: 100%; max-width: 640px; max-height: 90vh; overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(207, 167, 78, 0.15);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.admin-modal.active .admin-modal-box { transform: translateY(0) scale(1); }
[data-theme="light"] .admin-modal-box {
  background: #ffffff; border-color: var(--gold-500);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2), 0 0 25px rgba(184, 134, 11, 0.15);
}
.admin-modal-header {
  padding: 20px 24px; border-bottom: 1px solid var(--border-soft);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: rgba(207, 167, 78, 0.04);
}
.admin-modal-title-wrap { display: flex; align-items: center; gap: 12px; }
.admin-shield-icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: rgba(207, 167, 78, 0.15); border: 1px solid var(--gold-500);
  color: var(--gold-400); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.admin-modal-title-wrap h3 {
  font-family: 'Cinzel', serif; font-size: 1.15rem; color: var(--gold-300);
  margin: 0; line-height: 1.2;
}
[data-theme="light"] .admin-modal-title-wrap h3 { color: #926008; }
.admin-subtitle { font-size: 0.74rem; color: var(--text-faint); letter-spacing: 0.03em; }
.admin-modal-close {
  background: transparent; border: 1px solid var(--border-soft); border-radius: 6px;
  width: 32px; height: 32px; color: var(--text-faint); display: flex; align-items: center;
  justify-content: center; cursor: pointer; transition: all 0.2s;
}
.admin-modal-close:hover { border-color: var(--gold-500); color: var(--gold-400); }

/* PIN Giriş Ekranı */
.admin-auth-view { padding: 40px 24px; text-align: center; }
.admin-pin-card { max-width: 360px; margin: 0 auto; }
.admin-pin-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(207, 167, 78, 0.12); border: 1px solid var(--gold-500);
  color: var(--gold-400); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; box-shadow: 0 0 20px rgba(207, 167, 78, 0.15);
}
.admin-pin-card h4 { font-size: 1.3rem; color: var(--white); margin-bottom: 8px; }
[data-theme="light"] .admin-pin-card h4 { color: #0f172a; }
.admin-pin-card p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 22px; line-height: 1.5; }
.admin-pin-inputs { display: flex; gap: 10px; justify-content: center; margin-bottom: 18px; }
.admin-pin-digit, .admin-new-pin-digit {
  width: 48px; height: 54px; text-align: center; font-size: 1.5rem; font-weight: 700;
  border-radius: 8px; border: 1.5px solid var(--border-soft); background: var(--navy-950);
  color: var(--gold-400); transition: border-color 0.2s, box-shadow 0.2s;
}
[data-theme="light"] .admin-pin-digit, [data-theme="light"] .admin-new-pin-digit {
  background: #f8fafc; border-color: #cbd5e1; color: #0f172a;
}
.admin-pin-digit:focus, .admin-new-pin-digit:focus {
  outline: none; border-color: var(--gold-500); box-shadow: 0 0 12px rgba(207, 167, 78, 0.3);
}
.admin-pin-error {
  color: #f87171; font-size: 0.8rem; margin-bottom: 14px;
  background: rgba(239, 68, 68, 0.1); padding: 8px 12px; border-radius: 6px;
  border: 1px solid rgba(239, 68, 68, 0.25);
}
.admin-pin-hint { font-size: 0.74rem; color: var(--text-faint); margin-bottom: 20px; }
.admin-auth-submit { width: 100%; justify-content: center; }

/* Dashboard Düzenleme Arayüzü */
.admin-dash-view { padding: 22px 24px; }
.admin-status-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 18px; border-radius: 8px; background: var(--navy-950);
  border: 1px solid var(--border-soft); margin-bottom: 20px;
}
[data-theme="light"] .admin-status-strip { background: #f8fafc; border-color: #e2e8f0; }
.admin-status-info { display: flex; align-items: center; gap: 12px; }
.admin-live-dot {
  width: 10px; height: 10px; border-radius: 50%; background: #64748b;
  flex-shrink: 0; transition: background-color 0.3s;
}
.admin-status-strip.is-live .admin-live-dot {
  background: #22c55e; box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: pulseGreen 1.8s infinite;
}
.admin-status-info strong { display: block; font-size: 0.88rem; color: var(--white); }
[data-theme="light"] .admin-status-info strong { color: #0f172a; }
.admin-live-sub { display: block; font-size: 0.74rem; color: var(--text-faint); margin-top: 2px; }

/* Switch Toggle */
.admin-switch { position: relative; display: inline-block; width: 48px; height: 26px; flex-shrink: 0; }
.admin-switch input { opacity: 0; width: 0; height: 0; }
.admin-slider {
  position: absolute; cursor: pointer; inset: 0; background-color: #475569;
  border-radius: 26px; transition: 0.3s;
}
.admin-slider::before {
  position: absolute; content: ""; height: 20px; width: 20px; left: 3px; bottom: 3px;
  background-color: white; border-radius: 50%; transition: 0.3s;
}
.admin-switch input:checked + .admin-slider { background-color: #22c55e; }
.admin-switch input:checked + .admin-slider::before { transform: translateX(22px); }

/* Bölümler ve Form Alanları */
.admin-section { margin-bottom: 18px; }
.admin-label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--gold-400); margin-bottom: 8px; }
[data-theme="light"] .admin-label { color: #855702; }
.admin-presets-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-preset-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px;
  background: var(--navy-950); border: 1px solid var(--border-soft); border-radius: 6px;
  color: var(--cream); font-size: 0.78rem; cursor: pointer; transition: all 0.2s;
}
[data-theme="light"] .admin-preset-chip { background: #f8fafc; border-color: #cbd5e1; color: #1e293b; }
.admin-preset-chip:hover { border-color: var(--gold-500); background: rgba(207,167,78,0.08); }
.admin-preset-chip.active {
  background: rgba(207, 167, 78, 0.15); border-color: var(--gold-500);
  color: var(--gold-300); font-weight: 600;
}
[data-theme="light"] .admin-preset-chip.active { color: #855702; background: rgba(184,134,11,0.12); }

.admin-form-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; margin-bottom: 14px; }
.admin-field { margin-bottom: 14px; }
.admin-input, .admin-select, .admin-textarea, .admin-input-time {
  width: 100%; padding: 10px 14px; border-radius: 6px; border: 1px solid var(--border-soft);
  background: var(--navy-950); color: var(--cream); font-size: 0.85rem; font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
[data-theme="light"] .admin-input, [data-theme="light"] .admin-select,
[data-theme="light"] .admin-textarea, [data-theme="light"] .admin-input-time {
  background: #f8fafc; border-color: #cbd5e1; color: #0f172a;
}
.admin-input:focus, .admin-select:focus, .admin-textarea:focus, .admin-input-time:focus {
  outline: none; border-color: var(--gold-500); box-shadow: 0 0 8px rgba(207,167,78,0.25);
}
.admin-textarea { resize: vertical; min-height: 70px; }

/* Zamanlayıcı Butonları */
.admin-expiry-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.admin-expiry-chip {
  padding: 5px 10px; border-radius: 4px; font-size: 0.72rem;
  background: var(--navy-950); border: 1px solid var(--border-soft);
  color: var(--text-muted); cursor: pointer; transition: all 0.2s;
}
[data-theme="light"] .admin-expiry-chip { background: #f8fafc; border-color: #cbd5e1; color: #334155; }
.admin-expiry-chip:hover { border-color: var(--gold-500); color: var(--cream); }
.admin-expiry-chip.active {
  background: var(--gold-500); color: var(--navy-950); border-color: var(--gold-500); font-weight: 600;
}
.admin-custom-time-row {
  display: flex; align-items: center; gap: 10px; font-size: 0.78rem; color: var(--text-faint); flex-wrap: wrap;
}
.admin-input-time { width: auto; flex: 1; min-width: 180px; padding: 6px 10px; font-size: 0.78rem; }
.admin-btn-sm {
  padding: 6px 12px; font-size: 0.74rem; border-radius: 4px; border: 1px solid var(--border-soft);
  background: transparent; color: var(--cream); cursor: pointer; transition: all 0.2s;
}
[data-theme="light"] .admin-btn-sm { color: #0f172a; border-color: #cbd5e1; }
.admin-btn-sm:hover { border-color: var(--gold-500); color: var(--gold-400); }

/* Seçenekler Satırı */
.admin-options-row {
  display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px;
  padding: 12px 14px; background: rgba(207, 167, 78, 0.04); border-radius: 6px;
  border: 1px dashed rgba(207, 167, 78, 0.25);
}
.admin-checkbox-label {
  display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--cream);
  cursor: pointer;
}
[data-theme="light"] .admin-checkbox-label { color: #1e293b; }
.admin-checkbox-label input { accent-color: var(--gold-500); width: 15px; height: 15px; }

/* Önizleme Kutusu */
.admin-preview-box { margin-bottom: 20px; }
.admin-preview-label { display: block; font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 6px; }
.urgent-notice-preview {
  padding: 10px 14px; border-radius: 6px;
  background: linear-gradient(90deg, rgba(10, 18, 30, 0.97), rgba(26, 38, 57, 0.97));
  border: 1px solid rgba(207, 167, 78, 0.4);
}
[data-theme="light"] .urgent-notice-preview {
  background: linear-gradient(90deg, #fffdfa, #f7f1e5); border-color: rgba(184, 134, 11, 0.35);
}

/* Modal Alt Butonları */
.admin-modal-actions {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; margin-bottom: 16px;
}
.admin-save-btn { justify-content: center; padding: 12px 20px; font-size: 0.82rem; }
.admin-remove-btn {
  justify-content: center; padding: 12px 16px; font-size: 0.82rem;
  background: rgba(239, 68, 68, 0.12); color: #f87171; border: 1px solid rgba(239, 68, 68, 0.3);
  cursor: pointer; border-radius: 2px; display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.admin-remove-btn:hover { background: #ef4444; color: #ffffff; border-color: #ef4444; }

.admin-footer-tools {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--border-soft); padding-top: 14px;
}
.admin-tool-link {
  background: transparent; border: none; color: var(--text-faint); font-size: 0.76rem;
  cursor: pointer; transition: color 0.2s;
}
.admin-tool-link:hover { color: var(--gold-400); }
.admin-logout-link:hover { color: #f87171; }

.admin-change-pin-box {
  margin-top: 14px; padding: 16px; border-radius: 8px;
  background: var(--navy-950); border: 1px solid var(--gold-500);
}
[data-theme="light"] .admin-change-pin-box { background: #f8fafc; }
.admin-change-pin-box h5 { font-size: 0.88rem; color: var(--gold-300); margin-bottom: 10px; }

/* Bulut Senkronizasyon Ayarları Kartı */
.admin-cloud-sync-box {
  margin-top: 14px; padding: 16px 18px; border-radius: 8px;
  background: var(--navy-950); border: 1px solid rgba(207, 167, 78, 0.45);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
[data-theme="light"] .admin-cloud-sync-box { background: #f8fafc; border-color: rgba(184, 134, 11, 0.45); }
.admin-cloud-header {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;
}
.admin-cloud-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 600; color: var(--gold-300);
}
[data-theme="light"] .admin-cloud-badge { color: #855702; }
.admin-cloud-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); animation: pulseGreen 1.8s infinite;
}
.admin-cloud-dot.offline { background: #ef4444; animation: none; }
.admin-cloud-desc {
  font-size: 0.76rem; color: var(--text-muted); line-height: 1.4; margin-bottom: 12px;
}
.admin-cloud-actions {
  display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px;
}
.admin-cloud-feedback {
  margin-top: 10px; padding: 8px 12px; border-radius: 6px; font-size: 0.76rem;
  background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.3); color: #4ade80;
}
.admin-cloud-feedback.error {
  background: rgba(239, 68, 68, 0.1); border-color: rgba(239, 68, 68, 0.3); color: #f87171;
}

/* ============ MOBİL DUYURU VE ADMIN UYARLAMALARI ============ */
@media (max-width: 768px) {
  :root { --urgent-bar-height: 52px; }
  .urgent-notice-container { flex-direction: row; gap: 10px; padding: 4px 0; }
  .urgent-notice-content { font-size: 0.74rem; }
  .urgent-notice-tag { display: none; } /* Mobilde yer kazanmak için */
  .urgent-notice-btn span { display: none; }
  .urgent-notice-btn { padding: 5px 8px; }
  
  .admin-modal { padding: 0; align-items: flex-end; }
  .admin-modal-box {
    max-height: 92dvh; height: 92dvh; width: 100%; max-width: 100%;
    border-bottom-left-radius: 0; border-bottom-right-radius: 0;
    border-top-left-radius: 20px; border-top-right-radius: 20px;
  }
  .admin-form-grid, .admin-modal-actions { grid-template-columns: 1fr; }
}

/* ============ YAZDIRMA & ÇIKTI RAPORU STİLLERİ (PRINT) ============ */
#officialPrintReport {
  display: none;
}

@media print {
  body * {
    visibility: hidden;
  }
  #officialPrintReport,
  #officialPrintReport * {
    visibility: visible;
  }
  #officialPrintReport {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 20px 24px;
    background: #ffffff !important;
    color: #0f172a !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 10pt;
    line-height: 1.45;
  }
  .print-letterhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0f172a;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .print-brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .print-brand-mark img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .print-brand-info h1 {
    font-size: 16pt;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0;
    color: #0f172a;
  }
  .print-brand-info span {
    font-size: 9pt;
    color: #475569;
  }
  .print-meta-box {
    text-align: right;
    font-size: 8.5pt;
    color: #334155;
    line-height: 1.4;
  }
  .print-report-title-card {
    text-align: center;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  .print-report-title-card h2 {
    font-size: 13pt;
    font-weight: 800;
    margin: 0 0 4px 0;
    color: #0f172a;
  }
  .print-report-subtitle {
    font-size: 10.5pt;
    font-weight: 700;
    color: #855702;
    margin: 0;
  }
  .print-section {
    margin-bottom: 14px;
    page-break-inside: avoid;
  }
  .print-section-title {
    font-size: 9.5pt;
    font-weight: 700;
    color: #0f172a;
    border-bottom: 1.5px solid #cbd5e1;
    padding-bottom: 3px;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  .print-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 8.5pt;
    margin-bottom: 6px;
  }
  .print-table th,
  .print-table td {
    border: 1px solid #cbd5e1;
    padding: 5px 8px;
    text-align: left;
  }
  .print-table th {
    background: #f1f5f9;
    font-weight: 700;
    color: #1e293b;
  }
  .print-result-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdf8eb;
    border: 1.5px solid #d4af37;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 14px;
    page-break-inside: avoid;
  }
  .print-result-banner .banner-label {
    font-size: 11pt;
    font-weight: 700;
    color: #855702;
  }
  .print-result-banner .banner-value {
    font-size: 14pt;
    font-weight: 800;
    color: #0f172a;
  }
  .print-note-box {
    font-size: 8.5pt;
    color: #334155;
    background: #f8fafc;
    border-left: 3px solid #64748b;
    padding: 6px 10px;
    margin-bottom: 12px;
  }
  .print-disclaimer-box {
    border-top: 1px solid #cbd5e1;
    padding-top: 8px;
    margin-top: 12px;
    font-size: 7.5pt;
    color: #64748b;
    line-height: 1.35;
    page-break-inside: avoid;
  }
  .print-office-contact-line {
    margin-top: 4px;
    font-size: 8pt;
    color: #334155;
  }
}

/* ============ ERİŞİLEBİLİRLİK & FOCUS-VISIBLE STİLLERİ ============ */
:focus-visible {
  outline: 2.5px solid var(--gold-400, #d4af37);
  outline-offset: 3px;
}
[data-theme="light"] :focus-visible {
  outline-color: #b8860b;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2.5px solid var(--gold-400, #d4af37);
  outline-offset: 2px;
}

/* ============ PREFERS REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-slides {
    transform: none !important;
  }
}


