/* =========================================================================
   recepcinet.com
   Palet kökeni: Commodore 64 açılış ekranının mavisi (#4040e0). Eski sitenin
   yeşili gitti, mavi kaldı — tek imza rengi. Üstteki durum çubuğu bir
   terminal status line'ıdır; içinde gerçek bilgi taşır (saat, müsaitlik).
   ========================================================================= */

:root {
  --ink:        #101227;
  --ink-soft:   #33375c;
  --muted:      #6b6f92;
  --paper:      #fcfcfe;
  --surface:    #ffffff;
  --wash:       #f2f2f9;
  --line:       #e4e4f0;
  --blue:       #4040e0;
  --blue-dark:  #2c2cb4;
  --blue-wash:  #ededfe;
  --signal:     #21c07a;

  --display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --body:    'IBM Plex Sans', 'Segoe UI', sans-serif;
  --mono:    'IBM Plex Mono', ui-monospace, 'SF Mono', monospace;

  --status-h: 34px;
  --nav-h:    68px;
  --gutter:   clamp(1.25rem, 4vw, 3.5rem);
  --maxw:     1120px;

  --radius:   14px;
  --shadow:   0 1px 2px rgba(16, 18, 39, .04), 0 12px 32px -12px rgba(16, 18, 39, .14);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.025em; margin: 0; }
p  { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a  { color: inherit; }

::selection { background: var(--blue); color: #fff; }

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: var(--gutter);
  top: calc(var(--status-h) + 8px);
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: .6rem 1rem;
  border-radius: 8px;
}

/* ── İmza: durum çubuğu ─────────────────────────────────────────────── */

.status {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  height: var(--status-h);
  background: var(--ink);
  color: #b9bcdd;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
}

.status__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.status__item {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
}

.status__item--push { margin-left: auto; }

.status__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 3px rgba(33, 192, 122, .18);
}

.status__sep { color: #4a4e78; }

.status__clock { color: #fff; font-variant-numeric: tabular-nums; }

.status__chat {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  border-bottom: 1px solid #5b5fa0;
}
.status__chat:hover { border-bottom-color: #fff; }

/* Dil secici — dekorasyon degil, gercek islev: durum cubugunda kalabilir. */
.status__langs {
  display: inline-flex;
  gap: .55rem;
  align-items: baseline;
}

.status__lang {
  color: #9a9ed6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.status__lang:hover { color: #fff; border-bottom-color: #5b5fa0; }

.status__lang.is-on {
  color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 700px) {
  .status__item--hide-sm { display: none; }
  .status__inner { gap: 1rem; }
  .status__langs { gap: .4rem; }
}

/* ── Navigasyon ─────────────────────────────────────────────────────── */

.nav {
  position: sticky;
  top: var(--status-h);
  z-index: 80;
  height: var(--nav-h);
  background: rgba(252, 252, 254, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s;
}

.nav[data-scrolled='true'] { border-bottom-color: var(--line); }

.nav__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav__brand {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -.02em;
  text-decoration: none;
}

.nav__links {
  display: flex;
  gap: 2rem;
  font-size: .9rem;
}

.nav__links a {
  text-decoration: none;
  color: var(--ink-soft);
  padding-block: .35rem;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.nav__links a:hover { color: var(--ink); border-bottom-color: var(--blue); }

@media (max-width: 820px) {
  .nav__links { display: none; }
}

/* sohbet balonu içeriği örtmesin */
@media (max-width: 620px) {
  .footer { padding-bottom: 5.5rem; }
}

/* ── Bölüm iskeleti ─────────────────────────────────────────────────── */

.section { padding-block: clamp(4rem, 9vw, 7.5rem); }

/* sabit durum çubuğu + yapışkan nav başlığı örtmesin */
section[id] { scroll-margin-top: calc(var(--status-h) + var(--nav-h) + 1rem); }

.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }

.section__label {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.1rem;
}
.section__label::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--blue);
}

.section__title {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  max-width: 20ch;
}

.section__note {
  margin-top: .9rem;
  color: var(--muted);
  font-size: .95rem;
  max-width: 48ch;
}

.section__head { margin-bottom: clamp(2.5rem, 5vw, 3.75rem); }

/* ── Hero ───────────────────────────────────────────────────────────── */

.hero { padding-top: clamp(4rem, 9vw, 7rem); padding-bottom: 0; }

.hero__eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 1.6rem;
}

.hero__title {
  font-size: clamp(2.6rem, 7.2vw, 5.1rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  max-width: 15ch;
}

.hero__title span { display: block; }
.hero__title-2 { color: var(--blue); }

.hero__caret {
  display: inline-block;
  width: .5ch;
  height: .78em;
  margin-left: .12em;
  background: var(--blue);
  vertical-align: baseline;
  animation: caret 1.1s steps(1) infinite;
}

@keyframes caret { 50% { opacity: 0; } }

.hero__lead {
  margin-top: 2rem;
  max-width: 46ch;
  font-size: 1.08rem;
  color: var(--ink-soft);
}

.hero__actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.hero__strip {
  margin-top: clamp(3.5rem, 8vw, 6rem);
  padding-block: 1.15rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: .08em;
}

.hero__flags { display: flex; gap: .55rem; }

.hero__flag {
  padding: .12rem .5rem;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink-soft);
  background: var(--surface);
}

.hero__strip-note { color: var(--muted); text-align: right; }

@media (max-width: 620px) {
  .hero__strip { flex-direction: column; align-items: flex-start; gap: .8rem; }
  .hero__strip-note { text-align: left; }
}

/* ── Butonlar ───────────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .82rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: var(--body);
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s, border-color .2s, color .2s, transform .12s;
}
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-dark); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); }

.btn--light { background: #fff; color: var(--blue); }
.btn--light:hover { background: var(--blue-wash); }

.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn--outline-light:hover { border-color: #fff; }

/* ── Hizmetler ──────────────────────────────────────────────────────── */

/* Dort kart yan yana, ince ve uzun sutunlar halinde. minmax(0,1fr) sart:
   yoksa uzun kelimeler sutunu genisletip esitligi bozar. */
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

@media (max-width: 1000px) {
  .services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .services__grid { grid-template-columns: 1fr; }
}

.service {
  background: var(--surface);
  padding: clamp(1.5rem, 2.2vw, 1.9rem);
  transition: background-color .25s;
}
.service:hover { background: var(--blue-wash); }

/* Dogrudan link: recepcinet.com/#ai — sabit cubuk basligi ortmesin diye
   kaydirma payi, ve hangi kartin kastedildigi belli olsun diye vurgu. */
.service { scroll-margin-top: calc(var(--status-h) + var(--nav-h) + 1.5rem); }

.service:target {
  background: var(--blue-wash);
  box-shadow: inset 3px 0 0 var(--blue);
}

/* Artik sadece rozet satiri. Rozeti olmayan kartlarda da yer kaplar ki
   dort kartin basligi ayni hizada dursun. */
.service__meta {
  display: flex;
  justify-content: center;
  min-height: 1.45rem;
  margin-bottom: .6rem;
  font-family: var(--mono);
  color: var(--blue);
}

/* POPULER rozeti — baslikta degil, ustundeki etiket satirinin saginda. */
.service__badge {
  flex: none;
  padding: .18em .5em;
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.4;
  white-space: nowrap;
}

/* Kartlar fiyat karti gibi okunuyor: baslik one ciksin, fiyat hemen altinda. */
.service__title {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: .45rem;
}

.service__price {
  font-family: var(--display);
  letter-spacing: -.025em;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--blue);
  margin-bottom: .7rem;
}

.service__body { color: var(--ink-soft); font-size: .96rem; }

/* Fiyatlarin altindaki not — rakamlar pazarlik payi olmadan durmasin. */
.services__note {
  margin-top: 1.25rem;
  max-width: 62ch;
  color: var(--ink-soft);
  font-size: .9rem;
}

/* ── Süreç ──────────────────────────────────────────────────────────── */

.process { background: var(--wash); }

.process__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  counter-reset: step;
}

.step { counter-increment: step; }

.step__num {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--blue);
  display: block;
  padding-bottom: .9rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
}
.step__num::before { content: '0' counter(step); }

.step__title { font-size: 1.1rem; margin-bottom: .55rem; }

.step__body { color: var(--ink-soft); font-size: .95rem; }

/* ── Referanslar ────────────────────────────────────────────────────── */

/* Minik kartlar yan yana — sigmayinca alt satira akar. Ulke kodu kartin
   icinde: ayri grup basliklari sayfayi parcaliyordu. */
.clients__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.client {
  display: inline-flex;
  align-items: baseline;
  gap: .6rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .7rem 1rem;
  transition: border-color .2s;
}
.client:hover { border-color: var(--blue); }

.client__name {
  font-family: var(--display);
  font-size: .98rem;
  font-weight: 600;
  letter-spacing: -.015em;
}

.flag {
  flex: none;
  width: 18px;
  height: auto;
  border-radius: 2px;
  align-self: center;
  box-shadow: 0 0 0 1px rgba(16, 18, 39, .12);
}

/* ── Hakkımda ───────────────────────────────────────────────────────── */

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.about__text p + p { margin-top: 1.15rem; }
.about__text p { color: var(--ink-soft); }

.about__facts {
  border-left: 2px solid var(--blue);
  padding-left: clamp(1.25rem, 3vw, 2rem);
}

.about__fact + .about__fact { margin-top: 1.75rem; }

.about__value {
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}

.about__fact-label {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .08em;
  color: var(--muted);
  margin-top: .4rem;
}

@media (max-width: 820px) {
  .about__grid { grid-template-columns: 1fr; }
}

/* ── İletişim ───────────────────────────────────────────────────────── */

.contact {
  background: var(--blue);
  color: #fff;
  border-radius: var(--radius);
  padding: clamp(2.5rem, 6vw, 4.5rem);
}

.contact .section__label { color: #b9bcff; }
.contact .section__label::before { background: #b9bcff; }

.contact__title { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.12; max-width: 16ch; }

.contact__lead { margin-top: 1.1rem; max-width: 44ch; color: #dcdcff; }

.contact__actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.contact__links {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .22);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .07em;
}

.contact__links a {
  color: #dcdcff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 2px;
}
.contact__links a:hover { color: #fff; border-bottom-color: #fff; }

/* ── Alt bilgi ──────────────────────────────────────────────────────── */

.footer {
  border-top: 1px solid var(--line);
  padding-block: 2rem;
  margin-top: clamp(4rem, 8vw, 6rem);
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .07em;
  color: var(--muted);
}

/* ── Sohbet ─────────────────────────────────────────────────────────── */

.chat-launcher {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-family: var(--body);
  font-size: .92rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 10px 30px -8px rgba(64, 64, 224, .55);
  transition: background-color .2s, transform .15s;
}
.chat-launcher:hover { background: var(--blue-dark); }
.chat-launcher:active { transform: translateY(1px); }
.chat-launcher[hidden] { display: none; }

/* Okunmamis cevap sayaci — panel kapaliyken gorunur. */
.chat-launcher__badge {
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.chat-launcher__badge[hidden] { display: none; }

.chat-launcher__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.chat-panel {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 96;
  width: min(380px, calc(100vw - 2rem));
  height: min(560px, calc(100dvh - 2rem));
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 60px -18px rgba(16, 18, 39, .35);
  overflow: hidden;
}
.chat-panel[hidden] { display: none; }

.chat-panel__head {
  background: var(--ink);
  color: #fff;
  padding: 1rem 1.15rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.chat-panel__title { font-family: var(--display); font-size: 1rem; font-weight: 600; }

.chat-panel__subtitle {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .05em;
  color: #b9bcdd;
  margin-top: .3rem;
}

.chat-panel__clear {
  margin-left: auto;
  align-self: center;
  background: none;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 7px;
  padding: .3rem .6rem;
  color: #b9bcdd;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .05em;
  cursor: pointer;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.chat-panel__clear:hover { color: #fff; border-color: rgba(255, 255, 255, .5); }
.chat-panel__clear[hidden] { display: none; }
.chat-panel__clear[data-armed='true'] {
  color: #ffd0c8;
  border-color: #ffd0c8;
}

.chat-panel__close {
  margin-left: .6rem;
  background: none;
  border: 0;
  color: #b9bcdd;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 .2rem;
}
.chat-panel__close:hover { color: #fff; }

/* "Bot değil" bildirimi */
.chat-human {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .7rem 1.15rem;
  background: var(--blue-wash);
  border-bottom: 1px solid var(--line);
  font-size: .8rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.chat-human__dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: .45rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 3px rgba(33, 192, 122, .18);
}

/* Sohbet öncesi iletişim formu */
.chat-intro {
  flex: 1;
  overflow-y: auto;
  padding: 1.15rem;
  background: var(--paper);
}
.chat-intro[hidden] { display: none; }

.chat-intro__title {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.02em;
}

.chat-intro__lead {
  margin-top: .3rem;
  margin-bottom: 1.15rem;
  font-size: .85rem;
  color: var(--muted);
}

.chat-field { display: block; margin-bottom: .85rem; }

.chat-field__label {
  display: block;
  margin-bottom: .3rem;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--muted);
}

.chat-field__input {
  width: 100%;
  padding: .6rem .8rem;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
  font-family: var(--body);
  font-size: .93rem;
  color: var(--ink);
}
.chat-field__hint {
  display: block;
  margin-top: .3rem;
  font-size: .74rem;
  line-height: 1.4;
  color: var(--muted);
}

.chat-field__input:focus { outline: none; border-color: var(--blue); }
.chat-field__input[aria-invalid='true'] { border-color: #c0392b; background: #fdf4f3; }

.chat-intro__note {
  margin-bottom: 1rem;
  padding: .6rem .8rem;
  border-radius: 9px;
  background: rgba(33, 192, 122, .1);
  border: 1px solid rgba(33, 192, 122, .3);
  font-size: .82rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.chat-intro__error {
  margin-bottom: .7rem;
  font-size: .82rem;
  color: #c0392b;
}
.chat-intro__error[hidden] { display: none; }

.chat-intro__submit {
  width: 100%;
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  padding: .75rem 1rem;
  font-family: var(--body);
  font-size: .93rem;
  font-weight: 500;
  cursor: pointer;
}
.chat-intro__submit:hover { background: var(--blue-dark); }
.chat-intro__submit:disabled { background: var(--muted); cursor: default; }

.chat-intro__privacy {
  margin-top: .8rem;
  font-size: .75rem;
  line-height: 1.5;
  color: var(--muted);
}

.chat-log {
  flex: 1;
  overflow-y: auto;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  background: var(--paper);
}

.bubble {
  max-width: 85%;
  padding: .7rem .95rem;
  border-radius: 12px;
  font-size: .93rem;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.bubble--agent {
  align-self: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-bottom-left-radius: 4px;
}

.bubble--visitor {
  align-self: flex-end;
  background: var(--blue);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.bubble--note {
  align-self: center;
  background: transparent;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .05em;
  text-align: center;
  max-width: 100%;
  padding: .2rem 0;
}

.chat-log[hidden] { display: none; }

.chat-form {
  display: flex;
  gap: .55rem;
  padding: .8rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.chat-form__input {
  flex: 1;
  resize: none;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: .6rem .8rem;
  font-family: var(--body);
  font-size: .93rem;
  line-height: 1.5;
  max-height: 120px;
  color: var(--ink);
  background: var(--paper);
}
.chat-form__input:focus { outline: none; border-color: var(--blue); background: #fff; }

.chat-form__send {
  align-self: flex-end;
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  padding: .62rem 1.05rem;
  font-family: var(--body);
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
}
.chat-form__send:hover { background: var(--blue-dark); }
.chat-form__send:disabled { background: var(--muted); cursor: default; }
.chat-form[hidden] { display: none; }

/* ── Görünürlük animasyonu ──────────────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal[data-visible='true'] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
