/* ============================================================
   İnan Hukuk Bürosu — Ana Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --navy:        #0b1f45;
  --navy-dark:   #060f22;
  --navy-light:  #1a3464;
  --gold:        #c4963c;
  --gold-light:  #d9ab50;
  --gold-pale:   #f5edda;
  --white:       #ffffff;
  --off-white:   #f8f6f1;
  --bg-alt:      #f0ece4;
  --text:        #1c1c1c;
  --text-muted:  #6a6a6a;
  --border:      #ddd8ce;
  --radius:      6px;
  --transition:  0.28s ease;
}

/* ─── Reset / Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--navy);
}

a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }

img { max-width: 100%; height: auto; }

/* ─── Loading ─────────────────────────────────────────────── */
#page-loader {
  position: fixed; inset: 0; background: var(--white);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; transition: opacity 0.4s;
}
#page-loader.hidden { opacity: 0; pointer-events: none; }
.loader-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); margin: 0 4px;
  animation: bounce 1.2s infinite ease-in-out;
}
.loader-dot:nth-child(2) { animation-delay: 0.2s; }
.loader-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes bounce { 0%,80%,100%{transform:scale(0)} 40%{transform:scale(1)} }

/* ─── Navbar ──────────────────────────────────────────────── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--navy-dark);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  transition: background var(--transition), box-shadow var(--transition);
  padding: 0 5%;
}
/* Hero sayfasında üste gelince daha şeffaf görünüm */
#navbar.at-top {
  background: rgba(6,15,34,0.75);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
#navbar.scrolled {
  background: var(--navy-dark);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  backdrop-filter: none;
}
.nav-inner {
  display: flex; align-items: center;
  height: 72px; justify-content: space-between;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white) !important;
  letter-spacing: 0.5px;
  display: flex; align-items: center; gap: 10px;
}
.nav-logo span { color: var(--gold); }
.nav-logo-icon {
  width: 38px; height: 38px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; color: var(--gold);
  flex-shrink: 0;
}
.nav-links { display: flex; gap: 0; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.88);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 16px;
  height: 72px;
  display: flex; align-items: center;
  border-bottom: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span {
  width: 26px; height: 2px; background: var(--white);
  transition: all var(--transition);
}

/* ─── Hero ────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--navy-dark);
  display: flex; align-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(45deg, rgba(196,150,60,.06) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(196,150,60,.06) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(196,150,60,.06) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(196,150,60,.06) 75%);
  background-size: 80px 80px;
  background-position: 0 0, 0 40px, 40px -40px, -40px 0;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(11,31,69,0.6) 0%, transparent 60%);
}
.hero-content {
  position: relative; z-index: 1;
  max-width: 900px;
  padding: 0 5%;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.75rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--gold);
}
.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  color: var(--white);
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.08;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-lead {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.72);
  max-width: 560px;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-line {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; color: rgba(255,255,255,0.4); font-size: 0.7rem;
  letter-spacing: 0.15em; text-transform: uppercase; z-index: 1;
  animation: fadeInUp 2s 1s both;
}
.hero-line::after {
  content: ''; width: 1px; height: 50px;
  background: linear-gradient(to bottom, rgba(196,150,60,0.6), transparent);
  animation: scrollLine 2s 1.5s ease-out both;
}
@keyframes scrollLine { from{height:0} to{height:50px} }
@keyframes fadeInUp { from{opacity:0;transform:translate(-50%,20px)} to{opacity:1;transform:translate(-50%,0)} }

/* ─── Buttons ─────────────────────────────────────────────── */
.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold);
  color: var(--white);
  padding: 13px 28px;
  border: none; border-radius: var(--radius);
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: all var(--transition);
}
.btn-gold:hover { background: var(--gold-light); color: var(--white); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(196,150,60,0.3); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  color: var(--white);
  padding: 12px 28px;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: var(--radius);
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: all var(--transition);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.btn-navy {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy);
  color: var(--white);
  padding: 12px 28px;
  border: none; border-radius: var(--radius);
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; transition: all var(--transition);
}
.btn-navy:hover { background: var(--navy-light); color: var(--white); transform: translateY(-1px); }

/* ─── Section Shared ──────────────────────────────────────── */
.section { padding: 100px 5%; }
.section-sm { padding: 70px 5%; }
.section-alt { background: var(--off-white); }
.section-dark { background: var(--navy); }
.section-dark h2, .section-dark h3, .section-dark p { color: var(--white); }
.section-dark .text-muted { color: rgba(255,255,255,0.6); }

.section-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.7rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.section-label::before {
  content: ''; width: 32px; height: 1px; background: var(--gold);
}

.section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 1.05rem; color: var(--text-muted);
  max-width: 580px; line-height: 1.75;
}

.container { max-width: 1200px; margin: 0 auto; }
.container-sm { max-width: 860px; margin: 0 auto; }

/* ─── Cards ───────────────────────────────────────────────── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px; margin-top: 56px;
}
.card-grid-4 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(11,31,69,0.12); }

.card-img {
  width: 100%; height: 200px; object-fit: cover;
  background: var(--bg-alt);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: 2.5rem;
}
.card-img-placeholder {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 2.5rem;
}
.card-body { padding: 28px; }
.card-label {
  font-size: 0.7rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 10px;
}
.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 600;
  color: var(--navy); margin-bottom: 12px;
  line-height: 1.3;
}
.card-text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }
.card-footer-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--border);
}
.card-date { font-size: 0.78rem; color: var(--text-muted); }
.card-arrow { color: var(--gold); font-size: 0.85rem; font-weight: 500; }

/* Practice Area / Sector card (icon variant) */
.pcard {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 36px 28px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  cursor: pointer;
  position: relative; overflow: hidden;
}
.pcard::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; width: 0; height: 3px;
  background: var(--gold);
  transition: width 0.4s ease;
}
.pcard:hover::after { width: 100%; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,31,69,0.1); }

.pcard-icon {
  width: 54px; height: 54px; border-radius: 12px;
  background: var(--gold-pale);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.4rem;
  margin-bottom: 22px;
}
.pcard-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 600;
  color: var(--navy); margin-bottom: 10px;
}
.pcard-text { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* ─── About Strip ─────────────────────────────────────────── */
.about-strip {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.about-strip-visual {
  position: relative;
}
.about-visual-box {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem; color: rgba(196,150,60,0.3);
}
.about-visual-accent {
  position: absolute; bottom: -20px; right: -20px;
  width: 120px; height: 120px;
  border: 3px solid var(--gold);
  border-radius: 12px; opacity: 0.4;
}
.about-stats {
  display: flex; gap: 32px; margin-top: 40px;
}
.about-stat strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; color: var(--navy); display: block;
  line-height: 1;
}
.about-stat span { font-size: 0.82rem; color: var(--text-muted); }

/* ─── Articles / Posts ────────────────────────────────────── */
.article-list { display: flex; flex-direction: column; gap: 0; }
.article-item {
  display: grid; grid-template-columns: 180px 1fr;
  gap: 28px; padding: 36px 0;
  border-bottom: 1px solid var(--border);
  cursor: pointer; transition: opacity var(--transition);
}
.article-item:hover { opacity: 0.85; }
.article-item:first-child { border-top: 1px solid var(--border); }
.article-thumb {
  width: 180px; height: 120px; object-fit: cover;
  border-radius: 8px; background: var(--bg-alt);
  flex-shrink: 0;
}
.article-thumb-ph {
  width: 180px; height: 120px; border-radius: 8px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.8rem; flex-shrink: 0;
}
.article-meta { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 8px; }
.article-meta span { color: var(--gold); margin-right: 8px; font-weight: 500; }
.article-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 600;
  color: var(--navy); margin-bottom: 8px; line-height: 1.3;
}
.article-excerpt { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

/* ─── Single Post / Page Content ─────────────────────────── */
.post-header {
  background: var(--navy);
  padding: 140px 5% 80px;
  position: relative; overflow: hidden;
}
.post-header::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(45deg, rgba(196,150,60,.04) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(196,150,60,.04) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(196,150,60,.04) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(196,150,60,.04) 75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 30px, 30px -30px, -30px 0;
}
.post-header-inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; }
.post-category-tag {
  display: inline-block;
  background: rgba(196,150,60,0.15);
  color: var(--gold);
  font-size: 0.72rem; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 5px 14px;
  border-radius: 20px; margin-bottom: 20px;
  border: 1px solid rgba(196,150,60,0.3);
}
.post-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white); margin-bottom: 20px;
}
.post-meta { font-size: 0.82rem; color: rgba(255,255,255,0.55); }

.post-body {
  max-width: 860px; margin: 0 auto; padding: 70px 5%;
}
.post-featured-img {
  width: 100%; max-height: 460px; object-fit: cover;
  border-radius: 10px; margin-bottom: 50px;
}
.rich-content { font-size: 1.02rem; line-height: 1.9; }
.rich-content h2 { font-size: 1.75rem; margin: 48px 0 20px; }
.rich-content h3 { font-size: 1.35rem; margin: 36px 0 14px; }
.rich-content p  { margin-bottom: 22px; }
.rich-content ul, .rich-content ol { margin: 0 0 22px 24px; }
.rich-content li { margin-bottom: 8px; }
.rich-content blockquote {
  border-left: 3px solid var(--gold);
  margin: 32px 0; padding: 16px 24px;
  background: var(--gold-pale); border-radius: 0 8px 8px 0;
  font-style: italic; color: var(--navy);
}
.rich-content img { border-radius: 8px; margin: 16px 0; }
.rich-content table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.rich-content th { background: var(--navy); color: var(--white); padding: 12px 16px; text-align: left; }
.rich-content td { padding: 10px 16px; border-bottom: 1px solid var(--border); }
.rich-content tr:nth-child(even) td { background: var(--off-white); }

/* ─── Contact ─────────────────────────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: 60px; align-items: start;
}
.contact-info-item {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 28px;
}
.contact-info-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--gold-pale); display: flex;
  align-items: center; justify-content: center;
  color: var(--gold); font-size: 1rem; flex-shrink: 0;
}
.contact-info-label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.contact-info-val { font-size: 0.95rem; color: var(--text); }

.form-group { margin-bottom: 22px; }
.form-label { font-size: 0.8rem; font-weight: 500; color: var(--text); margin-bottom: 8px; display: block; }
.form-control {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.92rem; font-family: 'Inter', sans-serif;
  color: var(--text); background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196,150,60,0.12);
}
textarea.form-control { resize: vertical; min-height: 130px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-alert {
  padding: 14px 18px; border-radius: var(--radius);
  font-size: 0.88rem; margin-bottom: 20px;
  display: none;
}
.form-alert.success { background: #e8f9ee; color: #1a7a3c; border: 1px solid #7dcf98; }
.form-alert.error   { background: #fdecea; color: #b71c1c; border: 1px solid #f5a0a0; }
.form-alert.show    { display: block; }

/* ─── CTA Banner ──────────────────────────────────────────── */
.cta-banner {
  background: var(--navy);
  padding: 80px 5%;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 1px; height: 60px; background: var(--gold); opacity: 0.4;
}
.cta-banner h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 16px; }
.cta-banner p  { color: rgba(255,255,255,0.6); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ─── Disclaimer bar ──────────────────────────────────────── */
.disclaimer-bar {
  background: var(--gold-pale); border-top: 1px solid var(--border);
  padding: 14px 5%; text-align: center;
  font-size: 0.78rem; color: var(--text-muted); line-height: 1.6;
}

/* ─── Footer ──────────────────────────────────────────────── */
footer {
  background: var(--navy-dark);
  padding: 70px 5% 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; color: var(--white); font-weight: 600;
  margin-bottom: 14px;
}
.footer-brand-name span { color: var(--gold); }
.footer-desc { font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 0.85rem;
  transition: all var(--transition);
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

.footer-col-title {
  font-size: 0.7rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px;
}
.footer-links { list-style: none; }
.footer-links li {
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55); /* Her li için varsayılan renk — koyu bg üzerinde okunabilir */
}
.footer-links a { color: rgba(255,255,255,0.45); transition: color var(--transition); }
.footer-links a:hover { color: rgba(255,255,255,0.9); }

.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0; font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}

/* ─── Breadcrumb ──────────────────────────────────────────── */
.breadcrumb-bar {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 14px 5%;
}
.breadcrumb {
  display: flex; gap: 6px; align-items: center;
  font-size: 0.8rem; color: var(--text-muted); list-style: none;
}
.breadcrumb li + li::before { content: '/'; margin-right: 6px; color: var(--border); }
.breadcrumb a { color: var(--gold); }

/* ─── Pagination ──────────────────────────────────────────── */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 56px; }
.page-btn {
  width: 40px; height: 40px; border: 1.5px solid var(--border);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; color: var(--text); cursor: pointer;
  transition: all var(--transition); background: var(--white);
}
.page-btn:hover, .page-btn.active {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}

/* ─── Career Card ─────────────────────────────────────────── */
.career-item {
  border: 1px solid var(--border); border-radius: 10px;
  padding: 28px 32px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; transition: all var(--transition);
}
.career-item:hover { border-color: var(--gold); box-shadow: 0 8px 24px rgba(196,150,60,0.12); }
.career-role { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--navy); }
.career-tags { display: flex; gap: 8px; margin-top: 6px; }
.career-tag {
  font-size: 0.72rem; padding: 3px 10px; border-radius: 20px;
  background: var(--gold-pale); color: var(--gold); letter-spacing: 0.06em;
}

/* ─── Section spinner ─────────────────────────────────────── */
.section-loading {
  display: flex; justify-content: center; align-items: center;
  min-height: 300px; flex-direction: column; gap: 16px;
  color: var(--text-muted); font-size: 0.9rem;
}
.section-loading .spinner {
  width: 36px; height: 36px; border: 3px solid var(--border);
  border-top-color: var(--gold); border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to{transform:rotate(360deg)} }

/* ─── Empty state ─────────────────────────────────────────── */
.empty-state {
  text-align: center; padding: 80px 20px;
  color: var(--text-muted);
}
.empty-state i { font-size: 3rem; opacity: 0.3; margin-bottom: 16px; display: block; }
.empty-state p { font-size: 0.95rem; }

/* ─── Responsive ──────────────────────────────────────────── */
@media (max-width: 992px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-strip { grid-template-columns: 1fr; gap: 48px; }
  .about-strip-visual { order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 70px 5%; }
  .nav-links {
    position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
    background: var(--navy-dark);
    flex-direction: column; gap: 0;
    transform: translateX(100%); transition: transform var(--transition);
    overflow-y: auto; padding: 20px 0;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { height: 52px; padding: 0 28px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-links a.active, .nav-links a:hover { border-bottom-color: rgba(255,255,255,0.06); }
  .nav-toggle { display: flex; }
  .article-item { grid-template-columns: 1fr; }
  .article-thumb, .article-thumb-ph { width: 100%; height: 180px; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .career-item { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 480px) {
  .card-grid { grid-template-columns: 1fr; }
  .about-stats { flex-direction: column; gap: 20px; }
}

/* ─── Animations ──────────────────────────────────────────── */
@keyframes fadeIn { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:none} }
.animate-in { animation: fadeIn 0.5s ease both; }
.animate-in-delay-1 { animation-delay: 0.1s; }
.animate-in-delay-2 { animation-delay: 0.2s; }
.animate-in-delay-3 { animation-delay: 0.3s; }

/* ─── Hero logo içinde görsel ─────────────────────────────── */
.nav-logo-img {
  height: 36px; width: auto; object-fit: contain;
  border-radius: 4px;
}
/* ─── Hero arkaplan görseli ───────────────────────────────── */
.hero.has-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero.has-bg-image::before {
  background-image: none; /* pattern devre dışı, gerçek fotoğraf varsa */
  background: linear-gradient(135deg, rgba(6,15,34,0.85) 0%, rgba(6,15,34,0.6) 100%);
}
