/* ═══════════════════════════════════════════════════════════════
   Suriye Üniversiteleri — Suriye Kültürel Mimari Tasarım Sistemi
   İlham: Emevi Camii, Halep Kalesi, Şam Çarşısı, İslami Geometri
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── CSS Variables — Suriye Kültür Paleti ── */
:root {
  /* Ana Renkler: Suriye toprağı, altın, bakır */
  --sand-950: #1a1008;
  --sand-900: #2d1f0a;
  --sand-800: #3d2b0e;
  --sand-700: #5c3d12;
  --sand-600: #7a5018;
  --sand-500: #9a6520;
  --sand-400: #c4892e;
  --sand-300: #d4a44a;
  --sand-200: #e8c97a;
  --sand-100: #f5e4b0;
  --sand-50:  #fdf6e3;

  /* Altın — Emevi mozaikleri */
  --gold-900: #5c3a0a;
  --gold-800: #7a4e0f;
  --gold-700: #9a6415;
  --gold-600: #b8791c;
  --gold-500: #d4942a;
  --gold-400: #e8ab3d;
  --gold-300: #f0c060;
  --gold-200: #f5d488;
  --gold-100: #fae8b8;
  --gold-50:  #fdf5e0;

  /* Bakır/Toprak — Şam geleneksel mimarisi */
  --copper-900: #3b1a0a;
  --copper-800: #5c2a10;
  --copper-700: #7a3c18;
  --copper-600: #9a5020;
  --copper-500: #b8662c;
  --copper-400: #c87a3a;
  --copper-300: #d49050;
  --copper-200: #e0b080;
  --copper-100: #edd0b0;
  --copper-50:  #f8eeda;

  /* Koyu Lacivert/Siyah — Gece Şam */
  --dark-950: #0a0805;
  --dark-900: #12100a;
  --dark-800: #1e1a10;
  --dark-700: #2d2818;
  --dark-600: #3d3520;

  /* Yeşil — Zeytin ağaçları, Suriye bayrağı */
  --olive-800: #2d4a1a;
  --olive-700: #3d6020;
  --olive-600: #4e7828;
  --olive-500: #608c32;
  --olive-400: #78a040;
  --olive-300: #90b458;
  --olive-200: #b8cc90;
  --olive-100: #d8e8b8;
  --olive-50:  #f0f5e0;

  /* Kırmızı — Tehlike/uyarı */
  --red-900:  #7f1d1d;
  --red-800:  #991b1b;
  --red-700:  #b91c1c;
  --red-600:  #dc2626;
  --red-200:  #fecaca;
  --red-100:  #fee2e2;
  --red-50:   #fef2f2;

  /* Kehribar — Dikkat */
  --amber-900: #6b3a00;
  --amber-800: #92400e;
  --amber-700: #b45309;
  --amber-600: #d97706;
  --amber-500: #f59e0b;
  --amber-200: #fde68a;
  --amber-100: #fef3c7;
  --amber-50:  #fffbeb;

  /* Gri Tonları */
  --gray-900: #1a1610;
  --gray-800: #2a2418;
  --gray-700: #4a4030;
  --gray-600: #6a5c48;
  --gray-500: #8a7c6a;
  --gray-400: #aa9c8a;
  --gray-300: #c8bcaa;
  --gray-200: #e0d8cc;
  --gray-100: #f0ece4;
  --gray-50:  #f8f5f0;

  --white: #ffffff;
  --cream: #fdf8f0;

  /* Tipografi */
  --font-serif: 'Cinzel', Georgia, 'Times New Roman', serif;
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Gölgeler */
  --shadow-sm:  0 1px 3px rgba(45,28,14,.08);
  --shadow:     0 2px 6px rgba(45,28,14,.12), 0 1px 3px rgba(45,28,14,.08);
  --shadow-md:  0 6px 16px rgba(45,28,14,.14), 0 2px 6px rgba(45,28,14,.08);
  --shadow-lg:  0 12px 28px rgba(45,28,14,.18), 0 4px 10px rgba(45,28,14,.12);
  --shadow-xl:  0 24px 48px rgba(45,28,14,.22), 0 8px 16px rgba(45,28,14,.14);
  --shadow-gold: 0 6px 20px rgba(212,148,42,.30);

  /* Köşe Yuvarlatma */
  --radius-sm:  3px;
  --radius:     6px;
  --radius-md:  8px;
  --radius-lg:  12px;
  --radius-xl:  18px;
  --radius-2xl: 24px;
  --radius-full: 9999px;

  /* Geçiş */
  --transition: 200ms ease;
  --transition-slow: 400ms ease;

  /* Mimari Desenler (SVG inline) */
  --pattern-arabesque: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='rgba(212,148,42,0.12)' stroke-width='1'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z'/%3E%3Cpath d='M30 10 L50 30 L30 50 L10 30 Z'/%3E%3Cpath d='M30 20 L40 30 L30 40 L20 30 Z'/%3E%3Ccircle cx='30' cy='30' r='8'/%3E%3Ccircle cx='0' cy='0' r='4'/%3E%3Ccircle cx='60' cy='0' r='4'/%3E%3Ccircle cx='0' cy='60' r='4'/%3E%3Ccircle cx='60' cy='60' r='4'/%3E%3C/g%3E%3C/svg%3E");
  --pattern-stars: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='rgba(212,148,42,0.10)' stroke-width='0.8'%3E%3Cpolygon points='40,5 47,27 70,27 52,41 59,63 40,49 21,63 28,41 10,27 33,27'/%3E%3Ccircle cx='40' cy='40' r='35'/%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3C/g%3E%3C/svg%3E");

  /* Eski varsayılanlar (uyumluluk için) */
  --navy-900: var(--sand-900);
  --navy-800: var(--sand-800);
  --navy-700: var(--sand-700);
  --navy-600: var(--sand-600);
  --navy-500: var(--sand-500);
  --navy-400: var(--sand-400);
  --navy-300: var(--sand-300);
  --navy-200: var(--sand-200);
  --navy-100: var(--sand-100);
  --navy-50:  var(--sand-50);

  --green-900: var(--olive-800);
  --green-800: var(--olive-800);
  --green-700: var(--olive-700);
  --green-600: var(--olive-600);
  --green-500: var(--olive-500);
  --green-200: var(--olive-200);
  --green-100: var(--olive-100);
  --green-50:  var(--olive-50);

  --orange-700: #c2410c;
  --orange-100: #ffedd5;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--gray-800);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }
table { border-collapse: collapse; }

/* Skip link */
.skip-link {
  position: absolute; top: -100%; left: 1rem; z-index: 9999;
  background: var(--sand-700); color: var(--white);
  padding: .5rem 1rem; border-radius: 0 0 var(--radius) var(--radius);
  font-size: .875rem; font-weight: 600; text-decoration: none;
  transition: top .15s ease;
}
.skip-link:focus { top: 0; }

/* ── Tipografi — Suriye/Arap estetiği ── */
h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.25;
  color: var(--gray-900);
  letter-spacing: .01em;
}
h4, h5 { font-weight: 700; line-height: 1.3; color: var(--gray-900); }
h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.35rem); }
h4 { font-size: 1.1rem; }
h5 { font-size: 1rem; }
p  { color: var(--gray-700); line-height: 1.75; }

/* ── Layout ── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 1.25rem; }
.section    { padding: 4rem 0; }
.section-sm { padding: 2rem 0; }
.section-lg { padding: 5.5rem 0; }

/* ══════════════════════════════════════════════
   NAVBAR — Karanlık Şam Gecesi
   ══════════════════════════════════════════════ */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: var(--dark-900);
  border-bottom: 1px solid rgba(212,148,42,.15);
  box-shadow: 0 2px 20px rgba(0,0,0,.5);
}
/* İnce altın şerit üstte */
.navbar::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), var(--gold-300), var(--gold-500), transparent);
}
.navbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 1rem;
}
.navbar-brand {
  display: flex; align-items: center; gap: .6rem;
  color: var(--gold-200); font-weight: 700; font-size: .95rem;
  letter-spacing: .02em; white-space: nowrap; flex-shrink: 0;
  font-family: var(--font-serif);
}
.navbar-brand-icon {
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--gold-600), var(--gold-400));
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(212,148,42,.3);
}
.navbar-brand-dot { color: var(--gold-400); }
.navbar-nav {
  display: flex; align-items: center; gap: .1rem; flex-wrap: nowrap;
}
.navbar-nav a {
  display: block; padding: .4rem .65rem;
  color: rgba(245,228,176,.7); font-size: .82rem; font-weight: 500;
  border-radius: var(--radius); transition: all var(--transition); white-space: nowrap;
}
.navbar-nav a:hover { color: var(--gold-200); background: rgba(212,148,42,.1); }
.navbar-nav a.active { color: var(--gold-200); background: rgba(212,148,42,.08); }
.navbar-cta {
  background: linear-gradient(135deg, var(--gold-600), var(--gold-500)) !important;
  color: var(--dark-900) !important;
  padding: .4rem .9rem !important; border-radius: var(--radius-full) !important;
  font-weight: 700 !important; letter-spacing: .02em;
}
.navbar-cta:hover {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400)) !important;
  box-shadow: var(--shadow-gold);
}
.navbar-trust-badge {
  display: flex; align-items: center; gap: .3rem;
  background: rgba(96,140,50,.15); border: 1px solid rgba(96,140,50,.3);
  padding: .28rem .65rem; border-radius: var(--radius-full);
  color: var(--olive-300); font-size: .7rem; font-weight: 600; letter-spacing: .03em;
  white-space: nowrap; flex-shrink: 0;
}
.mobile-menu-btn {
  display: none; background: none; border: none; color: var(--gold-300);
  padding: .4rem; border-radius: var(--radius); transition: background var(--transition);
}
.mobile-menu-btn:hover { background: rgba(212,148,42,.1); }

/* ══════════════════════════════════════════════
   HERO — Emevi Camii İlhami
   ══════════════════════════════════════════════ */
.hero {
  background:
    linear-gradient(180deg,
      rgba(18,16,10,.97) 0%,
      rgba(30,26,16,.95) 45%,
      rgba(45,35,20,.90) 100%);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
/* Geometrik arka plan deseni */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--pattern-arabesque);
  background-size: 60px 60px;
  opacity: 1;
  pointer-events: none;
}
/* Altın parıltısı */
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 20%, rgba(212,148,42,.12) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(154,100,32,.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 50% 0%, rgba(240,192,96,.06) 0%, transparent 50%);
  pointer-events: none;
}

/* Hero görsel bölümü — Emevi Camii */
.hero-image-panel {
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: var(--shadow-xl), 0 0 0 1px rgba(212,148,42,.2);
}
.hero-image-panel img {
  width: 100%; height: 380px; object-fit: cover;
  display: block;
  filter: brightness(.85) saturate(1.1);
}
.hero-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(18,16,10,.7) 100%);
}
.hero-image-caption {
  position: absolute; bottom: 1rem; left: 1.25rem; right: 1.25rem;
  color: rgba(245,228,176,.9); font-size: .73rem; letter-spacing: .06em;
  text-transform: uppercase; font-weight: 500;
}
/* Altın çerçeve köşe süsleri */
.hero-image-panel::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
  z-index: 2;
}

.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(212,148,42,.12); border: 1px solid rgba(212,148,42,.3);
  color: var(--gold-200); padding: .32rem .9rem;
  border-radius: var(--radius-full); font-size: .72rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.25rem;
}
.hero-title {
  color: var(--gold-100);
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
  font-family: var(--font-serif);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.hero-title span { color: var(--gold-300); }
.hero-subtitle { color: rgba(245,228,176,.72); font-size: 1rem; line-height: 1.75; margin-bottom: 1.875rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2.5rem; }
.hero-stats {
  display: flex; gap: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212,148,42,.2);
}
.hero-stat-num { color: var(--gold-300); font-size: 1.5rem; font-weight: 700; line-height: 1; font-family: var(--font-serif); }
.hero-stat-label { color: rgba(245,228,176,.5); font-size: .75rem; margin-top: .25rem; }

/* ── Search Card — Geleneksel Çerçeve ── */
.hero-search { display: flex; align-items: center; }
.search-card {
  background: rgba(253,246,227,.97);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-xl), 0 0 0 1px rgba(212,148,42,.2);
  border: 1px solid var(--gold-200);
  width: 100%;
  position: relative;
}
/* Köşe süsü */
.search-card::before {
  content: '✦';
  position: absolute; top: .75rem; right: .875rem;
  color: var(--gold-400); font-size: .8rem; opacity: .6;
}
.search-card-header { margin-bottom: 1.25rem; }
.search-card-title { font-size: 1rem; font-weight: 700; color: var(--sand-900); font-family: var(--font-serif); }
.search-card-sub { font-size: .78rem; color: var(--sand-600); margin-top: .2rem; }
.search-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .625rem; }
.search-grid-full { grid-column: 1 / -1; }

/* ── Forms ── */
.form-label {
  display: block; font-size: .75rem; font-weight: 600;
  color: var(--sand-700); margin-bottom: .28rem; letter-spacing: .02em;
}
.form-select, .form-input, .form-textarea {
  width: 100%; padding: .575rem .875rem;
  border: 1.5px solid var(--gold-200);
  border-radius: var(--radius);
  font-size: .875rem; color: var(--sand-900); background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none; -webkit-appearance: none;
}
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239a6420' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .75rem center; padding-right: 2.25rem;
}
.form-textarea { resize: vertical; min-height: 100px; }
.form-select:focus, .form-input:focus, .form-textarea:focus {
  outline: none; border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(212,148,42,.15);
}
.form-group { margin-bottom: 1.1rem; }
.form-error { font-size: .75rem; color: var(--red-700); margin-top: .3rem; }

/* ── Buttons — Altın Mimari Tarz ── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .65rem 1.5rem; border-radius: var(--radius-full);
  font-size: .875rem; font-weight: 600; border: none;
  transition: all var(--transition); line-height: 1;
  cursor: pointer; white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-600), var(--gold-500));
  color: var(--dark-900);
  box-shadow: 0 3px 10px rgba(212,148,42,.35);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(212,148,42,.45);
}
.btn-secondary {
  background: rgba(245,228,176,.12);
  color: var(--gold-200);
  border: 1.5px solid rgba(212,148,42,.3);
}
.btn-secondary:hover { background: rgba(212,148,42,.18); border-color: rgba(212,148,42,.5); }
.btn-outline {
  background: transparent; color: var(--sand-700);
  border: 1.5px solid var(--gold-300);
}
.btn-outline:hover { background: var(--gold-50); border-color: var(--gold-500); color: var(--sand-800); }
.btn-ghost { background: transparent; color: var(--gray-700); }
.btn-ghost:hover { background: var(--gray-100); }
.btn-danger { background: var(--red-600); color: var(--white); }
.btn-danger:hover { background: var(--red-700); }
.btn-success {
  background: linear-gradient(135deg, var(--olive-700), var(--olive-600));
  color: var(--white);
}
.btn-sm { padding: .4rem .9rem; font-size: .8rem; }
.btn-lg { padding: .875rem 2rem; font-size: 1rem; }
.btn-full { width: 100%; justify-content: center; border-radius: var(--radius-md); }

/* ══════════════════════════════════════════════
   CARDS — Geleneksel Suriye Köşk Tarzı
   ══════════════════════════════════════════════ */
.card {
  background: var(--white);
  border: 1px solid var(--gold-200);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
  position: relative;
}
.card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
  opacity: 0; transition: opacity var(--transition);
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.card:hover::before { opacity: 1; }
.card-body { padding: 1.5rem; }
.card-footer { padding: 1rem 1.5rem; border-top: 1px solid var(--gold-100); background: var(--sand-50); }

/* ── University Card ── */
.uni-card { display: flex; flex-direction: column; height: 100%; }
.uni-card-head {
  padding: 1.25rem 1.5rem 1rem;
  border-bottom: 1px solid var(--gold-100);
  display: flex; justify-content: space-between; align-items: flex-start; gap: .75rem;
  background: linear-gradient(135deg, var(--sand-50), var(--white));
}
.uni-card-title { font-size: .975rem; font-weight: 700; color: var(--sand-900); line-height: 1.3; font-family: var(--font-serif); }
.uni-card-city { font-size: .76rem; color: var(--sand-600); margin-top: .2rem; display: flex; align-items: center; gap: .3rem; }
.uni-card-body { padding: 1.1rem 1.5rem; flex: 1; }
.uni-card-meta { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .875rem; }
.uni-card-footer { padding: .875rem 1.5rem; background: var(--sand-50); border-top: 1px solid var(--gold-100); display: flex; gap: .5rem; }

/* ── Trust Score ── */
.trust-score {
  display: inline-flex; align-items: center; gap: .3rem;
  background: var(--gold-50); border: 1px solid var(--gold-200);
  padding: .28rem .6rem; border-radius: var(--radius);
  font-size: .75rem; font-weight: 700; color: var(--sand-700); white-space: nowrap; flex-shrink: 0;
}
.trust-score-high { background: var(--olive-50); border-color: var(--olive-200); color: var(--olive-800); }
.trust-score-med  { background: var(--amber-50); border-color: var(--amber-200); color: var(--amber-700); }
.trust-score-low  { background: var(--red-50);   border-color: var(--red-200);   color: var(--red-700);  }

/* ── Badges ── */
.badge {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .2rem .6rem; border-radius: var(--radius-full);
  font-size: .7rem; font-weight: 600; letter-spacing: .01em; white-space: nowrap;
}
.badge-active    { background: var(--olive-100); color: var(--olive-800); }
.badge-limited   { background: var(--amber-100); color: var(--amber-700); }
.badge-suspended { background: var(--red-100);   color: var(--red-700);   }
.badge-public    { background: var(--gold-100);  color: var(--sand-800);  }
.badge-private   { background: #ede9fe;          color: #5b21b6;          }
.badge-rec-full        { background: var(--olive-100); color: var(--olive-800); }
.badge-rec-conditional { background: var(--amber-100); color: var(--amber-700); }
.badge-rec-review      { background: var(--orange-100); color: var(--orange-700); }
.badge-rec-none        { background: var(--red-100);   color: var(--red-700);   }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }

/* ══════════════════════════════════════════════
   TRUST BAND — Bilgi Şeffaflık Bandı
   ══════════════════════════════════════════════ */
.trust-band {
  background: linear-gradient(135deg, var(--gold-50), var(--sand-50));
  border: 1px solid var(--gold-200);
  border-left: 4px solid var(--gold-500);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  display: flex; gap: .875rem; align-items: flex-start;
  cursor: pointer;
}
.trust-band-icon  { color: var(--gold-600); flex-shrink: 0; margin-top: .1rem; }
.trust-band-title { font-size: .85rem; font-weight: 700; color: var(--sand-900); }
.trust-band-text  { font-size: .78rem; color: var(--sand-700); margin-top: .2rem; line-height: 1.55; }
.trust-band-meta  { font-size: .7rem; color: var(--sand-500); margin-top: .4rem; }

/* ── Alerts ── */
.alert { padding: 1rem 1.25rem; border-radius: var(--radius-md); border-left: 4px solid; display: flex; gap: .875rem; }
.alert-icon  { font-size: 1.1rem; flex-shrink: 0; margin-top: .05rem; }
.alert-title { font-size: .875rem; font-weight: 700; margin-bottom: .25rem; }
.alert-body  { font-size: .82rem; line-height: 1.6; }
.alert-critical  { background: var(--red-50);   border-color: var(--red-600);   color: var(--red-700);   }
.alert-important { background: var(--amber-50); border-color: var(--amber-600); color: var(--amber-700); }
.alert-note      { background: var(--gold-50);  border-color: var(--gold-500);  color: var(--sand-800);  }
.alert-success   { background: var(--olive-50); border-color: var(--olive-600); color: var(--olive-700); }
.alert + .alert  { margin-top: .625rem; }

/* ── Safety Notice ── */
.safety-notice { display: flex; gap: 1rem; align-items: flex-start; padding: .75rem 0; }

/* ── Risks ── */
.risk-item {
  display: flex; gap: .875rem; padding: 1rem 1.1rem;
  border: 1px solid var(--gray-200); border-radius: var(--radius-md); margin-bottom: .625rem;
}
.risk-icon-wrap { flex-shrink: 0; width: 34px; height: 34px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: .95rem; }
.risk-high   .risk-icon-wrap { background: var(--red-100); }
.risk-medium .risk-icon-wrap { background: var(--amber-100); }
.risk-low    .risk-icon-wrap { background: var(--olive-100); }
.risk-title { font-size: .875rem; font-weight: 700; margin-bottom: .25rem; color: var(--gray-900); }
.risk-desc  { font-size: .8rem; color: var(--gray-600); line-height: 1.55; }
.risk-level-badge { font-size: .67rem; font-weight: 700; padding: .12rem .5rem; border-radius: var(--radius-full); display: inline-block; margin-bottom: .3rem; }
.risk-high   .risk-level-badge { background: var(--red-100); color: var(--red-700); }
.risk-medium .risk-level-badge { background: var(--amber-100); color: var(--amber-700); }
.risk-low    .risk-level-badge { background: var(--olive-100); color: var(--olive-800); }

/* ── Data Source ── */
.data-source-note {
  background: var(--sand-50); border: 1px solid var(--gold-100);
  border-radius: var(--radius); padding: .6rem .875rem;
  font-size: .72rem; color: var(--sand-600); display: flex; align-items: flex-start; gap: .5rem;
}
.data-confidence-high   { color: var(--olive-700); font-weight: 700; }
.data-confidence-medium { color: var(--amber-700); font-weight: 700; }
.data-confidence-low    { color: var(--red-700);   font-weight: 700; }

/* ── Section Headers ── */
.section-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-100), var(--sand-100));
  color: var(--sand-800);
  padding: .28rem .875rem; border-radius: var(--radius-full);
  font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  margin-bottom: .875rem;
  border: 1px solid var(--gold-200);
}
.section-title { margin-bottom: .625rem; }
.section-sub { color: var(--gray-600); font-size: 1rem; max-width: 640px; }

/* Bölüm dekoratif ayırıcı */
.section-divider {
  display: flex; align-items: center; gap: 1rem;
  margin: 2rem 0; opacity: .6;
}
.section-divider::before,
.section-divider::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-300), transparent);
}
.section-divider span { color: var(--gold-400); font-size: .9rem; }

/* ── Filter Bar ── */
.filter-bar {
  background: var(--white);
  border: 1px solid var(--gold-200);
  border-radius: var(--radius-lg); padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-sm); margin-bottom: 2rem;
  position: relative;
}
.filter-bar::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-300), var(--gold-400));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.filter-bar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .625rem; align-items: end; }
.filter-results { color: var(--sand-500); font-size: .82rem; margin-top: .75rem; }

/* ── University Grid ── */
.uni-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 1.5rem; }

/* ── Tabs ── */
.tabs {
  border-bottom: 2px solid var(--gold-200);
  display: flex; gap: 0; margin-bottom: 2rem;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.tabs::-webkit-scrollbar { height: 3px; }
.tabs::-webkit-scrollbar-thumb { background: var(--gold-300); border-radius: 2px; }
.tab-btn {
  padding: .7rem 1.1rem; font-size: .82rem; font-weight: 600;
  color: var(--sand-500); background: none; border: none;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  transition: all var(--transition); white-space: nowrap; cursor: pointer; flex-shrink: 0;
}
.tab-btn.active { color: var(--sand-800); border-bottom-color: var(--gold-500); }
.tab-btn:hover  { color: var(--sand-800); background: var(--gold-50); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ── Accordion ── */
.accordion-item { border: 1px solid var(--gold-200); border-radius: var(--radius-md); margin-bottom: .5rem; overflow: hidden; }
.accordion-trigger {
  width: 100%; padding: .9rem 1.25rem;
  display: flex; justify-content: space-between; align-items: center;
  background: var(--white); border: none; font-size: .875rem;
  font-weight: 600; color: var(--sand-800); cursor: pointer; text-align: left;
  transition: background var(--transition); gap: .75rem;
}
.accordion-trigger:hover { background: var(--gold-50); }
.accordion-trigger.open  { background: var(--sand-50); color: var(--sand-900); }
.accordion-icon { flex-shrink: 0; transition: transform var(--transition); color: var(--gold-500); }
.accordion-trigger.open .accordion-icon { transform: rotate(180deg); }
.accordion-body {
  padding: 0 1.25rem 1.25rem; display: none;
  font-size: .875rem; color: var(--gray-700); line-height: 1.7;
}
.accordion-body.open { display: block; }

/* ── Progress / Score Bars ── */
.score-bar { height: 8px; background: var(--gray-200); border-radius: var(--radius-full); overflow: hidden; }
.score-fill { height: 100%; border-radius: var(--radius-full); transition: width .6s ease; }
.score-high   { background: linear-gradient(90deg, var(--olive-600), var(--olive-400)); }
.score-medium { background: linear-gradient(90deg, var(--amber-600), var(--amber-400)); }
.score-low    { background: linear-gradient(90deg, var(--red-700), var(--red-500)); }

/* ══════════════════════════════════════════════
   DECISION ENGINE — Karar Aracı
   ══════════════════════════════════════════════ */
.decision-card {
  background: var(--white);
  border: 1px solid var(--gold-200);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  position: relative;
}
.decision-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300), var(--gold-500));
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.decision-progress { height: 6px; background: var(--gray-200); border-radius: var(--radius-full); margin-bottom: 1.75rem; overflow: hidden; }
.decision-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400));
  border-radius: var(--radius-full); transition: width .4s ease;
}
.decision-question { font-size: 1.05rem; font-weight: 700; color: var(--sand-900); margin-bottom: .5rem; font-family: var(--font-serif); }
.decision-subtext  { font-size: .83rem; color: var(--sand-500); margin-bottom: 1.375rem; line-height: 1.6; }
.options-list { display: flex; flex-direction: column; gap: .5rem; }
.option-btn {
  width: 100%; text-align: left; padding: .8rem 1.1rem;
  border: 1.5px solid var(--gold-200); border-radius: var(--radius-md);
  background: var(--white); font-size: .875rem; color: var(--sand-800);
  cursor: pointer; transition: all var(--transition);
  display: flex; align-items: flex-start; gap: .75rem;
}
.option-btn:hover { border-color: var(--gold-400); background: var(--gold-50); color: var(--sand-900); }
.option-btn.selected { border-color: var(--gold-500); background: var(--gold-50); color: var(--sand-900); }
.option-btn .option-warn { font-size: .73rem; color: var(--amber-700); display: block; margin-top: .2rem; }
.option-dot {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid var(--gold-300);
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  transition: all var(--transition); margin-top: .05rem;
}
.option-btn.selected .option-dot {
  border-color: var(--gold-500);
  background: var(--gold-500);
}
.option-btn.selected .option-dot::after {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--white);
}

/* ── Result Card ── */
.result-card { border-radius: var(--radius-xl); padding: 2rem; text-align: center; border: 2px solid; }
.result-recommended   { background: var(--olive-50);  border-color: var(--olive-500); }
.result-consider      { background: var(--amber-50);  border-color: var(--amber-500); }
.result-not-recommend { background: var(--red-50);    border-color: var(--red-600);   }
.result-score  { font-size: 3.5rem; font-weight: 800; line-height: 1; font-family: var(--font-serif); color: var(--sand-900); }
.result-label  { font-size: 1.1rem; font-weight: 700; margin-top: .5rem; }
.result-text   { font-size: .9rem; color: var(--gray-600); margin-top: .75rem; line-height: 1.65; }

/* ══════════════════════════════════════════════
   CITY CARDS — Şehir Kartları ile Görseller
   ══════════════════════════════════════════════ */
.city-card { border: 1px solid var(--gold-200); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition); display: block; text-decoration: none; }
.city-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.city-card-hero {
  height: 180px;
  position: relative; display: flex; align-items: flex-end; padding: 1.25rem; overflow: hidden;
  background: var(--sand-800);
}
.city-card-hero img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s ease; filter: brightness(.75) saturate(1.1);
}
.city-card:hover .city-card-hero img { transform: scale(1.05); }
.city-card-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,16,10,.1) 0%, rgba(18,16,10,.65) 100%);
}
.city-card-hero::before {
  content: attr(data-city);
  position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
  font-size: 4.5rem; font-weight: 900; color: rgba(255,255,255,.06);
  letter-spacing: -.05em; pointer-events: none; line-height: 1;
  font-family: var(--font-serif); z-index: 1;
}
.city-card-name { color: var(--white); font-size: 1.2rem; font-weight: 700; position: relative; z-index: 2; font-family: var(--font-serif); text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.city-card-region { color: rgba(245,228,176,.8); font-size: .78rem; position: relative; z-index: 2; margin-top: .1rem; }
.city-card-body { padding: 1.1rem 1.25rem; background: var(--white); }
.safety-indicator { display: flex; align-items: center; gap: .5rem; margin-bottom: .75rem; }
.safety-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.safety-safe { background: var(--olive-500); }
.safety-mod  { background: var(--amber-500); }
.safety-high { background: var(--red-600);   }

/* ── Info Box ── */
.info-box { background: var(--sand-50); border: 1px solid var(--gold-100); border-radius: var(--radius-md); padding: 1.1rem; }
.info-box-title { font-size: .83rem; font-weight: 700; color: var(--sand-700); margin-bottom: .5rem; display: flex; align-items: center; gap: .4rem; }
.info-list { display: flex; flex-direction: column; gap: .5rem; }
.info-list-item { display: flex; gap: .625rem; font-size: .82rem; color: var(--gray-700); align-items: flex-start; }
.info-list-icon { flex-shrink: 0; margin-top: .15rem; color: var(--gold-500); }

/* ── Breadcrumb ── */
.breadcrumb { display: flex; align-items: center; gap: .4rem; font-size: .78rem; color: rgba(245,228,176,.55); margin-bottom: 1.25rem; flex-wrap: wrap; }
.breadcrumb a { color: rgba(245,228,176,.75); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--gold-200); }
.breadcrumb-sep { opacity: .4; }
.page-header-breadcrumb { color: rgba(245,228,176,.55); }
.page-header-breadcrumb a { color: rgba(245,228,176,.75); }
.page-header-breadcrumb a:hover { color: var(--gold-200); }
.page-header-breadcrumb span[aria-current="page"] { color: rgba(245,228,176,.95); }

/* ══════════════════════════════════════════════
   PAGE HEADER — Sayfa Başlık Bandı
   ══════════════════════════════════════════════ */
.page-header {
  background:
    linear-gradient(180deg, var(--dark-900), var(--dark-800));
  padding: 2.25rem 0;
  border-bottom: 1px solid rgba(212,148,42,.12);
  position: relative; overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--pattern-arabesque);
  background-size: 60px 60px;
  opacity: .4;
}
.page-header::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
}
.page-header-title { color: var(--gold-100); margin-bottom: .4rem; position: relative; z-index: 1; font-family: var(--font-serif); }
.page-header-sub   { color: rgba(245,228,176,.6); font-size: .95rem; position: relative; z-index: 1; }

/* ── Section Stats ── */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.25rem; }
.stat-card {
  background: var(--white); border: 1px solid var(--gold-200);
  border-radius: var(--radius-lg); padding: 1.5rem; text-align: center;
  position: relative; overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
}
.stat-num   { font-size: 2rem; font-weight: 800; color: var(--sand-800); line-height: 1; font-family: var(--font-serif); }
.stat-label { font-size: .78rem; color: var(--sand-500); margin-top: .35rem; }

/* ── Transparency / Why Grid ── */
.transparency-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.trans-item {
  background: var(--white);
  border: 1px solid var(--gold-200);
  border-radius: var(--radius-lg); padding: 1.4rem;
  transition: all var(--transition);
}
.trans-item:hover { border-color: var(--gold-400); box-shadow: var(--shadow-md); }
.trans-icon  { font-size: 1.4rem; margin-bottom: .625rem; }
.trans-title { font-size: .9rem; font-weight: 700; margin-bottom: .35rem; color: var(--sand-900); }
.trans-desc  { font-size: .8rem; color: var(--gray-600); line-height: 1.6; }

/* ── Feature Blocks ── */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.feature-visual {
  background: linear-gradient(135deg, var(--sand-50), var(--gold-50));
  border-radius: var(--radius-xl); padding: 2.25rem;
  border: 1px solid var(--gold-200);
  position: relative; overflow: hidden;
}
.feature-visual::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--pattern-arabesque);
  background-size: 60px 60px;
  opacity: .4;
}
.feature-list { display: flex; flex-direction: column; gap: 1.1rem; }
.feature-item { display: flex; gap: .875rem; }
.feature-icon-wrap {
  width: 38px; height: 38px; border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold-100), var(--sand-100));
  display: flex; align-items: center; justify-content: center;
  color: var(--sand-700); font-size: 1rem; flex-shrink: 0;
  border: 1px solid var(--gold-200);
}
.feature-text-title { font-size: .875rem; font-weight: 700; margin-bottom: .15rem; color: var(--sand-900); }
.feature-text-desc  { font-size: .8rem; color: var(--gray-600); line-height: 1.55; }

/* ══════════════════════════════════════════════
   FOOTER — Şam Geceleri Koyu Tema
   ══════════════════════════════════════════════ */
.footer {
  background:
    linear-gradient(180deg, var(--dark-900), var(--dark-950));
  color: rgba(245,228,176,.55);
  padding: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--pattern-arabesque);
  background-size: 60px 60px;
  opacity: .15;
}
/* Altın üst şerit */
.footer::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), var(--gold-300), var(--gold-500), transparent);
}
.footer > * { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand { color: var(--gold-200); font-size: .975rem; font-weight: 700; margin-bottom: .75rem; font-family: var(--font-serif); }
.footer-desc  { font-size: .8rem; line-height: 1.65; }
.footer-disclaimer {
  background: rgba(220,38,38,.08); border: 1px solid rgba(220,38,38,.2);
  border-radius: var(--radius-md); padding: .875rem; font-size: .73rem;
  color: rgba(255,200,200,.75); line-height: 1.55; margin-top: 1rem;
}
.footer-col-title {
  color: var(--gold-300); font-size: .75rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; margin-bottom: .875rem;
}
.footer-col a { display: block; font-size: .8rem; color: rgba(245,228,176,.45); padding: .22rem 0; transition: color var(--transition); }
.footer-col a:hover { color: var(--gold-200); }
.footer-bottom {
  border-top: 1px solid rgba(212,148,42,.12);
  padding-top: 1.5rem; display: flex;
  justify-content: space-between; align-items: center;
  font-size: .73rem; flex-wrap: wrap; gap: .75rem;
}
.footer-bottom-links { display: flex; gap: 1.25rem; }
.footer-bottom-links a { color: rgba(245,228,176,.3); transition: color var(--transition); }
.footer-bottom-links a:hover { color: rgba(245,228,176,.65); }

/* ── Blog / Guide cards ── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.5rem; }
.blog-card {
  border: 1px solid var(--gold-200); border-radius: var(--radius-lg);
  overflow: hidden; transition: all var(--transition);
  display: flex; flex-direction: column; background: var(--white);
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); border-color: var(--gold-300); }
/* Blog kart görsel alanı */
.blog-card-image {
  height: 160px; overflow: hidden; position: relative;
  background: var(--sand-800);
}
.blog-card-image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s ease; filter: brightness(.8) saturate(1.1);
}
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-image-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--sand-800), var(--sand-700));
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.blog-card-image-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--pattern-arabesque);
  background-size: 60px 60px;
  opacity: .6;
}
.blog-card-image-placeholder span {
  font-size: 2.5rem; position: relative; z-index: 1; opacity: .7;
}
.blog-card-header { padding: 1.5rem; flex: 1; }
.blog-tag  {
  font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--gold-600); margin-bottom: .5rem;
}
.blog-title   { font-size: .9rem; font-weight: 700; color: var(--sand-900); line-height: 1.4; font-family: var(--font-serif); }
.blog-excerpt { font-size: .8rem; color: var(--gray-600); line-height: 1.6; margin-top: .5rem; }
.blog-card-footer {
  padding: .875rem 1.5rem; display: flex;
  justify-content: space-between; align-items: center;
  border-top: 1px solid var(--gold-100);
  background: var(--sand-50);
}
.blog-meta { font-size: .73rem; color: var(--sand-400); }

/* ── Advisor CTA ── */
.advisor-cta {
  background:
    linear-gradient(135deg, var(--dark-800) 0%, var(--sand-800) 100%);
  border-radius: var(--radius-xl); padding: 3rem; text-align: center;
  position: relative; overflow: hidden;
  border: 1px solid rgba(212,148,42,.2);
}
.advisor-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--pattern-arabesque);
  background-size: 60px 60px;
  opacity: .4;
}
.advisor-cta::after {
  content: '';
  position: absolute; top: -40%; right: -10%;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(212,148,42,.06);
}
.advisor-cta-title   { color: var(--gold-200); margin-bottom: .75rem; font-size: 1.55rem; position: relative; z-index: 1; font-family: var(--font-serif); }
.advisor-cta-sub     { color: rgba(245,228,176,.65); font-size: .925rem; margin-bottom: .625rem; position: relative; z-index: 1; }
.advisor-cta-note    { color: rgba(245,228,176,.38); font-size: .78rem; margin-bottom: 1.75rem; font-style: italic; position: relative; z-index: 1; }
.advisor-cta-actions { display: flex; flex-wrap: wrap; gap: .875rem; justify-content: center; position: relative; z-index: 1; }

/* ── Detail Page ── */
.detail-section { padding: 1.875rem 0; border-bottom: 1px solid var(--gold-100); }
.detail-section:last-child { border-bottom: none; }
.detail-section-title {
  font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--sand-400); margin-bottom: .875rem;
}

/* ── Two-col layout ── */
.two-col { display: grid; grid-template-columns: 1fr 280px; gap: 2.5rem; align-items: start; }
.two-col-wide { grid-template-columns: 1fr 310px; }
.sticky-sidebar { position: sticky; top: 80px; }

/* ── Tuition Table ── */
.tuition-table { width: 100%; border-collapse: collapse; font-size: .875rem; }
.tuition-table th { background: var(--sand-50); color: var(--sand-900); font-weight: 700; padding: .7rem 1rem; text-align: left; border-bottom: 2px solid var(--gold-200); font-size: .75rem; letter-spacing: .03em; }
.tuition-table td { padding: .7rem 1rem; border-bottom: 1px solid var(--gold-100); color: var(--gray-700); }
.tuition-table tr:last-child td { border-bottom: none; }
.tuition-table tr:hover td { background: var(--gold-50); }

/* ── Process Steps ── */
.process-steps { display: flex; flex-direction: column; gap: 0; position: relative; padding-left: 2.5rem; }
.process-steps::before { content: ''; position: absolute; left: .875rem; top: 1.5rem; bottom: 1.5rem; width: 2px; background: linear-gradient(180deg, var(--gold-400), var(--gold-200)); }
.process-step { position: relative; padding: 0 0 1.5rem; }
.process-step:last-child { padding-bottom: 0; }
.step-num {
  position: absolute; left: -2.5rem; top: 0; width: 27px; height: 27px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-600), var(--gold-400));
  color: var(--dark-900); font-size: .75rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px var(--gold-300), var(--shadow-gold);
}
.step-title { font-size: .9rem; font-weight: 700; color: var(--sand-900); margin-bottom: .3rem; }
.step-desc  { font-size: .81rem; color: var(--gray-600); line-height: 1.65; }
.step-dur   { font-size: .7rem; color: var(--gold-600); font-weight: 600; margin-top: .25rem; display: flex; align-items: center; gap: .3rem; }

/* ── Recognition Box ── */
.recognition-box { border-radius: var(--radius-lg); padding: 1.5rem; border: 2px solid; }
.rec-status-label { font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: .5rem; }
.rec-title { font-size: 1rem; font-weight: 700; margin-bottom: .5rem; }
.rec-body  { font-size: .85rem; line-height: 1.65; margin-bottom: 1rem; }
.rec-meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 1rem; }
.rec-meta-item { background: rgba(255,255,255,.6); border-radius: var(--radius); padding: .75rem; }
.rec-meta-label { font-size: .7rem; font-weight: 600; opacity: .7; margin-bottom: .2rem; }
.rec-meta-val   { font-size: .875rem; font-weight: 700; }

/* ── Consultation Form ── */
.consultation-card {
  background: var(--white);
  border: 1px solid var(--gold-200); border-radius: var(--radius-xl);
  padding: 2rem; box-shadow: var(--shadow-md);
  position: relative;
}
.consultation-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300), var(--gold-500));
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.consultation-success {
  text-align: center; padding: 2rem 1rem;
  background: var(--olive-50);
  border: 2px solid var(--olive-200); border-radius: var(--radius-xl);
}

/* ── Country comparison table ── */
.country-table { width: 100%; border-collapse: collapse; font-size: .84rem; }
.country-table th { background: var(--sand-50); color: var(--sand-900); font-weight: 700; padding: .75rem 1rem; text-align: left; border-bottom: 2px solid var(--gold-200); font-size: .75rem; }
.country-table td { padding: .75rem 1rem; border-bottom: 1px solid var(--gold-100); vertical-align: top; }
.country-table tr:last-child td { border-bottom: none; }
.country-table tr:hover td { background: var(--gold-50); }

/* ── Guide article layout ── */
.guide-content h2 { margin: 2.25rem 0 1rem; font-size: clamp(1.15rem, 2.5vw, 1.5rem); color: var(--sand-900); }
.guide-content h3 { margin: 1.75rem 0 .75rem; font-size: 1.1rem; color: var(--sand-800); }
.guide-content p  { margin-bottom: 1rem; font-size: .93rem; }
.guide-content ul, .guide-content ol { padding-left: 1.25rem; margin-bottom: 1rem; }
.guide-content ul li, .guide-content ol li { margin-bottom: .4rem; font-size: .9rem; color: var(--gray-700); }
.guide-content ul { list-style: disc; }
.guide-content ol { list-style: decimal; }

/* ── Cost breakdown table ── */
.cost-table { width: 100%; font-size: .875rem; }
.cost-table td { padding: .5rem .875rem; border-bottom: 1px solid var(--gold-100); }
.cost-table tr:last-child td { border-bottom: none; font-weight: 700; }

/* ══════════════════════════════════════════════
   KÜLTÜREL GÖRSEL KOMPONENTLERİ
   ══════════════════════════════════════════════ */

/* Üniversite detay görseli */
.uni-hero-image {
  width: 100%; height: 260px; border-radius: var(--radius-xl);
  overflow: hidden; margin-bottom: 1.5rem; position: relative;
  box-shadow: var(--shadow-lg);
}
.uni-hero-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.85) saturate(1.1);
}
.uni-hero-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(18,16,10,.6) 100%);
}

/* Kültürel görsel kılavuz */
.cultural-gallery {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0;
}
.cultural-gallery-item {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  border: 1px solid var(--gold-200);
  box-shadow: var(--shadow);
}
.cultural-gallery-item img {
  width: 100%; height: 180px; object-fit: cover; display: block;
  filter: brightness(.88) saturate(1.1);
  transition: transform .5s ease, filter .3s ease;
}
.cultural-gallery-item:hover img { transform: scale(1.04); filter: brightness(.95) saturate(1.2); }
.cultural-gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: .5rem .75rem;
  background: linear-gradient(180deg, transparent, rgba(18,16,10,.75));
  color: var(--gold-100); font-size: .72rem; letter-spacing: .04em;
}

/* Panoramik görsel bant */
.panoramic-image {
  width: 100%; height: 220px; border-radius: var(--radius-xl);
  overflow: hidden; position: relative;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gold-200);
}
.panoramic-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.8) saturate(1.1);
}
.panoramic-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(18,16,10,.4) 0%, transparent 40%, transparent 60%, rgba(18,16,10,.4) 100%);
}
.panoramic-image-label {
  position: absolute; bottom: .875rem; left: 1.25rem;
  color: var(--gold-200); font-size: .75rem; letter-spacing: .06em;
  text-transform: uppercase; font-weight: 500;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* İslam Geometrik Süs Bölümleri */
.ornament-section {
  text-align: center; padding: 1rem 0;
  color: var(--gold-300); font-size: 1.5rem; letter-spacing: .5rem;
  opacity: .6;
}

/* Şehir Bilgi Kutusu (Suriye Haritası) */
.city-info-card {
  background: linear-gradient(135deg, var(--dark-800), var(--dark-700));
  border-radius: var(--radius-xl); padding: 0; overflow: hidden;
  border: 1px solid rgba(212,148,42,.2);
  box-shadow: var(--shadow-lg);
}
.city-info-card-image {
  height: 200px; overflow: hidden; position: relative;
}
.city-info-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.75) saturate(1.1);
}
.city-info-card-content { padding: 1.5rem; }
.city-info-card-title { color: var(--gold-200); font-family: var(--font-serif); font-size: 1.2rem; margin-bottom: .5rem; }
.city-info-card-sub { color: rgba(245,228,176,.6); font-size: .85rem; line-height: 1.65; }

/* ── Utility classes ── */
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: .5rem; }  .mt-4 { margin-top: 1rem; }   .mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }   .mt-10 { margin-top: 2.5rem; } .mt-12 { margin-top: 3rem; }
.mb-2 { margin-bottom: .5rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-2 { gap: .5rem; }  .gap-3 { gap: .75rem; }  .gap-4 { gap: 1rem; }  .gap-6 { gap: 1.5rem; }
.flex-wrap { flex-wrap: wrap; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.text-sm { font-size: .85rem; } .text-xs { font-size: .73rem; } .text-lg { font-size: 1.1rem; }
.font-bold { font-weight: 700; } .font-semibold { font-weight: 600; }
.text-gray  { color: var(--sand-500); }
.text-navy  { color: var(--sand-700); }
.text-green { color: var(--olive-700); }
.text-red   { color: var(--red-700); }
.text-amber { color: var(--amber-700); }
.text-gold  { color: var(--gold-600); }
.text-center { text-align: center; }
.rounded    { border-radius: var(--radius); }
.rounded-lg { border-radius: var(--radius-lg); }
.bg-navy-50 { background: var(--sand-50); }
.bg-gray-50 { background: var(--gray-50); }
.bg-green-50 { background: var(--olive-50); }
.bg-red-50  { background: var(--red-50); }
.w-full     { width: 100%; }
.hidden     { display: none !important; }
.sr-only    { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.divider    { border: none; border-top: 1px solid var(--gold-100); margin: 1.5rem 0; }
.truncate   { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .two-col, .two-col-wide { grid-template-columns: 1fr; }
  .sticky-sidebar { position: static; top: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.25rem; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .navbar-nav { display: none; flex-direction: column; }
  .navbar-trust-badge { display: none; }
  .mobile-menu-btn { display: block; }
  .navbar-nav.mobile-open {
    display: flex; position: absolute; top: 64px; left: 0; right: 0;
    background: var(--dark-900); padding: 1rem 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(212,148,42,.15); z-index: 99;
    box-shadow: 0 8px 24px rgba(0,0,0,.5);
  }
  .navbar-nav.mobile-open a { padding: .65rem .75rem; font-size: .9rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding: 3rem 0 2.5rem; }
  .hero-stats { gap: 1.25rem; flex-wrap: wrap; }
  .hero-search { display: none; }
  .feature-grid { grid-template-columns: 1fr; gap: 2rem; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .section, .section-lg { padding: 2.75rem 0; }
  .uni-grid { grid-template-columns: 1fr; }
  .search-grid { grid-template-columns: 1fr; }
  .rec-meta-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .cultural-gallery { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .advisor-cta { padding: 2rem 1.25rem; }
  .decision-card { padding: 1.375rem; }
  .result-score { font-size: 2.75rem; }
  .tabs { gap: 0; }
  .tab-btn { padding: .6rem .8rem; font-size: .78rem; }
  .page-header { padding: 1.875rem 0; }
  .filter-bar { padding: 1rem; }
  .filter-bar-grid { grid-template-columns: 1fr; }
}

/* ── Print ── */
@media print {
  .navbar, .footer, .advisor-cta, .btn, .mobile-menu-btn { display: none !important; }
  .tab-panel { display: block !important; }
  .accordion-body { display: block !important; }
  .sticky-sidebar { position: static; }
  .two-col, .two-col-wide { grid-template-columns: 1fr; }
  body { color: #000; font-size: 12pt; background: white; }
  .page-header { background: #f0ece4; color: #000; }
  .page-header-title { color: #000; }
}

/* ── Contact Page ── */
.contact-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c8963e' fill-rule='evenodd'%3E%3Cpath d='M40 0l4 4-4 4-4-4zm0 8l4 4-4 4-4-4zm0 8l4 4-4 4-4-4zm-8-8l4 4-4 4-4-4zm16 0l4 4-4 4-4-4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  pointer-events: none;
}
.contact-cta-pattern {
  position: absolute;
  inset: 0;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c8963e' stroke-width='1'%3E%3Cpath d='M30 5 L55 30 L30 55 L5 30 Z'/%3E%3Ccircle cx='30' cy='30' r='15'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none;
}

/* Contact office cards hover */
.contact-office-card {
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-100);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition), transform var(--transition);
}
.contact-office-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* ── Contact Page — Full Styles ── */

/* Hero */
.contact-hero {
  background: linear-gradient(135deg, var(--dark-900) 0%, var(--sand-900) 60%, var(--dark-900) 100%);
  padding: 3.5rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c8963e' fill-rule='evenodd'%3E%3Cpath d='M40 0l4 4-4 4-4-4zm0 8l4 4-4 4-4-4zm0 8l4 4-4 4-4-4zm-8-8l4 4-4 4-4-4zm16 0l4 4-4 4-4-4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  opacity: .05;
  pointer-events: none;
}
.contact-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.75rem;
}
.contact-hero-ornament {
  opacity: .85;
  filter: drop-shadow(0 0 18px rgba(200,150,62,.35));
}
.contact-hero-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-300);
  background: rgba(200,150,62,.12);
  border: 1px solid rgba(200,150,62,.3);
  border-radius: 999px;
  padding: .25rem .9rem;
}
.contact-hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--gold-100);
  margin: .5rem 0 0;
  line-height: 1.2;
}
.brand-eurostar {
  color: var(--gold-400);
  text-shadow: 0 0 20px rgba(200,150,62,.4);
}
.contact-hero-sub {
  font-size: 1rem;
  color: var(--sand-200);
  max-width: 560px;
  line-height: 1.7;
  margin: 0 auto;
}

/* Stats row */
.contact-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(200,150,62,.2);
  border-radius: var(--radius-lg);
  padding: 1rem 2.5rem;
  backdrop-filter: blur(4px);
}
.contact-stat {
  text-align: center;
}
.contact-stat-num {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gold-400);
  line-height: 1;
}
.contact-stat-lbl {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sand-300);
  margin-top: .25rem;
}
.contact-stat-divider {
  width: 1px;
  height: 2.5rem;
  background: rgba(200,150,62,.25);
}

/* Offices section */
.contact-offices {
  padding: 4rem 0;
  background: var(--sand-50);
  position: relative;
}
.contact-offices::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-400) 50%, transparent 100%);
}

/* Grid */
.offices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Office Card */
.office-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--card-border, var(--gold-200));
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: box-shadow var(--transition), transform var(--transition);
  position: relative;
}
.office-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
  transform: translateY(-3px);
}
.office-card-bar {
  height: 4px;
  width: 100%;
}
.office-card-body {
  padding: 1.25rem 1.4rem 1.4rem;
}
.office-card-header {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin-bottom: .9rem;
}
.office-card-icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: .1rem;
}
.office-card-city {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .15rem;
}
.office-card-name {
  font-size: .875rem;
  font-weight: 600;
  color: var(--dark-800);
  line-height: 1.35;
}
.office-card-divider {
  height: 1px;
  opacity: .2;
  margin-bottom: .9rem;
}
.office-card-address {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin-bottom: .8rem;
}
.office-card-address svg {
  flex-shrink: 0;
  margin-top: .15rem;
}
.office-address-line {
  font-size: .82rem;
  color: var(--dark-700);
  line-height: 1.45;
}
.office-district {
  font-size: .78rem;
  color: var(--sand-500);
  font-weight: 500;
  margin-top: .2rem;
}
.office-card-phones {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.office-phone-row {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.office-phone-row svg {
  flex-shrink: 0;
}
.office-phone {
  font-size: .875rem;
  font-weight: 600;
  color: var(--dark-800);
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
}

/* CTA Band */
.contact-cta-band {
  background: linear-gradient(135deg, var(--sand-900) 0%, var(--dark-900) 100%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.contact-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c8963e' stroke-width='1'%3E%3Cpath d='M30 5 L55 30 L30 55 L5 30 Z'/%3E%3Ccircle cx='30' cy='30' r='15'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px;
  opacity: .05;
  pointer-events: none;
}
.contact-cta-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
}
.contact-cta-ornament {
  opacity: .7;
  flex-shrink: 0;
}
.contact-cta-text {
  flex: 1;
  min-width: 240px;
}
.contact-cta-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold-200);
  margin-bottom: .5rem;
}
.contact-cta-sub {
  font-size: .925rem;
  color: var(--sand-300);
  line-height: 1.65;
  max-width: 500px;
  margin: 0 auto;
}
.contact-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  flex-shrink: 0;
  padding: .75rem 1.75rem;
  font-size: .9rem;
}

@media (max-width: 640px) {
  .contact-stats {
    gap: 1rem;
    padding: .875rem 1.5rem;
  }
  .contact-stat-num { font-size: 1.4rem; }
  .offices-grid { grid-template-columns: 1fr; }
  .contact-cta-inner { flex-direction: column; }
}
