@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/geist-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/geist-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #0a0a0c;
  --surface: #131317;
  --surface-2: #1b1b21;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f2f2f4;
  --muted: #9a9ba4;
  --accent: #8b6cff;
  --accent-strong: #6c4ff0;
  --radius: 20px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
main { overflow-x: clip; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 8px; }
[id] { scroll-margin-top: 84px; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding-inline: 24px; }
@media (max-width: 640px) { .wrap { padding-inline: 16px; } }

.ic { width: 20px; height: 20px; flex: none; }
.logo { width: 18px; height: 18px; fill: currentColor; flex: none; }
.mark { flex: none; }
.nw { white-space: nowrap; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---- nav */
.top {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(10, 10, 12, 0.78);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid var(--line);
}
.top .wrap { height: 64px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 650; font-size: 18px; letter-spacing: -0.01em; }
.links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.links a { text-decoration: none; color: var(--muted); font-size: 15px; transition: color 0.2s; }
.links a:hover { color: var(--text); }
.langs { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px; border: 1px solid var(--line); }
.langs a { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; padding: 5px 9px; border-radius: 999px; color: var(--muted); }
.langs a[aria-current] { background: var(--surface-2); color: var(--text); }
@media (max-width: 767px) {
  .links .hide-sm { display: none; }
  .top .wrap { gap: 16px; }
  .links { gap: 16px; }
}

/* ---- butonlar */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  font-size: 15.5px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s var(--ease), background-color 0.2s, border-color 0.2s;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--accent-strong); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 30px -12px rgba(108, 79, 240, 0.7); }
.btn-primary:hover { background: #7a5ff5; }
.btn-ghost { border: 1px solid var(--line-strong); color: var(--text); }
.btn-ghost:hover { border-color: rgba(255, 255, 255, 0.3); }
.btn-sm { height: 38px; padding: 0 16px; font-size: 14.5px; }
.links .btn-primary { color: #fff; }
.btn .ic { width: 18px; height: 18px; }

/* ---- hero */
.hero { position: relative; padding-top: 56px; padding-bottom: 40px; }
.hero::before {
  content: '';
  position: absolute;
  inset: -80px 0 auto 0;
  height: 760px;
  background:
    radial-gradient(520px 380px at 74% 44%, rgba(123, 92, 255, 0.24), transparent 70%),
    radial-gradient(420px 300px at 88% 20%, rgba(79, 70, 229, 0.14), transparent 70%);
  pointer-events: none;
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; min-height: min(680px, calc(100dvh - 100px)); }
.hero h1 {
  font-size: clamp(40px, 4.6vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 650;
  margin: 0 0 24px;
  text-wrap: balance;
}
.hero h1.invite { font-size: clamp(34px, 3.5vw, 50px); letter-spacing: -0.04em; }
.hero h1 span { display: block; }
.hero h1 em { font-style: normal; color: var(--accent); }
@media (min-width: 1181px) { .hero h1 span { white-space: nowrap; } }
.hero p { font-size: clamp(17px, 1.5vw, 19px); color: var(--muted); max-width: 42ch; margin: 0 0 32px; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; }

.device {
  width: 292px;
  padding: 9px;
  border-radius: 48px;
  background: linear-gradient(160deg, #26262e, #141418 45%, #1d1d23);
  border: 1px solid var(--line-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 40px 80px -30px rgba(0, 0, 0, 0.9), 0 18px 50px -20px rgba(91, 62, 232, 0.35);
  position: relative;
}
.device::after {
  content: '';
  position: absolute;
  top: 19px;
  left: 50%;
  width: 88px;
  height: 26px;
  margin-left: -44px;
  border-radius: 20px;
  background: #000;
}
.device img { width: 100%; height: auto; aspect-ratio: 390 / 844; border-radius: 39px; background: var(--bg); }

.stage { position: relative; height: 640px; }
.stage .device { position: absolute; }
.phone-front { left: 50%; top: 0; margin-left: -146px; z-index: 3; }
.phone-left { left: 50%; top: 64px; margin-left: -330px; z-index: 1; transform: scale(0.86) rotate(-5deg); filter: brightness(0.62); }
.phone-right { left: 50%; top: 64px; margin-left: 38px; z-index: 2; transform: scale(0.86) rotate(5deg); filter: brightness(0.7); }

@media (max-width: 1180px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 24px; min-height: 0; }
  .stage { height: 560px; margin-top: 12px; }
  .stage .device { width: 250px; }
  .phone-front { margin-left: -125px; }
  .phone-left { margin-left: -290px; }
  .phone-right { margin-left: 40px; }
}
@media (max-width: 640px) {
  .hero { padding-top: 36px; }
  .stage { height: 500px; }
  .stage .device { width: 232px; border-radius: 42px; }
  .stage .device img { border-radius: 34px; }
  .phone-front { margin-left: -116px; }
  .phone-left { margin-left: -218px; }
  .phone-right { margin-left: 4px; }
}

/* ---- bolum ortak */
section { padding-block: 96px; }
@media (max-width: 767px) { section { padding-block: 64px; } }
h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -0.035em; font-weight: 650; margin: 0 0 14px; text-wrap: balance; }
.lede { color: var(--muted); font-size: 17px; margin: 0 0 40px; max-width: 56ch; }
.badge { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(139, 108, 255, 0.12); color: var(--accent); border: 1px solid rgba(139, 108, 255, 0.22); }
.badge .ic { width: 22px; height: 22px; }

/* ---- canli ceviri gosterimi */
.live { border-top: 1px solid var(--line); }
.live h2 { font-size: clamp(34px, 4.6vw, 60px); letter-spacing: -0.04em; }
.demo {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 26px 32px 38px;
  background:
    radial-gradient(700px 340px at 10% 0%, rgba(139, 108, 255, 0.24), transparent 70%),
    radial-gradient(500px 260px at 95% 100%, rgba(79, 70, 229, 0.16), transparent 70%),
    var(--surface);
  border: 1px solid rgba(139, 108, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.demo-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.live-pill { display: inline-flex; align-items: center; gap: 9px; height: 32px; padding: 0 13px; border-radius: 999px; background: rgba(139, 108, 255, 0.16); font-size: 14px; font-weight: 600; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.demo-tabs { display: flex; flex-wrap: wrap; gap: 6px; visibility: hidden; }
.js .demo-tabs { visibility: visible; }
.demo-tabs button {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.2s var(--ease), border-color 0.2s, background-color 0.2s;
}
.demo-tabs button:hover { border-color: var(--line-strong); }
.demo-tabs button:active { transform: scale(0.94); }
.demo-tabs button[aria-selected='true'] { border-color: var(--accent); background: rgba(139, 108, 255, 0.18); }
.demo-stage { display: grid; }
.demo-item { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 26px; opacity: 0; visibility: hidden; transition: opacity 0.35s var(--ease), visibility 0s linear 0.35s; }
.demo-item.is-on { opacity: 1; visibility: visible; transition: opacity 0.35s var(--ease), visibility 0s; }
.said, .heard { margin: 0; }
.who { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); margin-bottom: 10px; }
.who .fl { font-size: 18px; line-height: 1; }
.said .txt { display: block; font-size: clamp(18px, 2vw, 25px); line-height: 1.35; color: var(--muted); max-width: 46ch; }
.heard .txt { display: block; font-size: clamp(28px, 4.4vw, 60px); line-height: 1.06; letter-spacing: -0.035em; font-weight: 650; color: #fff; max-width: 22ch; text-wrap: balance; }
.bars { display: inline-flex; align-items: center; gap: 3px; height: 14px; margin-left: 2px; opacity: 0; transition: opacity 0.3s; }
.bars i { width: 3px; height: 100%; border-radius: 2px; background: var(--accent); transform: scaleY(0.35); }
.speaking .bars { opacity: 1; }
.demo-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; }
.demo-progress i { display: block; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(0); }
.anim-ready .w { display: inline-block; opacity: 0; transform: translateY(0.3em); transition: opacity 0.3s var(--ease), transform 0.5s var(--ease); }
.anim-ready .w.on { opacity: 1; transform: none; }

.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 48px; margin-top: 56px; }
.fact { border-top: 1px solid var(--line); padding-top: 24px; }
.fact h3 { margin: 16px 0 6px; font-size: 20px; font-weight: 650; letter-spacing: -0.015em; }
.fact p { margin: 0; color: var(--muted); font-size: 15.5px; max-width: 46ch; }
.chips { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 13px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 14.5px; font-weight: 600; }
.chips .fl { font-size: 16px; line-height: 1; }
.fact .small { margin-top: 12px; font-size: 14px; }
@media (max-width: 900px) { .facts { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 640px) {
  .demo { padding: 20px 18px 30px; border-radius: 24px; }
  .demo-top { margin-bottom: 22px; }
  .demo-tabs button { width: 38px; height: 38px; font-size: 18px; }
}

/* ---- goruntulu arama: ayni an, iki ekran */
.video { border-top: 1px solid var(--line); }
.video h2 { font-size: clamp(34px, 4.6vw, 60px); letter-spacing: -0.04em; }
.duo { position: relative; display: grid; grid-template-columns: auto auto auto; justify-content: center; align-items: start; gap: 28px; }
.duo::before { content: ''; position: absolute; inset: 8% 12%; background: radial-gradient(closest-side, rgba(123, 92, 255, 0.26), transparent); pointer-events: none; }
.duo-item { position: relative; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.duo-item .device { width: 300px; }
.duo-peer { margin-top: 64px; }
.duo figcaption { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--muted); }
.duo .fl { font-size: 18px; line-height: 1; }
.duo-link { position: relative; align-self: center; display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 999px; background: rgba(139, 108, 255, 0.16); border: 1px solid rgba(139, 108, 255, 0.3); color: var(--muted); font-size: 16px; }
@media (max-width: 767px) {
  .duo { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; justify-content: flex-start; gap: 16px; margin-inline: -16px; padding: 4px 16px 40px; scrollbar-width: none; }
  .duo::-webkit-scrollbar { display: none; }
  .duo::before, .duo-link { display: none; }
  .duo-item { flex: 0 0 76%; scroll-snap-align: center; }
  .duo-item .device { width: 100%; }
  .duo-peer { margin-top: 0; }
}

/* ---- sesli mesaj */
.voice { border-top: 1px solid var(--line); }
.voice .wrap { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 72px; align-items: center; }
.voice-shot { position: relative; justify-self: center; }
.voice-shot::before {
  content: '';
  position: absolute;
  inset: 10% -30%;
  background: radial-gradient(closest-side, rgba(123, 92, 255, 0.28), transparent);
  pointer-events: none;
}
.voice-shot .device { width: 300px; }
.voice-copy h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -0.04em; }
.voice-copy p { color: var(--muted); font-size: 18px; margin: 0; max-width: 42ch; }
@media (max-width: 900px) {
  .voice .wrap { grid-template-columns: 1fr; gap: 40px; }
  .voice-copy { order: -1; }
  .voice-shot .device { width: 260px; }
}

/* ---- herkesle konus + diller */
.talk { border-top: 1px solid var(--line); text-align: center; }
.talk h2 { font-size: clamp(40px, 6.2vw, 88px); line-height: 1.02; letter-spacing: -0.05em; max-width: 15ch; margin: 0 auto 20px; }
.talk .lede { margin: 0 auto 52px; font-size: clamp(17px, 1.6vw, 20px); }
.marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; width: max-content; }
.marquee ul { list-style: none; margin: 0; padding: 0 12px 0 0; display: flex; gap: 12px; }
.marquee li { display: inline-flex; align-items: center; height: 60px; padding: 0 24px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 22px; font-weight: 600; letter-spacing: -0.01em; white-space: nowrap; color: var(--muted); }
.marquee li.mine { color: #fff; border-color: rgba(139, 108, 255, 0.5); background: rgba(139, 108, 255, 0.16); }
@media (prefers-reduced-motion: no-preference) {
  .marquee-track { animation: marquee 70s linear infinite; }
  .marquee:hover .marquee-track { animation-play-state: paused; }
  @keyframes marquee { to { transform: translateX(-50%); } }
}
@media (prefers-reduced-motion: reduce) {
  .marquee { -webkit-mask-image: none; mask-image: none; }
  .marquee-track { width: auto; justify-content: center; }
  .marquee ul { flex-wrap: wrap; justify-content: center; padding: 0; }
  .marquee ul + ul { display: none; }
}
.talk .after { margin: 44px auto 0; color: var(--muted); max-width: 52ch; font-size: 16.5px; }
@media (max-width: 640px) { .marquee li { height: 48px; padding: 0 18px; font-size: 18px; } }

/* ---- indir / platformlar */
.download { border-top: 1px solid var(--line); }
.stores { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.store {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.qr { width: 164px; height: 164px; padding: 10px; background: #fff; border-radius: 18px; }
.qr img { width: 100%; height: 100%; image-rendering: pixelated; }
.store-head { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.store-head .logo { width: 22px; height: 22px; }
.store-head .ic { width: 22px; height: 22px; color: var(--text); }
.store h3 { margin: 0; font-size: 24px; letter-spacing: -0.02em; font-weight: 650; }
.channel { color: var(--muted); font-size: 14.5px; margin: 0 0 18px; }
.store .note { color: var(--muted); font-size: 13.5px; line-height: 1.5; margin: 14px 0 0; }
.webcard {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 40px;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  background: radial-gradient(600px 260px at 0% 0%, rgba(139, 108, 255, 0.2), transparent 70%), var(--surface);
  border: 1px solid rgba(139, 108, 255, 0.24);
}
.webcard h3 { margin: 0; font-size: 24px; letter-spacing: -0.02em; font-weight: 650; }
.webcard .channel { margin-bottom: 10px; }
.webcard .note { color: var(--muted); font-size: 15px; margin: 0; max-width: 60ch; }
.webcard .go { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.webcard .url { font-size: clamp(22px, 2.4vw, 32px); font-weight: 650; letter-spacing: -0.03em; }
@media (max-width: 1023px) { .stores { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  .store { grid-template-columns: 1fr; padding: 22px; gap: 0; }
  .qr { display: none; }
  .store .btn { width: 100%; }
  .webcard { grid-template-columns: 1fr; padding: 22px; }
  .webcard .go { align-items: stretch; }
  .webcard .btn { width: 100%; }
}

/* ---- numara yok */
.nonum { border-top: 1px solid var(--line); }
.nonum h2 { font-size: clamp(34px, 4.4vw, 56px); margin-bottom: 36px; letter-spacing: -0.04em; }
.nonum-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 20px; align-items: stretch; }
.handle-card {
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  min-height: 280px;
  background: radial-gradient(420px 300px at 20% 10%, rgba(139, 108, 255, 0.3), transparent 70%), linear-gradient(160deg, rgba(108, 79, 240, 0.2), rgba(19, 19, 23, 0.4) 70%), var(--surface);
  border: 1px solid rgba(139, 108, 255, 0.24);
}
.handle { margin: 0; font-size: clamp(32px, 3.6vw, 50px); white-space: nowrap; font-weight: 650; letter-spacing: -0.045em; line-height: 1; color: #fff; }
.handle span { color: var(--accent); }
.handle-card p { margin: 0; color: var(--muted); font-size: 16px; max-width: 34ch; }
.nolist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.nolist li { padding: 22px 24px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.nolist s { font-size: 22px; font-weight: 650; letter-spacing: -0.02em; color: var(--text); text-decoration-thickness: 2px; text-decoration-color: var(--accent); }
.nolist-note { color: var(--muted); font-size: 14.5px; line-height: 1.45; }
@media (max-width: 1023px) { .nonum-grid { grid-template-columns: 1fr; } .handle-card { min-height: 0; } }
@media (max-width: 640px) { .nolist { grid-template-columns: 1fr; } .nolist li { padding: 18px 20px; } }

/* ---- ozellikler (bento) */
.features { border-top: 1px solid var(--line); }
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 36px; }
.cell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.cell h3 { margin: 16px 0 8px; font-size: 22px; letter-spacing: -0.02em; font-weight: 650; }
.cell p { margin: 0; color: var(--muted); font-size: 15.5px; max-width: 38ch; }
.span-6 { grid-column: span 6; }
.span-3 { grid-column: span 3; }
.cell-shot { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; padding-bottom: 0; }
.cell-shot .copy { padding-bottom: 30px; }
.cell-narrow { grid-template-columns: minmax(0, 1fr) 210px; }
.cell-narrow .crop { height: 270px; }
.crop { align-self: end; height: 300px; overflow: hidden; border-radius: 26px 26px 0 0; border: 1px solid var(--line-strong); border-bottom: 0; background: var(--bg); }
.crop img { width: 100%; height: auto; }
.crop-guard img { transform: translateY(-50%); }
.crop-chat img { transform: translateY(-4%); }
.cell-narrow .crop-tasks img { transform: translateY(-38%); }
@media (max-width: 1023px) {
  .bento { grid-template-columns: 1fr; }
  .span-6, .span-3 { grid-column: auto; }
}
@media (max-width: 767px) {
  .cell-narrow { grid-template-columns: 1fr; }
  .cell-narrow .crop { height: 240px; }
  .cell { padding: 24px; min-height: 0; }
  .cell-shot { grid-template-columns: 1fr; gap: 20px; }
  .cell-shot .copy { padding-bottom: 0; }
  .crop { height: 240px; margin-inline: 8px; }
  .cell-narrow .crop-tasks img { transform: translateY(-40%); }
}
.more { margin-top: 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; }
.more h3 { font-size: 18px; font-weight: 600; margin: 0 0 18px; color: var(--text); }
@media (max-width: 1023px) { .more { grid-template-columns: 1fr; gap: 32px; } }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pills li { display: inline-flex; align-items: center; gap: 9px; height: 42px; padding: 0 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: 15px; }
.pills .ic { width: 18px; height: 18px; color: var(--accent); }

/* ---- karsilastirma */
.compare { border-top: 1px solid var(--line); }
.compare-card { border-radius: 28px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; }
.row { display: grid; grid-template-columns: minmax(0, 1fr) repeat(3, 120px); align-items: center; }
.row > * { padding: 16px 20px; }
.row + .row { border-top: 1px solid var(--line); }
.row-head { background: var(--surface-2); font-size: 14px; color: var(--muted); }
.row-head .app { display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--text); font-weight: 600; font-size: 14px; }
.row-head .app .logo { width: 22px; height: 22px; color: var(--muted); }
.row .name { font-size: 15.5px; }
.cellv { display: grid; place-items: center; }
.state { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; }
.state .ic { width: 16px; height: 16px; }
.state-y { color: var(--text); background: rgba(255, 255, 255, 0.07); }
.col-drop .state-y { color: #fff; background: var(--accent-strong); }
.state-n { color: #6b6c75; }
.state-p { width: auto; height: 26px; padding: 0 10px; border-radius: 999px; font-size: 12.5px; font-weight: 600; color: var(--text); background: rgba(255, 255, 255, 0.07); }
.col-drop { background: rgba(139, 108, 255, 0.06); align-self: stretch; }
.foot { color: var(--muted); font-size: 14px; margin: 18px 4px 0; max-width: 90ch; }
.foot a { color: var(--text); }
@media (max-width: 767px) {
  .row { grid-template-columns: minmax(0, 1fr) repeat(3, 52px); }
  .row > * { padding: 14px 8px; }
  .row .name { padding-left: 16px; font-size: 14.5px; line-height: 1.35; }
  .row-head .feature { padding-left: 16px; }
  .row-head .app span { display: none; }
  .state-p { padding: 0 6px; font-size: 11px; }
}

/* ---- alt bilgi */
footer { border-top: 1px solid var(--line); padding-block: 36px 48px; color: var(--muted); font-size: 14.5px; }
footer .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
footer a { text-decoration: none; color: var(--muted); }
footer a:hover { color: var(--text); }
footer .legal { margin-left: auto; }
@media (max-width: 767px) { footer .legal { margin-left: 0; width: 100%; } }

/* ---- hareket: ekranlar sirayla yerine oturuyor, bolumler kaydirdikca beliriyor,
   ceviri gosteriminde konusma cubuklari ses gelirken oynuyor */
@media (prefers-reduced-motion: no-preference) {
  .rise { animation: rise 0.9s var(--ease) both; }
  .d1 { animation-delay: 0.08s; }
  .d2 { animation-delay: 0.16s; }
  .d3 { animation-delay: 0.24s; }
  @keyframes rise { from { opacity: 0; translate: 0 28px; } to { opacity: 1; translate: 0 0; } }

  @supports (animation-timeline: view()) {
    .reveal { animation: reveal linear both; animation-timeline: view(); animation-range: entry 0% entry 40%; }
    @keyframes reveal { from { opacity: 0; translate: 0 32px; } to { opacity: 1; translate: 0 0; } }
  }

  .live-dot { animation: ping 2s var(--ease) infinite; }
  @keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(139, 108, 255, 0.55); } 70%, 100% { box-shadow: 0 0 0 9px rgba(139, 108, 255, 0); } }

  .speaking .bars i { animation: bar 0.8s ease-in-out infinite; }
  .speaking .bars i:nth-child(2) { animation-delay: -0.55s; }
  .speaking .bars i:nth-child(3) { animation-delay: -0.3s; }
  .speaking .bars i:nth-child(4) { animation-delay: -0.15s; }
  @keyframes bar { 0%, 100% { transform: scaleY(0.35); } 50% { transform: scaleY(1); } }
}
