:root {
  --ink: #071018;
  --ink-2: #0b1822;
  --panel: #102430;
  --line: #1d3a48;
  --fog: #9eb4c2;
  --paper: #eef4f7;
  --mute: #c5d4de;
  --teal: #2ee0c4;
  --teal-2: #148f7c;
  --amber: #f0b429;
  --rose: #ff6a63;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --sans: "Familjen Grotesk", "Segoe UI", sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius: 18px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-bottom: 96px; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--paper);
  background:
    radial-gradient(circle at 12% -10%, rgba(46, 224, 196, 0.16), transparent 36%),
    radial-gradient(circle at 92% 8%, rgba(240, 180, 41, 0.1), transparent 28%),
    var(--ink);
  line-height: 1.65;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--teal);
  color: var(--ink);
  padding: 8px 12px;
  z-index: 80;
}
.skip:focus { top: 12px; }

.dots {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(46, 224, 196, 0.18) 1px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.sinyal {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--fog);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 16, 24, 0.86);
}
.sinyal b { color: var(--teal); font-weight: 600; }
.canli {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.canli i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(46, 224, 196, 0.7);
  animation: nabiz 1.6s infinite;
}
@keyframes nabiz {
  70% { box-shadow: 0 0 0 8px rgba(46, 224, 196, 0); }
}

.kayan {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0a151c;
  position: relative;
  z-index: 4;
}
.kayan-ic {
  display: flex;
  gap: 42px;
  width: max-content;
  animation: kay 28s linear infinite;
  padding: 9px 0;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.kayan-ic span { white-space: nowrap; }
.kayan-ic em { color: var(--amber); font-style: normal; }
@keyframes kay {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ust {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(7, 16, 24, 0.82);
  border-bottom: 1px solid var(--line);
}
.ust-ic {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.marka {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.marka img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}
.marka strong {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.marka small {
  display: block;
  color: var(--fog);
  font-size: 12px;
}
.nav {
  display: flex;
  gap: 18px;
  font-size: 14px;
}
.nav a { text-decoration: none; color: var(--mute); }
.nav a:hover { color: var(--teal); }
.cta-cift { display: flex; gap: 8px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-giris {
  background: var(--teal);
  color: #06221d;
  box-shadow: 0 0 0 0 rgba(46, 224, 196, 0.45);
  animation: parla 2.2s ease-in-out infinite;
}
.btn-uye {
  background: var(--amber);
  color: #2a1c04;
}
@keyframes parla {
  50% { box-shadow: 0 0 0 10px rgba(46, 224, 196, 0); }
}
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  color: var(--paper);
}

.hero {
  padding: 42px 0 28px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}
.kutu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--fog);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 14px 0 12px;
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.95;
  font-weight: 700;
}
.hero h1 em {
  font-style: italic;
  color: var(--teal);
}
.hero p { color: var(--mute); font-size: 18px; max-width: 54ch; }
.hero-aksiyon { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

.radar {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 18px, rgba(46, 224, 196, 0.08) 18px 19px),
    var(--ink-2);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.radar::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: conic-gradient(from 210deg, transparent 0 78%, rgba(46, 224, 196, 0.28) 100%);
  animation: tara 4.8s linear infinite;
}
.radar-yazi {
  position: absolute;
  inset: 28%;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: rgba(7, 16, 24, 0.78);
  border: 1px solid var(--line);
  z-index: 1;
}
.radar-yazi b {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}
.radar-yazi small { color: var(--fog); }
@keyframes tara {
  to { transform: rotate(360deg); }
}

.istatistik {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 10px 0 48px;
}
.ist {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(16, 36, 48, 0.9), rgba(7, 16, 24, 0.6));
}
.ist b { display: block; font-size: 22px; color: var(--teal); }
.ist span { color: var(--fog); font-size: 13px; }

.bolum { padding: 28px 0 48px; scroll-margin-top: 84px; scroll-margin-bottom: 96px; }
.bolum h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  margin: 0 0 12px;
}
.lead { color: var(--mute); max-width: 70ch; }

.adres-pano {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--ink-2);
}
.adres-satir {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.adres-satir:last-child { border-bottom: 0; }
.adres-satir:hover { background: rgba(46, 224, 196, 0.05); }
.adres-no { font-family: var(--mono); color: var(--amber); }
.adres-govde b { display: block; }
.adres-govde small { color: var(--fog); }
.adres-durum {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #07332c;
  background: var(--teal);
  border-radius: 999px;
  padding: 4px 10px;
}

.makale {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  margin-top: 22px;
}
.makale-ters { grid-template-columns: 1.1fr 0.9fr; }
.yazi p { color: var(--mute); }
.yazi p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 48px;
  float: left;
  line-height: 0.8;
  padding: 8px 8px 0 0;
  color: var(--teal);
}
.yan-kart {
  padding: 22px;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.yan-kart ol { margin: 0; padding-left: 18px; color: var(--mute); }
.yan-kart li + li { margin-top: 10px; }

.adimlar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.adim {
  min-height: 160px;
  padding: 16px;
  border-radius: 18px;
  background: #0d1d27;
  border: 1px solid var(--line);
}
.adim em {
  font-family: var(--mono);
  font-style: normal;
  color: var(--amber);
}
.adim h3 { margin: 8px 0; font-size: 18px; }

.slider-ust {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}
.oklar { display: flex; gap: 8px; }
.ok {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--paper);
}
.slider-ray {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 18px 2px 8px;
  scrollbar-width: none;
}
.slider-ray::-webkit-scrollbar { display: none; }
.slayt {
  flex: 0 0 min(78%, 320px);
  scroll-snap-align: start;
  padding: 20px;
  border-radius: 20px;
  min-height: 210px;
  background:
    linear-gradient(160deg, rgba(46, 224, 196, 0.16), transparent 42%),
    var(--panel);
  border: 1px solid var(--line);
}
.slayt h3 { margin: 8px 0; font-family: var(--serif); font-size: 28px; }
.slayt p { color: var(--mute); margin: 0; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}
.kart {
  padding: 20px;
  border-radius: 20px;
  background: var(--ink-2);
  border: 1px solid var(--line);
}
.kart h3 { margin-top: 0; }

.puan {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.puan b {
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1;
  color: var(--amber);
}

.sss-madde {
  border-bottom: 1px solid var(--line);
}
.sss-madde button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: var(--paper);
  font: inherit;
  font-weight: 700;
  padding: 16px 0;
  cursor: pointer;
}
.sss-madde .cevap {
  display: none;
  color: var(--mute);
  padding: 0 0 16px;
}
.sss-madde.is-open .cevap { display: block; }

.etkinlik {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px dashed var(--teal-2);
  border-radius: 20px;
  background: rgba(46, 224, 196, 0.05);
}
.tarih {
  width: 86px;
  text-align: center;
  padding: 12px 8px;
  border-radius: 16px;
  background: var(--ink);
  border: 1px solid var(--line);
}
.tarih b { display: block; font-size: 28px; }

.alt {
  padding: 28px 0 110px;
  border-top: 1px solid var(--line);
  color: var(--fog);
  font-size: 14px;
}

.dock {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 30;
  display: none;
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(7, 16, 24, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.dock .btn { flex: 1; }

@media (max-width: 900px) {
  .hero, .makale, .makale-ters, .grid-2, .adimlar, .istatistik { grid-template-columns: 1fr; }
  .nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    flex-direction: column;
    padding: 14px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
  }
  .nav.is-open { display: flex; }
  .burger { display: inline-flex; align-items: center; justify-content: center; }
  .cta-cift { display: none; }
  .dock { display: flex; }
  .hero { padding-top: 24px; padding-bottom: 12px; }
  .radar { width: min(70%, 250px); margin-bottom: 78px; }
  .etkinlik { grid-template-columns: 1fr; }
  .alt { padding-bottom: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
