/* =====================================================================
 *  KATMAN L9 — ANASAYFA WHATSAPP HERO SHOWCASE
 *  Yaratıcı canlı animasyon: 4 senaryo döngüsel WhatsApp sohbet.
 * ===================================================================== */

.home-wa-hero {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(37, 211, 102, 0.14), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(79, 70, 229, 0.10), transparent 50%),
    linear-gradient(180deg, #0a0f14 0%, #0f1b1a 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.home-wa-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(37, 211, 102, 0.20), transparent 55%);
  pointer-events: none;
  animation: home-wa-glow-pulse 8s ease-in-out infinite;
}
@keyframes home-wa-glow-pulse {
  0%, 100% { opacity: 0.6; }
  50%      { opacity: 1; }
}

.home-wa-hero .container { position: relative; z-index: 1; }
.home-wa-hero__stage {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 900px) {
  .home-wa-hero__stage { grid-template-columns: 1fr; text-align: center; }
}

/* ---------- Sol: copy ---------- */
.home-wa-hero__copy { max-width: 560px; }
@media (max-width: 900px) { .home-wa-hero__copy { max-width: none; margin: 0 auto; } }

.home-wa-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 24px;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #7ee88a;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
.home-wa-hero__eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.3);
  animation: home-wa-dot-pulse 1.6s ease-in-out infinite;
}
@keyframes home-wa-dot-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.3); }
  50%      { box-shadow: 0 0 0 6px rgba(37, 211, 102, 0.15); }
}

.home-wa-hero__title {
  font-family: var(--ff-display, inherit);
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  color: #fff;
}
.home-wa-hero__title-accent {
  background: linear-gradient(135deg, #25d366 0%, #7ee88a 50%, #25d366 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: home-wa-title-shine 5s ease-in-out infinite;
}
@keyframes home-wa-title-shine {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

.home-wa-hero__claim {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  margin-bottom: 1.5rem;
}
.home-wa-hero__claim-line { font-size: 1rem; font-weight: 700; color: #fff; }
.home-wa-hero__claim-sep { color: #25d366; font-weight: 900; }

.home-wa-hero__sub {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0 0 2rem;
}
.home-wa-hero__sub strong { color: #fff; font-weight: 700; }

.home-wa-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 900px) { .home-wa-hero__ctas { justify-content: center; } }

.home-wa-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.home-wa-hero__cta--primary {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4), inset 0 1px 0 rgba(255,255,255,0.2);
}
.home-wa-hero__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.55), inset 0 1px 0 rgba(255,255,255,0.3);
}

.home-wa-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #7ee88a;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Inter', -apple-system, monospace;
  letter-spacing: 0.02em;
}

.home-wa-hero__trust {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-style: italic;
}

/* ---------- Sağ: telefon + animasyon ---------- */
.home-wa-hero__phone-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  justify-items: center;
}
@media (max-width: 1080px) and (min-width: 901px) {
  .home-wa-hero__phone-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
  .home-wa-hero__phone--menu { display: none; }
}
@media (max-width: 900px) {
  .home-wa-hero__phone-wrap { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
}
@media (max-width: 640px) {
  .home-wa-hero__phone-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* Signal beam — iki telefon arası yeşil sinyal */
.home-wa-hero__beam {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(1rem, 2vw, 2rem);
  height: 3px;
  z-index: 3;
  pointer-events: none;
}
.home-wa-hero__beam-line {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, #25d366, transparent);
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(37, 211, 102, 0.6);
  animation: home-wa-beam-flow 2.4s ease-in-out infinite;
}
.home-wa-hero__beam-dot {
  position: absolute;
  top: 50%; left: 0; transform: translateY(-50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 12px rgba(37, 211, 102, 0.9);
  animation: home-wa-beam-dot 2.4s ease-in-out infinite;
}
@keyframes home-wa-beam-flow {
  0%, 100% { opacity: 0.35; }
  50%      { opacity: 1; }
}
@keyframes home-wa-beam-dot {
  0%   { left: -4px; opacity: 0.6; transform: translateY(-50%) scale(0.8); }
  50%  { opacity: 1; transform: translateY(-50%) scale(1.2); }
  100% { left: calc(100% + 4px); opacity: 0; transform: translateY(-50%) scale(0.8); }
}
@media (max-width: 1080px) and (min-width: 901px),
       (max-width: 640px) {
  .home-wa-hero__beam { display: none; }
}

/* Dış notification chip — dışardan bildirim gelir gibi (küçük + zarif) */
.home-wa-hero__notif {
  position: absolute;
  top: 5%;
  right: -4%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
  animation: home-wa-notif-cycle 50s ease-in-out infinite;
  transform-origin: right center;
}
.home-wa-hero__notif-icon {
  width: 24px; height: 24px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.home-wa-hero__notif-icon svg { width: 12px; height: 12px; }
.home-wa-hero__notif-title { display: block; font-size: 0.65rem; font-weight: 700; color: #0f0f17; line-height: 1.15; }
.home-wa-hero__notif-time { display: block; font-size: 0.55rem; color: #6b6b78; margin-top: 1px; }
@keyframes home-wa-notif-cycle {
  0%, 12%   { opacity: 0; transform: translateX(30px) scale(0.9); }
  14%, 18%  { opacity: 1; transform: translateX(0) scale(1); }
  20%, 32%  { opacity: 0; transform: translateX(30px) scale(0.9); }
  34%, 38%  { opacity: 1; transform: translateX(0) scale(1); }  /* Scene 2 */
  40%, 52%  { opacity: 0; transform: translateX(30px) scale(0.9); }
  54%, 58%  { opacity: 1; transform: translateX(0) scale(1); }  /* Scene 3 */
  60%, 72%  { opacity: 0; transform: translateX(30px) scale(0.9); }
  74%, 78%  { opacity: 1; transform: translateX(0) scale(1); }  /* Scene 4 */
  80%, 100% { opacity: 0; transform: translateX(30px) scale(0.9); }
}
@media (max-width: 900px) { .home-wa-hero__notif { right: 2%; top: -2%; } }

.home-wa-hero__phone {
  position: relative;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 393 / 810;
  background:
    linear-gradient(180deg, #1a1a20, #0f0f17);
  border-radius: 40px;
  padding: 8px 4px 14px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 0 0 2px #050508,
    0 0 0 1px rgba(37, 211, 102, 0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-wa-hero__phone--menu {
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 0 0 2px #050508,
    0 0 0 1px rgba(230, 22, 115, 0.15);
}
/* Dynamic Island tarzı notch — merkeze yakın, oval, ince */
.home-wa-hero__phone-notch {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 76px; height: 22px;
  background: #0f0f17;
  border-radius: 12px;
  z-index: 4;
  box-shadow: inset 0 0 0 1px #050508;
}
/* iOS home indicator — alt beyaz bar */
.home-wa-hero__phone-home {
  position: absolute;
  bottom: 5px; left: 50%; transform: translateX(-50%);
  width: 34%; height: 4px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  z-index: 3;
}

/* WhatsApp header — telefon içi */
.home-wa-hero__wa-header {
  background: #075e54;
  color: #fff;
  border-radius: 32px 32px 0 0;
  padding: 40px 10px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-wa-hero__wa-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: #fff;
  color: #fff;
  font-size: 0.68rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(230, 22, 115, 0.35);
  overflow: hidden;
  padding: 2px;
}
.home-wa-hero__wa-avatar img {
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: contain;
  display: block;
}
.home-wa-hero__wa-contact { flex: 1; min-width: 0; }
.home-wa-hero__wa-name {
  display: block; font-size: 0.78rem; font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.home-wa-hero__wa-status {
  display: block; font-size: 0.62rem;
  color: #a7e8b0;
  opacity: 0.9;
}

/* Sohbet thread — sahneler absolute stacked, JS cycle ile aktif değişir */
.home-wa-hero__thread {
  position: relative;
  background: #e5ddd5;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 2px, transparent 3px),
    radial-gradient(circle at 60% 70%, rgba(255,255,255,0.1) 1px, transparent 2px);
  padding: 8px 7px 12px;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  flex: 1;
  min-height: 340px;
}

.home-wa-hero__scene {
  position: absolute;
  inset: 0;
  padding: 8px 7px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.home-wa-hero__scene.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Sohbet baloncukları */
.home-wa-hero__bubble {
  max-width: 84%;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 0.72rem;
  line-height: 1.35;
  color: #0f0f17;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  animation: home-wa-bubble-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--d, 0s);
}
.home-wa-hero__scene:not(.is-active) .home-wa-hero__bubble {
  animation: none;
  opacity: 0;
}
@keyframes home-wa-bubble-in {
  0%   { opacity: 0; transform: translateY(8px) scale(0.96); }
  60%  { transform: translateY(-2px) scale(1.02); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.home-wa-hero__bubble--out {
  background: #d9fdd3;
  align-self: flex-end;
  border-bottom-right-radius: 3px;
}
.home-wa-hero__bubble--in {
  background: #fff;
  align-self: flex-start;
  border-bottom-left-radius: 3px;
}
.home-wa-hero__bubble--success {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.2), #fff);
  border: 1px solid rgba(37, 211, 102, 0.35);
}
.home-wa-hero__bubble--undo {
  background: linear-gradient(135deg, rgba(230, 22, 115, 0.1), #fff);
  border: 1px solid rgba(230, 22, 115, 0.25);
  font-size: 0.78rem;
}

.home-wa-hero__preview-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  color: #075e54;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.home-wa-hero__preview-body {
  font-size: 0.82rem;
  color: #0f0f17;
  padding: 5px 0 6px;
  border-bottom: 1px dashed #e5ddd5;
  margin-bottom: 8px;
}
.home-wa-hero__actions { display: flex; gap: 6px; }
.home-wa-hero__action {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 8px;
  background: #f0f0f4;
  color: #0f0f17;
  cursor: default;
}
.home-wa-hero__action--primary {
  background: #25d366;
  color: #fff;
  box-shadow: 0 3px 8px rgba(37, 211, 102, 0.35);
  animation: home-wa-action-pulse 2s ease-in-out infinite;
  animation-delay: calc(var(--d, 0s) + 0.5s);
}
@keyframes home-wa-action-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 3px 8px rgba(37, 211, 102, 0.35); }
  50%      { transform: scale(1.06); box-shadow: 0 5px 14px rgba(37, 211, 102, 0.55); }
}

.home-wa-hero__time {
  display: block;
  font-size: 0.55rem;
  color: #999;
  margin-top: 4px;
  text-align: right;
}
.home-wa-hero__ticks { color: #34b7f1; margin-left: 3px; }

/* ---------- Alt: "Kesinlikle denemelisiniz" 3 kart ---------- */
.home-wa-hero__why { text-align: center; }
.home-wa-hero__why-title {
  font-family: var(--ff-display, inherit);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 2rem;
  letter-spacing: -0.02em;
}
.home-wa-hero__why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}
.home-wa-hero__why-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
  position: relative;
  overflow: hidden;
}
.home-wa-hero__why-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.06);
}
.home-wa-hero__why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, #25d366, #4f46e5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-wa-hero__why-card:hover::before { transform: scaleX(1); }

.home-wa-hero__why-num {
  display: inline-block;
  font-family: var(--ff-display, inherit);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #25d366, #4f46e5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.75rem;
}
.home-wa-hero__why-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}
.home-wa-hero__why-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  margin: 0;
}
.home-wa-hero__why-desc strong { color: #7ee88a; font-weight: 700; }

/* =====================================================================
 *  MENÜ TELEFONU — canlı menü mockup, WhatsApp scene ile senkron
 * ===================================================================== */
.home-wa-hero__menu-header {
  background: linear-gradient(135deg, #1a2a26, #0f1b1a);
  border-radius: 32px 32px 0 0;
  padding: 40px 10px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(230, 22, 115, 0.15);
}
.home-wa-hero__menu-brand-mark {
  width: 26px; height: 26px;
  border-radius: 7px;
  background: linear-gradient(135deg, #e61673, #4f46e5);
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(230, 22, 115, 0.35);
}
.home-wa-hero__menu-brand-body { flex: 1; min-width: 0; }
.home-wa-hero__menu-brand-name {
  display: block; font-size: 0.72rem; font-weight: 700; color: #fff;
  letter-spacing: -0.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  line-height: 1.15;
}
.home-wa-hero__menu-brand-sub { display: block; font-size: 0.55rem; color: rgba(255,255,255,0.55); line-height: 1.2; margin-top: 1px; }
.home-wa-hero__menu-sync {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(37, 211, 102, 0.18);
  color: #7ee88a;
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.home-wa-hero__menu-sync-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: #25d366;
  animation: home-wa-dot-pulse 1.2s ease-in-out infinite;
}

/* Kategori chips — üst şerit, koyu yeşil aktif pill (ilham: ekran görüntüsü) */
.home-wa-hero__menu-chips {
  display: flex;
  gap: 4px;
  padding: 40px 8px 8px;
  background: linear-gradient(180deg, #0f1b1a 0%, #163329 100%);
  border-radius: 32px 32px 0 0;
  overflow: hidden;
  position: relative;
}
.home-wa-hero__menu-chip {
  padding: 4px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.58rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.home-wa-hero__menu-chip.is-active {
  background: linear-gradient(135deg, #128c7e, #075e54);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.35);
}

/* Cover header — kategori başlık + arka plan gradient (ilham: kahveler cover) */
.home-wa-hero__menu-cover {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 10px 12px 12px;
  background: linear-gradient(180deg, #163329 0%, #1a2a26 100%);
  color: #fff;
}
.home-wa-hero__menu-cover-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(184, 137, 58, 0.25), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(37, 211, 102, 0.14), transparent 50%),
    linear-gradient(135deg, #2a1a10 0%, #1a3529 60%, #163329 100%);
  z-index: 0;
}
.home-wa-hero__menu-cover-content {
  position: relative;
  z-index: 1;
}
.home-wa-hero__menu-cover-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.55rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.home-wa-hero__menu-cover-mark {
  width: 12px; height: 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, #e61673, #4f46e5);
  box-shadow: 0 2px 6px rgba(230, 22, 115, 0.4);
}
.home-wa-hero__menu-cover-title {
  font-family: var(--ff-display, inherit);
  font-size: 1.35rem;
  font-weight: 900;
  color: #fff;
  margin: 4px 0 2px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.home-wa-hero__menu-cover-sub {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 4px;
  line-height: 1.3;
}
.home-wa-hero__menu-cover-count {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 700;
  color: #7ee88a;
  background: rgba(37, 211, 102, 0.14);
  padding: 2px 8px;
  border-radius: 8px;
  letter-spacing: 0.02em;
}

.home-wa-hero__menu-items {
  background: #fff;
  padding: 4px 10px 4px;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}
.home-wa-hero__menu-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  align-items: flex-start;
  padding: 6px 2px;
  border-bottom: 1px solid #f4f4f7;
  transition: background 0.4s;
}
.home-wa-hero__menu-item:last-child { border-bottom: none; }
.home-wa-hero__menu-item-thumb {
  width: 32px; height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f4f4f7, #e5e5ec);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}
/* Yemek/içecek fotoğraf hissi — radial + gradient bilinçli placeholder */
.home-wa-hero__menu-item-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), transparent 60%);
  border-radius: inherit;
}
.home-wa-hero__menu-item-thumb--tea    { background: radial-gradient(circle at 50% 55%, #d4a752 0%, #a67230 40%, #6b4a1a 100%); }
.home-wa-hero__menu-item-thumb--coffee { background: radial-gradient(circle at 50% 55%, #6b4a2f 0%, #4a2f1f 40%, #2a1a0f 100%); }
.home-wa-hero__menu-item-thumb--ayran  { background: radial-gradient(circle at 50% 55%, #ffffff 0%, #e5f0f5 40%, #b5cdd8 100%); }
.home-wa-hero__menu-item-thumb--soup   { background: radial-gradient(circle at 50% 55%, #e88a4a 0%, #d4652f 40%, #a04a1a 100%); }

.home-wa-hero__menu-item-body { min-width: 0; }
.home-wa-hero__menu-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.home-wa-hero__menu-item-name {
  font-size: 0.68rem;
  font-weight: 800;
  color: #0f0f17;
  line-height: 1.15;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Fiyat pill (ilham: Tek 75,00₺ / Duble 90,00₺ pill'leri) */
.home-wa-hero__price-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px;
  border-radius: 10px;
  background: #f4f4f7;
  color: #0f0f17;
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  min-width: 34px;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
}

.home-wa-hero__menu-item-desc {
  display: block;
  font-size: 0.52rem;
  color: #6b6b78;
  margin: 0 0 3px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Kalori chip — yeşil transparent (Beslenme AI özelliği vurgusu) */
.home-wa-hero__menu-item-kcal {
  display: inline-block;
  font-size: 0.5rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(37, 211, 102, 0.14);
  color: #128c7e;
  letter-spacing: 0.02em;
}

/* Fiyat animation — pill içinde cross-fade */
.home-wa-hero__price {
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.home-wa-hero__price--old { opacity: 1; }
.home-wa-hero__price--new {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transform: translateY(-6px);
  color: #e61673;
}

/* ============ SCENE SENKRON — 5 senaryo döngü ============ */
/* Scene 1: Çay ₺35 → ₺40 (5s'de) */
[data-scene-active="1"] [data-price="cay"] .home-wa-hero__price--old {
  animation: home-wa-price-out 0.5s ease 5s forwards;
}
[data-scene-active="1"] [data-price="cay"] .home-wa-hero__price--new {
  animation: home-wa-price-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 5.1s forwards;
}

/* Scene 2: Ayran ₺25 → ₺30 (5s'de) — YENİ 2. ürün */
[data-scene-active="2"] [data-price="cay"] .home-wa-hero__price--old { opacity: 0; }
[data-scene-active="2"] [data-price="cay"] .home-wa-hero__price--new { opacity: 1; transform: translateY(0); color: #0f0f17; }
[data-scene-active="2"] [data-price="ayran"] .home-wa-hero__price--old {
  animation: home-wa-price-out 0.5s ease 5s forwards;
}
[data-scene-active="2"] [data-price="ayran"] .home-wa-hero__price--new {
  animation: home-wa-price-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 5.1s forwards;
}

@keyframes home-wa-price-out {
  0%   { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes home-wa-price-in {
  0%   { opacity: 0; transform: translateY(-8px) scale(0.8); color: #e61673; }
  60%  { opacity: 1; transform: translateY(0) scale(1.18); color: #25d366; }
  100% { opacity: 1; transform: translateY(0) scale(1); color: #0f0f17; }
}

/* Scene 3: Toplu %10 zam — 3 ürün pulse (Çay + Kahve + Ayran) */
[data-scene-active="3"] [data-price="cay"] .home-wa-hero__price--old { opacity: 0; }
[data-scene-active="3"] [data-price="cay"] .home-wa-hero__price--new { opacity: 1; transform: translateY(0); color: #0f0f17; }
[data-scene-active="3"] [data-price="ayran"] .home-wa-hero__price--old { opacity: 0; }
[data-scene-active="3"] [data-price="ayran"] .home-wa-hero__price--new { opacity: 1; transform: translateY(0); color: #0f0f17; }
[data-scene-active="3"] .home-wa-hero__menu-item:not([data-item="corba"]) .home-wa-hero__menu-item-price {
  animation: home-wa-price-pulse 1.4s ease-in-out 4.8s;
}
@keyframes home-wa-price-pulse {
  0%, 100% { color: #0f0f17; transform: scale(1); }
  50%      { color: #25d366; transform: scale(1.22); text-shadow: 0 0 8px rgba(37, 211, 102, 0.5); }
}

/* Scene 4: Yeni ürün (Mercimek Çorbası) belirir */
.home-wa-hero__menu-item--new {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translateX(-16px);
  border-bottom: none;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-scene-active="4"] [data-price="cay"] .home-wa-hero__price--old { opacity: 0; }
[data-scene-active="4"] [data-price="cay"] .home-wa-hero__price--new { opacity: 1; transform: translateY(0); color: #0f0f17; }
[data-scene-active="4"] [data-price="ayran"] .home-wa-hero__price--old { opacity: 0; }
[data-scene-active="4"] [data-price="ayran"] .home-wa-hero__price--new { opacity: 1; transform: translateY(0); color: #0f0f17; }
[data-scene-active="4"] .home-wa-hero__menu-item--new {
  animation: home-wa-item-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) 4.5s forwards;
}
@keyframes home-wa-item-in {
  0%   { opacity: 0; max-height: 0; transform: translateX(-16px); background: rgba(37, 211, 102, 0.25); }
  60%  { opacity: 1; max-height: 46px; transform: translateX(0); background: rgba(37, 211, 102, 0.15); padding-top: 5px; padding-bottom: 5px; }
  100% { opacity: 1; max-height: 46px; transform: translateX(0); background: transparent; padding-top: 5px; padding-bottom: 5px; }
}

/* Scene 5: Geri al — yeni ürün silinir; diğer fiyatlar aynı kalır */
[data-scene-active="5"] [data-price="cay"] .home-wa-hero__price--old { opacity: 0; }
[data-scene-active="5"] [data-price="cay"] .home-wa-hero__price--new { opacity: 1; transform: translateY(0); color: #0f0f17; }
[data-scene-active="5"] [data-price="ayran"] .home-wa-hero__price--old { opacity: 0; }
[data-scene-active="5"] [data-price="ayran"] .home-wa-hero__price--new { opacity: 1; transform: translateY(0); color: #0f0f17; }
[data-scene-active="5"] .home-wa-hero__menu-item--new {
  opacity: 1; max-height: 46px; padding-top: 5px; padding-bottom: 5px;
  animation: home-wa-item-out 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.5s forwards;
}
@keyframes home-wa-item-out {
  0%   { opacity: 1; max-height: 46px; padding-top: 5px; padding-bottom: 5px; background: rgba(230, 22, 115, 0.18); }
  100% { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; transform: translateX(-16px); background: transparent; }
}

/* MENU footer button — ilham: alt navbar (MENU circle button + lang) */
.home-wa-hero__menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px 10px;
  background: #fff;
  border-top: 1px solid #f0f0f4;
  border-radius: 0 0 32px 32px;
}
.home-wa-hero__menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px 4px 6px;
  background: linear-gradient(135deg, #128c7e, #075e54);
  color: #fff;
  border-radius: 20px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.35);
}
.home-wa-hero__menu-btn-icon {
  width: 16px; height: 16px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.home-wa-hero__menu-btn-icon svg { color: #fff; margin-left: 1px; }
.home-wa-hero__menu-lang {
  font-size: 0.75rem;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

/* Menü toast — MENU footer üstünde */
.home-wa-hero__menu-toast {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border-radius: 16px;
  font-size: 0.62rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  white-space: nowrap;
}
.home-wa-hero__menu-toast-icon { font-size: 0.75rem; }
[data-scene-active="1"] .home-wa-hero__menu-toast,
[data-scene-active="2"] .home-wa-hero__menu-toast,
[data-scene-active="3"] .home-wa-hero__menu-toast,
[data-scene-active="4"] .home-wa-hero__menu-toast {
  animation: home-wa-toast-flash 3s ease 6s;
}
[data-scene-active="5"] .home-wa-hero__menu-toast {
  animation: home-wa-toast-flash-undo 3s ease 2s;
}
@keyframes home-wa-toast-flash {
  0%, 100% { opacity: 0; transform: translateX(-50%) translateY(20px); }
  15%, 70% { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes home-wa-toast-flash-undo {
  0%, 100% { opacity: 0; transform: translateX(-50%) translateY(20px); background: linear-gradient(135deg, #e61673, #a01050); }
  15%, 70% { opacity: 1; transform: translateX(-50%) translateY(0); background: linear-gradient(135deg, #e61673, #a01050); }
}

/* Reduce motion — animasyonları kapatalım */
@media (prefers-reduced-motion: reduce) {
  .home-wa-hero__glow,
  .home-wa-hero__eyebrow-dot,
  .home-wa-hero__title-accent,
  .home-wa-hero__wa-status,
  .home-wa-hero__notif,
  .home-wa-hero__bubble,
  .home-wa-hero__action--primary,
  .home-wa-hero__beam-line,
  .home-wa-hero__beam-dot,
  .home-wa-hero__menu-sync-dot,
  .home-wa-hero__price,
  .home-wa-hero__menu-item-price,
  .home-wa-hero__menu-item--new,
  .home-wa-hero__menu-toast { animation: none !important; }
  .home-wa-hero__scene { opacity: 1; position: relative; inset: auto; }
  .home-wa-hero__scene:not(.is-active) { display: none; }
  .home-wa-hero__price--new { opacity: 0; }
  .home-wa-hero__menu-item--new { opacity: 1; max-height: none; padding: 6px 4px; transform: none; }
  .home-wa-hero__bubble { opacity: 1; transform: none; }
}

/* =====================================================================
 *  L18 — /yapay-zeka '4. Asistan · WhatsApp' section
 *  Sol copy + sağ mini WA phone (home-wa-hero__phone--wa reuse)
 * ===================================================================== */
.ai-whatsapp {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background:
    radial-gradient(ellipse at 90% 10%, rgba(37, 211, 102, 0.06), transparent 45%),
    linear-gradient(180deg, transparent, rgba(37, 211, 102, 0.02));
}
.ai-whatsapp__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
@media (max-width: 900px) {
  .ai-whatsapp__grid { grid-template-columns: 1fr; }
  .ai-whatsapp__demo { display: flex; justify-content: center; order: -1; }
}

.ai-whatsapp__copy { max-width: 620px; }
.ai-whatsapp__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex; flex-direction: column;
  gap: 12px;
}
.ai-whatsapp__bullets li {
  position: relative;
  padding-left: 30px;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-d-70, #4a4a55);
}
.ai-whatsapp__bullets li::before {
  content: '';
  position: absolute; left: 0; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 3px 8px rgba(37, 211, 102, 0.3);
}
.ai-whatsapp__bullets li::after {
  content: '';
  position: absolute; left: 6px; top: 8px;
  width: 8px; height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.ai-whatsapp__guard {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(230, 22, 115, 0.04), rgba(79, 70, 229, 0.04));
  border-left: 3px solid #e61673;
  border-radius: 10px;
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-d-70, #4a4a55);
}
.ai-whatsapp__guard svg {
  color: #e61673;
  flex-shrink: 0;
  margin-top: 2px;
}
.ai-whatsapp__guard strong { color: var(--ink-d-90, #0f0f17); }

.ai-whatsapp__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Sağ mini phone — home-wa-hero style ama koyu-gradient bg olmadan */
.ai-whatsapp__demo .home-wa-hero__phone {
  max-width: 260px;
  box-shadow:
    0 30px 60px rgba(37, 211, 102, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 0 0 2px #050508;
}

