/* Tur rezervasyon sayfaları — 1.5-hours-tour, 2.5-hours-tours, 4.5-hours-tours */
.booking-shell {
  background-color: #f7f7f7;
}
.booking-nav {
  border-bottom: 1px solid #ebebeb;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.booking-input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #b0b0b0;
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #222222;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
/* @tailwindcss/forms — border-radius: 0; bu sayfada eziliyor */
#booking .booking-input,
.tour-booking-card .booking-input {
  border-radius: 0.75rem !important;
}
.booking-input::placeholder {
  color: #717171;
}
.booking-input:focus {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}
/* Tailwind Forms / preflight textarea'yı köşesiz bırakabiliyor — tur rezervasyonu not alanı */
#booking textarea.booking-input,
.tour-booking-card textarea.booking-input {
  border-radius: 0.75rem;
  border: 1px solid #b0b0b0;
}
#booking textarea.booking-input:focus,
.tour-booking-card textarea.booking-input:focus {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}
.booking-card {
  border-radius: 1rem;
  border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
/* Marka mavisi — site geneli (primary / primary-container) */
.booking-btn {
  width: 100%;
  border-radius: 0.75rem;
  background: linear-gradient(to right, #005ab7 0%, #0072e5 100%);
  color: #fff;
  font-weight: 600;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  transition: filter 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 8px rgba(0, 90, 183, 0.35);
}
.booking-btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 14px rgba(0, 90, 183, 0.4);
}
.booking-btn:active {
  transform: scale(0.99);
}
.booking-section-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #222222;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}
.booking-hero-img {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.booking-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: #f7f7f7;
  color: #222222;
  border: 1px solid #dddddd;
}

/* Şablon zaman çizelgesi (gradient çizgi) */
.timeline-gradient {
  background: linear-gradient(to bottom, #005ab7 0%, #fd9000 100%);
}
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* —— Custom single date picker (tur booking) —— */
.dp-ui {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.dp-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #b0b0b0;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.dp-trigger:hover {
  border-color: #222222;
}
.dp-trigger:focus-visible {
  outline: none;
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}
.dp-trigger[aria-expanded="true"] {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}
.dp-lbl {
  display: block;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #222222;
  line-height: 1.2;
}
.dp-placeholder {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #717171;
}
.dp-value {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
}
.dp-value.hidden,
.dp-placeholder.hidden {
  display: none !important;
}
.dp-chevron {
  font-size: 1.25rem !important;
  color: #222222;
  transition: transform 0.2s ease;
}
.dp-trigger[aria-expanded="true"] .dp-chevron {
  transform: rotate(180deg);
}
.dp-clear {
  position: absolute;
  right: 2.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: #717171;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.dp-clear:hover {
  background: #f7f7f7;
  color: #222222;
}
.dp-clear--hidden {
  display: none !important;
}
.dp-popover {
  position: absolute;
  left: 0;
  right: auto;
  top: calc(100% + 0.5rem);
  z-index: 9999;
  /* Dar grid sütununa sıkışmasın: rahat genişlik, viewport’u taşmaz */
  width: max(16rem, min(22rem, calc(100vw - 2rem)));
  max-width: none;
  box-sizing: border-box;
  border-radius: 1rem;
  border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem 1.25rem;
}
.dp-popover.hidden {
  display: none !important;
}
.dp-pop-head {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
.dp-month-label {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #222222;
}
.dp-prev,
.dp-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: #222222;
  cursor: pointer;
  transition: background 0.15s ease;
}
.dp-prev:hover:not(:disabled),
.dp-next:hover:not(:disabled) {
  background: #f7f7f7;
}
.dp-prev:disabled,
.dp-next:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.dp-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.125rem;
  margin-bottom: 0.25rem;
}
.dp-wd {
  text-align: center;
  font-size: 0.65rem;
  font-weight: 600;
  color: #717171;
  padding: 0.25rem 0;
}
.dp-cells {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.125rem;
}
.dp-cell--empty {
  min-height: 2.5rem;
}
.dp-day {
  min-height: 2.5rem;
  border: none;
  border-radius: 9999px;
  background: transparent;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #222222;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
}
.dp-day--available:hover {
  background: #f7f7f7;
}
.dp-day--today:not(.dp-day--selected) {
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #222222;
}
.dp-day--selected {
  background: #222222 !important;
  color: #fff !important;
  font-weight: 600;
}
.dp-day--disabled {
  color: #dddddd !important;
  cursor: default;
  pointer-events: none;
}

/* —— Tour product pages (hours-tour*.html) — modern layout —— */
body.tour-page {
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(0, 90, 183, 0.06), transparent 55%),
    radial-gradient(900px 500px at 100% 20%, rgba(253, 144, 0, 0.05), transparent 50%),
    #f4f6f9;
}

.tour-hero__img {
  transform: scale(1.02);
}
.tour-hero__scrim {
  background: linear-gradient(
    115deg,
    rgba(0, 26, 63, 0.88) 0%,
    rgba(0, 50, 100, 0.55) 42%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

.tour-hero__panel {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow:
    0 24px 80px rgba(0, 20, 50, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.tour-eyebrow {
  letter-spacing: 0.18em;
}

.tour-meta-chips {
  gap: 0.5rem;
}

.tour-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.15);
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.tour-hero-cta {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.tour-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 50px -24px rgba(15, 23, 42, 0.12);
}

.tour-section-head__eyebrow {
  color: #005ab7;
  letter-spacing: 0.2em;
}

.tour-section-head__title {
  letter-spacing: -0.03em;
}

.tour-section-head__lede {
  font-size: 1.0625rem;
  line-height: 1.55;
}

/* Timeline — numbered steps */
.tour-timeline-v2 {
  --tour-line: linear-gradient(180deg, #005ab7 0%, #fd9000 100%);
  padding-left: 0;
}

.tour-timeline-v2::before {
  content: "";
  position: absolute;
  left: 1.125rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 3px;
  border-radius: 9999px;
  background: var(--tour-line);
  opacity: 0.85;
}

.tour-timeline-step {
  position: relative;
  padding-left: 3.25rem;
  padding-bottom: 2.25rem;
}

.tour-timeline-step:last-child {
  padding-bottom: 0;
}

.tour-timeline-step__num {
  position: absolute;
  left: 0;
  top: 0.15rem;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  border: 2px solid #fff;
  background: linear-gradient(145deg, #005ab7, #0072e5);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 90, 183, 0.35);
  z-index: 1;
}

.tour-timeline-step--end .tour-timeline-step__num {
  background: linear-gradient(145deg, #94a3b8, #cbd5e1);
  box-shadow: none;
}

.tour-timeline-step--accent .tour-timeline-step__num {
  background: linear-gradient(145deg, #ea580c, #fd9000);
  box-shadow: 0 6px 16px rgba(253, 144, 0, 0.45);
}

.tour-timeline-step__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.dark .tour-timeline-step__title {
  color: #f1f5f9;
}

.tour-timeline-step__text {
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
}

.dark .tour-timeline-step__text {
  color: #94a3b8;
}

.tour-map-card {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
  box-shadow: 0 16px 40px -20px rgba(15, 23, 42, 0.15);
}

.tour-map-card__head {
  padding: 2rem 2rem 0;
}

@media (min-width: 640px) {
  .tour-map-card__head {
    padding: 2.5rem 2.5rem 0;
  }
}

.tour-map-card__map {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  background: #eef2f7;
}

.tour-inc-card {
  border-radius: 1.125rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tour-inc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -12px rgba(15, 23, 42, 0.12);
}

.tour-inc-card__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tour-inc-list li {
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.tour-inc-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tour-gallery-section {
  position: relative;
}

.tour-gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 90, 183, 0.03) 100%);
  pointer-events: none;
  border-radius: inherit;
}

.tour-booking-card {
  overflow: visible;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 24px 60px -28px rgba(15, 23, 42, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.tour-trust-pill {
  border-radius: 1rem;
  border: 1px solid rgba(0, 90, 183, 0.12);
  background: linear-gradient(135deg, rgba(0, 90, 183, 0.06), rgba(0, 114, 229, 0.04));
}
