/* =========================================================================
   ANA SAYFA · yeni kurgu (2026-09) — partials/home/*
   12 bölüm; her biri bir işletme sahibinin sorusunu sorduğu sırada cevaplar.
   Hero kendi dosyasında (home-hero.css). Yeniden kullanılan bileşenler kendi CSS'lerinden
   gelir (trust, ds-live-mockup, menu-creator, truth-deep, home-wa-hero, venue-screen,
   digital-menu, analytics, brand-facts, closure). Burada yalnız yeni kompozisyonlar.

   Kurallar: büyük yüzeylerde cam efekti (backdrop-filter) YOK — yalnız küçük düğmelerde ·
   sonsuz animasyon YOK · telefonda yatay sıralar scroll-snap · light-only (dark media query YOK).
   ========================================================================= */

/* ── Ortak dil ──────────────────────────────────────────────────────── */
.hx-refs, .hx-ai, .hx-guest, .hx-surf, .hx-venues, .hx-founder, .hx-price, .hx-guides { position: relative; }

.hx-head { max-width: 46rem; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.hx-head--left { margin: 0 0 clamp(1.5rem, 3vw, 2rem); text-align: left; }
.hx-eyebrow {
  display: inline-block; margin-bottom: 0.7rem;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-magenta, #e61673);
}
.hx-eyebrow--light { color: #ff7ab3; }
.hx-title {
  margin: 0 0 0.8rem;
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(2rem, 3.6vw + 0.4rem, 3.4rem); line-height: 1.05;
  letter-spacing: var(--tracking-mega, -0.045em); text-wrap: balance;
  color: var(--ink-d-100, #0f0f17);
}
.hx-title .accent { background: var(--grad-text-magenta); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hx-sub { margin: 0 auto; max-width: 38rem; font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.62; color: var(--ink-d-60, #5d5d6b); }
.hx-head--left .hx-sub { margin: 0; }

.hx-kicker {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-d-40, #8a8a99);
}
.hx-kicker--light { color: rgba(255, 255, 255, 0.55); }

.hx-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.6rem; margin: clamp(1.5rem, 3vw, 2.25rem) 0 0; }
.hx-links--left { justify-content: flex-start; }
.hx-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-weight: 600; font-size: 0.97rem; color: var(--brand-magenta, #e61673); text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}
.hx-link:hover { gap: 0.6rem; }
.hx-link--quiet { color: var(--ink-d-60, #5d5d6b); }
.hx-link--quiet:hover { color: var(--brand-magenta, #e61673); }
.hx-link--light { color: #ff7ab3; }
.hx-link--light.hx-link--quiet { color: rgba(255, 255, 255, 0.72); }
.hx-link:focus-visible, .hx-btn:focus-visible, .hx-venue:focus-visible, .hx-surf__cards a:focus-visible, .hx-layers__list a:focus-visible {
  outline: 2px solid var(--brand-magenta, #e61673); outline-offset: 3px; border-radius: 6px;
}

.hx-btn {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.85rem 1.45rem; border-radius: 999px;
  font-weight: 600; font-size: 0.98rem; text-decoration: none; white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.hx-btn--primary { background: linear-gradient(135deg, #e61673, #9a2bb0); color: #fff; box-shadow: 0 14px 30px -14px rgba(230, 22, 115, 0.6); }
.hx-btn--primary:hover { transform: translateY(-1px); }
.hx-btn--ghost { background: #fff; color: var(--ink-d-90, #23232e); border: 1px solid var(--line-soft, rgba(15, 15, 23, 0.1)); }
.hx-btn--ghost:hover { border-color: rgba(230, 22, 115, 0.35); color: var(--brand-magenta, #e61673); }

/* ── 1 · Hero kanıt satırı (koyu zemin) ─────────────────────────────── */
.hero-proof {
  display: flex; flex-wrap: wrap; gap: 0.35rem 0; align-items: center;
  list-style: none; margin: 1.35rem 0 0; padding: 0;
  font-size: 0.86rem; color: rgba(255, 255, 255, 0.66);
}
.hero-proof li { display: inline-flex; align-items: center; }
.hero-proof li + li::before { content: ""; width: 3px; height: 3px; margin: 0 0.75rem; border-radius: 50%; background: rgba(255, 255, 255, 0.35); }
.hero-proof strong { color: #fff; font-weight: 600; }
.hero-proof a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
.hero-proof a:hover { color: #fff; border-bottom-color: currentColor; }
.hero-proof sup { font-size: 0.7em; margin-left: 0.1em; }

/* ── 2 · Referanslar ────────────────────────────────────────────────── */
.hx-refs { padding: clamp(4rem, 8vw, 6.5rem) 0; background: linear-gradient(180deg, #fff 0%, #fbfafc 100%); }
.hx-refs__stats { margin: 0 auto clamp(2rem, 4vw, 3rem); }


/* ── 3 · Stüdyo · dört adım ─────────────────────────────────────────── */
.hx-steps {
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 0; padding: clamp(1.4rem, 2.6vw, 2rem);
  border-radius: 22px; background: #fff; border: 1px solid var(--line-soft, rgba(15, 15, 23, 0.08));
  box-shadow: 0 1px 2px rgba(15, 15, 22, 0.03), 0 18px 40px -30px rgba(15, 15, 22, 0.28);
}
.hx-steps__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1.5rem; margin-bottom: 1.2rem; }
.hx-steps__stat { margin: 0; font-size: 0.9rem; color: var(--ink-d-60, #5d5d6b); }
.hx-steps__stat strong { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 800; color: var(--brand-magenta, #e61673); }
.hx-steps__stat span { margin-left: 0.35rem; }
.hx-steps__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(0.9rem, 2vw, 1.5rem); list-style: none; margin: 0; padding: 0; }
.hx-steps__list li { display: flex; flex-direction: column; gap: 0.35rem; }
.hx-steps__num { font-family: var(--ff-display); font-weight: 800; font-size: 0.85rem; color: var(--brand-magenta, #e61673); }
.hx-steps__list strong { font-size: 1.02rem; color: var(--ink-d-100, #0f0f17); }
.hx-steps__list p { margin: 0; font-size: 0.9rem; line-height: 1.55; color: var(--ink-d-60, #5d5d6b); }
.hx-steps__meta { margin-top: auto; padding-top: 0.35rem; font-size: 0.76rem; font-weight: 600; color: var(--ink-d-40, #8a8a99); }

/* ── 5 · Yapay zekâ ekibi ───────────────────────────────────────────── */
.hx-ai { padding: clamp(4rem, 8vw, 6.5rem) 0; background: #fff; }
.hx-ai__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.hx-ai__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.9rem; }
.hx-ai__list li { display: grid; grid-template-columns: 38px 1fr; gap: 0.85rem; align-items: start; }
.hx-ai__list li > span:last-child { font-size: 0.96rem; line-height: 1.55; color: var(--ink-d-60, #5d5d6b); }
.hx-ai__list strong { display: block; color: var(--ink-d-100, #0f0f17); font-size: 1.02rem; }
.hx-ai__ic {
  display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px;
  background: rgba(230, 22, 115, 0.08); color: var(--brand-magenta, #e61673);
}
.hx-ai__note { margin: 1.1rem 0 0; font-size: 0.86rem; color: var(--ink-d-40, #8a8a99); }
.hx-ai__vis { margin: 0; display: flex; flex-direction: column; align-items: center; }
.hx-ai__vis .ba-phone { width: min(100%, 330px); }
.hx-ai .ba-slider picture { display: contents; }
.hx-ai__cap { margin-top: 1rem; max-width: 22rem; text-align: center; font-size: 0.86rem; color: var(--ink-d-60, #5d5d6b); }

/* ── 6 · Misafir (koyu) ─────────────────────────────────────────────── */
.hx-guest {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background:
    radial-gradient(900px 560px at 20% 20%, rgba(230, 22, 115, 0.2), transparent 60%),
    radial-gradient(760px 520px at 90% 90%, rgba(122, 60, 190, 0.2), transparent 60%),
    #0d0b14;
  color: #fff;
}
.hx-guest .hx-title { color: #fff; }
.hx-guest .hx-sub { color: rgba(255, 255, 255, 0.72); }
.hx-guest__grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.hx-guest__device { display: flex; justify-content: center; }
/* Misafir demosu: hero ile aynı cihaz (qx-device, home-hero.css). Canlı menü 430 px'te
   çizilip ekrana küçültülür (main.js → [data-hx-live]). */
.hx-guest__phone { --dev-w: clamp(250px, 23vw, 310px); }
.hx-guest__phone picture,
.hx-guest__phone picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.qx-device__frame { position: absolute; top: 0; left: 0; z-index: 1; border: 0; background: #000; transform-origin: 0 0; }
.hx-guest__phone.is-live picture,
.hx-guest__phone.is-live .hx-live-btn { display: none; }
.hx-live-btn {
  position: absolute; z-index: 6; left: 50%; top: 40%;
  display: inline-flex; align-items: center; gap: 0.6rem; white-space: nowrap;
  padding: 0.42rem 1.1rem 0.42rem 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px;
  background: rgba(14, 12, 20, 0.5);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  color: #fff; font: inherit; font-size: 0.88rem; font-weight: 600; letter-spacing: -0.005em;
  box-shadow: 0 16px 36px -14px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.35s var(--ease-premium), background 0.2s ease, border-color 0.2s ease;
}
.hx-live-btn:hover { background: rgba(14, 12, 20, 0.68); border-color: rgba(255, 255, 255, 0.46); transform: translate(-50%, -50%) scale(1.035); }
.hx-live-btn:focus-visible { outline: 2px solid #ff7ab3; outline-offset: 3px; }
.hx-live-btn__ic {
  position: relative; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; padding-left: 2px; border-radius: 50%;
  background: linear-gradient(135deg, #ff4f9a, #e61673); color: #fff;
  box-shadow: 0 6px 16px -6px rgba(230, 22, 115, 0.9);
}
.hx-live-btn__ic::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 1.5px solid rgba(255, 95, 163, 0.6); opacity: 0;
  animation: hx-ring 2.4s ease-out 1.2s 4;
}
@keyframes hx-ring { 0% { transform: scale(0.85); opacity: 0.9; } 100% { transform: scale(1.5); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .hx-live-btn__ic::after { animation: none; } }
.hx-guest__cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
.hx-guest__cards li { padding: 1.05rem 1.1rem; border-radius: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); }
.hx-guest__k { display: block; margin-bottom: 0.3rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #ff7ab3; }
.hx-guest__cards strong { display: block; font-size: 1rem; color: #fff; }
.hx-guest__cards p { margin: 0.3rem 0 0; font-size: 0.88rem; line-height: 1.5; color: rgba(255, 255, 255, 0.66); }

/* ── 7 · Yüzeyler ───────────────────────────────────────────────────── */
.hx-surf { padding: clamp(4rem, 8vw, 6.5rem) 0; background: linear-gradient(180deg, #fff 0%, #faf9fc 100%); }
.hx-surf__tv { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.8fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.hx-surf__tv .vss__stage { min-width: 0; }
.hx-surf__tvcap strong { display: block; margin: 0.35rem 0 0.5rem; font-family: var(--ff-display); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; letter-spacing: -0.02em; color: var(--ink-d-100, #0f0f17); }
.hx-surf__tvcap p { margin: 0 0 1rem; font-size: 1rem; line-height: 1.6; color: var(--ink-d-60, #5d5d6b); }
.hx-surf__k { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-magenta, #e61673); }
.hx-surf__cards { list-style: none; margin: clamp(2rem, 4vw, 3rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(0.9rem, 2vw, 1.4rem); }
.hx-surf__cards a {
  display: flex; flex-direction: column; height: 100%; padding: 1.2rem; border-radius: 20px; text-decoration: none;
  background: #fff; border: 1px solid var(--line-soft, rgba(15, 15, 23, 0.08));
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.hx-surf__cards a:hover { border-color: rgba(230, 22, 115, 0.3); transform: translateY(-2px); }
.hx-surf__cards strong { display: block; margin: 0.3rem 0 0.35rem; font-size: 1.1rem; color: var(--ink-d-100, #0f0f17); }
.hx-surf__cards p { margin: 0; font-size: 0.9rem; line-height: 1.55; color: var(--ink-d-60, #5d5d6b); }
.hx-surf__vis {
  position: relative; display: block; aspect-ratio: 16 / 10; margin-bottom: 1.05rem;
  border-radius: 14px; overflow: hidden; background: #15110f;
  box-shadow: 0 18px 36px -26px rgba(15, 10, 20, 0.55);
}
.hx-surf__vis picture, .hx-surf__vis img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hx-surf__vis img { transition: transform 0.9s var(--ease-premium, cubic-bezier(0.22, 1, 0.36, 1)); }
.hx-surf__cards a:hover .hx-surf__vis img { transform: scale(1.035); }

/* ── 8 · Yönetim · ek kartlar (WhatsApp vitrininin içinde, koyu) ────── */
.hx-manage__more { margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.hx-manage__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; margin-top: 0.9rem; }
.hx-manage__card {
  display: flex; flex-direction: column; gap: 0.35rem; padding: 1.15rem 1.25rem; border-radius: 18px; text-decoration: none;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); color: #fff;
  transition: border-color 0.2s ease;
}
.hx-manage__card:hover { border-color: rgba(37, 211, 102, 0.55); }
.hx-manage__card strong { font-size: 1.02rem; }
.hx-manage__card span { font-size: 0.9rem; line-height: 1.55; color: rgba(255, 255, 255, 0.7); }

/* ── 9 · Veri · yedi katman ─────────────────────────────────────────── */
.hx-layers { margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: clamp(2rem, 4vw, 2.75rem); border-top: 1px solid var(--line-soft, rgba(15, 15, 23, 0.08)); text-align: center; }
.hx-layers__title { margin: 0.4rem 0 0.4rem; font-family: var(--ff-display); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; letter-spacing: -0.02em; color: var(--ink-d-100, #0f0f17); }
.hx-layers__head p { margin: 0 auto 1.4rem; max-width: 34rem; color: var(--ink-d-60, #5d5d6b); }
.hx-layers__list { list-style: none; margin: 0 0 1.4rem; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.55rem; }
.hx-layers__list a {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.1rem; padding: 0.7rem 1rem; border-radius: 14px; text-decoration: none;
  background: #fff; border: 1px solid var(--line-soft, rgba(15, 15, 23, 0.1));
  transition: border-color 0.2s ease;
}
.hx-layers__list a:hover { border-color: rgba(230, 22, 115, 0.35); }
.hx-layers__list strong { font-size: 0.9rem; color: var(--ink-d-100, #0f0f17); }
.hx-layers__list span { font-size: 0.75rem; color: var(--ink-d-40, #8a8a99); }

/* ── 10 · İşletmeler (koyu) ─────────────────────────────────────────── */
.hx-venues { padding: clamp(4rem, 8vw, 6.5rem) 0; background: #0f0d15; color: #fff; }
.hx-venues .hx-title { color: #fff; }
.hx-venues .hx-sub { color: rgba(255, 255, 255, 0.7); }
.hx-venues__row { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(0.8rem, 1.6vw, 1.2rem); }
.hx-venue {
  display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: 20px; text-decoration: none; color: #fff;
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.hx-venue:hover { border-color: rgba(255, 122, 179, 0.5); transform: translateY(-2px); }
.hx-venue picture, .hx-venue img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hx-venue__tx { display: flex; flex-direction: column; gap: 0.35rem; padding: 1rem 1.05rem 1.15rem; flex: 1; }
.hx-venue__tx strong { font-size: 1.05rem; }
.hx-venue__tx span { font-size: 0.86rem; line-height: 1.5; color: rgba(255, 255, 255, 0.68); }
.hx-venue__tx em { margin-top: auto; padding-top: 0.4rem; display: inline-flex; align-items: center; gap: 0.35rem; font-style: normal; font-size: 0.84rem; font-weight: 600; color: #ff7ab3; }
.hx-venue--chain .hx-venue__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; aspect-ratio: 3 / 2; padding: 18px;
  background: radial-gradient(420px 260px at 50% 0%, rgba(230, 22, 115, 0.25), transparent 70%), rgba(255, 255, 255, 0.02);
}
.hx-venue__grid i { border-radius: 8px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); }
.hx-venue__grid i:nth-child(2) { background: linear-gradient(135deg, #e61673, #9a2bb0); border: 0; }

/* ── 11 · Kurucu notu ───────────────────────────────────────────────── */
.hx-founder { padding: 0 0 clamp(3.5rem, 7vw, 5.5rem); background: #fbfafc; }
.hx-founder__card {
  margin: 0 auto; max-width: 52rem; padding: clamp(1.6rem, 3.5vw, 2.6rem); border-radius: 24px;
  background: #0f0d15; color: #fff; box-shadow: 0 40px 80px -50px rgba(15, 10, 30, 0.7);
}
.hx-founder__card blockquote { margin: 0.9rem 0 1rem; }
.hx-founder__card blockquote p { margin: 0 0 0.7rem; font-size: 1.02rem; line-height: 1.62; color: rgba(255, 255, 255, 0.72); }
.hx-founder__q { font-family: var(--ff-display); font-size: clamp(1.3rem, 2.4vw, 1.75rem) !important; font-weight: 700; line-height: 1.25 !important; letter-spacing: -0.02em; color: #fff !important; }
.hx-founder__q .accent { background: var(--grad-text-magenta); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hx-founder__card figcaption { font-size: 0.86rem; font-weight: 600; color: rgba(255, 255, 255, 0.55); }

/* ── 12 · Fiyat · rehberler ─────────────────────────────────────────── */
.hx-price { padding: clamp(4rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 3.5rem); background: #fff; }
.hx-price__plans { list-style: none; margin: 0 auto; padding: 0; max-width: 60rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.9rem; }
.hx-plan { display: flex; flex-direction: column; gap: 0.4rem; padding: 1.3rem 1.35rem; border-radius: 20px; background: #fff; border: 1px solid var(--line-soft, rgba(15, 15, 23, 0.1)); }
.hx-plan--hot { border-color: rgba(230, 22, 115, 0.35); background: linear-gradient(160deg, #fff, #fdf5fa); }
.hx-plan--addon { background: #fbfafc; }
.hx-plan__name { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-d-60, #5d5d6b); }
.hx-plan--hot .hx-plan__name { color: var(--brand-magenta, #e61673); }
.hx-plan__price { font-family: var(--ff-display); font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -0.03em; color: var(--ink-d-100, #0f0f17); font-variant-numeric: tabular-nums; }
.hx-plan__price small { margin-left: 0.3rem; font-family: var(--ff-body, Inter, sans-serif); font-size: 0.8rem; font-weight: 500; letter-spacing: 0; color: var(--ink-d-40, #8a8a99); }
.hx-plan__desc { font-size: 0.9rem; color: var(--ink-d-60, #5d5d6b); }
.hx-price__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; margin: 1.8rem 0 0.8rem; }
.hx-price__note { margin: 0; text-align: center; font-size: 0.86rem; color: var(--ink-d-40, #8a8a99); }

.hx-guides { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0 clamp(3rem, 6vw, 4.5rem); background: #fff; }
.hx-guides__row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem 1.6rem; padding: 1.2rem 1.4rem; border-radius: 18px;
  background: #fbfafc; border: 1px solid var(--line-soft, rgba(15, 15, 23, 0.08));
}
.hx-guides__row ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; margin: 0; padding: 0; flex: 1; }
.hx-guides__row ul a { display: inline-flex; align-items: center; gap: 0.35rem; font-weight: 600; font-size: 0.93rem; color: var(--ink-d-90, #23232e); text-decoration: none; }
.hx-guides__row ul a:hover { color: var(--brand-magenta, #e61673); }

/* ── Duyarlı ────────────────────────────────────────────────────────── */
@media (max-width: 1040px) {
  .hx-steps__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hx-venues__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hx-ai__grid, .hx-guest__grid, .hx-surf__tv { grid-template-columns: 1fr; }
  .hx-ai__vis { order: -1; }
  .hx-surf__cards, .hx-price__plans { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  /* Telefonda yatay sıralar: öğe başına bir kaydırma — sayfa boyu kısalır */
  .hx-venues__row, .hx-surf__cards {
    display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 72%;
    overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
    margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter);
  }
  .hx-venues__row::-webkit-scrollbar, .hx-surf__cards::-webkit-scrollbar { display: none; }
  .hx-venues__row > *, .hx-surf__cards > * { scroll-snap-align: start; }
  .hx-steps__list { grid-template-columns: 1fr; }
  .hx-manage__cards { grid-template-columns: 1fr; }
  .hx-guest__phone { --dev-w: min(68vw, 290px); }
  .hx-live-btn { font-size: 0.82rem; gap: 0.5rem; padding-right: 0.9rem; }
  /* Veri: ısı haritası telefonda gizli — gösterge paneli KPI + en çok bakılanlarla kalır */
  .analytics .charts > .chart:first-child { display: none; }
  .hero-proof { font-size: 0.8rem; }
}
/* ── Telefon ince ayarları (ölçüm sonrası, 2026-09) ─────────────────── */
/* Grid çocukları içerikleri kadar uzamasın: içlerindeki yatay kaydırmalı sıralar
   (misafir kartları vb.) aksi hâlde sayfayı yatayda taşırıyordu (375 → 559 px). */
.hx-ai__grid > *, .hx-guest__grid > *, .hx-surf__tv > *, .hx-steps, .hx-layers { min-width: 0; }
.hx-guides__row ul a svg { flex: none; }
@media (max-width: 720px) {
  /* Hero kanıt satırı: kırılınca ayraç satır başına düşmesin — 2×2 */
  .hero-proof { display: grid; grid-template-columns: repeat(2, max-content); gap: 0.3rem 1.2rem; }
  .hero-proof li + li::before { display: none; }
  /* Referans rakamları: tek sıra */
  .hx-refs__stats { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.6rem; }
  .hx-refs__stats .stat__num { font-size: clamp(1.4rem, 7vw, 1.9rem); }
  .hx-refs__stats .stat__label { font-size: 0.72rem; line-height: 1.35; }
  /* Kurulum adımları: yatay */
  .hx-steps__list {
    display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 78%;
    overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 0.2rem;
  }
  .hx-steps__list::-webkit-scrollbar { display: none; }
  .hx-steps__list > li { scroll-snap-align: start; }
  /* WhatsApp: telefonda yalnız sohbet telefonu — "Menü güncellendi" bildirimi senkronu anlatır */
  .home-wa-hero__phone--menu, .home-wa-hero__beam { display: none !important; }
  /* Künye: kısa hücreler iki sütun */
  .kunye__bento { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 0.6rem !important; }
  .kunye__cell--2 { grid-column: span 2 !important; }
  .kunye__cell { padding: 0.95rem !important; }
  .kunye__cell .kunye__icon { width: 28px; height: 28px; margin-bottom: 0.55rem; }
  .kunye__cell--1 .kunye__v { font-size: 0.95rem; }
  .kunye__cell--1 .kunye__n { font-size: 0.78rem; }
  /* Rehberler: alt alta */
  .hx-guides__row { flex-direction: column; align-items: flex-start; }
  .hx-guides__row ul { flex-direction: column; gap: 0.7rem; }
  /* Hero 2. sahne telefonda KALIR: gizlenince sahne kısalıyor, alttan konumlanan telefon
     görseli metnin arkasına kayıyordu (2026-09 ölçümü). */
  /* Veri: yedi katman yatay; dil dağılımı ve ikinci içgörü gizli */
  .hx-layers__list {
    display: grid; grid-auto-flow: column; grid-auto-columns: max-content; justify-content: start;
    overflow-x: auto; scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter);
  }
  .hx-layers__list::-webkit-scrollbar { display: none; }
  .analytics .hx-langdist { display: none; }
  .analytics .insights > .insight:nth-of-type(2) { display: none; }
  /* Misafir kartları: yatay */
  .hx-guest__cards {
    display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 78%;
    overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
    margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter);
  }
  .hx-guest__cards::-webkit-scrollbar { display: none; }
  .hx-guest__cards > li { scroll-snap-align: start; }
  /* Önce/sonra telefonu biraz daha küçük */
  .hx-ai__vis .ba-phone { width: min(76vw, 280px); }
  /* İletişim: tek sıra kompakt kanallar */
  .final-cta .channels { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 0.5rem !important; }
  .final-cta .channel { padding: 0.9rem 0.4rem !important; }
  .final-cta .channel__value { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hx-link, .hx-btn, .hx-venue, .hx-surf__cards a { transition: none; }
  .hx-btn--primary:hover, .hx-venue:hover, .hx-surf__cards a:hover { transform: none; }
}
