/* BATTFITS GYM — koyu, metalik gümüş + bakır vurgulu tema (logodan alındı) */
:root {
  --bg: #0b0d11;
  --bg-2: #101319;
  --surface: #151920;
  --surface-2: #1b2029;
  --line: #262c37;
  --line-2: #323a47;
  --text: #eceef2;
  --muted: #9aa2b0;
  --dim: #6d7584;
  --silver-1: #f4f6f9;
  --silver-2: #aab2bf;
  --accent: #c8804f;
  --accent-2: #e0a172;
  --accent-ink: #1a0f07;
  --navy: #2d5c9a;
  --ok: #4fc38a;
  --radius: 14px;
  --radius-lg: 22px;
  --wrap: 1200px;
  --display: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
  --body: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.05; margin: 0; letter-spacing: .01em; }
p { margin: 0; }
[data-k] { white-space: pre-line; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.ico { width: 1.25em; height: 1.25em; flex: none; }

/* ---- Butonlar ---- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: .8em 1.35em; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: .02em;
  border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 1em 1.6em; font-size: 16px; }
.btn-sm { padding: .55em 1.05em; font-size: 14px; }
.btn-accent {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: var(--accent-ink);
  box-shadow: 0 10px 30px -10px rgba(200, 128, 79, .7);
}
.btn-accent:hover { box-shadow: 0 16px 36px -10px rgba(224, 161, 114, .8); }
.btn-ghost { border-color: var(--line-2); color: var(--text); background: rgba(255, 255, 255, .03); }
.btn-ghost:hover { border-color: var(--silver-2); background: rgba(255, 255, 255, .07); }

/* ---- Duyuru ---- */
.announce {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 9px 16px; font-size: 14px; font-weight: 500; text-align: center;
  background: linear-gradient(90deg, #6b3d20, var(--accent), #6b3d20);
  color: #fff7f0;
}
.announce .ico { width: 16px; height: 16px; }

/* ---- Menü ---- */
.nav {
  position: sticky; top: 0; z-index: 50;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(11, 13, 17, .86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--line); }
/* solda menü · ortada logo · sağda Üye Ol */
.nav-in { position: relative; display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 20px; }
.brand {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: 11px; white-space: nowrap;
}
.brand-logo { height: 46px; }
.nav .brand-txt small { display: none; }          /* menüde sadece isim, sayfa ortasında temiz dursun */
.nav .brand-txt b { font-size: 22px; }
.brand-logo { height: 48px; width: auto; aspect-ratio: 430 / 390; object-fit: contain; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.1; }
.brand-txt b { font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: .06em; }
.brand-txt small { font-size: 11px; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.nav-panel { display: none; }
.nav-end { display: flex; align-items: center; gap: 20px; }
.nav-social { display: flex; align-items: center; gap: 10px; padding-right: 18px; border-right: 1px solid var(--line-2); }
.nav-social a { color: var(--muted); display: grid; place-items: center; transition: color .2s; }
.nav-social a:hover { color: var(--accent-2); }
.nav-social .ico { width: 19px; height: 19px; }
.nav-cta { text-transform: uppercase; letter-spacing: .08em; }
.nav-links > a:not(.btn) { color: var(--muted); transition: color .2s; }
.nav-links > a:not(.btn):hover { color: var(--text); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-2); color: var(--text); border-radius: 10px; padding: 8px; cursor: pointer; }
.nav-toggle .ico { width: 24px; height: 24px; }

/* ---- Hero ---- */
.hero {
  position: relative; overflow: hidden; margin-top: -76px;
  padding: calc(76px + 16vh) 0 96px; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-start;   /* yazı videonun orta-üstünde */
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.6) blur(2px); opacity: var(--hero-bg-op, .22); transform: scale(1.05); }
video.hero-bg-img { filter: grayscale(.45); opacity: var(--hero-bg-op, .32); }
.hero-video-btn {
  position: absolute; right: 20px; bottom: 92px; z-index: 3;   /* WhatsApp düğmesinin üstünde */
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  background: rgba(11, 13, 17, .6); border: 1px solid var(--line-2); color: var(--silver-2);
  backdrop-filter: blur(6px); transition: color .2s, border-color .2s;
}
.hero-video-btn:hover { color: var(--accent-2); border-color: var(--accent); }
.hero-video-btn .ico { width: 15px; height: 15px; }
@media (prefers-reduced-motion: reduce) { video.hero-bg-img { display: none; } }
.hero-bg::after {                   /* sade karartma: üstte yazı okunsun, alt kısımda video öne çıksın */
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 30%, rgba(11, 13, 17, .5), transparent 75%),
    linear-gradient(180deg, rgba(11, 13, 17, .6) 0%, rgba(11, 13, 17, .25) 45%, rgba(11, 13, 17, .25) 75%, var(--bg) 100%);
}
.hero-in { display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--accent-2); font-weight: 600; font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  margin-bottom: 16px;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; }

.hero-title {
  font-size: clamp(48px, 8.5vw, 116px); font-weight: 800; text-transform: uppercase; letter-spacing: .02em;
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, .55));
  background: linear-gradient(180deg, var(--silver-1) 20%, var(--silver-2) 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 14px;
}
.hero-text { font-size: 18px; color: #c6ccd6; max-width: 600px; text-shadow: 0 2px 14px rgba(0, 0, 0, .5); }
.hero-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.hero-stats { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 28px; text-shadow: 0 2px 12px rgba(0, 0, 0, .6); }
.stat { padding: 0 28px; }
.stat + .stat { border-left: 1px solid rgba(255, 255, 255, .12); }
.stat b { display: block; font-family: var(--display); font-size: 26px; font-weight: 700; color: var(--silver-1); line-height: 1.1; }
.stat span { display: block; margin-top: 6px; line-height: 1.35; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(236, 238, 242, .78); }
.hero-mark { margin-bottom: 26px; }
.hero-logo { width: 300px; max-width: 70vw; height: auto; aspect-ratio: 804 / 620; object-fit: contain; filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .65)); }

/* ---- Bölümler ---- */
.section { padding: 110px 0; position: relative; }
.sec-head { max-width: 720px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-title { font-size: clamp(38px, 5vw, 60px); font-weight: 700; text-transform: uppercase; margin-bottom: 16px; }
.sec-sub, .lead { color: var(--muted); font-size: 18px; }
.lead { margin-bottom: 24px; }

/* Alıntı */
.quote-sec { padding: 80px 0; background: linear-gradient(180deg, var(--bg), var(--bg-2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quotes { display: grid; text-align: center; }
.quote { grid-area: 1 / 1; margin: 0; opacity: 0; transform: translateY(10px); transition: opacity .8s, transform .8s; pointer-events: none; }
.quote.active { opacity: 1; transform: none; pointer-events: auto; }
.q-mark { display: block; font-family: Georgia, serif; font-size: 90px; line-height: .6; color: var(--accent); margin-bottom: 8px; }
.quote blockquote { margin: 0 auto; max-width: 900px; font-family: var(--display); font-size: clamp(30px, 4.4vw, 52px); font-weight: 600; line-height: 1.15; }
.quote figcaption { margin-top: 18px; color: var(--muted); letter-spacing: .08em; font-size: 15px; }

/* her sözün görseli bölümün arka planını soldan sağa kaplar */
.quote-sec { position: relative; overflow: hidden; isolation: isolate; }
.quote-sec > .wrap { position: relative; z-index: 1; }
.quote-bgs { position: absolute; inset: 0; z-index: 0; }
.qbg { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.qbg.active { opacity: 1; }
.qbg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block;
  filter: saturate(.85) contrast(1.05) brightness(.75);
}
.qbg::after {                         /* metalik–bakır tonlama + okunabilirlik için karartma */
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(11, 13, 17, .55), rgba(11, 13, 17, .35) 70%, rgba(11, 13, 17, .7));
}
.quote blockquote, .quote figcaption { text-shadow: 0 2px 18px rgba(0, 0, 0, .6); }
.quote figcaption { color: rgba(255, 255, 255, .78); }

/* Hakkımızda */
.about-in { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.about-media { position: relative; }
.about-img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.about-badge {
  position: absolute; right: -18px; bottom: 28px;
  display: flex; align-items: center; gap: 12px;
  background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 16px; padding: 14px 18px;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, .6);
}
.about-badge .ico { width: 30px; height: 30px; color: var(--accent-2); }
.about-badge b { display: block; font-family: var(--display); font-size: 22px; }
.about-badge small { color: var(--muted); font-size: 13px; }
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }
.checks .ico { color: var(--accent-2); margin-top: 3px; }

/* Hizmetler */
.services { background: var(--bg-2); }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.svc {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform .25s, border-color .25s, background .25s;
}
.svc:hover { transform: translateY(-4px); border-color: rgba(200, 128, 79, .55); background: var(--surface-2); }
.svc-body { position: relative; padding: 26px 24px; }
.svc-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.svc-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.9) brightness(.9); transition: transform .6s, filter .6s; }
.svc-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11, 13, 17, .55)); pointer-events: none; }
.svc:hover .svc-img img { transform: scale(1.06); filter: none; }
.has-img .svc-body { padding-top: 0; }
.has-img .svc-ico { position: relative; z-index: 1; margin-top: -26px; }
.svc-ico {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(145deg, #2a303b, #171b22); border: 1px solid var(--line-2); color: var(--silver-1);
}
.svc-ico .ico { width: 26px; height: 26px; }
.svc h3 { font-size: 26px; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; }
.svc p { color: var(--muted); font-size: 15.5px; }

/* Alanlar */
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px; }
.area { display: flex; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.area-no { font-family: var(--display); font-size: 44px; font-weight: 700; color: var(--accent); line-height: .9; min-width: 56px; }
.area h3 { font-size: 28px; text-transform: uppercase; margin-bottom: 8px; }
.area p { color: var(--muted); }

/* Wellness */
.wellness { background: var(--bg-2); }
.well-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }   /* son sıra ortalansın */
.well-grid > .well { flex: 0 1 calc((100% - 44px) / 3); }
.well { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s, border-color .25s; }
.well:hover { transform: translateY(-4px); border-color: var(--line-2); }
.well-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.well-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.well:hover .well-img img { transform: scale(1.06); }
.well-body { padding: 22px 24px 26px; }
.well h3 { font-size: 26px; text-transform: uppercase; margin-bottom: 6px; }
.well p { color: var(--muted); font-size: 15.5px; }

/* Saatler */
.hours-in { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hours-card { background: linear-gradient(160deg, var(--surface-2), var(--surface)); border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 30px; }
.hours-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.hours-top > .ico { width: 34px; height: 34px; color: var(--accent-2); }
.open-now { font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; background: rgba(79, 195, 138, .12); color: var(--ok); }
.open-now:empty { display: none; }
.open-now.closed { background: rgba(255, 255, 255, .06); color: var(--muted); }
.hrow { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px dashed var(--line-2); font-size: 18px; }
.hrow b { font-family: var(--display); font-size: 24px; letter-spacing: .02em; }
.hours-note { color: var(--dim); font-size: 14px; margin-top: 16px; }

/* Uygulama */
.app { background: radial-gradient(70% 80% at 85% 50%, rgba(45, 92, 154, .18), transparent 70%), var(--bg-2); overflow: hidden; }
.app-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-btn {
  display: inline-flex; align-items: center; gap: 12px; padding: 10px 20px 10px 16px; min-width: 190px;
  background: #fff; color: #0b0d11; border-radius: 14px; transition: transform .2s, box-shadow .2s;
}
.store-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -12px rgba(255, 255, 255, .5); }
.store-btn .ico { width: 30px; height: 30px; }
.store-btn span { display: flex; flex-direction: column; line-height: 1.15; }
.store-btn small { font-size: 12px; }
.store-btn b { font-size: 19px; font-weight: 600; }
.store-btn.is-soon { background: var(--surface-2); color: var(--muted); border: 1px solid var(--line-2); cursor: default; }
.store-btn.is-soon:hover { transform: none; box-shadow: none; }
.store-btn.is-soon small { color: var(--accent-2); font-weight: 600; }
.web-login { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--silver-1); font-weight: 600; border-bottom: 1px solid var(--line-2); padding-bottom: 4px; }
.web-login:hover { border-color: var(--accent); }
.web-login.is-soon { color: var(--dim); }
.app-visual { display: grid; place-items: center; }
.app-shot { max-height: 560px; width: auto; border-radius: 28px; }
.phone {
  width: 280px; aspect-ratio: 9 / 19; border-radius: 42px; padding: 12px;
  background: linear-gradient(145deg, #3a414d, #14171d); box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .8), inset 0 0 0 1px rgba(255, 255, 255, .08);
  position: relative; transform: rotate(-4deg);
}
.phone-notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; background: #07080a; border-radius: 20px; z-index: 2; }
.phone-screen {
  height: 100%; border-radius: 32px; background: linear-gradient(180deg, #151a22, #0b0d11);
  padding: 56px 20px 20px; display: flex; flex-direction: column; align-items: center; text-align: center;
}
.phone-logo { width: 70px; }
.phone-hi { font-family: var(--display); font-size: 26px; font-weight: 700; margin-top: 8px; }
.phone-qr { margin: 18px 0 8px; width: 130px; height: 130px; border-radius: 18px; background: #fff; color: #0b0d11; display: grid; place-items: center; }
.phone-qr .ico { width: 96px; height: 96px; stroke-width: 1.4; }
.phone-cap { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.phone-row { width: 100%; display: flex; justify-content: space-between; font-size: 13px; padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .04); margin-top: 8px; }
.phone-row span { color: var(--muted); }
.phone-row b { color: var(--ok); font-weight: 600; }
.phone-row + .phone-row b { color: var(--text); }

/* Ayrıcalıklar */
.perk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.perk { padding: 28px 24px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface), transparent); }
.perk > .ico { width: 32px; height: 32px; color: var(--accent-2); margin-bottom: 16px; }
.perk h3 { font-size: 24px; text-transform: uppercase; margin-bottom: 8px; }
.perk p { color: var(--muted); font-size: 15.5px; }

/* Üyelik başvurusu */
.join { border-top: 1px solid var(--line); }
.join-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.join-alt { margin-top: 26px; color: var(--muted); font-size: 15px; }
.join-copy .hero-btns { margin-top: 14px; }
.join-card {
  padding: 30px; border-radius: var(--radius-lg); border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7);
}
.jf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.jf { display: block; margin-bottom: 16px; }
.jf > span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--muted); }
.jf input, .jf select, .jf textarea {
  width: 100%; padding: 13px 14px; border-radius: 12px; border: 1px solid var(--line-2);
  background: var(--bg); color: var(--text); font: inherit; font-size: 16px; color-scheme: dark;
  transition: border-color .2s, box-shadow .2s;
}
.jf textarea { resize: vertical; min-height: 110px; }
.jf input::placeholder, .jf textarea::placeholder { color: #5f6776; }
.jf input:focus, .jf select:focus, .jf textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(200, 128, 79, .22); }
.jf.bad input, .jf.bad select { border-color: #d05a5a; }
.jf-check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--muted); cursor: pointer; }
.jf-check input { width: 20px; height: 20px; margin: 1px 0 0; flex: none; accent-color: var(--accent); }
.jf-check.bad { color: #e38b8b; }
.jf-link { padding: 0; border: 0; background: none; color: var(--accent-2); font: inherit; text-decoration: underline; cursor: pointer; }
.jf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.jf-err { min-height: 1.4em; margin: 12px 0 10px; color: #e38b8b; font-size: 14px; }
.jf-submit { width: 100%; justify-content: center; }
.jf-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.join-done { display: grid; justify-items: center; gap: 16px; padding: 40px 10px; text-align: center; }
.join-done[hidden] { display: none; }
.join-done > .ico { width: 64px; height: 64px; padding: 16px; border-radius: 50%; background: rgba(200, 128, 79, .15); color: var(--accent-2); }
.join-done p { font-size: 20px; font-weight: 600; max-width: 380px; }
.kvkk-dlg {
  width: min(640px, calc(100vw - 32px)); max-height: calc(100vh - 64px); padding: 0; border-radius: var(--radius-lg);
  border: 1px solid var(--line-2); background: var(--surface); color: var(--text);
}
.kvkk-dlg::backdrop { background: rgba(0, 0, 0, .65); }
.kvkk-body { padding: 26px 26px 8px; white-space: pre-line; color: var(--muted); font-size: 15px; line-height: 1.6; }
.kvkk-dlg form { padding: 16px 26px 24px; text-align: right; }
@media (max-width: 900px) {
  .join-in { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .join-card { padding: 22px 18px; }
  .jf-grid { grid-template-columns: 1fr; }
}

/* İletişim */
.contact { background: var(--bg-2); border-top: 1px solid var(--line); }
.contact-in { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; }
.contact-list { display: grid; gap: 12px; margin-top: 8px; }
.c-item { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: border-color .2s; }
.c-item:hover { border-color: var(--accent); }
.c-item > .ico { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: var(--surface-2); color: var(--accent-2); }
.c-item small { display: block; color: var(--muted); font-size: 13px; }
.c-item b { font-weight: 600; }
.map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); min-height: 420px; background: var(--surface); }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: grayscale(.4) invert(.9) hue-rotate(180deg) contrast(.9); }
.map-gate {
  height: 100%; min-height: 420px; display: grid; place-content: center; justify-items: center; gap: 14px; padding: 30px; text-align: center;
  background: radial-gradient(circle at 50% 40%, rgba(200, 128, 79, .12), transparent 60%), var(--surface);
}
.map-gate > .ico { width: 44px; height: 44px; color: var(--accent-2); }
.map-gate b { max-width: 340px; font-weight: 600; }
.map-gate small { max-width: 340px; color: var(--muted); font-size: 13px; }
.map-gate small a { color: var(--accent-2); text-decoration: underline; }

/* Alt bilgi */
.footer { padding: 70px 0 30px; border-top: 1px solid var(--line); }
.foot-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.foot-logo { width: 170px; aspect-ratio: 804 / 620; object-fit: contain; margin-bottom: 14px; }
.foot-brand p { color: var(--muted); font-size: 15px; max-width: 320px; }
.footer h4 { font-size: 18px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; color: var(--silver-2); }
.footer p { color: var(--muted); font-size: 15px; margin-bottom: 10px; }
.footer p b { color: var(--text); font-weight: 600; }
.footer a:hover { color: var(--text); }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-2); color: var(--muted); }
.social a:hover { border-color: var(--accent); color: var(--accent-2); }
.store-col { display: grid; gap: 10px; }
.store-btn.store-sm { min-width: 0; padding: 8px 14px 8px 12px; }
.store-btn.store-sm .ico { width: 24px; height: 24px; }
.store-btn.store-sm b { font-size: 16px; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--dim); font-size: 14px; flex-wrap: wrap; }
.admin-link { color: var(--dim); }
.legal-links { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.legal-links a { color: var(--dim); transition: color .2s; }
.legal-links a:hover { color: var(--text); }
.kvkk-dlg form { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.kvkk-full { color: var(--accent-2); font-size: 14px; text-decoration: underline; }

/* Yasal sayfalar (/kvkk, /gizlilik, /cerez-politikasi, /kullanim-kosullari) */
.legal-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.legal-brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 22px; letter-spacing: .04em; }
.legal-main { max-width: 820px; padding-top: 56px; padding-bottom: 80px; }
.legal-main h1 { font-size: clamp(34px, 5vw, 52px); text-transform: uppercase; margin-bottom: 28px; }
.legal-main h2 { font-size: 24px; text-transform: uppercase; color: var(--accent-2); margin: 34px 0 10px; }
.legal-main p { color: #c6ccd6; font-size: 16.5px; line-height: 1.75; margin-bottom: 14px; }
.legal-foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-top: 24px; padding-bottom: 40px; border-top: 1px solid var(--line); color: var(--dim); font-size: 14px; }
.legal-foot nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.legal-foot a[aria-current] { color: var(--accent-2); }

.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 12px 30px -8px rgba(37, 211, 102, .6);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float .ico { width: 28px; height: 28px; }

/* Kaydırma animasyonu */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ---- Duyarlı tasarım ---- */
@media (max-width: 1150px) {
  .nav-links { gap: 14px; font-size: 12px; }
  .nav-social { display: none; }
}
@media (max-width: 1080px) {
  .perk-grid { grid-template-columns: repeat(2, 1fr); }
  .well-grid > .well { flex-basis: calc((100% - 22px) / 2); }
  .foot-in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .nav-in { height: 72px; }
  .nav-links { display: none; }
  .nav-panel {
    position: absolute; top: 72px; left: -16px; right: -16px; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(11, 13, 17, .97); border-bottom: 1px solid var(--line); padding: 8px 16px 20px;
    display: none;
  }
  .nav-panel.open { display: flex; }
  .nav-panel > a { padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--text); font-size: 15px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .nav-panel-tel { display: flex; align-items: center; gap: 10px; color: var(--accent-2) !important; border-bottom: 0 !important; }
  .nav-cta { padding: .5em .9em; }
  .nav-social { display: none; }
  .nav { background: rgba(11, 13, 17, .9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
  .hero { margin-top: -72px; }
  .hero { padding-top: calc(72px + 14vh); }
  .hero-in, .about-in, .hours-in, .app-in, .contact-in { grid-template-columns: 1fr; gap: 44px; }
  .hero-mark { order: -1; }
  .hero-logo { max-width: 280px; }
  .area-list { grid-template-columns: 1fr; }
  .about-badge { right: 12px; }
  .section { padding: 80px 0; }
}
@media (max-width: 760px) {
  /* dar ekranda ortada sadece amblem kalsın, buton yazının üstüne binmesin */
  .nav .brand-txt { display: none; }
  .nav .brand-logo { height: 42px; }
  .nav-cta .ico { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .brand-logo { height: 40px; }
  .brand-txt b { font-size: 20px; }
  .brand-txt small { display: none; }
  .nav-cta span, .nav-cta .ico { }
  .brand-logo { height: 36px; }
  .hero-logo { max-width: 210px; }
  .hero-text { font-size: 16px; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin-top: 20px; }
  .stat { padding: 0 8px; }
  .stat b { font-size: 22px; }
  .stat span { font-size: 10px; letter-spacing: .06em; }
  .btn-lg { width: 100%; justify-content: center; }
  .perk-grid, .foot-in { grid-template-columns: 1fr; }
  .well-grid > .well { flex-basis: 100%; }
  .svc-grid { grid-template-columns: 1fr; }
  .store-btn { flex: 1; min-width: 0; }
  .phone { width: 240px; }
  .map, .map iframe, .map-gate { min-height: 320px; }
  .announce { font-size: 13px; }
}
