/* ====== Palet ====== */
:root {
  --navy: #0f1a40;          /* kısa hero + footer */
  --mavi: #0000c0;          /* logo mavisi — vurgu */
  --mavi-koyu: #000099;
  --ink: #1a2036;           /* başlık / değer */
  --label: #6b7280;         /* etiketler */
  --soluk: #5b6478;
  --cizgi: #e9eaf0;
  --lav: #eef0fc;           /* ikon arka planı */
  --container: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #edf0fb 0%, #f4f5fc 55%, #eef1fb 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a { color: inherit; }

/* ekran okuyucu için görünmez (SEO/erişilebilirlik) */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 48px);
  padding-right: clamp(20px, 5vw, 48px);
}

/* ====== Kısa hero (sadece logo) ====== */
.masthead { background: var(--navy); }
.masthead__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(22px, 3vw, 36px);
}
.masthead__logo {
  height: clamp(40px, 4vw, 56px);
  width: auto;
  display: block;
}

/* ====== Ana alan ====== */
.main {
  flex: 1;
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(36px, 5vw, 64px);
}
.lead {
  max-width: 820px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  text-align: center;
  color: var(--soluk);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.6;
}

/* ====== Kart ====== */
.card {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 30px 70px -34px rgba(15, 26, 64, 0.35),
    0 10px 26px -18px rgba(15, 26, 64, 0.22);
  padding: clamp(22px, 3vw, 40px);
}
.card__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(24px, 3.5vw, 48px);
  align-items: stretch;
}

/* ====== Sol: bilgiler ====== */
.info__title {
  display: inline-block;        /* genişlik = metin genişliği */
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700;
  color: var(--ink);
}
.info__title::after {
  content: "";
  display: block;
  width: 100%;                  /* metnin başından sonuna kadar */
  height: 3px;
  margin-top: 12px;
  background: var(--mavi);
  border-radius: 2px;
}
.ilist { list-style: none; margin-top: 18px; }
.iitem {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--cizgi);
}
.iitem:last-child { border-bottom: 0; padding-bottom: 4px; }
.iitem__icon {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  background: var(--lav);
  border-radius: 13px;
  color: var(--mavi);
}
.iitem__icon svg { width: 21px; height: 21px; }
.iitem__body { display: flex; flex-direction: column; min-width: 0; }
.iitem__label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--label);
  margin-bottom: 6px;
}
.iitem__value {
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
  text-decoration: none;
  word-break: break-word;
  transition: color .15s ease;
}
a.iitem__value:hover { color: var(--mavi); }

/* ====== Sağ: harita ====== */
.mapwrap {
  border: 1px solid var(--cizgi);
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
  min-height: 100%;
}
.mapwrap iframe {
  width: 100%;
  height: 100%;
  min-height: clamp(340px, 40vw, 470px);
  border: 0;
  display: block;
}

/* ====== Footer ====== */
.foot {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
}
.foot__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 0.88rem;
}
.foot__copy { font-weight: 700; color: #fff; }
.foot__link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: color .15s ease;
}
.foot__link:hover { color: #fff; text-decoration: underline; }

/* ====== Çerez bildirimi ====== */
.cookie {
  position: fixed;
  left: 50%;
  bottom: clamp(12px, 3vw, 24px);
  transform: translateX(-50%);
  width: min(720px, calc(100% - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 18px;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid var(--cizgi);
  border-radius: 14px;
  box-shadow: 0 18px 44px -18px rgba(15, 26, 64, 0.45);
  padding: 14px 18px;
  z-index: 50;
}
.cookie[hidden] { display: none; }
.cookie__text { flex: 1 1 360px; font-size: 0.86rem; color: var(--soluk); line-height: 1.5; }
.cookie__text a { color: var(--mavi); }
.cookie__btn {
  flex: 0 0 auto;
  background: var(--mavi);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 24px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background .15s ease;
}
.cookie__btn:hover { background: var(--mavi-koyu); }

/* ====== Yasal sayfa ====== */
.legal {
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 30px 70px -34px rgba(15, 26, 64, 0.35),
    0 10px 26px -18px rgba(15, 26, 64, 0.22);
  padding: clamp(24px, 4vw, 48px);
}
.legal__back {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--mavi);
  text-decoration: none;
}
.legal__back:hover { text-decoration: underline; }
.legal__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink);
}
.legal__updated { color: var(--label); font-size: 0.85rem; margin-top: 6px; margin-bottom: 22px; }
.legal h2 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ink);
  margin: 26px 0 10px;
}
.legal p, .legal li { color: #3b4256; font-size: 0.96rem; line-height: 1.7; }
.legal p { margin-bottom: 12px; }
.legal ul { margin: 0 0 12px 1.2rem; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--mavi); word-break: break-word; }

/* ====== Responsive ====== */
@media (max-width: 860px) {
  .card__grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .foot__inner { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto; }
}
