/* ============================================================
   Cepte Nakliye – home.css  |  Ana Sayfa
   ============================================================ */

/* ── HERO ──────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  padding: calc(var(--nav-h) + 5rem) clamp(1.25rem, 5vw, 3rem) 6rem;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}

/* Radyal ışık arka planı */
.hero__bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 70% at 50% -10%, rgba(13,45,90,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 90% 80%, rgba(59,120,196,0.08) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 5% 60%, rgba(13,45,90,0.06) 0%, transparent 60%);
}

/* Büyük dekoratif TIR silüeti */
.hero__bg-truck {
  position: absolute; bottom: -2%; right: -2%;
  font-size: clamp(14rem, 28vw, 28rem);
  opacity: 0.04; pointer-events: none; z-index: 0;
  line-height: 1; user-select: none;
  transform: scaleX(-1);
}

/* Floating dekor noktalar */
.hero__circle {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
}
.hero__circle--1 {
  width: clamp(280px, 40vw, 520px); height: clamp(280px, 40vw, 520px);
  background: radial-gradient(circle, rgba(59,120,196,0.12) 0%, transparent 70%);
  top: -15%; left: -10%;
}
.hero__circle--2 {
  width: clamp(200px, 30vw, 380px); height: clamp(200px, 30vw, 380px);
  background: radial-gradient(circle, rgba(13,45,90,0.08) 0%, transparent 70%);
  bottom: 5%; right: 5%;
}

.hero__inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem); align-items: center;
}

/* Sol – metin */
.hero__text {}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mid);
  padding: 0.35rem 0.9rem;
  background: rgba(13,45,90,0.07); border: 1px solid rgba(13,45,90,0.15);
  border-radius: 99px; margin-bottom: 1.5rem;
  animation: fadeUp 0.7s var(--ease) both;
}
.hero__eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--whatsapp); animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.75); }
}

.hero__title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  color: var(--title); letter-spacing: -0.035em; line-height: 1.06;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.7s 0.1s var(--ease) both;
}
.hero__title em {
  font-style: normal; color: var(--mid);
  background: linear-gradient(135deg, var(--mid), var(--title));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__desc {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: var(--text); opacity: 0.88; line-height: 1.8;
  max-width: 480px; margin-bottom: 2.5rem;
  animation: fadeUp 0.7s 0.2s var(--ease) both;
}

.hero__actions {
  display: flex; align-items: center; flex-wrap: wrap; gap: 1rem;
  animation: fadeUp 0.7s 0.3s var(--ease) both;
}

.hero__trust {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 2.5rem; flex-wrap: wrap;
  animation: fadeUp 0.7s 0.4s var(--ease) both;
}
.hero__trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-weight: 600; font-size: 0.8rem;
  color: var(--dark); opacity: 0.72;
}
.hero__trust-item::before {
  content: '✓';
  display: flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(13,45,90,0.10); color: var(--title);
  font-size: 0.65rem; font-weight: 900;
  flex-shrink: 0;
}

/* Sağ – WhatsApp mockup */
.hero__visual {
  animation: fadeUp 0.8s 0.15s var(--ease) both;
  position: relative;
  padding: 20px;
}
.hero__phone-wrap {
  position: relative;
  max-width: 320px; margin: 0 auto;
}
.hero__phone {
  background: var(--white);
  border: 1px solid rgba(13,45,90,0.14);
  border-radius: 22px;
  padding: 0;
  box-shadow: 0 32px 80px var(--shadow-deep), 0 0 0 1px rgba(13,45,90,0.06);
  overflow: hidden;
  transform: rotate(1.5deg);
  transition: transform 0.4s var(--ease);
  min-width: 280px;
}
.hero__phone:hover { transform: rotate(0deg) translateY(-6px); }

/* Phone header */
.phone-header {
  background: #075E54;
  padding: 14px 16px 10px;
  display: flex; align-items: center; gap: 10px;
}
.phone-header-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mid), var(--title));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800;
  font-size: 0.75rem; color: white; flex-shrink: 0;
}
.phone-header-info { flex: 1; }
.phone-header-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.88rem; color: white; line-height: 1.2;
}
.phone-header-status {
  font-size: 0.7rem; color: rgba(255,255,255,0.75);
}

/* Chat bubbles */
.phone-chat {
  background: #ECE5DD;
  padding: 12px;
  display: flex; flex-direction: column; gap: 8px;
  min-height: 280px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' opacity='0.06'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40Z' fill='%23075E54'/%3E%3C/svg%3E");
}
.chat-bubble {
  max-width: 85%; padding: 8px 12px; border-radius: 8px;
  font-family: var(--font-display); font-size: 0.82rem; line-height: 1.45;
  position: relative;
}
.chat-bubble--out {
  background: #DCF8C6; align-self: flex-end;
  border-bottom-right-radius: 2px; color: #1a3a1a;
}
.chat-bubble--in {
  background: white; align-self: flex-start;
  border-bottom-left-radius: 2px; color: #1a2535;
}
.chat-bubble--in.listing {
  padding: 10px 12px;
}
.chat-time {
  font-size: 0.65rem; color: rgba(0,0,0,0.38);
  text-align: right; margin-top: 2px;
}
.listing-item {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 0.78rem;
}
.listing-item:last-child { border-bottom: none; padding-bottom: 0; }
.listing-item strong {
  font-family: var(--font-display); font-weight: 700;
  color: #075E54; font-size: 0.75rem;
}
.listing-emoji { font-size: 1rem; flex-shrink: 0; }

/* Deco badge üstünde */
.hero__badge {
  position: absolute; top: -14px; right: -16px;
  background: var(--white);
  border: 1px solid rgba(13,45,90,0.12); border-radius: var(--radius);
  padding: 0.55rem 0.85rem;
  box-shadow: 0 8px 24px var(--shadow);
  font-family: var(--font-display); font-weight: 700; font-size: 0.76rem;
  color: var(--title); display: flex; align-items: center; gap: 6px;
  animation: floatBadge 5s ease-in-out infinite;
  z-index: 2; white-space: nowrap;
}
.hero__badge-bottom {
  position: absolute; bottom: -14px; left: -16px;
  animation-delay: 1s;
}
@keyframes floatBadge {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── STATS BANT ────────────────────────────────────────────── */
.stats-band {
  padding: 2.5rem clamp(1.25rem, 5vw, 3rem);
  background: var(--title);
  position: relative; overflow: hidden;
}
.stats-band::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,0.015) 0px, rgba(255,255,255,0.015) 1px,
    transparent 1px, transparent 80px
  );
}
.stats-band__inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; text-align: center; position: relative; z-index: 1;
}
.stat-item__number {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--white); letter-spacing: -0.03em; line-height: 1;
}
.stat-item__label {
  font-family: var(--font-display); font-weight: 500;
  font-size: 0.75rem; color: rgba(248,251,255,0.58);
  letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.35rem;
}

/* ── ÖZELLİKLER ────────────────────────────────────────────── */
.features {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 3rem);
}
.features__inner { max-width: 1200px; margin: 0 auto; }
.features__head { text-align: center; margin-bottom: 3.5rem; }
.features__head h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--title); letter-spacing: -0.025em;
}
.features__head p {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text); opacity: 0.85; margin-top: 0.75rem;
  max-width: 520px; margin-left: auto; margin-right: auto;
}
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.feature-card {
  background: var(--bg-light);
  border: 1px solid rgba(13,45,90,0.10);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative; overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  transform-style: preserve-3d;
}
.feature-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--mid), var(--title));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 56px var(--shadow);
  border-color: rgba(13,45,90,0.18);
}
.feature-card:hover::after { transform: scaleX(1); }
.feature-card__icon {
  font-size: 2.4rem; margin-bottom: 1.1rem; display: block;
  transition: transform 0.3s var(--ease);
}
.feature-card:hover .feature-card__icon { transform: scale(1.15) rotate(-5deg); }
.feature-card h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.1rem; color: var(--title); margin-bottom: 0.65rem;
}
.feature-card p {
  font-size: 0.9rem; color: var(--text); opacity: 0.85; line-height: 1.72;
}

/* ── NASIL ÇALIŞIR ─────────────────────────────────────────── */
.how {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 3rem);
  background: var(--bg-light);
}
.how__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem); align-items: center;
}
.how__text .section-tag { margin-bottom: 0.85rem; }
.how__text h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--title); letter-spacing: -0.025em; line-height: 1.15;
  margin-bottom: 1rem;
}
.how__text > p {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text); opacity: 0.88; line-height: 1.8; margin-bottom: 2rem;
}
.how-steps { display: flex; flex-direction: column; gap: 1.1rem; }
.how-step {
  display: flex; align-items: flex-start; gap: 1.1rem;
  padding: 1.1rem;
  background: var(--white);
  border: 1px solid rgba(13,45,90,0.08);
  border-radius: var(--radius);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.how-step:hover { transform: translateX(5px); box-shadow: 0 8px 24px var(--shadow); }
.how-step__num {
  flex-shrink: 0; width: 40px; height: 40px;
  background: var(--title); color: var(--white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 900; font-size: 0.95rem;
}
.how-step__body h4 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.95rem; color: var(--title); margin-bottom: 0.2rem;
}
.how-step__body p { font-size: 0.85rem; color: var(--text); opacity: 0.82; line-height: 1.65; }

/* Görsel tarafı */
.how__visual { position: relative; }
.how__mockup-card {
  background: var(--white);
  border: 1px solid rgba(13,45,90,0.12); border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: 0 20px 60px var(--shadow);
  position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease);
}
.how__mockup-card:hover { transform: translateY(-6px) rotate(-0.5deg); }
.how__mockup-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--mid), var(--title), var(--mid));
}
.how__mockup-bg {
  position: absolute; top: 12px; left: 12px; right: -12px; bottom: -12px;
  background: rgba(13,45,90,0.05); border-radius: var(--radius-lg);
  z-index: -1; border: 1px solid rgba(13,45,90,0.07);
}

/* Mock route widget */
.mock-route { display: flex; flex-direction: column; gap: 0; }
.mock-route-row {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 0.85rem 0.75rem;
  border-radius: 10px; border-left: 3px solid transparent;
  transition: background 0.2s, border-color 0.2s;
  cursor: default;
}
.mock-route-row:hover { background: rgba(13,45,90,0.04); border-color: var(--mid); }
.mock-route-icon { font-size: 1.4rem; flex-shrink: 0; width: 28px; text-align: center; }
.mock-route-info { flex: 1; }
.mock-route-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.85rem; color: var(--title);
}
.mock-route-sub { font-size: 0.75rem; color: var(--mid); opacity: 0.85; }
.mock-route-price {
  font-family: var(--font-display); font-weight: 800;
  font-size: 0.9rem; color: var(--title);
}
.mock-divider { height: 1px; background: rgba(13,45,90,0.06); margin: 0.25rem 0; }

/* ── KULLANIM ALANLARI PREVIEW ─────────────────────────────── */
.use-cases-preview {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 3rem);
}
.use-cases-preview__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem); align-items: center;
}
.use-cases-preview__text .section-tag { margin-bottom: 0.85rem; }
.use-cases-preview__text h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--title); letter-spacing: -0.025em; line-height: 1.15;
  margin-bottom: 1rem;
}
.use-cases-preview__text p {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text); opacity: 0.88; line-height: 1.8; margin-bottom: 2rem;
}

.use-cases-preview__visual {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.uc-visual-card {
  background: var(--bg-light);
  border: 1px solid rgba(13,45,90,0.10);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.25rem; text-align: center;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.uc-visual-card:nth-child(2),
.uc-visual-card:nth-child(4) { margin-top: 1.25rem; }
.uc-visual-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px var(--shadow); }
.uc-visual-card__icon { font-size: 2.2rem; margin-bottom: 0.75rem; display: block; }
.uc-visual-card h4 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.88rem; color: var(--title); margin-bottom: 0.35rem;
}
.uc-visual-card p { font-size: 0.78rem; color: var(--text); opacity: 0.8; line-height: 1.6; }

/* ── FOOTER CTA ─────────────────────────────────────────────── */
.footer-cta {
  padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 5vw, 3rem);
  background: var(--title);
  text-align: center; position: relative; overflow: hidden;
}
.footer-cta::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 1px,
    transparent 1px, transparent 28px
  );
}
.footer-cta__inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.footer-cta h2 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: var(--white); letter-spacing: -0.025em; line-height: 1.1;
  margin-bottom: 1rem;
}
.footer-cta p {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(248,251,255,0.75); margin-bottom: 2.5rem; line-height: 1.75;
}
.footer-cta__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.footer-cta__note {
  margin-top: 1.25rem;
  font-family: var(--font-display); font-size: 0.78rem;
  color: rgba(248,251,255,0.45);
}


/* ============================================================
   WP MOCKUP – Hero WhatsApp Conversation
   ============================================================ */

.wp-mockup {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
}

/* ── Deco Badge ── */
.wp-badge {
  position: absolute;
  background: var(--white);
  border: 1px solid rgba(13,45,90,0.13);
  border-radius: 10px;
  padding: 7px 13px;
  font-family: var(--font-display);
  font-weight: 700; font-size: 0.74rem;
  color: var(--title);
  box-shadow: 0 6px 20px var(--shadow);
  z-index: 10;
  display: flex; align-items: center; gap: 6px;
  white-space: nowrap;
  animation: badgeFloat 5s ease-in-out infinite;
}
.wp-badge--top  { top: -14px; right: -12px; animation-delay: 0s; }
.wp-badge--bottom { bottom: -14px; left: -12px; animation-delay: 1.2s; }
.wp-badge__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--whatsapp);
  animation: pulseDot 2s infinite;
}
@keyframes badgeFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}

/* ── Telefon çerçevesi ── */
.wp-phone {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(13,45,90,0.10),
    0 28px 70px rgba(13,45,90,0.22),
    0 8px 20px rgba(13,45,90,0.10);
  transform: rotate(1.5deg);
  transition: transform 0.5s var(--ease);
}
.wp-phone:hover { transform: rotate(0deg) translateY(-5px); }

/* ── WA Başlık ── */
.wp-header {
  background: #075E54;
  padding: 12px 14px 10px;
  display: flex; align-items: center; gap: 9px;
}
.wp-header__back {
  color: rgba(255,255,255,0.85); font-size: 1.3rem;
  font-weight: 300; line-height: 1; flex-shrink: 0;
  cursor: pointer; margin-right: -2px;
}
.wp-header__avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #1a7abf, #0d2d5a);
  overflow: hidden; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800;
  font-size: 0.7rem; color: white;
}
.wp-header__avatar img {
  width: 100%; height: 100%; object-fit: contain;
  padding: 3px;
}
.wp-header__info { flex: 1; }
.wp-header__name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.88rem; color: #fff; line-height: 1.2;
}
.wp-header__status { font-size: 0.68rem; color: rgba(255,255,255,0.75); }
.wp-header__icons {
  font-size: 0.9rem; color: rgba(255,255,255,0.8);
  letter-spacing: 0.5rem; flex-shrink: 0;
}

/* ── Chat Alanı ── */
.wp-body {
  background: #efeae2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' opacity='0.04'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z' fill='%23075E54'/%3E%3C/svg%3E");
  padding: 12px 10px;
  display: flex; flex-direction: column; gap: 6px;
  min-height: 300px;
}

/* ── Mesaj satırları ── */
.wp-msg { display: flex; }
.wp-msg--out { justify-content: flex-end; }
.wp-msg--in  { justify-content: flex-start; }

.wp-msg__bubble {
  max-width: 82%;
  padding: 7px 10px 5px;
  border-radius: 8px;
  font-family: var(--font-display); font-size: 0.78rem;
  line-height: 1.45; position: relative;
}
.wp-msg--out .wp-msg__bubble {
  background: #d9fdd3;
  border-bottom-right-radius: 2px;
  color: #1a3a1a;
}
.wp-msg--in .wp-msg__bubble {
  background: #fff;
  border-bottom-left-radius: 2px;
  color: #1a1a1a;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.wp-msg__time {
  font-size: 0.62rem; color: rgba(0,0,0,0.4);
  text-align: right; margin-top: 3px;
}

/* ── Yazıyor noktaları ── */
.wp-msg__bubble--typing {
  padding: 10px 14px;
  display: flex; gap: 4px; align-items: center;
}
.wp-msg__bubble--typing span {
  width: 7px; height: 7px; border-radius: 50%;
  background: #aaa; display: inline-block;
  animation: typingDot 1.2s ease-in-out infinite;
}
.wp-msg__bubble--typing span:nth-child(2) { animation-delay: 0.2s; }
.wp-msg__bubble--typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot {
  0%,60%,100% { transform: translateY(0); opacity: 0.4; }
  30%          { transform: translateY(-5px); opacity: 1; }
}

/* ── Sonuç listesi ── */
.wp-msg__bubble--result {
  max-width: 92% !important;
  padding: 10px 11px 7px;
}
.wp-result-head {
  font-family: var(--font-display); font-weight: 800;
  font-size: 0.75rem; color: #075E54;
  margin-bottom: 8px; padding-bottom: 6px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.wp-result-item {
  display: flex; align-items: center; gap: 7px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.wp-result-item:last-of-type { border-bottom: none; }
.wp-result-icon { font-size: 1.15rem; flex-shrink: 0; }
.wp-result-body { flex: 1; min-width: 0; }
.wp-result-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.74rem; color: #111; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.wp-result-sub { font-size: 0.66rem; color: #666; margin-top: 1px; }
.wp-result-price {
  font-family: var(--font-display); font-weight: 800;
  font-size: 0.76rem; color: #075E54; flex-shrink: 0;
}

/* ── Alt input çubuğu ── */
.wp-footer {
  background: #f0f2f5;
  padding: 8px 10px;
  display: flex; align-items: center; gap: 8px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.wp-footer__input {
  flex: 1; background: #fff;
  border-radius: 20px; padding: 7px 14px;
  font-family: var(--font-display); font-size: 0.75rem;
  color: #aaa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.wp-footer__send {
  width: 34px; height: 34px; border-radius: 50%;
  background: #075E54; color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(7,94,84,0.3);
}

/* ── CSS Sıralı Animasyonlar ── */
.wp-anim-1 { animation: msgSlide 0.4s 0.3s var(--ease) both; }
.wp-anim-2 { animation: msgSlide 0.4s 1.0s var(--ease) both; }
.wp-anim-3 { animation: msgSlide 0.5s 2.2s var(--ease) both; }
.wp-anim-4 { animation: msgSlide 0.4s 3.0s var(--ease) both; }
.wp-anim-5 { animation: msgSlide 0.4s 3.7s var(--ease) both; }

.wp-typing   { animation: msgSlide 0.4s 1.0s var(--ease) both,
                           typingHide 0s 2.1s forwards; }
@keyframes msgSlide {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes typingHide {
  to { display: none; opacity: 0; height: 0; margin: 0; padding: 0; overflow: hidden; }
}

/* ── Responsive ── */
@media (max-width: 480px) {
  .wp-mockup { max-width: 290px; }
  .wp-badge--top  { right: -4px; }
  .wp-badge--bottom { left: -4px; }
}