/* ==========================================================================
   BF CMS — site.css
   Tüm renk/tipografi değerleri theme.css içindeki değişkenlerden gelir.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--c-bg); color: var(--c-text);
  font-family: var(--font-body); font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 {
  font-family: var(--font-display); margin: 0 0 .5em;
  letter-spacing: var(--display-spacing); line-height: 1.15; font-weight: 700;
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin: 0 0 1rem; }
[data-style="bold"] h1, [data-style="bold"] h2, [data-style="bold"] h3 { text-transform: var(--display-transform); }
::selection { background: var(--c-primary); color: #fff; }
:focus-visible { outline: 3px solid var(--c-accent); outline-offset: 2px; }

.wrap { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }
.sec { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.sec--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.sec--alt { background: color-mix(in srgb, var(--c-surface) 82%, var(--c-bg)); }
.muted { color: var(--c-muted); }
.center { text-align: center; }

/* ---------- Bölüm başlıkları ---------- */
.sec-head { max-width: 660px; margin-bottom: 2.5rem; }
.sec-head--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--c-primary); margin-bottom: .75rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--c-primary); }
.sec-head p { color: var(--c-muted); font-size: 1.05rem; margin: 0; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.6rem; border: 1px solid transparent; border-radius: var(--radius);
  font-weight: 600; font-size: .95rem; line-height: 1; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn--primary { background: var(--c-primary); color: #fff; box-shadow: 0 8px 22px rgba(var(--c-primary-rgb), .28); }
.btn--primary:hover { background: var(--c-primary-2); transform: translateY(-2px); }
.btn--ghost { border-color: color-mix(in srgb, var(--c-text) 25%, transparent); color: var(--c-text); background: transparent; }
.btn--ghost:hover { border-color: var(--c-primary); color: var(--c-primary); }
.btn--light { background: color-mix(in srgb, var(--c-surface) 90%, transparent); color: var(--c-text); border-color: var(--c-border); }
.btn--sm { padding: .55rem 1rem; font-size: .85rem; }
.btn--lg { padding: 1.05rem 2.1rem; font-size: 1.02rem; }
.btn--block { width: 100%; }
[data-style="bold"] .btn { text-transform: uppercase; letter-spacing: .06em; }

/* ---------- Üst bar ---------- */
.topbar { background: color-mix(in srgb, var(--c-primary) 92%, #000); color: #fff; font-size: .84rem; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 42px; }
.topbar__left { display: flex; gap: 1.4rem; align-items: center; opacity: .92; }
.topbar__item { display: inline-flex; align-items: center; gap: .4rem; }
.ico { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.topbar__right { display: flex; align-items: center; gap: .5rem; }
.topbar__soc {
  width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.15); font-size: .74rem; font-weight: 700;
}
.topbar__soc:hover { background: #fff; color: var(--c-primary); }
.topbar__phone { font-weight: 700; margin-left: .5rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--c-surface) 96%, transparent);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--c-border);
  transition: box-shadow .2s ease, padding .2s ease;
}
.site-header.is-stuck { box-shadow: 0 6px 26px rgba(0,0,0,.13); }
.header__in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 800; }
.brand__logo { max-height: 46px; width: auto; }
.brand__mark {
  width: 40px; height: 40px; border-radius: var(--radius-sm); display: grid; place-items: center;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-2)); color: #fff;
  font-family: var(--font-display); font-size: 1.25rem;
}
.brand__text { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: var(--display-spacing); }

.nav { display: flex; align-items: center; gap: .3rem; }
.nav__link {
  padding: .6rem .85rem; border-radius: var(--radius-sm); font-size: .94rem; font-weight: 500;
  color: color-mix(in srgb, var(--c-text) 85%, transparent); position: relative;
}
.nav__link:hover { color: var(--c-primary); }
.nav__link.is-active { color: var(--c-primary); font-weight: 700; }
.nav__link.is-active::after {
  content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .18rem;
  height: 2px; background: var(--c-primary); border-radius: 2px;
}
.nav__cta { margin-left: .6rem; }
.nav__close { display: none; }

.burger { display: none; width: 44px; height: 44px; background: none; border: 0; padding: 10px; }
.burger span { display: block; height: 2px; background: var(--c-text); margin: 5px 0; transition: .25s; border-radius: 2px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.45); opacity: 0; pointer-events: none;
  transition: opacity .25s; z-index: 65;
}
body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }

/* ---------- Slider ---------- */
.hero { position: relative; overflow: hidden; background: var(--c-surface); }
.hero__slides { position: relative; height: clamp(430px, 68vh, 720px); }
.hero__slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity .8s ease, transform 6s linear;
  display: grid; align-items: center;
}
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__slide.is-active .hero__bg { transform: scale(1.08); }
.hero__bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1); transition: transform 7s ease-out;
}
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,var(--veil,.5)) 0%, rgba(0,0,0,calc(var(--veil,.5) * .35)) 70%); }
.hero__inner { position: relative; z-index: 2; color: #fff; max-width: 640px; }
.hero__slide[data-align="center"] .hero__inner { margin-inline: auto; text-align: center; }
.hero__slide[data-align="right"] .hero__inner { margin-left: auto; text-align: right; }
.hero__eyebrow {
  display: inline-block; padding: .35rem .8rem; border-radius: 100px; margin-bottom: 1rem;
  background: rgba(var(--c-primary-rgb), .9); font-size: .78rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
}
.hero__title { color: #fff; font-size: clamp(2.1rem, 5.4vw, 4rem); margin-bottom: .8rem; text-shadow: 0 4px 30px rgba(0,0,0,.35); }
.hero__sub { font-size: clamp(1rem, 1.7vw, 1.2rem); opacity: .92; margin-bottom: 1.8rem; }
.hero__btns { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero__slide[data-align="center"] .hero__btns { justify-content: center; }
.hero__slide[data-align="right"] .hero__btns { justify-content: flex-end; }
.hero__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5);
  background: rgba(0,0,0,.25); color: #fff; display: grid; place-items: center; font-size: 1.3rem;
  transition: .2s;
}
.hero__nav:hover { background: var(--c-primary); border-color: var(--c-primary); }
.hero__nav--prev { left: 1.2rem; }
.hero__nav--next { right: 1.2rem; }
.hero__dots { position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: .5rem; }
.hero__dot { width: 28px; height: 4px; border: 0; border-radius: 4px; background: rgba(255,255,255,.45); }
.hero__dot.is-active { background: var(--c-primary); width: 42px; }
.hero--static { padding: clamp(3rem, 7vw, 5.5rem) 0; background: linear-gradient(135deg, var(--c-primary), var(--c-primary-2)); color: #fff; }
.hero--static h1 { color: #fff; }

/* ---------- Sayfa başlığı ---------- */
.page-hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0; position: relative;
  background: linear-gradient(120deg, color-mix(in srgb, var(--c-primary) 92%, #000), var(--c-primary-2)); color: #fff;
}
.page-hero h1 { color: #fff; margin: 0 0 .4rem; }
.crumbs { font-size: .88rem; opacity: .85; display: flex; gap: .45rem; flex-wrap: wrap; }
.crumbs a:hover { text-decoration: underline; }

/* ---------- Izgara ve kartlar ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }

.card {
  background: var(--c-surface); border: 1px solid var(--c-border); border-radius: var(--radius);
  overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--c-primary) 45%, var(--c-border)); }
.card__media { aspect-ratio: 16 / 10; overflow: hidden; background: color-mix(in srgb, var(--c-text) 6%, transparent); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.06); }
.card__body { padding: 1.3rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card__title { margin: 0; font-size: 1.15rem; }
.card__text { color: var(--c-muted); font-size: .94rem; margin: 0; flex: 1; }
.card__meta { font-size: .82rem; color: var(--c-muted); display: flex; gap: .8rem; flex-wrap: wrap; }
.card__link { color: var(--c-primary); font-weight: 600; font-size: .9rem; display: inline-flex; gap: .35rem; align-items: center; }
.card__link::after { content: "→"; transition: transform .2s; }
.card:hover .card__link::after { transform: translateX(4px); }
.card__icon {
  width: 52px; height: 52px; border-radius: var(--radius-sm); display: grid; place-items: center;
  background: rgba(var(--c-primary-rgb), .12); color: var(--c-primary); font-size: 1.4rem; font-weight: 800;
  margin-bottom: .3rem;
}
.card__price { font-family: var(--font-display); color: var(--c-primary); font-size: 1.15rem; }

/* Ekip kartı */
.person { text-align: center; }
.person__photo { aspect-ratio: 1 / 1; overflow: hidden; }
.person__photo img { width: 100%; height: 100%; object-fit: cover; }
.person__name { margin: 0; font-size: 1.1rem; }
.person__title { color: var(--c-primary); font-size: .88rem; font-weight: 600; }

/* Yorumlar */
.review { padding: 1.5rem; }
.review__stars { color: var(--c-accent); letter-spacing: .1em; }
.review__who { display: flex; align-items: center; gap: .7rem; margin-top: 1rem; }
.review__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }

/* İstatistik şeridi */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1px; background: var(--c-border); border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; }
.stat { background: var(--c-surface); padding: 1.6rem 1rem; text-align: center; }
.stat__num { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--c-primary); line-height: 1; }
.stat__label { font-size: .88rem; color: var(--c-muted); margin-top: .35rem; }

/* Özellik listesi */
.feature-list { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; gap: .8rem; }
.feature-list li { display: flex; gap: .7rem; align-items: flex-start; }
.feature-list li::before {
  content: "✓"; flex: 0 0 22px; height: 22px; border-radius: 50%; margin-top: .2rem;
  background: rgba(var(--c-primary-rgb), .14); color: var(--c-primary);
  display: grid; place-items: center; font-size: .78rem; font-weight: 700;
}

/* CTA bandı */
.cta-band {
  background: linear-gradient(120deg, var(--c-primary), var(--c-primary-2)); color: #fff;
  border-radius: var(--radius); padding: clamp(2rem, 5vw, 3.2rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
}
.cta-band h2 { color: #fff; margin: 0 0 .3rem; }
.cta-band p { margin: 0; opacity: .9; }
.cta-band .btn--light { background: #fff; color: var(--c-primary); border: 0; }

/* Galeri */
.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1rem; }
.gal__item { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius); cursor: zoom-in; }
.gal__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gal__item:hover img { transform: scale(1.07); }
.gal__cap {
  position: absolute; inset: auto 0 0 0; padding: .8rem; color: #fff; font-size: .88rem;
  background: linear-gradient(transparent, rgba(0,0,0,.75)); opacity: 0; transition: .3s;
}
.gal__item:hover .gal__cap { opacity: 1; }
.gal-filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.gal-filter { padding: .45rem 1rem; border-radius: 100px; border: 1px solid var(--c-border); background: var(--c-surface); font-size: .88rem; }
.gal-filter.is-active { background: var(--c-primary); color: #fff; border-color: var(--c-primary); }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.9); display: none; place-items: center; z-index: 200; padding: 1.5rem; }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: var(--radius); }
.lightbox__close { position: absolute; top: 1rem; right: 1.4rem; font-size: 2rem; color: #fff; background: none; border: 0; }

/* SSS */
.faq-item { border-bottom: 1px solid var(--c-border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; padding: 1.15rem 2.5rem 1.15rem 0;
  font-family: var(--font-display); font-size: 1.05rem; color: var(--c-text); position: relative;
}
.faq-q::after { content: "+"; position: absolute; right: .3rem; top: 50%; transform: translateY(-50%); color: var(--c-primary); font-size: 1.4rem; }
.faq-item.is-open .faq-q::after { content: "−"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--c-muted); }
.faq-item.is-open .faq-a { max-height: 700px; padding-bottom: 1.1rem; }

/* ---------- Formlar ---------- */
.form-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 600; color: var(--c-muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem; border: 1px solid var(--c-border); border-radius: var(--radius-sm);
  background: var(--c-surface); color: var(--c-text); font: inherit; font-size: .95rem;
  transition: border-color .18s, box-shadow .18s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--c-primary); box-shadow: 0 0 0 4px rgba(var(--c-primary-rgb), .14);
}
.field textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute !important; left: -9999px; }
.alert { padding: 1rem 1.2rem; border-radius: var(--radius); margin: 1.5rem 0; border: 1px solid; font-size: .95rem; }
.alert--success { background: rgba(22,163,74,.1); border-color: rgba(22,163,74,.4); color: #16a34a; }
.alert--error { background: rgba(220,38,38,.1); border-color: rgba(220,38,38,.4); color: #dc2626; }

/* ---------- Randevu ---------- */
.appt { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: start; }
.appt__panel { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 1.8rem); }
.steps { display: flex; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.step { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: var(--c-muted); }
.step__n { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--c-text) 10%, transparent); font-size: .8rem; font-weight: 700; }
.step.is-done .step__n, .step.is-current .step__n { background: var(--c-primary); color: #fff; }
.step.is-current { color: var(--c-text); font-weight: 600; }
.step__sep { flex: 1; height: 1px; background: var(--c-border); min-width: 14px; }

/* Takvim */
.cal { user-select: none; }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.cal__month { font-family: var(--font-display); font-size: 1.15rem; }
.cal__nav {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--c-border);
  background: var(--c-surface); color: var(--c-text); display: grid; place-items: center; transition: .2s;
}
.cal__nav:hover:not(:disabled) { background: var(--c-primary); color: #fff; border-color: var(--c-primary); }
.cal__nav:disabled { opacity: .35; cursor: not-allowed; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .4rem; }
.cal__dow { text-align: center; font-size: .72rem; font-weight: 700; color: var(--c-muted); text-transform: uppercase; letter-spacing: .06em; padding-bottom: .4rem; }
.cal__day {
  aspect-ratio: 1; border: 1px solid transparent; border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--c-text) 5%, transparent); color: var(--c-text);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  font-size: .95rem; font-weight: 600; position: relative; transition: .16s;
}
.cal__day span.dot { width: 5px; height: 5px; border-radius: 50%; background: var(--c-primary); opacity: .75; }
.cal__day.is-empty { background: none; pointer-events: none; }
.cal__day.is-open:hover { background: rgba(var(--c-primary-rgb), .16); border-color: var(--c-primary); transform: translateY(-2px); }
.cal__day.is-disabled { opacity: .3; cursor: not-allowed; }
.cal__day.is-disabled .dot { display: none; }
.cal__day.is-full { color: var(--c-muted); text-decoration: line-through; opacity: .55; cursor: not-allowed; }
.cal__day.is-today { border-color: var(--c-primary); }
.cal__day.is-selected { background: var(--c-primary); color: #fff; box-shadow: 0 8px 20px rgba(var(--c-primary-rgb), .35); }
.cal__day.is-selected .dot { background: #fff; }
.cal__legend { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; font-size: .78rem; color: var(--c-muted); }
.cal__legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; margin-right: .35rem; vertical-align: -1px; }

.slots { margin-top: 1.5rem; }
.slots__title { font-size: .9rem; font-weight: 700; margin-bottom: .7rem; color: var(--c-muted); }
.slots__list { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: .5rem; }
.slot {
  padding: .7rem .4rem; border-radius: var(--radius-sm); border: 1px solid var(--c-border);
  background: var(--c-surface); color: var(--c-text); font-size: .92rem; font-weight: 600; transition: .16s;
}
.slot:hover:not(:disabled) { border-color: var(--c-primary); color: var(--c-primary); transform: translateY(-2px); }
.slot:disabled { opacity: .32; cursor: not-allowed; text-decoration: line-through; }
.slot.is-selected { background: var(--c-primary); border-color: var(--c-primary); color: #fff; }
.slot small { display: block; font-size: .68rem; font-weight: 500; opacity: .8; }
.cal-loading { opacity: .45; pointer-events: none; }
.appt-summary { display: grid; gap: .6rem; padding: 1rem; border-radius: var(--radius-sm); background: rgba(var(--c-primary-rgb), .07); margin-bottom: 1.2rem; font-size: .92rem; }
.appt-summary b { color: var(--c-primary); }
.appt-off { text-align: center; padding: 3rem 1rem; }

/* ---------- İçerik ---------- */
.prose { font-size: 1.02rem; line-height: 1.8; }
.prose img { border-radius: var(--radius); margin: 1.5rem 0; }
.prose h2, .prose h3 { margin-top: 2rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose blockquote {
  margin: 1.5rem 0; padding: 1rem 1.4rem; border-left: 3px solid var(--c-primary);
  background: color-mix(in srgb, var(--c-primary) 6%, transparent); border-radius: 0 var(--radius) var(--radius) 0;
}
.prose a { color: var(--c-primary); text-decoration: underline; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Sayfalama */
.pager { display: flex; gap: .4rem; justify-content: center; margin-top: 2.5rem; flex-wrap: wrap; }
.pager a, .pager span {
  min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 .7rem;
  border: 1px solid var(--c-border); border-radius: var(--radius-sm); font-size: .92rem;
}
.pager .is-current { background: var(--c-primary); color: #fff; border-color: var(--c-primary); }

/* İletişim */
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: start; }
.contact-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 1.5rem; }
.contact-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.contact-card li { display: flex; gap: .8rem; align-items: flex-start; font-size: .95rem; }
.contact-card .k { font-weight: 700; min-width: 74px; color: var(--c-muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.map-embed { border-radius: var(--radius); overflow: hidden; margin-top: 1.5rem; border: 1px solid var(--c-border); }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ---------- Footer ---------- */
.site-footer { background: color-mix(in srgb, var(--c-surface) 88%, var(--c-text) 6%); border-top: 1px solid var(--c-border); margin-top: 4rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; padding: 3.5rem 0 2.5rem; }
.footer__brand { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; font-family: var(--font-display); font-size: 1.1rem; }
.footer__logo { max-height: 46px; }
.footer__about { color: var(--c-muted); font-size: .93rem; }
.footer__socials { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1rem; }
.footer__socials a { font-size: .8rem; padding: .35rem .8rem; border: 1px solid var(--c-border); border-radius: 100px; }
.footer__socials a:hover { border-color: var(--c-primary); color: var(--c-primary); }
.footer__title { font-size: 1rem; margin-bottom: 1rem; }
.footer__list, .footer__contact { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; font-size: .93rem; color: var(--c-muted); }
.footer__list a:hover { color: var(--c-primary); }
.footer__bottom { border-top: 1px solid var(--c-border); font-size: .85rem; color: var(--c-muted); }
.footer__bottom-in { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; flex-wrap: wrap; }

/* ---------- Yüzen ögeler ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); z-index: 90;
  width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 28px rgba(37,211,102,.42);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.to-top {
  position: fixed; left: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); z-index: 90;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--c-border);
  background: var(--c-surface); color: var(--c-text); opacity: 0; pointer-events: none; transition: .25s;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; }
.cookie {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; z-index: 95;
  width: min(680px, calc(100% - 2rem)); background: var(--c-surface); border: 1px solid var(--c-border);
  border-radius: var(--radius); padding: 1rem 1.2rem; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 1rem; font-size: .88rem;
}
.cookie p { margin: 0; flex: 1; color: var(--c-muted); }

/* ---------- Animasyon ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Duyarlı ---------- */
@media (max-width: 1024px) {
  .appt { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .topbar__item--hide { display: none; }
  .burger { display: block; }
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 86vw); z-index: 70;
    background: var(--c-surface); border-left: 1px solid var(--c-border);
    flex-direction: column; align-items: stretch; gap: .2rem;
    padding: 4.5rem 1.2rem 2rem; transform: translateX(102%); transition: transform .3s ease;
    overflow-y: auto; box-shadow: -20px 0 50px rgba(0,0,0,.2);
  }
  body.nav-open .nav { transform: none; }
  .nav__link { padding: .9rem .6rem; border-bottom: 1px solid var(--c-border); border-radius: 0; }
  .nav__link.is-active::after { display: none; }
  .nav__cta { margin: 1rem 0 0; }
  .nav__close { display: block; position: absolute; top: 1rem; right: 1.2rem; font-size: 2rem; background: none; border: 0; color: var(--c-text); line-height: 1; }
  .split { grid-template-columns: 1fr; }
  .hero__slides { height: clamp(400px, 72vh, 560px); }
  .hero__nav { display: none; }
  .hero__veil { background: linear-gradient(180deg, rgba(0,0,0,calc(var(--veil,.5) * .7)), rgba(0,0,0,var(--veil,.5))); }
  .hero__slide[data-align="right"] .hero__inner { text-align: left; margin-left: 0; }
  .footer__grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .cta-band { text-align: center; justify-content: center; }
}
@media (max-width: 480px) {
  body { font-size: 15.5px; }
  .wrap { width: calc(100% - 1.6rem); }
  .slots__list { grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); }
  .cal__grid { gap: .28rem; }
  .cal__day { font-size: .85rem; }
  .cookie { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
@media print { .site-header, .topbar, .site-footer, .wa-float, .to-top, .cookie { display: none !important; } }
