/* ===== nigdegeziyor — genel site ===== */
:root {
  --ink: #16202e;
  --ink-2: #4a5566;
  --muted: #7b8594;
  --line: #e7e3dc;
  --bg: #fbf8f3;
  --card: #ffffff;
  --brand: #d9572b;
  --brand-dark: #b8441d;
  --brand-soft: #fde9df;
  --teal: #0e7c74;
  --teal-soft: #dff3f0;
  --radius: 18px;
  --shadow: 0 1px 2px rgba(22, 32, 46, .05), 0 8px 24px rgba(22, 32, 46, .07);
  --shadow-lg: 0 20px 50px rgba(22, 32, 46, .14);
  --container: 1180px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px; line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.02em; }
p { margin: 0 0 1em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: 20px; }
.section { padding-block: 64px; }
.section--tight { padding-block: 36px; }
[id] { scroll-margin-top: 84px; }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); margin-bottom: .6rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; margin-bottom: 28px; }
.section-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin: 0; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ----- butonlar & form ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .8rem 1.35rem; border-radius: 999px; border: 2px solid transparent;
  font: 700 .95rem/1 inherit; font-family: inherit; text-decoration: none; cursor: pointer;
  transition: background .15s, transform .15s, box-shadow .15s, color .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 6px 18px rgba(217, 87, 43, .3); }
.btn--primary:hover { background: var(--brand-dark); }
.btn--primary:disabled { background: #d7c9c2; box-shadow: none; cursor: not-allowed; }
.btn--ghost { border-color: var(--line); background: #fff; color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { background: rgba(255, 255, 255, .16); color: #fff; border-color: rgba(255, 255, 255, .4); backdrop-filter: blur(6px); }
.btn--light:hover { background: rgba(255, 255, 255, .28); }
.btn--wa { background: #25d366; color: #fff; }
.btn--wa:hover { background: #1eb959; }
.btn--block { width: 100%; }
.btn--lg { padding: 1rem 1.6rem; font-size: 1.02rem; }
.btn svg { width: 18px; height: 18px; }

.input, .field input, .field select, .field textarea {
  width: 100%; padding: .72rem .9rem; border-radius: 12px; border: 1.5px solid #ddd8cf; background: #fff;
  font: 500 .95rem/1.4 inherit; font-family: inherit; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.input:focus, .field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(14, 124, 116, .14);
}
textarea.input { resize: vertical; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field label { font-size: .85rem; font-weight: 700; color: var(--ink-2); }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.check-row { display: flex; gap: .6rem; align-items: flex-start; font-size: .88rem; color: var(--ink-2); }
.check-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--brand); flex-shrink: 0; }
.hp { position: absolute; left: -9999px; }

.alert { padding: .9rem 1.1rem; border-radius: 14px; margin-bottom: 1rem; font-size: .93rem; }
.alert ul { margin: 0; padding-left: 1.1rem; }
.alert--error { background: #fdecec; color: #9b1c1c; border: 1px solid #f8caca; }
.alert--success { background: var(--teal-soft); color: #075e57; border: 1px solid #b7e5de; }
.alert--info { background: #eef4ff; color: #1e429f; border: 1px solid #cddcfb; }

/* ----- header ----- */
.header {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50;
  background: rgba(251, 248, 243, .86); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 1rem; }
.logo { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; font-weight: 800; font-size: 1.15rem; letter-spacing: -.03em; }
.logo__mark { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, var(--brand), #f39a4a); display: grid; place-items: center; color: #fff; }
.logo__mark svg { width: 22px; height: 22px; }
.logo small { display: block; font-size: .68rem; font-weight: 600; color: var(--muted); letter-spacing: 0; margin-top: -3px; }
.nav { display: flex; align-items: center; gap: .25rem; }
.nav a { text-decoration: none; font-weight: 600; font-size: .93rem; padding: .55rem .85rem; border-radius: 999px; color: var(--ink-2); }
.nav a:hover, .nav a.is-active { background: #f1ebe2; color: var(--ink); }
.nav .btn { margin-left: .5rem; padding: .65rem 1.1rem; color: #fff; }
.nav .btn:hover { background: var(--brand-dark); color: #fff; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; border-radius: 10px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: 68px 0 auto 0; flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--bg); padding: 12px 20px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: .18s;
  }
  .nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav a { padding: .85rem 1rem; font-size: 1rem; }
  .nav .btn { margin: .5rem 0 0; justify-content: center; }
}

/* ----- hero ----- */
.hero { position: relative; overflow: hidden; color: #fff; background: #1c2635; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__inner { position: relative; padding-block: clamp(70px, 12vw, 140px) clamp(120px, 16vw, 200px); max-width: 720px; }
.hero h1 { font-size: clamp(2.2rem, 6vw, 3.9rem); font-weight: 800; margin-bottom: .4em; }
.hero h1 em { font-style: normal; color: #ffb37a; }
.hero p { font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255, 255, 255, .82); max-width: 560px; }
.hero__actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero__stats { display: flex; gap: 2rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero__stats strong { display: block; font-size: 1.6rem; font-weight: 800; }
.hero__stats span { font-size: .82rem; color: rgba(255, 255, 255, .7); }

/* ----- tur kartları ----- */
.tour-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.tour-card {
  display: flex; flex-direction: column; background: var(--card); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); text-decoration: none; transition: transform .2s, box-shadow .2s; border: 1px solid rgba(0, 0, 0, .03);
}
.tour-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tour-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #e9e2d6; }
.tour-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.tour-card:hover .tour-card__media img { transform: scale(1.05); }
.tour-card__date {
  position: absolute; top: 12px; left: 12px; background: #fff; border-radius: 12px; padding: 6px 10px; text-align: center;
  line-height: 1.05; box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}
.tour-card__date b { display: block; font-size: 1.25rem; font-weight: 800; }
.tour-card__date small { font-size: .68rem; font-weight: 700; text-transform: uppercase; color: var(--brand); }
.tour-card__badge { position: absolute; top: 12px; right: 12px; }
.tour-card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.tour-card__body h3 { font-size: 1.12rem; margin: 0; }
.tour-card__meta { display: flex; flex-wrap: wrap; gap: .35rem .9rem; font-size: .82rem; color: var(--muted); }
.tour-card__meta span { display: inline-flex; align-items: center; gap: .3rem; }
.tour-card__meta svg { width: 15px; height: 15px; }
.tour-card__foot { margin-top: auto; padding-top: .8rem; display: flex; align-items: end; justify-content: space-between; border-top: 1px dashed var(--line); }
.price { font-weight: 800; font-size: 1.35rem; color: var(--ink); }
.price small { font-size: .75rem; font-weight: 600; color: var(--muted); }
.price s { font-size: .85rem; color: var(--muted); font-weight: 600; margin-right: .3rem; }

.pill { display: inline-flex; align-items: center; gap: .3rem; font-size: .74rem; font-weight: 700; padding: .3rem .65rem; border-radius: 999px; background: var(--teal-soft); color: var(--teal); }
.pill--warn { background: #fff1d6; color: #9a5b00; }
.pill--brand { background: var(--brand); color: #fff; }
.pill--muted { background: #eee; color: #666; }

.placeholder-img { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #f3c89c, #d9572b 60%, #7a2e1a); color: rgba(255, 255, 255, .85); }
.placeholder-img svg { width: 70%; height: auto; }

/* ----- özellikler ----- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.feature { background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.feature__icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); margin-bottom: 14px; }
.feature__icon svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.feature p { font-size: .92rem; color: var(--ink-2); margin: 0; }

.cta {
  border-radius: 28px; padding: clamp(28px, 5vw, 56px); color: #fff;
  background: radial-gradient(circle at 85% 20%, rgba(255, 179, 122, .45), transparent 40%), linear-gradient(135deg, #0e7c74, #115e59);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.cta h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .3rem; }
.cta p { margin: 0; color: rgba(255, 255, 255, .82); }

/* ----- tur detay ----- */
.tour-hero { position: relative; background: #1c2635; color: #fff; overflow: hidden; }
.tour-hero__img { position: absolute; inset: 0; }
.tour-hero__img img, .tour-hero__img .placeholder-img { width: 100%; height: 100%; object-fit: cover; }
.tour-hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 16, 26, .25), rgba(10, 16, 26, .85)); }
.tour-hero__inner { position: relative; padding-block: clamp(90px, 16vw, 180px) 36px; }
.tour-hero h1 { font-size: clamp(1.8rem, 4.5vw, 3rem); max-width: 850px; }
.crumbs { font-size: .85rem; color: rgba(255, 255, 255, .75); margin-bottom: .8rem; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.tour-facts { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.tour-facts span { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255, 255, 255, .14); backdrop-filter: blur(6px); padding: .45rem .8rem; border-radius: 999px; font-size: .88rem; font-weight: 600; }
.tour-facts svg { width: 16px; height: 16px; }

.tour-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; align-items: start; }
.tour-side { position: sticky; top: 90px; }
@media (max-width: 960px) {
  .tour-layout { grid-template-columns: 1fr; }
  .tour-side { position: static; order: -1; }
}
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.card + .card { margin-top: 20px; }
.card h2 { font-size: 1.3rem; }
.prose { color: var(--ink-2); white-space: pre-line; }

.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline li { position: relative; padding: 0 0 1rem 1.8rem; color: var(--ink-2); }
.timeline li::before { content: ""; position: absolute; left: 5px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: #fff; border: 3px solid var(--brand); }
.timeline li::after { content: ""; position: absolute; left: 10px; top: 22px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::after { display: none; }

.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.checklist li { display: flex; gap: .55rem; align-items: flex-start; font-size: .94rem; color: var(--ink-2); }
.checklist li::before { content: "✓"; flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: .75rem; font-weight: 800; background: var(--teal-soft); color: var(--teal); margin-top: 1px; }
.checklist--no li::before { content: "✕"; background: #fdecec; color: #c53030; }

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.gallery a { border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; display: block; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery a:hover img { transform: scale(1.06); }

.book-box .price { font-size: 1.9rem; }
.book-box dl { display: grid; grid-template-columns: auto 1fr; gap: .5rem 1rem; margin: 1.1rem 0; font-size: .92rem; }
.book-box dt { color: var(--muted); }
.book-box dd { margin: 0; font-weight: 600; text-align: right; }
.seat-bar { height: 8px; background: #efe9df; border-radius: 99px; overflow: hidden; margin: .4rem 0 1rem; }
.seat-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--teal), #22b3a6); border-radius: 99px; }

/* rezervasyon bölümü */
.booking { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 28px; align-items: start; }
@media (max-width: 1000px) { .booking { grid-template-columns: 1fr; } }
.booking__step { display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.05rem; margin-bottom: 1rem; }
.booking__step b { width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: .85rem; }
.summary-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  background: #16202e; color: #fff; padding: 14px 18px; border-radius: 16px; margin-top: 18px;
}
.summary-bar strong { font-size: 1.3rem; }
.summary-bar small { color: rgba(255, 255, 255, .7); display: block; font-size: .78rem; }

/* sayfa başlığı */
.page-head { padding-block: 56px 28px; }
.page-head h1 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); margin-bottom: .3em; }

.search { display: flex; gap: .5rem; max-width: 460px; }

.empty { text-align: center; padding: 60px 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.empty svg { width: 64px; height: 64px; color: #d4c7b6; margin: 0 auto 1rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 28px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-item { display: flex; gap: .9rem; align-items: center; padding: .9rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-item:last-child { border-bottom: 0; }
.contact-item__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); flex-shrink: 0; }
.contact-item__icon svg { width: 20px; height: 20px; }
.contact-item small { display: block; color: var(--muted); font-size: .78rem; }

.done { max-width: 640px; margin: 0 auto; text-align: center; }
.done__icon { width: 84px; height: 84px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; margin: 0 auto 1.2rem; }
.done__icon svg { width: 44px; height: 44px; }
.code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 1.6rem; font-weight: 800; letter-spacing: .12em; background: #fff; border: 2px dashed var(--brand); border-radius: 14px; padding: .6rem 1.2rem; display: inline-block; margin: .6rem 0 1rem; }
.table-simple { width: 100%; border-collapse: collapse; font-size: .92rem; text-align: left; }
.table-simple th, .table-simple td { padding: .6rem .5rem; border-bottom: 1px solid var(--line); }
.table-simple th { color: var(--muted); font-weight: 600; font-size: .8rem; }

/* ----- footer ----- */
.footer { background: #141c28; color: rgba(255, 255, 255, .72); padding-block: 56px 28px; margin-top: 40px; font-size: .92rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
@media (max-width: 760px) { .footer__grid { grid-template-columns: 1fr; } }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: .9rem; }
.footer a { text-decoration: none; }
.footer a:hover { color: #fff; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.footer .logo { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; }
.socials { display: flex; gap: .5rem; margin-top: 1rem; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; }
.socials a:hover { background: var(--brand); }
.socials svg { width: 18px; height: 18px; }

.wa-float {
  position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 60;
  width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, .45); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

.reveal { animation: rise .6s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
