/* ==========================================================================
   TKR GRUP — /vizyon sayfası stilleri (izole; yalnız bu sayfada yüklenir)
   3D galaksi hero · manifesto · 5 sektör bölümü · Türkiye vizyon haritası
   Token kuralı: zemin var(--white)/var(--mist), metin var(--ink)/(--steel).
   ========================================================================== */

/* ---- 3D GALAKSİ HERO ---- */
.viz-hero { position: relative; min-height: 100dvh; display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: radial-gradient(ellipse at 50% 40%, #101830 0%, #0a0e1a 60%, #070a12 100%); }
#viz-galaxy { position: absolute; inset: 0; width: 100%; height: 100%; }
.viz-hero-inner { position: relative; z-index: 2; text-align: center; padding: 120px 20px 80px; }
.viz-eyebrow { display: inline-block; font-family: var(--f-head); font-weight: 700; font-size: .78rem;
  letter-spacing: .28em; color: #e7cd85; margin-bottom: 18px; }
.viz-title { font-family: var(--f-head); font-weight: 800; color: #fff; line-height: 1.08;
  font-size: clamp(2.4rem, 6vw, 4.4rem); margin: 0 0 16px; text-shadow: 0 6px 40px rgba(0,0,0,.6); }
.viz-title .vt-w { display: inline-block; opacity: 0; transform: translateY(.6em); }
.viz-title.on .vt-w { animation: vtUp .8s cubic-bezier(.2,.75,.25,1) forwards; animation-delay: calc(var(--i) * 110ms); }
@keyframes vtUp { to { opacity: 1; transform: none; } }
.viz-sub { color: rgba(255,255,255,.82); font-size: 1.12rem; max-width: 560px; margin: 0 auto; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.viz-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 2;
  width: 38px; height: 38px; border: 1.5px solid rgba(255,255,255,.4); border-radius: 50%;
  display: grid; place-items: center; color: #e7cd85; animation: vizBob 2.2s ease-in-out infinite; transition: opacity .4s; }
.viz-cue svg { width: 18px; height: 18px; }
.viz-cue.hide { opacity: 0; }
@keyframes vizBob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,7px); } }

/* ---- MANİFESTO ---- */
.viz-manifesto { background: var(--white); padding: 110px 0 90px; }
.viz-manifesto .wrap { max-width: 860px; }
.vm-line { font-family: var(--f-head); font-weight: 700; font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  line-height: 1.45; color: var(--ink); opacity: .18; transform: translateY(8px);
  transition: opacity .6s ease, transform .6s ease; margin: 0 0 26px; }
.vm-line.lit { opacity: 1; transform: none; }
.vm-strong { color: var(--gold-deep); font-weight: 800; }

/* ---- SEKTÖR BÖLÜMLERİ ---- */
.viz-chapters { position: relative; background: var(--white); }
.viz-chapter { display: grid; grid-template-columns: 1fr 1fr; min-height: 88vh; align-items: stretch; }
.viz-chapter:nth-child(odd) .vc-media { order: 2; }
.vc-media { position: relative; overflow: hidden; background-size: cover; background-position: center; min-height: 320px; }
.viz-chapter.active .vc-media { animation: vcKen 9s ease-out forwards; }
@keyframes vcKen { from { background-size: 112% auto; } to { background-size: 100% auto; } }
@supports not (background-size: 112% auto) { .viz-chapter.active .vc-media { animation: none; } }
.vc-num { position: absolute; inset-inline-start: 26px; bottom: 6px; font-family: var(--f-head); font-weight: 800;
  font-size: clamp(5rem, 11vw, 9rem); line-height: 1; color: transparent;
  -webkit-text-stroke: 2px rgba(231,205,133,.75); text-stroke: 2px rgba(231,205,133,.75); }
.vc-body { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 70px min(7vw, 90px); }
.vc-body h2 { font-family: var(--f-head); font-weight: 800; color: var(--ink); font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin: 0; }
.vc-body p { color: var(--steel); font-size: 1.05rem; line-height: 1.75; max-width: 520px; margin: 0 0 8px; }
.vc-body .eyebrow { color: var(--gold-deep); letter-spacing: .2em; font-size: .78rem; font-weight: 700; font-family: var(--f-head); }
.vc-body > * { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.viz-chapter.active .vc-body > * { opacity: 1; transform: none; }
.viz-chapter.active .vc-body > *:nth-child(1) { transition-delay: .05s; }
.viz-chapter.active .vc-body > *:nth-child(2) { transition-delay: .15s; }
.viz-chapter.active .vc-body > *:nth-child(3) { transition-delay: .25s; }
.viz-chapter.active .vc-body > *:nth-child(4) { transition-delay: .35s; }

/* Bölüm nokta navigasyonu */
.viz-dots { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 150;
  display: none; flex-direction: column; gap: 12px; }
.viz-dots.show { display: flex; }
.viz-dots button { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid var(--gold-deep);
  background: transparent; cursor: pointer; padding: 0; transition: transform .25s, background .25s; }
.viz-dots button.on { background: var(--gold-deep); transform: scale(1.35); box-shadow: 0 0 10px rgba(201,162,75,.6); }

/* ---- TÜRKİYE HARİTASI ---- */
.viz-map { background: #0a0e1a; padding: 110px 0 80px; position: relative; overflow: hidden; }
.viz-map::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,162,75,.12), transparent 55%); }
.viz-map .wrap { position: relative; z-index: 1; text-align: center; }
.viz-map h2 { font-family: var(--f-head); font-weight: 800; color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin: 10px 0 12px; }
.viz-map-sub { color: rgba(255,255,255,.7); max-width: 620px; margin: 0 auto 34px; }
.viz-harita { max-width: 1020px; margin: 0 auto; position: relative; }
.viz-harita svg { width: 100%; height: auto; display: block; }
.viz-il { fill: #131b30; stroke: rgba(201,162,75,.28); stroke-width: .7; cursor: pointer;
  transition: fill .25s ease, stroke .25s ease; }
.viz-il:hover, .viz-il.vurgu { fill: #3d3418; stroke: #e7cd85; }
.viz-il.hedef { fill: #23200f; stroke: rgba(231,205,133,.55); }
.viz-marker { pointer-events: none; }
.viz-marker circle.puls { fill: none; stroke: #e7cd85; stroke-width: 1.4; opacity: .8;
  animation: vizPuls 2.4s ease-out infinite; transform-origin: center; transform-box: fill-box; }
.viz-marker circle.nokta { fill: #e7cd85; }
.viz-marker.hq circle.nokta { fill: #fff; }
@keyframes vizPuls { 0% { transform: scale(.4); opacity: .9; } 100% { transform: scale(2.6); opacity: 0; } }
.viz-marker text { font-family: var(--f-head); font-weight: 700; font-size: 13px; fill: #fff;
  paint-order: stroke; stroke: rgba(10,14,26,.85); stroke-width: 3px; }
.viz-marker .rol { font-size: 10px; fill: #e7cd85; font-weight: 600; }
.viz-tooltip { position: absolute; pointer-events: none; background: #10182e; color: #fff;
  border: 1px solid rgba(201,162,75,.5); border-radius: 8px; padding: 6px 12px; font-size: .85rem;
  font-family: var(--f-head); font-weight: 600; transform: translate(-50%, -140%); opacity: 0;
  transition: opacity .15s; white-space: nowrap; z-index: 5; }
.viz-tooltip.gorunur { opacity: 1; }
.viz-map-not { color: rgba(255,255,255,.45); font-size: .82rem; margin-top: 26px; }
.viz-kaynak { color: rgba(255,255,255,.25); font-size: .68rem; margin-top: 6px; }

/* ---- MOBİL ---- */
@media (max-width: 880px) {
  .viz-chapter { grid-template-columns: 1fr; min-height: 0; }
  .viz-chapter:nth-child(odd) .vc-media { order: 0; }
  .vc-media { min-height: 260px; }
  .vc-body { padding: 40px 22px 56px; }
  .viz-dots { display: none !important; }
}

/* ---- HAREKET AZALTMA ---- */
@media (prefers-reduced-motion: reduce) {
  .viz-title .vt-w { opacity: 1; transform: none; animation: none; }
  .viz-cue, .viz-marker circle.puls { animation: none; }
  .viz-chapter.active .vc-media { animation: none; }
  .vm-line, .vc-body > * { transition: none; opacity: 1; transform: none; }
}
