/* ============================================================
   AQUA PLUS — DARK MODE
   Primary: #35cde1 (cyan)
   Bu dosya style.css'in üstüne biner.
   ============================================================ */

:root {
  /* Yüzeyler (zemin → kart → premium) */
  --pearl: #0a1518;
  --ivory: #0e1c22;
  --sand: #13242c;
  --sand-deep: #1a3038;

  /* CTA section zemini — body --pearl'dan ayrışan subtle teal-tinted alan */
  --cta-section-bg: #0c1c24;

  /* Cyan ailesi — yeni primary */
  --aqua: #35cde1;
  --aqua-soft: rgba(53, 205, 225, 0.12);
  --mist: #5cd8ea;
  /* WCAG AA okuma kontrastı için daha açık tonalite — body text + linklerde kullan.
     --aqua dark bg üzerinde 4.5:1 altında kalıyor; --aqua-readable 5.5+:1 sağlar. */
  --aqua-readable: #6fe6f3;

  /* Z-index ölçeği — magic number kaosunu önler. Tek kaynaktan yönet. */
  --z-base: 1;
  --z-overlay: 10;
  --z-dropdown: 100;
  --z-nav: 200;
  --z-app-bar: 60;
  --z-toast: 300;
  --z-mobile-menu: 9999;
  --z-modal: 500;
  --z-modal-cursor: 510;
  --z-skip-link: 99999;

  /* Eski "teal" tokenları primary cyan'a haritalanmış */
  --teal: #35cde1;
  --teal-deep: #1ba2b8;

  /* Altın — italic vurgu kelimeleri için sıcaklık */
  --gold: #d4b885;
  --gold-soft: #b89668;

  /* Metin */
  --ink: #ece6dc;
  --ink-soft: #b8b3aa;
  --muted: #7a8186;

  /* Çizgiler */
  --line: rgba(53, 205, 225, 0.18);
  --line-soft: rgba(255, 255, 255, 0.06);

  /* Cam efektleri (dark surface üstünde) */
  --glass: rgba(15, 28, 34, 0.55);
  --glass-strong: rgba(20, 38, 46, 0.85);

  /* Gölgeler */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.45);
  --shadow-sm: 0 6px 18px -8px rgba(0, 0, 0, 0.55);
  --shadow-md: 0 20px 40px -20px rgba(0, 0, 0, 0.65);
  --shadow-lg: 0 40px 80px -30px rgba(0, 0, 0, 0.75);

  /* Section vertical rhythm — tüm sayfalarda tutarlı dikey boşluklar */
  --section-y-sm: clamp(48px, 6vw, 80px);
  /* sıkı: CTA, filtre, kompakt section */
  --section-y-md: clamp(64px, 9vw, 110px);
  /* standart: çoğu içerik section */
  --section-y-lg: clamp(80px, 12vw, 140px);
  /* dramatik: closing, manifesto, felsefe */
  --hero-y-top: clamp(120px, 16vh, 170px);
  --hero-y-bottom: clamp(48px, 7vw, 80px);
}

html,
body {
  background: var(--pearl);
  color: var(--ink)
}

body {
  color-scheme: dark
}

/* ============================================================
   PRELOADER — logo şekli maske, içine su yükselir.
   İlk ziyarette JS gösterir; window.load veya 4s timeout sonrası fade-out.
   ============================================================ */
/* Default: visible — ilk paint'te gözüksün, JS yüklenmesini beklemesin.
   <html.preloader-skip>: oturumda zaten gösterilmişse hiç render etme. */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pearl);
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear .5s;
}

html.preloader-skip .preloader {
  display: none;
}

.preloader.is-leaving {
  opacity: 0;
  pointer-events: none;
}

.preloader-stage {
  position: relative;
  width: min(85vw, 620px);
  aspect-ratio: 900 / 360;
  /* Mask-level crop variables — SVG viewBox değiştirmeden contentin tightline'ı.
     Stage'in 900/360 oranı yatay; SVG 900/900. Mask-size 100% auto = SVG width
     stage width'e eşit (900), height = SVG aspect ratio ile auto = stage height
     × (900/900). Bunu büyüterek (örn. 250%) içerik daha büyük gözüksün. */
}

/* Boş hâl — logo şekliyle maskelenmiş soluk cyan siluet (stripe yok) */
.preloader-outline {
  position: absolute;
  inset: 0;
  background: rgba(53, 205, 225, 0.18);
  -webkit-mask-image: url('../img/logo-svg.svg');
  mask-image: url('../img/logo-svg.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  /* SVG 900x900 ama içerik dikey ortada ~%30. Mask-size: 100% auto + büyütme
     ile içeriği stage'e tam oturtuyoruz — SVG'nin üst/alt boş bandları
     stage'in dışına taşıyıp görünmez kılınıyor. */
  -webkit-mask-size: 100% 280%;
  mask-size: 100% 280%;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  pointer-events: none;
}

/* Su katmanı — logo şekliyle maskelenmiş kapsayıcı.
   mask-mode: alpha → SVG path'lerinin renk tonu farklarından oluşan stripe
   pattern'i yok olur, sadece path varlığı maskelenir. */
.preloader-fill {
  position: absolute;
  inset: 0;
  -webkit-mask-image: url('../img/logo-svg.svg');
  mask-image: url('../img/logo-svg.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  /* SVG 900x900 ama içerik dikey ortada ~%30. Mask-size: 100% auto + büyütme
     ile içeriği stage'e tam oturtuyoruz — SVG'nin üst/alt boş bandları
     stage'in dışına taşıyıp görünmez kılınıyor. */
  -webkit-mask-size: 100% 280%;
  mask-size: 100% 280%;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}

/* ---- Su katmanı — çoklu dalga + caustics + bubbles + sloshing ----
   Genişlik 120% ki sloshing translateX'inde edge gözükmesin (mask zaten logo
   şekliyle kısıtlıyor; .water'ın preloader-fill'den taşan kısmı maskeleniyor). */
.water {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 100%;
  transform: translateY(100%);
  transform-origin: bottom center;
}

.preloader .water {
  animation: preloader-water 4s linear .2s forwards;
}

/* Sloshing rise:
   - translateY uniform decreasing → su sürekli yükselir, durmaz
   - translateX yan-yana sallanma → "çarpa çarpa" hissi (Y'ye etkisi yok)
   - scaleY rise fazında 1 sabit (önceden oynayınca translateY ile çakışıp
     "duruyor" hissi veriyordu); sadece settle fazında küçük bir wobble */
@keyframes preloader-water {
  0% {
    transform: translateY(95%) translateX(0) scaleY(1);
  }

  8% {
    transform: translateY(85%) translateX(-2.8%) scaleY(1);
  }

  16% {
    transform: translateY(75%) translateX(2.8%) scaleY(1);
  }

  25% {
    transform: translateY(64%) translateX(-3%) scaleY(1);
  }

  34% {
    transform: translateY(54%) translateX(2.6%) scaleY(1);
  }

  43% {
    transform: translateY(45%) translateX(-2.4%) scaleY(1);
  }

  52% {
    transform: translateY(36%) translateX(2.2%) scaleY(1);
  }

  61% {
    transform: translateY(28%) translateX(-2%) scaleY(1);
  }

  70% {
    transform: translateY(20%) translateX(1.6%) scaleY(1);
  }

  78% {
    transform: translateY(13%) translateX(-1.3%) scaleY(1);
  }

  85% {
    transform: translateY(7%) translateX(.9%) scaleY(1);
  }

  91% {
    transform: translateY(2%) translateX(-.6%) scaleY(1);
  }

  /* Settle — overshoot + scaleY wobble + durulma */
  95% {
    transform: translateY(-1.5%) translateX(.4%) scaleY(1.012);
  }

  98% {
    transform: translateY(.6%) translateX(-.2%) scaleY(.996);
  }

  100% {
    transform: translateY(0) translateX(0) scaleY(1);
  }
}

/* Su gövdesi — derinlik gradienti */
.water-body {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(92, 216, 234, 0.95) 0%,
      rgba(53, 205, 225, 1) 25%,
      rgba(33, 182, 232, 1) 60%,
      rgba(20, 130, 160, 1) 100%);
}

/* Caustics — su altında hafif ışık dalgalanmaları */
.water-caustics {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 30% at 30% 40%, rgba(255, 255, 255, 0.18), transparent 60%),
    radial-gradient(ellipse 50% 25% at 70% 65%, rgba(255, 255, 255, 0.14), transparent 60%),
    radial-gradient(ellipse 40% 20% at 50% 80%, rgba(255, 255, 255, 0.10), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.7;
}

.preloader .water-caustics {
  animation: caustic-drift 7s ease-in-out infinite alternate;
}

@keyframes caustic-drift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
  }

  100% {
    background-position: 8% -4%, -6% 5%, 4% -3%;
  }
}

/* Yüzey parlaklık çizgisi — wave crest highlight */
.water-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.45) 0%,
      rgba(255, 255, 255, 0.15) 35%,
      transparent 100%);
  filter: blur(2px);
  pointer-events: none;
  z-index: 6;
}

/* Dalga SVG'leri — yüzeye oturur, viewBox üzerinden path morph eder */
/* Tiled SVG bg-image dalgalar. background-position-x animasyonu sürekli
   wave-pattern'i yatay olarak kaydırır → akıcı dalga akışı. Üç katman farklı
   tile boyutu/hız/opacity ile paralaks yaratır. */
.water-wave {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  background-repeat: repeat-x;
  background-position: 0 0;
}

.water-wave--back {
  top: -36px;
  height: 50px;
  z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'><path d='M0,30 C25,10 75,10 100,30 C125,50 175,50 200,30 L200,50 L0,50 Z' fill='%238ce6f5' fill-opacity='0.85'/></svg>");
  background-size: 240px 50px;
}

.water-wave--mid {
  top: -28px;
  height: 42px;
  z-index: 2;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 42' preserveAspectRatio='none'><path d='M0,22 C20,2 60,2 100,22 C140,42 180,42 200,22 L200,42 L0,42 Z' fill='%235cd8ea' fill-opacity='0.95'/></svg>");
  background-size: 180px 42px;
}

.water-wave--front {
  top: -20px;
  height: 32px;
  z-index: 3;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 32' preserveAspectRatio='none'><path d='M0,16 C15,2 45,2 75,16 C105,30 135,30 150,16 C165,2 185,2 200,16 L200,32 L0,32 Z' fill='%2335cde1' fill-opacity='1'/></svg>");
  background-size: 140px 32px;
}

.preloader .water-wave--back {
  animation: wave-pan-back 9s linear infinite;
}

.preloader .water-wave--mid {
  animation: wave-pan-mid 6s linear infinite;
}

.preloader .water-wave--front {
  animation: wave-pan-front 4s linear infinite;
}

@keyframes wave-pan-back {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 240px;
  }
}

@keyframes wave-pan-mid {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: -180px;
  }
}

@keyframes wave-pan-front {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 140px;
  }
}

/* Kabarcıklar — alttan yüzeye yükselir, hafif sallanarak */
.bubble {
  position: absolute;
  bottom: -10%;
  left: var(--x, 50%);
  width: var(--s, 8px);
  height: var(--s, 8px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.15) 60%,
      transparent 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  opacity: 0;
  z-index: 4;
  pointer-events: none;
}

.preloader .bubble {
  animation: bubble-rise var(--t, 6s) ease-in var(--d, 0s) infinite;
}

@keyframes bubble-rise {
  0% {
    transform: translate(0, 0) scale(.6);
    opacity: 0;
  }

  10% {
    opacity: .9;
  }

  50% {
    transform: translate(-10px, -50vh) scale(1);
  }

  90% {
    opacity: .8;
  }

  100% {
    transform: translate(8px, -110vh) scale(.4);
    opacity: 0;
  }
}


/* Custom scrollbar — temayla uyumlu cyan-üstüne-koyu kanal.
   Firefox + WebKit/Chromium tarayıcılar destekleniyor. */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(53, 205, 225, 0.32) transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--pearl);
}

::-webkit-scrollbar-thumb {
  background: rgba(53, 205, 225, 0.22);
  border: 2px solid var(--pearl);
  border-radius: 999px;
  transition: background .25s;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(53, 205, 225, 0.45);
}

::-webkit-scrollbar-thumb:active {
  background: var(--aqua);
}

::-webkit-scrollbar-corner {
  background: var(--pearl);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink)
}

.italic,
em {
  color: var(--aqua)
}

p {
  color: var(--ink-soft)
}

.lede {
  color: var(--ink-soft)
}

.eyebrow {
  color: var(--aqua)
}

/* Form girdileri */
input,
select,
textarea {
  background: var(--ivory);
  color: var(--ink);
  border-color: var(--line);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.18);
}

input::placeholder,
textarea::placeholder {
  color: var(--muted)
}

/* Navbar — solid dark glass */
.nav.scrolled,
.nav.solid {
  background: rgba(10, 21, 24, 0.85);
  box-shadow: 0 1px 0 var(--line-soft);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.nav-links a {
  color: var(--ink-soft);
  font-weight: 400;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--aqua);
}

/* Aktif sayfa göstergesi: kalın cyan underline */
.nav-links a::after {
  background: var(--aqua);
  height: 2px;
  bottom: -8px;
  border-radius: 1px;
}

.menu-btn {
  background: var(--glass-strong);
  border-color: var(--line);
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  background: var(--ink);
}

/* Lang switcher — header CTA ile aynı minimal dil */
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  padding: 9px 14px;
  border: 1px solid rgba(53, 205, 225, 0.55);
  border-radius: 2px;
  background: transparent;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
  cursor: pointer;
  transition: color .25s, background .25s, border-color .25s;
}

.lang-switcher:hover {
  color: var(--aqua);
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.10);
}

.lang-switcher-current {
  color: var(--aqua);
}

.lang-switcher-divider {
  opacity: 0.35;
  font-weight: 400;
  letter-spacing: 0;
}

.lang-switcher-other {
  color: inherit;
  transition: color .25s;
}

.lang-switcher:hover .lang-switcher-other {
  color: var(--aqua);
}


.brand {
  color: var(--ink);
}

/* Mobil menü */
/* Mobile menu artık style.css içinde premium dark theme — burada override yok */

/* Hero & page-head zemini */
.hero,
.page-head {
  background:
    radial-gradient(80% 60% at 80% 20%, rgba(53, 205, 225, 0.10), rgba(53, 205, 225, 0) 60%),
    radial-gradient(60% 60% at 10% 90%, rgba(53, 205, 225, 0.05), rgba(53, 205, 225, 0) 60%),
    linear-gradient(180deg, #0a1518 0%, #0e1c22 100%);
}

/* Hero — full-bleed video variant */
.hero.hero--video {
  position: relative;
  background: #0a1518;
  /* fallback while video loads / if absent */
}

.hero.hero--video .hero-blobs {
  display: none;
}

.hero.hero--video .hero-grid {
  grid-template-columns: 1fr;
  max-width: 760px;
}

.hero.hero--video .hero-video {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.hero.hero--video .hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 21, 24, 0.55) 0%, rgba(10, 21, 24, 0.25) 45%, rgba(10, 21, 24, 0) 75%),
    linear-gradient(180deg,
      rgba(10, 21, 24, 0) 0%,
      rgba(10, 21, 24, 0) 45%,
      rgba(10, 21, 24, 0.35) 70%,
      rgba(10, 21, 24, 0.8) 88%,
      rgba(10, 21, 24, 1) 100%);
}


.services-bg {
  background: #0e1c22;
}

/* Hero blob renkleri */
.hero-blobs .blob.b1,
.page-head .blob.b1 {
  background: radial-gradient(circle, rgba(53, 205, 225, 0.35), rgba(53, 205, 225, 0) 60%);
}

.hero-blobs .blob.b2,
.page-head .blob.b2 {
  background: radial-gradient(circle, rgba(53, 205, 225, 0.14), rgba(53, 205, 225, 0) 60%);
}

.hero-blobs .blob.b3 {
  background: radial-gradient(circle, rgba(53, 205, 225, 0.18), rgba(53, 205, 225, 0) 60%);
}

/* About visual block */
.about-visual {
  background:
    radial-gradient(80% 60% at 30% 20%, rgba(53, 205, 225, 0.18), transparent 50%),
    linear-gradient(170deg, #1a3038 0%, #13242c 50%, #0a1518 100%);
  box-shadow: var(--shadow-lg), 0 0 80px -20px rgba(53, 205, 225, 0.18);
}

.about-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

/* Üstüne ince cyan glow overlay — koyu zeminle akar */
.about-visual:has(.about-visual-img)::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  bottom: auto;
  right: auto;
  border-radius: 0;
  background:
    radial-gradient(70% 55% at 30% 20%, rgba(53, 205, 225, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(53, 205, 225, 0.06) 0%, rgba(2, 6, 10, 0.35) 100%);
  z-index: 1;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.about-visual::before {
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.1)
}

/* CTA section — body --pearl'dan ayrışan subtle teal-tinted zemin */
.cta-section {
  background:
    radial-gradient(75% 55% at 50% 50%, rgba(53, 205, 225, 0.04), transparent 70%),
    var(--cta-section-bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.cta-card {
  background: var(--sand-deep);
  border: 1px solid rgba(53, 205, 225, 0.18);
  color: var(--ink);
  padding: 60px 56px;
}

.cta-card h2 {
  color: var(--ink)
}

.cta-card p {
  color: var(--ink-soft)
}

/* ============================================================
   CTA section themed — bottom-cta-bg.webp (görseldeki blob border'ı koru)
   İçerik sağdaki var olan curve'lü alana hizalanır.
   ============================================================ */

.cta-section--themed {
  position: relative;
  background: url("../img/bottom-cta-bg.webp") no-repeat center / cover;
  background-color: #0a1518;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 0;
  overflow: hidden;
  /* Görselin alt-üst kısmı hafif kırpılır, image yine width'i tam doldurur */
  aspect-ratio: 1705 / 780;
  min-height: 480px;
}

.cta-themed {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* İçerik bg image'daki curve'lü alanın içine yerleşir.
   2-sütun: text sol, butonlar sağ (curve içinde yayılır). */
.cta-themed-content {
  width: 100%;
  max-width: 760px;
  padding: 16px 8px;
  display: grid;
  grid-template-columns: 1.3fr auto;
  column-gap: 48px;
  align-items: center;
}

.cta-themed-content>.eyebrow,
.cta-themed-title,
.cta-themed-divider,
.cta-themed-text {
  grid-column: 1;
}

.cta-themed-actions {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: center;
}

.cta-themed-content .eyebrow {
  color: var(--aqua);
}

.cta-themed-title {
  color: #fff;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -.015em;
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.cta-themed-title em.italic {
  font-style: italic;
  color: var(--aqua);
}

.cta-themed-divider {
  display: block;
  width: 48px;
  height: 1.5px;
  background: var(--aqua);
  margin: 22px 0;
}

.cta-themed-text {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.7;
  max-width: 38ch;
  margin: 0;
}

.cta-themed-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  min-width: 220px;
}

.cta-themed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
  white-space: nowrap;
  line-height: 1;
}

.cta-themed-btn svg {
  flex-shrink: 0;
}

.cta-themed-btn--primary {
  background: var(--aqua);
  color: #0a1518;
  border: 1px solid var(--aqua);
}

.cta-themed-btn--primary svg {
  stroke-width: 2;
}

.cta-themed-btn--primary:hover {
  background: #5fd6e6;
  border-color: #5fd6e6;
  transform: translateY(-1px);
}

.cta-themed-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

.cta-themed-btn--ghost svg {
  opacity: .85;
}

.cta-themed-btn--ghost:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, .06);
}

@media (max-width: 1024px) {
  .cta-section--themed {
    aspect-ratio: auto;
    min-height: auto;
  }

  .cta-themed {
    justify-content: center;
    padding: clamp(80px, 12vw, 120px) var(--gutter);
  }

  .cta-themed-content {
    max-width: 600px;
    grid-template-columns: 1fr;
  }

  .cta-themed-actions {
    grid-column: 1;
    grid-row: auto;
    margin-top: 28px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .cta-section--themed {
    background-position: 70% center;
  }

  .cta-themed-title {
    font-size: clamp(28px, 7vw, 36px);
  }

  .cta-themed-actions {
    flex-direction: column;
    align-self: stretch;
  }

  .cta-themed-btn {
    justify-content: center;
    width: 100%;
  }
}

/* Footer — premium dark with subtle aqua glow */
.footer {
  position: relative;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(53, 205, 225, 0.07) 0%, rgba(53, 205, 225, 0) 55%),
    radial-gradient(110% 85% at 100% 100%, rgba(53, 205, 225, 0.05) 0%, rgba(53, 205, 225, 0) 60%),
    linear-gradient(180deg, #07151a 0%, #050f12 100%);
  color: var(--ink-soft);
  border-top: 1px solid rgba(53, 205, 225, 0.18);
  isolation: isolate;
}

/* Üst kenarda ince hairline cyan parlama */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 70%);
  height: 1px;
  background: linear-gradient(90deg,
      rgba(53, 205, 225, 0) 0%,
      rgba(53, 205, 225, 0.55) 50%,
      rgba(53, 205, 225, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr;
  align-items: start;
  padding-top: clamp(36px, 4vw, 56px);
  padding-bottom: clamp(24px, 3vw, 36px);
  gap: clamp(24px, 2.6vw, 40px);
}

/* Sütun başlıkları — premium uppercase + cyan accent */
.footer h5 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.45);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li {
  margin: 0;
  padding: 0;
}

.footer-col ul a {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 2px 0;
  color: rgba(236, 230, 220, 0.72);
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color .25s ease, padding-left .3s cubic-bezier(.22, .8, .25, 1);
}

.footer-col ul a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: var(--aqua);
  transition: width .3s cubic-bezier(.22, .8, .25, 1);
}

.footer-col ul a:hover {
  color: #ffffff;
  padding-left: 26px;
}

.footer-col ul a:hover::before {
  width: 18px;
}

/* Brand col — logo + tagline + sosyal */
.footer-brand-body {
  margin: 18px 0 22px;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: rgba(236, 230, 220, 0.62);
  max-width: 44ch;
}

.brand-logo-footer {
  filter: drop-shadow(0 4px 14px rgba(53, 205, 225, 0.18));
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 0;
  color: rgba(236, 230, 220, 0.55);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  font-family: var(--sans);
  font-size: 12px;
}

.footer-copyright {
  justify-self: start;
  letter-spacing: 0.01em;
  color: rgba(236, 230, 220, 0.55);
}

.footer-bottom .legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-self: center;
}

.footer-bottom .legal a {
  position: relative;
  color: rgba(236, 230, 220, 0.62);
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color .25s;
}

.footer-bottom .legal a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s cubic-bezier(.22, .8, .25, 1);
}

.footer-bottom .legal a:hover {
  color: var(--aqua);
}

.footer-bottom .legal a:hover::after {
  transform: scaleX(1);
}

.footer-credit {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(236, 230, 220, 0.55);
  text-decoration: none;
  transition: color .25s;
}

.footer-credit span {
  letter-spacing: 0.02em;
}

.footer-credit-logo {
  height: 18px;
  width: auto;
  display: block;
  opacity: 0.90;
  transition: opacity 0.2s;
}

.footer-credit:hover .footer-credit-logo {
  opacity: 1;
}

@media (max-width: 980px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-copyright,
  .footer-bottom .legal,
  .footer-credit {
    justify-self: center;
  }
}

.footer-social {
  display: inline-flex;
  gap: 10px;
  margin-top: 6px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.28);
  background: rgba(53, 205, 225, 0.04);
  color: var(--aqua);
  transition: color .25s, border-color .25s, background .25s, transform .25s, box-shadow .25s;
}

.footer-social a svg {
  width: 16px;
  height: 16px;
}

.footer-social a:hover {
  color: #ffffff;
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.16);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -8px rgba(53, 205, 225, 0.55);
}

/* İletişim sütunu — ikonlu satırlar */
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  gap: 14px !important;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(236, 230, 220, 0.78);
  letter-spacing: 0.01em;
}

.footer-contact a {
  color: rgba(236, 230, 220, 0.78);
  font-variant-numeric: tabular-nums;
  text-decoration: none;
  transition: color 0.25s;
}

.footer-contact a:hover {
  color: var(--aqua);
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.32);
  background: rgba(53, 205, 225, 0.05);
  color: var(--aqua);
}

.footer-contact-icon svg {
  width: 14px;
  height: 14px;
}

/* E-bülten — grid içinde 4. kolon */
.footer-newsletter-col {
  min-width: 0;
}

.footer-newsletter-hint {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(236, 230, 220, 0.78);
}

.footer-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  position: relative;
}

.footer-newsletter input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(53, 205, 225, 0.25);
  border-right: none;
  border-radius: 2px 0 0 2px;
  outline: none;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink);
  letter-spacing: 0.01em;
  transition: border-color .25s, background .25s;
}

.footer-newsletter input[type="email"]::placeholder {
  color: rgba(236, 230, 220, 0.45);
}

.footer-newsletter input[type="email"]:focus {
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
}

.footer-newsletter button {
  flex-shrink: 0;
  width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  border: none;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: filter .25s ease, box-shadow .25s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.footer-newsletter button:hover {
  filter: brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 8px 18px -10px rgba(53, 205, 225, 0.6);
}

.footer-newsletter button:hover svg {
  transform: translateX(2px);
}

.footer-newsletter button svg {
  transition: transform .25s ease;
}

.footer-newsletter-consent {
  display: flex;
  flex-basis: 100%;
  gap: 8px;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
  color: rgba(236, 230, 220, 0.55);
  cursor: pointer;
}

.footer-newsletter-consent input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--aqua);
}

.footer-newsletter-consent input[type="checkbox"]:focus,
.footer-newsletter-consent input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: none;
}

.footer-newsletter-consent a {
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.35);
  transition: border-color .25s ease;
}

.footer-newsletter-consent a:hover {
  border-bottom-color: var(--aqua);
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }
}

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

@media (max-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Butonlar — dark tema: cyan gradyan + minimal radius + shine */
.btn-primary {
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  border: none;
  box-shadow:
    0 10px 26px -10px rgba(53, 205, 225, 0.55),
    0 0 0 1px rgba(53, 205, 225, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.btn-primary:hover {
  box-shadow:
    0 18px 38px -12px rgba(53, 205, 225, 0.70),
    0 0 0 1px rgba(53, 205, 225, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
  filter: brightness(1.06) saturate(1.05);
}

.btn-ghost {
  color: var(--ink);
  border: 1px solid rgba(53, 205, 225, 0.32);
  background: rgba(53, 205, 225, 0.04);
  border-radius: 4px;
}

.btn-ghost:hover {
  background: rgba(53, 205, 225, 0.10);
  border-color: var(--aqua);
  color: var(--aqua);
  box-shadow: 0 0 0 1px rgba(53, 205, 225, 0.18), 0 8px 22px -12px rgba(53, 205, 225, 0.4);
}

/* Header'daki "REZERVASYON YAP" — minimal outline stil */
.nav-cta.btn-primary {
  background: transparent;
  color: var(--aqua);
  border: 1px solid rgba(53, 205, 225, 0.55);
  box-shadow: none;
}

.nav-cta.btn-primary::before {
  display: none;
}

.nav-cta.btn-primary:hover {
  background: rgba(53, 205, 225, 0.10);
  border-color: var(--aqua);
  color: var(--aqua);
  box-shadow: none;
  transform: none;
  filter: none;
}

/* btn-gold artık primary cyan ailesinde davranıyor (eski gold sınıfı için fallback) */
.btn-gold {
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  box-shadow:
    0 12px 30px -12px rgba(53, 205, 225, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-gold:hover {
  box-shadow:
    0 18px 38px -12px rgba(53, 205, 225, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.btn-link {
  color: var(--ink);
  border-bottom-color: var(--line)
}

.btn-link:hover {
  color: var(--aqua);
  border-bottom-color: var(--aqua)
}


/* ============================================================
   Cookie banner — bottom-pinned, dark theme
   ============================================================ */
.cookie-banner {
  position: fixed;
  left: auto;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: min(440px, calc(100vw - 44px));
  padding: 22px 24px;
  background:
    linear-gradient(135deg, rgba(14, 28, 34, 0.94) 0%, rgba(10, 21, 28, 0.96) 100%);
  border: 1px solid rgba(53, 205, 225, 0.20);
  border-radius: 16px;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  /* Layered shadow: depth (dark drop), inset cyan top-edge highlight, soft cyan halo. */
  box-shadow:
    0 22px 50px -20px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 0 rgba(53, 205, 225, 0.18),
    0 0 40px -16px rgba(53, 205, 225, 0.25);
  color: var(--ink-soft);
}

.cookie-banner-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.cookie-banner-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Site-wide eyebrow language: uppercase, cyan, wide letter-spacing. */
.cookie-banner-eyebrow {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
}

.cookie-banner p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.cookie-banner p a {
  color: var(--aqua);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s;
}

.cookie-banner p a:hover {
  color: var(--ink);
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* In the compact corner card layout, both buttons share the row and grow to fill it. */
.cookie-banner-actions button {
  flex: 1;
  min-width: 0;
}

.cookie-banner-actions button {
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: transparent;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  cursor: pointer;
  transition: color .25s, border-color .25s, background .25s, transform .2s, box-shadow .25s;
}

.cookie-banner-actions button:hover {
  color: var(--aqua);
  border-color: rgba(53, 205, 225, 0.55);
  background: rgba(53, 205, 225, 0.06);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -10px rgba(53, 205, 225, 0.5);
}

.cookie-banner-actions button.primary {
  background: var(--aqua);
  color: var(--pearl);
  border-color: var(--aqua);
  /* Matches the site's main .btn-primary glow language so the CTA reads as "site-native". */
  box-shadow: 0 6px 18px -8px rgba(53, 205, 225, 0.5);
}

.cookie-banner-actions button.primary:hover {
  background: var(--mist);
  color: var(--pearl);
  border-color: var(--mist);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px -12px rgba(53, 205, 225, 0.7);
}

@media (max-width: 720px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    padding: 16px 18px;
  }

  .cookie-banner-inner {
    gap: 14px;
  }
}

/* Page-head meta */
.page-head-meta .row {
  border-color: var(--line-soft)
}

.page-head-meta .row b {
  color: var(--ink)
}

.page-head-meta .row span {
  color: var(--muted)
}

.crumbs {
  color: var(--muted)
}

.crumbs a {
  color: #b3c4cb;
  transition: color .25s ease;
}

.crumbs a:hover {
  color: var(--aqua)
}

.crumbs span {
  color: var(--muted);
  opacity: 0.6
}

/* Section head */
.section-head {
  color: var(--ink)
}

/* ============================================================
   Toast notifications (success / error)
   ============================================================ */
.toast-stack {
  position: fixed;
  top: 88px;
  right: 24px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  max-width: calc(100vw - 48px);
}

.toast {
  pointer-events: auto;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  max-width: 420px;
  padding: 14px 16px 14px 18px;
  border-radius: var(--r-md);
  background: rgba(14, 28, 34, 0.96);
  border: 1px solid var(--line-soft);
  box-shadow: 0 18px 42px -18px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: 0.005em;
  overflow: hidden;
  animation: toastIn 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.toast.toast-leave {
  animation: toastOut 0.35s ease forwards;
}

@keyframes toastIn {
  0% {
    opacity: 0;
    transform: translateX(120%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes toastOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

.toast-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.toast-msg {
  min-width: 0;
  word-wrap: break-word;
}

.toast-close {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--muted);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}

.toast-close:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  transform-origin: left center;
  animation: toastProgress 5s linear forwards;
}

@keyframes toastProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.toast-success {
  border-color: rgba(69, 209, 138, 0.35);
}

.toast-success .toast-icon {
  background: rgba(69, 209, 138, 0.14);
  color: #6fdca4;
}

.toast-success .toast-progress {
  background: linear-gradient(90deg, #6fdca4, rgba(111, 220, 164, 0.3));
}

.toast-error {
  border-color: rgba(255, 107, 107, 0.4);
}

.toast-error .toast-icon {
  background: rgba(255, 107, 107, 0.14);
  color: #ff8888;
}

.toast-error .toast-progress {
  background: linear-gradient(90deg, #ff8888, rgba(255, 136, 136, 0.3));
}

@media (max-width: 600px) {
  .toast-stack {
    top: auto;
    bottom: 24px;
    left: 16px;
    right: 16px;
    max-width: none;
  }

  .toast {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  @keyframes toastIn {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* ============================================================
   CTA card düzeltmesi — eski pearl/beyaz tonları cyan'a
   ============================================================ */

/* Konsantrik daire deseni light tasarım için yapılmış — dark'ta çok belirgin
   ve garip duruyor. Tamamen gizleyip yerine yumuşak cyan glow koyuyoruz. */
.cta-card::before {
  border: none;
  box-shadow: none;
  background: radial-gradient(60% 80% at 100% 50%, rgba(53, 205, 225, 0.08), transparent 70%);
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  pointer-events: none;
}

/* CTA buttons — refined, premium */
.cta-card .btn {
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
  transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}

.cta-card .btn-primary {
  background: transparent;
  color: var(--aqua);
  border: 1px solid var(--aqua);
  box-shadow: none;
}

.cta-card .btn-primary:hover {
  background: var(--aqua);
  color: var(--teal-deep);
  transform: translateY(-1px);
}

.cta-card .btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, .85);
  border: 1px solid rgba(255, 255, 255, .12);
}

.cta-card .btn-ghost:hover {
  color: var(--aqua);
  border-color: rgba(53, 205, 225, .4);
}

.cta-card .eyebrow {
  color: var(--aqua) !important
}

/* Featured pkg vb. yerlerde --pearl light beklentisi olan metinleri ink'e çevir */
.pkg.featured h3,
.pkg.featured .price b {
  color: var(--ink)
}

.atlas-pin.is-active .label {
  background: var(--aqua);
  color: var(--pearl);
  border-color: var(--aqua)
}

.atlas-pin.is-active .label small {
  color: var(--pearl)
}

.sanct-name h3 em {
  color: var(--aqua)
}

.sanct-card:hover .sanct-card-action {
  background: var(--aqua);
  color: var(--pearl);
  border-color: var(--aqua)
}

/* Page-head em'leri cyan tonunda (style.css'in .page-head h1 em gold rule'unu yener) */
.page-head h1 em,
h1 em,
h2 em {
  color: var(--aqua);
  font-weight: 300;
}


/* ============================================================
   Hizmet Detay Sayfası — 2 sütun + sticky sidebar + alt CTA
   ============================================================ */

.service-detail {
  padding-top: 60px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: start;
}

.service-detail-content {
  min-width: 0;
}

.service-detail-lede {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 32px;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-soft);
}

.service-detail-body {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-soft);
}

.service-detail-body p {
  margin: 0 0 18px;
}

.service-detail-body h2,
.service-detail-body h3 {
  font-family: var(--serif);
  color: var(--ink);
  margin-top: 32px;
  margin-bottom: 14px;
  font-weight: 500;
}

.service-detail-body ul,
.service-detail-body ol {
  margin: 18px 0;
  padding-left: 24px;
}

.service-detail-body li {
  margin-bottom: 8px;
}

.service-detail-body a {
  color: var(--aqua);
  border-bottom: 1px solid currentColor;
}

/* Sticky sidebar */
.service-detail-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-detail-card {
  background: var(--sand);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: var(--shadow-md);
}

.service-detail-card-eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--aqua);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.service-detail-card-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}

.service-detail-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
}

.service-detail-row:last-child {
  border-bottom: none;
}

.service-detail-row span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-detail-row b {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  text-align: right;
}

.service-detail-cta {
  width: 100%;
  justify-content: center;
  padding: 16px 22px;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.service-detail-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: color .25s, border-color .25s, background .25s;
}

.service-detail-secondary:hover {
  color: var(--aqua);
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
}

.service-detail-helper {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

@media (max-width: 980px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-detail-sidebar {
    position: static;
  }
}

/* Servis detay — hero görsel alanı placeholder (görsel yokken) */
.service-hero-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  border-radius: var(--r-xl);
  border: 1px solid rgba(53, 205, 225, 0.18);
  background:
    radial-gradient(60% 80% at 80% 30%, rgba(53, 205, 225, 0.18), transparent 60%),
    radial-gradient(50% 60% at 15% 80%, rgba(53, 205, 225, 0.10), transparent 60%),
    linear-gradient(140deg, #1a3038 0%, #13242c 50%, #0a1518 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: var(--shadow-lg), 0 0 80px -20px rgba(53, 205, 225, 0.15);
}

.service-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.service-hero-blob.b1 {
  width: 320px;
  height: 320px;
  top: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(53, 205, 225, 0.35), rgba(53, 205, 225, 0) 70%);
}

.service-hero-blob.b2 {
  width: 240px;
  height: 240px;
  bottom: -60px;
  left: -40px;
  background: radial-gradient(circle, rgba(53, 205, 225, 0.18), rgba(53, 205, 225, 0) 70%);
}

.service-hero-icon {
  width: 72px;
  height: 72px;
  color: var(--aqua);
  opacity: 0.7;
  position: relative;
  z-index: 2;
}

.service-hero-meta {
  position: relative;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--aqua);
  background: rgba(10, 21, 24, 0.6);
  border: 1px solid rgba(53, 205, 225, 0.25);
  padding: 8px 18px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 720px) {
  .service-hero-placeholder {
    aspect-ratio: 4 / 3;
    border-radius: var(--r-lg);
  }

  .service-hero-icon {
    width: 56px;
    height: 56px;
  }
}

/* ============================================================
   Hizmet Detay — Asimetrik editorial hero (yeni)
   ============================================================ */

.sd-hero {
  padding: 140px 0 80px;
  background:
    radial-gradient(60% 40% at 80% 20%, rgba(53, 205, 225, 0.08), rgba(53, 205, 225, 0) 60%),
    radial-gradient(40% 50% at 10% 90%, rgba(53, 205, 225, 0.04), rgba(53, 205, 225, 0) 60%),
    linear-gradient(180deg, #0a1518 0%, #0e1c22 100%);
  position: relative;
  overflow: hidden;
}

.sd-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Sol: görsel — listing kartlarıyla aynı 4:3 yatay oran */
.sd-hero-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  background: #0a1518;
  box-shadow:
    0 40px 80px -32px rgba(0, 0, 0, 0.65),
    0 0 120px -20px rgba(53, 205, 225, 0.14),
    inset 0 0 0 1px rgba(243, 232, 214, 0.10);
  isolation: isolate;
  padding: 14px;
  overflow: hidden;
}

/* Champagne L-markers — fashion editorial framing */
.sd-hero-visual::before,
.sd-hero-visual::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(243, 232, 214, 0.5);
  z-index: 3;
  pointer-events: none;
  transition: width .5s ease, height .5s ease, border-color .5s ease;
}

.sd-hero-visual::before {
  top: 22px;
  left: 22px;
  border-right: none;
  border-bottom: none;
}

.sd-hero-visual::after {
  bottom: 22px;
  right: 22px;
  border-left: none;
  border-top: none;
}

.sd-hero-visual:hover::before,
.sd-hero-visual:hover::after {
  width: 48px;
  height: 48px;
  border-color: rgba(243, 232, 214, 0.85);
}

.sd-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  transition: transform 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.sd-hero-visual:hover .sd-hero-img {
  transform: scale(1.03);
}

.sd-hero-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(53, 205, 225, 0.18);
  border-radius: inherit;
  background:
    radial-gradient(70% 60% at 50% 30%, rgba(53, 205, 225, 0.18), transparent 60%),
    linear-gradient(160deg, #1a3038 0%, #13242c 50%, #0a1518 100%);
  color: var(--aqua);
  overflow: hidden;
}

.sd-hero-placeholder svg {
  width: 96px;
  height: 96px;
  opacity: 0.5;
  position: relative;
  z-index: 2;
}

.sd-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.sd-hero-blob.b1 {
  width: 280px;
  height: 280px;
  top: -60px;
  right: -60px;
  background: radial-gradient(circle, rgba(53, 205, 225, 0.4), rgba(53, 205, 225, 0) 70%);
}

.sd-hero-blob.b2 {
  width: 200px;
  height: 200px;
  bottom: -60px;
  left: -40px;
  background: radial-gradient(circle, rgba(53, 205, 225, 0.2), rgba(53, 205, 225, 0) 70%);
}

/* Sağ: meta + CTA */
.sd-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sd-hero-meta .crumbs {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sd-hero-title {
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 24px;
}

.sd-hero-lede {
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 0 32px;
  font-style: italic;
  font-weight: 400;
  max-width: 50ch;
}

/* Hero spec panel — ikonlu, badge gruplu satırlar */
.sd-hero-spec {
  margin: 0 0 36px;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  background:
    linear-gradient(180deg, rgba(53, 205, 225, 0.035) 0%, rgba(53, 205, 225, 0.008) 100%),
    rgba(10, 21, 24, 0.35);
  overflow: hidden;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.sd-hero-spec-row {
  display: grid;
  grid-template-columns: 36px auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
}

.sd-hero-spec-row:not(:last-child) {
  border-bottom: 1px solid var(--line-soft);
}

.sd-hero-spec-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(53, 205, 225, 0.06);
  border: 1px solid rgba(53, 205, 225, 0.2);
  color: var(--aqua);
}

.sd-hero-spec-icon svg {
  width: 16px;
  height: 16px;
}

.sd-hero-spec-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}

.sd-hero-spec-values {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}

.sd-spec-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.08);
  border: 1px solid rgba(53, 205, 225, 0.28);
  border-radius: 999px;
  line-height: 1.3;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.sd-spec-pill--link {
  text-decoration: none;
  cursor: pointer;
  gap: 4px;
}

.sd-spec-pill-arrow {
  width: 10px;
  height: 10px;
  opacity: 0.45;
  transition: opacity 0.2s, transform 0.2s;
}

.sd-spec-pill--link:hover {
  transform: translateY(-1px);
}

.sd-spec-pill--link:hover .sd-spec-pill-arrow {
  opacity: 1;
  transform: translateX(2px);
}

.sd-spec-pill:hover {
  background: rgba(53, 205, 225, 0.16);
  border-color: rgba(53, 205, 225, 0.5);
  color: #d4f8ff;
}

.sd-hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.sd-hero-actions .btn-primary {
  padding: 16px 28px;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.sd-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: color .25s, border-color .25s, background .25s;
}

.sd-whatsapp:hover {
  color: var(--aqua);
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
}

/* Body — editorial magazine */
.sd-body {
  padding: 100px 0;
}

.sd-body-content {
  max-width: 760px;
  margin: 0 auto;
}

.sd-body-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--aqua);
  font-weight: 500;
  margin-bottom: 24px;
}

.sd-body-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.sd-body-rich {
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink-soft);
}

.sd-body-rich p {
  margin: 0 0 22px;
  color: var(--ink-soft);
}

.sd-body-rich p:first-of-type {
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 32px;
}

.sd-body-rich h2,
.sd-body-rich h3 {
  font-family: var(--serif);
  color: var(--ink);
  margin-top: 40px;
  margin-bottom: 14px;
  font-weight: 500;
}

.sd-body-rich a {
  color: var(--aqua);
  border-bottom: 1px solid currentColor;
}

@media (max-width: 980px) {
  .sd-hero {
    padding: 110px 0 60px;
  }

  .sd-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sd-hero-visual {
    aspect-ratio: 4 / 3;
  }

  .sd-hero-title {
    font-size: clamp(28px, 7vw, 42px);
  }

  .sd-body {
    padding: 60px 0;
  }
}

/* ============================================================
   Service card (anasayfa + /hizmetler ortak)
   ============================================================ */

/* Listing sayfasında üst section padding'i daralt — filtre pill'leri hero'ya yaklaştığında daha dengeli */
.section.section--tight-top {
  padding-top: var(--space-section-tight);
}

.service-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
  justify-content: center;
}

.service-filter {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.service-filter:hover {
  color: var(--aqua);
  border-color: rgba(53, 205, 225, 0.4);
  background: rgba(53, 205, 225, 0.05);
}

.service-filter.is-active {
  color: var(--pearl);
  background: var(--aqua);
  border-color: var(--aqua);
}

.service-filter.is-active:hover {
  background: var(--mist, var(--aqua));
  color: var(--pearl);
}

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.service-cards-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--pearl);
  background: linear-gradient(135deg, #1a3038 0%, #0e1c22 100%);
  isolation: isolate;
  transition: transform .5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card:hover {
  transform: translateY(-3px);
}

.service-card-cover {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.service-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card:hover .service-card-cover img {
  transform: scale(1.06);
}

.service-card-cover-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(53, 205, 225, 0.35);
}

.service-card-cover-placeholder svg {
  width: 64px;
  height: 64px;
}

/* Alt gradient overlay — yumuşak, başlığa nefes alanı bırakır */
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top,
      rgba(6, 14, 18, 0.7) 0%,
      rgba(6, 14, 18, 0.35) 35%,
      rgba(6, 14, 18, 0) 70%);
  transition: background .45s ease;
  pointer-events: none;
}

.service-card:hover::after {
  background: linear-gradient(to top,
      rgba(6, 14, 18, 0.75) 0%,
      rgba(6, 14, 18, 0.4) 40%,
      rgba(6, 14, 18, 0.05) 75%);
}

.service-card-body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card-body h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  color: #f3e8d6;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.005em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 2px 8px rgba(0, 0, 0, 0.6),
    0 0 24px rgba(0, 0, 0, 0.4);
}

.service-card-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.service-card-pill {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(53, 205, 225, 0.32);
  background: rgba(8, 18, 22, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: var(--aqua);
  letter-spacing: 0.14em;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* Glass arrow — sağ üst köşede */
.service-card-arr {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.35);
  background: rgba(8, 18, 22, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aqua);
  transition: background .35s ease, border-color .35s ease, transform .35s ease, color .35s ease;
}

.service-card:hover .service-card-arr {
  background: rgba(53, 205, 225, 0.18);
  border-color: rgba(53, 205, 225, 0.6);
  transform: translateX(3px);
}

@media (max-width: 1100px) {
  .service-cards-grid--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .service-cards-grid,
  .service-cards-grid--cols-4 {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Ritual card (anasayfa + /ritueller + ilgili ritüeller)
   ============================================================ */

/* ============================================================
   Ritual card — editöryel cinematic vertical
   ============================================================ */
.ritual-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

/* Compact variant — used on service detail's related rituals section */
.ritual-cards-grid--compact {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}

.ritual-cards-grid--compact .ritual-card-body h3 {
  font-size: 22px;
}

.ritual-cards-grid--compact .ritual-card-cover {
  aspect-ratio: 4 / 3;
}

.ritual-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(20, 36, 42, .55), rgba(12, 24, 28, .35));
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
  isolation: isolate;
  padding: 12px 12px 28px;
  transition: border-color .35s ease, transform .35s ease, box-shadow .35s ease;
}

.ritual-card:hover {
  border-color: rgba(53, 205, 225, .22);
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -28px rgba(0, 0, 0, .6);
}

.ritual-card-cover {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a3038 0%, #0e1c22 100%);
}

.ritual-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ritual-card:hover .ritual-card-cover img {
  transform: scale(1.05);
}

.ritual-card-cover-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(53, 205, 225, 0.22);
}

.ritual-card-cover-placeholder svg {
  width: 110px;
  height: 110px;
}

.ritual-card-meta {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 21, 24, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Gold ring icon — cover ile body arasında, ortalı */
.ritual-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: -30px auto 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(20, 36, 42, 1), rgba(12, 24, 28, 1));
  border: 1px solid rgba(184, 150, 104, .45);
  color: var(--gold);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 6px var(--bg, #0a1518);
}

.ritual-card-icon svg {
  width: 24px;
  height: 24px;
}

.ritual-card-meta i {
  font-style: normal;
  opacity: 0.5;
}

.ritual-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 18px 0;
  text-align: center;
}

.ritual-card-body h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.005em;
  transition: color 0.25s;
}

.ritual-card:hover .ritual-card-body h3 {
  color: var(--aqua);
}

.ritual-card-tagline {
  margin: 0;
  font-family: var(--sans);
  font-style: normal;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ritual-card-inclusions {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
  text-align: left;
}

.ritual-card-inclusions li {
  position: relative;
  padding-left: 16px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.ritual-card-inclusions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
}

.ritual-card-foot {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.ritual-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  padding-bottom: 4px;
  transition: gap 0.25s, color 0.25s;
}

.ritual-card:hover .ritual-card-cta {
  gap: 12px;
  color: var(--mist);
}

@media (max-width: 1100px) {
  .ritual-cards-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ritual-cards-grid--compact {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .ritual-cards-grid--compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ritual-card-cover {
    aspect-ratio: 4 / 3;
  }

  .ritual-card-inclusions {
    grid-template-columns: 1fr;
  }

  .ritual-card-body h3 {
    font-size: 28px;
  }

  .ritual-card-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* ============================================================
   Branch card (anasayfa + /subeler + /hakkimizda)
   ============================================================ */

.branch-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.branch-card {
  display: flex;
  flex-direction: column;
  background: var(--sand);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.branch-card:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 205, 225, 0.3);
  box-shadow: 0 24px 48px -20px rgba(53, 205, 225, 0.18);
}

.branch-card-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #1a3038 0%, #0e1c22 100%);
}

.branch-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.branch-card:hover .branch-card-cover img {
  transform: scale(1.04);
}

.branch-card-cover-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.branch-card-cover-placeholder svg {
  width: 100%;
  height: 100%;
}

.branch-card-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--aqua) 0%, var(--mist) 50%, transparent 70%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px 4px rgba(53, 205, 225, 0.4);
  z-index: 2;
}

.branch-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 6px 12px;
  background: rgba(10, 21, 24, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.branch-card-body {
  padding: 28px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.branch-card-body h3 {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.15;
  color: var(--ink);
  margin: 0;
}

.branch-card-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.branch-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 4px;
  border-top: 1px solid var(--line-soft);
}

.branch-card-meta>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
  gap: 18px;
}

.branch-card-meta>div:last-child {
  border-bottom: none;
}

.branch-card-meta b {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.branch-card-meta span {
  font-size: 13px;
  color: var(--ink);
  text-align: right;
  line-height: 1.5;
}

.branch-card-meta a {
  color: var(--ink);
}

.branch-card-meta a:hover {
  color: var(--aqua);
}

.branch-card-actions {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.branch-card-actions .btn {
  flex: 1;
  min-width: 0;
  justify-content: center;
}

/* Compact (about sayfası) */
.branch-card--compact .branch-card-cover {
  aspect-ratio: 16 / 8;
}

.branch-card--compact .branch-card-body {
  padding: 22px 22px 20px;
  gap: 10px;
}

.branch-card--compact .branch-card-body h3 {
  font-size: 24px;
}

@media (max-width: 720px) {
  .branch-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Hizmet Detay — Fact strip (eski card grid yerine)
   Üst/alt çizgi + sütunlar arası dikey ayraç, kart zemini yok.
   ============================================================ */

.sd-strip-section {
  padding: 60px 0;
}

.sd-strip {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0;
  padding: 36px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.sd-strip-col {
  padding: 4px 48px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.sd-strip-col:first-child {
  padding-left: 0;
}

.sd-strip-col:last-child {
  padding-right: 0;
}

.sd-strip-col+.sd-strip-col {
  border-left: 1px solid var(--line-soft);
}

.sd-strip-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--aqua);
  font-weight: 500;
}

.sd-strip-eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

/* Pressure dots */
.sd-strip-pressure {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sd-strip-pressure b {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
}

/* Hedef bölge chip'leri — daha kompakt */
.sd-strip-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sd-strip-chips span {
  padding: 6px 12px;
  background: rgba(53, 205, 225, 0.08);
  border: 1px solid rgba(53, 205, 225, 0.22);
  border-radius: 999px;
  font-size: 12px;
  color: var(--ink);
}

/* Liste */
.sd-strip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sd-strip-list li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.sd-strip-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1px;
  background: var(--aqua);
}

@media (max-width: 880px) {
  .sd-strip {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sd-strip-col {
    padding: 0;
    border-left: none !important;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line-soft);
  }

  .sd-strip-col:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* ============================================================
   Hizmet Detay — Yeni layout (referans editorial)
   ============================================================ */

/* "Ne Beklemeli?" 4-card icon grid */
.sd-expect-section,
.sd-related-section {
  position: relative;
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(53, 205, 225, 0.04), transparent 70%);
}

.sd-expect-section {
  padding: 80px 0;
}

.sd-expect-section::before,
.sd-expect-section::after,
.sd-related-section::before,
.sd-related-section::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 80%);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(53, 205, 225, 0.25) 50%, transparent 100%);
}

.sd-expect-section::before,
.sd-related-section::before {
  top: 0;
}

.sd-expect-section::after,
.sd-related-section::after {
  bottom: 0;
}

/* ============================================================
   Contact page — form only (centered)
   ============================================================ */
.contact-main {
  max-width: 720px;
  margin: 0 auto;
}

.contact-col-head {
  margin-bottom: 32px;
}

.contact-col-head .sd-body-eyebrow {
  margin-bottom: 14px;
}

.contact-col-head h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.contact-col-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 56ch;
}

/* form panel */
.contact-form {
  background:
    linear-gradient(180deg, rgba(53, 205, 225, 0.025) 0%, transparent 100%),
    rgba(10, 21, 24, 0.4);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 32px 36px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-field.full {
  grid-column: 1 / -1;
}

.contact-field label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}

.contact-field label .req {
  color: var(--aqua);
  margin-left: 2px;
}

.contact-field input,
.contact-field textarea,
.contact-field select {
  background: var(--sand);
  border: 1px solid var(--line-soft);
  color: var(--ink);
  padding: 12px 16px;
  border-radius: var(--r-md);
  font-family: var(--sans);
  font-size: 14.5px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}

.contact-field textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.55;
}

.contact-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  /* Cyan caret-down ikonu */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2335cde1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

/* Açılır listenin dark mode kontrastı (Chromium/Firefox destekli) */
.contact-field select option {
  background: #102426;
  color: var(--ink);
}

.contact-field input:focus,
.contact-field textarea:focus,
.contact-field select:focus {
  border-color: rgba(53, 205, 225, 0.5);
  background: rgba(53, 205, 225, 0.03);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: var(--muted);
}

/* Rezervasyon zaman dilimi radio grup */
.rf-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rf-time-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  background: var(--sand);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-soft);
  cursor: pointer;
  text-align: center;
  transition: border-color .2s, background .2s, color .2s;
}

.rf-time-option:hover {
  border-color: rgba(53, 205, 225, 0.4);
  color: var(--ink);
}

.rf-time-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rf-time-option:has(input:checked) {
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.08);
  color: var(--ink);
}

@media (max-width: 720px) {
  .rf-time-grid {
    grid-template-columns: 1fr;
  }
}

.contact-field label.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.contact-field label.contact-consent span {
  text-transform: none;
  letter-spacing: 0;
}

.contact-consent input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--aqua);
  cursor: pointer;
}

.contact-consent a {
  color: var(--aqua);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-submit {
  margin-top: 24px;
}

@media (max-width: 640px) {
  .contact-form {
    padding: 24px 22px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ============================================================
   Ritual inclusions — body içinde inline subsection
   ============================================================ */
.ri-inline-list {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line-soft);
}

.ri-inline-list .sd-body-eyebrow {
  margin-bottom: 18px;
}

.ri-inline-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 32px;
}

.ri-inline-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0.005em;
}

.ri-inline-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 1px;
  background: var(--aqua);
}

@media (max-width: 720px) {
  .ri-inline-list ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.sd-expect-head-center {
  text-align: center;
  margin-bottom: 48px;
}

.sd-expect-head-center h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  margin: 0;
}

.sd-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sd-expect-card {
  background: var(--sand);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.sd-expect-card:hover {
  transform: translateY(-3px);
  border-color: rgba(53, 205, 225, 0.3);
  box-shadow: 0 18px 36px -16px rgba(53, 205, 225, 0.18);
}

.sd-expect-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(53, 205, 225, 0.1);
  color: var(--aqua);
  margin-bottom: 4px;
}

.sd-expect-icon svg {
  width: 22px;
  height: 22px;
}

.sd-expect-card h4 {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
  font-weight: 500;
}

.sd-expect-card p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 1100px) {
  .sd-expect-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sd-expect-grid {
    grid-template-columns: 1fr;
  }
}

/* 2-sütun body: Hizmet Hakkında + sticky sidebar */
.sd-body-section {
  padding: 80px 0;
}

.sd-body-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: start;
}

.sd-body-main {
  min-width: 0;
}

.sd-body-main .sd-body-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--aqua);
  font-weight: 500;
  margin-bottom: 24px;
}

.sd-body-main .sd-body-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.sd-body-main .sd-body-rich {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-soft);
}

.sd-body-main .sd-body-rich p {
  margin: 0 0 18px;
  color: var(--ink-soft);
}

.sd-body-main .sd-body-rich p:first-of-type {
  font-family: var(--serif);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 28px;
}

.sd-body-main .sd-body-rich h2,
.sd-body-main .sd-body-rich h3 {
  font-family: var(--serif);
  color: var(--ink);
  margin-top: 36px;
  margin-bottom: 12px;
  font-weight: 500;
}

/* Sticky sidebar */
.sd-side {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sd-side-card {
  background: var(--sand);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  transition: border-color .25s;
}

.sd-side-card:hover {
  border-color: rgba(53, 205, 225, 0.25);
}

.sd-side-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(53, 205, 225, 0.1);
  color: var(--aqua);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-side-icon svg {
  width: 22px;
  height: 22px;
}

.sd-side-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sd-side-eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.sd-side-text {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0.005em;
}

.sd-side-price {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
  color: var(--ink);
}

.sd-side-price small {
  display: block;
  margin-top: var(--space-stack-xs);
  font-family: var(--sans);
  font-size: 12px;
  color: var(--muted);
}

/* Pressure bar — sidebar versiyonu */
/* Pressure level — sidebar refined design */
.sd-pressure-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sd-pressure-pos {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.1);
  border: 1px solid rgba(53, 205, 225, 0.25);
  padding: 2px 7px;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1.4;
}

.sd-pressure-name {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  letter-spacing: 0.005em;
  margin: 0 0 6px;
}

.sd-pressure-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}

.sd-pressure-track span {
  height: 6px;
  border-radius: 999px;
  background: var(--line-soft);
  transition: background 0.25s, box-shadow 0.25s;
}

.sd-pressure-track span.is-on {
  background: rgba(53, 205, 225, 0.6);
}

.sd-pressure-track span.is-current {
  background: var(--aqua);
  box-shadow: 0 0 12px rgba(53, 205, 225, 0.45);
}

.sd-pressure-range {
  display: flex;
  justify-content: space-between;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.7;
}

/* Side helper link */
.sd-side-help {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  text-transform: uppercase;
  transition: color .25s, border-color .25s, background .25s;
}

.sd-side-help:hover {
  color: var(--aqua);
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
}

.sd-side-help .ar {
  margin-left: auto;
  transition: transform .25s;
}

.sd-side-help:hover .ar {
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .sd-body-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sd-side {
    position: static;
  }
}

/* ============================================================
   Legal pages (page.php) — editorial typography
   ============================================================ */

.legal-article {
  max-width: 780px;
  margin: 0 auto;
  color: var(--ink);
}

.legal-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px;
  margin-bottom: var(--space-stack-xl);
  border: 1px solid rgba(53, 205, 225, 0.2);
  border-radius: 999px;
  background: rgba(53, 205, 225, 0.04);
}

.legal-meta-icon {
  width: 14px;
  height: 14px;
  color: var(--aqua);
  flex-shrink: 0;
  opacity: 0.85;
}

.legal-meta-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.legal-meta-sep {
  width: 1px;
  height: 12px;
  background: rgba(53, 205, 225, 0.3);
}

.legal-meta time {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--aqua);
  font-variant-numeric: tabular-nums;
}

.legal-body {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-soft);
}

.legal-body>*:first-child {
  margin-top: 0;
}

.legal-body>*:last-child {
  margin-bottom: 0;
}

.legal-body h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: var(--space-section-block) 0 var(--space-stack-md);
  padding-top: var(--space-stack-lg);
  border-top: 1px solid var(--line-soft);
}

.legal-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-body h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aqua);
  margin: var(--space-stack-xl) 0 var(--space-gap-md);
}

.legal-body p {
  margin: 0 0 var(--space-stack-md);
}

.legal-body ul,
.legal-body ol {
  margin: 0 0 var(--space-stack-lg);
  padding-left: 22px;
}

.legal-body li {
  margin-bottom: var(--space-gap-sm);
  padding-left: 4px;
}

.legal-body li::marker {
  color: var(--aqua);
}

.legal-body strong {
  color: var(--ink);
  font-weight: 600;
}

.legal-body a {
  color: var(--aqua);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s;
}

.legal-body a:hover {
  color: var(--ink);
}

.legal-body hr {
  border: 0;
  height: 1px;
  background: var(--line-soft);
  margin: 40px 0;
}

.legal-body blockquote {
  margin: 24px 0;
  padding: 16px 22px;
  border-left: 2px solid var(--aqua);
  background: rgba(53, 205, 225, 0.04);
  font-style: italic;
  color: var(--ink);
}

.legal-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 14px;
}

.legal-body th,
.legal-body td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
}

.legal-body th {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

@media (max-width: 720px) {
  .legal-body {
    font-size: 14px;
    line-height: 1.78;
  }

  .legal-body h2 {
    margin-top: 44px;
    padding-top: 22px;
  }
}

/* ============================================================
   About — Yaklaşımımız (principle strip)
   ============================================================ */

.approach-head {
  max-width: 980px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: var(--space-section-block);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.approach-card {
  padding: 36px 28px 32px;
  border-right: 1px solid var(--line-soft);
  background: transparent;
  transition: background .4s;
}

/* Sequential reveal — her kart önceki kartın 120ms ardından açılır */
.approach-card.reveal {
  transition: opacity .8s ease, transform .8s ease, background .4s;
  transition-delay: calc(var(--i, 0) * 120ms);
}

.approach-card:last-child {
  border-right: 0;
}

.approach-card:hover {
  background: rgba(53, 205, 225, 0.02);
}

.approach-index {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--aqua);
  margin-bottom: var(--space-stack-lg);
}

.approach-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 var(--space-stack-sm);
  letter-spacing: 0.01em;
}

.approach-body {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 1100px) {
  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-card {
    border-bottom: 1px solid var(--line-soft);
  }

  .approach-card:nth-child(2n) {
    border-right: 0;
  }

  .approach-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

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

  .approach-card {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
    padding: 28px 4px;
  }

  .approach-card:last-child {
    border-bottom: 0;
  }
}

/* ============================================================
   About — Mirastan İlhamla (editorial split)
   ============================================================ */

.heritage-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

.heritage-text {
  max-width: 640px;
}

/* Cyan divider — lede ile numbered list arası ince ayrım */
.personal-divider {
  display: block;
  width: 48px;
  height: 1.5px;
  background: var(--aqua);
  margin: 36px 0 28px;
}

/* Personal points — numbered 2x2 grid, premium "feature row" treatment */
.personal-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 0;
}

.personal-point {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  row-gap: 6px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* Son satır (2 cell) alt border'ı kalksın */
.personal-point:nth-last-child(-n+2) {
  border-bottom: none;
}

/* Tek sütuna düştüğünde son cell border'ı düzelt */
@media (max-width: 720px) {
  .personal-point:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .personal-point:last-child {
    border-bottom: none;
  }
}

.personal-point-num {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--aqua);
  padding-top: 4px;
  min-width: 30px;
}

.personal-point-title {
  grid-column: 2;
  grid-row: 1;
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .95);
  line-height: 1.3;
}

.personal-point-desc {
  grid-column: 2;
  grid-row: 2;
  display: block;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .58);
}

@media (max-width: 720px) {
  .personal-points {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

.heritage-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--r-xl, 4px);
  overflow: hidden;
  background:
    radial-gradient(80% 60% at 30% 20%, rgba(53, 205, 225, 0.18), transparent 50%),
    linear-gradient(170deg, #1a3038 0%, #13242c 50%, #0a1518 100%);
  box-shadow: var(--shadow-lg), 0 0 80px -20px rgba(53, 205, 225, 0.18);
}

.heritage-visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  pointer-events: none;
  z-index: 2;
}

.heritage-visual::after {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  bottom: -15%;
  right: -15%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}

.heritage-visual:has(.heritage-visual-img)::after {
  display: none;
}

.heritage-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

@media (max-width: 980px) {
  .heritage-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .heritage-visual {
    aspect-ratio: 4/3;
    order: -1;
  }
}

/* ============================================================
   About — İlk Ziyaret Akışı (4-step horizontal flow)
   ============================================================ */

.visit-head {
  max-width: 980px;
}

.visit-flow {
  list-style: none;
  margin: var(--space-section-block) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  position: relative;
}

.visit-flow::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 8' preserveAspectRatio='none'><path d='M0,4 Q15,0 30,4 T60,4' fill='none' stroke='%2335cde1' stroke-width='1' stroke-opacity='0.5'/></svg>");
  background-size: 60px 8px;
  background-repeat: repeat-x;
  background-position: 0 center;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.visit-flow.reveal.in::before {
  clip-path: inset(0 0 0 0);
}

.visit-step {
  position: relative;
  z-index: 1;
  padding-right: 12px;
}

/* Sequential reveal — her adım önceki adımın 120ms ardından açılır */
.visit-step.reveal {
  transition: opacity .8s ease, transform .8s ease;
  transition-delay: calc(var(--i, 0) * 120ms);
}

.visit-index {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: var(--space-stack-lg);
  background: #0e1c22;
  border: 1px solid rgba(53, 205, 225, 0.45);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--aqua);
}

.visit-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: 0 0 var(--space-stack-sm);
}

.visit-body {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 1100px) {
  .visit-flow {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 44px;
  }

  .visit-flow::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .visit-flow {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .visit-step {
    padding-right: 0;
  }
}

/* ============================================================
   FAQ accordion (anasayfa Sıkça Sorulanlar) — themed
   ============================================================ */

.faq-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 900px 500px at 50% 0%, rgba(53, 205, 225, .035), transparent 65%),
    radial-gradient(circle at 12% 60%, rgba(53, 205, 225, .04), transparent 50%),
    radial-gradient(circle at 88% 70%, rgba(53, 205, 225, .035), transparent 50%);
  overflow: hidden;
}

/* Üstte ve altta soft cyan halo lekeleri */
.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(60px);
}

.faq-section::before {
  top: 20%;
  left: -120px;
  background: radial-gradient(circle, rgba(53, 205, 225, .12), transparent 70%);
}

.faq-section::after {
  bottom: 15%;
  right: -120px;
  background: radial-gradient(circle, rgba(53, 205, 225, .1), transparent 70%);
}

.faq-section>.container {
  position: relative;
  z-index: 1;
}

/* 2-sütun grid: sol intro+CTA, sağ accordion */
.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 80px;
  align-items: start;
}

.faq-side {
  position: sticky;
  top: 100px;
  max-width: 420px;
}

.faq-side .lede {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .65);
  max-width: 38ch;
}

/* Cevap bulunamadıysa iletişim CTA kartı */
.faq-help-card {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(53, 205, 225, .25);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(53, 205, 225, .06), rgba(53, 205, 225, .02));
  text-decoration: none;
  color: inherit;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.faq-help-card:hover {
  border-color: rgba(53, 205, 225, .55);
  background: linear-gradient(135deg, rgba(53, 205, 225, .12), rgba(53, 205, 225, .04));
  transform: translateY(-2px);
}

.faq-help-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(53, 205, 225, .08);
  color: var(--aqua);
}

.faq-help-icon svg {
  width: 20px;
  height: 20px;
}

.faq-help-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.faq-help-text b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .92);
}

.faq-help-text em {
  font-style: normal;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .55);
}

.faq-help-arrow {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--aqua);
  color: #08161a;
  flex-shrink: 0;
  transition: transform .25s ease;
}

.faq-help-arrow svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

.faq-help-card:hover .faq-help-arrow {
  transform: translateX(3px);
}

.faq-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: faq;
}

@media (max-width: 980px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-side {
    position: static;
    max-width: none;
  }
}

details.faq-item {
  position: relative;
  background: linear-gradient(180deg, rgba(20, 36, 42, .5), rgba(12, 24, 28, .35));
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .35s ease, background .35s ease, transform .35s ease;
  counter-increment: faq;
}

details.faq-item:hover {
  border-color: rgba(53, 205, 225, .18);
  transform: translateX(2px);
}

details.faq-item[open] {
  border-color: rgba(53, 205, 225, .35);
  background: linear-gradient(180deg, rgba(20, 60, 70, .35), rgba(12, 30, 36, .25));
  box-shadow: 0 0 0 1px rgba(53, 205, 225, .12);
}

/* Sol kenarda cyan accent bar — sadece açık item'da */
details.faq-item::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, #35cde1, transparent);
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity .35s ease;
}

details.faq-item[open]::before {
  opacity: 1;
}

/* Numara prefix — "01", "02" vb. */
details.faq-item summary.faq-q::before {
  content: "0" counter(faq);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  color: rgba(53, 205, 225, .55);
  margin-right: 18px;
  flex-shrink: 0;
  transition: color .25s ease, transform .25s ease;
  font-variant-numeric: tabular-nums;
}

details.faq-item[open] summary.faq-q::before {
  color: rgba(53, 205, 225, 1);
}

details.faq-item summary.faq-q {
  display: flex;
  align-items: center;
  gap: var(--space-gap-md);
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
  transition: color .25s;
}

details.faq-item summary.faq-q>span {
  flex: 1;
  min-width: 0;
}

details.faq-item summary.faq-q::-webkit-details-marker {
  display: none;
}

details.faq-item summary.faq-q::marker {
  content: "";
}

details.faq-item summary.faq-q:hover {
  color: var(--aqua);
}

.faq-chevron {
  flex-shrink: 0;
  color: var(--aqua);
  opacity: .6;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .25s ease;
}

details.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* JS-driven height transition — UA stylesheet `details:not([open]) > :not(summary) { display:none }`
   override edilir; JS açıkken inline height set eder. */
details.faq-item .faq-a {
  display: block !important;
  padding: 0 26px 0 64px;
  overflow: hidden;
  height: 0;
  will-change: height;
  transition-property: height, padding;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.2, .8, .2, 1);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.78;
  color: var(--ink-soft);
}

details.faq-item[open] .faq-a {
  padding: 0 26px 22px 64px;
  /* height JS tarafından inline set edilir */
}

.faq-a p {
  margin: 0;
}

@media (max-width: 560px) {
  details.faq-item summary.faq-q {
    padding: 18px 20px;
    font-size: 16px;
    gap: 12px;
  }

  details.faq-item summary.faq-q::before {
    margin-right: 0;
    font-size: 10px;
  }

  details.faq-item .faq-a {
    padding: 0 20px 0 48px;
  }

  details.faq-item[open] .faq-a {
    padding: 0 20px 18px 48px;
  }
}

/* ============================================================
   Accessibility — skip link + global focus ring
   ============================================================ */

/* Skip-to-content link — visually hidden until keyboard-focused */
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 18px;
  background: var(--aqua);
  color: var(--pearl);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.5);
  transform: translateY(-150%);
  transition: transform .2s cubic-bezier(.2, .8, .2, 1);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

/* Global keyboard focus indicator. Mouse/touch users don't see it
   (only :focus-visible matches), but keyboard users get a clear ring. */
:focus {
  outline: none;
}

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

/* Buttons / pill-shaped controls keep their own corners */
.btn:focus-visible,
.btn-link:focus-visible,
.btn-primary:focus-visible,
.btn-ghost:focus-visible,
.lang-switcher:focus-visible,
.cookie-banner-actions button:focus-visible {
  outline-offset: 4px;
  border-radius: 999px;
}

/* Form fields keep their existing focus border + add visible ring */
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 2px;
}

/* Honeypot field — visually hidden, off-screen, but still in DOM
   so naive bots fill it and we reject the submission. */
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

/* ============================================================
   BRANCH DETAIL — Sticky görsel + galeri + hizmet kartları
   ============================================================ */

body.branches-detail {
  background: #03080a;
}

body.branches-detail .cookie-banner {
  z-index: 60;
}

.bd3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: flex-start;
  color: var(--ink);
  min-height: 100vh;
}

/* ===== Sol: sticky hero + üst nav altından başlar ===== */
.bd3-side {
  position: sticky;
  top: 0;
  height: 100vh;
  align-self: flex-start;
}

.bd3-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.bd3-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  filter: saturate(0.95) contrast(1.02);
}

.bd3-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 10, 0.45) 0%, rgba(2, 6, 10, 0) 24%);
  pointer-events: none;
  z-index: 1;
}

.bd3-hero-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78%;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.30) 28%,
      rgba(0, 0, 0, 0.70) 58%,
      rgba(0, 0, 0, 0.96) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Lokasyon etiketi — görselin sağ-üst köşesinde (nav'ın hemen altı) */
.bd3-hero-locale {
  position: absolute;
  top: clamp(96px, 11vh, 130px);
  right: clamp(20px, 2.5vw, 36px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(8, 18, 22, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 205, 225, 0.32);
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--aqua);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.bd3-hero-locale-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.18), 0 0 10px rgba(53, 205, 225, 0.6);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.bd3-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  z-index: 2;
  padding: clamp(20px, 2vw, 32px) clamp(24px, 2.6vw, 44px) clamp(24px, 3vh, 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  /* İçerik viewport'tan büyük olursa lede kırpılsın, butonlar her zaman görünsün */
  overflow: hidden;
}

/* Lede flex-shrink: 1 ile sıkıştır, butonlar flex-shrink: 0 ile asla küçülmesin */
.bd3-hero-content .bd3-lede {
  flex: 0 1 auto;
  min-height: 0;
}

.bd3-hero-content .bd3-actions {
  flex: 0 0 auto;
}

.bd3-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 14px;
}

.bd3-crumbs a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color .25s;
}

.bd3-crumbs a:hover {
  color: var(--aqua);
}

.bd3-crumbs .is-current {
  color: var(--aqua);
}

.bd3-name {
  margin: 0 0 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
}

.bd3-name-brand {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(10px, 0.78vw, 12px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.bd3-name-sep {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(53, 205, 225, 0) 0%,
      rgba(53, 205, 225, 0.85) 100%);
}

.bd3-name-hotel {
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1;
  letter-spacing: 0.005em;
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.75);
}

.bd3-lede {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  max-width: none;
  width: 100%;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Aksiyon butonları — tek satır, görsel boyunca yayılır ===== */
.bd3-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}

.bd3-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 14px;
  background: rgba(8, 18, 22, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10.5px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .25s, color .25s, background .25s, transform .25s;
}

.bd3-action--primary {
  flex: 1 1 auto;
}

.bd3-action:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.10);
  transform: translateY(-1px);
}

.bd3-action-icon {
  flex: none;
  display: block;
  color: currentColor;
}

.bd3-action--primary {
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  border-color: transparent;
  color: #04181c;
  box-shadow: 0 8px 20px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.bd3-action--primary:hover {
  color: #04181c;
  background: linear-gradient(135deg, #6de3f3 0%, #4ad3e5 50%, #1ba2b8 100%);
  border-color: transparent;
  box-shadow: 0 14px 28px -12px rgba(53, 205, 225, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.bd3-action--wa:hover {
  border-color: #25d366;
  color: #25d366;
  background: rgba(37, 211, 102, 0.10);
}

/* ===== Sağ kolon ===== */
.bd3-main {
  position: relative;
  padding: clamp(110px, 12vh, 140px) clamp(80px, 7vw, 110px) clamp(60px, 8vh, 100px) clamp(28px, 3.5vw, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 5vw, 72px);
}

/* ===== Sağdaki sabit table-of-contents — ince minimal pills ===== */
.bd3-toc {
  position: fixed;
  top: 50%;
  right: clamp(14px, 1.5vw, 24px);
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.bd3-toc-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 4px 0;
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: 0;
  line-height: 1;
  transition: color .35s ease, gap .35s cubic-bezier(.22, .8, .25, 1);
}

.bd3-toc-pill::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  transition: width .4s cubic-bezier(.22, .8, .25, 1),
              background .35s ease,
              box-shadow .35s ease;
}

.bd3-toc-pill:hover {
  color: rgba(255, 255, 255, 0.85);
  gap: 16px;
}

.bd3-toc-pill:hover::after {
  width: 28px;
  background: rgba(255, 255, 255, 0.55);
}

.bd3-toc-pill.is-active {
  color: #ffffff;
}

.bd3-toc-pill.is-active::after {
  width: 38px;
  background: var(--aqua);
  box-shadow: 0 0 10px rgba(53, 205, 225, 0.55);
}

/* Smooth scroll için section'larda nav-offset */
#bd3-section-gallery,
#bd3-section-services,
#bd3-section-rituals,
#bd3-section-location {
  scroll-margin-top: 90px;
}

/* ============================================================
   Şube detay — Konum (Leaflet harita + adres bilgi paneli)
   ============================================================ */
.bd3-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.bd3-location-map {
  position: relative;
  width: 100%;
  height: clamp(360px, 50vh, 520px);
  background: #050d10;
  border-radius: 2px;
  overflow: hidden;
  font-family: var(--sans);
}

.bd3-location-map-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

.bd3-location-map .leaflet-container {
  background: #050d10;
  font-family: var(--sans);
  cursor: default;
}

.bd3-location-map .leaflet-interactive,
.bd3-location-map .leaflet-grab,
.bd3-location-map .leaflet-dragging .leaflet-grab,
.bd3-location-map .leaflet-dragging .leaflet-grabbing {
  cursor: default !important;
}

.bd3-location-map .leaflet-control-attribution {
  background: rgba(8, 18, 22, 0.7) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 9px !important;
  padding: 3px 6px !important;
  border-radius: 2px;
}

.bd3-location-map .leaflet-control-attribution a {
  color: rgba(53, 205, 225, 0.8) !important;
  text-decoration: none;
}

.bd3-location-map .leaflet-control-zoom {
  border: none !important;
  box-shadow: none !important;
  margin: 14px !important;
}

.bd3-location-map .leaflet-control-zoom a {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  background: rgba(8, 18, 22, 0.75) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(53, 205, 225, 0.20) !important;
  border-radius: 2px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: color .25s, border-color .25s, background .25s;
}

.bd3-location-map .leaflet-control-zoom a:first-child {
  margin-bottom: 4px;
}

.bd3-location-map .leaflet-control-zoom a:hover {
  background: rgba(53, 205, 225, 0.16) !important;
  color: var(--aqua) !important;
  border-color: var(--aqua) !important;
}

.bd3-location-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(53, 205, 225, 0.16);
  border-radius: 2px;
}

.bd3-location-info-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(53, 205, 225, 0.08);
  border: 1px solid rgba(53, 205, 225, 0.32);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aqua);
  text-decoration: none;
  transition: background .3s ease, border-color .3s ease, gap .3s ease;
}

.bd3-location-info-cta span {
  flex: 1;
}

.bd3-location-info-cta:hover {
  background: rgba(53, 205, 225, 0.16);
  border-color: var(--aqua);
  gap: 14px;
}

.bd3-location-info-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bd3-location-info-label {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(53, 205, 225, 0.85);
}

.bd3-location-info-value {
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.bd3-location-info-link {
  transition: color .25s ease;
}

.bd3-location-info-link:hover {
  color: var(--aqua);
}

@media (max-width: 880px) {
  .bd3-location-grid {
    grid-template-columns: 1fr;
  }
  .bd3-location-map {
    height: clamp(280px, 60vw, 420px);
  }
}

@media (max-width: 1280px) {
  .bd3-main {
    padding-right: clamp(28px, 3.5vw, 64px);
  }

  .bd3-toc {
    display: none;
  }
}

/* ===== Galeri — masonry tarzı 4 katmanlı ===== */
.bd3-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 8px;
  grid-auto-flow: row dense;
  gap: 10px;
}

@media (max-width: 880px) {
  .bd3-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  /* Mobil: full-bleed yatay scroll carousel (ana sayfa galeri pattern'i) */
  .bd3-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: none;
    grid-auto-rows: auto;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 4px var(--gutter) 14px;
  }
  .bd3-gallery::-webkit-scrollbar { display: none; }

  .bd3-gallery-item {
    flex: 0 0 86vw;
    width: auto;
    height: auto;
    grid-row: auto !important;
    grid-column: auto !important;
    scroll-snap-align: center;
    aspect-ratio: 4 / 5;
  }
  .bd3-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.bd3-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(53, 205, 225, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0;
  margin: 0;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  grid-row: span var(--rs, 30);
}

.bd3-gallery-item:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 2px;
}

.bd3-gallery-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(4, 24, 28, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(53, 205, 225, 0.55);
  color: var(--aqua);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .35s cubic-bezier(.22, .8, .25, 1);
}

.bd3-gallery-item:hover .bd3-gallery-zoom,
.bd3-gallery-item:focus-visible .bd3-gallery-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.bd3-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, .8, .25, 1), filter .5s ease;
  filter: saturate(0.92);
}

.bd3-gallery-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
  transition: opacity .35s ease;
  opacity: 1;
}

.bd3-gallery-item:hover img {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.bd3-gallery-item:hover .bd3-gallery-veil {
  opacity: 0.4;
}

/* Masonry — row-span JS ile her görsele atanır (--rs custom property) */

/* ===== Lightbox ===== */
.bd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 10, 0.94);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  opacity: 0;
  transition: opacity .22s ease;
}

.bd-lightbox.is-open {
  opacity: 1;
}

.bd-lightbox[hidden] {
  display: none;
}

.bd-lightbox-stage {
  position: relative;
  margin: 0;
  max-width: min(1200px, 92vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transform: scale(0.96);
  transition: transform .35s cubic-bezier(.22, .8, .25, 1);
}

.bd-lightbox.is-open .bd-lightbox-stage {
  transform: scale(1);
}

.bd-lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 40px 90px -20px rgba(0, 0, 0, 0.8);
  background: #04181c;
}

.bd-lightbox-counter {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.bd-lightbox-close,
.bd-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(8, 18, 22, 0.55);
  border: 1px solid rgba(53, 205, 225, 0.30);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
  -webkit-appearance: none;
  appearance: none;
}

.bd-lightbox-close:hover,
.bd-lightbox-nav:hover {
  background: rgba(53, 205, 225, 0.18);
  border-color: var(--aqua);
  color: var(--aqua);
}

.bd-lightbox-close {
  top: clamp(16px, 3vh, 28px);
  right: clamp(16px, 3vw, 28px);
}

.bd-lightbox-nav--prev {
  left: clamp(12px, 2.5vw, 26px);
  top: 50%;
  transform: translateY(-50%);
}

.bd-lightbox-nav--prev:hover {
  transform: translateY(-50%) translateX(-2px);
}

.bd-lightbox-nav--next {
  right: clamp(12px, 2.5vw, 26px);
  top: 50%;
  transform: translateY(-50%);
}

.bd-lightbox-nav--next:hover {
  transform: translateY(-50%) translateX(2px);
}

@media (max-width: 560px) {
  .bd-lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .bd-lightbox-img {
    max-height: 70vh;
  }
}

/* ===== Hizmet / Ritüel bölümleri ===== */
.bd3-offerings {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bd3-offerings-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.bd3-offerings-head>div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bd3-offerings-eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 0;
}

.bd3-offerings-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1;
  color: #ffffff;
}

.bd3-offerings-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aqua);
  text-decoration: none;
  transition: gap .25s ease, color .25s;
  padding-bottom: 4px;
}

.bd3-offerings-all:hover {
  gap: 10px;
  color: var(--mist);
}

/* ===== Hizmet/Ritüel kartları — premium butik menü, 4'lü grid ===== */
.bd3-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* Şubeler bölümünde 5'li grid */
.bd3-cards--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.bd3-card {
  margin: 0;
  padding: 0;
  display: flex;
}

.bd3-card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 8px 8px 12px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  transition: border-color .35s ease, background .35s ease, transform .35s ease;
  isolation: isolate;
}

/* Üst hairline cyan accent — idle'da görünmez, hover'da çizilir */
.bd3-card-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
}

.bd3-card-link:hover {
  border-color: rgba(53, 205, 225, 0.25);
  background: rgba(53, 205, 225, 0.03);
  transform: translateY(-2px);
}

.bd3-card-link:hover::before {
  left: 0;
  width: 100%;
}

.bd3-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
  border-radius: 1px;
  margin-bottom: 12px;
}

.bd3-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, .8, .25, 1), filter .35s ease;
  filter: saturate(0.92);
}

.bd3-card-link:hover .bd3-card-thumb img {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.bd3-card-veil {
  display: none;
}

.bd3-card-overlay {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 4px;
  min-width: 0;
}

.bd3-card-name {
  margin: 0;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1.35;
  color: #ffffff;
  letter-spacing: 0.005em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .25s ease;
}

.bd3-card-link:hover .bd3-card-name {
  color: var(--aqua);
}

.bd3-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(236, 230, 220, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: color .25s ease;
}

.bd3-card-meta::before {
  content: "";
  flex: none;
  width: 10px;
  height: 1px;
  background: rgba(53, 205, 225, 0.55);
  transition: width .3s ease, background .25s ease;
}

.bd3-card-meta>span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bd3-card-link:hover .bd3-card-meta {
  color: var(--aqua);
}

.bd3-card-link:hover .bd3-card-meta::before {
  width: 16px;
  background: var(--aqua);
}

.bd3-card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #04181c;
  background: var(--aqua);
  padding: 3px 7px;
  border-radius: 2px;
  line-height: 1;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .bd3 {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr);
  }

  .bd3-name-hotel {
    font-size: clamp(30px, 3.2vw, 44px);
  }

  /* 4 sütun dar geliyor → 3 */
  .bd3-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* 5'li grid de 3'e iner */
  .bd3-cards--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .bd3-side {
    position: relative;
    height: auto;
  }

  .bd3-hero {
    height: 78vh;
    min-height: 580px;
  }

  .bd3-hero-content {
    max-width: 100%;
  }

  .bd3-main {
    padding: clamp(36px, 5vw, 48px) clamp(20px, 5vw, 32px) 60px;
  }

  .bd3-gallery {
    grid-template-columns: repeat(4, 1fr);
  }

  .bd3-gallery-item--0 {
    grid-column: span 4;
    grid-row: span 3;
  }

  .bd3-gallery-item--1 {
    grid-column: span 2;
    grid-row: span 2;
  }

  .bd3-gallery-item--2 {
    grid-column: span 2;
    grid-row: span 2;
  }

  .bd3-gallery-item--3,
  .bd3-gallery-item--4,
  .bd3-gallery-item--5 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 560px) {
  .bd3-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 130px;
  }

  .bd3-gallery-item--0 {
    grid-column: span 2;
    grid-row: span 2;
  }

  .bd3-gallery-item:nth-child(n+5) {
    display: none;
  }

  .bd3-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .bd3-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .bd3-action {
    flex: 1 1 calc(50% - 4px);
    justify-content: center;
  }
}

/* ============================================================
   SERVICE / RITUAL DETAIL — Branch detail iskeletini paylaşır
   .bd3-* + ek sd2-* parçaları
   ============================================================ */

body.service-detail-v2,
body.ritual-detail {
  background: #03080a;
}

/* Sticky sol görsel: tam viewport doldurur (100vh), üstü nav'ın arkasından geçer.
   İçerik üstten nav yüksekliği kadar pad alır (rozetler nav'ın altında durur). */
:root {
  --bd-nav-h: 72px;
}

body.service-detail-v2 .bd3,
body.ritual-detail .bd3,
body.branches-detail .bd3 {
  margin-top: 0;
}

body.service-detail-v2 .bd3-side,
body.ritual-detail .bd3-side,
body.branches-detail .bd3-side {
  top: 0;
  height: 100vh;
}

body.service-detail-v2 .bd3-hero,
body.ritual-detail .bd3-hero,
body.branches-detail .bd3-hero {
  height: 100vh;
}

/* Sağ kolon padding-top — nav arkasından okunması için nav yüksekliği + nefes */
body.service-detail-v2 .bd3-main,
body.ritual-detail .bd3-main,
body.branches-detail .bd3-main {
  padding-top: calc(var(--bd-nav-h) + clamp(20px, 2vw, 36px));
}

/* Hero rozetleri görselin üstüne yapışmasın — nav altına insin */
body.service-detail-v2 .bd3-spec,
body.ritual-detail .bd3-spec,
body.branches-detail .bd3-hero-locale {
  top: calc(var(--bd-nav-h) + 12px);
}

@media (max-width: 880px) {
  :root {
    --bd-nav-h: 64px;
  }

  body.service-detail-v2 .bd3-side,
  body.ritual-detail .bd3-side,
  body.branches-detail .bd3-side {
    height: auto;
  }

  body.service-detail-v2 .bd3-hero,
  body.ritual-detail .bd3-hero,
  body.branches-detail .bd3-hero {
    height: 78vh;
    min-height: 520px;
  }
}

/* Hero rozet grubu — sağ üstte süre + baskı */
.bd3-hero-badges {
  position: absolute;
  top: clamp(96px, 11vh, 130px);
  right: clamp(20px, 2.5vw, 36px);
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  pointer-events: none;
}

.bd3-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(8, 18, 22, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 205, 225, 0.32);
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--aqua);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.bd3-hero-badge svg {
  color: var(--aqua);
  flex: none;
}

/* Hizmet detay — Hakkında bölümü altındaki meta grid */
.sd2-meta-grid {
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(53, 205, 225, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sd2-meta-cell {
  position: relative;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sd2-meta-cell + .sd2-meta-cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg,
    rgba(53, 205, 225, 0.20) 0%,
    rgba(255, 255, 255, 0.06) 40%,
    rgba(255, 255, 255, 0.06) 60%,
    rgba(53, 205, 225, 0.20) 100%);
}

.sd2-meta-cell-head {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--aqua);
  line-height: 1;
}

.sd2-meta-cell-icon {
  color: var(--aqua);
  flex: none;
  opacity: 0.85;
}

.sd2-meta-cell dd {
  margin: 0;
}

.sd2-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sd2-meta-list li {
  position: relative;
  padding-left: 18px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.sd2-meta-list li::first-letter {
  text-transform: uppercase;
}

.sd2-meta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 1px;
  background: var(--aqua);
  opacity: 0.7;
}

/* Faydalar — 4'lü ince satır grid */
.sd2-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sd2-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  position: relative;
  isolation: isolate;
  transition: border-color .35s ease, background .35s ease;
}

.sd2-benefit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
}

.sd2-benefit:hover {
  border-color: rgba(53, 205, 225, 0.25);
  background: rgba(53, 205, 225, 0.03);
}

.sd2-benefit:hover::before {
  left: 0;
  width: 100%;
}

.sd2-benefit-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.32);
  background: rgba(53, 205, 225, 0.05);
  color: var(--aqua);
}

.sd2-benefit-icon svg {
  width: 16px;
  height: 16px;
}

.sd2-benefit-title {
  margin: 0 0 4px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.sd2-benefit-desc {
  margin: 0;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(236, 230, 220, 0.7);
}

/* Hizmet hakkında uzun metin — premium tipografi */
.sd2-rich {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(236, 230, 220, 0.82);
  max-width: 65ch;
}

.sd2-rich p {
  margin: 0 0 16px;
}

.sd2-rich p:last-child {
  margin-bottom: 0;
}

.sd2-rich h2,
.sd2-rich h3 {
  margin: 28px 0 12px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
}

.sd2-rich h2 {
  font-size: clamp(22px, 1.8vw, 28px);
}

.sd2-rich h3 {
  font-size: clamp(18px, 1.4vw, 22px);
}

.sd2-rich ul,
.sd2-rich ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.sd2-rich li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.sd2-rich strong {
  color: #ffffff;
  font-weight: 600;
}

.sd2-rich a {
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.35);
  transition: border-color .25s ease;
}

.sd2-rich a:hover {
  border-bottom-color: var(--aqua);
}

@media (max-width: 1100px) {
  .sd2-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sd2-meta-grid {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(53, 205, 225, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* Dikey ayraçları gizle — yatay hairline'a geç */
  .sd2-meta-cell + .sd2-meta-cell::before {
    display: none;
  }

  .sd2-meta-cell {
    padding: 20px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    gap: 12px;
  }
  .sd2-meta-cell:first-child {
    border-top: none;
  }

  .sd2-meta-cell-head {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .sd2-meta-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
  }
  .sd2-meta-list li {
    font-size: 12.5px;
  }

  .bd3-hero-badges {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* ============================================================
   ABOUT — Hakkımızda (cinematic + magazine layout)
   ============================================================ */

body.about-page {
  background: #03080a;
}

.ab {
  color: var(--ink);
}

/* Italic vurgu */
.ab em {
  font-style: italic;
  font-weight: 400;
  color: var(--aqua);
}

/* Eyebrow standart */
.ab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--aqua);
}

.ab-eyebrow::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--aqua);
}

/* Ortak link stili */
.ab-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.35);
  transition: gap .25s ease, border-color .25s ease, color .25s ease;
}

.ab-link:hover {
  gap: 14px;
  border-bottom-color: var(--aqua);
}

/* ============================================================
   HERO — full-bleed
   ============================================================ */
.ab-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #050d10;
}

/* Hero alt fade — atlas section ile yumuşak geçiş */
.ab-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(5, 13, 16, 0) 0%, #050d10 100%);
  z-index: 3;
  pointer-events: none;
}

.ab-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ab-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(1.04);
}

.ab-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 10, 0.45) 0%, rgba(2, 6, 10, 0) 28%),
    linear-gradient(180deg, rgba(2, 6, 10, 0) 60%, rgba(2, 6, 10, 0.85) 100%);
}

.ab-hero-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78%;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.30) 28%,
      rgba(0, 0, 0, 0.70) 58%,
      rgba(0, 0, 0, 0.95) 100%);
  pointer-events: none;
}

.ab-hero-grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  pointer-events: none;
}

.ab-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(140px, 18vh, 200px) clamp(24px, 4vw, 56px) clamp(48px, 8vh, 80px);
}

.ab-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  background: rgba(8, 18, 22, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 205, 225, 0.32);
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 22px;
}

.ab-hero-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.18), 0 0 10px rgba(53, 205, 225, 0.6);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.ab-hero-title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: #ffffff;
  max-width: 18ch;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.75);
}

.ab-hero-lede {
  margin: 0 0 32px;
  font-family: var(--sans);
  font-size: clamp(14.5px, 1.05vw, 17px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 56ch;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.ab-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ab-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(-74px, -5.2vh, -60px);
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color .25s ease, transform .35s ease;
  z-index: 3;
}

.ab-hero-scroll:hover {
  color: var(--aqua);
}

.ab-hero-scroll svg {
  animation: abScrollBounce 2s ease-in-out infinite;
}

@keyframes abScrollBounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }

  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}

/* ============================================================
   ATLAS — Leaflet İstanbul haritası + popup şube kartları
   ============================================================ */
/* Atlas ÜST fade — hero ile yumuşak geçiş (haritanın iç üstüne) */
.ab-map-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, #050d10 0%, rgba(5, 13, 16, 0) 100%);
  z-index: 401;
  pointer-events: none;
}

/* Atlas ALT fade — haritanın iç altına */
.ab-map-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(6, 20, 27, 0) 0%, #06141b 100%);
  z-index: 401;
  pointer-events: none;
}

/* Section alt geçiş — liste sonrası philosophy'ye fade */
.ab-map-section {
  position: relative;
  padding-bottom: var(--section-y-md);
  background: #06141b;
  isolation: isolate;
}

.ab-map-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 100px;
  background: linear-gradient(180deg, rgba(6, 20, 27, 0) 0%, #050d10 100%);
  z-index: 1;
  pointer-events: none;
}

/* Full-width harita kabuğu */
.ab-map-wrap {
  position: relative;
  width: 100%;
  margin: 0;
}

.ab-map {
  position: relative;
  width: 100%;
  height: clamp(540px, 78vh, 820px);
  background: #050d10;
  overflow: hidden;
}

/* Harita üzerinde başlık overlay'i — sol-üst, yüksek z-index */
.ab-map-overlay {
  position: absolute;
  top: clamp(100px, 11vh, 140px);
  left: clamp(20px, 4vw, 56px);
  z-index: 700;
  /* Leaflet tile/svg pane'leri (400-500) ve fade'lerin (401) üstünde */
  max-width: min(420px, 80%);
  padding: clamp(22px, 2.4vw, 32px) clamp(22px, 2.6vw, 36px);
  background: rgba(8, 18, 22, 0.85);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  border: 1px solid rgba(53, 205, 225, 0.22);
  border-radius: 2px;
  pointer-events: none;
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.85);
}

.ab-map-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, var(--aqua) 0%, rgba(53, 205, 225, 0) 100%);
}

.ab-map-overlay .ab-eyebrow {
  margin-bottom: 12px;
}

.ab-map-overlay-title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.005em;
}

.ab-map-overlay-title em {
  color: var(--aqua);
  font-style: italic;
}

.ab-map-overlay-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 720px) {
  .ab-map-overlay {
    left: 16px;
    right: 16px;
    max-width: none;
    top: 16px;
    padding: 16px 18px;
  }

  .ab-map-overlay-title {
    font-size: 20px;
  }

  .ab-map-overlay-lede {
    font-size: 12.5px;
  }
}

.ab-map-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(53, 205, 225, 0.65);
  z-index: 1;
}

/* Leaflet container — dark tema, attribution minimal, statik */
.ab-map .leaflet-container {
  background: #050d10;
  font-family: var(--sans);
  cursor: default;
}

.ab-map .leaflet-container .leaflet-interactive {
  cursor: default;
}

/* Drag/grab cursor'unu sıfırla */
.ab-map .leaflet-grab,
.ab-map .leaflet-dragging .leaflet-grab,
.ab-map .leaflet-dragging .leaflet-grabbing {
  cursor: default !important;
}

.ab-map .leaflet-control-attribution {
  background: rgba(8, 18, 22, 0.7) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 9px !important;
  padding: 3px 6px !important;
  border-radius: 2px;
}

.ab-map .leaflet-control-attribution a {
  color: rgba(53, 205, 225, 0.8) !important;
  text-decoration: none;
}

/* Zoom kontrolleri */
.ab-map .leaflet-control-zoom {
  border: none !important;
  box-shadow: none !important;
  margin: 14px !important;
}

.ab-map .leaflet-control-zoom a {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  background: rgba(8, 18, 22, 0.75) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(53, 205, 225, 0.20) !important;
  border-radius: 2px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: color .25s, border-color .25s, background .25s;
}

.ab-map .leaflet-control-zoom a:first-child {
  margin-bottom: 4px;
}

.ab-map .leaflet-control-zoom a:hover {
  background: rgba(53, 205, 225, 0.16) !important;
  color: var(--aqua) !important;
  border-color: var(--aqua) !important;
}

/* Custom marker (divIcon) */
.ab-map-marker {
  position: relative;
  width: 22px;
  height: 22px;
}

.ab-map-marker .ab-map-marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow:
    0 0 0 3px rgba(53, 205, 225, 0.22),
    0 0 14px rgba(53, 205, 225, 0.7);
  z-index: 2;
  transition: transform .3s ease, box-shadow .3s ease;
}

.ab-map-marker .ab-map-marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: rgba(53, 205, 225, 0.45);
  animation: abPinPulse 2.4s ease-out infinite;
  z-index: 1;
}

@keyframes abPinPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(3.6);
    opacity: 0;
  }
}

.ab-map-marker:hover .ab-map-marker-dot {
  transform: scale(1.35);
  box-shadow:
    0 0 0 4px rgba(53, 205, 225, 0.30),
    0 0 24px rgba(53, 205, 225, 0.85);
}

/* ===== Custom kart overlay layer (Leaflet tooltip yerine) ===== */
.ab-map-cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 600;
  /* tile + svg pane'in üstünde */
}

/* Kompakt kart — sadece thumbnail + alt label, pin yakınında oturur */
.ab-map-card {
  position: absolute;
  width: 150px;
  background: rgba(8, 18, 22, 0.88);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  border: 1px solid rgba(53, 205, 225, 0.28);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: var(--ink);
  font-family: var(--sans);
  pointer-events: auto;
  cursor: pointer;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.ab-map-card:hover {
  transform: translateY(-2px);
  border-color: var(--aqua);
  box-shadow: 0 14px 30px -12px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(53, 205, 225, 0.4);
}

.ab-map-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
}

.ab-map-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.22, .8, .25, 1);
}

.ab-map-card:hover .ab-map-card-thumb img {
  transform: scale(1.06);
}

.ab-map-card-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-top: 1px solid rgba(53, 205, 225, 0.14);
}

.ab-map-card-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  color: var(--aqua);
  line-height: 1;
}

.ab-map-card-place {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1;
}

/* Tooltip — eski fallback (kullanılmıyor) */
.leaflet-tooltip.ab-map-popup-wrap {
  display: none !important;
}

/* Tooltip okunu kaldır (üçgen) */
.leaflet-tooltip.ab-map-popup-wrap::before,
.leaflet-tooltip.ab-map-popup-wrap::after {
  display: none !important;
}

.leaflet-tooltip-top.ab-map-popup-wrap::before {
  display: none !important;
}

/* Eski popup için fallback (kullanılmıyor ama dursun) */
.ab-map-popup-wrap.leaflet-popup .leaflet-popup-content-wrapper {
  background: rgba(8, 18, 22, 0.92);
  border: 1px solid rgba(53, 205, 225, 0.30);
  border-radius: 3px;
  padding: 0;
  overflow: hidden;
}

.ab-map-popup-wrap.leaflet-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
}

.ab-map-popup-wrap.leaflet-popup .leaflet-popup-tip-container {
  display: none;
}

/* Popup içeriği — dikey kart, kompakt (tooltip 280px) */
.ab-map-popup {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  width: 100%;
}

.ab-map-popup-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
}

.ab-map-popup-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, .8, .25, 1);
}

.ab-map-popup:hover .ab-map-popup-thumb img {
  transform: scale(1.04);
}

.ab-map-popup-body {
  padding: 9px 11px 11px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ab-map-popup-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ab-map-popup-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 11px;
  color: var(--aqua);
  line-height: 1;
}

.ab-map-popup-place {
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.ab-map-popup-name {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 1.2;
  color: #ffffff;
  margin: 2px 0 0;
}

/* Adres kartı daha kompakt tutmak için gizlendi */
.ab-map-popup-addr {
  display: none;
}

.ab-map-popup-cta {
  margin-top: 6px;
  padding-top: 7px;
  border-top: 1px solid rgba(53, 205, 225, 0.16);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
  transition: gap .25s ease;
}

.ab-map-popup:hover .ab-map-popup-cta {
  gap: 12px;
}

/* Alt liste — atlas altı tüm şubeler */
.ab-map-list {
  list-style: none;
  margin: clamp(24px, 4vw, 40px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ab-map-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  text-decoration: none;
  transition: border-color .3s, background .3s, transform .3s;
}

.ab-map-item:hover {
  border-color: rgba(53, 205, 225, 0.30);
  background: rgba(53, 205, 225, 0.04);
  transform: translateY(-2px);
}

.ab-map-item-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--aqua);
}

.ab-map-item-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ab-map-item-place {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.ab-map-item-name {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1.3;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ab-map-item-arrow {
  color: rgba(255, 255, 255, 0.45);
  flex: none;
  transition: color .25s, transform .3s ease;
}

.ab-map-item:hover .ab-map-item-arrow {
  color: var(--aqua);
  transform: translateX(2px);
}

@media (max-width: 1100px) {
  .ab-map-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ab-map-pin-label {
    display: none;
  }
}

@media (max-width: 880px) {
  .ab-map {
    aspect-ratio: 1000 / 700;
  }

  .ab-map-card {
    width: 180px;
  }
}

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

/* ============================================================
   PHILOSOPHY — asimetrik split (sol meta, sağ italic alıntı)
   ============================================================ */
/* ============================================================
   PHILOSOPHY — büyük italic alıntı + asimetrik split body
   ============================================================ */
.ab-philo {
  position: relative;
  padding: var(--section-y-md) 0;
  background: #050d10;
  overflow: hidden;
}

/* Arkaplan dekoratif: dev italic Q harfi (cyan, çok soluk) */
.ab-philo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  width: 50vw;
  max-width: 720px;
  aspect-ratio: 1;
  background: radial-gradient(circle at center, rgba(53, 205, 225, 0.06) 0%, rgba(53, 205, 225, 0) 60%);
  pointer-events: none;
  z-index: 0;
}

.ab-philo>.container {
  position: relative;
  z-index: 1;
}

/* Üst etiket şeridi */
.ab-philo-tag {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(48px, 8vw, 88px);
}

.ab-philo-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.16), 0 0 12px rgba(53, 205, 225, 0.5);
  animation: stripDotPulse 3.2s ease-in-out infinite;
  flex: none;
}

.ab-philo-tag-text {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--aqua);
  line-height: 1;
}

.ab-philo-tag-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(53, 205, 225, 0.45) 0%, rgba(53, 205, 225, 0) 60%);
}

.ab-philo-tag-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.02em;
}

/* Büyük alıntı */
/* Asimetrik 2 kolon: sol büyük italic quote, sağ açıklama (yan yana, dengeli) */
.ab-philo-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.ab-philo-text {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ab-philo-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.ab-philo-title em {
  font-style: italic;
  color: var(--aqua);
  background: none;
  -webkit-text-fill-color: var(--aqua);
}

.ab-philo-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.ab-philo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 28px);
  margin-top: 8px;
}

/* Hizmet kategorisi kart grid'i (sağ kolon) */
.ab-philo-cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ab-philo-cat {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color .3s ease, background .3s ease, transform .35s ease;
  min-height: 110px;
}

.ab-philo-cat:hover {
  border-color: rgba(53, 205, 225, 0.35);
  background: rgba(53, 205, 225, 0.04);
  transform: translateY(-2px);
}

.ab-philo-cat-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ab-philo-cat-name {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.15;
  color: #ffffff;
}

.ab-philo-cat-desc {
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.ab-philo-cat-arrow {
  color: rgba(255, 255, 255, 0.4);
  flex: none;
  transition: color .3s ease, transform .35s ease;
  margin-top: 4px;
}

.ab-philo-cat:hover .ab-philo-cat-arrow {
  color: var(--aqua);
  transform: translateX(3px);
}

@media (max-width: 880px) {
  .ab-philo-body {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ab-philo-cats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .ab-philo-cats {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   GENEL SECTION (Principles + Visit Flow)
   ============================================================ */
.ab-section {
  padding: var(--section-y-md) 0;
  background: #050d10;
}

.ab-section--alt {
  background: #050d10;
  border-top: none;
  border-bottom: none;
}

.ab-section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 720px;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.ab-section-head--centered {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-align: center;
}

.ab-section-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(32px, 3.8vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: #ffffff;
}

.ab-section-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 60ch;
}

.ab-section-head--centered .ab-section-lede {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   APPROACH — magazine layout (sol başlık, sağ numaralı liste)
   ============================================================ */
.ab-approach {
  padding: clamp(72px, 10vw, 130px) 0;
}

.ab-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: flex-start;
}

.ab-approach-head {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ab-approach-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.ab-approach-title em {
  font-style: italic;
  color: var(--aqua);
}

.ab-approach-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 38ch;
}

/* Numaralı liste — her satır magazine-style */
.ab-approach-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.ab-approach-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: clamp(18px, 2.5vw, 32px);
  padding: clamp(22px, 3vw, 32px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  transition: padding-left .35s ease;
}

.ab-approach-row:first-child {
  border-top: 1px solid rgba(53, 205, 225, 0.24);
}

.ab-approach-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Hover'da satır hafifçe parlar */
.ab-approach-row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.5);
  transition: width .5s cubic-bezier(.22, .8, .25, 1);
}

.ab-approach-row:hover::before {
  width: 100%;
}

.ab-approach-row:hover {
  padding-left: 8px;
}

.ab-approach-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 0.9;
  color: rgba(53, 205, 225, 0.65);
  letter-spacing: 0.01em;
  margin-top: -4px;
}

.ab-approach-content {
  min-width: 0;
  padding-top: 4px;
}

.ab-approach-h {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.005em;
}

.ab-approach-body {
  margin: 0;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  max-width: 48ch;
}

.ab-approach-tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.30);
  color: var(--aqua);
  flex: none;
  margin-top: 4px;
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}

.ab-approach-row:hover .ab-approach-tick {
  background: rgba(53, 205, 225, 0.10);
  border-color: var(--aqua);
  transform: scale(1.06);
}

@media (max-width: 1100px) {
  .ab-approach-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ab-approach-head {
    position: relative;
    top: 0;
  }
}

@media (max-width: 560px) {
  .ab-approach-row {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .ab-approach-tick {
    display: none;
  }

  .ab-approach-num {
    font-size: 28px;
  }
}

/* ============================================================
   PERSONAL — sol görsel + sağ numaralı liste
   ============================================================ */
.ab-personal {
  padding: var(--section-y-md) 0;
  background: #050d10;
}

.ab-personal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: flex-start;
}

.ab-personal-visual {
  position: sticky;
  top: 100px;
}

.ab-personal-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(53, 205, 225, 0.04);
  isolation: isolate;
}

.ab-personal-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92);
  transition: transform 1.2s cubic-bezier(.22, .8, .25, 1);
}

.ab-personal-frame:hover img {
  transform: scale(1.03);
}

.ab-personal-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 10, 0) 50%, rgba(2, 6, 10, 0.8) 100%);
  pointer-events: none;
}

.ab-personal-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(8, 18, 22, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 205, 225, 0.32);
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
}

.ab-personal-label-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.18), 0 0 8px rgba(53, 205, 225, 0.5);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.ab-personal-content {
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ab-points {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.ab-point {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ab-point:first-child {
  border-top: 1px solid rgba(53, 205, 225, 0.18);
}

.ab-point:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ab-point-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 0.95;
  color: rgba(53, 205, 225, 0.55);
  letter-spacing: 0.01em;
}

.ab-point-title {
  margin: 0 0 6px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.005em;
  color: #ffffff;
}

.ab-point-body {
  margin: 0;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 880px) {
  .ab-personal-grid {
    grid-template-columns: 1fr;
  }

  .ab-personal-visual {
    position: relative;
    top: 0;
  }

  .ab-personal-frame {
    aspect-ratio: 16 / 11;
  }
}

/* ============================================================
   VISIT FLOW — yatay timeline
   ============================================================ */
.ab-flow-wrap {
  padding-bottom: var(--section-y-md);
}

.ab-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 40px);
  position: relative;
  padding-top: 28px;
}

.ab-flow-rail {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 24px;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}

.ab-flow-rail-path {
  stroke: rgba(53, 205, 225, 0.5);
  filter: drop-shadow(0 0 4px rgba(53, 205, 225, 0.35));
}

.ab-flow-step {
  position: relative;
  padding-top: 32px;
  text-align: center;
}

.ab-flow-dot {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #050d10;
  border: 1px solid var(--aqua);
  transition: background .3s ease, transform .35s ease, box-shadow .3s ease;
}

.ab-flow-step:hover .ab-flow-dot {
  background: var(--aqua);
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 0 0 4px rgba(53, 205, 225, 0.18), 0 0 12px rgba(53, 205, 225, 0.5);
}

.ab-flow-num {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: var(--aqua);
}

.ab-flow-title {
  margin: 0 0 10px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.ab-flow-body {
  margin: 0 auto;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 28ch;
}

@media (max-width: 880px) {
  .ab-flow {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 22px;
    padding-top: 0;
  }

  .ab-flow-rail {
    top: 8px;
    bottom: 8px;
    left: 6px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg,
        rgba(53, 205, 225, 0) 0%,
        rgba(53, 205, 225, 0.32) 8%,
        rgba(53, 205, 225, 0.32) 92%,
        rgba(53, 205, 225, 0) 100%);
  }

  .ab-flow-step {
    padding-top: 0;
    padding-left: 18px;
    text-align: left;
  }

  .ab-flow-dot {
    top: 14px;
    left: -22px;
    transform: none;
  }

  .ab-flow-step:hover .ab-flow-dot {
    transform: scale(1.15);
  }

  .ab-flow-body {
    max-width: none;
    margin: 0;
  }
}

/* ============================================================
   SERVICES INDEX — Hizmetler listesi (yeni .sl-* tasarımı)
   ============================================================ */
body.services-index {
  background: #050d10;
}

body.services-index main {
  background: #050d10;
}

.sl {
  color: var(--ink);
}

/* Italic vurgu */
.sl em {
  font-style: italic;
  font-weight: 400;
  color: var(--aqua);
}

/* ===== Hero ===== */
.sl-hero {
  position: relative;
  padding: var(--hero-y-top) 0 var(--hero-y-bottom);
  background: #050d10;
}

.sl-crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.sl-crumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color .25s ease;
}

.sl-crumbs a:hover {
  color: var(--aqua);
}

.sl-crumbs .is-current {
  color: var(--aqua);
}

.sl-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.6fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-end;
  margin-bottom: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(28px, 4vw, 44px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 18px;
}

.sl-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.16), 0 0 10px rgba(53, 205, 225, 0.5);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.sl-hero-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.sl-hero-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 56ch;
}

.sl-hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 4px;
}

.sl-hero-aside-label {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.sl-hero-aside-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 10px 24px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: filter .25s ease, box-shadow .25s ease, gap .25s ease;
}

.sl-hero-aside-link:hover {
  filter: brightness(1.08);
  box-shadow: 0 16px 30px -12px rgba(53, 205, 225, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  gap: 16px;
}

/* ===== Filtre çubuğu ===== */
.sl-filters {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  flex-wrap: wrap;
}

.sl-filters-label {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--aqua);
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sl-filters-label::after {
  content: "";
  width: 14px;
  height: 1px;
  background: rgba(53, 205, 225, 0.55);
}

.sl-filters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sl-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.sl-filter:hover {
  border-color: rgba(255, 255, 255, 0.30);
  color: #ffffff;
}

.sl-filter.is-active {
  background: rgba(53, 205, 225, 0.10);
  border-color: var(--aqua);
  color: var(--aqua);
  font-weight: 600;
}

.sl-filter-count {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.sl-filter.is-active .sl-filter-count {
  color: var(--aqua);
  border-left-color: rgba(53, 205, 225, 0.42);
}

@media (max-width: 880px) {
  .sl-hero-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 18px;
  }

  .sl-hero-aside {
    align-items: flex-start;
  }
}

/* ===== Grid ===== */
.sl-grid-wrap {
  padding: 0 0 var(--section-y-md);
  background: #050d10;
}

.sl-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1280px) {
  .sl-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 560px) {
  .sl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sl-card-body {
    padding: 10px 12px 12px;
    gap: 5px;
  }

  .sl-card-name {
    font-size: 14px;
    line-height: 1.2;
  }

  .sl-card-meta {
    font-size: 10px;
  }
}

/* ===== Kart ===== */
.sl-card {
  margin: 0;
  padding: 0;
  display: flex;
}

.sl-card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color .35s ease, background .35s ease, transform .35s ease;
  isolation: isolate;
}

.sl-card-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 4;
}

.sl-card-link:hover {
  border-color: rgba(53, 205, 225, 0.30);
  background: rgba(53, 205, 225, 0.03);
  transform: translateY(-3px);
}

.sl-card-link:hover::before {
  left: 0;
  width: 100%;
}

.sl-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
  isolation: isolate;
}

.sl-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, .8, .25, 1), filter .35s ease;
  filter: saturate(0.9);
}

.sl-card-link:hover .sl-card-thumb img {
  transform: scale(1.05);
  filter: saturate(1);
}

.sl-card-thumb-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(53, 205, 225, 0.25);
}

.sl-card-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
}

.sl-card-num {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 2;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.sl-card-cat {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: rgba(8, 18, 22, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 205, 225, 0.25);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
  white-space: nowrap;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sl-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.sl-card-name {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.18;
  color: #ffffff;
  letter-spacing: -0.005em;
  transition: color .3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sl-card-link:hover .sl-card-name {
  color: var(--aqua);
}

.sl-card-desc {
  margin: 0;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sl-card-foot {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sl-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aqua);
}

.sl-card-meta svg {
  color: var(--aqua);
}

.sl-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  transition: color .3s ease, border-color .3s ease, transform .3s ease, background .3s ease;
}

.sl-card-link:hover .sl-card-arrow {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.10);
  transform: translateX(2px);
}

/* Boş durum */
.sl-empty {
  text-align: center;
  padding: clamp(60px, 10vw, 120px) 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.sl-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.25);
  color: var(--aqua);
}

.sl-empty-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.2;
  color: #ffffff;
}

.sl-empty-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.35);
  padding-bottom: 4px;
  transition: gap .25s ease, border-color .25s ease;
}

.sl-empty-cta:hover {
  gap: 12px;
  border-bottom-color: var(--aqua);
}

/* ============================================================
   RITUALS INDEX — koleksiyon kart slider tasarımı (.rl-*)
   ============================================================ */
body.rituals-index {
  background: #050d10;
}

body.rituals-index main {
  background: #050d10;
}

.rl {
  color: var(--ink);
}

.rl em {
  font-style: italic;
  font-weight: 400;
  color: var(--aqua);
}

/* ===== Hero (services-index ile aynı dil) ===== */
.rl-hero {
  position: relative;
  padding: var(--hero-y-top) 0 var(--hero-y-bottom);
  background: #050d10;
}

.rl-crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.rl-crumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color .25s ease;
}

.rl-crumbs a:hover {
  color: var(--aqua);
}

.rl-crumbs .is-current {
  color: var(--aqua);
}

.rl-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.6fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-end;
}

.rl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 18px;
}

.rl-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.16), 0 0 10px rgba(53, 205, 225, 0.5);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.rl-hero-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.rl-hero-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 56ch;
}

.rl-hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 4px;
}

.rl-hero-aside-label {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.rl-hero-aside-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 10px 24px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: filter .25s, box-shadow .25s, gap .25s;
}

.rl-hero-aside-link:hover {
  filter: brightness(1.08);
  gap: 16px;
  box-shadow: 0 16px 30px -12px rgba(53, 205, 225, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

@media (max-width: 880px) {
  .rl-hero-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 18px;
  }

  .rl-hero-aside {
    align-items: flex-start;
  }
}

/* ===== Koleksiyon section ===== */
.rl-coll {
  padding: var(--section-y-sm) 0 var(--section-y-md);
  background: #050d10;
}

.rl-coll+.rl-coll {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.rl-coll-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: clamp(24px, 3vw, 36px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.rl-coll-head-text {
  min-width: 0;
}

.rl-coll-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
}

.rl-coll-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -0.005em;
}

.rl-coll-nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
}

.rl-coll-count {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-right: 6px;
}

.rl-coll-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  padding: 0;
  transition: color .25s, border-color .25s, background .25s, opacity .25s, transform .25s;
}

.rl-coll-arrow:hover:not(:disabled) {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.10);
  transform: scale(1.04);
}

.rl-coll-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ===== Slider track ===== */
.rl-slider {
  position: relative;
  margin: 0 calc(-1 * clamp(20px, 4vw, 48px));
  padding: 0 clamp(20px, 4vw, 48px);
}

.rl-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-padding-left: 4px;
  padding-bottom: 8px;
}

.rl-track::-webkit-scrollbar {
  display: none;
}

/* ===== Kart ===== */
.rl-card {
  flex: 0 0 auto;
  width: clamp(280px, 28vw, 360px);
  scroll-snap-align: start;
  margin: 0;
}

.rl-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
  transition: border-color .35s ease, transform .35s ease, box-shadow .35s ease;
  isolation: isolate;
  position: relative;
}

.rl-card-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 4;
}

.rl-card-link:hover {
  border-color: rgba(53, 205, 225, 0.30);
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -22px rgba(0, 0, 0, 0.8);
}

.rl-card-link:hover::before {
  left: 0;
  width: 100%;
}

/* Görsel — büyük editorial */
.rl-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
  isolation: isolate;
}

.rl-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(.22, .8, .25, 1), filter .4s ease;
  filter: saturate(0.9);
}

.rl-card-link:hover .rl-card-thumb img {
  transform: scale(1.06);
  filter: saturate(1);
}

.rl-card-thumb-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(53, 205, 225, 0.25);
}

.rl-card-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.92) 100%);
  z-index: 1;
}

/* Üst rozetler */
.rl-card-num {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.01em;
}

.rl-card-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: rgba(8, 18, 22, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 205, 225, 0.32);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
}

.rl-card-tag svg {
  color: var(--aqua);
}

/* Alt overlay — isim + süre, görsel üzerinde */
.rl-card-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rl-card-name {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.005em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rl-card-duration {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.rl-card-duration svg {
  color: var(--aqua);
}

/* Detay paneli */
.rl-card-detail {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.rl-card-tagline {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rl-card-incl {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rl-card-incl li {
  position: relative;
  padding-left: 14px;
  font-family: var(--sans);
  font-size: 11.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.rl-card-incl li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1px;
  background: rgba(53, 205, 225, 0.5);
}

.rl-card-cta {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
  transition: gap .25s ease;
}

.rl-card-link:hover .rl-card-cta {
  gap: 12px;
}

@media (max-width: 560px) {
  .rl-card {
    width: 86%;
  }

  .rl-coll-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl-coll-nav {
    align-self: flex-end;
  }
}

/* ============================================================
   HOME — Ana sayfa (.hm-*)
   Tüm sayfa boyunca yukarıdan aşağı uzanan "deniz derinliği" efekti.
   Üst: aqua yüzey ışığı; orta: derin mavi-cyan; alt: dipsiz karanlık.
   ============================================================ */
body.home-page,
body.about-page {
  background: #02080a;
}

body.home-page main,
body.about-page main {
  position: relative;
  background:
    /* Yüzey ışığı (üst) — yan parlamalar */
    radial-gradient(120% 60% at 20% 0%, rgba(53, 205, 225, 0.22) 0%, rgba(53, 205, 225, 0) 55%),
    radial-gradient(110% 50% at 80% 4%, rgba(93, 223, 240, 0.16) 0%, rgba(53, 205, 225, 0) 50%),
    /* Ana dikey gradient — yüzey cyan → derin → dipsiz */
    linear-gradient(180deg,
      #06363f 0%,
      #07252d 8%,
      #061a22 18%,
      #051620 30%,
      #04111a 45%,
      #030c14 62%,
      #02080d 78%,
      #010407 100%);
}

/* Soft ışık huzmesi parıltılar — yüzeyden alta doğru süzülen ince çizgiler */
body.home-page main::before,
body.about-page main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background:
    radial-gradient(2px 60vh at 25% 0%, rgba(53, 205, 225, 0.12) 0%, rgba(53, 205, 225, 0) 70%),
    radial-gradient(2px 80vh at 55% 0%, rgba(93, 223, 240, 0.08) 0%, rgba(53, 205, 225, 0) 75%),
    radial-gradient(2px 70vh at 78% 0%, rgba(53, 205, 225, 0.14) 0%, rgba(53, 205, 225, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

/* Üstten aşağı süzülen ince partikül noktalar (deniz tozu / kabarcık hissi) */
body.home-page main::after,
body.about-page main::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 15% 12%, rgba(53, 205, 225, 0.45) 0%, transparent 50%),
    radial-gradient(1px 1px at 75% 8%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
    radial-gradient(1px 1px at 45% 22%, rgba(93, 223, 240, 0.35) 0%, transparent 50%),
    radial-gradient(1px 1px at 88% 30%, rgba(53, 205, 225, 0.3) 0%, transparent 50%),
    radial-gradient(1px 1px at 22% 45%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    radial-gradient(1px 1px at 65% 55%, rgba(53, 205, 225, 0.18) 0%, transparent 50%),
    radial-gradient(1px 1px at 35% 70%, rgba(53, 205, 225, 0.10) 0%, transparent 50%),
    radial-gradient(1px 1px at 82% 78%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

/* Bütün section'lar relative + üzerinde — arka plan gradient'i kapatmasın */
body.home-page .hm,
body.home-page .hm>*,
body.about-page .ab,
body.about-page .ab>* {
  position: relative;
  z-index: 1;
}

/* Hero zaten kendi koyu video/foto arka planına sahip; gradient onun üstüne sızmasın */
body.home-page .hero,
body.about-page .ab-hero {
  position: relative;
  z-index: 1;
}

/* CTA bölümünün arka planı şeffaf ki gradient sürsün */
body.home-page .cta2,
body.about-page .cta2 {
  background: transparent;
  position: relative;
  z-index: 1;
}

/* About içindeki tüm section background'larını şeffaflaştır */
body.about-page .ab-section,
body.about-page .ab-personal,
body.about-page .ab-philo,
body.about-page .ab-map-section {
  background: transparent;
}

/* Sea gradient aktifken atlas etrafındaki solid-renkli fade'leri
   transparent-vignette ile değiştir — bant değil, yumuşak gölge */
body.about-page .ab-map-wrap::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  height: 60px;
}

body.about-page .ab-map-wrap::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  height: 60px;
}

/* Section alt fade'i tamamen kaldır — sea gradient kesintisiz akmalı */
body.about-page .ab-map-section::after {
  display: none;
}

/* Map ile alttaki şube chip listesi arasını sıkılaştır */
body.about-page .ab-map-list {
  margin-top: clamp(16px, 2.4vw, 24px);
}

body.about-page .ab-map-section {
  padding-bottom: var(--section-y-sm);
}

/* Mobil şube listesi — sadece ≤720px'de görünür, floating cards gizli */
.ab-map-mobile-list {
  display: none;
}

@media (max-width: 720px) {
  /* Haritada üzerine yapışmış kart + connecting line'ları mobilde gizle */
  .ab-map-cards,
  .ab-map .leaflet-overlay-pane svg {
    display: none !important;
  }

  /* Map overlay başlığı küçült + intro paneli daha sıkı */
  .ab-map-overlay {
    max-width: calc(100% - 32px) !important;
    padding: 16px 18px !important;
  }
  .ab-map-overlay-title {
    font-size: 22px !important;
  }
  .ab-map-overlay-lede {
    font-size: 12.5px !important;
  }

  /* Harita boyutu */
  .ab-map {
    height: clamp(360px, 50vh, 460px) !important;
  }

  /* Alt scroll liste — full görünür */
  .ab-map-mobile-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    margin: 20px 0 0;
    padding: 4px 0 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ab-map-mobile-list::-webkit-scrollbar { display: none; }
  .ab-map-mobile-list li {
    flex: 0 0 75%;
    max-width: 280px;
    scroll-snap-align: start;
  }
}

.ab-map-mobile-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 10px 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(53, 205, 225, 0.18);
  border-radius: 2px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color .3s, background .3s;
}
.ab-map-mobile-card:hover {
  border-color: rgba(53, 205, 225, 0.42);
  background: rgba(53, 205, 225, 0.06);
}

.ab-map-mobile-thumb {
  flex: none;
  width: 64px;
  height: 48px;
  border-radius: 2px;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
}
.ab-map-mobile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ab-map-mobile-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ab-map-mobile-place {
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
  line-height: 1;
}
.ab-map-mobile-name {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.15;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab-map-mobile-arrow {
  flex: none;
  color: rgba(255, 255, 255, 0.4);
}

.hm {
  color: var(--ink);
}

.hm em {
  font-style: italic;
  font-weight: 400;
  color: var(--aqua);
}

/* ----- Ortak ----- */
.hm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 14px;
}

.hm-eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--aqua);
}

.hm-eyebrow--center {
  justify-content: center;
}

.hm-section {
  padding: var(--section-y-md) 0;
  background: transparent;
  position: relative;
}

.hm-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.hm-section-head--centered {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}

.hm-section-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.hm-section-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 56ch;
}

.hm-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(53, 205, 225, 0.35);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
  text-decoration: none;
  white-space: nowrap;
  transition: gap .25s, border-color .25s;
}

.hm-section-link:hover {
  gap: 14px;
  border-bottom-color: var(--aqua);
}

@media (max-width: 720px) {
  .hm-section-head:not(.hm-section-head--centered) {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Buton ortak */
.hm-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  transition: filter .25s, gap .25s, box-shadow .25s, border-color .25s, background .25s, color .25s;
}

.hm-btn--primary {
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  box-shadow: 0 10px 24px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.hm-btn--primary:hover {
  filter: brightness(1.08);
  gap: 14px;
  box-shadow: 0 16px 30px -12px rgba(53, 205, 225, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hm-btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.hm-btn--ghost:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
  gap: 14px;
}

/* Link ortak */
.hm-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.35);
  transition: gap .25s, border-color .25s;
}

.hm-link:hover {
  gap: 14px;
  border-bottom-color: var(--aqua);
}

/* ============================================================
   HERO
   ============================================================ */
.hm-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hm-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hm-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.05) brightness(0.65);
}

.hm-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 10, 0.5) 0%, rgba(2, 6, 10, 0) 30%),
    radial-gradient(120% 80% at 0% 50%, rgba(2, 6, 10, 0.55) 0%, rgba(2, 6, 10, 0) 60%);
}

.hm-hero-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(5, 13, 16, 0.96) 100%);
}

.hm-hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(120px, 16vh, 180px) 0 clamp(60px, 9vh, 100px);
  max-width: 760px;
}

.hm-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  background: rgba(8, 18, 22, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 205, 225, 0.32);
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 24px;
}

.hm-hero-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.18), 0 0 10px rgba(53, 205, 225, 0.6);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.hm-hero-title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 6vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
}

.hm-hero-lede {
  margin: 0 0 32px;
  font-family: var(--sans);
  font-size: clamp(14.5px, 1.05vw, 17px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 54ch;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.hm-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hm-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 3.5vh, 36px);
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  z-index: 3;
  transition: color .25s;
}

.hm-hero-scroll:hover {
  color: var(--aqua);
}

.hm-hero-scroll svg {
  animation: abScrollBounce 2s ease-in-out infinite;
}

/* ============================================================
   MANIFESTO
   ============================================================ */
.hm-manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: flex-end;
}

.hm-manifesto-title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.hm-manifesto-lede {
  margin: 0 0 28px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  max-width: 56ch;
}

.hm-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hm-stats li {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.hm-stats li:first-child {
  border-top: 1px solid rgba(53, 205, 225, 0.24);
}

.hm-stats li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-stat-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 0.9;
  color: var(--aqua);
  letter-spacing: 0.01em;
  min-width: 76px;
}

.hm-stat-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 880px) {
  .hm-manifesto-grid {
    grid-template-columns: 1fr;
  }

  .hm-stats li {
    padding: 14px 0;
  }

  .hm-stat-num {
    font-size: 36px;
    min-width: 60px;
  }
}

/* ============================================================
   BRANCHES — 5'li kart şeridi
   ============================================================ */
.hm-bcards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1280px) {
  .hm-bcards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

/* Desktop'ta carousel wrapper sadece grid'i kapsayan div */
.hm-bcards-wrap { position: relative; }
.hm-bcards-nav,
.hm-bcards-dots { display: none; }

@media (max-width: 600px) {
  .hm-bcards-wrap {
    margin: 0 -4px;
  }

  .hm-bcards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 12px 13% 18px;
  }
  .hm-bcards::-webkit-scrollbar { display: none; }

  .hm-bcard {
    flex: 0 0 74%;
    scroll-snap-align: center;
    transform: scale(0.86);
    opacity: 0.45;
    transition: transform .4s cubic-bezier(.22, .8, .25, 1), opacity .4s ease;
  }

  .hm-bcard.is-current {
    transform: scale(1);
    opacity: 1;
  }

  /* Sol/sağ navigation butonları */
  .hm-bcards-nav {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(8, 18, 22, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(53, 205, 225, 0.32);
    color: var(--aqua);
    cursor: pointer;
    transition: background .25s, border-color .25s, opacity .25s;
  }
  .hm-bcards-nav--prev { left: -4px; }
  .hm-bcards-nav--next { right: -4px; }
  .hm-bcards-nav:hover {
    background: rgba(53, 205, 225, 0.18);
    border-color: var(--aqua);
  }
  .hm-bcards-nav[disabled] {
    opacity: 0.3;
    pointer-events: none;
  }
  .hm-bcards-nav svg { display: block; }

  /* Indicator dots */
  .hm-bcards-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .hm-bcards-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
    transition: background .3s, width .3s, box-shadow .3s;
  }
  .hm-bcards-dot.is-active {
    background: var(--aqua);
    width: 22px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(53, 205, 225, 0.5);
  }
}

.hm-bcard {
  margin: 0;
  padding: 0;
  display: flex;
}

.hm-bcard-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  isolation: isolate;
  transition: border-color .35s, transform .35s, box-shadow .35s;
}

.hm-bcard-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 4;
}

.hm-bcard-link:hover {
  border-color: rgba(53, 205, 225, 0.30);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.85);
}

.hm-bcard-link:hover::before {
  left: 0;
  width: 100%;
}

.hm-bcard-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
}

.hm-bcard-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, .8, .25, 1), filter .35s ease;
  filter: saturate(0.9);
}

.hm-bcard-link:hover .hm-bcard-thumb img {
  transform: scale(1.05);
  filter: saturate(1);
}

.hm-bcard-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
}

.hm-bcard-num {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 2;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.hm-bcard-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hm-bcard-place {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.hm-bcard-name {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.15;
  color: #ffffff;
  transition: color .25s;
}

.hm-bcard-link:hover .hm-bcard-name {
  color: var(--aqua);
}

.hm-bcard-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
}

/* ============================================================
   SERVICES — 4'lü grid
   ============================================================ */
.hm-scards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1100px) {
  .hm-scards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 600px) {
  .hm-scards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 0 14px;
    margin: 0 -4px;
  }
  .hm-scards::-webkit-scrollbar { display: none; }

  .hm-scard {
    flex: 0 0 46%;
    scroll-snap-align: start;
  }

  .hm-scard:first-child { margin-left: 4px; }
  .hm-scard:last-child  { margin-right: 4px; }
}

.hm-scard {
  margin: 0;
  padding: 0;
  display: flex;
}

.hm-scard-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  isolation: isolate;
  transition: border-color .35s, transform .35s;
}

.hm-scard-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 4;
}

.hm-scard-link:hover {
  border-color: rgba(53, 205, 225, 0.28);
  transform: translateY(-2px);
}

.hm-scard-link:hover::before {
  left: 0;
  width: 100%;
}

.hm-scard-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
}

.hm-scard-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, .8, .25, 1);
}

.hm-scard-link:hover .hm-scard-thumb img {
  transform: scale(1.04);
}

.hm-scard-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.hm-scard-name {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .25s;
}

.hm-scard-link:hover .hm-scard-name {
  color: var(--aqua);
}

.hm-scard-meta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aqua);
}

/* ============================================================
   GALLERY BENTO
   ============================================================ */
.hm-gallery {
  background: transparent;
}

.hm-gallery-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px 10px;
  margin: -8px 0 clamp(28px, 4vw, 44px);
  max-width: 700px;
}

.hm-gallery-tag {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(13px, 1.1vw, 16px);
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  padding: 0 8px;
}

.hm-gallery-tag:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -3px;
  color: rgba(53, 205, 225, 0.4);
}

/* Masonry — CSS Grid + her hücrenin görsel oranına göre row-span */
.hm-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 8px;
  grid-auto-flow: row dense;
  gap: 10px;
}

.hm-bento-cell {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(53, 205, 225, 0.04);
  isolation: isolate;
  grid-row: span var(--rs, 30);
}

.hm-bento-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(.22, .8, .25, 1), filter .4s ease;
  filter: saturate(0.9);
}

.hm-bento-cell:hover img {
  transform: scale(1.05);
  filter: saturate(1);
}

.hm-bento-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}

.hm-bento-tag {
  position: absolute;
  bottom: 12px;
  left: 14px;
  z-index: 2;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}

.hm-bento-cell:hover .hm-bento-tag {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 880px) {
  .hm-bento {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  /* Mobil: full-bleed yatay scroll carousel */
  .hm-bento {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: none;
    grid-auto-rows: auto;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Container padding'inden kurtul, viewport sınırına yasla */
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 4px var(--gutter) 14px;
  }
  .hm-bento::-webkit-scrollbar { display: none; }

  .hm-bento-cell {
    flex: 0 0 86vw;
    max-width: none;
    margin: 0;
    grid-row: auto !important;
    grid-column: auto !important;
    scroll-snap-align: center;
    aspect-ratio: 4 / 5;
  }
  .hm-bento-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ============================================================
   GIFT CARDS — split + dekoratif kart
   ============================================================ */
.hm-gift {
  background: transparent;
  border-top: 1px solid rgba(53, 205, 225, 0.08);
}

.hm-gift-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}

.hm-gift-lede {
  margin: 0 0 22px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  max-width: 56ch;
}

.hm-gift-chips {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hm-gift-chips li {
  padding: 6px 12px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
}

/* Hediye kartı dekoratif görseli */
.hm-gift-card {
  perspective: 1200px;
  aspect-ratio: 16 / 10;
}

.hm-gift-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(53, 205, 225, 0.18) 0%, rgba(53, 205, 225, 0) 60%),
    linear-gradient(135deg, #0a1a22 0%, #06121a 100%);
  border: 1px solid rgba(53, 205, 225, 0.30);
  border-radius: 8px;
  padding: 22px 26px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 8px;
  overflow: hidden;
  transform: rotateY(-6deg) rotateX(2deg);
  box-shadow: 0 32px 80px -28px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform .6s cubic-bezier(.22, .8, .25, 1);
}

.hm-gift-card:hover .hm-gift-card-inner {
  transform: rotateY(-2deg) rotateX(1deg);
}

.hm-gift-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(53, 205, 225, 0) 0%, rgba(53, 205, 225, 0.85) 50%, rgba(53, 205, 225, 0) 100%);
}

.hm-gift-card-chip {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--aqua);
}

.hm-gift-card-label {
  align-self: start;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.2vw, 30px);
  color: #ffffff;
  letter-spacing: 0.02em;
}

.hm-gift-card-art {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aqua);
  opacity: 0.5;
  pointer-events: none;
}

.hm-gift-card-art svg {
  width: 60%;
  height: auto;
}

.hm-gift-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.5);
}

.hm-gift-card-num {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: rgba(53, 205, 225, 0.7);
}

@media (max-width: 880px) {
  .hm-gift-grid {
    grid-template-columns: 1fr;
  }

  .hm-gift-card {
    display: none;
  }
}

/* ============================================================
   CLOSING — zenginleştirilmiş final moment
   ============================================================ */
.hm-closing {
  position: relative;
  text-align: center;
  padding: var(--section-y-lg) 0;
  background: transparent;
  border-top: 1px solid rgba(53, 205, 225, 0.06);
  overflow: hidden;
}

/* Arka plan watermark — büyük faint italic "Aqua" */
.hm-closing-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(180px, 28vw, 380px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.022);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.hm-closing-inner {
  position: relative;
  z-index: 1;
}

/* Üst ornament — iki hairline + ortada cross/asterisk */
.hm-closing-ornament {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(28px, 4vw, 44px);
  color: rgba(53, 205, 225, 0.55);
}

.hm-closing-ornament-line {
  display: block;
  width: clamp(40px, 8vw, 80px);
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.22) 100%);
}

.hm-closing-ornament-line:last-child {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.hm-closing-ornament-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.hm-closing-title {
  margin: 14px auto 16px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: #ffffff;
  max-width: 22ch;
}

.hm-closing-lede {
  margin: 0 auto 28px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}

.hm-closing-cta {
  display: inline-flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Secondary text link — "ya da yalnızca yazın" */
.hm-closing-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  padding: 6px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color .3s ease, border-color .3s ease, gap .35s ease;
}

.hm-closing-link:hover {
  color: var(--aqua);
  border-bottom-color: rgba(53, 205, 225, 0.45);
  gap: 12px;
}

.hm-closing-link svg {
  transition: transform .35s ease;
}

.hm-closing-link:hover svg {
  transform: translateX(3px);
}

/* 5 nokta — Aqua Plus'ın 5 şubesinin sembolik temsili */
.hm-closing-dots {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(54px, 7vw, 80px);
  margin-bottom: 20px;
}

.hm-closing-dots span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: background .4s ease, transform .4s ease;
}

.hm-closing-dots span:nth-child(3) {
  width: 4px;
  height: 4px;
  background: rgba(53, 205, 225, 0.55);
  box-shadow: 0 0 6px rgba(53, 205, 225, 0.3);
}

/* Signature — sessiz imza */
.hm-closing-signature {
  margin: 0;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.hm-closing-signature em {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
}

.hm-closing-sep {
  margin: 0 6px;
  color: rgba(53, 205, 225, 0.45);
}

@media (max-width: 640px) {
  .hm-closing-watermark {
    font-size: 28vw;
  }

  .hm-closing-ornament-line {
    width: clamp(28px, 14vw, 60px);
  }

  .hm-closing-dots {
    gap: 14px;
    margin-top: 44px;
  }

  .hm-closing-signature {
    font-size: 9.5px;
    letter-spacing: 0.20em;
  }

  .hm-closing-signature em {
    font-size: 13px;
  }
}

/* ============================================================
   CONTACT — İletişim sayfası (.ct-*)
   ============================================================ */
body.contact-page {
  background: #050d10;
}

body.contact-page main {
  background: #050d10;
}

.ct {
  color: var(--ink);
}

.ct em {
  font-style: italic;
  font-weight: 400;
  color: var(--aqua);
}

/* ===== Hero ===== */
.ct-hero {
  padding: var(--hero-y-top) 0 var(--hero-y-bottom);
  background: #050d10;
}

.ct-crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.ct-crumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color .25s;
}

.ct-crumbs a:hover {
  color: var(--aqua);
}

.ct-crumbs .is-current {
  color: var(--aqua);
}

.ct-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.6fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-end;
}

.ct-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
}

.ct-hero-text .ct-eyebrow,
.ct-form-aside .ct-eyebrow {
  margin-bottom: 18px;
}

.ct-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.16), 0 0 10px rgba(53, 205, 225, 0.5);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.ct-hero-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.ct-hero-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 56ch;
}

.ct-hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 4px;
}

.ct-hero-aside-label {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.ct-hero-aside-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 10px 24px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: filter .25s, box-shadow .25s, gap .25s;
}

.ct-hero-aside-link:hover {
  filter: brightness(1.08);
  gap: 16px;
  box-shadow: 0 16px 30px -12px rgba(53, 205, 225, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

@media (max-width: 880px) {
  .ct-hero-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 18px;
  }

  .ct-hero-aside {
    align-items: flex-start;
  }
}

/* ===== Hızlı ulaşım şeridi ===== */
.ct-channels {
  padding: 0 0 var(--section-y-sm);
  background: #050d10;
}

.ct-channels-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.ct-channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  position: relative;
  isolation: isolate;
  transition: border-color .3s, background .3s, transform .3s;
}

.ct-channel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 6px rgba(53, 205, 225, 0.5);
  transition: width .4s cubic-bezier(.22, .8, .25, 1), left .4s cubic-bezier(.22, .8, .25, 1);
}

.ct-channel:not(.ct-channel--static):hover {
  border-color: rgba(53, 205, 225, 0.30);
  background: rgba(53, 205, 225, 0.04);
  transform: translateY(-2px);
}

.ct-channel:not(.ct-channel--static):hover::before {
  left: 0;
  width: 100%;
}

.ct-channel-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.32);
  background: rgba(53, 205, 225, 0.05);
  color: var(--aqua);
}

.ct-channel-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ct-channel-label {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.ct-channel-value {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13.5px;
  color: #ffffff;
  letter-spacing: 0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== Section ===== */
.ct-section {
  padding: var(--section-y-md) 0;
  background: #050d10;
}

.ct-section-head {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin-bottom: clamp(40px, 5.5vw, 64px);
}

.ct-section-head .ct-eyebrow {
  margin-bottom: 12px;
}

.ct-section-head .ct-section-title {
  margin-bottom: 14px;
}

.ct-section-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -0.005em;
}

.ct-section-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 60ch;
}

/* ===== Şube kartları — 5'li görsel grid ===== */
.ct-branches {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1280px) {
  .ct-branches {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 480px) {
  .ct-branches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ct-bcard-body {
    padding: 12px 12px 16px;
    gap: 6px;
  }

  .ct-bcard-detail {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 9px;
    margin-top: 4px;
  }

  .ct-bcard {
    min-height: 100%;
  }

  .ct-bcard-name {
    font-size: 13.5px;
    line-height: 1.2;
  }

  .ct-bcard-addr {
    font-size: 10.5px;
    line-height: 1.45;
  }

  .ct-bcard-actions {
    gap: 4px;
    margin-top: 4px;
    flex-wrap: nowrap;
  }

  .ct-bcard-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 6px 4px;
    justify-content: center;
    font-size: 9px;
    gap: 4px;
  }

  /* Mobilde text gizle, sadece icon — 3 buton da sığsın */
  .ct-bcard-btn span {
    display: none;
  }
}

.ct-bcard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
  isolation: isolate;
  transition: border-color .35s, background .35s, transform .35s, box-shadow .35s;
}

.ct-bcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 4;
}

.ct-bcard:hover {
  border-color: rgba(53, 205, 225, 0.30);
  background: rgba(53, 205, 225, 0.03);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.8);
}

.ct-bcard:hover::before {
  left: 0;
  width: 100%;
}

/* Thumbnail — kart görseli */
.ct-bcard-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
}

.ct-bcard-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, .8, .25, 1), filter .35s ease;
  filter: saturate(0.9);
}

.ct-bcard:hover .ct-bcard-thumb img {
  transform: scale(1.05);
  filter: saturate(1);
}

.ct-bcard-thumb-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
}

.ct-bcard-num {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 2;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.ct-bcard-place {
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  z-index: 2;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Body */
.ct-bcard-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.ct-bcard-name {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.005em;
}

.ct-bcard-addr {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ct-bcard-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
}

.ct-bcard-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .25s, color .25s, background .25s;
}

.ct-bcard-btn svg {
  color: var(--aqua);
  flex: none;
}

.ct-bcard-btn:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.08);
}

.ct-bcard-btn--wa svg {
  color: #25d366;
}

.ct-bcard-btn--wa:hover {
  border-color: #25d366;
  color: #25d366;
  background: rgba(37, 211, 102, 0.10);
}

.ct-bcard-btn--ghost {
  background: transparent;
  padding: 6px;
  width: 28px;
  height: 28px;
  justify-content: center;
  gap: 0;
}

.ct-bcard-btn--ghost span {
  display: none;
}

.ct-bcard-btn--ghost svg {
  color: var(--aqua);
}

.ct-bcard-btn--ghost:hover svg {
  color: var(--aqua);
}

.ct-bcard-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aqua);
  text-decoration: none;
  transition: gap .25s;
}

.ct-bcard-detail:hover {
  gap: 10px;
}

/* ===== Form section ===== */
.ct-form-section {
  background: linear-gradient(180deg, #050d10 0%, #061620 100%);
  border-top: 1px solid rgba(53, 205, 225, 0.08);
}

.ct-form-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.3fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: flex-start;
}

@media (max-width: 880px) {
  .ct-form-grid {
    grid-template-columns: 1fr;
  }
}

.ct-form-aside {
  position: sticky;
  top: 100px;
}

.ct-form-aside .ct-eyebrow {
  margin-bottom: 14px;
}

.ct-form-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.1;
  color: #ffffff;
}

.ct-form-lede {
  margin: 0 0 22px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 36ch;
}

.ct-form-aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ct-form-aside-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}

.ct-form-aside-dot {
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
  margin-top: 7px;
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.45);
}

@media (max-width: 880px) {
  .ct-form-aside {
    position: relative;
    top: 0;
  }
}

/* Form */
.ct-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.ct-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

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

.ct-fld {
  position: relative;
}

.ct-fld--full {
  grid-column: 1 / -1;
}

.ct-fld-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  padding: 22px 14px 10px;
  font-family: var(--sans);
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: border-color .25s, background .25s;
  -webkit-appearance: none;
  appearance: none;
}

.ct-fld-input--ta {
  resize: vertical;
  min-height: 130px;
  line-height: 1.55;
  padding-top: 28px;
}

.ct-fld-input--select {
  padding-top: 24px;
  padding-bottom: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2335cde1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* Native dropdown option'larının arka planı + metin rengi */
.ct-fld-input--select option,
select.ct-fld-input option {
  background-color: #050d10;
  color: #ffffff;
  padding: 8px;
}

.ct-fld-input:focus,
.ct-fld-input:not(:placeholder-shown) {
  border-color: rgba(53, 205, 225, 0.45);
  background: rgba(53, 205, 225, 0.04);
}

.ct-fld-label {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(245, 243, 238, 0.45);
  pointer-events: none;
  padding: 0 4px;
  transition: top .25s, font-size .25s, color .25s, transform .25s;
}

.ct-fld-input--ta+.ct-fld-label {
  top: 22px;
  transform: none;
}

.ct-fld-input:focus+.ct-fld-label,
.ct-fld-input:not(:placeholder-shown)+.ct-fld-label,
.ct-fld-label--static {
  top: 8px;
  transform: none;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aqua);
}

.ct-fld-req {
  color: var(--aqua);
  font-weight: 600;
}

.ct-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(245, 243, 238, 0.78);
  cursor: pointer;
}

.ct-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ct-consent-box {
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: background .25s, border-color .25s, color .25s;
  margin-top: 1px;
}

.ct-consent:has(input:checked) .ct-consent-box {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #04181c;
}

.ct-consent a {
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.4);
}

.ct-submit {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  border: none;
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: filter .25s, gap .25s, box-shadow .25s;
}

.ct-submit:hover {
  filter: brightness(1.08);
  gap: 14px;
  box-shadow: 0 16px 30px -12px rgba(53, 205, 225, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* ============================================================
   GIFT CARDS — Hediye Kartları (.gc-*)
   ============================================================ */
body.gift-index {
  background: #050d10;
}

body.gift-index main {
  background: #050d10;
}

.gc {
  color: var(--ink);
}

.gc em {
  font-style: italic;
  font-weight: 400;
  color: var(--aqua);
}

/* ===== Hero ===== */
.gc-hero {
  padding: var(--hero-y-top) 0 calc(var(--section-y-md) / 2);
  background: #050d10;
}

.gc-crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.gc-crumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color .25s;
}

.gc-crumbs a:hover {
  color: var(--aqua);
}

.gc-crumbs .is-current {
  color: var(--aqua);
}

.gc-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.gc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
}

.gc-hero-text .gc-eyebrow {
  margin-bottom: 18px;
}

.gc-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.16), 0 0 10px rgba(53, 205, 225, 0.5);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.gc-hero-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.gc-hero-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  max-width: 56ch;
}

/* Hero yelpaze: 3 konsept kartı üst üste */
.gc-hero-stack {
  position: relative;
  aspect-ratio: 16 / 12;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gc-hero-stack-card {
  --accent: #5ddff0;
  --accent-soft: rgba(93, 223, 240, 0.16);
  position: absolute;
  width: 70%;
  aspect-ratio: 5 / 3;
  background:
    radial-gradient(120% 80% at 0% 0%, var(--accent-soft) 0%, transparent 60%),
    linear-gradient(135deg, #0a1a22 0%, #06121a 100%);
  border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  border-radius: 6px;
  padding: 18px 22px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 6px;
  overflow: hidden;
  box-shadow: 0 32px 80px -28px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform-origin: bottom center;
  transition: transform .6s cubic-bezier(.22, .8, .25, 1);
}

.gc-hero-stack-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
}

.gc-hero-stack-card:nth-child(1) {
  transform: rotate(-8deg) translateX(-22%) translateY(8%);
  z-index: 1;
}

.gc-hero-stack-card:nth-child(2) {
  transform: rotate(0deg) translateY(-4%);
  z-index: 3;
}

.gc-hero-stack-card:nth-child(3) {
  transform: rotate(8deg) translateX(22%) translateY(8%);
  z-index: 2;
}

.gc-hero-stack:hover .gc-hero-stack-card:nth-child(1) {
  transform: rotate(-12deg) translateX(-30%) translateY(4%);
}

.gc-hero-stack:hover .gc-hero-stack-card:nth-child(3) {
  transform: rotate(12deg) translateX(30%) translateY(4%);
}

.gc-hero-stack-chip {
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--accent);
}

.gc-hero-stack-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: var(--accent);
  opacity: 0.45;
}

.gc-hero-stack-icon svg {
  width: 40%;
  height: auto;
}

.gc-hero-stack-name {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 1.7vw, 24px);
  color: #ffffff;
  align-self: end;
}

.gc-hero-stack-foot {
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 880px) {
  .gc-hero-row {
    grid-template-columns: 1fr;
  }

  .gc-hero-stack {
    max-width: 420px;
    align-self: center;
  }
}

/* ===== Section — yarım padding üst+alt → komşu sectionlarla birleşince tek tam gap ===== */
.gc-section {
  padding: calc(var(--section-y-md) / 2) 0;
  background: #050d10;
}

.gc-section[hidden] {
  display: none;
}

.gc-section-head {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin-bottom: clamp(40px, 5.5vw, 64px);
}

.gc-section-head .gc-eyebrow {
  margin-bottom: 12px;
}

.gc-section-head .gc-section-title {
  margin-bottom: 14px;
}

.gc-section-head--row {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
}

.gc-section-head--row > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gc-section-head--row > div .gc-eyebrow {
  margin-bottom: 12px;
}

.gc-section-head--row > div .gc-section-title {
  margin-bottom: 14px;
}

/* 01 / 02 / 03 step indikatörü */
.gc-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(53, 205, 225, 0.08);
  border: 1px solid rgba(53, 205, 225, 0.3);
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: var(--aqua);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.gc-section-head--centered {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.gc-section-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: #ffffff;
}

.gc-section-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 60ch;
}

/* ===== Konsept seçim grid (Adım 1) ===== */
.gc-occ-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 1280px) {
  .gc-occ-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 420px) {
  .gc-occ-grid {
    grid-template-columns: 1fr;
  }
}

.gc-occ {
  --accent: #5ddff0;
  --accent-soft: rgba(93, 223, 240, 0.16);
  margin: 0;
  padding: 0;
  display: flex;
}

.gc-occ-pick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 22px 16px 18px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  isolation: isolate;
  transition: border-color .35s, background .35s, transform .35s;
}

.gc-occ-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 50% 0%, var(--accent-soft) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: -1;
}

.gc-occ-pick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
}

.gc-occ-pick:hover {
  border-color: color-mix(in srgb, var(--accent) 40%, transparent);
  transform: translateY(-3px);
}

.gc-occ-pick:hover .gc-occ-glow {
  opacity: 1;
}

.gc-occ-pick:hover::before,
.gc-occ.is-selected .gc-occ-pick::before {
  left: 0;
  width: 100%;
}

.gc-occ.is-selected .gc-occ-pick {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 6%, transparent);
}

.gc-occ.is-selected .gc-occ-glow {
  opacity: 1;
}

.gc-occ-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  background: color-mix(in srgb, var(--accent) 6%, transparent);
  color: var(--accent);
  margin-bottom: 12px;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.gc-occ-icon svg {
  width: 22px;
  height: 22px;
}

.gc-occ-pick:hover .gc-occ-icon,
.gc-occ.is-selected .gc-occ-icon {
  transform: scale(1.08);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  border-color: var(--accent);
}

.gc-occ-name {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 4px;
}

.gc-occ-tag {
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}

.gc-occ-tick {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #04181c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity .25s, transform .35s cubic-bezier(.22, .8, .25, 1);
}

.gc-occ.is-selected .gc-occ-tick {
  opacity: 1;
  transform: scale(1);
}

/* ===== Grid (hediye için hizmet seçim kartları) ===== */
.gc-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1100px) {
  .gc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 480px) {
  .gc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gc-card-body {
    padding: 10px 10px 12px;
    gap: 4px;
  }

  .gc-card-name {
    font-size: 13.5px;
    line-height: 1.2;
  }

  .gc-card-meta {
    font-size: 9px;
    letter-spacing: 0.08em;
    gap: 5px;
  }

  .gc-card-cta {
    padding-top: 8px;
    font-size: 9px;
    letter-spacing: 0.10em;
  }

  .gc-card-num {
    top: 8px;
    left: 10px;
    font-size: 13px;
  }

  .gc-card-check {
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
  }
}

.gc-card {
  margin: 0;
  padding: 0;
  display: flex;
}

.gc-card-pick {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  isolation: isolate;
  transition: border-color .3s, background .3s, transform .3s;
}

.gc-card-pick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 4;
}

.gc-card-pick:hover {
  border-color: rgba(53, 205, 225, 0.30);
  background: rgba(53, 205, 225, 0.03);
  transform: translateY(-2px);
}

.gc-card-pick:hover::before {
  left: 0;
  width: 100%;
}

.gc-card.is-selected .gc-card-pick {
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
  box-shadow: 0 0 0 1px var(--aqua) inset;
}

.gc-card.is-selected .gc-card-pick::before {
  left: 0;
  width: 100%;
}

.gc-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(53, 205, 225, 0.04);
}

.gc-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, .8, .25, 1);
  filter: saturate(0.9);
}

.gc-card-pick:hover .gc-card-thumb img {
  transform: scale(1.04);
  filter: saturate(1);
}

.gc-card-thumb-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(53, 205, 225, 0.25);
}

.gc-card-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.gc-card-num {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 2;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

/* Seçili check ikonu */
.gc-card-check {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--aqua);
  color: #04181c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity .25s ease, transform .35s cubic-bezier(.22, .8, .25, 1);
}

.gc-card.is-selected .gc-card-check {
  opacity: 1;
  transform: scale(1);
}

.gc-card-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.gc-card-name {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.2;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .3s ease;
}

.gc-card-pick:hover .gc-card-name,
.gc-card.is-selected .gc-card-name {
  color: var(--aqua);
}

.gc-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.gc-card-meta svg {
  color: var(--aqua);
}

.gc-card-cta {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
}

.gc-card-cta-active {
  display: none;
}

.gc-card.is-selected .gc-card-cta-idle {
  display: none;
}

.gc-card.is-selected .gc-card-cta-active {
  display: inline;
}

/* ===== Form section ===== */
.gc-form-section {
  background: linear-gradient(180deg, #050d10 0%, #061620 100%);
  border-top: 1px solid rgba(53, 205, 225, 0.10);
}

.gc-form-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.3fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-start;
}

@media (max-width: 880px) {
  .gc-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Sol özet kartı (mini hediye kart preview) */
.gc-form-summary {
  position: sticky;
  top: 100px;
}

.gc-summary-card {
  --accent: #5ddff0;
  --accent-soft: rgba(93, 223, 240, 0.16);
  position: relative;
  aspect-ratio: 5 / 3;
  background:
    radial-gradient(120% 80% at 0% 0%, var(--accent-soft) 0%, transparent 60%),
    linear-gradient(135deg, #0a1a22 0%, #06121a 100%);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  border-radius: 6px;
  padding: 18px 20px 20px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 6px;
  overflow: hidden;
  box-shadow: 0 24px 60px -22px rgba(0, 0, 0, 0.85);
  transition: border-color .4s ease, background .4s ease;
}

.gc-summary-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
  transition: background .4s ease;
}

.gc-summary-chip {
  position: relative;
  z-index: 2;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  transition: color .4s ease;
}

.gc-summary-occ {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.01em;
}

.gc-summary-name {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.15;
  color: #ffffff;
}

.gc-summary-art {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: var(--accent);
  opacity: 0.30;
  z-index: 1;
  transition: color .4s ease;
}

.gc-summary-art svg {
  width: 50%;
  height: auto;
}

.gc-summary-foot {
  position: relative;
  z-index: 2;
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.4);
}

.gc-summary-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  align-items: flex-start;
}

.gc-summary-change {
  padding: 0;
  background: transparent;
  border: none;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aqua);
  cursor: pointer;
  transition: color .25s;
}

.gc-summary-change:hover {
  color: #ffffff;
}

@media (max-width: 880px) {
  .gc-form-summary {
    position: relative;
    top: 0;
  }

  .gc-summary-card {
    max-width: 360px;
  }
}

/* Form */
.gc-form-body {
  min-width: 0;
}

.gc-form-head {
  margin-bottom: 22px;
}

.gc-form-title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.1;
  color: #ffffff;
}

.gc-form-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  max-width: 52ch;
}

.gc-fieldset {
  border: none;
  margin: 0 0 22px;
  padding: 0;
}

.gc-fieldset-legend {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 12px;
}

/* Şube seçim — pill row */
.gc-branch-hint {
  margin: -4px 0 10px;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.gc-branch-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

.gc-branch {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .25s, background .25s, transform .2s;
}

.gc-branch:hover {
  border-color: rgba(53, 205, 225, 0.32);
  background: rgba(53, 205, 225, 0.04);
}

.gc-branch.is-selected {
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.08);
  box-shadow: 0 0 0 1px var(--aqua) inset;
}

.gc-branch-hotel {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.gc-branch-place {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.gc-branch-tick {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--aqua);
  color: #04181c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity .25s, transform .35s cubic-bezier(.22, .8, .25, 1);
}

.gc-branch.is-selected .gc-branch-tick {
  opacity: 1;
  transform: scale(1);
}

/* Summary card içinde şube */
.gc-summary-branch {
  position: relative;
  z-index: 2;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  margin-top: -2px;
}

.gc-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gc-fld {
  position: relative;
}

.gc-fld--full {
  grid-column: 1 / -1;
}

.gc-fld-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  padding: 22px 14px 10px;
  font-family: var(--sans);
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: border-color .25s, background .25s;
  -webkit-appearance: none;
  appearance: none;
}

.gc-fld-input--ta {
  resize: vertical;
  min-height: 88px;
  line-height: 1.55;
  padding-top: 28px;
}

.gc-fld-input:focus,
.gc-fld-input:not(:placeholder-shown) {
  border-color: rgba(53, 205, 225, 0.45);
  background: rgba(53, 205, 225, 0.04);
}

.gc-fld-label {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(245, 243, 238, 0.45);
  pointer-events: none;
  padding: 0 4px;
  transition: top .25s, font-size .25s, color .25s, transform .25s;
}

.gc-fld-input--ta+.gc-fld-label {
  top: 22px;
  transform: none;
}

.gc-fld-input:focus+.gc-fld-label,
.gc-fld-input:not(:placeholder-shown)+.gc-fld-label {
  top: 8px;
  transform: none;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aqua);
}

.gc-fld-req {
  color: var(--aqua);
  font-weight: 600;
}

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

.gc-form-foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gc-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(245, 243, 238, 0.78);
  cursor: pointer;
}

.gc-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gc-consent-box {
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: background .25s, border-color .25s, color .25s;
  margin-top: 1px;
}

.gc-consent:has(input:checked) .gc-consent-box {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #04181c;
}

.gc-consent a {
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.4);
}

.gc-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  border: none;
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: filter .25s, box-shadow .25s, gap .25s;
  align-self: flex-end;
}

.gc-submit:hover {
  filter: brightness(1.08);
  gap: 14px;
  box-shadow: 0 16px 30px -12px rgba(53, 205, 225, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* ===== Why ===== */
.gc-why {
  padding-top: var(--section-y-md);
  padding-bottom: var(--section-y-md);
}


.gc-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .gc-why-list {
    grid-template-columns: 1fr;
  }
}

.gc-why-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 22px;
  row-gap: 10px;
  padding: 30px 30px 32px 28px;
  background:
    radial-gradient(140% 90% at 0% 0%, rgba(53, 205, 225, 0.05) 0%, rgba(53, 205, 225, 0) 55%),
    rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color .35s ease, background .35s ease, transform .4s ease;
}

/* Hairline aqua çubuğu — soldan dikey accent */
.gc-why-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: linear-gradient(180deg,
    rgba(53, 205, 225, 0) 0%,
    rgba(53, 205, 225, 0.6) 20%,
    rgba(53, 205, 225, 0.6) 80%,
    rgba(53, 205, 225, 0) 100%);
  transition: top .4s ease, bottom .4s ease, background .4s ease;
}

/* Sağ-üst dekoratif köşe */
.gc-why-item::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(53, 205, 225, 0.45);
  border-right: 1px solid rgba(53, 205, 225, 0.45);
  pointer-events: none;
}

.gc-why-item:hover {
  border-color: rgba(53, 205, 225, 0.30);
  transform: translateY(-3px);
}

.gc-why-item:hover::before {
  top: 16px;
  bottom: 16px;
  background: linear-gradient(180deg,
    rgba(53, 205, 225, 0) 0%,
    var(--aqua) 20%,
    var(--aqua) 80%,
    rgba(53, 205, 225, 0) 100%);
}

.gc-why-num {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(54px, 5vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.015em;
  color: var(--aqua);
  opacity: 0.85;
  text-align: left;
}

.gc-why-h {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding-top: 6px;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
}

.gc-why-body {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
}

/* ============================================================
   CTA SECTION (cta2) — minimal, kompakt
   ============================================================ */
.cta2 {
  padding: var(--section-y-md) 0;
  background: #050d10;
  border-top: 1px solid rgba(53, 205, 225, 0.10);
}

.cta2-card {
  position: relative;
  display: block;
  padding: clamp(28px, 4vw, 56px) clamp(28px, 4vw, 56px);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(53, 205, 225, 0.06) 0%, rgba(53, 205, 225, 0) 60%),
    rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(53, 205, 225, 0.18);
  border-radius: 3px;
  /* overflow: visible — popover dışarı taşabilsin */
  isolation: isolate;
}

/* Üst accent çizgisini kart sınırı içine kırpmak için ayrı bir mask */
.cta2-accent {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* Üst hairline cyan accent */
.cta2-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(53, 205, 225, 0) 0%,
      rgba(53, 205, 225, 0.75) 35%,
      rgba(53, 205, 225, 0.75) 65%,
      rgba(53, 205, 225, 0) 100%);
}

.cta2-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.cta2-text {
  min-width: 0;
}

.cta2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 12px;
}

.cta2-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.16), 0 0 10px rgba(53, 205, 225, 0.5);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

.cta2-title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: #ffffff;
}

.cta2-title em {
  font-style: italic;
  color: var(--aqua);
}

.cta2-text-body {
  margin: 0;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 56ch;
}

.cta2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: none;
}

.cta2-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

.cta2-btn--primary {
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
  color: #04181c;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px -10px rgba(53, 205, 225, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.cta2-btn--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 16px 30px -12px rgba(53, 205, 225, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cta2-btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cta2-btn--ghost:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
}

button.cta2-btn--ghost {
  font: inherit;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* WhatsApp şube popover */
.cta2-wa {
  position: relative;
}

.cta2-btn-caret,
.bd3-action-caret {
  display: block;
  margin-left: 4px;
  transition: transform .3s ease;
  opacity: 0.6;
  transform: rotate(180deg);
  transform-origin: center;
  /* yukarı açıldığı için varsayılan ↑ */
}

.cta2-wa.is-open .cta2-btn-caret,
.cta2-wa.is-open .bd3-action-caret {
  transform: rotate(0deg);
  /* açıkken ↓ */
  opacity: 1;
}

/* Service detail — WA popover açıkken parent overflow:hidden'ı bypass et */
.bd3-hero-content:has(.cta2-wa.is-open),
.bd3-hero:has(.cta2-wa.is-open) {
  overflow: visible;
}

/* Popover ek z-index — gradient'in üstünde kalsın */
.bd3-actions .cta2-wa-pop {
  z-index: 50;
}

.cta2-wa-pop {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  min-width: 260px;
  max-width: 320px;
  background: rgba(8, 18, 22, 0.96);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border: 1px solid rgba(53, 205, 225, 0.28);
  border-radius: 3px;
  box-shadow: 0 -24px 60px -20px rgba(0, 0, 0, 0.9);
  padding: 10px 12px 12px;
  z-index: 50;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .2s ease, transform .25s cubic-bezier(.22, .8, .25, 1);
}

.cta2-wa.is-open .cta2-wa-pop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cta2-wa {
  z-index: 20;
}

.cta2-wa.is-open .cta2-wa-pop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cta2-wa-pop[hidden] {
  display: none;
}

.cta2-wa-pop-label {
  display: block;
  padding: 6px 10px 10px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 4px;
}

.cta2-wa-pop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.cta2-wa-pop li {
  margin: 0;
  padding: 0;
}

.cta2-wa-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 2px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  transition: background .25s ease, color .25s ease;
}

.cta2-wa-item:hover {
  background: rgba(53, 205, 225, 0.08);
  color: var(--aqua);
}

.cta2-wa-item-hotel {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.005em;
  grid-row: 1;
}

.cta2-wa-item-place {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  grid-column: 1;
  grid-row: 2;
}

.cta2-wa-item-arrow {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: rgba(255, 255, 255, 0.4);
  transition: color .25s ease, transform .25s ease;
}

.cta2-wa-item:hover .cta2-wa-item-arrow {
  color: var(--aqua);
  transform: translateX(2px);
}

/* Mobilde popover full-width butonun altında */
@media (max-width: 560px) {
  .cta2-wa-pop {
    left: 0;
    right: 0;
    min-width: 0;
    max-width: none;
  }
}

@media (max-width: 880px) {
  .cta2-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cta2-actions {
    width: 100%;
  }

  .cta2-actions > .cta2-btn,
  .cta2-actions > .cta2-wa {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }

  .cta2-actions > .cta2-wa .cta2-btn {
    width: 100%;
  }

  .cta2-actions .cta2-btn {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

/* ≤560px — mobil dikey stack + center align */
@media (max-width: 560px) {
  .cta2-card {
    padding: 26px 22px 24px;
  }

  .cta2-inner {
    gap: 18px;
    text-align: center;
  }

  .cta2-eyebrow {
    justify-content: center;
  }

  .cta2-text-body {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .cta2-actions {
    flex-direction: column;
    gap: 8px;
  }

  .cta2-actions > .cta2-btn,
  .cta2-actions > .cta2-wa {
    flex: 1 1 auto;
    width: 100%;
  }

  .cta2-actions .cta2-btn {
    padding: 13px 18px;
    font-size: 11px;
  }
}

/* Eski cta-section--themed sıfırlama (artık DOM'da yok ama emniyet) */
.cta-section--themed,
.cta-themed,
.cta-themed-content {
  /* display: none kullanılmıyor; partial yeniliklendi, eski class artık render edilmiyor */
}

/* ============================================================
   BRANCHES — Vertical Strips
   Tüm viewport'u kaplayan dikey panel grid. body.branches-strips.
   ============================================================ */

body.branches-strips {
  background: #03080a;
  overflow: hidden;
}

body.branches-strips main {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

body.branches-strips>footer {
  display: none;
}

body.branches-strips .cookie-banner {
  z-index: 60;
}

.strips {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: #03080a;
}

.strip {
  position: relative;
  flex: 1;
  height: 100%;
  display: block;
  overflow: hidden;
  color: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  transition: flex .7s cubic-bezier(.22, .8, .25, 1), opacity .45s ease;
  isolation: isolate;
}

.strip:last-child {
  border-right: none;
}

.strip-cover-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.strip-cover-link:focus-visible::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid var(--aqua);
  border-radius: 2px;
  pointer-events: none;
}

.strip-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.strip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 1.4s cubic-bezier(.22, .8, .25, 1), filter .6s ease;
  filter: saturate(0.92) contrast(1.02);
}

/* Üst hafif ışık veili */
.strip-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 10, 0.35) 0%, rgba(2, 6, 10, 0) 30%);
  pointer-events: none;
}

/* Alt güçlü siyah gradyan — premium dramatic foot */
.strip-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.20) 20%,
      rgba(0, 0, 0, 0.55) 50%,
      rgba(0, 0, 0, 0.85) 80%,
      rgba(0, 0, 0, 0.96) 100%);
  pointer-events: none;
  opacity: 0.85;
  transition: opacity .5s ease, height .55s ease, background .55s ease;
}

/* Hover'da gradyan: daha yüksek, daha koyu, daha dramatik — bilgiler net okunsun */
.strip:hover .strip-gradient {
  opacity: 1;
  height: 96%;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.30) 15%,
      rgba(0, 0, 0, 0.65) 38%,
      rgba(0, 0, 0, 0.88) 62%,
      rgba(0, 0, 0, 0.97) 100%);
}

.strip-body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3vw, 48px) clamp(26px, 2.6vw, 44px) clamp(56px, 7vh, 96px);
  color: #ffffff;
  pointer-events: none;
  text-align: center;
}

.strip-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.strip-place {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 22px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 0 12px rgba(0, 0, 0, 0.7);
}

.strip-place-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 3px rgba(53, 205, 225, 0.12), 0 0 10px rgba(53, 205, 225, 0.45);
  animation: stripDotPulse 3.2s ease-in-out infinite;
}

@keyframes stripDotPulse {

  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

.strip-name {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.75);
  transition: color .35s ease;
}

.strip-name-brand {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(10px, 0.78vw, 12px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.strip-name-sep {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(53, 205, 225, 0) 0%,
      rgba(53, 205, 225, 0.85) 50%,
      rgba(53, 205, 225, 0) 100%);
  transition: width .5s cubic-bezier(.22, .8, .25, 1);
}

.strip:hover .strip-name-sep {
  width: 56px;
}

.strip-name-hotel {
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  color: #ffffff;
  font-feature-settings: "liga", "dlig";
}

.strip:hover .strip-name-hotel {
  color: #ffffff;
}

.strip:hover .strip-name-brand {
  color: var(--aqua);
}

.strip-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aqua);
  align-self: center;
  justify-self: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .55s ease .15s, transform .55s ease .15s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.strip-cta-line {
  width: 0;
  height: 1px;
  transition: width .65s cubic-bezier(.22, .8, .25, 1) .25s;
}

.strip-cta-line--l {
  background: linear-gradient(90deg, rgba(53, 205, 225, 0) 0%, rgba(53, 205, 225, 0.85) 100%);
}

.strip-cta-line--r {
  background: linear-gradient(90deg, rgba(53, 205, 225, 0.85) 0%, rgba(53, 205, 225, 0) 100%);
}

.strip-cta-text {
  white-space: nowrap;
}

/* Contact / info — premium concierge listesi: hairline divider'lar, monogram ikonlar */
.strip-info {
  list-style: none;
  margin: 26px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: clamp(220px, 22vw, 320px);
  max-width: 92%;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .55s ease .1s, transform .55s ease .1s;
}

.strip-info>li {
  margin: 0;
  padding: 0;
  pointer-events: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.strip-info>li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.strip-info-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 14px;
  padding: 11px 6px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  text-align: left;
  transition: color .3s ease, padding .3s ease;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.strip-info-row:hover {
  color: #ffffff;
  padding-left: 10px;
}

.strip-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(53, 205, 225, 0.40);
  color: var(--aqua);
  flex: none;
  transition: border-color .3s ease, color .3s ease, transform .3s ease;
}

.strip-info-row:hover .strip-info-icon {
  border-color: var(--aqua);
  color: var(--aqua);
  transform: scale(1.05);
}

.strip-info-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.strip-info-row--wa .strip-info-icon {
  border-color: rgba(37, 211, 102, 0.55);
  color: #25d366;
}

.strip-info-row--wa:hover .strip-info-icon {
  border-color: #25d366;
  color: #25d366;
}

.strip-info-row--wa:hover {
  color: #25d366;
}

.strip:hover .strip-info {
  opacity: 1;
  transform: translateY(0);
}

/* Hover: aktif stripe genişler, diğerleri sıkışır */
.strips:hover .strip {
  flex: 0.7;
}

.strips:hover .strip:hover {
  flex: 2;
}

.strip:hover .strip-img img {
  transform: scale(1.08);
  filter: saturate(1) contrast(1.04);
}

.strip:hover .strip-cta {
  opacity: 1;
  transform: translateY(0);
}

.strip:hover .strip-cta-line {
  width: 52px;
}

/* Pasif stripler hafif kararır — sadece opacity (GPU-friendly, filter yok) */
.strips:hover .strip:not(:hover) {
  opacity: 0.5;
}

@media (max-width: 1280px) {
  .strip-info-row {
    font-size: 12px;
  }

  .strip-info-text {
    max-width: 22ch;
  }
}

@media (max-width: 1100px) {
  .strip-name {
    font-size: clamp(30px, 3vw, 44px);
  }

  .strips:hover .strip {
    flex: 0.82;
  }

  .strips:hover .strip:hover {
    flex: 1.7;
  }
}

@media (max-width: 720px) {
  body.branches-strips main {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  body.branches-strips {
    overflow: auto;
  }

  /* Mobil: dikey tam kart — her şube alt alta tam genişlik */
  .strips {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 0;
    background: #03080a;
  }

  .strip {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    min-height: 380px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  .strip:last-child {
    border-bottom: none;
  }

  .strips:hover .strip,
  .strips:hover .strip:hover {
    flex: none;
  }

  .strips:hover .strip:not(:hover) {
    opacity: 1;
  }

  /* Mobilde her zaman görünür — hover yok */
  .strip-cta,
  .strip-info {
    opacity: 1;
    transform: none;
  }

  /* Hint — mobilde gizle */
  .strips-hint {
    display: none;
  }
}

@media (max-width: 480px) {
  .strip {
    aspect-ratio: 4 / 5;
    min-height: 420px;
  }
  .strip-info-text {
    white-space: normal;
    max-width: none;
  }
}

/* Strips hint — alt orta: "Şubeleri incelemek için üzerine gelin" */
.strips-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.6vh, 30px);
  transform: translateX(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 8px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.95);
  pointer-events: none;
  white-space: nowrap;
  opacity: 1;
  transition: opacity .35s ease;
  animation: stripsHintPulse 2.6s ease-in-out infinite;
}

.strips-hint-line {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(53, 205, 225, 0) 0%, rgba(53, 205, 225, 0.85) 100%);
}

.strips-hint-line:last-child {
  background: linear-gradient(90deg, rgba(53, 205, 225, 0.85) 0%, rgba(53, 205, 225, 0) 100%);
}

.strips-hint-text {
  display: inline-block;
}

/* Hover sırasında ipucu gizlensin — kullanıcı zaten anlamış demektir */
.strips:hover .strips-hint {
  opacity: 0;
  animation: none;
}

@keyframes stripsHintPulse {

  0%,
  100% {
    opacity: 0.65;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .strips-hint {
    display: none;
  }
}

/* ============================================================
   GLOBAL IMAGE THEMING
   Tüm içerik fotoğraflarını brand paletine yaklaştırır:
   ten tonları dinerek, hafif cyan-soğuk yöne kayar.
   Logo, ikon ve placehold.co görselleri istisna tutulur.
   ============================================================ */

.about-visual-img,
.heritage-visual-img,
.hero-video,
.strip-img img,
/* ============================================================
   ABOUT — Asymmetric Duo Visual
   İki dikey kartı staggered yerleşim, polaroid değil zarif kayık.
   ============================================================ */

/* About visual — editorial inset composition.
   Ana portre + sağ alt köşede daha küçük detay görseli; rotasyon yok,
   sade ve incelikli bir editör tabakalanması. */
.about-visual-duo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  isolation: isolate;
}

.avd-frame {
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
  background:
    radial-gradient(70% 55% at 30% 20%, rgba(53, 205, 225, 0.18), transparent 60%),
    linear-gradient(170deg, #1a3038 0%, #13242c 50%, #0a1518 100%);
  transition: transform .6s cubic-bezier(.2, .8, .2, 1), box-shadow .5s ease;
}

.avd-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

/* Ana foto — sol-üst kotuna oturur, alanın çoğunu kaplar */
.avd-frame--top {
  top: 0;
  left: 0;
  width: 88%;
  height: 88%;
  z-index: 1;
  box-shadow: 0 28px 60px -22px rgba(0, 0, 0, 0.75);
}

/* Detay — sağ-altta küçük bir kare inset, ana fotoyu hafif örter */
.avd-frame--bottom {
  bottom: 0;
  right: 0;
  width: 46%;
  aspect-ratio: 1 / 1;
  z-index: 2;
  box-shadow: 0 20px 50px -16px rgba(0, 0, 0, 0.85),
    0 0 0 6px var(--bg, #0a1518);
}

/* Hover — sade kalkış, foto hafif canlanır */
.avd-frame:hover {
  transform: translateY(-3px);
}

.avd-frame:hover img {
  transform: scale(1.04);
}

@media (max-width: 720px) {
  .about-visual-duo {
    aspect-ratio: 4 / 4.6;
  }

  .avd-frame--top {
    width: 82%;
    height: 86%;
  }

  .avd-frame--bottom {
    width: 50%;
  }
}

/* ============================================================
   RESERVATION WIZARD (rw-*)
   4-step multi-pane form with progress, cards, summary aside.
   ============================================================ */

/* ===== Reservation shell — sayfa kabuğu ===== */
.rw-shell {
  padding: clamp(96px, 12vh, 130px) 0 clamp(40px, 5vh, 60px);
}

.rw-head {
  max-width: 1100px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

.rw-crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.rw-crumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color .25s ease;
}

.rw-crumbs a:hover {
  color: var(--aqua);
}

.rw-crumbs .is-current {
  color: var(--aqua);
}

.rw-page-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  color: #ffffff;
}

.rw {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* ===== Progress — minimal, kompakt ===== */
/* ============================================================
   Reservation Progress — magazine style numbered timeline
   ============================================================ */
.rw-progress {
  list-style: none;
  margin: 0 0 clamp(28px, 4vh, 48px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* Base hairline — soluk geri zemin çizgisi */
.rw-progress::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

/* Aktif progress çizgisi — cyan, ne kadar ilerlemişse o kadar dolu */
.rw-progress::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 12.5%;
  width: var(--rw-prog-w, 0%);
  height: 1px;
  background: linear-gradient(90deg,
    rgba(53, 205, 225, 0) 0%,
    var(--aqua) 8%,
    var(--aqua) 92%,
    rgba(53, 205, 225, 0) 100%);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.4);
  z-index: 0;
  transition: width .5s cubic-bezier(.22, .8, .25, 1);
}

.rw-progress-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  z-index: 1;
}

.rw-progress-num {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 10px;
  background: #050d10;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.35);
  transition: color .4s ease, border-color .4s ease,
              background .4s ease, box-shadow .4s ease,
              transform .35s cubic-bezier(.22, .8, .25, 1);
}

.rw-progress-label {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.40);
  line-height: 1;
  transition: color .4s ease;
}

/* Active — cyan italic + glow + lift */
.rw-progress-step.is-active .rw-progress-num {
  color: var(--aqua);
  border-color: rgba(53, 205, 225, 0.32);
  background: rgba(53, 205, 225, 0.06);
  box-shadow:
    0 0 0 3px rgba(53, 205, 225, 0.10),
    0 0 18px rgba(53, 205, 225, 0.30);
  transform: translateY(-2px);
}

.rw-progress-step.is-active .rw-progress-label {
  color: var(--aqua);
}

/* Done — check ikonu (rakam gizli), border aqua */
.rw-progress-step.is-done .rw-progress-num {
  color: transparent;
  border-color: rgba(53, 205, 225, 0.40);
  background: rgba(53, 205, 225, 0.10);
}

.rw-progress-step.is-done .rw-progress-num::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2335cde1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.rw-progress-step.is-done .rw-progress-label {
  color: rgba(255, 255, 255, 0.70);
}

@keyframes rwProgressPulse {

  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(53, 205, 225, 0.35),
      0 0 0 8px rgba(53, 205, 225, 0.1);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(53, 205, 225, 0.5),
      0 0 0 14px rgba(53, 205, 225, 0.04);
  }
}

/* ===== Step container ===== */
.rw-step {
  display: none;
  border: none;
  padding: 0;
  margin: 0;
  animation: rwFade .4s ease;
}

.rw-step.is-active {
  display: block;
}

@keyframes rwFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rw-step-head {
  text-align: center;
  margin-bottom: clamp(20px, 3vh, 30px);
}

.rw-step-eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 8px;
}

.rw-step-title {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.1;
  margin: 0;
  color: #ffffff;
}

.rw-step-lede {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(245, 243, 238, 0.65);
  margin: 10px auto 0;
  max-width: 540px;
}

/* ===== Cards ===== */
.rw-cards {
  display: grid;
  gap: 18px;
}

.rw-cards--branches {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1100px) {
  .rw-cards--branches {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rw-cards--branches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  /* Kompakt mobil görünüm */
  .rw-card--branch .rw-card-body {
    padding: 9px 11px 12px;
    gap: 4px;
  }

  .rw-card--branch .rw-card-name {
    font-size: 11.5px;
    line-height: 1.25;
  }

  .rw-card--branch .rw-card-place {
    font-size: 8.5px;
    letter-spacing: 0.10em;
    gap: 5px;
  }

  .rw-card--branch .rw-card-place::before {
    width: 8px;
  }
}

.rw-cards--xp {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* HTML5 [hidden] attribute, class kurallarını ezer */
.rw-cards[hidden] {
  display: none;
}

.rw-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #06121a;
  border: 1px solid rgba(245, 243, 238, 0.08);
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .3s, transform .35s, box-shadow .3s;
}

.rw-card:hover {
  border-color: rgba(53, 205, 225, 0.4);
  transform: translateY(-2px);
}

.rw-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rw-card:has(input:checked) {
  border-color: var(--aqua);
  box-shadow: 0 0 0 1px var(--aqua) inset, 0 16px 40px -20px rgba(53, 205, 225, 0.5);
}

.rw-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #0a1518;
}

.rw-card-img--square {
  aspect-ratio: 1/1;
}

.rw-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rw-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rw-card-place {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--aqua);
}

.rw-card-name {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.1;
  color: #ffffff;
  margin: 2px 0 0;
}

.rw-card-name--sm {
  font-size: 18px;
}

.rw-card-name em {
  font-style: italic;
  font-weight: 400;
}

.rw-card-tagline {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(245, 243, 238, 0.65);
  margin-top: 4px;
}

.rw-card-tick {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--aqua);
  color: #050d10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity .25s, transform .35s cubic-bezier(.2, .8, .2, 1);
  z-index: 2;
}

.rw-card:has(input:checked) .rw-card-tick {
  opacity: 1;
  transform: scale(1);
}

/* === Hizmet/Ritüel kartları — minimal modern grid === */
.rw-card--xp {
  position: relative;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  overflow: hidden;
  isolation: isolate;
  transition: border-color .3s ease, background .3s ease;
}

.rw-card--xp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 3;
}

.rw-card--xp:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

.rw-card--xp:hover::before,
.rw-card--xp:has(input:checked)::before,
.rw-card--xp.is-open::before {
  left: 0;
  width: 100%;
}

.rw-card--xp:has(input:checked),
.rw-card--xp.is-open {
  border-color: rgba(53, 205, 225, 0.3);
  background: rgba(53, 205, 225, 0.03);
}

.rw-card--xp .rw-card-pick {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 8px 8px 12px;
}

.rw-card--xp .rw-card-pick input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rw-card--xp .rw-card-img {
  aspect-ratio: 4 / 3;
  background: rgba(53, 205, 225, 0.04);
  margin: 0 0 10px;
  border-radius: 1px;
  overflow: hidden;
}

.rw-card--xp .rw-card-img img {
  transition: transform .55s cubic-bezier(.22, .8, .25, 1), filter .35s ease;
  filter: saturate(0.92);
}

.rw-card--xp:hover .rw-card-img img {
  transform: scale(1.04);
  filter: saturate(1);
}

.rw-card--xp .rw-card-body {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rw-card--xp .rw-card-name {
  font-family: var(--sans);
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 0.005em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rw-card--xp .rw-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(236, 230, 220, 0.55);
}

.rw-card--xp .rw-card-meta::before {
  content: "";
  flex: none;
  width: 10px;
  height: 1px;
  background: rgba(53, 205, 225, 0.55);
  transition: width .3s ease;
}

.rw-card--xp:hover .rw-card-name,
.rw-card--xp:has(input:checked) .rw-card-name {
  color: var(--aqua);
}

.rw-card--xp:hover .rw-card-meta,
.rw-card--xp:has(input:checked) .rw-card-meta {
  color: var(--aqua);
}

.rw-card--xp:hover .rw-card-meta::before,
.rw-card--xp:has(input:checked) .rw-card-meta::before {
  width: 16px;
  background: var(--aqua);
}

/* Tick — .rw-card--xp için gizli: seçim border + cyan accent ile gösteriliyor,
   info butonuyla aynı pozisyonda olduğu için cyan dot info'nun arkasına geliyordu */
.rw-card--xp .rw-card-tick {
  display: none;
}

/* Info butonu — sağ üst */
.rw-card--xp .rw-card-info {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(4, 24, 28, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: color .25s, border-color .25s, background .25s, transform .25s;
}

.rw-card--xp .rw-card-info:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.16);
  transform: scale(1.06);
}

/* Süre seçenekleri paneli — kart açılınca alttan kayar */
.rw-card-durations {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.22, .8, .25, 1), opacity .3s ease;
  opacity: 0;
  border-top: 1px solid rgba(53, 205, 225, 0);
}

.rw-card--xp.is-open .rw-card-durations {
  max-height: 240px;
  opacity: 1;
  border-top-color: rgba(53, 205, 225, 0.18);
}

.rw-card-durations-label {
  display: block;
  padding: 10px 12px 4px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
}

.rw-card-durations-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 12px 12px;
}

.rw-card-duration {
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 6px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(53, 205, 225, 0.06);
  border: 1px solid rgba(53, 205, 225, 0.30);
  border-radius: 2px;
  cursor: pointer;
  transition: background .25s, border-color .25s, color .25s, transform .2s;
}

.rw-card-duration:hover {
  background: rgba(53, 205, 225, 0.18);
  border-color: var(--aqua);
  transform: translateY(-1px);
}

.rw-card-duration--cancel {
  flex: 0 0 auto;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.65);
}

.rw-card-duration--cancel:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

/* === Şube kartları — kompakt 5'li tek satır, sitedeki bd3-card stilini takip eder === */
.rw-card--branch {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  padding: 0;
}

.rw-card--branch .rw-card-img {
  aspect-ratio: 4 / 3;
  background: rgba(53, 205, 225, 0.04);
}

.rw-card--branch .rw-card-body {
  padding: 12px 14px 14px;
  gap: 4px;
}

.rw-card--branch .rw-card-place {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(236, 230, 220, 0.55);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  order: 2;
}

.rw-card--branch .rw-card-place::before {
  content: "";
  flex: none;
  width: 10px;
  height: 1px;
  background: rgba(53, 205, 225, 0.55);
  transition: width .3s ease, background .25s ease;
}

.rw-card--branch .rw-card-name {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1.35;
  color: #ffffff;
  letter-spacing: 0.005em;
  margin: 0;
  order: 1;
}

.rw-card--branch .rw-card-name em {
  font-style: normal;
  font-weight: 500;
}

/* Şube kartında tagline'ı gizle — kompakt görünüm için */
.rw-card--branch .rw-card-tagline {
  display: none;
}

/* Hover: üst kenarda cyan hairline (bd3-card ile aynı dil) */
.rw-card--branch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.55);
  transition: width .45s cubic-bezier(.22, .8, .25, 1), left .45s cubic-bezier(.22, .8, .25, 1);
  z-index: 3;
}

.rw-card--branch:hover::before,
.rw-card--branch:has(input:checked)::before {
  left: 0;
  width: 100%;
}

.rw-card--branch:hover .rw-card-name,
.rw-card--branch:has(input:checked) .rw-card-name {
  color: var(--aqua);
}

.rw-card--branch:hover .rw-card-place::before,
.rw-card--branch:has(input:checked) .rw-card-place::before {
  width: 16px;
  background: var(--aqua);
}

.rw-card--branch .rw-card-tick {
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
}

.rw-card--branch .rw-card-tick svg {
  width: 11px;
  height: 11px;
}

/* Auto-advance ipucu — şube seçim altında küçük hairline metin */
.rw-auto-hint {
  margin: 24px auto 0;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(53, 205, 225, 0.65);
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: center;
}

.rw-auto-hint::before,
.rw-auto-hint::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(53, 205, 225, 0) 0%, rgba(53, 205, 225, 0.55) 100%);
}

.rw-auto-hint::after {
  background: linear-gradient(90deg, rgba(53, 205, 225, 0.55) 0%, rgba(53, 205, 225, 0) 100%);
}

/* ===== Tabs (services / rituals) — minimal underline tabs ===== */
.rw-tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 22px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  width: fit-content;
}

.rw-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.5);
  cursor: pointer;
  transition: color .25s;
}

.rw-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s cubic-bezier(.22, .8, .25, 1);
}

.rw-tab:hover {
  color: rgba(255, 255, 255, 0.85);
}

.rw-tab.is-active {
  color: var(--aqua);
}

.rw-tab.is-active::after {
  transform: scaleX(1);
}

.rw-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 16px;
  padding: 0 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.rw-tab.is-active .rw-tab-count {
  background: rgba(53, 205, 225, 0.16);
  color: var(--aqua);
}

[data-rw-tabs] {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* ===== Filter (chips + search) — minimal ===== */
.rw-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.rw-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rw-chips[hidden] {
  display: none;
}

.rw-chip {
  background: transparent;
  border: 1px solid rgba(245, 243, 238, 0.12);
  color: rgba(245, 243, 238, 0.62);
  padding: 6px 12px;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s, border-color .25s, color .25s;
}

.rw-chip:hover {
  border-color: rgba(255, 255, 255, 0.30);
  color: #ffffff;
}

.rw-chip.is-active {
  background: rgba(53, 205, 225, 0.10);
  border-color: var(--aqua);
  color: var(--aqua);
  font-weight: 600;
}

.rw-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 200px;
  max-width: 260px;
  flex: 0 1 auto;
}

.rw-search svg {
  position: absolute;
  left: 10px;
  color: rgba(245, 243, 238, 0.4);
  pointer-events: none;
  width: 13px;
  height: 13px;
}

.rw-search input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(245, 243, 238, 0.10);
  color: var(--ink);
  padding: 7px 12px 7px 30px;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 12px;
  outline: none;
  transition: border-color .2s, background .2s;
}

.rw-search input::placeholder {
  color: rgba(245, 243, 238, 0.35);
  letter-spacing: 0.04em;
}

.rw-search input:focus {
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.04);
}

/* Empty state */
.rw-empty {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  color: rgba(245, 243, 238, 0.55);
  font-size: 16px;
  padding: 36px 16px;
  margin: 0;
}

@media (max-width: 720px) {
  .rw-filter {
    flex-direction: column;
    align-items: stretch;
  }

  .rw-search {
    max-width: none;
  }
}

/* ===== When grid (date/time/guests) ===== */
.rw-when-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
}

/* ===== Step 3 — Inline calendar + hour grid layout ===== */
.rw-when-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: flex-start;
}

.rw-when-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

@media (max-width: 880px) {
  .rw-when-layout {
    grid-template-columns: 1fr;
  }
}

/* Calendar */
.rw-cal {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 18px 18px 22px;
}

.rw-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rw-cal-title {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.rw-cal-nav {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: color .25s, border-color .25s, background .25s;
}

.rw-cal-nav:hover:not(:disabled) {
  color: var(--aqua);
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.08);
}

.rw-cal-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.rw-cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 6px;
}

.rw-cal-weekdays span {
  text-align: center;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding: 6px 0;
}

.rw-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.rw-cal-day {
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  color: rgba(245, 243, 238, 0.78);
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.rw-cal-day:hover:not(:disabled):not(.is-outside) {
  border-color: rgba(53, 205, 225, 0.45);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.04);
}

.rw-cal-day.is-outside {
  color: rgba(255, 255, 255, 0.10);
  cursor: default;
}

.rw-cal-day.is-disabled {
  color: rgba(255, 255, 255, 0.18);
  cursor: not-allowed;
}

.rw-cal-day.is-today {
  color: var(--aqua);
  border-color: rgba(53, 205, 225, 0.30);
}

.rw-cal-day.is-selected {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #04181c;
  font-weight: 600;
  box-shadow: 0 4px 16px -6px rgba(53, 205, 225, 0.5);
}

.rw-cal-day.is-selected.is-today {
  /* selected today — gradient hint */
  background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 100%);
}

/* Hour grid */
.rw-hours {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 6px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(53, 205, 225, 0.3) transparent;
}

.rw-hours::-webkit-scrollbar {
  width: 4px;
}

.rw-hours::-webkit-scrollbar-thumb {
  background: rgba(53, 205, 225, 0.3);
  border-radius: 2px;
}

.rw-hours::-webkit-scrollbar-track {
  background: transparent;
}

.rw-hour {
  padding: 8px 6px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(245, 243, 238, 0.78);
  cursor: pointer;
  text-align: center;
  font-variant-numeric: tabular-nums;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.rw-hour:hover:not(:disabled) {
  border-color: rgba(53, 205, 225, 0.45);
  background: rgba(53, 205, 225, 0.06);
  color: var(--aqua);
}

.rw-hour.is-active {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #04181c;
  font-weight: 600;
  box-shadow: 0 4px 14px -6px rgba(53, 205, 225, 0.5);
}

.rw-hour.is-disabled {
  opacity: 0.32;
  text-decoration: line-through;
  cursor: not-allowed;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.rw-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rw-field--full {
  grid-column: 1 / -1;
}

.rw-field-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.55);
}

.rw-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--ink);
  padding: 11px 14px;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 13.5px;
  outline: none;
  transition: border-color .2s, background .2s;
}

.rw-input:focus {
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.04);
}

textarea.rw-input {
  resize: vertical;
  min-height: 90px;
  line-height: 1.55;
}

/* Duration pills (step 3'te dinamik gözükür) */
.rw-duration-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rw-duration-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  background: #050d10;
  border: 1px solid rgba(245, 243, 238, 0.18);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.78);
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}

.rw-duration-pill:hover {
  border-color: rgba(53, 205, 225, 0.5);
  color: var(--ink);
}

.rw-duration-pill.is-active {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #050d10;
  font-weight: 500;
}

[data-rw-duration-wrap][hidden] {
  display: none;
}

/* Time slot cards */
.rw-time-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.rw-time-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  cursor: pointer;
  transition: border-color .25s, background .25s;
}

.rw-time-card:hover {
  border-color: rgba(53, 205, 225, 0.4);
}

.rw-time-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rw-time-card:has(input:checked) {
  border-color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
}

.rw-time-card-num {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--aqua);
}

.rw-time-card-label {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.3;
}

/* Stepper */
.rw-stepper {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
}

.rw-stepper-btn {
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 18px;
  width: 40px;
  height: 42px;
  cursor: pointer;
  transition: background .2s, color .2s;
}

.rw-stepper-btn:hover {
  background: rgba(53, 205, 225, 0.08);
  color: var(--aqua);
}

.rw-stepper-input {
  flex: 1;
  text-align: center;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  outline: none;
  padding: 0;
}

/* ===== Final step (form + summary aside) ===== */
/* ===== Step 4 — Modern contact form + summary aside ===== */
.rw-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: flex-start;
}

@media (max-width: 880px) {
  .rw-final-grid {
    grid-template-columns: 1fr;
  }
}

.rw-final-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rw-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Floating label field */
.rw-fld {
  position: relative;
}

.rw-fld--full {
  grid-column: 1 / -1;
}

.rw-fld-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  padding: 22px 14px 10px;
  font-family: var(--sans);
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: border-color .25s ease, background .25s ease;
  -webkit-appearance: none;
  appearance: none;
}

.rw-fld-input--ta {
  resize: vertical;
  min-height: 110px;
  line-height: 1.55;
  padding-top: 30px;
}

.rw-fld-input:focus,
.rw-fld-input:not(:placeholder-shown) {
  border-color: rgba(53, 205, 225, 0.45);
  background: rgba(53, 205, 225, 0.04);
}

.rw-fld-label {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(245, 243, 238, 0.45);
  pointer-events: none;
  background: transparent;
  padding: 0 4px;
  transition: top .25s ease, font-size .25s ease, color .25s ease, transform .25s ease;
}

.rw-fld-input--ta+.rw-fld-label {
  top: 22px;
  transform: none;
}

.rw-fld-input:focus+.rw-fld-label,
.rw-fld-input:not(:placeholder-shown)+.rw-fld-label {
  top: 8px;
  transform: none;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aqua);
}

.rw-fld-req {
  color: var(--aqua);
  font-weight: 600;
}

/* Custom checkbox consent */
.rw-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(245, 243, 238, 0.78);
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  transition: border-color .25s ease, background .25s ease;
}

.rw-consent:hover {
  border-color: rgba(53, 205, 225, 0.25);
}

.rw-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rw-consent-box {
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
  margin-top: 1px;
}

.rw-consent:has(input:checked) .rw-consent-box {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #04181c;
}

.rw-consent-text {
  flex: 1;
}

.rw-consent a {
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.4);
  transition: border-color .25s ease;
}

.rw-consent a:hover {
  border-bottom-color: var(--aqua);
}

/* Summary aside — premium card */
.rw-summary {
  background: linear-gradient(180deg, rgba(53, 205, 225, 0.04) 0%, rgba(53, 205, 225, 0) 100%),
    rgba(8, 18, 22, 0.5);
  border: 1px solid rgba(53, 205, 225, 0.18);
  border-radius: 3px;
  padding: 22px 22px;
  position: sticky;
  top: 110px;
  align-self: start;
  overflow: hidden;
}

.rw-summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(53, 205, 225, 0) 0%, rgba(53, 205, 225, 0.6) 50%, rgba(53, 205, 225, 0) 100%);
}

.rw-summary-head {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.rw-summary-eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 12px;
}

.rw-summary-title {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  padding: 0;
  border: none;
  letter-spacing: 0;
  text-transform: none;
}

.rw-summary-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rw-summary-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 22px;
  position: relative;
}

.rw-summary-row dt {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.45);
  margin: 0;
}

.rw-summary-row dt svg {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--aqua);
}

.rw-summary-row dd {
  margin: 0;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: 0.005em;
}

.rw-summary-row dd[data-rw-summary-out][data-pending="1"] {
  color: rgba(245, 243, 238, 0.35);
  font-weight: 400;
  font-style: italic;
}

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

  .rw-summary {
    position: static;
  }
}

/* ===== Actions ===== */
.rw-actions {
  margin-top: clamp(32px, 5vh, 48px);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.rw-actions--end {
  justify-content: flex-end;
}

.rw-actions .btn-ghost {
  border-color: rgba(245, 243, 238, 0.25);
  color: var(--ink);
  background: transparent;
}

.rw-actions .btn-ghost:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
}

/* Info button (kart üzerinde, label içinde absolute) */
.rw-card-info {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(5, 13, 16, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(245, 243, 238, 0.25);
  color: rgba(245, 243, 238, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 3;
  transition: background .25s, border-color .25s, color .25s, transform .25s;
}

.rw-card-info:hover {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #050d10;
  transform: scale(1.1);
}

/* ===== Modal — tam ekran, herhangi yere tıklayınca kapanır ===== */
.rw-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: none;
}

/* Custom cursor follower — mouse imleci yerine "Kapat" rozeti */
.rw-modal-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(53, 205, 225, 0.95);
  color: #04181c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 110;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  transition: opacity .25s ease, transform .25s cubic-bezier(.22, .8, .25, 1);
  box-shadow:
    0 14px 30px -10px rgba(53, 205, 225, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  mix-blend-mode: normal;
}

.rw-modal.is-open .rw-modal-cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.rw-modal.is-open {
  display: flex;
  animation: rwModalFade .25s ease;
}

@keyframes rwModalFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.rw-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 10, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.rw-modal-card {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: linear-gradient(135deg, #06121a 0%, #050d10 100%);
  border: none;
  border-radius: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  box-shadow: none;
  animation: rwModalSlide .4s cubic-bezier(.2, .8, .2, 1);
  cursor: none;
}

/* Modal içindeki interaktif elementlerde normal cursor göster */
.rw-modal-card a,
.rw-modal-card button,
.rw-modal-close {
  cursor: pointer;
}

@media (max-width: 880px) {
  .rw-modal-card {
    grid-template-columns: 1fr;
    grid-template-rows: 40vh 1fr;
  }
}

@keyframes rwModalSlide {
  from {
    transform: translateY(20px) scale(0.97);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.rw-modal-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(8, 18, 22, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 120;
  transition: background .25s, color .25s, border-color .25s;
}

.rw-modal-close:hover {
  background: var(--aqua);
  color: #04181c;
  border-color: var(--aqua);
}

.rw-modal-img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background: #0a1518;
  flex-shrink: 0;
  position: relative;
}

.rw-modal-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 10, 0) 60%, rgba(5, 13, 16, 0.6) 100%);
  pointer-events: none;
}

.rw-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rw-modal-body {
  padding: clamp(40px, 6vh, 80px) clamp(40px, 5vw, 80px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}

.rw-modal-type {
  display: inline-block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 14px;
}

.rw-modal-name {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  margin: 0 0 18px;
  color: #ffffff;
}

.rw-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 22px;
}

.rw-modal-meta-pill {
  display: inline-flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.08);
  border: 1px solid rgba(53, 205, 225, 0.3);
  padding: 6px 10px;
  border-radius: 2px;
  line-height: 1;
}

.rw-modal-desc {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(245, 243, 238, 0.78);
  margin: 0 0 28px;
  max-width: 52ch;
}

.rw-modal-actions {
  margin-top: 8px;
}

/* ===== Modal süre seçimi — premium card grid ===== */
.rw-modal-durations {
  margin: 0 0 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rw-modal-durations-label {
  display: block;
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.55);
}

.rw-modal-durations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

.rw-modal-duration {
  position: relative;
  padding: 18px 12px;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: rgba(53, 205, 225, 0.04);
  border: 1px solid rgba(53, 205, 225, 0.20);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.rw-modal-duration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--aqua);
  box-shadow: 0 0 8px rgba(53, 205, 225, 0.6);
  transition: width .35s cubic-bezier(.22, .8, .25, 1), left .35s cubic-bezier(.22, .8, .25, 1);
  z-index: 2;
}

.rw-modal-duration:hover {
  background: rgba(53, 205, 225, 0.10);
  border-color: var(--aqua);
  color: var(--aqua);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -16px rgba(53, 205, 225, 0.55);
}

.rw-modal-duration:hover::before {
  left: 0;
  width: 100%;
}

@media (max-width: 720px) {
  .rw-modal {
    padding: 16px;
  }

  .rw-modal-body {
    padding: 22px 20px 24px;
  }

  .rw-modal-duration {
    padding: 14px 8px;
    font-size: 22px;
  }

  .rw-modal-durations-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 8px;
  }

  /* Mobilde "KAPAT" rozeti (custom cursor) anlamsız — gizle */
  .rw-modal-cursor,
  .rw-modal.is-open .rw-modal-cursor {
    display: none;
  }
}

/* Validation shake feedback */
@keyframes rwShake {

  0%,
  100% {
    transform: translateX(0);
  }

  20%,
  60% {
    transform: translateX(-6px);
  }

  40%,
  80% {
    transform: translateX(6px);
  }
}

.rw-shake {
  animation: rwShake .45s ease;
}

/* Geri butonunda ok hover'da sola kaysın (style.css'teki global +4px override) */
.btn:hover .ar--back {
  transform: translateX(-4px);
}

/* ===== Mobil ===== */
@media (max-width: 880px) {
  .rw-progress-label {
    display: none;
  }

  .rw-progress::before {
    left: 8%;
    right: 8%;
  }

  .rw-cards--branches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rw-cards--xp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rw-card--xp .rw-card-pick {
    padding: 6px 6px 10px;
  }

  .rw-card--xp .rw-card-img {
    margin: 0 0 8px;
  }

  .rw-card--xp .rw-card-body {
    padding: 0 3px;
    gap: 3px;
  }

  .rw-card--xp .rw-card-name {
    font-size: 12px;
    line-height: 1.25;
  }

  .rw-card--xp .rw-card-meta {
    font-size: 8px;
    letter-spacing: 0.10em;
    gap: 5px;
  }

  .rw-card--xp .rw-card-meta::before {
    width: 8px;
  }

  .rw-card--xp .rw-card-tick {
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
  }

  .rw-card--xp .rw-card-tick svg {
    width: 8px;
    height: 8px;
  }

  .rw-card--xp .rw-card-info {
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
  }

  .rw-card-durations-label {
    padding: 8px 10px 3px;
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .rw-card-durations-grid {
    gap: 5px;
    padding: 0 10px 10px;
  }

  .rw-card-duration {
    padding: 7px 4px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .rw-when-grid {
    grid-template-columns: 1fr;
  }

  .rw-time-grid {
    grid-template-columns: 1fr;
  }

  .rw-final-grid {
    grid-template-columns: 1fr;
  }

  .rw-final-form {
    grid-template-columns: 1fr;
  }

  .rw-summary {
    position: static;
  }
}

/* ============================================================
   Mobil App Bar — sayfa altında sabit, ortada FAB rezervasyon butonu
   Sadece ≤760px viewport'ta görünür
   ============================================================ */

.app-bar {
  display: none;
}

@media (max-width: 760px) {
  .app-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr 1fr;
    align-items: center;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    background:
      radial-gradient(80% 100% at 50% 0%, rgba(53, 205, 225, 0.06) 0%, rgba(53, 205, 225, 0) 60%),
      rgba(5, 13, 16, 0.88);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border-top: 1px solid rgba(53, 205, 225, 0.18);
    box-shadow:
      0 -14px 32px -10px rgba(0, 0, 0, 0.65),
      inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  /* Üst aqua hairline accent — soft glow */
  .app-bar::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg,
      rgba(53, 205, 225, 0) 0%,
      rgba(53, 205, 225, 0.55) 50%,
      rgba(53, 205, 225, 0) 100%);
    box-shadow: 0 0 8px rgba(53, 205, 225, 0.4);
    pointer-events: none;
  }

  /* Body content app-bar arkasına gitmesin */
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  /* Item — icon + label */
  .app-bar-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 4px 8px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--sans);
    transition: color .3s ease, transform .3s ease;
    -webkit-tap-highlight-color: transparent;
  }

  /* Aktif state — üstte minik aqua dot */
  .app-bar-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--aqua);
    box-shadow: 0 0 6px rgba(53, 205, 225, 0.6);
    transition: transform .35s cubic-bezier(.22, .8, .25, 1);
  }

  .app-bar-item:active {
    color: var(--aqua);
    transform: translateY(-1px);
  }

  .app-bar-item.active {
    color: var(--aqua);
  }

  .app-bar-item.active::before {
    transform: translate(-50%, -50%) scale(1);
  }

  .app-bar-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
  }

  .app-bar-icon svg {
    width: 100%;
    height: 100%;
  }

  .app-bar-item.active .app-bar-icon {
    transform: translateY(-1px);
  }

  .app-bar-label {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    line-height: 1;
  }

  /* FAB — ortada cyan gradient circle, hafif yukarı taşar */
  .app-bar-fab {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5ddff0 0%, var(--aqua) 50%, var(--teal-deep) 100%);
    color: #04181c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 14px;
    transform: translateY(-18px);
    box-shadow:
      0 14px 30px -8px rgba(53, 205, 225, 0.55),
      0 0 0 6px rgba(5, 13, 16, 0.92),
      0 0 0 7px rgba(53, 205, 225, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform .25s ease, box-shadow .25s ease;
    -webkit-tap-highlight-color: transparent;
  }

  /* FAB hover/active pulse ring (passive) */
  .app-bar-fab::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1px solid rgba(53, 205, 225, 0.45);
    opacity: 0;
    animation: appBarFabPulse 3s ease-in-out infinite;
    pointer-events: none;
  }

  @keyframes appBarFabPulse {
    0%, 100% { transform: scale(1); opacity: 0; }
    50% { transform: scale(1.12); opacity: 1; }
  }

  .app-bar-fab:active {
    transform: translateY(-16px) scale(0.94);
  }

  .app-bar-fab svg {
    width: 26px;
    height: 26px;
    stroke-width: 1.7;
  }
}

@media (max-width: 360px) {
  .app-bar-label {
    font-size: 8.5px;
    letter-spacing: 0.08em;
  }

  .app-bar-fab {
    width: 56px;
    height: 56px;
    margin: 0 10px;
  }

  .app-bar-fab svg {
    width: 22px;
    height: 22px;
  }
}

/* ============================================================
   ATLAS — 3D wheel enhancement (desktop only)
   Tilts the service wheel into perspective; ring becomes an
   orbital ellipse, active/hover nodes lift forward toward camera.
   Mobile (<=760px) keeps its existing horizontal scroll layout.
   ============================================================ */
@media (min-width: 761px) {
  .atlas-stage {
    perspective: 1500px;
    transform-style: preserve-3d;
  }

  /* Ring sits slightly behind the wheel plane so nodes visibly float above it. */
  .atlas-ring {
    transform: rotateX(22deg) translateZ(-30px);
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
  }

  /* Compose the base 2D centering with a 3D tilt + lift via custom props
     so hover/active states only need to update --lift and --zoom. */
  .atlas-node {
    transform: translate(-50%, -50%) rotateX(22deg) translateZ(var(--atlas-lift, 0px)) scale(var(--atlas-zoom, 1));
    transform-style: preserve-3d;
    transition: transform .55s cubic-bezier(.16, 1, .3, 1), color .25s ease;
    will-change: transform;
  }

  .atlas-node:hover {
    --atlas-lift: 22px;
    --atlas-zoom: 1.03;
  }

  .atlas-node.is-active {
    --atlas-lift: 45px;
    --atlas-zoom: 1.05;
  }

  /* Soft glow under the active node — sells the "floating above the wheel" feel. */
  .atlas-node.is-active .atlas-node-shape path {
    filter: drop-shadow(0 8px 18px rgba(53, 205, 225, 0.28));
  }

  /* Preview card keeps its existing 2D translate centering; pulled forward on Z
     so it sits cleanly on top of the tilted wheel without intersecting the nodes. */
  .atlas-preview {
    transform: translate(-50%, -50%) translateZ(60px);
  }
}

/* ============================================================
   EYEBROW alignment — uppercase eyebrow text'lerinde
   line-height: 1 ile dot/line ile dikey ortalama hassasiyeti
   ============================================================ */
.eyebrow,
.ab-eyebrow,
.ab-hero-eyebrow,
.ab-philo-tag-text,
.sl-eyebrow,
.rl-eyebrow,
.rl-coll-eyebrow,
.hm-eyebrow,
.hm-hero-eyebrow,
.ct-eyebrow,
.gc-eyebrow,
.cta2-eyebrow,
.rw-step-eyebrow,
.rw-summary-eyebrow,
.bd3-offerings-eyebrow,
.sd-body-eyebrow,
.sd-strip-eyebrow,
.sd-side-eyebrow,
.cookie-banner-eyebrow,
.service-detail-card-eyebrow {
  line-height: 1;
}

/* ============================================================
   ERROR PAGES (.err) — 404 / 500 ortak stil
   ============================================================ */
body.error-page {
  background: #050d10;
}
body.error-page main {
  background: #050d10;
  min-height: 100vh;
}

.err {
  color: var(--ink);
}

.err-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(560px, 80vh, 820px);
  padding: clamp(120px, 16vh, 180px) 0 clamp(48px, 8vh, 80px);
  text-align: center;
  overflow: hidden;
}

/* Büyük faint italic watermark — "404" / "500" */
.err-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(220px, 36vw, 520px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(53, 205, 225, 0.045);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.err-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 720px;
}

/* Üst ornament: line + sayı + line */
.err-ornament {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--aqua);
}

.err-ornament-line {
  display: block;
  width: clamp(40px, 7vw, 70px);
  height: 1px;
  background: linear-gradient(90deg, rgba(53, 205, 225, 0) 0%, rgba(53, 205, 225, 0.45) 100%);
}

.err-ornament-line:last-child {
  background: linear-gradient(90deg, rgba(53, 205, 225, 0.45) 0%, rgba(53, 205, 225, 0) 100%);
}

.err-ornament-mark {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--aqua);
  line-height: 1;
}

.err-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5.5vw, 80px);
  line-height: 1.05;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.err-title em {
  font-style: italic;
  color: var(--aqua);
}

.err-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  max-width: 56ch;
}

.err-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.err-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  line-height: 1;
  transition: border-color .25s, color .25s, background .25s, transform .25s;
}

.err-action svg {
  display: block;
  flex: none;
  opacity: 0.85;
}

.err-action:hover {
  border-color: var(--aqua);
  color: var(--aqua);
  background: rgba(53, 205, 225, 0.06);
  transform: translateY(-2px);
}

.err-action--primary {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #050d10;
}

.err-action--primary:hover {
  background: rgba(53, 205, 225, 0.92);
  color: #050d10;
}

@media (max-width: 560px) {
  .err-watermark { font-size: clamp(180px, 50vw, 320px); }
  .err-title { font-size: clamp(34px, 9vw, 50px); }
  .err-actions { flex-direction: column; align-items: stretch; }
  .err-action { justify-content: center; }
}

/* ============================================================
   LEGAL PAGES (.lp) — KVKK, Gizlilik, Çerez, Kullanım Koşulları
   ============================================================ */
body.legal-page {
  background: #050d10;
}
body.legal-page main {
  background: #050d10;
}

.lp {
  color: var(--ink);
}

/* ===== Hero ===== */
.lp-hero {
  padding: var(--hero-y-top) 0 calc(var(--section-y-md) / 2);
  background: #050d10;
  border-bottom: 1px solid rgba(53, 205, 225, 0.10);
}

.lp-crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.lp-crumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color .25s ease;
}
.lp-crumbs a:hover { color: var(--aqua); }
.lp-crumbs .is-current { color: var(--aqua); }

.lp-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 780px;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  line-height: 1;
}

.lp-title {
  margin: 0;
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.012em;
  color: #ffffff;
}

.lp-lede {
  margin: 0;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 60ch;
}

.lp-meta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(53, 205, 225, 0.06);
  border: 1px solid rgba(53, 205, 225, 0.18);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1;
  align-self: flex-start;
}
.lp-meta svg {
  color: var(--aqua);
  flex: none;
}
.lp-meta-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9.5px;
  color: var(--aqua);
}
.lp-meta-sep {
  color: rgba(255, 255, 255, 0.3);
}

/* ===== Body ===== */
.lp-section {
  padding: calc(var(--section-y-md) / 2) 0 var(--section-y-md);
  background: #050d10;
}

.lp-body {
  max-width: 780px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.lp-body h2,
.lp-body h3,
.lp-body h4 {
  font-family: "Cormorant Garamond", var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: #ffffff;
  line-height: 1.15;
}

.lp-body h2 {
  margin: 2.4em 0 0.6em;
  font-size: clamp(24px, 2.4vw, 32px);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(53, 205, 225, 0.16);
}
.lp-body h2:first-child {
  margin-top: 0;
}

.lp-body h3 {
  margin: 2em 0 0.5em;
  font-size: clamp(20px, 1.9vw, 24px);
  color: var(--aqua);
}

.lp-body h4 {
  margin: 1.6em 0 0.4em;
  font-size: 17px;
  font-style: normal;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--aqua);
}

.lp-body p {
  margin: 0 0 1.1em;
}

.lp-body ul,
.lp-body ol {
  margin: 0 0 1.4em;
  padding-left: 22px;
}

.lp-body li {
  margin-bottom: 0.5em;
}

.lp-body li::marker {
  color: var(--aqua);
}

.lp-body a {
  color: var(--aqua);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 205, 225, 0.35);
  transition: border-color .25s, color .25s;
}
.lp-body a:hover {
  border-bottom-color: var(--aqua);
  color: #ffffff;
}

.lp-body strong,
.lp-body b {
  color: #ffffff;
  font-weight: 600;
}

.lp-body em,
.lp-body i {
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}

.lp-body hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 2em 0;
}

.lp-body blockquote {
  margin: 1.4em 0;
  padding: 14px 20px;
  border-left: 2px solid var(--aqua);
  background: rgba(53, 205, 225, 0.04);
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 720px) {
  .lp-body { font-size: 14.5px; line-height: 1.8; }
}

/* Debug trace — sadece app.debug=true iken görünür */
.err-trace {
  margin: 24px 0 0;
  padding: 18px;
  background: rgba(8, 18, 22, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  font-family: ui-monospace, "SF Mono", "Monaco", monospace;
  font-size: 11.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: auto;
  max-height: 320px;
  max-width: 100%;
}
/* ============================================================
   A11y: skip-to-content link — Tab tuşuyla ilk odakta görünür
   ============================================================ */
.skip-link {
  position: fixed;
  top: -40px;
  left: 8px;
  z-index: var(--z-skip-link);
  padding: 10px 18px;
  background: var(--aqua);
  color: #04181c;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: 0 8px 24px -8px rgba(53, 205, 225, 0.6);
  transition: top .25s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 8px;
  outline: 2px solid #04181c;
  outline-offset: 2px;
}

/* main-content focus highlight (skip-link sonrası fokuslanır ama outline rahatsız etmez) */
#main-content:focus {
  outline: none;
}

/* ============================================================
   KURUMSAL HİZMETLER SAYFASI
   ============================================================ */
.co {
  --co-section-y: var(--section-y-md);
}

/* Hero */
.co-hero {
  padding-top: var(--hero-y-top);
  padding-bottom: var(--co-section-y);
  background:
    radial-gradient(80% 60% at 20% 20%, rgba(53, 205, 225, 0.07) 0%, transparent 60%),
    radial-gradient(60% 50% at 80% 80%, rgba(53, 205, 225, 0.05) 0%, transparent 60%),
    var(--pearl);
}
.co-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.co-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua-readable);
  margin-bottom: 18px;
}
.co-hero-title {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  margin: 0 0 18px;
  color: var(--ink);
}
.co-hero-title em {
  font-style: italic;
  color: var(--aqua-readable);
}
.co-hero-lede {
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 auto 30px;
  max-width: 640px;
}
.co-hero-cta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Genel section başlık tipografisi */
.co-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua-readable);
  margin-bottom: 10px;
}
.co-section-title {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}
.co-section-title em {
  font-style: italic;
  color: var(--aqua-readable);
}
.co-section-lede {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 12px 0 0;
  max-width: 560px;
}
.co-section-head {
  margin-bottom: clamp(28px, 4vw, 48px);
  max-width: 720px;
}
.co-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.co-section-head--center .co-section-lede {
  margin-left: auto;
  margin-right: auto;
}

/* Intro */
.co-intro {
  padding: var(--co-section-y) 0;
  border-top: 1px solid var(--line-soft);
}
.co-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 64px;
  align-items: start;
}
@media (min-width: 880px) {
  .co-intro-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  }
}
.co-intro-head {
  display: flex;
  flex-direction: column;
}
.co-intro-lede {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}

/* Blocks */
.co-blocks {
  padding: var(--co-section-y) 0;
  background: linear-gradient(180deg, var(--pearl) 0%, var(--cta-section-bg, #0c1c24) 100%);
  border-top: 1px solid var(--line-soft);
}
.co-blocks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .co-blocks-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}
@media (min-width: 1024px) {
  .co-blocks-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.co-block {
  padding: 26px 24px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.015);
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.co-block:hover {
  border-color: var(--line);
  background: rgba(53, 205, 225, 0.03);
  transform: translateY(-2px);
}
.co-block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--aqua-soft);
  color: var(--aqua-readable);
  margin-bottom: 16px;
}
.co-block-icon svg {
  width: 22px;
  height: 22px;
}
.co-block-title {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 8px;
  color: var(--ink);
}
.co-block-body {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

/* Process */
.co-process {
  padding: var(--co-section-y) 0;
  border-top: 1px solid var(--line-soft);
}
.co-process-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: co-step;
}
@media (min-width: 720px) {
  .co-process-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.co-process-step {
  position: relative;
  padding: 24px 22px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.015);
}
.co-process-num {
  font-family: var(--serif, Georgia, serif);
  font-style: italic;
  font-size: 30px;
  color: var(--aqua-readable);
  opacity: 0.85;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.co-process-title {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 6px;
  color: var(--ink);
}
.co-process-body {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Perks */
.co-perks {
  padding: var(--co-section-y) 0;
  background: var(--cta-section-bg, #0c1c24);
  border-top: 1px solid var(--line-soft);
}
.co-perks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 64px;
}
@media (min-width: 880px) {
  .co-perks-grid {
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    align-items: start;
  }
}
.co-perks-title {
  font-size: clamp(22px, 2.6vw, 30px);
}
.co-perks-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .co-perks-list {
    grid-template-columns: 1fr 1fr;
  }
}
.co-perks-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.co-perks-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--aqua-soft);
  color: var(--aqua-readable);
  padding: 3px;
  margin-top: 1px;
}

/* CTA */
.co-cta {
  padding: var(--co-section-y) 0;
  border-top: 1px solid var(--line-soft);
}
.co-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.co-cta-title {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--ink);
}
.co-cta-lede {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 24px;
}
.co-cta-btn {
  font-size: 14px;
}

/* ============================================================
   SPA REHBERİ — Floating Action Button + Modal
   Global, [data-spa-guide-open] ile tetiklenir
   ============================================================ */

/* ----- FAB — dark glass, çift satır tipografi, cyan-altın aksan ----- */
.sg-fab {
  position: fixed;
  right: clamp(16px, 2.5vw, 28px);
  bottom: clamp(16px, 2.5vw, 28px);
  z-index: var(--z-app-bar);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 10px;
  background:
    linear-gradient(135deg, rgba(20, 38, 46, 0.92) 0%, rgba(8, 18, 22, 0.96) 100%);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: var(--ink);
  border: 1px solid rgba(53, 205, 225, 0.28);
  border-radius: 999px;
  font-family: var(--sans);
  cursor: pointer;
  isolation: isolate;
  box-shadow:
    0 18px 40px -14px rgba(0, 0, 0, 0.6),
    0 6px 16px -4px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition:
    transform .35s cubic-bezier(.22, .8, .25, 1),
    border-color .25s ease,
    box-shadow .35s ease;
  animation: sgFabIn .6s cubic-bezier(.2, .8, .25, 1) .8s both;
}

/* Sürekli yumuşak ambient halo — premium, sakin pulse */
.sg-fab-aura {
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: radial-gradient(ellipse at 30% 50%, rgba(53, 205, 225, 0.35), transparent 60%);
  filter: blur(14px);
  opacity: 0.55;
  z-index: -1;
  animation: sgFabPulse 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes sgFabPulse {
  0%, 100% { opacity: 0.4; transform: scale(0.96); }
  50%      { opacity: 0.7; transform: scale(1.04); }
}

/* Icon disc — cyan→altın subtle gradient, içte sparkle */
.sg-fab-disc {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #04181c;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.45), transparent 55%),
    linear-gradient(135deg, var(--aqua) 0%, var(--mist) 55%, var(--teal-deep) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 2px rgba(0, 0, 0, 0.18),
    0 4px 12px -2px rgba(53, 205, 225, 0.45);
  flex-shrink: 0;
}
.sg-fab-disc svg {
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.25));
}

/* Sparkle döndürme — çok yavaş, "magic" hissi */
.sg-fab-disc::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(92, 216, 234, 0.5) 30deg,
    transparent 60deg,
    transparent 180deg,
    rgba(53, 205, 225, 0.55) 210deg,
    transparent 240deg,
    transparent 360deg
  );
  opacity: 0;
  transition: opacity .4s ease;
  z-index: -1;
  animation: sgFabRing 6s linear infinite;
}
.sg-fab:hover .sg-fab-disc::before {
  opacity: 0.7;
}
@keyframes sgFabRing {
  to { transform: rotate(360deg); }
}

.sg-fab-label {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: var(--ink);
  white-space: nowrap;
  padding-right: 2px;
}

/* Sağdaki ok — hafif, sadece hover'da yatay nudge */
.sg-fab-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--aqua-readable);
  transition: transform .3s cubic-bezier(.22, .8, .25, 1), background .25s;
  flex-shrink: 0;
}

/* Hover — yükselme + cyan border + ok kayma + halo'nun parlaması */
.sg-fab:hover {
  transform: translateY(-3px);
  border-color: rgba(53, 205, 225, 0.55);
  box-shadow:
    0 28px 56px -16px rgba(53, 205, 225, 0.35),
    0 10px 24px -6px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.sg-fab:hover .sg-fab-aura {
  opacity: 0.9;
  animation: none;
  transform: scale(1.08);
  transition: opacity .35s, transform .35s;
}
.sg-fab:hover .sg-fab-arrow {
  background: rgba(53, 205, 225, 0.16);
  transform: translateX(3px);
}
.sg-fab:active {
  transform: translateY(-1px);
}
.sg-fab:focus-visible {
  outline: 2px solid var(--aqua-readable);
  outline-offset: 4px;
}

@keyframes sgFabIn {
  from { opacity: 0; transform: translateY(24px) scale(0.94); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Mobile (≤760px): app-bar üzerinde dur (rezervasyon FAB'iyle çakışmasın), sadece icon disc */
@media (max-width: 760px) {
  .sg-fab {
    /* app-bar ~70-80px + ortadaki 62px rezervasyon FAB'i ~14px yukarı taşıyor
       → güvenli mesafe 100px + iOS safe-area */
    bottom: calc(100px + env(safe-area-inset-bottom, 0px));
    right: 16px;
    padding: 6px;
    gap: 0;
    border-radius: 50%;
  }
  .sg-fab-label,
  .sg-fab-arrow {
    display: none;
  }
  .sg-fab-disc {
    width: 44px;
    height: 44px;
  }
}

/* Modal açıkken FAB'ı gizle */
body.sg-modal-open .sg-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/* Hareket-azaltma kullanıcıları için animasyonları kapa */
@media (prefers-reduced-motion: reduce) {
  .sg-fab,
  .sg-fab-aura,
  .sg-fab-disc::before {
    animation: none;
  }
}

/* Modal shell */
.sg-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 28px);
}
.sg-modal.is-open {
  display: flex;
  animation: sgModalFade .25s ease;
}
@keyframes sgModalFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.sg-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 10, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.sg-modal-open {
  overflow: hidden;
}

.sg-modal-card {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: min(90vh, 880px);
  background: linear-gradient(150deg, var(--ivory) 0%, #08161c 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
  animation: sgModalSlide .35s cubic-bezier(.2, .8, .2, 1);
}

/* [hidden] attribute'ünü .btn vs gibi display rule'ları override ediyor — modal scope'unda zorla */
[data-sg-modal] [hidden] {
  display: none !important;
}
@keyframes sgModalSlide {
  from { transform: translateY(20px) scale(0.98); opacity: 0; }
  to   { transform: none; opacity: 1; }
}

/* Head */
.sg-modal-head {
  position: relative;
  padding: clamp(20px, 3vw, 28px) clamp(22px, 3.5vw, 36px) 12px;
  border-bottom: 1px solid var(--line-soft);
}
.sg-modal-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua-readable);
  margin-bottom: 8px;
}
.sg-modal-title {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}
.sg-modal-title em {
  font-style: italic;
  color: var(--aqua-readable);
}
.sg-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(8, 18, 22, 0.6);
  border: 1px solid var(--line-soft);
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}
.sg-modal-close:hover {
  color: var(--aqua-readable);
  background: var(--aqua-soft);
  transform: rotate(90deg);
}

/* Progress — daire bullet + bağlantı çizgisi + label */
.sg-progress {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 20px clamp(28px, 4vw, 44px) 18px;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.sg-progress-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  min-width: 0;
  color: var(--muted);
  transition: color .25s ease;
}

/* Bağlantı çizgisi — sonraki adıma giden segment */
.sg-progress-step::after {
  content: "";
  position: absolute;
  top: 13px; /* bullet'ın yarı yüksekliği */
  left: calc(50% + 18px);
  right: calc(-50% + 18px);
  height: 1px;
  background: var(--line-soft);
  transition: background .35s ease;
  z-index: 0;
}
.sg-progress-step:last-child::after {
  display: none;
}
.sg-progress-step.is-done::after,
.sg-progress-step.is-active::after {
  background: linear-gradient(90deg, var(--aqua) 0%, var(--line-soft) 100%);
}
.sg-progress-step.is-done::after {
  background: var(--aqua);
}

/* Bullet — daire içinde numara ya da check */
.sg-progress-bullet {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: var(--ivory);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  z-index: 1;
  transition:
    background .3s cubic-bezier(.2, .8, .25, 1),
    border-color .3s ease,
    color .3s ease,
    transform .3s cubic-bezier(.2, .8, .25, 1),
    box-shadow .3s ease;
}
.sg-progress-num {
  transition: opacity .2s ease;
}
.sg-progress-check {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  color: #04181c;
  transition: opacity .25s ease;
}

/* Aktif adım — dolu cyan daire + yumuşak halo */
.sg-progress-step.is-active .sg-progress-bullet {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #04181c;
  transform: scale(1.08);
  box-shadow:
    0 0 0 5px rgba(53, 205, 225, 0.14),
    0 4px 12px -2px rgba(53, 205, 225, 0.45);
}
.sg-progress-step.is-active {
  color: var(--ink);
}
.sg-progress-step.is-active .sg-progress-label {
  font-weight: 600;
}

/* Tamamlanmış adım — cyan outline + checkmark */
.sg-progress-step.is-done .sg-progress-bullet {
  background: var(--aqua-soft);
  border-color: var(--aqua);
}
.sg-progress-step.is-done .sg-progress-num {
  opacity: 0;
}
.sg-progress-step.is-done .sg-progress-check {
  opacity: 1;
  color: var(--aqua-readable);
}
.sg-progress-step.is-done {
  color: var(--ink-soft);
}

/* Label */
.sg-progress-label {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: color .25s, font-weight .25s;
}

/* Mobile: daha küçük bullet, label visible kalsın */
@media (max-width: 560px) {
  .sg-progress {
    padding: 16px 18px 14px;
  }
  .sg-progress-bullet {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .sg-progress-step::after {
    top: 11px;
    left: calc(50% + 16px);
    right: calc(-50% + 16px);
  }
  .sg-progress-label {
    font-size: 10.5px;
  }
}
@media (max-width: 400px) {
  .sg-progress-label {
    display: none;
  }
}

/* Steps — scroll içeride, footer altta sticky kalır */
.sg-step {
  display: none;
  padding: clamp(20px, 3vw, 28px) clamp(22px, 3.5vw, 36px);
  min-height: 0;
}
.sg-step.is-active {
  display: block;
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: sgStepIn .3s ease;
}
@keyframes sgStepIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
.sg-step-head {
  margin-bottom: 18px;
}
.sg-step-title {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 400;
  margin: 0 0 4px;
  color: var(--ink);
}
.sg-step-lede {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

/* Goal chips */
.sg-goals {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
.sg-goal-chip {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .15s;
}
.sg-goal-chip:hover {
  border-color: var(--line);
  background: rgba(53, 205, 225, 0.04);
}
.sg-goal-chip input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.sg-goal-tick {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--line);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: background .2s, border-color .2s, color .2s;
  margin-top: 2px;
}
.sg-goal-chip.is-selected {
  border-color: var(--aqua);
  background: var(--aqua-soft);
}
.sg-goal-chip.is-selected .sg-goal-tick {
  background: var(--aqua);
  border-color: var(--aqua);
  color: #04181c;
}
.sg-goal-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.sg-goal-name {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
}
.sg-goal-desc {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
}

/* Duration / Pressure radio options */
.sg-options {
  display: grid;
  gap: 10px;
}
.sg-options--duration {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
.sg-options--pressure {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.sg-option {
  position: relative;
  display: block;
  cursor: pointer;
}
.sg-option input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.sg-option-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 18px 12px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  text-align: center;
  transition: border-color .2s, background .2s;
}
.sg-option:hover .sg-option-card {
  border-color: var(--line);
  background: rgba(53, 205, 225, 0.04);
}
.sg-option.is-selected .sg-option-card {
  border-color: var(--aqua);
  background: var(--aqua-soft);
}
.sg-option-value {
  font-family: var(--serif, Georgia, serif);
  font-size: 26px;
  color: var(--ink);
  line-height: 1;
}
.sg-option-unit {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.sg-option-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.sg-option-sub {
  font-size: 11.5px;
  color: var(--muted);
}

/* Pressure dots */
.sg-pressure-dots {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 8px;
}
.sg-pressure-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line-soft);
  transition: background .2s;
}
.sg-pressure-dots[data-pressure="light"] span:nth-child(1),
.sg-pressure-dots[data-pressure="medium"] span:nth-child(-n+2),
.sg-pressure-dots[data-pressure="deep"] span {
  background: var(--aqua);
}
.sg-option.is-selected .sg-pressure-dots span {
  box-shadow: 0 0 0 2px rgba(53, 205, 225, 0.18);
}

/* Actions — modal altında sabit, scroll'la kaybolmaz */
.sg-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px clamp(22px, 3.5vw, 36px) clamp(18px, 2.5vw, 24px);
  border-top: 1px solid var(--line-soft);
  background: rgba(8, 18, 22, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  flex-shrink: 0;
}
.sg-actions .btn {
  font-size: 13px;
  padding: 10px 18px;
}
.sg-actions [data-sg-next] {
  margin-left: auto;
}
.sg-reset {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 8px;
  transition: color .2s, background .2s;
}
.sg-reset:hover {
  color: var(--aqua-readable);
  background: var(--aqua-soft);
}

/* Results header — title + badge satırı, lede altta */
.sg-step--results .sg-step-head {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title  badge"
    "lede   lede";
  align-items: center;
  column-gap: 14px;
  row-gap: 4px;
  margin-bottom: 16px;
}
.sg-step--results .sg-step-title {
  grid-area: title;
  margin: 0;
}
.sg-step--results .sg-step-lede {
  grid-area: lede;
}
.sg-results-count {
  grid-area: badge;
  font-size: 12px;
  font-weight: 500;
  color: var(--aqua-readable);
  background: var(--aqua-soft);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  justify-self: end;
}
.sg-results-loading {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.sg-spinner {
  width: 26px;
  height: 26px;
  border: 2px solid var(--line-soft);
  border-top-color: var(--aqua);
  border-radius: 50%;
  animation: sgSpin .8s linear infinite;
}
@keyframes sgSpin {
  to { transform: rotate(360deg); }
}
/* Result list — 2 kolon grid (≥560px), tek kolon mobilde */
.sg-result-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 560px) {
  .sg-result-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

/* Card — vertical layout, hero görsel + içerik */
.sg-result-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, box-shadow .3s ease;
}
.sg-result-card:hover {
  border-color: var(--line);
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -16px rgba(0, 0, 0, 0.5);
}

/* Hero görsel — 4:3 oranı, badge overlay'li */
.sg-result-img {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--sand);
  overflow: hidden;
}
.sg-result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2, .8, .25, 1);
}
.sg-result-card:hover .sg-result-img img {
  transform: scale(1.05);
}
/* Subtle gradient bottom overlay — badge'in okunabilirliği için */
.sg-result-img::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: linear-gradient(to top, rgba(2, 6, 10, 0.55), transparent);
  pointer-events: none;
}

/* Süre badge — görsel üstünde sol alt köşede, dark glass */
.sg-result-duration-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: rgba(8, 18, 22, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.sg-result-duration-badge svg {
  flex-shrink: 0;
  color: var(--aqua-readable);
}

/* Body — flex column ki "actions" margin-top:auto ile dibe yapışsın
   → satırdaki kartlar eşit yükseklikte hizalanır */
.sg-result-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.sg-result-cat {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.sg-result-name {
  font-family: var(--serif, Georgia, serif);
  font-size: 17px;
  margin: 0;
  color: var(--ink);
  line-height: 1.2;
}
.sg-result-short {
  margin: 0 0 4px;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sg-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 2px 0 4px;
}
.sg-result-tag {
  font-size: 10.5px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--aqua-soft);
  color: var(--aqua-readable);
  white-space: nowrap;
}
.sg-result-actions {
  margin-top: auto; /* satırdaki kartlarda butonları aynı hizada tutar */
  padding-top: 8px;
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}
.sg-result-actions .btn {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
  font-size: 10px;
  padding: 8px 6px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  gap: 4px;
}
/* Dar kartlarda buton oku gizle — sadece metin kalsın */
.sg-result-actions .btn .ar {
  display: none;
}
.sg-results-empty {
  text-align: center;
  padding: 30px 12px;
}
.sg-results-empty h4 {
  font-family: var(--serif, Georgia, serif);
  font-size: 17px;
  margin: 0 0 6px;
  color: var(--ink);
}
.sg-results-empty p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 560px) {
  .sg-modal-card {
    max-height: 95vh;
  }
}

/* ============================================================
   Print stylesheet — nav/footer/animasyon vb. gizle
   ============================================================ */
@media print {
  .preloader,
  .nav,
  .app-bar,
  .mobile-menu,
  .mobile-overlay,
  .toast-stack,
  .cookie-banner,
  .skip-link,
  .footer-social,
  [data-rw-modal],
  [data-sg-modal],
  .rw-modal-cursor,
  .hm-bcards-nav,
  .hm-bcards-dots,
  video,
  iframe,
  .hero-video,
  .hero-overlay {
    display: none !important;
  }
  html, body {
    background: #fff !important;
    color: #000 !important;
  }
  a {
    color: #000 !important;
    text-decoration: underline;
  }
  img, picture, svg {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  h1, h2, h3 {
    page-break-after: avoid;
  }
  p, li {
    orphans: 3;
    widows: 3;
  }
}
