/* VIARVO · Projelerim sunum motoru — 1920×1080 sahne, kaydırma + ok tuşu, PDF'te animasyonsuz son hâl */
@font-face { font-family: Outfit; src: url(fonts/Outfit-Regular.ttf); font-weight: 400; }
@font-face { font-family: Outfit; src: url(fonts/Outfit-SemiBold.ttf); font-weight: 600; }
@font-face { font-family: Outfit; src: url(fonts/Outfit-Bold.ttf); font-weight: 700; }
@font-face { font-family: JBM; src: url(fonts/JetBrainsMono-Regular.ttf); font-weight: 400; }

:root {
  --siyah: #000000; --murdum: #502F4C; --ametist: #70587C; --lavanta: #C8B8DB; --pudra: #F9F4F5; --beyaz: #FFFFFF;
  --koyu: #2E1B2C;            /* mürdüm → siyah %42 (palet içi) */
  --sis: #E8DFEC;             /* pudra → lavanta %35 (palet içi) */
  --s: 1;
}
* { box-sizing: border-box; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
html { scroll-snap-type: y mandatory; overflow-y: scroll; background: var(--koyu); }
body { margin: 0; font-family: Outfit, sans-serif; color: var(--siyah); -webkit-font-smoothing: antialiased; }
html, body, body * { user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-user-drag: none; }
.site-return { position: fixed; right: 22px; top: 14px; z-index: 13; border: 1px solid rgba(200, 184, 219, .65); border-radius: 999px; padding: 10px 14px; background: rgba(46, 27, 44, .9); color: var(--pudra); text-decoration: none; font: 600 11px Outfit, sans-serif; letter-spacing: .12em; }
.site-return:hover, .site-return:focus-visible { background: var(--murdum); outline: 2px solid var(--lavanta); outline-offset: 2px; }
.slide:not(.in) * { animation-play-state: paused !important; }

.slide { height: 100vh; scroll-snap-align: start; position: relative; overflow: hidden; display: grid; place-items: center; }
.stage { width: 1920px; height: 1080px; flex: none; position: absolute; left: 50%; top: 50%; overflow: hidden; background: var(--pudra);
         transform: translate(-50%, -50%) scale(var(--s)); transform-origin: center; }   /* sahne ekrandan büyükken de tam ortada */

/* ---------- ortak tipografi ---------- */
.mono { font-family: JBM, monospace; font-size: 15px; letter-spacing: .32em; color: var(--ametist); text-transform: uppercase; }
.serif { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.01em; }
.it { font-style: italic; color: var(--ametist); }
.cizgi { height: 1px; background: var(--lavanta); }
.abs { position: absolute; }

/* giriş animasyonu: .r öğeleri sayfa görünürken sırayla gelir (--d gecikme) */
.r { opacity: 0; translate: 0 26px; transition: opacity .9s ease, translate 1s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--d, 0s); }
.slide.in .r { opacity: 1; translate: none; }

/* ---------- kapak ---------- */
.kapak .duvar { position: absolute; left: 820px; top: -520px; width: 1500px; height: 2200px; display: flex; gap: 26px;
                transform: perspective(2600px) rotateX(34deg) rotateZ(-24deg); transform-origin: center; }
.kapak .kolon { display: flex; flex-direction: column; gap: 26px; animation: akis 60s linear infinite; }
.kapak .kolon:nth-child(even) { animation-direction: reverse; margin-top: -180px; }
.kapak .kolon img { width: 230px; height: 288px; object-fit: cover; border-radius: 14px; box-shadow: 0 18px 40px rgba(80, 47, 76, .28); }
@keyframes akis { to { transform: translateY(-50%); } }
.kapak .perde { position: absolute; inset: 0; background: linear-gradient(90deg, var(--pudra) 50%, rgba(249, 244, 245, .6) 60%, rgba(249, 244, 245, 0) 74%); }
.kapak h1 { font-size: 214px; line-height: .9; margin: 0; color: var(--murdum); }

/* ---------- alan açılışı ---------- */
.alan .stage { background: linear-gradient(155deg, var(--murdum) 0%, var(--koyu) 100%); color: var(--pudra); }
.alan .dev { position: absolute; right: 60px; top: 40px; font: 600 560px/1 Outfit; color: transparent; -webkit-text-stroke: 2px rgba(200, 184, 219, .55); }
.alan h2 { font-size: 150px; line-height: .98; margin: 0; }
.alan h2 .it { color: var(--lavanta); }
.serit { position: absolute; left: 0; width: 100%; display: flex; gap: 18px; white-space: nowrap; }
.serit .ic { display: flex; gap: 18px; animation: kay 70s linear infinite; }
.serit.ters .ic { animation-direction: reverse; }
.serit span { font-size: 24px; padding: 14px 28px; border: 1.5px solid rgba(200, 184, 219, .6); border-radius: 40px; color: var(--pudra); }
.serit span.dolu { background: var(--lavanta); color: var(--murdum); border-color: var(--lavanta); }
@keyframes kay { to { transform: translateX(-50%); } }

/* ---------- hizmet sayfası ---------- */
.hizmet .sol { position: absolute; left: 120px; top: 110px; width: 600px; bottom: 90px; display: flex; flex-direction: column; }
.hizmet h3 { font-size: 74px; line-height: 1.02; margin: 28px 0 22px; color: var(--murdum); }
.hizmet .ornek { font-size: 24px; line-height: 1.45; color: var(--ametist); margin: 0 0 30px; font-family: Georgia, serif; font-style: italic; }
.hizmet .iyc { border-top: 1px solid var(--lavanta); }
.hizmet .iyc div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--lavanta); }
.hizmet .iyc b { font: 400 13px JBM; letter-spacing: .3em; color: var(--ametist); padding-top: 6px; }
.hizmet .iyc p { margin: 0; font-size: 21px; line-height: 1.45; }
.hizmet .alt { margin-top: auto; display: flex; justify-content: space-between; }
.sahne { position: absolute; left: 800px; top: 0; width: 1120px; height: 1080px; overflow: hidden;
         background: radial-gradient(120% 90% at 70% 40%, var(--sis) 0%, var(--pudra) 70%); }

/* tarayıcı ve telefon maketleri */
.tarayici { position: absolute; background: var(--beyaz); border-radius: 18px; overflow: hidden;
            box-shadow: 0 40px 90px rgba(80, 47, 76, .28), 0 0 0 1px rgba(112, 88, 124, .12); }
.tarayici .ust { height: 44px; background: var(--sis); display: flex; align-items: center; gap: 9px; padding: 0 18px; }
.tarayici .ust i { width: 12px; height: 12px; border-radius: 50%; background: var(--lavanta); }
.tarayici .ust i:first-child { background: var(--murdum); } .tarayici .ust i:nth-child(2) { background: var(--ametist); }
.tarayici .adres { margin-left: 18px; flex: 1; height: 26px; border-radius: 13px; background: var(--pudra); font: 13px/26px JBM; color: var(--ametist); padding-left: 16px; }
.pencere { position: absolute; top: 44px; left: 0; right: 0; bottom: 0; overflow: hidden; }
.kaydir { animation: kaydir 22s cubic-bezier(.45, 0, .55, 1) infinite alternate; animation-play-state: paused; }
.slide.in .kaydir { animation-play-state: running; }
@keyframes kaydir { 0%, 12% { transform: translateY(0); } 88%, 100% { transform: translateY(calc(-1 * var(--mesafe))); } }
.telefon { position: absolute; background: var(--siyah); border-radius: 44px; padding: 12px; box-shadow: 0 40px 80px rgba(46, 27, 44, .4); }
.telefon .ekran { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: var(--pudra); }

/* yelpaze: kartlar uzak bir eksen etrafında yay çizer, her biri kendi hızında süzülür */
.yelpaze { position: absolute; perspective: 2200px; }
.yelpaze .kart { position: absolute; left: 0; top: 0; transform-origin: 50% 1350px;
                 transform: translate(-50%, -50%) rotate(calc((var(--i) - 3) * 4.4deg)); }
.yelpaze .kart > .ic { animation: suz 7s ease-in-out infinite; animation-delay: calc(var(--i) * -1s);
                       box-shadow: 0 30px 60px rgba(80, 47, 76, .25); border-radius: 10px; overflow: hidden; }
@keyframes suz { 50% { transform: translateY(-18px) rotateX(6deg); } }

/* yazma efekti (daktilo kutusu) */
.yaz { display: inline-block; overflow: hidden; white-space: nowrap; width: 0; vertical-align: bottom; }
.slide.in .yaz { animation: yaz 2.2s steps(24) .8s forwards; }
@keyframes yaz { to { width: var(--gen); } }
.imlec { display: inline-block; width: 3px; height: 1em; background: var(--ametist); vertical-align: -.12em; animation: yanip 1s steps(1) infinite; }
@keyframes yanip { 50% { opacity: 0; } }

/* ortak sahne parçaları (Faz 2): çizgi ikon, beyaz kart, etiket */
svg.ik { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.bkart { position: absolute; background: var(--beyaz); border-radius: 22px; box-shadow: 0 30px 70px rgba(80, 47, 76, .14); }
.etk { position: absolute; font: 11px JBM; letter-spacing: .22em; color: var(--ametist); text-transform: uppercase; white-space: nowrap; }

/* Faz 3 (dijital): koyu pano kartı, kart başlığı, hap çip, temsili KPI */
.kkart { position: absolute; background: var(--koyu); color: var(--pudra); border-radius: 20px; box-shadow: 0 40px 80px rgba(46, 27, 44, .42); }
.kb { font: 11px JBM; letter-spacing: .24em; color: var(--ametist); text-transform: uppercase; }
.kkart .kb { color: var(--lavanta); }
.cip { display: inline-block; font: 13px Outfit; padding: 6px 12px; border-radius: 16px; background: var(--pudra); border: 1px solid var(--sis); color: var(--murdum); margin: 0 6px 6px 0; white-space: nowrap; }
.kpi4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.kpi4 b, .kpi3 b { display: block; font: 600 30px Outfit; line-height: 1.1; }
.kpi4 small, .kpi3 small { font-size: 13px; color: var(--ametist); } .kkart .kpi4 small, .kkart .kpi3 small { color: var(--lavanta); }
.kpi3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.art { font: 12px JBM; color: var(--ametist); } .kkart .art { color: var(--lavanta); }

/* ---------- Faz 4: sektör şablonu (W09–W41, _build\web_sektor.py üretir) ----------
   Sahne: tarayıcı (site 1070 px, zoom .7) + telefon (330 px, zoom .72) + 3 bileşen yakın çekimi (.skk). Bileşenler (.w) ~290 px genişliğe göre. */
.sk .sy { width: 1070px; zoom: .7; font-family: Outfit; color: var(--siyah); background: var(--beyaz); }
.sk .m { width: 330px; zoom: .72; font-family: Outfit; background: var(--beyaz); padding-bottom: 90px; }
.sk nav { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 50px; border-bottom: 1px solid var(--sis); }
.sk nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; font-size: 15px; color: var(--murdum); }
.sk .m nav { height: 62px; padding: 0 18px; }
.sk .yer { display: inline-flex; align-items: center; gap: 10px; border: 1.5px dashed var(--lavanta); border-radius: 12px; padding: 7px 14px 7px 9px; color: var(--murdum); }
.sk .yer i { width: 30px; height: 30px; border-radius: 9px; background: var(--murdum); color: var(--pudra); display: grid; place-items: center; }
.sk .yer i svg { width: 19px; height: 19px; }
.sk .yer b { font: 400 19px/1 Georgia; } .sk .yer small { display: block; font: 8px JBM; letter-spacing: .24em; color: var(--ametist); margin-top: 3px; }
.sk .btn { display: inline-block; background: var(--murdum); color: var(--pudra); border-radius: 30px; padding: 12px 22px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.sk .btn.ac { background: var(--lavanta); color: var(--murdum); } .sk .btn.cz { background: none; border: 1.5px solid var(--lavanta); color: var(--murdum); }
.sk .kah { display: grid; grid-template-columns: 1fr 400px; gap: 40px; align-items: center; padding: 42px 50px; background: radial-gradient(90% 120% at 90% 10%, var(--sis), var(--beyaz) 60%); }
.sk .kah h4 { font: 400 58px/1.04 Georgia; margin: 0 0 20px; color: var(--murdum); }
.sk .kah p { font-size: 18px; line-height: 1.5; color: var(--ametist); margin: 0 0 26px; max-width: 460px; }
.sk .kah .dg { display: flex; gap: 12px; }
.sk .gorsel { height: 290px; border-radius: 24px; position: relative; overflow: hidden; background: linear-gradient(150deg, var(--murdum), var(--koyu)); color: var(--lavanta); }
.sk .gorsel .h { position: absolute; left: 50%; top: 50%; border: 1.5px solid rgba(200, 184, 219, .4); border-radius: 50%; transform: translate(-50%, -50%); }
.sk .gorsel .mk { position: absolute; left: 50%; top: 50%; width: 120px; height: 120px; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(249, 244, 245, .1); display: grid; place-items: center; }
.sk .gorsel .mk svg { width: 68px; height: 68px; stroke-width: 1.2; }
.sk .gorsel .fc { position: absolute; background: var(--pudra); color: var(--murdum); font-size: 13px; padding: 8px 14px; border-radius: 20px; box-shadow: 0 10px 24px rgba(0, 0, 0, .25); white-space: nowrap; }
.sk .kah.koyu { background: radial-gradient(90% 120% at 85% 0%, var(--ametist), var(--koyu) 65%); }
.sk .kah.koyu h4 { color: var(--pudra); } .sk .kah.koyu h4 .it { color: var(--lavanta); } .sk .kah.koyu p { color: var(--lavanta); }
.sk .kah.koyu .gorsel { background: none; } .sk .kah.koyu .btn.cz { color: var(--pudra); }
.sk .m .kah { display: block; padding: 28px 18px; } .sk .m .kah h4 { font-size: 34px; } .sk .m .kah p { font-size: 15px; margin-bottom: 18px; }
.sk .m .gorsel { height: 170px; margin-top: 22px; } .sk .m .gorsel .mk { width: 80px; height: 80px; } .sk .m .gorsel .mk svg { width: 44px; height: 44px; }
.sk .bl { padding: 46px 50px; } .sk .bl .mono { font-size: 12px; }
.sk .bl h5 { font: 400 36px Georgia; margin: 8px 0 26px; color: var(--murdum); }
.sk .uc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.sk .uc > div { border: 1px solid var(--sis); border-radius: 18px; padding: 18px; }
.sk .uc .kb { margin-bottom: 14px; }
.sk .serit2 { display: flex; justify-content: space-between; padding: 22px 50px; background: var(--pudra); font: 12px JBM; letter-spacing: .2em; color: var(--ametist); text-transform: uppercase; }
.sk .cagri { background: var(--murdum); color: var(--pudra); padding: 46px 50px; display: flex; justify-content: space-between; align-items: center; }
.sk .cagri h5 { font: 400 34px Georgia; margin: 0; } .sk .cagri .btn { background: var(--lavanta); color: var(--murdum); }
.sk footer { padding: 24px 50px; font: 11px JBM; letter-spacing: .2em; color: var(--ametist); display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; }
.sk .m .bl { padding: 22px 16px; } .sk .m .bl > div { border: 1px solid var(--sis); border-radius: 16px; padding: 14px; }
.sk .m footer { padding: 18px; flex-direction: column; gap: 6px; }
.sk .sabit { position: absolute; left: 10px; right: 10px; bottom: 10px; display: flex; gap: 8px; zoom: .72; }
.sk .sabit .btn { flex: 1; text-align: center; padding: 15px; font-size: 15px; box-shadow: 0 10px 24px rgba(46, 27, 44, .35); }
.sk .sabit .wa { width: 50px; border-radius: 50%; background: var(--lavanta); color: var(--murdum); display: grid; place-items: center; box-shadow: 0 10px 24px rgba(46, 27, 44, .35); }
.sk .sabit .wa svg { width: 24px; height: 24px; }
.skk { position: absolute; background: var(--beyaz); border-radius: 22px; box-shadow: 0 30px 70px rgba(80, 47, 76, .16); padding: 18px 20px; overflow: hidden; }
.skk .bas { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.skk .bas b { width: 28px; height: 28px; border-radius: 50%; background: var(--murdum); color: var(--pudra); font: 600 12px/28px Outfit; text-align: center; flex: none; }
.skk .bas span { font: 11px JBM; letter-spacing: .2em; color: var(--ametist); text-transform: uppercase; line-height: 1.4; }

/* bileşenler */
.w { font-family: Outfit; font-size: 14px; color: var(--siyah); }
.w svg.ik { width: 18px; height: 18px; }
.w .sat { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--sis); }
.w .sat:last-child { border-bottom: 0; }
.w .sat > div { flex: 1; min-width: 0; } .w .sat b { display: block; font-weight: 600; font-size: 14.5px; color: var(--murdum); }
.w .sat small { display: block; font-size: 12.5px; color: var(--ametist); margin-top: 2px; line-height: 1.35; }
.w .sat em { font: normal 11px JBM; color: var(--ametist); background: var(--pudra); border-radius: 10px; padding: 4px 8px; white-space: nowrap; }
.w .yu { width: 38px; height: 38px; border-radius: 12px; background: var(--sis); color: var(--murdum); display: grid; place-items: center; flex: none; font-style: normal; }
.w .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(150deg, var(--lavanta), var(--ametist)); color: var(--pudra); display: grid; place-items: center; flex: none; }
.w .av svg.ik { width: 22px; height: 22px; }
.w .bar { height: 9px; border-radius: 5px; background: var(--sis); width: 55%; margin: 3px 0 6px; }
.w .sec { outline: 1.5px solid var(--ametist); outline-offset: -1.5px; border-radius: 12px; background: var(--pudra); padding-left: 8px; padding-right: 8px; }
.w .btn { display: block; text-align: center; margin-top: 14px; background: var(--murdum); color: var(--pudra); border-radius: 24px; padding: 12px; font-weight: 600; font-size: 14px; }
.w .cips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.w .cips span { font-size: 12px; padding: 5px 11px; border-radius: 14px; border: 1px solid var(--lavanta); color: var(--murdum); }
.w .cips span.on { background: var(--murdum); border-color: var(--murdum); color: var(--pudra); }
.w .ay { display: flex; justify-content: space-between; font-weight: 600; color: var(--murdum); margin-bottom: 10px; }
.w .ay span { font: 11px JBM; color: var(--ametist); letter-spacing: .12em; }
.w .gunler { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; margin-bottom: 12px; }
.w .gunler div { text-align: center; border-radius: 10px; padding: 6px 0; font-size: 11px; color: var(--ametist); background: var(--pudra); }
.w .gunler b { display: block; font: 600 16px Outfit; color: var(--murdum); }
.w .gunler .on { background: var(--murdum); color: var(--lavanta); } .w .gunler .on b { color: var(--pudra); }
.w .saatler { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.w .saatler span { text-align: center; font: 12px JBM; padding: 8px 0; border-radius: 9px; border: 1px solid var(--sis); color: var(--murdum); }
.w .saatler .yok { color: var(--lavanta); text-decoration: line-through; background: var(--pudra); }
.w .saatler .on { background: var(--ametist); border-color: var(--ametist); color: var(--pudra); }
.w .alan { margin-bottom: 9px; } .w .alan label { display: block; font: 10px JBM; letter-spacing: .16em; color: var(--ametist); text-transform: uppercase; margin-bottom: 4px; }
.w .alan div { height: 38px; border: 1.5px solid var(--sis); border-radius: 10px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; color: #9a8aa3; font-size: 13px; }
.w .alan div.dolu { color: var(--murdum); border-color: var(--lavanta); }
.w .alan div.buyuk { height: 58px; align-items: flex-start; padding-top: 9px; }
.w .onay2 { display: flex; gap: 8px; align-items: center; font-size: 11.5px; color: var(--ametist); margin-top: 4px; }
.w .onay2 i { width: 15px; height: 15px; border-radius: 4px; background: var(--murdum); flex: none; }
.w .izg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.w .izg div { aspect-ratio: 1; border-radius: 10px; display: grid; place-items: center; position: relative; color: var(--pudra); }
.w .izg div.ac { color: var(--murdum); }
.w .izg svg.ik { width: 30px; height: 30px; stroke-width: 1.2; opacity: .9; }
.w .izg div span { position: absolute; left: 8px; bottom: 6px; font-size: 10.5px; opacity: .95; }
.w .izg.dik div { aspect-ratio: 3 / 4; }
.w .oy { position: absolute; right: 7px; top: 7px; width: 22px; height: 22px; border-radius: 50%; background: rgba(249, 244, 245, .9); color: var(--murdum); display: grid; place-items: center; }
.w .oy svg.ik { width: 12px !important; height: 12px !important; }
.w .pk { border: 1px solid var(--sis); border-radius: 14px; padding: 11px 13px; margin-bottom: 8px; position: relative; }
.w .pk b { display: block; font-weight: 600; color: var(--murdum); font-size: 15px; } .w .pk small { display: block; font-size: 12px; color: var(--ametist); margin: 3px 0 8px; }
.w .pk .fy { height: 8px; width: 34%; border-radius: 4px; background: var(--sis); }
.w .pk.on { border: 1.5px solid var(--ametist); background: var(--pudra); }
.w .pk em { position: absolute; right: 12px; top: 11px; font: normal 10px JBM; letter-spacing: .12em; color: var(--pudra); background: var(--ametist); border-radius: 8px; padding: 3px 7px; }
.w .tk { display: grid; grid-template-columns: 42px repeat(5, 1fr); gap: 4px; font-size: 10.5px; }
.w .tk > span { font: 10px JBM; color: var(--ametist); text-align: center; padding: 4px 0; }
.w .tk > span.s { text-align: left; padding-top: 12px; }
.w .tk > div { height: 40px; border-radius: 8px; background: var(--pudra); padding: 5px; line-height: 1.2; color: var(--murdum); }
.w .tk > div.a { background: var(--murdum); color: var(--pudra); } .w .tk > div.b { background: var(--lavanta); } .w .tk > div.c { background: var(--sis); }
.w .tarih { width: 46px; height: 50px; border-radius: 12px; background: var(--murdum); color: var(--pudra); display: grid; place-items: center; align-content: center; flex: none; line-height: 1; }
.w .tarih b { font: 600 19px Outfit; color: var(--pudra) !important; } .w .tarih span { font: 9px JBM; letter-spacing: .14em; color: var(--lavanta); margin-top: 3px; }
.w .kont { height: 5px; border-radius: 3px; background: var(--sis); margin-top: 6px; overflow: hidden; } .w .kont i { display: block; height: 100%; background: var(--ametist); }
.w .adim { display: flex; gap: 12px; position: relative; padding-bottom: 14px; }
.w .adim::before { content: ''; position: absolute; left: 13px; top: 28px; bottom: 0; width: 1.5px; background: var(--lavanta); }
.w .adim:last-child::before { display: none; }
.w .adim > i { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--ametist); color: var(--murdum); font: normal 600 12px/25px Outfit; text-align: center; flex: none; background: var(--beyaz); }
.w .adim.on > i { background: var(--murdum); border-color: var(--murdum); color: var(--pudra); }
.w .adim.gri > i { border-color: var(--lavanta); color: var(--lavanta); } .w .adim.gri b { color: var(--lavanta); }
.w .adim b { display: block; color: var(--murdum); font-weight: 600; } .w .adim small { font-size: 12px; color: var(--ametist); }
.w .harita { height: 170px; border-radius: 14px; background: var(--pudra); position: relative; overflow: hidden; margin-bottom: 12px; }
.w .harita svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.w .pin { position: absolute; width: 26px; height: 26px; border-radius: 50% 50% 50% 0; transform: translate(-50%, -100%) rotate(-45deg); background: var(--murdum); box-shadow: 0 6px 12px rgba(80, 47, 76, .3); }
.w .pin::after { content: ''; position: absolute; left: 8px; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--pudra); }
.w .gorsel2 { height: 130px; border-radius: 14px; display: grid; place-items: center; color: var(--pudra); margin-bottom: 12px; position: relative; }
.w .gorsel2 svg.ik { width: 54px; height: 54px; stroke-width: 1.1; }
.w .renk { display: flex; gap: 6px; } .w .renk i { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--beyaz); box-shadow: 0 0 0 1px var(--lavanta); }
.w .balon { max-width: 86%; padding: 9px 12px; border-radius: 14px; font-size: 12.5px; line-height: 1.4; margin-bottom: 8px; }
.w .balon.ben { margin-left: auto; background: var(--murdum); color: var(--pudra); border-bottom-right-radius: 4px; }
.w .balon.o { background: var(--pudra); color: var(--murdum); border-bottom-left-radius: 4px; }
.w .balon small { display: block; font: 9px JBM; opacity: .7; margin-top: 4px; text-align: right; }
.w .alinti { background: var(--pudra); border-radius: 14px; padding: 13px 14px; margin-bottom: 8px; }
.w .alinti p { margin: 0 0 8px; font: italic 14px/1.45 Georgia; color: var(--murdum); }
.w .alinti span { font: 10px JBM; letter-spacing: .14em; color: var(--ametist); text-transform: uppercase; }
.w .hkart { height: 150px; border-radius: 16px; background: linear-gradient(135deg, var(--murdum), var(--koyu)); color: var(--pudra); padding: 16px 18px; position: relative; overflow: hidden; margin-bottom: 12px; }
.w .hkart .h { position: absolute; right: -40px; top: -40px; width: 170px; height: 170px; border-radius: 50%; border: 1.5px solid rgba(200, 184, 219, .4); }
.w .hkart .h + .h { right: -10px; top: -10px; width: 110px; height: 110px; }
.w .ara { width: 118px; height: 118px; margin: 38px auto 40px; border-radius: 50%; background: var(--murdum); color: var(--pudra); display: grid; place-items: center; position: relative;
          box-shadow: 0 0 0 14px rgba(112, 88, 124, .18), 0 0 0 30px rgba(200, 184, 219, .22); }
.w .ara svg.ik { width: 46px; height: 46px; }
.w .ort { text-align: center; } .w .ort b { display: block; font: 600 22px Outfit; color: var(--murdum); } .w .ort small { color: var(--ametist); font-size: 12.5px; }
.w .plan { height: 150px; border-radius: 14px; background: var(--pudra); margin-bottom: 10px; }
.w .plan svg { width: 100%; height: 100%; }
.w .kv { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.w .kv div { background: var(--pudra); border-radius: 10px; padding: 8px 10px; } .w .kv small { display: block; font: 9.5px JBM; letter-spacing: .12em; color: var(--ametist); }
.w .kv b { font-weight: 600; color: var(--murdum); font-size: 14px; }

/* ---------- Faz 5: sektör aileleri galerisi (açılış .alan sınıfını paylaşır) ---------- */
.akutular { display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; }
.akutu { border: 1.5px solid rgba(200, 184, 219, .45); border-radius: 22px; padding: 20px 18px 18px; color: var(--pudra); text-decoration: none;
         display: flex; flex-direction: column; gap: 14px; min-height: 250px; background: rgba(249, 244, 245, .04); }
.akutu .mono { font-size: 11px; letter-spacing: .22em; color: var(--lavanta); }
.akutu b { font-size: 30px; line-height: 1.08; font-weight: 400; } .akutu b i { color: var(--lavanta); }
.akutu .iks { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; color: var(--lavanta); }
.akutu .iks svg.ik { width: 26px; height: 26px; }
.aile .stage { background: radial-gradient(70% 90% at 72% 45%, var(--sis) 0%, var(--pudra) 70%); }
.aile .sol { position: absolute; left: 120px; top: 110px; width: 590px; bottom: 90px; display: flex; flex-direction: column; }
.aile h3 { font-size: 104px; line-height: 1; margin: 28px 0 28px; color: var(--murdum); }
.aile .acik { font: italic 26px/1.45 Georgia, serif; color: var(--ametist); margin: 0 0 40px; }
.aile .ortak span { display: inline-block; font-size: 17px; padding: 8px 15px; border-radius: 22px; border: 1.5px solid var(--lavanta); color: var(--murdum); margin: 0 8px 10px 0; background: var(--beyaz); }
.aile .ortak span b { font: 12px JBM; color: var(--ametist); margin-left: 8px; }
.aile .ortak span.ek { background: none; border-style: dashed; color: var(--ametist); }
.aile .alt { margin-top: auto; display: flex; justify-content: space-between; }
.aile .izgara { position: absolute; left: 790px; top: 80px; bottom: 80px; display: grid; gap: 28px; align-content: center; }
a.skart { display: block; background: var(--beyaz); border-radius: 22px; padding: 14px; box-shadow: 0 26px 60px rgba(80, 47, 76, .13); color: inherit; text-decoration: none; }
.skart .tarayici.mini { box-shadow: 0 0 0 1px rgba(112, 88, 124, .16); border-radius: 12px; }
.tarayici.mini .ust { height: 24px; gap: 5px; padding: 0 10px; } .tarayici.mini .ust i { width: 7px; height: 7px; }
.tarayici.mini .adres { height: 15px; margin-left: 8px; padding-left: 8px; font-size: 8.5px; line-height: 15px; white-space: nowrap; overflow: hidden; }
.skart .alt2 { display: flex; align-items: flex-start; gap: 12px; padding: 14px 4px 2px; }
.skart .alt2 > i { width: 40px; height: 40px; border-radius: 12px; background: var(--murdum); color: var(--pudra); display: grid; place-items: center; flex: none; }
.skart .alt2 > i svg.ik { width: 22px; height: 22px; }
.skart .alt2 > div { flex: 1; min-width: 0; }
.skart .alt2 b { display: block; font: 600 19px/1.2 Outfit; color: var(--murdum); }
.skart .alt2 small { display: block; font-size: 13px; line-height: 1.35; color: var(--ametist); margin-top: 4px; }
.skart .kod { font: 12px JBM; letter-spacing: .18em; color: var(--ametist); padding-top: 4px; }
.skart.bos { border: 1.5px dashed var(--lavanta); border-radius: 22px; padding: 30px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.skart.bos .mono { font-size: 11px; } .skart.bos b { font-size: 38px; line-height: 1.08; font-weight: 400; color: var(--murdum); }
.skart.bos small { font-size: 16px; line-height: 1.45; color: var(--ametist); }

/* ---------- iletişim ---------- */
.son .stage { background: linear-gradient(155deg, var(--murdum), var(--koyu)); color: var(--pudra); }

/* ---------- ekran arayüzü ---------- */
.ui { position: fixed; right: 22px; bottom: 18px; font: 12px JBM; letter-spacing: .25em; color: var(--lavanta); z-index: 9; opacity: .8; }
/* yön bulma (v2+, sunum.js kurar; gz- öneki örnek sahnelerle çakışmasın diye): üst ilerleme çizgisi, sol üstte bölüm etiketi (tıklayınca içindekiler), içindekiler paneli */
.gz-cizgi { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 11; background: rgba(200, 184, 219, .25); }
.gz-cizgi i { display: block; height: 100%; background: linear-gradient(90deg, var(--ametist), var(--lavanta)); transform-origin: left; transform: scaleX(0); transition: transform .5s ease; }
.gz-yon { position: fixed; left: 14px; top: 12px; z-index: 11; display: flex; align-items: center; gap: 12px; max-width: min(560px, calc(100vw - 28px));
       padding: 7px 16px 7px 8px; border: 1px solid rgba(200, 184, 219, .7); border-radius: 18px; background: rgba(249, 244, 245, .92);
       backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(46, 27, 44, .18); cursor: pointer; text-align: left; font: inherit;
       transition: opacity .35s ease, translate .35s ease; }
.gz-yon.gizli { opacity: 0; translate: 0 -12px; pointer-events: none; }
.gz-yon:hover { border-color: var(--ametist); }
.gz-m { width: 32px; height: 32px; border-radius: 11px; background: var(--murdum); display: grid; align-content: center; justify-items: center; gap: 3px; flex: none; }
.gz-m i { width: 13px; height: 1.5px; border-radius: 1px; background: var(--pudra); }
.gz-y { min-width: 0; }
.gz-y small { display: block; font: 9.5px JBM; letter-spacing: .22em; text-transform: uppercase; color: var(--ametist); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gz-y b { display: block; font: 600 14.5px/1.3 Outfit; color: var(--murdum); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.gz-panel { position: fixed; inset: 0; z-index: 12; background: rgba(46, 27, 44, .96); color: var(--pudra); overflow-y: auto; overscroll-behavior: contain;
         padding: 28px clamp(16px, 4vw, 64px) 48px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s; }
.gz-panel.acik { opacity: 1; visibility: visible; }
.gz-bas { display: flex; justify-content: space-between; align-items: center; font: 11px JBM; letter-spacing: .28em; color: var(--lavanta); margin: -28px 0 22px; padding: 22px 0 16px;
          position: sticky; top: -28px; z-index: 1; background: var(--koyu); border-bottom: 1px solid rgba(200, 184, 219, .2); }
.gz-kapat { font: 11px JBM; letter-spacing: .22em; color: var(--pudra); background: none; border: 1px solid rgba(200, 184, 219, .5); border-radius: 16px; padding: 8px 14px; cursor: pointer; }
.gz-kol { columns: 280px 4; column-gap: 40px; }
.gz-kol section { break-inside: avoid-column; margin-bottom: 26px; }
.gz-kol h4 { font: 400 22px Georgia, serif; color: var(--lavanta); margin: 0 0 10px; padding-bottom: 8px; border-bottom: 1px solid rgba(200, 184, 219, .3); }
.gz-kol ol { list-style: none; margin: 0; padding: 0; }
.gz-kol a { display: flex; gap: 10px; padding: 4px 8px; margin: 0 -8px; border-radius: 8px; color: var(--pudra); text-decoration: none; font-size: 14px; line-height: 1.35; }
.gz-kol a em { font: normal 11px/19px JBM; color: var(--lavanta); flex: none; min-width: 30px; }
.gz-kol a:hover { background: rgba(200, 184, 219, .14); }
.gz-kol a.on { background: var(--lavanta); color: var(--murdum); } .gz-kol a.on em { color: var(--murdum); }
@media (max-width: 600px) { .gz-yon { padding: 5px 12px 5px 6px; gap: 9px; } .gz-m { width: 26px; height: 26px; } .gz-y b { font-size: 12.5px; } .gz-y small { font-size: 8.5px; } }

/* dikey / dar ekran (telefon): sayfalar kendi ölçekli yüksekliğinde alt alta akar, yapışma yok */
@media screen and (max-aspect-ratio: 1/1) {
  html { scroll-snap-type: none; }
  .slide { height: calc(1080px * var(--s)); }
}
@media (max-width: 600px) {
  .site-return { top: auto; bottom: 16px; right: auto; left: 14px; padding: 7px 10px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0s !important; }
  .r { opacity: 1 !important; translate: none !important; }
  .yaz { width: var(--gen) !important; }
}

/* The public presentation is view only. */
@page { size: A4; margin: 0; }
@media print {
  body > * { display: none !important; }
  body::after { content: 'Bu sunum yazdırmaya kapalıdır.'; display: block; padding: 48px; font: 16px Outfit, sans-serif; color: #502F4C; }
}
