/* ===== Eryaman Kedi Oteli — turuncu-beyaz tema ===== */

:root {
  --orange-50:  #FFF7ED;
  --orange-100: #FFEDD5;
  --orange-200: #FED7AA;
  --orange-300: #FDBA74;
  --orange-400: #FB923C;
  --orange-500: #F97316;
  --orange-600: #EA580C;
  --orange-700: #C2410C;

  --white: #FFFFFF;
  --cream: #FFFBF5;
  --ink:   #1F1F1F;
  --muted: #6B7280;
  --line:  #F1E7DC;

  --red-50:  #FEF2F2;
  --red-600: #DC2626;

  --green-50:  #ECFDF5;
  --green-600: #059669;

  --shadow-sm: 0 1px 2px rgba(31,31,31,.06);
  --shadow:    0 6px 24px rgba(234,88,12,.10), 0 2px 6px rgba(31,31,31,.06);
  --shadow-lg: 0 24px 48px rgba(234,88,12,.18), 0 6px 16px rgba(31,31,31,.08);

  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 22px;

  --maxw: 1180px;
  --space: clamp(1rem, 2vw, 1.5rem);

  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  --pink-50:  #FDF2F8;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--orange-600); text-decoration: none; }
a:hover { color: var(--orange-700); text-decoration: underline; }

img { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  margin: 0 0 .5em;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--ink);
}
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 700; }

p { margin: 0 0 1em; color: #2b2b2b; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--space);
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  text-decoration: none;
}
.logo:hover { text-decoration: none; }
.logo-mark {
  width: 38px; height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange-400), var(--orange-600));
  display: grid; place-items: center;
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.logo-mark svg { width: 22px; height: 22px; }
.nav-links {
  display: flex; gap: 1.4rem; align-items: center;
  list-style: none; margin: 0; padding: 0;
}
.nav-links a:not(.btn) {
  color: var(--ink);
  font-weight: 500;
  font-size: .98rem;
  padding: .35rem 0;
  border-bottom: 2px solid transparent;
}
.nav-links a:not(.btn):hover { color: var(--orange-600); border-bottom-color: var(--orange-300); text-decoration: none; }
.nav-links a:not(.btn).active { color: var(--orange-600); border-bottom-color: var(--orange-500); }

.nav-links .btn {
  padding: .62rem 1.35rem;
  font-size: .92rem;
  line-height: 1.25;
  border-bottom: none;
  white-space: nowrap;
}
.nav-links .btn:hover { transform: translateY(-1px); border-bottom-color: transparent; }

.nav-toggle {
  display: none;
  background: transparent; border: 0;
  width: 44px; height: 44px;
  cursor: pointer;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto;
  transition: transform .25s, opacity .25s;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  padding: .85rem 1.4rem;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  box-shadow: var(--shadow);
}
.btn-primary:hover { color: #fff; box-shadow: var(--shadow-lg); }
.btn-secondary {
  background: var(--orange-50);
  color: var(--orange-700);
  border: 1px solid var(--orange-200);
}
.btn-secondary:hover { background: var(--orange-100); color: var(--orange-700); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
}
.btn-ghost:hover { background: var(--orange-50); }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }


/* ===== Kadın Girişimci badge ===== */
.badge-kadin-girisimci {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .85rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--pink-500), var(--pink-700));
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 2px 10px rgba(219, 39, 119, .35);
  white-space: nowrap;
  flex-shrink: 0;
}
.badge-kadin-girisimci svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.badge-kadin-girisimci--hero {
  font-size: .85rem;
  padding: .5rem 1rem;
  margin-bottom: .85rem;
  box-shadow: 0 4px 16px rgba(219, 39, 119, .28);
}
.badge-kadin-girisimci--hero svg {
  width: 16px;
  height: 16px;
}

.nav .badge-kadin-girisimci {
  margin-left: .25rem;
}

@media (max-width: 640px) {
  .nav .badge-kadin-girisimci {
    font-size: .68rem;
    padding: .32rem .6rem;
    margin-left: .15rem;
  }
  .nav .badge-kadin-girisimci svg {
    width: 12px;
    height: 12px;
  }
  .badge-kadin-girisimci--hero {
    font-size: .8rem;
    padding: .45rem .85rem;
  }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(3rem, 7vw, 5rem);
  background:
    radial-gradient(1100px 600px at 80% -10%, var(--orange-100), transparent 60%),
    radial-gradient(800px 500px at -10% 50%, #FFE5CC, transparent 60%),
    var(--cream);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff;
  border: 1px solid var(--orange-200);
  color: var(--orange-700);
  padding: .35rem .85rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  box-shadow: var(--shadow-sm);
}
.hero h1 span { color: var(--orange-600); }
.hero-sub { font-size: 1.12rem; color: #3a3a3a; max-width: 56ch; margin-bottom: 1.8rem; }
.hero-ctas { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-art {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 30% 30%, var(--orange-200), transparent 55%),
    linear-gradient(135deg, var(--orange-400), var(--orange-600));
  box-shadow: var(--shadow-lg);
  display: grid; place-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-art::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 80%, rgba(255,255,255,.25), transparent 50%);
}
.hero-art svg { width: 60%; height: 60%; position: relative; z-index: 1; }

/* ===== Section ===== */
section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(1.8rem, 4vw, 2.6rem);
}
.section-head p { color: var(--muted); }
.eyebrow {
  display: inline-block;
  color: var(--orange-600);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .6rem;
}

/* ===== Services ===== */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
  transition: transform .2s, box-shadow .25s, border-color .25s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--orange-200);
}
.service-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--orange-50);
  color: var(--orange-600);
  display: grid; place-items: center;
  margin-bottom: 1rem;
}
.service-icon svg { width: 28px; height: 28px; }

/* ===== Reviews ===== */
.reviews-bg { background: var(--orange-50); }
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.review-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  gap: .8rem;
}
.review-stars { color: var(--orange-500); display: flex; gap: 2px; }
.review-stars svg { width: 18px; height: 18px; }
.review-text { color: #2b2b2b; flex: 1; }
.review-author { display: flex; align-items: center; gap: .7rem; margin-top: .5rem; }
.review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-300), var(--orange-500));
  display: grid; place-items: center;
  color: #fff;
  font-weight: 700;
}
.review-meta { display: flex; flex-direction: column; }
.review-name { font-weight: 600; }
.review-sub { font-size: .85rem; color: var(--muted); }

/* ===== Gallery ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
}
.gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--orange-50);
  border: 1px solid var(--line);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item .caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .6rem .8rem;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent);
  color: #fff;
  font-size: .9rem;
}

.lightbox {
  position: fixed; inset: 0;
  background: rgba(20,12,4,.85);
  display: none;
  align-items: center; justify-content: center;
  padding: 2rem;
  z-index: 100;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw; max-height: 88vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.lightbox-close {
  position: absolute; top: 1rem; right: 1rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  display: grid; place-items: center;
}

/* ===== Contact / Footer ===== */
.contact-card {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.contact-card h2 { color: #fff; }
.contact-card p { color: rgba(255,255,255,.92); }
.contact-info {
  display: grid; gap: .6rem;
  background: rgba(255,255,255,.15);
  padding: 1.2rem;
  border-radius: var(--radius);
  backdrop-filter: blur(4px);
}
.contact-info a { color: #fff; text-decoration: underline; }
.contact-info-item { display: flex; align-items: center; gap: .6rem; }
.contact-info-item svg { width: 18px; height: 18px; }

.site-footer {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 2rem 0;
  color: var(--muted);
  font-size: .92rem;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ===== Stay rules ===== */
.stay-rules-bg { background: #fff; }
.stay-rules {
  max-width: 720px;
  margin: 0 auto;
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem;
}
.stay-rules-title {
  font-size: 1.05rem;
  margin: 0 0 1rem;
  color: var(--orange-800);
}
.stay-rules-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: .65rem;
  color: #2b2b2b;
}
.stay-rules-list li { line-height: 1.55; }
.stay-rules--compact {
  margin: 0 1.8rem 1.2rem;
  padding: 1rem 1.2rem;
  background: var(--orange-50);
  border-radius: var(--radius);
  border: 1px solid var(--orange-200);
}
.stay-rules--compact .stay-rules-title {
  font-size: .95rem;
  margin-bottom: .75rem;
}
.stay-rules--compact .stay-rules-list {
  gap: .45rem;
  font-size: .88rem;
}

/* ===== Reservation form ===== */
.booking-shell {
  background: var(--cream);
  min-height: calc(100vh - 68px);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}
.booking-card {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  overflow: hidden;
}
.booking-header {
  padding: 1.5rem 1.8rem 0;
}
.booking-header h1 { font-size: clamp(1.4rem, 2.5vw, 1.85rem); }
.booking-header p { color: var(--muted); margin-bottom: 1rem; }

.steps {
  display: flex;
  gap: .25rem;
  padding: 0 1.8rem 1.2rem;
  flex-wrap: wrap;
}
.step-pill {
  flex: 1 1 auto;
  min-width: 110px;
  display: flex; align-items: center; gap: .55rem;
  background: var(--orange-50);
  color: var(--orange-700);
  padding: .55rem .8rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  opacity: .55;
  transition: opacity .2s, background .2s, color .2s;
  border: 1px solid transparent;
}
.step-pill.active {
  opacity: 1;
  background: var(--orange-500);
  color: #fff;
  border-color: var(--orange-500);
  box-shadow: var(--shadow-sm);
}
.step-pill.done {
  opacity: 1;
  background: #fff;
  color: var(--orange-600);
  border-color: var(--orange-200);
}
.step-num {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  display: grid; place-items: center;
  font-size: .75rem;
}
.step-pill.active .step-num { background: rgba(255,255,255,.25); }
.step-pill.done .step-num { background: var(--orange-100); }

.progress {
  height: 4px;
  background: var(--orange-50);
  position: relative;
}
.progress-bar {
  position: absolute; top: 0; left: 0; bottom: 0;
  background: linear-gradient(90deg, var(--orange-400), var(--orange-600));
  transition: width .3s ease;
}

.booking-body { padding: 1.8rem; }

.step-panel { display: none; }
.step-panel.active { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.field { margin-bottom: 1rem; }
.field label, .field .label {
  display: block;
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: .4rem;
  color: var(--ink);
}
.field .hint { font-size: .82rem; color: var(--muted); margin-top: .3rem; }
.date-notice {
  margin: 0 0 1.2rem;
  padding: .85rem 1rem;
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  border-radius: var(--radius);
  color: #2b2b2b;
  font-size: .92rem;
  line-height: 1.5;
}
.required { color: var(--orange-600); }

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: .8rem 1rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid #ECE3D5;
  border-radius: var(--radius-sm);
  transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(249,115,22,.15);
}
textarea { min-height: 110px; resize: vertical; }
select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='%23EA580C' d='M1 1l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field.invalid input, .field.invalid select, .field.invalid textarea {
  border-color: var(--red-600);
  background: var(--red-50);
}
.field-error {
  display: none;
  color: var(--red-600);
  font-size: .85rem;
  margin-top: .35rem;
}
.field.invalid .field-error { display: block; }

.radio-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}
.radio-card {
  position: relative;
  border: 1.5px solid #ECE3D5;
  border-radius: var(--radius-sm);
  padding: .9rem 1rem;
  cursor: pointer;
  background: #fff;
  display: flex; align-items: center; gap: .6rem;
  transition: border-color .15s, background .15s;
}
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-card .dot {
  width: 18px; height: 18px;
  border: 2px solid #D9CDB9;
  border-radius: 50%;
  display: grid; place-items: center;
  transition: border-color .15s;
}
.radio-card .dot::after {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange-500);
  transform: scale(0);
  transition: transform .15s;
}
.radio-card:hover { border-color: var(--orange-300); }
.radio-card.checked {
  border-color: var(--orange-500);
  background: var(--orange-50);
}
.radio-card.checked .dot { border-color: var(--orange-500); }
.radio-card.checked .dot::after { transform: scale(1); }

.file-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.file-upload {
  position: relative;
  border: 2px dashed var(--orange-300);
  background: var(--orange-50);
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  display: grid; place-items: center;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  overflow: hidden;
  transition: background .15s, border-color .15s;
}
.file-upload:hover { background: var(--orange-100); border-color: var(--orange-500); }
.file-upload input[type="file"] { display: none; }
.file-upload .file-prompt { color: var(--orange-700); font-weight: 600; font-size: .92rem; }
.file-upload .file-prompt svg { width: 32px; height: 32px; margin-bottom: .4rem; color: var(--orange-500); }
.file-upload .file-hint { font-size: .8rem; color: var(--muted); margin-top: .25rem; }
.file-upload.has-file { padding: 0; border-style: solid; background: #fff; }
.file-upload .file-preview {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.file-upload .file-remove {
  position: absolute; top: 6px; right: 6px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(31,31,31,.6);
  color: #fff;
  border: 0; cursor: pointer;
  display: none;
  align-items: center; justify-content: center;
  z-index: 2;
}
.file-upload.has-file .file-remove { display: flex; }
.file-upload.invalid { border-color: var(--red-600); background: var(--red-50); }

.file-meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .3rem .55rem;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: .78rem;
  display: none;
  z-index: 2;
}
.file-upload.has-file .file-meta { display: block; }

[hidden] { display: none !important; }

.cat-block {
  border: 1px solid var(--orange-200);
  border-radius: var(--radius);
  padding: 1.2rem;
  margin-bottom: 1rem;
  background: #fffdfb;
}
.cat-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: 1rem;
}
.cat-block-head h3 {
  margin: 0;
  color: var(--orange-700);
  font-size: 1.05rem;
}
.cat-remove-btn {
  border: 1px solid #FECACA;
  background: var(--red-50);
  color: var(--red-600);
  border-radius: var(--radius-sm);
  padding: .4rem .8rem;
  font: inherit;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.cat-remove-btn:hover { background: #FEE2E2; border-color: var(--red-600); }

.add-cat-btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1.5px dashed var(--orange-400, var(--orange-500));
  background: var(--orange-50);
  color: var(--orange-700);
  border-radius: var(--radius-sm);
  padding: .75rem 1.1rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.add-cat-btn:hover { background: var(--orange-100); border-color: var(--orange-500); }
.add-cat-plus {
  display: inline-grid;
  place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--orange-500);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
}

.cat-docs { margin-bottom: 1.2rem; }
.cat-docs-title {
  margin: 0 0 .7rem;
  color: var(--orange-700);
  font-size: 1rem;
}

.price-info {
  margin-top: 1rem;
  padding: .85rem 1rem;
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  border-radius: var(--radius-sm);
  font-size: .9rem;
  color: #2b2b2b;
  line-height: 1.6;
}
.price-info-sep { margin: 0 .35rem; color: var(--muted); }
.price-info-dot {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-right: .3rem;
  vertical-align: middle;
}
.price-info-dot--peak { background: var(--orange-500); }
.price-info-dot--normal { background: #9CA3AF; }

.price-box {
  margin-top: 1rem;
  border: 1px solid var(--orange-200);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem 1rem;
  font-size: .92rem;
  border-bottom: 1px solid var(--orange-100);
}
.price-row:last-child { border-bottom: 0; }
.price-row--total {
  background: var(--orange-50);
  font-weight: 800;
  color: var(--orange-700);
  font-size: 1.05rem;
}

.panel-settings-form { display: grid; gap: 1rem; max-width: 420px; }
.panel-settings-form .field { display: grid; gap: .4rem; }
.panel-settings-form .field span { font-weight: 600; font-size: .9rem; }

.site-footer a { color: var(--orange-700); font-weight: 600; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

.lookup-form { display: grid; gap: 1.1rem; }
.lookup-form .btn-block { margin-top: .4rem; }

.lookup-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.lookup-result-label {
  display: block;
  font-size: .8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.lookup-result-code {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--orange-700);
  letter-spacing: .06em;
}
.lookup-summary { margin: 0; }

.summary {
  background: var(--orange-50);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--orange-200);
}
.summary dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: .5rem 1.2rem;
  margin: 0;
}
.summary dt { color: var(--muted); font-size: .9rem; }
.summary dd { margin: 0; font-weight: 600; word-break: break-word; }
.summary h3 { color: var(--orange-700); margin-top: 1rem; }
.summary h3:first-child { margin-top: 0; }

.consent {
  margin-top: 1rem;
  display: flex; gap: .6rem; align-items: flex-start;
  font-size: .92rem;
  color: #333;
}
.consent input { margin-top: .25rem; transform: scale(1.15); accent-color: var(--orange-500); }
.turnstile-wrap { margin-top: 1.2rem; }

.booking-nav {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}
.booking-nav .spacer { flex: 1; }

.global-error {
  display: none;
  background: var(--red-50);
  color: var(--red-600);
  border: 1px solid #FECACA;
  padding: .8rem 1rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  font-size: .92rem;
}
.global-error.show { display: block; }

.success-screen {
  text-align: center;
  padding: 2rem 1rem 1rem;
}
.success-screen .check {
  width: 86px; height: 86px;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--green-600);
  display: grid; place-items: center;
  margin: 0 auto 1.2rem;
}
.success-screen .check svg { width: 44px; height: 44px; }

.spinner {
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
  display: inline-block;
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 420px; margin: 0 auto; }
  .services, .reviews, .gallery { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .file-grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: .5rem 1rem 1rem;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform .2s, opacity .2s;
  }
  .nav-links.open {
    transform: none; opacity: 1; pointer-events: auto;
  }
  .nav-links a:not(.btn) {
    width: 100%;
    padding: .85rem 0;
    border-bottom: 1px solid var(--line);
  }
  .nav-links .btn {
    width: 100%;
    justify-content: center;
    margin-top: .5rem;
    padding: .85rem 1.5rem;
  }
  .services, .reviews, .gallery { grid-template-columns: 1fr; }
  .file-grid { grid-template-columns: 1fr; }
  .steps { padding: 0 1rem 1rem; }
  .booking-body, .booking-header { padding-left: 1rem; padding-right: 1rem; }
  .step-pill { min-width: 0; font-size: .78rem; padding: .45rem .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ============================================================
   Yönetim Paneli
   ============================================================ */
.panel-body {
  background: #F7F4EE;
  min-height: 100vh;
  font-family: var(--font-sans);
  color: var(--ink);
}
.panel-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.panel-header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: .9rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.panel-brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.panel-brand-mark {
  background: var(--orange-500);
  color: #fff;
  font-weight: 800;
  font-size: .8rem;
  padding: .35rem .55rem;
  border-radius: 8px;
  letter-spacing: .04em;
}
.panel-user {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-size: .92rem;
}
.panel-user-name { color: var(--muted); }
.btn-sm { padding: .45rem .85rem; font-size: .85rem; }
.btn-block { width: 100%; justify-content: center; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-ghost:hover { background: var(--orange-50); color: var(--orange-700); }

.panel-main { padding: 1.6rem 0 4rem; }
.panel-container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.4rem;
}
.panel-page-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.panel-page-head h1 {
  margin: .25rem 0 0;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}
.panel-sub { color: var(--muted); margin: .3rem 0 0; font-size: .9rem; }
.panel-back {
  font-size: .85rem;
  color: var(--orange-700);
  text-decoration: none;
}
.panel-back:hover { text-decoration: underline; }

.panel-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .88rem;
}
.panel-muted { color: var(--muted); font-size: .85rem; }
.panel-link {
  color: var(--orange-700);
  text-decoration: none;
  margin-left: .5rem;
  font-size: .85rem;
}
.panel-link:hover { text-decoration: underline; }

.panel-alert {
  margin: 0 0 1rem;
  padding: .75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: .92rem;
  border: 1px solid transparent;
}
.panel-alert--success {
  background: var(--green-50);
  color: var(--green-600);
  border-color: #BBF7D0;
}
.panel-alert--error {
  background: var(--red-50);
  color: var(--red-600);
  border-color: #FECACA;
}

.panel-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.2rem;
}
.panel-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
}
.panel-chip:hover { border-color: var(--orange-300); }
.panel-chip--active {
  background: var(--orange-500);
  color: #fff;
  border-color: var(--orange-500);
}
.panel-chip-count {
  background: rgba(0, 0, 0, .07);
  border-radius: 999px;
  padding: .05rem .5rem;
  font-size: .75rem;
  font-weight: 600;
}
.panel-chip--active .panel-chip-count {
  background: rgba(255, 255, 255, .2);
}

.panel-empty {
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 2.5rem;
  text-align: center;
  color: var(--muted);
}

.panel-table-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: auto;
}
.panel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
}
.panel-table th,
.panel-table td {
  padding: .85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.panel-table th {
  background: #FAF7F1;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  font-weight: 600;
}
.panel-table tbody tr:last-child td { border-bottom: none; }
.panel-table tbody tr:hover { background: var(--orange-50); }

.badge {
  display: inline-flex;
  align-items: center;
  padding: .25rem .65rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  border: 1px solid transparent;
}
.badge--warn   { background: #FEF3C7; color: #92400E; border-color: #FDE68A; }
.badge--info   { background: #DBEAFE; color: #1E3A8A; border-color: #BFDBFE; }
.badge--accent { background: #EDE9FE; color: #5B21B6; border-color: #DDD6FE; }
.badge--success{ background: var(--green-50); color: var(--green-600); border-color: #BBF7D0; }
.badge--muted  { background: #F3F4F6; color: #4B5563; border-color: #E5E7EB; }
.badge--danger { background: var(--red-50); color: var(--red-600); border-color: #FECACA; }

.panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.panel-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
}
.panel-card h2 {
  font-size: 1rem;
  margin: 0 0 .9rem;
  color: var(--orange-700);
}
.panel-card--wide { grid-column: 1 / -1; }
.panel-dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: .55rem .8rem;
  margin: 0;
  font-size: .92rem;
}
.panel-dl dt { color: var(--muted); }
.panel-dl dd { margin: 0; }
.panel-pre { white-space: pre-wrap; word-break: break-word; }

.panel-status-form {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.panel-select {
  flex: 1;
  min-width: 220px;
  padding: .65rem .85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #fff;
  font-size: .92rem;
  font-family: inherit;
}
.panel-select:focus {
  outline: none;
  border-color: var(--orange-400);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .18);
}

.panel-files {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.panel-file figcaption {
  margin-top: .5rem;
  font-size: .85rem;
  color: var(--muted);
  text-align: center;
}
.panel-file img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #FAF7F1;
}

.panel-login {
  min-height: calc(100vh - 100px);
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
}
.panel-login-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  width: 100%;
  max-width: 420px;
}
.panel-login-card h1 {
  margin: 0 0 .25rem;
  font-size: 1.4rem;
}
.panel-login-sub { color: var(--muted); margin: 0 0 1.4rem; font-size: .9rem; }
.panel-login-form {
  display: grid;
  gap: 1rem;
}
.panel-login-form .field {
  display: grid;
  gap: .35rem;
  margin: 0;
}
.panel-login-form .field span {
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink);
}
.panel-login-form input {
  padding: .7rem .9rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  font-size: .95rem;
  font-family: inherit;
}
.panel-login-form input:focus {
  outline: none;
  border-color: var(--orange-400);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .18);
}

@media (max-width: 760px) {
  .panel-grid { grid-template-columns: 1fr; }
  .panel-files { grid-template-columns: 1fr; }
  .panel-file img { height: auto; max-height: 320px; }
  .panel-page-head { flex-direction: column; align-items: flex-start; }
}

/* ===== Blog ===== */
.blog-hero {
  background: var(--orange-50);
  padding: clamp(2rem, 5vw, 3rem) 0 1.5rem;
}
.blog-grid {
  display: grid;
  gap: 1.2rem;
  max-width: 760px;
  margin: 0 auto 3rem;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, border-color .2s;
}
.blog-card:hover {
  border-color: var(--orange-200);
  box-shadow: var(--shadow);
}
.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: .6rem;
}
.blog-card h2 {
  margin: 0 0 .65rem;
  font-size: 1.25rem;
  line-height: 1.35;
}
.blog-card h2 a {
  color: var(--ink);
  text-decoration: none;
}
.blog-card h2 a:hover { color: var(--orange-700); }
.blog-card p {
  color: #444;
  margin: 0 0 1rem;
  line-height: 1.6;
}
.blog-read-more {
  font-weight: 600;
  color: var(--orange-700);
  text-decoration: none;
  font-size: .92rem;
}
.blog-read-more:hover { text-decoration: underline; }

.blog-article {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 4rem;
}
.blog-article-inner { max-width: 720px; }
.blog-back {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: var(--orange-700);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
}
.blog-back:hover { text-decoration: underline; }
.blog-article-head { margin-bottom: 2rem; }
.blog-article-head h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
  margin: .5rem 0 0;
}
.blog-prose {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #2b2b2b;
}
.blog-lead {
  font-size: 1.08rem;
  color: #333;
  margin-bottom: 1.8rem;
}
.blog-quote {
  margin: 0 0 1.6rem;
  padding: 1.2rem 1.4rem;
  background: var(--orange-50);
  border-left: 4px solid var(--orange-400);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.blog-quote--favorite {
  background: #FFF7ED;
  border-left-color: var(--orange-600);
  box-shadow: var(--shadow-sm);
}
.blog-quote-text {
  margin: 0 0 .5rem;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  color: var(--orange-800);
  line-height: 1.5;
}
.blog-quote footer {
  font-size: .9rem;
  font-weight: 600;
  color: var(--muted);
  font-style: normal;
}
.blog-quote-note {
  margin: .85rem 0 0;
  font-size: .95rem;
  line-height: 1.65;
  color: #444;
  font-style: normal;
}
.blog-favorite-label {
  font-weight: 600;
  color: var(--orange-700);
  margin: 2rem 0 .75rem;
}
.blog-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  border-radius: var(--radius);
  text-align: center;
}
.blog-cta p { margin: 0 0 1rem; color: #444; }
.blog-cta-actions {
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-section-heading {
  font-size: 1.2rem;
  color: var(--orange-700);
  margin: 2rem 0 .85rem;
}
.blog-section-heading:first-child { margin-top: 0; }
.blog-holiday {
  position: relative;
  margin: 0 0 .85rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--orange-400);
}
.blog-holiday strong {
  display: block;
  margin-bottom: .35rem;
  color: var(--ink);
}
.blog-holiday p {
  margin: 0;
  color: #444;
  line-height: 1.6;
  font-size: .95rem;
}
.blog-holiday--past {
  opacity: .72;
  border-left-color: var(--muted);
  background: #FAFAFA;
}
.blog-holiday-tag {
  display: inline-block;
  margin-top: .5rem;
  font-size: .75rem;
  font-weight: 600;
  color: var(--muted);
  background: #F3F4F6;
  padding: .15rem .5rem;
  border-radius: 999px;
}
