/* Natobet — ortak stil dosyası
   Tüm sayfalar bu dosyayı kullanır. Tasarım değişikliği tek yerden yapılır. */

:root {
  --bg: #0a0e14;
  --bg-2: #111823;
  --bg-3: #172130;
  --line: #22304a;
  --txt: #dfe6f0;
  --txt-dim: #93a2b8;
  --gold: #f4c14b;
  --gold-2: #d99f24;
  --green: #27c07a;
  --red: #e5484d;
  --radius: 12px;
  --wrap: 1080px;
  --font: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--txt);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.75;
}

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }

/* ---------- Üst durum şeridi ----------
   Koyu tutuldu: altın rengi yalnızca CTA'ya ayrıldı ki buton öne çıksın. */
.topbar {
  position: relative;
  background: #06090e;
  color: var(--txt-dim);
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  padding: 9px 14px;
  letter-spacing: .2px;
  border-bottom: 1px solid rgba(244, 193, 75, .16);
}
.topbar b { color: var(--gold); font-weight: 700; }
.topbar a { color: var(--gold); text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar .live {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 7px;
  vertical-align: 1px;
  box-shadow: 0 0 0 0 rgba(39, 192, 122, .65);
  animation: livePulse 2.4s infinite;
}
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(39, 192, 122, .6); }
  70%  { box-shadow: 0 0 0 7px rgba(39, 192, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(39, 192, 122, 0); }
}

/* ---------- Header ---------- */
header.site {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 13, 19, .88);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .03), 0 8px 24px rgba(0, 0, 0, .3);
}
.hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
}
nav.main a { position: relative; }
nav.main a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
  transition: right .22s ease;
}
nav.main a:hover::after { right: 0; }
.logo {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.5px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.logo span { color: var(--gold); }
.logo img { height: 32px; width: auto; display: block; }
nav.main { display: flex; flex-wrap: wrap; gap: 16px; }
nav.main a {
  color: var(--txt-dim);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  padding: 4px 0;
}
nav.main a:hover { color: var(--gold); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-block;
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
  color: #16100a;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 6px 18px rgba(244, 193, 75, .18);
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(244, 193, 75, .28); }
.btn.ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  box-shadow: none;
  font-weight: 700;
}
.btn.wide { display: block; width: 100%; }
.btn.sm { padding: 9px 18px; font-size: 14.5px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(760px 420px at 12% -18%, rgba(244, 193, 75, .17), transparent 62%),
    radial-gradient(680px 400px at 92% 118%, rgba(52, 110, 220, .16), transparent 60%),
    linear-gradient(180deg, #101825 0%, var(--bg) 88%);
  border-bottom: 1px solid var(--line);
  padding: 52px 0 46px;
}
/* İnce nokta dokusu: düz zemini kırar, ek dosya gerektirmez */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(680px 340px at 22% 8%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(680px 340px at 22% 8%, #000 20%, transparent 78%);
  pointer-events: none;
}
/* Alt kenara ince altın çizgi */
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 193, 75, .5), transparent);
  pointer-events: none;
}

/* Durum rozeti (H1 üstü) */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(39, 192, 122, .09);
  border: 1px solid rgba(39, 192, 122, .3);
  color: #7fe3b2;
  border-radius: 999px;
  padding: 6px 15px 6px 12px;
  font-size: 13.5px;
  font-weight: 600;
  margin: 0 0 18px;
  letter-spacing: .1px;
}
.status-pill .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex: 0 0 auto;
  box-shadow: 0 0 0 0 rgba(39, 192, 122, .65);
  animation: livePulse 2.4s infinite;
}
.status-pill s { text-decoration: none; opacity: .45; margin: 0 8px; }
.topbar .tb-date s { text-decoration: none; opacity: .4; margin: 0 7px; }

/* Rozet ve şerit tek satırda kalsın; dar ekranda tarih düşsün (zaten üstte var) */
@media (max-width: 620px) {
  .status-pill { font-size: 12.5px; padding: 5px 13px 5px 11px; white-space: nowrap; }
  .status-pill .pill-date { display: none; }
  .topbar { font-size: 12.5px; }
  .topbar .tb-date { display: none; }
}

/* Güven şeridi (CTA altı) */
/* auto-fit: geniş alanda 4 sütun, hero'nun dar sütununda 2, mobilde 1 olur */
.trust {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px 24px;
  margin: 28px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
}
.trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14.5px;
  color: var(--txt-dim);
}
.trust li::before {
  content: "\2713";
  flex: 0 0 auto;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(244, 193, 75, .14);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .topbar .live, .status-pill .dot { animation: none; }
}
.hero h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: -.6px;
}
.hero .lead { font-size: 18.5px; color: var(--txt-dim); margin: 0 0 24px; max-width: 760px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- Ana sayfa hero banner ---------- */
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: center; }
.hero-grid .lead { max-width: none; }

.banner {
  position: relative;
  border: 1px solid rgba(244, 193, 75, .22);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .03) inset;
}
/* Banner arkasına yumuşak altın ışıma */
.banner::before {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(244, 193, 75, .2), transparent 72%);
  pointer-events: none;
}
.banner .slides { position: relative; aspect-ratio: 16 / 9; }
.banner .slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
  text-decoration: none;
}
.banner .slide.on { opacity: 1; visibility: visible; z-index: 2; }
.banner .slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner .cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 40px 15px 26px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .55) 38%, rgba(0, 0, 0, .88));
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.4;
}
.banner .cap i { font-style: normal; color: var(--gold); }

.banner .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 34px; height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(10, 14, 20, .62);
  color: #fff;
  font-size: 21px;
  line-height: 34px;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transition: opacity .18s ease, background .18s ease;
}
.banner:hover .nav, .banner:focus-within .nav { opacity: 1; }
.banner .nav:hover { background: var(--gold); color: #16100a; }
.banner .nav.prev { left: 9px; }
.banner .nav.next { right: 9px; }

.banner .dots {
  position: absolute;
  z-index: 5;
  left: 0; right: 0; bottom: 7px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.banner .dots button {
  width: 7px; height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
  transition: background .18s ease, width .18s ease;
}
.banner .dots button.on { background: var(--gold); width: 20px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  .banner .slide { transition: none; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .banner .nav { opacity: 1; }
}

/* ---------- Erişim / CTA kutusu ---------- */
.access {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 20px 22px;
  margin: 28px 0;
}
.access h3 { margin: 0 0 8px; font-size: 19px; color: #fff; }
.access p { margin: 0 0 14px; color: var(--txt-dim); font-size: 16px; }
.access .stamp { font-size: 13.5px; color: var(--txt-dim); margin-top: 10px; }
.access .stamp b { color: var(--green); }

/* ---------- İçerik tipografisi ---------- */
main { padding: 34px 0 10px; }
article h2 {
  font-size: 25px;
  line-height: 1.3;
  margin: 38px 0 12px;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
article h3 { font-size: 20px; margin: 26px 0 8px; color: var(--gold); }
article p { margin: 0 0 16px; }
article ul, article ol { margin: 0 0 18px; padding-left: 22px; }
article li { margin-bottom: 8px; }
article a { color: var(--gold); text-decoration: none; border-bottom: 1px dotted rgba(244, 193, 75, .5); }
article a:hover { border-bottom-style: solid; }
article strong { color: #fff; }

blockquote {
  margin: 22px 0;
  padding: 14px 18px;
  background: var(--bg-2);
  border-left: 3px solid var(--green);
  border-radius: 0 8px 8px 0;
  color: var(--txt-dim);
  font-size: 16.5px;
}

/* ---------- Görseller ---------- */
img { max-width: 100%; height: auto; }

figure.shot {
  margin: 26px 0;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
figure.shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
figure.shot figcaption {
  padding: 11px 16px;
  font-size: 14.5px;
  color: var(--txt-dim);
  border-top: 1px solid var(--line);
  line-height: 1.6;
}
figure.shot figcaption a { color: var(--gold); border: 0; text-decoration: none; font-weight: 600; }
figure.shot figcaption a:hover { text-decoration: underline; }

/* Kampanya şeridi */
.promos { margin: 34px 0 10px; }
.promos h2 { border: 0; padding: 0; margin: 0 0 14px; font-size: 21px; }
.promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.promo {
  display: block;
  text-decoration: none;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .15s ease, transform .15s ease;
}
.promo:hover { border-color: var(--gold); transform: translateY(-3px); }
.promo img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.promo b {
  display: block;
  padding: 11px 14px 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}
.promo b::after { content: " ›"; color: var(--gold); }

/* Footer logosu */
.flogo { height: 28px; width: auto; display: block; margin-bottom: 12px; opacity: .85; }

/* ---------- Tablo ---------- */
.tablewrap { overflow-x: auto; margin: 0 0 22px; }
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
  min-width: 460px;
  background: var(--bg-2);
  border-radius: 10px;
  overflow: hidden;
}
th, td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: var(--bg-3); color: var(--gold); font-weight: 700; white-space: nowrap; }
tr:last-child td { border-bottom: 0; }

/* ---------- Breadcrumb ---------- */
.crumb { font-size: 13.5px; color: var(--txt-dim); padding: 14px 0 0; }
.crumb a { color: var(--txt-dim); text-decoration: none; }
.crumb a:hover { color: var(--gold); }
.crumb span { margin: 0 6px; opacity: .5; }

/* ---------- SSS ---------- */
.faq { margin: 34px 0 10px; }
.faq details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0 18px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 16.5px;
  padding: 15px 0;
  color: #fff;
  list-style: none;
  position: relative;
  padding-right: 28px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 12px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 400;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0 0 15px; color: var(--txt-dim); font-size: 16px; }

/* ---------- İç link bloğu ---------- */
.related {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  margin: 36px 0 10px;
}
.related h2 { border: 0; margin: 0 0 12px; font-size: 21px; padding: 0; }
.related ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 8px 20px; }
.related li { margin: 0; }
.related a { color: var(--txt); text-decoration: none; font-size: 15.5px; border: 0; display: block; padding: 5px 0; }
.related a:hover { color: var(--gold); }
.related a::before { content: "› "; color: var(--gold); font-weight: 700; }

/* ---------- Kart ızgarası (ana sayfa) ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; margin: 22px 0 10px; }
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  text-decoration: none;
  display: block;
  transition: border-color .15s ease, transform .15s ease;
}
.card:hover { border-color: var(--gold); transform: translateY(-3px); }
.card b { display: block; color: #fff; font-size: 16.5px; margin-bottom: 5px; }
.card span { color: var(--txt-dim); font-size: 14.5px; line-height: 1.6; display: block; }

/* ---------- Küme başlığı ---------- */
.cluster-title { font-size: 15px; text-transform: uppercase; letter-spacing: 1.2px; color: var(--gold); margin: 34px 0 6px; font-weight: 700; }

/* ---------- Footer ---------- */
footer.site {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  margin-top: 46px;
  padding: 34px 0 26px;
  font-size: 14.5px;
  color: var(--txt-dim);
}
.fgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 26px; margin-bottom: 26px; }
.fgrid h4 { color: #fff; font-size: 15px; margin: 0 0 10px; }
.fgrid a { color: var(--txt-dim); text-decoration: none; display: block; padding: 3px 0; }
.fgrid a:hover { color: var(--gold); }
.legal { border-top: 1px solid var(--line); padding-top: 18px; font-size: 13px; line-height: 1.7; }
.legal .age {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 13px;
}

/* ---------- Sabit mobil CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(10, 14, 20, .96);
  border-top: 1px solid var(--line);
  display: none;
}

@media (max-width: 860px) {
  body { font-size: 16.5px; }
  .hero { padding: 32px 0 28px; }
  .hero h1 { font-size: 26px; }
  .hero .lead { font-size: 16.5px; }
  article h2 { font-size: 21px; }
  article h3 { font-size: 18px; }
  nav.main { display: none; }
  .hd { min-height: 56px; }
  .sticky-cta { display: block; }
  body { padding-bottom: 70px; }
}
