/* ════════════════════════════════════════════════════════════
   KebirSoft — "NUR" Tasarım Dili
   Gece varsayılan · Aurora ışıklar · Serif editoryal tipografi
   Fraunces (display) · Outfit (body) · Amiri (Arapça hat)
   ════════════════════════════════════════════════════════════ */

:root {
  --f-display: "Fraunces", Georgia, serif;
  --f-body: "Outfit", system-ui, sans-serif;
  --f-arabic: "Amiri", serif;

  /* ── Gece (varsayılan) ── */
  --bg: #06100d;
  --bg-2: #081512;
  --ink: #eef6f1;
  --ink-soft: #b9ccc2;
  --ink-dim: #7d958a;
  --line: rgba(190, 235, 215, 0.1);
  --line-2: rgba(190, 235, 215, 0.22);
  --emerald: #34d8a4;
  --emerald-deep: #10b981;
  --gold: #e9bc6a;
  --gold-deep: #d4a043;
  --glass: rgba(16, 32, 26, 0.55);
  --glass-2: rgba(22, 42, 34, 0.72);
  --card: rgba(13, 27, 22, 0.66);
  --grad-text: linear-gradient(100deg, #4be3b2 10%, #8ef0cd 38%, #e9bc6a 90%);
  --grad-btn: linear-gradient(135deg, #0fa97c, #15c794 60%, #caa14f 160%);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  --glow-e: 0 0 80px rgba(52, 216, 164, 0.22);
  --glow-g: 0 0 90px rgba(233, 188, 106, 0.14);
  --nav-glass: rgba(8, 19, 15, 0.6);
  --star-opacity: 0.9;
}

[data-theme="light"] {
  --bg: #f5f2e9;
  --bg-2: #efeadd;
  --ink: #122019;
  --ink-soft: #41584d;
  --ink-dim: #71857a;
  --line: rgba(18, 50, 38, 0.12);
  --line-2: rgba(18, 50, 38, 0.24);
  --emerald: #0b8a63;
  --emerald-deep: #0a7a55;
  --gold: #a87b1f;
  --gold-deep: #976d18;
  --glass: rgba(255, 255, 252, 0.6);
  --glass-2: rgba(255, 255, 252, 0.85);
  --card: rgba(255, 255, 252, 0.78);
  --grad-text: linear-gradient(100deg, #0b8a63 10%, #14a878 45%, #a87b1f 95%);
  --grad-btn: linear-gradient(135deg, #0b8a63, #11a374 60%, #b88a2a 170%);
  --shadow: 0 20px 60px rgba(30, 55, 44, 0.16);
  --glow-e: 0 0 70px rgba(11, 138, 99, 0.12);
  --glow-g: 0 0 80px rgba(168, 123, 31, 0.1);
  --nav-glass: rgba(250, 248, 240, 0.72);
  --star-opacity: 0.25;
}

/* ── Taban ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: hidden; }
body {
  font-family: var(--f-body);
  font-weight: 350;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background 0.5s ease, color 0.5s ease;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: rgba(52, 216, 164, 0.3); }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--emerald-deep), var(--gold-deep)); border-radius: 99px; border: 3px solid var(--bg); }

h1, h2, h3 { font-family: var(--f-display); font-weight: 560; line-height: 1.12; letter-spacing: -0.015em; }
.em { font-style: italic; font-weight: 460; }
.shine {
  background: var(--grad-text);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  animation: shine 6s linear infinite;
}
@keyframes shine { to { background-position: 200% center; } }

.wrap { width: min(1240px, 92%); margin-inline: auto; }

/* ── Atmosfer katmanları ── */
#stars {
  position: fixed; inset: 0; z-index: -3;
  opacity: var(--star-opacity);
  transition: opacity 0.6s;
}
.aurora { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.aurora i {
  position: absolute; border-radius: 50%;
  filter: blur(110px);
  opacity: 0.5;
}
.aurora i:nth-child(1) { width: 52vw; height: 52vw; top: -22vw; right: -14vw; background: radial-gradient(circle, rgba(16, 185, 129, 0.4), transparent 65%); animation: breathe 13s ease-in-out infinite alternate; }
.aurora i:nth-child(2) { width: 40vw; height: 40vw; bottom: -18vw; left: -12vw; background: radial-gradient(circle, rgba(212, 160, 67, 0.26), transparent 65%); animation: breathe 17s ease-in-out infinite alternate-reverse; }
.aurora i:nth-child(3) { width: 30vw; height: 30vw; top: 38%; left: 52%; background: radial-gradient(circle, rgba(20, 168, 120, 0.18), transparent 60%); animation: breathe 21s ease-in-out infinite alternate; }
@keyframes breathe { from { transform: translate(0,0) scale(1); } to { transform: translate(-4vw, 3vw) scale(1.12); } }

.grain {
  position: fixed; inset: -8%; z-index: 999; pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 9s steps(10) infinite;
}
@keyframes grain {
  0%,100% { transform: translate(0,0); } 10% { transform: translate(-3%,2%); }
  30% { transform: translate(4%,-3%); } 50% { transform: translate(-2%,4%); }
  70% { transform: translate(3%,2%); } 90% { transform: translate(-4%,-2%); }
}

/* ── Navigasyon: yüzen hap ── */
.topbar {
  position: fixed; top: 16px; left: 0; right: 0; z-index: 1000;
  pointer-events: none;
}
.topbar .wrap {
  pointer-events: auto;
  display: flex; align-items: center; gap: 8px;
  padding: 9px 12px 9px 18px;
  border-radius: 99px;
  background: var(--nav-glass);
  backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border: 1px solid var(--line);
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.topbar.scrolled .wrap { border-color: var(--line-2); box-shadow: 0 14px 50px rgba(0,0,0,0.4); }

.logo { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.logo .mark {
  position: relative;
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--grad-btn);
  color: #fff; font-family: var(--f-display); font-weight: 700; font-size: 1.15rem;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.45);
}
.logo .brand { display: flex; flex-direction: column; justify-content: center; line-height: 1.15; }
.logo .name { font-family: var(--f-display); font-weight: 600; font-size: 1.12rem; letter-spacing: 0.01em; }
.logo .name b { color: var(--gold); font-weight: 600; }
.logo .tagline { font-size: 0.64rem; font-weight: 300; color: var(--ink-soft); letter-spacing: 0.005em; margin-top: 2px; }

.menu { display: flex; align-items: center; gap: 2px; }
.menu > li { position: relative; }
.menu > li > a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 15px; border-radius: 99px;
  font-size: 0.91rem; font-weight: 450; color: var(--ink-soft);
  transition: color 0.2s, background 0.2s;
}
.menu > li > a:hover, .menu > li > a.on { color: var(--ink); background: rgba(127, 200, 170, 0.12); }
.menu .caret { width: 11px; height: 11px; opacity: 0.7; transition: transform 0.25s; }
.menu .dd:hover .caret { transform: rotate(180deg); }

.dd-panel {
  position: absolute; top: calc(100% + 14px); right: 0;
  min-width: 290px; padding: 8px;
  background: var(--glass-2);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(10px) scale(0.98);
  transition: 0.25s ease;
}
.dd:hover .dd-panel, .dd:focus-within .dd-panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.dd-panel a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 13px; border-radius: 11px;
  font-size: 0.89rem; color: var(--ink-soft);
  transition: 0.18s;
}
.dd-panel a:hover { background: rgba(127, 200, 170, 0.12); color: var(--ink); transform: translateX(3px); }
.dd-panel .tag { margin-left: auto; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.06em; color: var(--gold); border: 1px solid rgba(212,160,67,0.35); padding: 1px 8px; border-radius: 99px; }

.icon-btn {
  width: 38px; height: 38px; border-radius: 99px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  transition: 0.2s;
  flex-shrink: 0;
}
.icon-btn:hover { color: var(--emerald); border-color: var(--emerald); transform: rotate(15deg); }
.icon-btn svg { width: 17px; height: 17px; }
.icon-btn .i-moon { display: none; }
[data-theme="light"] .icon-btn .i-sun { display: none; }
[data-theme="light"] .icon-btn .i-moon { display: block; }
.burger { display: none; }

/* Mobil tam ekran menü */
.m-menu {
  position: fixed; inset: 0; z-index: 990;
  background: var(--bg);
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 8vw;
  clip-path: circle(0% at calc(100% - 50px) 40px);
  transition: clip-path 0.65s cubic-bezier(0.7, 0, 0.25, 1);
  visibility: hidden;
}
.m-menu.open { clip-path: circle(150% at calc(100% - 50px) 40px); visibility: visible; }
.m-menu a.big {
  font-family: var(--f-display); font-weight: 560;
  font-size: clamp(1.35rem, 5vw, 2rem);
  padding: 7px 0; line-height: 1.3;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: baseline; gap: 14px;
  transition: color 0.2s, padding-left 0.3s;
}
.m-menu a.big:hover { color: var(--gold); padding-left: 10px; }
.m-menu a.big .no { font-family: var(--f-body); font-size: 0.8rem; font-weight: 500; color: var(--gold); }
.m-menu .m-sub { display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 22px 0; }
.m-menu .m-sub a { font-size: 0.92rem; color: var(--ink-dim); }
.m-menu .m-sub a:hover { color: var(--emerald); }

/* ── Butonlar ── */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 99px;
  font-weight: 500; font-size: 0.96rem; letter-spacing: 0.015em;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-glow {
  background: var(--grad-btn); color: #fff;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.35), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-glow:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 44px rgba(16, 185, 129, 0.5), inset 0 1px 0 rgba(255,255,255,0.25); }
.btn-line { border: 1px solid var(--line-2); color: var(--ink); background: transparent; }
.btn-line:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }

/* Mağaza butonları */
.stores { display: flex; flex-wrap: wrap; gap: 13px; }
.store {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 22px 11px 15px; border-radius: 16px;
  background: var(--glass-2);
  border: 1px solid var(--line-2);
  backdrop-filter: blur(10px);
  transition: 0.25s;
  position: relative; overflow: hidden;
}
.store::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(233,188,106,0.14) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.6s;
}
.store:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: var(--glow-g), 0 12px 30px rgba(0,0,0,0.3); }
.store:hover::before { transform: translateX(110%); }
.store svg { width: 27px; height: 27px; flex-shrink: 0; }
.store .c { display: flex; flex-direction: column; line-height: 1.2; }
.store .c small { font-size: 0.67rem; font-weight: 400; color: var(--ink-dim); letter-spacing: 0.08em; text-transform: uppercase; }
.store .c b { font-family: var(--f-display); font-size: 1.05rem; font-weight: 600; }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center;
  padding: 140px 0 120px;
}
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 30px; align-items: center; }

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px; border-radius: 99px;
  border: 1px solid rgba(212, 160, 67, 0.4);
  background: rgba(212, 160, 67, 0.08);
  color: var(--gold);
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 28px;
}
.kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 10px var(--emerald); animation: blink 2s infinite; }
@keyframes blink { 50% { opacity: 0.3; } }

.hero h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  margin-bottom: 26px;
  text-wrap: balance;
}
.hero .lede {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  color: var(--ink-soft);
  max-width: 560px;
  margin-bottom: 36px;
  font-weight: 300;
}
.hero .lede b { color: var(--ink); font-weight: 500; }

.proof { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.proof .p-item { display: flex; flex-direction: column; line-height: 1.35; }
.proof .p-item b { font-size: 0.95rem; font-weight: 600; }
.proof .p-item span { font-size: 0.76rem; color: var(--ink-dim); }
.proof .sep { width: 1px; height: 34px; background: var(--line-2); }

/* Telefon sahnesi */
.stage { position: relative; display: grid; place-items: center; perspective: 1200px; }
.halo {
  position: absolute; width: 120%; aspect-ratio: 1; border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(52, 216, 164, 0.16), transparent 55%),
    radial-gradient(circle at 60% 70%, rgba(233, 188, 106, 0.1), transparent 50%);
  animation: haloSpin 26s linear infinite;
}
@keyframes haloSpin { to { transform: rotate(360deg); } }
.ring {
  position: absolute; border: 1px solid var(--line);
  border-radius: 50%; aspect-ratio: 1;
}
.ring.r1 { width: 86%; animation: ringSpin 40s linear infinite; border-style: dashed; opacity: 0.6; }
.ring.r2 { width: 110%; opacity: 0.35; animation: ringSpin 60s linear infinite reverse; }
.ring .sat {
  position: absolute; top: -7px; left: 50%;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px var(--gold);
}
@keyframes ringSpin { to { transform: rotate(360deg); } }

.device {
  position: relative; z-index: 2;
  width: min(300px, 70vw);
  padding: 12px; border-radius: 46px;
  background: linear-gradient(155deg, #31413a, #0a120f 60%);
  border: 1px solid rgba(190, 235, 215, 0.16);
  box-shadow: var(--shadow), var(--glow-e);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}
.screen { position: relative; border-radius: 35px; overflow: hidden; aspect-ratio: 9 / 19.2; background: #0a120f; }
.screen img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1s ease;
}
.screen img.on { opacity: 1; }
.screen .sheen {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,0.07) 50%, transparent 58%);
  animation: sheen 5.5s ease-in-out infinite;
}
@keyframes sheen { 0%, 60%, 100% { transform: translateX(-100%); } 25%, 40% { transform: translateX(100%); } }

/* Ekolayzer çubukları (oynatıcı içi) */
.eq { display: flex; align-items: flex-end; gap: 2.5px; height: 18px; }
.eq i { width: 3px; border-radius: 2px; background: var(--emerald); animation: eq 1s ease-in-out infinite; }
.eq i:nth-child(1) { height: 40%; animation-delay: 0s; }
.eq i:nth-child(2) { height: 90%; animation-delay: 0.15s; }
.eq i:nth-child(3) { height: 60%; animation-delay: 0.3s; }
.eq i:nth-child(4) { height: 100%; animation-delay: 0.45s; }
.eq i:nth-child(5) { height: 50%; animation-delay: 0.6s; }
@keyframes eq { 0%,100% { transform: scaleY(0.5); } 50% { transform: scaleY(1); } }

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--ink-dim); font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
}
.scroll-cue .line { width: 1px; height: 44px; background: linear-gradient(var(--gold), transparent); position: relative; overflow: hidden; }
.scroll-cue .line::after {
  content: ""; position: absolute; top: -40%; left: 0; width: 100%; height: 40%;
  background: var(--emerald);
  animation: cueDrop 1.8s ease-in-out infinite;
}
@keyframes cueDrop { to { top: 110%; } }

/* ── Özellik kartları (hero altı) ── */
.hilites { padding: 26px 0 30px; }
.hl-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.hl {
  text-align: center;
  padding: 26px 14px 22px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, border-color 0.3s, box-shadow 0.3s;
}
.hl:hover { transform: translateY(-6px); border-color: rgba(212, 160, 67, 0.45); box-shadow: var(--glow-g), 0 16px 40px rgba(0,0,0,0.18); }
.hl .ic { display: block; font-size: 1.8rem; margin-bottom: 12px; transition: transform 0.3s ease; }
.hl:hover .ic { transform: scale(1.18) rotate(-6deg); }
.hl b { display: block; font-family: var(--f-display); font-weight: 560; font-size: 0.97rem; margin-bottom: 3px; }
.hl small { font-size: 0.74rem; color: var(--ink-dim); font-weight: 300; }

/* ── Bölüm başlıkları ── */
.sect { padding: 110px 0; position: relative; }
.s-head { max-width: 780px; margin-bottom: 64px; }
.s-head.mid { margin-inline: auto; text-align: center; }
.s-kicker {
  display: inline-block; margin-bottom: 18px;
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--emerald);
}
.s-kicker::before { content: "✦ "; color: var(--gold); }
.s-head h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 18px; text-wrap: balance; }
.s-head p { color: var(--ink-soft); font-size: 1.05rem; font-weight: 300; max-width: 640px; }
.s-head.mid p { margin-inline: auto; }

/* ── BENTO ── */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(215px, auto);
  gap: 18px;
}
.b {
  position: relative;
  padding: 30px;
  border-radius: 26px;
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.35s ease, border-color 0.35s, box-shadow 0.35s;
}
.b:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow); }
.b::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(52, 216, 164, 0.1), transparent 45%);
  opacity: 0; transition: opacity 0.4s;
  pointer-events: none;
}
.b:hover::before { opacity: 1; }
.b h3 { font-size: 1.32rem; margin-bottom: 10px; }
.b p { font-size: 0.9rem; color: var(--ink-soft); font-weight: 300; }
.b .num {
  font-family: var(--f-display); font-style: italic; font-weight: 360;
  font-size: 3rem; line-height: 1; color: var(--gold);
  margin-bottom: auto;
}
.b .b-ic { font-size: 1.7rem; margin-bottom: auto; }

.b-tall { grid-row: span 2; grid-column: span 2; }
.b-wide { grid-column: span 2; }

/* Bento: hat kartı (büyük) */
.b-hat { padding: 0; }
.b-hat .txt { padding: 30px 30px 0; }
.b-hat .img-wrap {
  margin-top: auto; padding: 26px 30px 0; display: flex; justify-content: center;
}
.b-hat img {
  width: min(78%, 300px); border-radius: 20px 20px 0 0;
  border: 1px solid var(--line-2); border-bottom: 0;
  box-shadow: 0 -16px 50px rgba(0,0,0,0.4);
  transition: transform 0.5s ease;
}
.b-hat:hover img { transform: translateY(-10px); }

/* Bento: oynatıcı */
.player {
  margin-top: auto;
  display: flex; align-items: center; gap: 13px;
  padding: 13px 15px; border-radius: 16px;
  background: rgba(8, 18, 14, 0.55);
  border: 1px solid var(--line);
}
[data-theme="light"] .player { background: rgba(18, 50, 38, 0.07); }
.player .pp {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--grad-btn); color: #fff;
  box-shadow: 0 0 22px rgba(16, 185, 129, 0.45);
}
.player .pp svg { width: 14px; height: 14px; }
.player .info { flex: 1; min-width: 0; line-height: 1.3; }
.player .info b { display: block; font-size: 0.82rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player .info span { font-size: 0.7rem; color: var(--ink-dim); }
.player .eq i { background: var(--gold); }

/* Bento: hatim ilerleme */
.meter { margin-top: auto; }
.meter .row { display: flex; justify-content: space-between; font-size: 0.76rem; color: var(--ink-dim); margin-bottom: 8px; }
.meter .row b { color: var(--emerald); font-weight: 600; }
.meter .bar { height: 7px; border-radius: 99px; background: rgba(127, 200, 170, 0.14); overflow: hidden; }
.meter .fill {
  height: 100%; width: 0; border-radius: 99px;
  background: linear-gradient(90deg, var(--emerald-deep), var(--gold));
  transition: width 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 0 14px rgba(52, 216, 164, 0.5);
}
.b.go .fill { width: var(--w, 62%); }

/* Bento: pusula */
.compass {
  margin-top: auto; align-self: center;
  width: 110px; height: 110px; border-radius: 50%;
  border: 1.5px solid var(--line-2);
  position: relative;
  background:
    radial-gradient(circle at center, transparent 58%, rgba(212,160,67,0.1) 59%, transparent 62%),
    conic-gradient(from 0deg, transparent 0 88deg, rgba(212,160,67,0.18) 90deg, transparent 92deg 178deg, rgba(212,160,67,0.18) 180deg, transparent 182deg 268deg, rgba(212,160,67,0.18) 270deg, transparent 272deg);
}
.compass::after {
  content: "🕋"; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  font-size: 0.78rem;
}
.needle {
  position: absolute; left: 50%; top: 50%;
  width: 3px; height: 42px;
  transform-origin: 50% 100%;
  transform: translate(-50%, -100%) rotate(160deg);
  background: linear-gradient(var(--emerald), transparent);
  border-radius: 99px;
}
.needle::before {
  content: ""; position: absolute; top: -5px; left: 50%; transform: translateX(-50%);
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--emerald); box-shadow: 0 0 14px var(--emerald);
}
.b.go .needle { animation: seek 2.4s cubic-bezier(0.34, 1.3, 0.5, 1) forwards; }
@keyframes seek {
  0% { transform: translate(-50%, -100%) rotate(160deg); }
  45% { transform: translate(-50%, -100%) rotate(-25deg); }
  70% { transform: translate(-50%, -100%) rotate(12deg); }
  100% { transform: translate(-50%, -100%) rotate(0deg); }
}

/* Bento: ses dalgası */
.wave { margin-top: auto; display: flex; align-items: center; gap: 3px; height: 40px; }
.wave i {
  flex: 1; border-radius: 99px; background: linear-gradient(var(--emerald), var(--gold));
  opacity: 0.85; height: 18%;
}
.b.go .wave i { animation: wv 1.15s ease-in-out infinite alternate; }
@keyframes wv { from { height: 14%; } to { height: 100%; } }

/* Bento: meal çipleri */
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.tags i {
  font-style: normal; font-size: 0.72rem; font-weight: 450;
  padding: 5px 12px; border-radius: 99px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  transition: 0.2s;
}
.tags i:hover { border-color: var(--gold); color: var(--gold); }

/* ── Ekranlar rayı ── */
.rail-zone { overflow: hidden; }
.rail {
  display: flex; gap: 26px;
  overflow-x: auto;
  padding: 20px 4% 36px;
  scroll-snap-type: x mandatory;
  cursor: grab;
  -ms-overflow-style: none; scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail.drag { cursor: grabbing; scroll-snap-type: none; }
.shot-card {
  flex: 0 0 auto; width: min(255px, 64vw);
  scroll-snap-align: center;
  position: relative;
  padding: 9px; border-radius: 34px;
  background: linear-gradient(155deg, #2c3a34, #0a120f 65%);
  border: 1px solid var(--line-2);
  transition: transform 0.4s ease, box-shadow 0.4s;
}
[data-theme="light"] .shot-card { background: linear-gradient(155deg, #e7e2d3, #cfc9b8 65%); }
.shot-card img { border-radius: 26px; cursor: zoom-in; }
.shot-card:nth-child(even) { transform: translateY(26px); }
.shot-card:hover { transform: translateY(-6px) scale(1.02); box-shadow: var(--shadow), var(--glow-e); z-index: 2; }
.shot-card .cap {
  position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.04em;
  padding: 5px 15px; border-radius: 99px;
  background: var(--glass-2); border: 1px solid var(--line-2);
  backdrop-filter: blur(10px);
}
.rail-hint { text-align: center; font-size: 0.78rem; color: var(--ink-dim); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 16px; }

/* ── Yol haritası ── */
.path { position: relative; max-width: 720px; margin-inline: auto; }
.path::before {
  content: ""; position: absolute; left: 19px; top: 8px; bottom: 8px;
  width: 1.5px;
  background: linear-gradient(var(--emerald), var(--gold), transparent);
}
.step { position: relative; padding: 0 0 44px 64px; }
.step:last-child { padding-bottom: 0; }
.step .pin {
  position: absolute; left: 0; top: 2px;
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1rem;
  background: var(--glass-2); border: 1px solid var(--line-2);
  backdrop-filter: blur(8px);
}
.step.done .pin { border-color: var(--emerald); box-shadow: 0 0 22px rgba(52, 216, 164, 0.35); }
.step h3 { font-size: 1.25rem; margin-bottom: 6px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.step p { color: var(--ink-soft); font-size: 0.93rem; font-weight: 300; max-width: 520px; }
.pill {
  font-family: var(--f-body); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 99px;
}
.pill.live { background: rgba(52, 216, 164, 0.14); color: var(--emerald); border: 1px solid rgba(52, 216, 164, 0.4); }
.pill.soon { background: rgba(233, 188, 106, 0.12); color: var(--gold); border: 1px solid rgba(212, 160, 67, 0.4); }

/* ── Arşiv (masaüstü) ── */
.archive { border-top: 1px solid var(--line); }
.a-row {
  position: relative;
  display: grid; grid-template-columns: 70px 1.2fr 1fr auto;
  align-items: center; gap: 24px;
  padding: 26px 18px;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s, padding-left 0.3s;
}
.a-row:hover { background: var(--card); padding-left: 30px; }
.a-row .no { font-family: var(--f-display); font-style: italic; font-size: 1.5rem; color: var(--ink-dim); transition: color 0.3s; }
.a-row:hover .no { color: var(--gold); }
.a-row h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 520; transition: color 0.3s; }
.a-row:hover h3 { color: var(--emerald); }
.a-row .meta { font-size: 0.84rem; color: var(--ink-dim); font-weight: 300; }
.a-row .go-ic {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
  transition: 0.3s;
}
.a-row .go-ic svg { width: 17px; height: 17px; transition: transform 0.3s; }
.a-row:hover .go-ic { background: var(--grad-btn); border-color: transparent; color: #fff; }
.a-row:hover .go-ic svg { transform: rotate(-45deg); }
.a-peek {
  position: absolute; right: 13%; top: 50%;
  width: 230px; border-radius: 14px;
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
  opacity: 0; transform: translateY(-50%) rotate(4deg) scale(0.86);
  transition: opacity 0.3s ease, transform 0.35s ease;
  pointer-events: none; z-index: 5;
}
.a-row:hover .a-peek { opacity: 1; transform: translateY(-50%) rotate(-2.5deg) scale(1); }

/* ── Özel yazılım ── */
.forge {
  display: grid; grid-template-columns: 1.25fr 0.75fr;
  gap: 40px; align-items: center;
  padding: clamp(36px, 5vw, 64px);
  border-radius: 32px;
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  position: relative; overflow: hidden;
}
.forge::before {
  content: "✦"; position: absolute; right: -30px; bottom: -60px;
  font-size: 17rem; line-height: 1; color: var(--gold); opacity: 0.06;
  transform: rotate(15deg);
}
.forge h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin-bottom: 16px; }
.forge p { color: var(--ink-soft); font-weight: 300; max-width: 520px; }
.forge .acts { display: flex; flex-direction: column; gap: 13px; position: relative; }

/* ── Mega CTA ── */
.mega { padding: 140px 0 150px; text-align: center; position: relative; overflow: hidden; }
.mega .moon {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%);
  width: min(620px, 90vw); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 188, 106, 0.12), rgba(16, 185, 129, 0.06) 45%, transparent 70%);
  pointer-events: none;
}
.mega h2 { font-size: clamp(2.4rem, 6vw, 4.4rem); margin-bottom: 22px; text-wrap: balance; }
.mega p { color: var(--ink-soft); font-size: 1.1rem; font-weight: 300; max-width: 560px; margin: 0 auto 42px; }
.mega .stores { justify-content: center; }
.mega .du { margin-top: 40px; font-family: var(--f-display); font-style: italic; color: var(--ink-dim); font-size: 0.95rem; }

/* ── Footer ── */
.foot { position: relative; border-top: 1px solid var(--line); padding: 80px 0 36px; overflow: hidden; }
.foot .watermark {
  position: absolute; left: 50%; bottom: -3.2vw; transform: translateX(-50%);
  font-family: var(--f-display); font-weight: 600; font-size: 16.5vw; line-height: 1;
  letter-spacing: -0.02em; white-space: nowrap;
  color: var(--ink); opacity: 0.035;
  pointer-events: none; user-select: none;
}
.f-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr; gap: 44px; margin-bottom: 70px; }
.f-grid .about p { color: var(--ink-soft); font-size: 0.92rem; font-weight: 300; max-width: 300px; margin-top: 16px; }
.f-grid .about .slogan { color: var(--gold); font-size: 1.02rem; font-weight: 400; font-style: italic; letter-spacing: 0.01em; margin-top: 18px; margin-bottom: 2px; }
.f-grid .about .slogan + p { margin-top: 8px; }
.f-grid h4 { font-family: var(--f-body); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.f-grid ul { display: grid; gap: 11px; }
.f-grid ul a { font-size: 0.92rem; color: var(--ink-soft); font-weight: 300; transition: 0.2s; }
.f-grid ul a:hover { color: var(--emerald); padding-left: 5px; }
.f-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding-top: 26px; border-top: 1px solid var(--line);
  font-size: 0.82rem; color: var(--ink-dim); position: relative;
}

/* ── Alt sayfalar ── */
.page-hero { padding: 170px 0 70px; position: relative; }
.page-hero .crumbs { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 22px; }
.page-hero .crumbs a { color: var(--emerald); }
.page-hero .crumbs a:hover { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); margin-bottom: 18px; text-wrap: balance; }
.page-hero .lede { color: var(--ink-soft); font-weight: 300; font-size: 1.08rem; max-width: 620px; }

/* Ürün detayı */
.detail { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: start; }
.gallery {
  position: sticky; top: 110px;
  border-radius: 26px; overflow: hidden;
  border: 1px solid var(--line-2);
  background: var(--card);
  box-shadow: var(--shadow);
}
.gallery-track { display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.gallery-track img { width: 100%; flex-shrink: 0; cursor: zoom-in; object-fit: contain; max-height: 560px; background: rgba(0,0,0,0.2); }
.g-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--glass-2); color: var(--ink);
  border: 1px solid var(--line-2);
  backdrop-filter: blur(10px);
  font-size: 1.5rem; line-height: 1; z-index: 2;
  transition: 0.2s;
}
.g-nav:hover { background: var(--grad-btn); color: #fff; border-color: transparent; }
.g-nav.prev { left: 14px; }
.g-nav.next { right: 14px; }
.g-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 2; }
.g-dots button { width: 8px; height: 8px; border-radius: 99px; background: var(--ink-dim); opacity: 0.5; transition: 0.25s; }
.g-dots button.active { opacity: 1; width: 26px; background: var(--gold); }
.gallery.single .g-nav, .gallery.single .g-dots { display: none; }

.d-info .kicker { margin-bottom: 20px; }
.d-info h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 16px; }
.d-info .lede { color: var(--ink-soft); font-weight: 300; font-size: 1.05rem; margin-bottom: 30px; }

.checks { display: grid; gap: 3px; margin-bottom: 34px; }
.checks li {
  display: flex; align-items: flex-start; gap: 13px;
  padding: 10px 14px; border-radius: 13px;
  font-size: 0.95rem; color: var(--ink-soft); font-weight: 330;
  transition: 0.22s;
}
.checks li:hover { background: var(--card); color: var(--ink); transform: translateX(5px); }
.checks svg {
  width: 21px; height: 21px; flex-shrink: 0; margin-top: 3px;
  stroke: var(--emerald); fill: none; stroke-linecap: round; stroke-linejoin: round;
  background: rgba(52, 216, 164, 0.12); border-radius: 50%; padding: 4px;
}
.acts { display: flex; flex-wrap: wrap; gap: 13px; }

/* İndirme merkezi */
.dl-block { margin-bottom: 54px; }
.dl-block > h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 8px; }
.dl-block > .note { color: var(--ink-dim); font-size: 0.92rem; font-weight: 300; margin-bottom: 24px; }
.dl-list { display: grid; gap: 12px; }
.dl-item {
  display: flex; align-items: center; gap: 18px;
  padding: 19px 24px;
  border-radius: 19px;
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  transition: 0.25s;
}
.dl-item:hover { border-color: var(--line-2); transform: translateX(7px); box-shadow: var(--glow-e); }
.dl-item .ic {
  width: 47px; height: 47px; border-radius: 14px; flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(52, 216, 164, 0.1); color: var(--emerald);
}
.dl-item .ic.gold { background: rgba(233, 188, 106, 0.1); color: var(--gold); }
.dl-item .ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.dl-item .body { flex: 1; min-width: 0; }
.dl-item .body b { font-weight: 500; font-size: 0.98rem; }
.dl-item .body small { display: block; color: var(--ink-dim); font-size: 0.79rem; font-weight: 300; margin-top: 2px; }
.fresh {
  display: inline-block; margin-left: 9px; padding: 2px 11px;
  border-radius: 99px; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(52, 216, 164, 0.13); color: var(--emerald); border: 1px solid rgba(52, 216, 164, 0.35);
  vertical-align: 2px;
}
.btn-sm { padding: 10px 22px; font-size: 0.88rem; }

/* İletişim */
.c-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 22px; }
.c-card {
  padding: 38px;
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.c-card h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 14px; }
.c-card .lede { color: var(--ink-soft); font-weight: 300; }
.c-line { display: flex; align-items: center; gap: 17px; padding: 18px 0; }
.c-line + .c-line { border-top: 1px solid var(--line); }
.c-line .ic {
  width: 50px; height: 50px; border-radius: 15px; flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(52, 216, 164, 0.1); color: var(--emerald);
}
.c-line .ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.c-line .k { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-dim); }
.c-line .v { font-weight: 500; font-size: 1.04rem; }
a.v:hover { color: var(--gold); }

/* ── Lightbox ── */
.lightbox {
  position: fixed; inset: 0; z-index: 2500;
  display: grid; place-items: center;
  background: rgba(3, 9, 7, 0.93);
  backdrop-filter: blur(12px);
  opacity: 0; visibility: hidden;
  transition: 0.35s ease;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: 92vw; max-height: 87vh;
  border-radius: 16px;
  box-shadow: 0 40px 110px rgba(0,0,0,0.7);
  transform: scale(0.92) translateY(12px);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lightbox.open img { transform: scale(1) translateY(0); }
.lightbox .x {
  position: absolute; top: 20px; right: 30px;
  font-size: 2.3rem; color: #fff; line-height: 1; cursor: pointer;
  opacity: 0.75; transition: 0.25s;
}
.lightbox .x:hover { opacity: 1; transform: rotate(90deg); }

/* ── Yukarı ── */
.up {
  position: fixed; right: 22px; bottom: 22px; z-index: 900;
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--glass-2); color: var(--gold);
  border: 1px solid var(--line-2);
  backdrop-filter: blur(12px);
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: 0.3s;
}
.up.show { opacity: 1; visibility: visible; transform: translateY(0); }
.up:hover { color: #fff; background: var(--grad-btn); border-color: transparent; }
.up svg { width: 19px; height: 19px; }

/* ── Reveal ── */
.rv { opacity: 0; transform: translateY(34px); transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1); }
.rv.in { opacity: 1; transform: translateY(0); }
.rv-l { opacity: 0; transform: translateX(-40px); transition: 0.85s cubic-bezier(0.22, 0.61, 0.36, 1); }
.rv-l.in { opacity: 1; transform: translateX(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv, .rv-l { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ── */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 80px; text-align: center; }
  .hero .lede { margin-inline: auto; }
  .stores, .proof { justify-content: center; }
  .hl-grid { grid-template-columns: repeat(3, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .b-tall { grid-column: span 2; }
  .detail { grid-template-columns: 1fr; }
  .gallery { position: static; }
  .c-grid { grid-template-columns: 1fr; }
  .forge { grid-template-columns: 1fr; }
  .forge .acts { flex-direction: row; flex-wrap: wrap; }
  .a-peek { display: none; }
  .a-row { grid-template-columns: 50px 1fr auto; }
  .a-row .meta { display: none; }
  .f-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .menu { display: none; }
  .burger { display: grid; }
  .hero { padding-top: 120px; }
  .hl-grid { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .b { min-height: 200px; }
  .b-tall, .b-wide { grid-column: span 1; grid-row: span 1; }
  .b-hat { min-height: 380px; }
  .scroll-cue { display: none; }
  .f-grid { grid-template-columns: 1fr; gap: 32px; }
  .sect { padding: 80px 0; }
  .dl-item { flex-wrap: wrap; }
  .dl-item .btn { width: 100%; }
  .t-score, .t-quote { padding: 32px 26px; }
  .a-row { gap: 14px; padding: 22px 8px; }
  .up { right: 14px; bottom: 14px; }
}

@media (max-width: 600px) {
  .logo .tagline { display: none; }
}
