:root {
  --bg: #060a13;
  --bg-2: #0a1020;
  --glass: rgba(14, 20, 35, .6);
  --stroke: rgba(255, 255, 255, .08);
  --stroke-2: rgba(255, 255, 255, .14);
  --text: #eef2fb;
  --muted: #9aa5bf;
  --dim: #66728c;
  --accent: #4f8dff;
  --accent-2: #86c5ff;
  --green: #22c55e;
  --r: 16px;
  --font: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --display: "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; padding: 0; }
img { max-width: 100%; display: block; }
code { font-family: "Cascadia Mono", Consolas, monospace; font-size: .92em; background: rgba(255, 255, 255, .07); padding: 2px 7px; border-radius: 6px; }
::selection { background: rgba(79, 141, 255, .35); }
.wrap { width: min(1180px, 100% - 40px); margin: 0 auto; }
.wrap.narrow { width: min(820px, 100% - 40px); }

/* Butonlar */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 46px; padding: 0 22px; border-radius: 12px; font-weight: 650; white-space: nowrap; transition: transform .12s, filter .2s, box-shadow .2s, background .2s; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:active { transform: translateY(1px); }
.btn-green { background: linear-gradient(180deg, #2fd46b, #19a64c); color: #fff; box-shadow: 0 10px 30px rgba(34, 197, 94, .3), inset 0 1px 0 rgba(255, 255, 255, .3); }
.btn-green:hover { filter: brightness(1.07); box-shadow: 0 14px 40px rgba(34, 197, 94, .42), inset 0 1px 0 rgba(255, 255, 255, .3); }
.btn-ghost { background: rgba(255, 255, 255, .06); border: 1px solid var(--stroke-2); }
.btn-ghost:hover { background: rgba(255, 255, 255, .11); }
.btn-sm { height: 38px; padding: 0 16px; font-size: 14px; border-radius: 10px; }
.btn-lg { height: 58px; padding: 0 28px; font-size: 17px; border-radius: 14px; }
.btn-xl { height: 68px; padding: 0 30px; border-radius: 16px; gap: 14px; }
.btn-xl svg { width: 26px; height: 26px; }
.btn-xl span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.btn-xl b { font-size: 18px; }
.btn-xl small { font-size: 12.5px; font-weight: 600; opacity: .85; }

/* Menü */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(6, 10, 19, .75); backdrop-filter: blur(18px) saturate(1.3); border-color: var(--stroke); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font: 700 19px/1 var(--display); }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.brand b { color: var(--accent-2); font-weight: 700; }
.links { display: flex; gap: 4px; margin-left: auto; }
.links a { padding: 8px 14px; border-radius: 9px; color: #c3cce0; font-size: 15px; font-weight: 500; transition: background .15s, color .15s; }
.links a:hover { background: rgba(255, 255, 255, .06); color: #fff; }
.burger { display: none; width: 42px; height: 42px; border-radius: 10px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 20px; height: 2px; border-radius: 2px; background: #fff; transition: transform .2s, opacity .2s; }

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg .scene, .hero-bg .scene-svg, .hero-bg .scene-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-bg .scene { background: #0b1430; }
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 10, 19, .92) 0%, rgba(6, 10, 19, .55) 48%, rgba(6, 10, 19, .1) 100%),
    linear-gradient(0deg, var(--bg) 0%, rgba(6, 10, 19, 0) 40%),
    linear-gradient(180deg, rgba(6, 10, 19, .7) 0%, rgba(6, 10, 19, 0) 22%);
}
.hero-in { padding: 120px 0 90px; }
.live { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 12px; border-radius: 30px; background: rgba(10, 16, 30, .6); border: 1px solid var(--stroke-2); backdrop-filter: blur(12px); font-size: 14px; font-weight: 600; color: #d3dbeb; }
.live .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--dim); }
.live.on .dot { background: var(--green); box-shadow: 0 0 10px var(--green); animation: pulse 2s infinite; }
.live.off .dot { background: #ff5f6d; }
@keyframes pulse { 50% { box-shadow: 0 0 2px var(--green); } }
.hero h1 {
  margin: 22px 0 14px; font: 800 clamp(56px, 10vw, 124px)/.98 var(--display); letter-spacing: -.04em;
  background: linear-gradient(180deg, #fff 30%, #9cc6ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { max-width: 560px; margin: 0 0 34px; font-size: clamp(17px, 2vw, 20px); color: #c8d1e3; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.ip { display: inline-flex; align-items: center; gap: 14px; height: 58px; padding: 0 10px 0 18px; border-radius: 14px; background: rgba(10, 16, 30, .6); border: 1px solid var(--stroke-2); backdrop-filter: blur(12px); text-align: left; transition: border-color .2s; }
.ip:hover { border-color: rgba(255, 255, 255, .28); }
.ip-ico { width: 22px; height: 22px; color: var(--accent-2); flex: none; }
.ip span { display: flex; flex-direction: column; line-height: 1.2; }
.ip small { font-size: 10.5px; letter-spacing: 1.3px; font-weight: 700; color: var(--dim); }
.ip b { font-size: 17px; }
.ip .cp { width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .07); display: grid; place-items: center; color: var(--muted); transition: background .2s, color .2s; }
.ip .cp svg { width: 18px; height: 18px; }
.ip:hover .cp { background: rgba(79, 141, 255, .2); color: #fff; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; color: var(--muted); font-size: 14.5px; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero-meta b { color: #dfe6f3; font-weight: 650; }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: 26px; height: 42px; border-radius: 14px; border: 2px solid rgba(255, 255, 255, .25); }
.scroll-hint span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: #fff; animation: wheel 1.8s infinite; }
@keyframes wheel { 0% { opacity: 1; transform: translateY(0); } 80% { opacity: 0; transform: translateY(12px); } 100% { opacity: 0; } }

/* Bölümler */
.section { padding: 110px 0; position: relative; }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 54px; }
.eyebrow { display: inline-block; font-size: 12.5px; font-weight: 750; letter-spacing: 2px; color: var(--accent-2); margin-bottom: 12px; }
.sec-head h2, .dl-card h2 { margin: 0 0 14px; font: 750 clamp(30px, 4.2vw, 46px)/1.1 var(--display); letter-spacing: -.02em; }
.sec-head p { margin: 0; color: var(--muted); font-size: 17.5px; }

.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feat { padding: 28px; border-radius: var(--r); background: linear-gradient(180deg, rgba(20, 28, 48, .7), rgba(12, 18, 32, .5)); border: 1px solid var(--stroke); transition: transform .25s, border-color .25s; }
.feat:hover { transform: translateY(-4px); border-color: var(--stroke-2); }
.feat h3 { margin: 18px 0 8px; font-size: 19px; }
.feat p { margin: 0; color: var(--muted); font-size: 15px; }
.feat p b { color: #d7deec; font-weight: 600; }
.fi { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; }
.fi svg { width: 24px; height: 24px; }
.fi.blue { background: rgba(79, 141, 255, .16); color: #86c5ff; }
.fi.green { background: rgba(34, 197, 94, .14); color: #6ee7a0; }
.fi.purple { background: rgba(167, 139, 250, .16); color: #c4b1ff; }
.fi.amber { background: rgba(245, 180, 60, .14); color: #fcd27b; }
.fi.indigo { background: rgba(88, 101, 242, .2); color: #a5b0ff; }
.fi.cyan { background: rgba(34, 211, 238, .13); color: #7ee6f5; }

.showcase { padding-top: 40px; }
.frame { position: relative; border-radius: 18px; padding: 10px; background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02)); border: 1px solid var(--stroke-2); box-shadow: 0 40px 100px rgba(0, 0, 0, .6); }
.frame img { border-radius: 10px; width: 100%; height: auto; }
.frame-glow { position: absolute; inset: -60px 10% auto; height: 60%; z-index: -1; background: radial-gradient(ellipse, rgba(79, 141, 255, .35), transparent 70%); filter: blur(40px); }

/* İndir */
.download { background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(79, 141, 255, .1), transparent 70%); }
.dl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.dl-card { padding: 44px; border-radius: 22px; text-align: center; display: flex; flex-direction: column; align-items: center; background: linear-gradient(180deg, rgba(24, 34, 58, .85), rgba(12, 18, 32, .7)); border: 1px solid var(--stroke-2); box-shadow: 0 30px 80px rgba(0, 0, 0, .4); }
.dl-icon { width: 96px; height: 96px; border-radius: 24px; box-shadow: 0 14px 40px rgba(47, 140, 255, .45); margin-bottom: 22px; }
.dl-card p { color: var(--muted); margin: 0 0 28px; }
.dl-sub { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 18px; font-size: 13.5px; color: var(--dim); }
.linklike { color: var(--accent-2); font-size: 13.5px; text-decoration: underline; text-underline-offset: 3px; }
.sha { display: block; margin-top: 14px; max-width: 100%; word-break: break-all; font-size: 12px; color: #b9c3d8; padding: 10px 12px; }
.steps { padding: 36px; border-radius: 22px; background: var(--glass); border: 1px solid var(--stroke); }
.steps h3 { margin: 0 0 22px; font-size: 20px; }
.steps ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.steps li { display: flex; gap: 16px; }
.steps li > span { width: 34px; height: 34px; border-radius: 10px; flex: none; display: grid; place-items: center; font-weight: 750; background: rgba(79, 141, 255, .16); color: var(--accent-2); }
.steps li b { font-size: 16px; }
.steps li p { margin: 2px 0 0; color: var(--muted); font-size: 14.5px; }
.req { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.req div { padding: 12px 14px; border-radius: 12px; background: rgba(0, 0, 0, .22); border: 1px solid var(--stroke); }
.req small { display: block; font-size: 11.5px; color: var(--dim); font-weight: 650; letter-spacing: .5px; }
.req b { font-size: 14.5px; }
.alt-join { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 22px 26px; border-radius: 16px; background: var(--glass); border: 1px solid var(--stroke); }
.alt-join p { margin: 4px 0 0; color: var(--muted); }

/* Topluluk */
.social { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.soc { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 34px 20px; border-radius: var(--r); background: var(--glass); border: 1px solid var(--stroke); cursor: pointer; transition: transform .25s, border-color .25s, background .25s; }
.soc:hover { transform: translateY(-4px); border-color: var(--stroke-2); }
.soc .si { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; color: #fff; margin-bottom: 12px; }
.soc .si svg { width: 32px; height: 32px; }
.soc b { font-size: 18px; }
.soc small { color: var(--muted); font-size: 14px; }
.soc.discord .si { background: #5865f2; box-shadow: 0 10px 30px rgba(88, 101, 242, .4); }
.soc.instagram .si { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); box-shadow: 0 10px 30px rgba(214, 36, 159, .35); }
.soc.youtube .si { background: #ff1f1f; box-shadow: 0 10px 30px rgba(255, 31, 31, .35); }
.soc.youtube .si svg { width: 28px; height: 28px; }

/* SSS */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { border-radius: 14px; background: var(--glass); border: 1px solid var(--stroke); transition: border-color .2s; }
.faq details[open] { border-color: var(--stroke-2); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; font-weight: 650; font-size: 16.5px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 24px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

/* Footer */
.footer { padding: 50px 0 60px; border-top: 1px solid var(--stroke); }
.foot-in { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.footer p { margin: 0; color: var(--muted); font-size: 14px; }
.footer .disc { color: var(--dim); font-size: 12.5px; }
.footer .brand { margin-bottom: 10px; }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 100; padding: 13px 20px; border-radius: 12px; background: rgba(16, 23, 40, .96); border: 1px solid var(--stroke-2); box-shadow: 0 18px 50px rgba(0, 0, 0, .5); font-weight: 600; animation: up .25s ease-out; }
@keyframes up { from { opacity: 0; transform: translate(-50%, 10px); } }

/* Kaydırınca beliren öğeler */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dl-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .links { position: fixed; top: 68px; left: 0; right: 0; flex-direction: column; gap: 0; padding: 10px 16px 18px; background: rgba(6, 10, 19, .97); border-bottom: 1px solid var(--stroke); transform: translateY(-120%); transition: transform .25s; }
  .links.open { transform: none; }
  .links a { padding: 14px 12px; font-size: 17px; }
  .nav-cta { margin-left: auto; }
  .burger { display: flex; }
  .nav.menu-open { background: rgba(6, 10, 19, .97); }
  .section { padding: 76px 0; }
  .features, .social { grid-template-columns: 1fr; }
  .hero-in { padding: 110px 0 80px; }
  .hero-actions > * { width: 100%; }
  .ip { justify-content: flex-start; }
  .ip .cp { margin-left: auto; }
  .dl-card, .steps { padding: 28px 22px; }
  .btn-xl { width: 100%; }
  .req { grid-template-columns: 1fr; }
  .alt-join { flex-direction: column; align-items: flex-start; }
  .scroll-hint { display: none; }
}
