/* lol-kun.app · tanıtım sitesi. Uygulamayla aynı renk dili. */
:root {
  --bg: #0b0e13; --panel: #141922; --panel-2: #1b222d; --line: #273140; --ink: #eef2f8; --dim: #97a5b8;
  --accent: #7ec850; --good: #4fd6a0; --bad: #ff5d6c; --warn: #ffb64d;
  --font: "Segoe UI", "Yu Gothic UI", "Hiragino Sans", "Meiryo", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.9, 0.25, 1); --spring: cubic-bezier(0.3, 1.5, 0.5, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); line-height: 1.55; overflow-x: hidden; }
h1, h2, h3, p, ul, ol, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }

.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; }
.bg i { position: absolute; width: 60vmax; height: 60vmax; border-radius: 50%; filter: blur(110px); opacity: 0.32; animation: drift 24s ease-in-out infinite; }
.bg i:nth-child(1) { background: #1f8a5b; top: -28vmax; left: -18vmax; }
.bg i:nth-child(2) { background: #5b3a9a; top: 20vh; right: -30vmax; animation-duration: 31s; animation-direction: reverse; }
.bg i:nth-child(3) { background: #1d4f8a; bottom: -35vmax; left: 20vw; opacity: 0.22; animation-duration: 37s; }
@keyframes drift { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(8vw, 6vh) scale(1.2); } }

.nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 24px; padding: 14px clamp(16px, 4vw, 48px); background: rgba(11, 14, 19, 0.72); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 18px; letter-spacing: -0.01em; }
.brand i { width: 34px; height: 34px; border-radius: 50%; background: #fff url("assets/idle.png") 50% 4% / 210% auto no-repeat; box-shadow: 0 0 0 2px var(--accent), 0 0 20px rgba(126, 200, 80, 0.4); }
.nav nav { display: flex; gap: 22px; margin-left: auto; color: var(--dim); font-weight: 600; font-size: 15px; }
.nav nav a:hover { color: var(--ink); }
.langs { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); }
.langs button { font: inherit; font-size: 12.5px; color: var(--dim); background: none; border: 0; border-radius: 999px; padding: 5px 11px; cursor: pointer; }
.langs button.on { background: var(--ink); color: #0b0e13; font-weight: 800; }

main { max-width: 1180px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px); }
section { padding: clamp(48px, 9vh, 110px) 0; }
h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 850; letter-spacing: -0.025em; line-height: 1.12; text-wrap: balance; }

/* Gizleme yalnızca betik çalıştıysa uygulanır: betik yoksa (tarayıcı önizlemesi, arama motoru) içerik görünür kalır. */
.js .reveal { opacity: 0; transform: translateY(28px); filter: blur(6px); }
.reveal { transition: opacity 0.8s var(--ease) var(--d, 0ms), transform 0.9s var(--ease) var(--d, 0ms), filter 0.8s var(--d, 0ms); }
.js .reveal.in { opacity: 1; transform: none; filter: none; }

.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(24px, 5vw, 70px); align-items: center; min-height: calc(100vh - 70px); padding-top: clamp(28px, 6vh, 70px); }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.hero h1 { font-size: clamp(34px, 5.2vw, 66px); font-weight: 900; letter-spacing: -0.035em; line-height: 1.04; text-wrap: balance; --d: 80ms; }
.lead { font-size: clamp(16px, 1.6vw, 20px); color: #c9d3e0; margin-top: 20px; max-width: 580px; --d: 180ms; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; --d: 280ms; }
.btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 750; padding: 13px 24px; border-radius: 999px; border: 1px solid var(--line); background: var(--panel-2); transition: transform 0.2s var(--ease), box-shadow 0.3s, border-color 0.2s; }
.btn:hover { transform: translateY(-2px); border-color: #3d4c62; }
.btn.primary { background: var(--accent); color: #10200a; border-color: transparent; box-shadow: 0 12px 40px rgba(126, 200, 80, 0.3); }
.btn.primary:hover { box-shadow: 0 16px 50px rgba(126, 200, 80, 0.45); }
.btn.disabled { opacity: 0.5; cursor: default; }
.trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; color: var(--dim); font-size: 14px; --d: 380ms; }
.trust li::before { content: "✓"; color: var(--accent); font-weight: 900; margin-right: 7px; }

.hero-art { position: relative; justify-self: center; }
.phone { width: min(300px, 70vw); aspect-ratio: 9 / 16; border-radius: 34px; overflow: hidden; border: 8px solid #05070a; outline: 1px solid rgba(255, 255, 255, 0.16); box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7), 0 0 80px rgba(126, 200, 80, 0.14); rotate: 3deg; --d: 250ms; background: #000; }
.phone video { width: 100%; height: 100%; object-fit: cover; }
.kun { position: absolute; left: -46%; bottom: -4%; width: 62%; --px: 0px; --py: 0px; filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6)); transition: translate 0.4s var(--ease); translate: var(--px) var(--py); }
.float { animation: float 5s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(1deg); } }

.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 0; }
.strip div { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 20px; display: grid; gap: 2px; }
.strip b { font-size: clamp(24px, 3vw, 38px); font-weight: 900; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; color: var(--accent); }
.strip span { color: var(--dim); font-size: 14px; }

.features h2, .how h2, .pricing h2, .faq h2 { text-align: center; margin-bottom: clamp(28px, 5vh, 56px); }
.showcase { text-align: center; margin-bottom: clamp(48px, 9vh, 110px); }
.showcase h3 { font-size: clamp(24px, 3vw, 38px); font-weight: 850; letter-spacing: -0.02em; line-height: 1.15; max-width: 820px; margin: 0 auto 12px; text-wrap: balance; }
.showcase p { color: #c3cedc; font-size: 17px; max-width: 760px; margin: 0 auto 28px; }
.shot.wide { box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 93, 108, 0.25), 0 0 90px rgba(255, 93, 108, 0.12); }
.shot.wide img { width: 100%; }
.feature { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(20px, 4vw, 60px); align-items: center; margin-bottom: clamp(40px, 8vh, 96px); }
.feature.flip > div { order: 2; }
.tag { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); background: rgba(126, 200, 80, 0.12); padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }
.tag.warn { color: var(--warn); background: rgba(255, 182, 77, 0.12); }
.feature h3 { font-size: clamp(22px, 2.6vw, 32px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 12px; }
.feature p { color: #c3cedc; font-size: 16.5px; }
.shot { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55); transition: transform 0.6s var(--ease); }
.shot:hover { transform: scale(1.02) rotate(-0.4deg); }
.scenes { display: flex; justify-content: center; }
.scenes img { width: 34%; border-radius: 18px; border: 4px solid #05070a; outline: 1px solid rgba(255, 255, 255, 0.14); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6); transition: transform 0.5s var(--spring); }
.scenes img:nth-child(1) { rotate: -7deg; translate: 14% 4%; }
.scenes img:nth-child(2) { z-index: 1; scale: 1.08; }
.scenes img:nth-child(3) { rotate: 7deg; translate: -14% 4%; }
.scenes img:hover { transform: translateY(-12px); z-index: 2; }
.kun-card { display: grid; place-items: center; background: radial-gradient(circle at 50% 60%, rgba(255, 182, 77, 0.18), transparent 65%); border: 1px dashed rgba(255, 182, 77, 0.35); border-radius: 24px; padding: 24px; }
.kun-card img { height: 300px; animation: float 5s ease-in-out infinite; }

.how ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: s; }
.how li { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 26px; }
.how li:nth-child(2) { --d: 120ms; } .how li:nth-child(3) { --d: 240ms; }
.how i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #10200a; font-style: normal; font-weight: 900; font-size: 20px; margin-bottom: 16px; box-shadow: 0 0 30px rgba(126, 200, 80, 0.4); }
.how h3 { font-size: 20px; margin-bottom: 8px; }
.how p { color: var(--dim); }

.privacy { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 4vw, 56px); align-items: center; background: linear-gradient(120deg, rgba(126, 200, 80, 0.12), rgba(126, 200, 80, 0.02)); border: 1px solid rgba(126, 200, 80, 0.3); border-radius: 28px; padding: clamp(24px, 4vw, 48px); }
.privacy img { height: 260px; }
.privacy h2 { font-size: clamp(24px, 3.2vw, 38px); margin-bottom: 18px; }
.privacy li { padding-left: 28px; position: relative; margin-bottom: 10px; color: #d5deea; font-size: 16.5px; }
.privacy li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.pricing .sub { text-align: center; color: var(--dim); max-width: 640px; margin: -28px auto 40px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; gap: 16px; background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 28px; transition: transform 0.3s var(--ease), border-color 0.3s; }
.plan:hover { transform: translateY(-6px); border-color: #3d4c62; }
.plan.featured { border-color: rgba(126, 200, 80, 0.6); background: linear-gradient(180deg, rgba(126, 200, 80, 0.12), var(--panel) 45%); box-shadow: 0 30px 90px rgba(126, 200, 80, 0.12); }
.plan.is-soon { opacity: 0.8; }
.ribbon { position: absolute; top: -12px; left: 50%; translate: -50% 0; background: var(--accent); color: #10200a; font-size: 12px; font-weight: 800; padding: 4px 14px; border-radius: 999px; white-space: nowrap; }
.ribbon.launch { background: var(--warn); color: #201400; }
.plan h3 { font-size: 22px; font-weight: 800; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price b { font-size: 44px; font-weight: 900; letter-spacing: -0.03em; }
.price span { color: var(--dim); }
.plan ul { display: grid; gap: 10px; flex: 1; }
.plan li { padding-left: 26px; position: relative; color: #d0d9e6; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.fine { text-align: center; color: var(--dim); font-size: 14px; margin-top: 26px; }

.faq { max-width: 820px; margin: 0 auto; }
details { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; margin-bottom: 10px; }
summary { cursor: pointer; font-weight: 700; font-size: 17px; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::after { content: "+"; color: var(--accent); font-weight: 900; font-size: 22px; line-height: 1; transition: rotate 0.3s var(--ease); }
details[open] summary::after { rotate: 45deg; }
details p { color: #c3cedc; padding-bottom: 20px; }

footer { border-top: 1px solid var(--line); margin-top: 40px; padding: 36px clamp(16px, 4vw, 48px) 48px; display: grid; gap: 14px; justify-items: center; text-align: center; }
.foot-link { color: var(--dim); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.foot-link:hover { color: var(--ink); }
footer p { color: #6f7d90; font-size: 12.5px; max-width: 820px; }

@media (max-width: 900px) {
  .nav nav { display: none; }
  .langs { margin-left: auto; }
  .hero { grid-template-columns: 1fr; text-align: center; min-height: 0; }
  .lead { margin-left: auto; margin-right: auto; }
  .cta, .trust { justify-content: center; }
  .hero-art { margin-top: 10px; }
  .kun { left: -30%; width: 52%; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .feature, .feature.flip { grid-template-columns: 1fr; }
  .feature.flip > div { order: 0; }
  .how ol, .plans { grid-template-columns: 1fr; }
  .privacy { grid-template-columns: 1fr; justify-items: center; text-align: left; }
  .privacy img { height: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: 0.01s !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
}
