:root {
  --navy: #001028;
  --navy-2: #0b2238;
  --ink: #171c1f;
  --muted: #44474e;
  --soft: #74777f;
  --bg: #f6fafd;
  --bg-2: #eef4f7;
  --cream: #f9f3eb;
  --cream-line: #eadfcc;
  --line: #dfe3e6;
  --gold: #785833;
  --peach: #fdd3a4;
  --star: #e8a87c;
  --serif: "Libre Caslon Text", Georgia, "Times New Roman", serif;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(0, 16, 40, 0.10);
  --radius: 1rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
.serif { font-family: var(--serif); font-weight: 400; }
svg.i { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.shell { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 56px 0; }
@media (min-width: 768px) { .section { padding: 96px 0; } }

.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.title { font-family: var(--serif); font-weight: 400; font-size: 30px; line-height: 1.2; margin-top: 8px; }
@media (min-width: 768px) { .title { font-size: 46px; } }
.lead { margin-top: 20px; font-size: 15px; line-height: 1.8; color: var(--muted); max-width: 36rem; }
@media (min-width: 768px) { .lead { font-size: 16px; } }

/* Butonlar */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 20px; border-radius: 999px;
  font-size: 14px; font-weight: 800; transition: transform .15s ease, box-shadow .2s ease;
}
.btn:active { transform: scale(.97); }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.btn-dark { background: var(--navy); color: #fff; box-shadow: 0 16px 40px rgba(0, 16, 40, .2); }
.btn-light { background: #fff; color: var(--navy); box-shadow: 0 18px 42px rgba(0, 0, 0, .26); }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .1); color: #fff; backdrop-filter: blur(12px); }
:focus-visible { outline: 3px solid var(--peach); outline-offset: 2px; }

/* Üst menü */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: rgba(255, 255, 255, .85); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}
.header .shell { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 56px; }
@media (min-width: 768px) { .header .shell { height: 72px; } }
.logo { display: flex; align-items: center; gap: 8px; min-width: 0; }
.logo img { height: 30px; width: auto; flex-shrink: 0; }
.logo span { display: grid; line-height: 1.1; min-width: 0; }
.logo strong { font-family: var(--serif); font-weight: 400; font-size: 18px; color: var(--navy); white-space: nowrap; }
.logo small { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
@media (min-width: 768px) { .logo img { height: 38px; } .logo strong { font-size: 22px; } .logo small { font-size: 11px; } }
.nav { display: none; gap: 24px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.nav a:hover { color: var(--navy); }
@media (min-width: 1024px) { .nav { display: flex; } }
.header .btn { height: 34px; padding: 0 14px; font-size: 12px; }
@media (min-width: 768px) { .header .btn { height: 40px; padding: 0 16px; } }

/* Duyuru bandı (üst menünün üstünde, tek satır). Renk: theme-*, efekt: fx-* */
.banner { --b-bg: #785833; --b-bg2: #a2723d; --b-fg: #fff; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; height: 36px; padding: 0 44px; background: linear-gradient(90deg, var(--b-bg), var(--b-bg2) 50%, var(--b-bg)); color: var(--b-fg); font-size: 13px; font-weight: 700; }
.banner.theme-navy { --b-bg: #001028; --b-bg2: #0b2f5c; }
.banner.theme-sea { --b-bg: #0b5f96; --b-bg2: #1479b8; }
.banner.theme-green { --b-bg: #16703d; --b-bg2: #1f8f50; }
.banner.theme-red { --b-bg: #a3201a; --b-bg2: #cf3a2a; }
.banner.theme-sunset { --b-bg: #a93b0c; --b-bg2: #d0561b; }
.banner.theme-peach { --b-bg: #fdd3a4; --b-bg2: #f6b877; --b-fg: #001028; }
.banner-in { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; min-width: 0; max-width: 100%; color: inherit; }
.banner-icon { display: grid; flex-shrink: 0; }
.banner-icon svg { width: 16px; height: 16px; }
.banner-text { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.banner-go { flex-shrink: 0; transition: transform .2s ease; }
a.banner-in:hover .banner-go { transform: translateX(3px); }
a.banner-in:hover .banner-run { text-decoration: underline; text-underline-offset: 3px; }
.banner-x { position: absolute; z-index: 2; right: 6px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 999px; background: transparent; color: inherit; font-size: 20px; line-height: 1; cursor: pointer; }
.banner-x:hover { background: rgba(255,255,255,.18); }

/* Efekt: Parıltı — arada bir üzerinden ışık süzülür */
.banner.fx-shine::after { content: ""; position: absolute; top: 0; bottom: 0; left: -40%; width: 30%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-20deg); animation: b-shine 4s ease-in-out infinite; pointer-events: none; }
@keyframes b-shine { 0%, 55% { left: -40%; } 100% { left: 130%; } }
/* Efekt: Renk dalgası — arka plan renkleri yavaşça akar */
.banner.fx-gradient { background: linear-gradient(90deg, var(--b-bg), var(--b-bg2), var(--b-bg), var(--b-bg2)); background-size: 300% 100%; animation: b-flow 8s linear infinite; }
@keyframes b-flow { from { background-position: 0% 0; } to { background-position: 100% 0; } }
/* Efekt: Nabız — hafifçe parlayıp söner */
.banner.fx-pulse::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.16); animation: b-pulse 2.4s ease-in-out infinite; pointer-events: none; }
@keyframes b-pulse { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
/* Efekt: Kayan yazı — yazı sağdan sola akar (uzun duyurular için) */
.banner.fx-marquee .banner-in { flex: 1; }
.banner.fx-marquee .banner-text { flex: 1; text-overflow: clip; }
.banner.fx-marquee .banner-run { display: inline-block; padding-left: 100%; animation: b-marquee 16s linear infinite; }
@keyframes b-marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.banner.fx-marquee:hover .banner-run { animation-play-state: paused; }
/* Efekt: Ok hareketi — sağdaki ok hafifçe zıplar */
.banner.fx-nudge .banner-go, .banner.fx-nudge .banner-icon { animation: b-nudge 1.6s ease-in-out infinite; }
@keyframes b-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(4px); } }
.banner.fx-nudge .banner-icon { animation-name: b-bob; }
@keyframes b-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
@media (prefers-reduced-motion: reduce) {
  .banner::before, .banner::after, .banner .banner-run, .banner .banner-go, .banner .banner-icon { animation: none !important; }
  .banner.fx-gradient { animation: none; }
  .banner.fx-marquee .banner-run { padding-left: 0; }
  .banner.fx-marquee .banner-text { text-overflow: ellipsis; }
}
body.with-banner .hero { padding-top: 92px; }
html:has(body.with-banner) { scroll-padding-top: 108px; }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); color: #fff; padding-top: 56px; min-height: 640px; }
@media (min-width: 768px) { .hero { min-height: 760px; } }
@media (min-width: 1024px) { .hero { min-height: 100vh; } }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,16,40,.04) 0%, rgba(0,16,40,.18) 42%, rgba(0,16,40,.84) 100%); }
.hero-inner { display: flex; align-items: flex-end; min-height: 584px; padding-bottom: 64px; }
@media (min-width: 768px) { .hero-inner { min-height: calc(100vh - 56px); padding-bottom: 96px; } }
.hero-content { max-width: 48rem; animation: rise .7s cubic-bezier(.2,.8,.2,1) both; }
.chip { display: inline-flex; border-radius: 999px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.18); padding: 4px 12px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #ffddb9; backdrop-filter: blur(12px); }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: 48px; line-height: 1.08; margin-top: 16px; }
@media (min-width: 768px) { .hero h1 { font-size: 72px; } }
.hero-sub h1 { font-size: 34px; }
@media (min-width: 768px) { .hero-sub h1 { font-size: 56px; } }
.hero p.sub { margin-top: 16px; max-width: 36rem; font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.9); }
@media (min-width: 768px) { .hero p.sub { font-size: 20px; } }
.hero-actions { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 640px) { .hero-actions { flex-direction: row; } }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* Kartlar */
.card { background: #fff; border-radius: var(--radius); box-shadow: 0 18px 50px rgba(0,16,40,.06); border: 1px solid #e3e7ea; transition: transform .2s ease, box-shadow .2s ease; }
@media (hover: hover) { .card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(0,16,40,.1); } }
.icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 999px; background: #fff; color: var(--navy); box-shadow: 0 8px 20px rgba(0,16,40,.06); }
.icon svg { width: 17px; height: 17px; }

/* Öne çıkanlar */
.intro { position: relative; z-index: 1; background: var(--bg-2); padding: 32px 0; }
@media (min-width: 768px) { .intro { padding: 56px 0; } }
.intro-box { max-width: 56rem; margin: 0 auto; display: grid; gap: 16px; padding: 20px; border-radius: var(--radius); background: var(--cream); border: 1px solid var(--cream-line); box-shadow: var(--shadow); }
@media (min-width: 768px) { .intro-box { grid-template-columns: 1.25fr 1fr; padding: 28px; } }
.intro-box h2 { font-family: var(--serif); font-weight: 400; font-size: 24px; margin-top: 12px; }
@media (min-width: 768px) { .intro-box h2 { font-size: 30px; } }
.intro-box p { margin-top: 12px; font-size: 14px; color: var(--muted); }
.mini-grid { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.mini { display: flex; align-items: center; gap: 8px; border-radius: 12px; background: var(--bg); border: 1px solid #e3e7ea; padding: 10px; font-size: 12px; font-weight: 700; line-height: 1.3; color: var(--muted); }
.mini .icon { width: 30px; height: 30px; flex-shrink: 0; }
.mini .icon svg { width: 15px; height: 15px; }
@media (min-width: 768px) { .mini { flex-direction: column; text-align: center; padding: 14px; } }

/* Hakkımızda */
.split { display: grid; gap: 32px; }
@media (min-width: 768px) { .split { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; } }
.prose { margin-top: 20px; display: grid; gap: 16px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.photo { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--line); box-shadow: var(--shadow); }
.photo img { width: 100%; height: 100%; object-fit: cover; }

/* Özellikler */
.features { margin-top: 32px; display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .features { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .features { grid-template-columns: repeat(6, 1fr); } }
.features .card { padding: 20px; text-align: center; font-size: 14px; font-weight: 700; }
.features .icon { width: 40px; height: 40px; margin: 0 auto 12px; background: var(--bg); box-shadow: none; }

/* Galeri */
.dark { background: var(--navy); color: #fff; }
.dark .eyebrow { color: var(--peach); }
/* Telefonda albümler yana kaydırılan şerit, geniş ekranda ızgara */
.gallery { margin: 32px -20px 0; padding: 0 20px 8px; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 20px; scrollbar-width: none; }
.gallery::-webkit-scrollbar { display: none; }
.gallery > .album { flex: 0 0 min(72%, 300px); scroll-snap-align: start; }
.swipe-hint { margin-top: 12px; text-align: center; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.55); }
@media (min-width: 1024px) {
  .gallery { margin: 32px 0 0; padding: 0; display: grid; overflow: visible; gap: 20px; }
  .gallery > .album { flex: none; }
  .swipe-hint { display: none; }
}
@media (min-width: 1024px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1536px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
/* Albüm kartı: kapak + ad + içerik sayısı; dokununca tam ekran görüntüleyici açılır */
.album { display: block; color: #fff; border-radius: 1.25rem; overflow: hidden; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); transition: transform .2s ease, border-color .2s; }
.album:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.28); }
.album-cover { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #07192a; }
.album-cover img, .album-cover video { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.album:hover .album-cover img, .album:hover .album-cover video { transform: scale(1.04); }
.album .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 56px; height: 56px; padding-left: 4px; border-radius: 999px; background: rgba(0,16,40,.55); border: 2px solid rgba(255,255,255,.85); font-size: 20px; backdrop-filter: blur(6px); }
.album-more { position: absolute; right: 12px; top: 12px; padding: 4px 10px; border-radius: 999px; background: rgba(0,16,40,.6); font-size: 13px; font-weight: 800; backdrop-filter: blur(6px); }
.album-info { display: grid; gap: 2px; padding: 14px 16px 16px; }
.album-info strong { font-family: var(--serif); font-weight: 400; font-size: 22px; }
.album-info small { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.65); }

/* Duyurular */
.notices { margin-top: 32px; display: grid; gap: 16px; }
@media (min-width: 768px) { .notices { grid-template-columns: repeat(2, 1fr); } }
.notice { padding: 20px; }
.notice time { font-size: 12px; font-weight: 700; color: var(--gold); }
.notice h3 { margin-top: 6px; font-size: 17px; font-weight: 800; }
.notice p { margin-top: 8px; font-size: 14px; color: var(--muted); }

/* Yorumlar */
.cream { background: var(--cream); }
.split-reviews { display: grid; gap: 32px; }
@media (min-width: 768px) { .split-reviews { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; } }
.rating { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: #fff; padding: 8px 16px; font-size: 14px; font-weight: 800; color: var(--navy); box-shadow: 0 14px 40px rgba(0,16,40,.06); }
.rating b { color: var(--star); }
.rating svg.g { width: 18px; height: 18px; }
.google-link { display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 800; color: var(--navy); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(0,16,40,.25); }
.google-link:hover { text-decoration-color: var(--navy); }
.reviews { display: grid; gap: 16px; }
@media (min-width: 1024px) { .reviews { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: start; } .reviews .wide { grid-column: span 2; } }
.review .who > div { display: grid; gap: 2px; }
.review .who .stars { font-size: 13px; }
.review { padding: 20px; border-color: var(--cream-line); }
.review-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.who { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; }
.who h3 { font-size: 15px; font-weight: 800; }
.who small { display: block; font-size: 12px; font-weight: 600; color: var(--soft); }
.stars { color: var(--star); font-size: 14px; letter-spacing: .08em; white-space: nowrap; }
.review p { margin-top: 16px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.review p.clamp { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-clamp: 4; overflow: hidden; }
.review .more { margin-top: 8px; padding: 4px 0; border: 0; background: none; font: inherit; font-size: 14px; font-weight: 800; color: var(--navy); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(0,16,40,.3); cursor: pointer; }
/* Yazısız yorum: sadece isim + yıldız, daha az iç boşluk */
.review.short { padding: 14px 20px; }

/* SSS */
.split-faq { display: grid; gap: 32px; }
@media (min-width: 1024px) { .split-faq { grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); } }
.faq { display: grid; gap: 12px; }
.faq details { padding: 14px 16px; border-color: var(--line); interpolate-size: allow-keywords; }
.faq summary { display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq .q { flex: 1; }
.faq .q-icon { display: grid; place-items: center; flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--bg-2); color: var(--navy); transition: background .2s, color .2s; }
.faq .q-icon svg { width: 17px; height: 17px; }
.faq details[open] .q-icon { background: var(--navy); color: #fff; }
.faq summary::after { content: "+"; display: grid; place-items: center; flex-shrink: 0; width: 28px; height: 28px; border-radius: 999px; background: var(--cream); color: var(--gold); transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a p { padding: 12px 0 0 46px; font-size: 14px; line-height: 1.8; color: var(--muted); }
/* Cevap yumuşakça açılır (destekleyen tarayıcılarda yükseklik, diğerlerinde yumuşak belirme) */
.faq details::details-content { block-size: 0; overflow: hidden; transition: block-size .3s ease, content-visibility .3s allow-discrete; }
.faq details[open]::details-content { block-size: auto; }
.faq details[open] .a { animation: faq-in .3s ease; }
@keyframes faq-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .faq details::details-content { transition: none; } .faq details[open] .a { animation: none; } }

/* Konum */
.split-map { display: grid; gap: 32px; }
@media (min-width: 1024px) { .split-map { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); align-items: center; } }
.map { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--navy); border: 1px solid var(--line); box-shadow: var(--shadow); }
.map iframe { width: 100%; height: 100%; border: 0; }

/* Popüler aramalar */
.tags { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; }
.tags a { border-radius: 999px; background: #fff; padding: 8px 16px; font-size: 14px; font-weight: 800; color: var(--navy); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(0,16,40,.05); transition: color .15s; }
.tags a:hover { color: #b0003a; }

/* Footer */
/* Sayfa sonu: lacivert, sütunlu */
.footer { background: var(--navy); color: rgba(255,255,255,.78); padding: 56px 0 0; font-size: 14px; }
.footer-grid { display: grid; gap: 32px; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.5fr 1fr .8fr 1fr; gap: 40px; } }
.footer h3 { margin-bottom: 14px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--peach); }
.f-brand { display: grid; gap: 14px; align-content: start; }
.f-logo { display: flex; align-items: center; gap: 10px; }
.f-logo img { height: 34px; width: auto; background: #fff; border-radius: 8px; padding: 3px 6px; }
.f-logo span { display: grid; line-height: 1.15; }
.f-logo strong { font-family: var(--serif); font-weight: 400; font-size: 22px; color: #fff; }
.f-logo small { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--peach); }
.f-brand p { line-height: 1.7; max-width: 26rem; }
.f-addr { display: flex; align-items: center; gap: 8px; }
.f-addr svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--peach); }
.f-google { justify-self: start; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; background: #fff; color: var(--navy); font-weight: 800; transition: transform .15s ease; }
.f-google:hover { transform: translateY(-2px); }
.f-google svg.g { width: 18px; height: 18px; }
.f-google b { color: var(--star); font-size: 12px; letter-spacing: .06em; }
.f-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.f-links a { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); transition: color .15s; }
.f-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.f-links svg { width: 17px; height: 17px; color: var(--peach); }
.f-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 44px; padding: 20px 20px 116px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: rgba(255,255,255,.55); }
@media (min-width: 768px) { .f-bottom { padding-bottom: 24px; } }

/* Mobil alt menü + WhatsApp butonu */
.tabbar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.92); backdrop-filter: blur(20px); box-shadow: 0 18px 50px rgba(0,16,40,.16); font-size: 11px; font-weight: 700; color: var(--muted); }
.tabbar a { display: grid; justify-items: center; gap: 4px; padding: 8px; border-radius: 12px; }
.tabbar a.tab-wa { background: #1a8f4c; color: #fff; }
.tabbar svg { width: 18px; height: 18px; }
@media (min-width: 768px) { .tabbar { display: none; } }
.wa-float { position: fixed; right: 16px; bottom: 96px; z-index: 50; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 999px; background: var(--navy); color: #fff; box-shadow: 0 18px 44px rgba(0,16,40,.28); }
.wa-float svg { width: 22px; height: 22px; }
.wa-float span { display: none; }
.wa-float.no-tabbar { bottom: 20px; }
@media (max-width: 767px) { .wa-float.desktop-only { display: none; } }
@media (min-width: 768px) { .wa-float { bottom: 24px; width: auto; height: 56px; padding: 0 20px; display: flex; gap: 8px; font-size: 14px; font-weight: 800; } .wa-float span { display: inline; } }

/* SEO alt sayfaları */
.points { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .points { grid-template-columns: repeat(4, 1fr); } }
.points .card { padding: 16px; text-align: center; font-size: 13px; font-weight: 700; color: var(--muted); }
.points .icon { margin: 0 auto 8px; background: var(--bg); box-shadow: none; }
.seo-grid { display: grid; gap: 24px; }
@media (min-width: 1024px) { .seo-grid { grid-template-columns: minmax(0,1fr) 340px; align-items: start; } }
.seo-grid article { padding: 24px; }
.seo-grid article + article { margin-top: 16px; }
.seo-grid h2 { font-family: var(--serif); font-weight: 400; font-size: 26px; }
.seo-grid article p { margin-top: 12px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.seo-grid h3 { margin-top: 20px; font-size: 15px; font-weight: 800; }
.seo-grid h3 + p { margin-top: 6px !important; }
.aside { padding: 24px; text-align: center; position: sticky; top: 96px; }
.aside img { height: 110px; width: auto; margin: 0 auto; }
.aside h2 { margin-top: 12px; }
.aside p { margin-top: 6px; font-size: 14px; color: var(--muted); }
.aside .btn { width: 100%; margin-top: 12px; }

/* Yardımcı sınıflar (satır içi stil yerine; panel önizlemesi satır içi stile izin vermez) */
.bg-alt { background: var(--bg-2); }
.pt-0 { padding-top: 0 !important; }
.pt-24 { padding-top: 24px !important; }
.mt-28 { margin-top: 28px; }
.popular { padding: 40px 0; }
.title-sm { font-size: 30px !important; }
.btn-outline { border: 1px solid var(--line); }
.hero.hero-sub { min-height: 560px; }
.hero-sub .hero-inner { min-height: 504px; }
.not-found { min-height: 100vh; display: grid; place-items: center; text-align: center; }
.not-found img { margin: 0 auto; }
.not-found .lead { margin: 16px auto 28px; }

.map-placeholder { height: 100%; display: grid; place-content: center; justify-items: center; gap: 10px; text-align: center; color: rgba(255,255,255,.8); font-weight: 700; }
.map-placeholder svg { width: 32px; height: 32px; }
.map-placeholder small { font-weight: 500; opacity: .7; }

/* Kaydırınca beliren bölümler (site.js ekler) */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero-content { animation: none; } }

/* Fotoğraf görüntüleyici */
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: rgba(0, 10, 25, .94); }
.lb-stage { position: absolute; inset: 0; display: grid; place-items: center; padding: 64px 16px 56px; }
.lb-stage img, .lb-stage video { max-width: 100%; max-height: 100%; border-radius: 12px; object-fit: contain; user-select: none; background: #000; }
.lightbox button { z-index: 1; }
.lightbox button { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; font-size: 24px; cursor: pointer; }
.lightbox button:hover { background: rgba(255,255,255,.25); }
.lightbox .lb-close { top: 16px; right: 16px; }
.lightbox .lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-count { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 700; }
