@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(../fonts/cormorant-garamond-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(../fonts/cormorant-garamond-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =====================================================================
   PARINA SPA BEAUTY — Görükle / Nilüfer / Bursa
   Logodan türetilmiş kimlik: lacivert → petrol → turkuaz degrade,
   altın nilüfer aksanı, inci beyazı zemin.
   ===================================================================== */

:root {
  /* Yüzeyler */
  --pearl:    #f7f5f1;
  --pearl-2:  #eeeae3;
  --card:     #ffffff;
  --deep:     #0d2839;   /* logodaki en koyu lacivert */
  --deep-2:   #14485a;   /* petrol */

  /* Mürekkep */
  --ink:      #16303f;
  --ink-2:    #46626f;
  --muted:    #7b8f99;
  --on-deep:  #eaf3f4;
  --on-deep-2:#9dbcc4;

  /* Marka (panelden --brand ile ezilir) */
  --brand:    #1c6b7d;
  --brand-rgb: 28, 107, 125;
  --brand-contrast: #ffffff;
  --teal:     #4fa9a6;
  --teal-lt:  #7fc7c2;
  --gold:     #c2a15c;
  --gold-lt:  #dcc189;
  --gold-pale:#efe2c6;

  /* Tipografi */
  --serif: 'Cormorant Garamond', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans:  'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Ölçü */
  --kenar: clamp(1.1rem, 4vw, 2.6rem);
  --en: 1240px;
  --r-s: 12px;
  --r-m: 20px;
  --r-l: 30px;
  --r-xl: 44px;

  /* Gölge */
  --g-1: 0 1px 2px rgba(13,40,57,.05), 0 4px 14px rgba(13,40,57,.05);
  --g-2: 0 2px 6px rgba(13,40,57,.06), 0 18px 44px rgba(13,40,57,.09);
  --g-3: 0 30px 70px rgba(13,40,57,.16);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--pearl);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -.005em;
  margin: 0;
}

::selection { background: rgba(var(--brand-rgb), .18); }

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

.kap { width: 100%; max-width: var(--en); margin-inline: auto; padding-inline: var(--kenar); }
.gizli { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ------------------------------------------------------- marka motifleri */

/* logodaki "· SPA BEAUTY ·" ince altın çizgisi */
.tire {
  display: flex; align-items: center; justify-content: center;
  gap: .75rem; margin: 0 auto 1.15rem;
  max-width: 340px;
}
.tire::before, .tire::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-lt));
}
.tire::after { background: linear-gradient(270deg, transparent, var(--gold-lt)); }
.tire i {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); flex: none;
}

.ust-etiket {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--brand);
}
.ust-etiket::before {
  content: ''; width: 26px; height: 1px; background: var(--gold);
}
.koyu .ust-etiket { color: var(--teal-lt); }
.koyu .ust-etiket::before { background: var(--gold-lt); }

.vurgu {
  font-style: italic;
  color: var(--brand);
}
.koyu .vurgu { color: var(--teal-lt); }

/* ------------------------------------------------------- düğmeler */

.dugme {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.7rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: .87rem; font-weight: 600; letter-spacing: .04em;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.8,.3,1), box-shadow .25s, background .25s, color .25s, border-color .25s;
}
.dugme:hover { transform: translateY(-2px); }
.dugme:active { transform: translateY(0); }

.dugme-1 {
  background: linear-gradient(135deg, var(--deep-2), var(--brand));
  color: #fff;
  box-shadow: 0 10px 26px rgba(var(--brand-rgb), .3);
}
.dugme-1:hover { box-shadow: 0 16px 34px rgba(var(--brand-rgb), .38); }

.dugme-2 {
  background: transparent; color: var(--ink);
  border-color: rgba(22, 48, 63, .2);
}
.dugme-2:hover { border-color: var(--brand); color: var(--brand); }

.koyu .dugme-2 { color: var(--on-deep); border-color: rgba(234,243,244,.28); }
.koyu .dugme-2:hover { border-color: var(--teal-lt); color: var(--teal-lt); }

.dugme-wa { background: #1faa54; color: #fff; box-shadow: 0 10px 26px rgba(31,170,84,.28); }
.dugme-wa:hover { background: #17974a; }

/* ------------------------------------------------------- başlık / nav */

.ust {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 245, 241, .82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(22,48,63,.07);
  transition: box-shadow .3s, background .3s;
}
.ust.kaydi { box-shadow: 0 8px 30px rgba(13,40,57,.08); background: rgba(247,245,241,.94); }

/* Üst satır: solda telefon, ORTADA büyük logo, sağda randevu düğmesi.
   Menü ikinci satırda, ortalanmış. */
.ust-ic {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 106px;
  transition: min-height .3s cubic-bezier(.2,.8,.3,1);
}
.marka { grid-column: 2; justify-self: center; display: flex; align-items: center; }
.marka img {
  height: 78px; width: auto;
  transition: height .3s cubic-bezier(.2,.8,.3,1);
}

/* İletişim eylemleri sağda birlikte: önce Ara, sonra WhatsApp, sonra menü */
.ust-cta { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: .6rem; }

.ust-cta .dugme { padding: .72rem 1.25rem; font-size: .84rem; }
.ust-ara { white-space: nowrap; }
.ust-ara i { color: var(--brand); }
.ust-ara:hover i { color: inherit; }

/* kaydırınca üst çubuk incelir */
.ust.kaydi .ust-ic { min-height: 78px; }
.ust.kaydi .marka img { height: 54px; }

.menu { border-top: 1px solid rgba(22,48,63,.07); }
.menu-ic {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(1.2rem, 2.6vw, 2.4rem);
  padding-block: .72rem;
}
.menu a {
  position: relative;
  font-size: .87rem; font-weight: 500; letter-spacing: .02em;
  color: var(--ink-2);
  padding: .3rem 0;
  white-space: nowrap;
  transition: color .2s;
}
.menu a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1px; background: var(--gold);
  transition: right .3s cubic-bezier(.2,.8,.3,1);
}
.menu a:hover { color: var(--ink); }
.menu a:hover::after { right: 0; }

.mnu-dugme {
  display: none;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--card); border: 1px solid rgba(22,48,63,.12);
  align-items: center; justify-content: center;
  cursor: pointer; flex: none;
}

@media (max-width: 1040px) {
  .menu, .ust-cta .dugme-1 { display: none; }
  .mnu-dugme { display: inline-flex; }
  .ust-ic { min-height: 88px; }
  .marka img { height: 62px; }
  .ust.kaydi .ust-ic { min-height: 72px; }
  .ust.kaydi .marka img { height: 50px; }
  /* Ara düğmesi menünün yanında yuvarlak ikona iner */
  .ust-cta .ust-ara {
    width: 46px; height: 46px; padding: 0; border-radius: 50%;
    background: var(--card); border-color: rgba(22,48,63,.12);
  }
  .ust-ara span { display: none; }
  .ust-ara i { font-size: 1rem; }
}
@media (max-width: 560px) {
  .ust-ic { min-height: 78px; }
  .marka img { height: 54px; }
  .ust.kaydi .marka img { height: 46px; }
  .ust-cta { gap: .45rem; }
}

/* çekmece menü */
.cekmece {
  position: fixed; inset: 0; z-index: 90;
  background: var(--pearl);
  padding: var(--kenar);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .45s cubic-bezier(.5,0,.2,1);
  overflow-y: auto;
}
.cekmece.acik { transform: translateX(0); }
.cekmece-ust { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.2rem; }
.cekmece-ust img { height: 42px; }
.kapat {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--card); border: 1px solid rgba(22,48,63,.12);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
}
.cekmece nav { display: flex; flex-direction: column; }
.cekmece nav a {
  font-family: var(--serif); font-size: 1.9rem;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(22,48,63,.07);
}
.cekmece-alt { margin-top: auto; padding-top: 2rem; display: grid; gap: .7rem; }

/* ------------------------------------------------------- hero */

.hero {
  position: relative;
  padding: clamp(2.6rem, 6vw, 5.2rem) 0 clamp(3rem, 7vw, 6rem);
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: auto -10% 32% -10%; height: 620px;
  background:
    radial-gradient(60% 70% at 22% 40%, rgba(79,169,166,.16), transparent 70%),
    radial-gradient(50% 60% at 82% 26%, rgba(194,161,92,.14), transparent 70%);
  pointer-events: none;
}
/* logodaki dalga motifi */
.hero::after {
  content: ''; position: absolute; left: -6%; right: -6%; top: 46%;
  height: 380px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 300' preserveAspectRatio='none'%3E%3Cpath d='M0 190 C 260 60 470 250 760 130 C 960 48 1080 96 1200 78' fill='none' stroke='%231c6b7d' stroke-opacity='.09' stroke-width='2'/%3E%3Cpath d='M0 220 C 250 100 480 280 780 160 C 980 78 1090 126 1200 108' fill='none' stroke='%23c2a15c' stroke-opacity='.13' stroke-width='1.4'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  pointer-events: none;
}

.hero-ic {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
}
@media (max-width: 900px) { .hero-ic { grid-template-columns: 1fr; } }

.hero h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  margin: 1.1rem 0 1.2rem;
}
.hero p.giris-yazi {
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  color: var(--ink-2);
  max-width: 46ch;
  margin: 0 0 1.9rem;
}
.hero-dugmeler { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.2rem; }

/* Tam genişlikte, ortalanmış tek satır özellik şeridi */
.hero-rozet {
  position: relative; z-index: 2;
  display: flex; flex-wrap: nowrap;
  align-items: center; justify-content: center;
  gap: clamp(1.1rem, 4vw, 3.4rem);
  margin-top: clamp(2.2rem, 5vw, 3.6rem);
  padding-top: clamp(1.4rem, 3vw, 2rem);
  border-top: 1px solid rgba(22,48,63,.1);
}
.hero-rozet div {
  display: flex; align-items: center; gap: .55rem;
  font-size: clamp(.76rem, 1.15vw, .89rem);
  color: var(--ink-2);
  white-space: nowrap;
}
.hero-rozet i { color: var(--gold); font-size: 1em; flex: none; }
@media (max-width: 620px) {
  .hero-rozet { flex-wrap: wrap; gap: .7rem 1.4rem; }
}

/* hero medya — dikey video çerçevesi */
.hero-medya { position: relative; }
.hero-cerceve {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 9 / 13;
  background: linear-gradient(160deg, var(--deep), var(--deep-2));
  box-shadow: var(--g-3);
}
.hero-cerceve video, .hero-cerceve img { width: 100%; height: 100%; object-fit: cover; }
/* Videoların üzerinde zaten yanmış yazı/logo var; ek bir kaplama koymuyoruz,
   yalnızca alt köşede fiyat kartının oturacağı yeri hafifçe koyulaştırıyoruz. */
.hero-cerceve::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 32%;
  background: linear-gradient(to top, rgba(13,40,57,.42), transparent);
}

.hero-kart {
  position: absolute; left: -2.6rem; bottom: 2rem; z-index: 3;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px);
  border-radius: var(--r-m);
  padding: 1rem 1.4rem;
  box-shadow: var(--g-3);
  text-align: left;
}
.hero-kart-ust {
  display: block;
  font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: .15rem;
}
.hero-kart b {
  display: block;
  font-family: var(--serif); font-size: 2rem; font-weight: 600; line-height: 1.05;
  color: var(--brand);
}
.hero-kart small { display: block; font-size: .74rem; color: var(--ink-2); margin-top: .2rem; }
@media (max-width: 1100px) { .hero-kart { left: -1.2rem; } }
@media (max-width: 900px)  { .hero-kart { left: auto; right: 1rem; bottom: 1rem; } }

/* ------------------------------------------------------- kayan şerit */

.serit {
  background: linear-gradient(90deg, var(--deep), var(--deep-2) 55%, var(--brand));
  color: var(--on-deep);
  padding: .85rem 0;
  overflow: hidden;
  position: relative;
}
.serit-ic { display: flex; width: max-content; animation: kay 42s linear infinite; }
.serit-grup { display: flex; flex: none; }
.serit span {
  display: inline-flex; align-items: center; gap: 1.6rem;
  padding-inline: 1.6rem;
  font-size: .78rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  white-space: nowrap;
}
.serit span::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-lt); }
@keyframes kay { to { transform: translateX(-50%); } }
.serit:hover .serit-ic { animation-play-state: paused; }

/* ------------------------------------------------------- bölüm iskeleti */

section { position: relative; }
.bolum { padding: clamp(3.4rem, 8vw, 6.6rem) 0; }

.bolum-bas { text-align: center; max-width: 700px; margin: 0 auto clamp(2.2rem, 5vw, 3.6rem); }
.bolum-bas h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin: .85rem 0 .9rem; }
.bolum-bas p { color: var(--ink-2); margin: 0; font-size: 1.01rem; }
.koyu .bolum-bas p { color: var(--on-deep-2); }

.koyu {
  background: linear-gradient(165deg, var(--deep) 0%, #113c4d 55%, var(--deep-2) 100%);
  color: var(--on-deep);
}
.koyu h2, .koyu h3 { color: #fff; }

/* ------------------------------------------------------- hizmetler */

.hizmetler { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.15rem; }

.hizmet {
  position: relative;
  background: var(--card);
  border: 1px solid rgba(22,48,63,.07);
  border-radius: var(--r-l);
  padding: 2rem 1.7rem 1.8rem;
  display: flex; flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.8,.3,1), box-shadow .35s, border-color .35s;
  overflow: hidden;
}
.hizmet::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--teal), var(--gold-lt));
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.2,.8,.3,1);
}
.hizmet:hover { transform: translateY(-6px); box-shadow: var(--g-2); border-color: rgba(var(--brand-rgb), .2); }
.hizmet:hover::before { transform: scaleX(1); }

.hizmet-no {
  font-family: var(--serif); font-size: 2.6rem; line-height: 1;
  color: var(--gold-pale);
  margin-bottom: .6rem;
}
.hizmet h3 { font-size: 1.5rem; margin-bottom: .55rem; }
.hizmet p { color: var(--ink-2); font-size: .93rem; margin: 0 0 1.4rem; }
.hizmet-alt {
  margin-top: auto; padding-top: 1.1rem;
  border-top: 1px dashed rgba(22,48,63,.14);
  display: flex; align-items: baseline; justify-content: space-between; gap: .8rem;
}
.hizmet-fiyat { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--brand); }
.hizmet-sure { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.dahil-not {
  margin-top: 1.6rem;
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  font-size: .87rem; color: var(--ink-2);
  text-align: center;
}
.dahil-not i { color: var(--gold); }

/* ------------------------------------------------------- ritüel adımları */

/* Yatay akış: ikonlar altın bir ray üzerinde durur, ray görünürken çizilir. */
.adimlar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2.2rem);
  padding-top: 4.6rem;
}
.adim-ray {
  position: absolute; top: 33px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194,161,92,.55) 12%, rgba(194,161,92,.55) 88%, transparent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1.25s cubic-bezier(.2,.8,.3,1) .15s;
}
.adimlar.gorundu .adim-ray { transform: scaleX(1); }

.adim {
  position: relative;
  isolation: isolate;          /* hayalet rakam bölüm zemininin altına düşmesin */
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: 0 .3rem;
}

/* arkadaki büyük soluk rakam */
.adim-hayalet {
  position: absolute; top: 1.1rem; left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-size: 5.4rem; line-height: 1; font-weight: 600;
  color: rgba(234,243,244,.07);
  pointer-events: none; user-select: none;
  letter-spacing: -.03em;
}

.adim-ikon {
  position: absolute; top: -4.6rem; left: 50%;
  transform: translateX(-50%);
  width: 66px; height: 66px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.35rem;
  color: var(--gold-lt);
  background: linear-gradient(160deg, #12384a, #0d2839);
  border: 1px solid rgba(194,161,92,.42);
  box-shadow: 0 0 0 7px rgba(13,40,57,.9), 0 14px 34px rgba(0,0,0,.32);
  transition: color .35s, border-color .35s, transform .35s cubic-bezier(.2,.8,.3,1);
}
.adim:hover .adim-ikon {
  color: #fff; border-color: var(--gold);
  transform: translateX(-50%) translateY(-4px);
}

.adim-etiket {
  display: inline-block;
  font-size: .64rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--teal-lt);
  margin-bottom: .5rem;
}
.adim h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.adim p { color: var(--on-deep-2); font-size: .92rem; margin: 0; max-width: 30ch; }

/* Dar ekran: sola yaslı dikey zaman çizelgesi */
@media (max-width: 800px) {
  .adimlar {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-top: 0; padding-left: 4.6rem;
  }
  .adim-ray {
    top: 12px; bottom: 12px; left: 33px; right: auto;
    width: 1px; height: auto;
    background: linear-gradient(180deg, rgba(194,161,92,.55), rgba(194,161,92,.12));
    transform: scaleY(0); transform-origin: top;
  }
  .adimlar.gorundu .adim-ray { transform: scaleY(1); }
  .adim { align-items: flex-start; text-align: left; padding: 0; min-height: 66px; }
  .adim-ikon {
    top: -8px; left: -4.6rem;
    transform: none;
    width: 52px; height: 52px; font-size: 1.1rem;
    box-shadow: 0 0 0 6px rgba(13,40,57,.95), 0 10px 24px rgba(0,0,0,.3);
  }
  .adim:hover .adim-ikon { transform: translateY(-3px); }
  .adim-hayalet {
    top: -1.2rem; left: auto; right: 0;
    z-index: -1;
    transform: none;
    font-size: 4.4rem;
  }
  .adim p { max-width: 46ch; }
}
@media (max-width: 420px) {
  .adimlar { padding-left: 3.9rem; }
  .adim-ray { left: 26px; }
  .adim-ikon { left: -3.9rem; width: 44px; height: 44px; font-size: .98rem; }
  .adim-hayalet { font-size: 3.4rem; }
}

/* ------------------------------------------------------- fiyat listesi */

/* -------------------------------------------- fiyat seçici (sekmeli) */
/* Sekme genişliği ve etkin durum kuralları index.php'de satır içi üretilir
   (fiyat satırı sayısı veritabanından geldiği için). */

.fiyat-secici { position: relative; max-width: 860px; margin-inline: auto; }

/* Görsel olarak gizli ama ETKİLEŞİME AÇIK.
   pointer-events:none konulmamalı: Chrome o durumda <label> tıklamasını
   radyoya aktarmıyor ve sekmeler çalışmıyor. */
.fiyat-radyo {
  position: absolute;
  width: 1px; height: 1px;
  margin: 0; padding: 0; border: 0;
  opacity: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.fiyat-sekmeler {
  position: relative;
  display: grid;
  padding: .35rem;
  margin-bottom: clamp(1.2rem, 3vw, 1.9rem);
  background: var(--card);
  border: 1px solid rgba(22,48,63,.08);
  border-radius: 999px;
  box-shadow: var(--g-1);
}
.fiyat-sekme {
  position: relative; z-index: 2;
  padding: .85rem .5rem;
  border-radius: 999px;
  text-align: center; white-space: nowrap;
  font-size: clamp(.78rem, 1.5vw, .9rem); font-weight: 600; letter-spacing: .02em;
  color: var(--ink-2);
  cursor: pointer;
  user-select: none;
  transition: color .35s cubic-bezier(.2,.8,.3,1);
}
.fiyat-sekme:hover { color: var(--ink); }
.fiyat-gosterge {
  position: absolute; z-index: 1;
  top: .35rem; bottom: .35rem; left: .35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--deep), var(--brand));
  box-shadow: 0 8px 22px rgba(var(--brand-rgb), .3);
  transition: transform .5s cubic-bezier(.2,.8,.3,1);
}

/* Panolar üst üste; yükseklik en uzun panoya göre oturur */
.fiyat-panolar { display: grid; }
.fiyat-pano {
  grid-area: 1 / 1;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: clamp(1.9rem, 4.5vw, 3.2rem) clamp(1.3rem, 4vw, 3rem);
  border-radius: var(--r-l);
  background: linear-gradient(150deg, var(--deep) 0%, #123f52 55%, var(--deep-2) 100%);
  color: var(--on-deep);
  box-shadow: var(--g-3);
  opacity: 0; visibility: hidden;
  transform: translateY(16px) scale(.985);
  transition: opacity .5s cubic-bezier(.2,.8,.3,1),
              transform .5s cubic-bezier(.2,.8,.3,1),
              visibility .5s;
}
.fiyat-pano::before {
  content: ''; position: absolute; inset: -40% 30% auto -20%; height: 420px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(79,169,166,.22), transparent 70%);
  pointer-events: none;
}
.fiyat-pano::after {
  content: ''; position: absolute; inset: auto -25% -45% 35%; height: 420px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(194,161,92,.16), transparent 70%);
  pointer-events: none;
}
.fiyat-pano > * { position: relative; z-index: 2; }

.fiyat-pano-ad {
  display: inline-flex; align-items: center; gap: .7rem; flex-wrap: wrap;
  justify-content: center;
  font-size: .74rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--teal-lt);
}
.fiyat-pano .tire { margin: 1rem auto 1.1rem; max-width: 200px; }
.fiyat-pano .tire::before { background: linear-gradient(90deg, transparent, var(--gold-lt)); }
.fiyat-pano .tire::after  { background: linear-gradient(270deg, transparent, var(--gold-lt)); }

.fiyat-tutar {
  font-family: var(--serif);
  font-size: clamp(3.4rem, 11vw, 5.6rem);
  font-weight: 600; line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 10px 40px rgba(0,0,0,.3);
}
.fiyat-sure {
  display: inline-block; margin-top: .9rem;
  padding: .34rem 1rem;
  border: 1px solid rgba(234,243,244,.24);
  border-radius: 999px;
  font-size: .76rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--on-deep-2);
}
.fiyat-aciklama {
  margin: 1.5rem 0 0;
  max-width: 48ch;
  font-size: .96rem;
  color: var(--on-deep-2);
}

.fiyat-kazanim {
  list-style: none; margin: 1.7rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .6rem .5rem;
}
.fiyat-kazanim li {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .45rem 1rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(234,243,244,.12);
  border-radius: 999px;
  font-size: .8rem;
  white-space: nowrap;
}
.fiyat-kazanim i { color: var(--gold-lt); font-size: .72rem; }

.fiyat-pano .dugme-wa { margin-top: 2rem; }

.fiyat-rozet {
  display: inline-block;
  font-family: var(--sans); font-size: .62rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-lt);
  border: 1px solid rgba(194,161,92,.5);
  border-radius: 999px; padding: .2rem .65rem;
}

@media (max-width: 560px) {
  .fiyat-sekmeler { border-radius: var(--r-m); }
  .fiyat-sekme { padding: .7rem .3rem; border-radius: calc(var(--r-m) - .35rem); }
  .fiyat-gosterge { border-radius: calc(var(--r-m) - .35rem); }
}

/* ------------------------------------------------------- videolar */

.videolar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.1rem;
}
.video-kutu {
  position: relative;
  border-radius: var(--r-l);
  overflow: hidden;
  background: var(--deep);
  aspect-ratio: 9 / 16;
  box-shadow: var(--g-2);
  cursor: pointer;
}
.video-kutu.yatay { aspect-ratio: 16 / 9; grid-column: span 2; }
@media (max-width: 620px) { .video-kutu.yatay { grid-column: span 1; aspect-ratio: 16/10; } }
.video-kutu video { width: 100%; height: 100%; object-fit: cover; }
.video-oynat {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-items: center;
  background: linear-gradient(to top, rgba(13,40,57,.5), rgba(13,40,57,.06));
  transition: opacity .3s;
}
.video-kutu.oynuyor .video-oynat { opacity: 0; pointer-events: none; }
.video-oynat span {
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--brand);
  display: grid; place-items: center; font-size: 1.15rem;
  box-shadow: 0 10px 30px rgba(13,40,57,.3);
  transition: transform .3s;
}
.video-kutu:hover .video-oynat span { transform: scale(1.08); }
.video-ses {
  position: absolute; right: .8rem; bottom: .8rem; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(13,40,57,.55); color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  display: grid; place-items: center; cursor: pointer;
  backdrop-filter: blur(6px);
}

/* ------------------------------------------------------- galeri */

.galeri { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .85rem; }
.galeri a {
  display: block; border-radius: var(--r-m); overflow: hidden;
  aspect-ratio: 4/5; background: var(--pearl-2);
  box-shadow: var(--g-1);
}
.galeri img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.3,1); }
.galeri a:hover img { transform: scale(1.06); }

/* ------------------------------------------------------- yorumlar */

.yorumlar { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.1rem; }
.yorum {
  background: var(--card);
  border-radius: var(--r-l);
  padding: 1.9rem 1.7rem;
  border: 1px solid rgba(22,48,63,.07);
  position: relative;
}
.yorum::before {
  content: '“';
  position: absolute; top: .3rem; right: 1.3rem;
  font-family: var(--serif); font-size: 5rem; line-height: 1;
  color: var(--gold-pale);
}
.yildiz { color: var(--gold); font-size: .82rem; letter-spacing: .12em; margin-bottom: .8rem; }
.yorum p { margin: 0 0 1.2rem; color: var(--ink-2); font-size: .95rem; }
.yorum b { font-size: .9rem; }

.puan-rozet {
  display: inline-flex; align-items: center; gap: .8rem;
  background: var(--card); border: 1px solid rgba(22,48,63,.08);
  border-radius: 999px; padding: .6rem 1.3rem;
  box-shadow: var(--g-1);
  margin-bottom: 1.2rem;
}
.puan-rozet b { font-family: var(--serif); font-size: 1.5rem; color: var(--brand); }

/* ------------------------------------------------------- bölgeler / ulaşım */

.ulasim-ic { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: start; }
@media (max-width: 900px) { .ulasim-ic { grid-template-columns: 1fr; } }

.bolgeler { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: .5rem; }
.bolge {
  display: flex; align-items: baseline; justify-content: space-between; gap: .7rem;
  padding: .72rem .95rem;
  background: var(--card);
  border: 1px solid rgba(22,48,63,.07);
  border-radius: var(--r-s);
  font-size: .88rem;
}
.bolge small { display: block; color: var(--muted); font-size: .72rem; }
.bolge .sure { color: var(--brand); font-weight: 600; font-size: .82rem; white-space: nowrap; }
.bolge.merkez { background: linear-gradient(135deg, var(--deep), var(--deep-2)); border-color: transparent; color: #fff; }
.bolge.merkez small { color: var(--on-deep-2); }
.bolge.merkez .sure { color: var(--gold-lt); }

.harita {
  border-radius: var(--r-l); overflow: hidden;
  box-shadow: var(--g-2); background: var(--pearl-2);
  min-height: 340px;
}
.harita iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.harita-yok {
  display: grid; place-items: center; text-align: center;
  padding: 3rem 1.5rem; color: var(--muted); min-height: 340px;
}

/* ------------------------------------------------------- iletişim */

.iletisim-ic { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.1rem; }
.ilet-kart {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(234,243,244,.12);
  border-radius: var(--r-l);
  padding: 1.9rem 1.6rem;
  text-align: center;
}
.ilet-kart i {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(194,161,92,.14); color: var(--gold-lt);
  display: grid; place-items: center; margin: 0 auto .95rem;
  font-size: 1.1rem;
}
.ilet-kart h3 { font-size: 1.2rem; margin-bottom: .35rem; }
.ilet-kart p, .ilet-kart a { color: var(--on-deep-2); font-size: .92rem; margin: 0; }
.ilet-kart a:hover { color: var(--teal-lt); }

/* ------------------------------------------------------- alt bilgi */

.alt {
  background: var(--deep);
  color: var(--on-deep-2);
  padding: clamp(2.6rem, 6vw, 4rem) 0 7.2rem;
  font-size: .88rem;
}
.alt-ic { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
@media (max-width: 760px) { .alt-ic { grid-template-columns: 1fr; } }
.alt-marka {
  background: rgba(255,255,255,.94);
  border-radius: var(--r-m);
  padding: 1rem 1.2rem;
  display: inline-block;
  margin-bottom: 1.1rem;
}
.alt-marka img { height: 52px; width: auto; }
.alt h4 {
  font-family: var(--sans); font-size: .74rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-lt); margin: 0 0 1rem;
}
.alt ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.alt a:hover { color: var(--teal-lt); }
.alt-cizgi {
  margin-top: 2.6rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(234,243,244,.1);
  display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between;
  font-size: .8rem; color: rgba(157,188,196,.75);
}

/* ------------------------------------------------------- mobil alt çubuk */

.mobil-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none;
  background: rgba(247,245,241,.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(22,48,63,.09);
  padding: .6rem var(--kenar) calc(.6rem + env(safe-area-inset-bottom));
  gap: .6rem;
}
.mobil-bar .dugme { flex: 1; padding: .82rem 1rem; }
@media (max-width: 1040px) { .mobil-bar { display: flex; } }

/* masaüstü sabit whatsapp */
.wa-sabit {
  position: fixed; right: 1.6rem; bottom: 1.6rem; z-index: 70;
  width: 58px; height: 58px; border-radius: 50%;
  background: #1faa54; color: #fff;
  display: grid; place-items: center; font-size: 1.5rem;
  box-shadow: 0 12px 34px rgba(31,170,84,.4);
  transition: transform .3s;
}
.wa-sabit:hover { transform: scale(1.08); }
@media (max-width: 1040px) { .wa-sabit { display: none; } }

/* ------------------------------------------------------- giriş animasyonu */

.js .beliren { opacity: 0; transform: translateY(22px); }
.js .beliren.gorundu {
  opacity: 1; transform: none;
  transition: opacity .8s cubic-bezier(.2,.8,.3,1), transform .8s cubic-bezier(.2,.8,.3,1);
}

/* ------------------------------------------------------- ajans imzası */

.alt-ajans {
  display: inline-flex; align-items: center; gap: .7rem;
  opacity: .68;
  transition: opacity .3s;
}
.alt-ajans:hover { opacity: 1; }
.alt-ajans img { height: 20px; width: auto; }
.alt-ajans .et {
  font-size: .72rem; letter-spacing: .04em;
  padding-left: .7rem;
  border-left: 1px solid rgba(234,243,244,.2);
  color: rgba(157,188,196,.85);
}
/* Dar ekranda gizlemek yerine logonun altına al */
@media (max-width: 620px) {
  .alt-cizgi { justify-content: center; text-align: center; }
  .alt-ajans { flex-direction: column; gap: .5rem; }
  .alt-ajans .et {
    padding-left: 0; border-left: 0;
    padding-top: .5rem; border-top: 1px solid rgba(234,243,244,.2);
  }
}
