:root{
  --bg: #fff7fb;
  --card: rgba(255,255,255,0.75);
  --text: #2b1b23;
  --muted:#6b4a5a;
  --accent:#d94f8f;
  --accent2:#9b4de0;
  --border: rgba(43,27,35,0.12);
  --shadow: 0 18px 50px rgba(0,0,0,0.10);
  --radius: 22px;
}

*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial; 
  color:var(--text); 
  background: radial-gradient(1200px 700px at 20% 10%, #ffe0ef 0%, transparent 60%),radial-gradient(900px 600px at 80% 0%, #efe0ff 0%, transparent 55%),linear-gradient(180deg, var(--bg), #ffffff);
  min-height:100%
}

a{color:inherit;text-decoration:none}
.container{width:min(1100px, 92vw); margin:0 auto; padding:22px 0 60px}

.nav{
  position: sticky; top:0; z-index:10;
  backdrop-filter: blur(10px);
  background: rgba(255,247,251,0.65);
  border-bottom:1px solid var(--border);
}
.nav-inner{
  width:min(1100px, 92vw); margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; gap:12px; align-items:center}
.brand img{width:38px; height:38px; object-fit:contain; border-radius:12px; background:white; border:1px solid var(--border)}
.brand-title{font-weight:800; letter-spacing:0.2px}
.brand-sub{font-size:12px; color:var(--muted); margin-top:2px}

.menu{display:flex; gap:14px; align-items:center; flex-wrap:wrap}

.menu a{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid transparent;
  color:var(--muted);
  font-weight:650;
}
.menu a:hover{
  border-color:var(--border); 
  background:rgba(255,255,255,0.6); 
  color:var(--text)} 
  
  .menu a.active{
  
    background:linear-gradient(90deg, rgba(217,79,143,0.12), rgba(155,77,224,0.12)); 
    border-color:rgba(217,79,143,0.22); 
    color:var(--text)
  
  }

.hero{
  display:grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap:22px;
  align-items:stretch;
  margin-top:26px;
}
@media (max-width: 860px){
  .hero{grid-template-columns:1fr}
}

.card{
  background: var(--card);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.hero-main{padding:26px}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(217,79,143,0.20);
  background: rgba(255,255,255,0.55);
  color:var(--muted);
  font-weight:700;
  font-size:13px;
}
.kdot{
  width:10px; height:10px; border-radius:50%;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  box-shadow: 0 8px 20px rgba(217,79,143,0.25);
}
h1{margin:14px 0 8px; font-size:40px; line-height:1.1}
@media (max-width: 480px){h1{font-size:34px}}
.lead{font-size:16px; color:var(--muted); line-height:1.65; margin:0 0 18px}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.7);
  font-weight:800;
}
.btn.primary{
  border-color: rgba(217,79,143,0.35);
  background: linear-gradient(90deg, rgba(217,79,143,0.18), rgba(155,77,224,0.18));
}
.btn:hover{transform: translateY(-1px)}
.small{font-size:13px; color:var(--muted)}

.hero-side{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:16px;
}
.side-box{
  padding:16px;
  border-radius:18px;
  background: rgba(255,255,255,0.65);
  border:1px solid var(--border);
}
.side-title{font-weight:900; margin:0 0 6px}
.badges{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.badge{
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  color:var(--muted);
  border:1px solid rgba(107,74,90,0.18);
  background: rgba(255,255,255,0.55);
}

.section{margin-top:26px}
.section h2{margin:0 0 12px; font-size:22px}
.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 860px){.grid{grid-template-columns:1fr}}
.tile{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.65);
}
.tile h3{margin:0 0 6px}
.tile p{margin:0; color:var(--muted); line-height:1.55}

<!-- Lightbox -->
<div class="lb" id="lightbox" aria-hidden="true">
  <div class="lb-panel" role="dialog" aria-modal="true" aria-label="Galeri görüntüleyici">
    <div class="lb-top">
      <div class="lb-title" id="lb-title">Sery Nail Beauty</div>
      <div class="lb-actions">
        <button class="lb-btn" id="lb-prev" type="button" aria-label="Önceki">←</button>
        <button class="lb-btn" id="lb-next" type="button" aria-label="Sonraki">→</button>
        <button class="lb-btn" id="lb-close" type="button" aria-label="Kapat">✕</button>
      </div>
    </div>

    <div class="lb-body">
      <div class="lb-media" id="lb-media">
        <!-- JS burayı dolduracak -->
      </div>
      <div class="lb-caption" id="lb-caption"></div>
    </div>
  </div>
</div>


.footer{
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid var(--border);
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.social{display:flex; gap:10px; flex-wrap:wrap}
.social a{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.55);
  font-weight:800;
  color:var(--muted);
}
.social a:hover{color:var(--text)}

.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.65);
}
.table th, .table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(43,27,35,0.08);
  text-align:left;
}
.table th{font-size:13px; color:var(--muted); font-weight:900}
.table tr:last-child td{border-bottom:none}
.price{font-weight:900}
.note{margin-top:10px; color:var(--muted); font-size:13px}

.gallery-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 860px){.gallery-grid{grid-template-columns: repeat(2, 1fr)}}
@media (max-width: 520px){.gallery-grid{grid-template-columns: 1fr}}
.g-item{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.65);
}
.g-item img{width:100%; height:240px; object-fit:cover; display:block}
.g-cap{padding:10px 12px; color:var(--muted); font-weight:700; font-size:13px}
.controls{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin: 14px 0;
}

.input{
  flex: 1 1 280px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.7);
  outline: none;
  font-weight: 650;
  color: var(--text);
}

.input:focus{
  border-color: rgba(217,79,143,0.35);
  box-shadow: 0 0 0 4px rgba(217,79,143,0.08);
}

.chips{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.chip{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.55);
  color: var(--muted);
  font-weight: 850;
  cursor: pointer;
}

.chip:hover{ color: var(--text); transform: translateY(-1px); }

.chip.active{
  border-color: rgba(217,79,143,0.35);
  background: linear-gradient(90deg, rgba(217,79,143,0.18), rgba(155,77,224,0.18));
  color: var(--text);
}
/* ---------- Lightbox ---------- */
.lb{
  position: fixed;
  inset: 0;
  display:none;
  align-items:center;
  justify-content:center;
  padding: 18px;
  background: rgba(10,10,14,0.62);
  backdrop-filter: blur(8px);
  z-index: 9999;
}

.lb.open{ display:flex; }

.lb-panel{
  width: min(980px, 96vw);
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 30px 90px rgba(0,0,0,0.35);
}

.lb-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(43,27,35,0.10);
}

.lb-title{
  font-weight: 900;
  color: var(--text);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.lb-actions{
  display:flex;
  gap: 8px;
}

.lb-btn{
  border: 1px solid rgba(43,27,35,0.14);
  background: rgba(255,255,255,0.65);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 900;
  color: var(--muted);
  cursor:pointer;
}
.lb-btn:hover{ color: var(--text); transform: translateY(-1px); }

.lb-body{
  padding: 14px;
}

.lb-media{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(43,27,35,0.10);
  background: rgba(255,255,255,0.7);
}

.lb-media img{
  width: 100%;
  height: min(68vh, 640px);
  object-fit: cover;
  display:block;
}

.lb-caption{
  padding: 10px 12px;
  color: var(--muted);
  font-weight: 750;
  font-size: 13px;
}

/* ---------- Before / After Compare ---------- */
.compare{
  position: relative;
  width: 100%;
  height: min(68vh, 640px);
  overflow:hidden;
  background: #fff;
}

.compare img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  user-select:none;
  -webkit-user-drag:none;
}

.compare .after{
  clip-path: inset(0 50% 0 0); /* default half */
}

.compare .divider{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}

.compare .knob{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:44px;
  height:44px;
  border-radius:999px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 950;
  color: var(--muted);
}

.compare-controls{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 10px 12px;
  border-top: 1px solid rgba(43,27,35,0.10);
  background: rgba(255,255,255,0.7);
}

.compare-controls input[type="range"]{
  width: 100%;
}

.compare-label{
  font-size: 12px;
  font-weight: 900;
  color: var(--muted);
  white-space: nowrap;
}


/* ---------- Logo placement ---------- */
.logo-nav{
  width:42px;
  height:42px;
  object-fit:cover;
  border-radius:10px;
  border:1px solid rgba(43,27,35,0.12);
  background:#fff;
}

/* ---------- Prices grouped layout ---------- */
.prices-wrap{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:14px;
}

.p-group{
  border:1px solid var(--border);
  border-radius:18px;
  background: rgba(255,255,255,0.65);
  overflow:hidden;
}

.p-group-title{
  padding:12px 14px;
  font-weight:950;
  color:var(--text);
  border-bottom:1px solid rgba(43,27,35,0.08);
  background: rgba(255,255,255,0.7);
}

.p-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}

.p-table th, .p-table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(43,27,35,0.08);
  text-align:left;
}
.p-table th{font-size:13px; color:var(--muted); font-weight:900}
.p-table tr:last-child td{border-bottom:none}

.p-book{
  white-space:nowrap;
  font-weight:900;
}
.p-book a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(43,27,35,0.14);
  background: rgba(255,255,255,0.65);
}
.p-book a:hover{transform:translateY(-1px)}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.gallery-grid img,
.gallery-grid video {
  width: 100%;
  height: 240px;
  object-fit: contain;
background: #000;

  border-radius: 12px;
  display: block;
}
.lb-media img,
.lb-media video {
  max-width: 100%;
  max-height: 75vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.admin button {
  background-color: #d94f8f ;   /* Buton arka plan */
  color: #6b4a5a;              /* Yazı rengi */
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 8px;
}

.admin button:hover {
  background-color: #333333;   /* Hover rengi */
}

.primary {
  background: linear-gradient(45deg, #f8c8dc, #d6a6c1);
  color: white;
  border: none;
}

#starRating span{
  font-size:22px;
  cursor:pointer;
  color:#dde00e;              /* boş yıldız rengi */
  transition:0.2s ease;
}

#starRating span.active{
  color:#ffd000;           /* seçili yıldız sarı */
}

/* =========================
   MOBILE OPTIMIZATION PACK
   (Add to END of style.css)
   ========================= */

/* Daha iyi box model */
*, *::before, *::after { box-sizing: border-box; }

/* Görseller taşmasın */
img, video { max-width: 100%; height: auto; }

/* Mobilde yatay kaymayı engelle */
html, body { overflow-x: hidden; }

/* Yazılar mobilde okunaklı */
body { -webkit-text-size-adjust: 100%; }

/* NAV: mobilde daha kompakt */
@media (max-width: 720px) {
  .nav-inner {
    width: min(1100px, 92vw);
    padding: 10px 0;
    gap: 10px;
    flex-wrap: wrap;
  }

  .brand { gap: 10px; }
  .logo-nav { width: 36px; height: 36px; border-radius: 10px; }

  .brand-title { font-size: 16px; }
  .brand-sub { font-size: 11px; }

  /* Menü mobilde taşmasın: yatay kaydırmalı “chip” gibi */
  .menu {
    width: 100%;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .menu::-webkit-scrollbar { height: 6px; }
  .menu a { white-space: nowrap; }

  /* Genel container daha ferah */
  .container {
    width: min(1100px, 92vw);
    margin: 14px auto;
    padding: 12px 0 48px;
  }

  /* Kartlar mobilde daha rahat */
  .card {
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
  }

  /* Form elemanları mobil dostu */
  input, textarea, select, button {
    font-size: 16px; /* iOS zoom bug fix */
  }

  button {
    width: 100%;
    padding: 12px 14px;
  }

  /* Yorum kartları / liste elemanları */
  .comment {
    padding: 14px;
    border-radius: 14px;
  }
}

/* Çok küçük ekranlar */
@media (max-width: 420px) {
  .brand-title { font-size: 15px; }
  .menu a { padding: 8px 10px; }
  .card { padding: 14px; }
}