/* Konaklama liste — referans mobil / masaüstü ortak */
:root {
  --kp-otel-red: #d30024;
  --kp-otel-navy: #1a1b4b;
  --kp-otel-green: #1fa35a;
  --kp-otel-radius: 18px;
  --kp-otel-shadow: 0 14px 40px rgba(26, 27, 75, 0.12);
}

.kp-otel {
  font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1c1d21;
  background: #f3f4f8;
  padding-bottom: 24px;
  --kp-otel-page-max: 1180px;
}

.kp-otel-hero {
  position: relative;
  min-height: clamp(248px, 34vw, 380px);
  background: var(--kp-otel-navy) var(--kp-otel-hero) center/cover no-repeat;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

.kp-otel-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 18, 42, 0.45) 0%, rgba(14, 18, 42, 0.72) 100%);
}

.kp-otel-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--kp-otel-page-max);
  margin: 0 auto;
  padding: 22px 16px 92px;
}

.kp-otel-hero__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 8px;
}

.kp-otel-hero__title {
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.15;
}

.kp-otel-hero__lead {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  max-width: 34rem;
}

.kp-otel-seg {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kp-otel-seg__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--kp-otel-navy);
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  border: 2px solid transparent;
}

.kp-otel-seg__btn.is-on {
  background: var(--kp-otel-red);
  color: #fff;
}

.kp-otel-seg__btn i {
  opacity: 0.95;
}

.kp-otel-sheet-wrap {
  max-width: var(--kp-otel-page-max);
  margin: -78px auto 0;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}

.kp-otel-sheet {
  background: #fff;
  border-radius: var(--kp-otel-radius);
  box-shadow: var(--kp-otel-shadow);
  padding: 16px 14px 18px;
}

.kp-otel-search {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kp-otel-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e8e9ef;
  border-radius: 14px;
  padding: 12px 14px;
  margin: 0;
}

.kp-otel-field__ico {
  color: var(--kp-otel-red);
  width: 22px;
  text-align: center;
}

.kp-otel-field__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kp-otel-field__lbl {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.kp-otel-field__ctrl,
.kp-otel-subf input {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #111827;
  background: transparent;
  width: 100%;
}

.kp-otel-field__chev {
  color: #9ca3af;
  font-size: 0.8rem;
}

.kp-otel-field--split .kp-otel-field__row2 {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kp-otel-subf {
  font-size: 0.65rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
}

.kp-otel-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: var(--kp-otel-navy);
  cursor: pointer;
}

.kp-otel-submit:hover {
  filter: brightness(1.06);
}

.kp-otel-cats {
  margin-top: 16px;
  overflow: hidden;
}

.kp-otel-cats__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.kp-otel-cat {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  width: 72px;
  text-align: center;
}

.kp-otel-cat__ico {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6ff;
  color: var(--c);
  font-size: 1.15rem;
}

.kp-otel-cat.is-on .kp-otel-cat__ico {
  box-shadow: 0 0 0 3px var(--kp-otel-red);
}

.kp-otel-cat__lbl {
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.2;
  color: #374151;
}

.kp-otel-filters {
  margin-top: 10px;
}

.kp-otel-filters__track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.kp-otel-dd label {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.62rem;
  font-weight: 800;
  color: #6b7280;
  text-transform: uppercase;
  gap: 4px;
}

.kp-otel-dd select {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  background: #fff;
}

.kp-otel-chip {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4b5563;
  background: #fff;
}

.kp-otel-chip--accent {
  border-color: #c7d2fe;
  color: var(--kp-otel-navy);
}

.kp-otel-promo {
  width: calc(100% - 32px);
  max-width: var(--kp-otel-page-max);
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  background: linear-gradient(110deg, #3d2f6b 0%, #241c4d 45%, #1a1b4b 100%);
  color: #fff;
  border-radius: var(--kp-otel-radius);
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}

.kp-otel-promo__txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.88rem;
  line-height: 1.35;
  max-width: 26rem;
}

.kp-otel-promo__txt strong {
  font-size: 1rem;
}

.kp-otel-promo__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #fff;
  color: var(--kp-otel-navy);
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.78rem;
  text-decoration: none;
  white-space: nowrap;
}

.kp-otel-promo__art {
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 3.2rem;
  opacity: 0.35;
}

.kp-otel-promo__art span {
  position: absolute;
  top: 0;
  right: -4px;
  font-size: 1rem;
  font-weight: 900;
}

.kp-otel-main {
  max-width: var(--kp-otel-page-max);
  margin: 20px auto 0;
  padding: 0 16px;
}

.kp-otel-sec__hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.kp-otel-sec__hd h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--kp-otel-navy);
}

.kp-otel-sec__hd a {
  font-size: 0.82rem;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
}

.kp-otel-hscroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.kp-otel-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
}

.kp-otel-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.kp-otel-card__img {
  position: relative;
  aspect-ratio: 16/10;
  background: #e5e7eb;
}

.kp-otel-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kp-otel-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #1e40af;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 8px;
  letter-spacing: 0.04em;
}

.kp-otel-card__fav {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--kp-otel-red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.kp-otel-card__fav.is-on i {
  font-weight: 900;
}

.kp-otel-card__body {
  padding: 12px 14px 14px;
}

.kp-otel-card__body h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 800;
}

.kp-otel-card__rate {
  font-size: 0.78rem;
  font-weight: 700;
  color: #374151;
}

.kp-otel-card__rate i {
  color: #fbbf24;
}

.kp-otel-card__loc {
  font-size: 0.74rem;
  color: #6b7280;
  margin-top: 6px;
}

.kp-otel-card__avail {
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--kp-otel-green);
}

.kp-otel-card__price {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 900;
  color: #111827;
}

.kp-otel-card__price small {
  font-size: 0.72rem;
  font-weight: 700;
  color: #6b7280;
}

.kp-otel-near {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kp-otel-row {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.kp-otel-row__link {
  display: flex;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  padding: 12px;
}

.kp-otel-row__img {
  position: relative;
  width: 108px;
  height: 108px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #e5e7eb;
}

.kp-otel-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kp-otel-row__avail {
  position: absolute;
  left: 6px;
  bottom: 6px;
  background: var(--kp-otel-green);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
}

.kp-otel-row__body {
  flex: 1;
  min-width: 0;
}

.kp-otel-row__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.kp-otel-row__top h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
}

.kp-otel-row__km {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--kp-otel-navy);
  white-space: nowrap;
}

.kp-otel-row__km--na {
  color: #94a3b8;
  font-weight: 600;
}

.kp-otel-row__adr,
.kp-otel-row__tel {
  margin: 4px 0 0;
  font-size: 0.72rem;
  color: #6b7280;
  line-height: 1.35;
}

.kp-otel-row__meta {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #4b5563;
}

.kp-otel-row__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.kp-otel-row__price {
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--kp-otel-red);
}

.kp-otel-row__price small {
  font-size: 0.7rem;
  color: #6b7280;
}

.kp-otel-row__go {
  color: #9ca3af;
}

.kp-otel-empty {
  text-align: center;
  padding: 24px;
  color: #6b7280;
  font-size: 0.9rem;
}

/* Dar ekran (ana site kabuğu; tek otel.php şablonu) */
@media (max-width: 899px) {
  .kp-otel .kp-otel-hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .kp-otel .kp-otel-seg__btn:not(.is-on) {
    background: #fff;
    color: #1a1b4b;
    border: 2px solid transparent;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  }

  .kp-otel .kp-otel-seg__btn:not(.is-on) i {
    color: #1a1b4b;
  }

  .kp-otel .kp-otel-seg__btn.is-on {
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(211, 0, 36, 0.35);
  }

  .kp-otel .kp-otel-field__lbl {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.62rem;
    color: #6b7280;
  }

  .kp-otel .kp-otel-field__ctrl,
  .kp-otel .kp-otel-subf input {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
  }

  .kp-otel .kp-otel-cat {
    position: relative;
    padding-bottom: 10px;
  }

  .kp-otel .kp-otel-cat__ico {
    background: #fff;
    border: 1px solid #e8e8ef;
  }

  .kp-otel .kp-otel-cat.is-on .kp-otel-cat__ico {
    box-shadow: 0 0 0 2px var(--kp-otel-red);
    border-color: transparent;
  }

  .kp-otel .kp-otel-cat.is-on .kp-otel-cat__lbl {
    color: var(--kp-otel-red);
    font-weight: 800;
  }

  .kp-otel .kp-otel-cat.is-on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 3px;
    background: #94a3b8;
    border-radius: 99px;
  }

  .kp-otel .kp-otel-card__badge {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.52rem;
  }

  .kp-otel .kp-otel-hero {
    border-radius: 0 0 22px 22px;
    min-height: 260px;
  }

  .kp-otel .kp-otel-hero__inner {
    padding: 8px 14px 108px;
  }

  .kp-otel .kp-otel-main {
    padding: 0 12px;
  }
}

.kp-otel-field__grow {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kp-otel-subf__lbl {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6b7280;
  margin-bottom: 2px;
}

.kp-otel-field__row2--tight {
  gap: 8px;
}

.kp-otel-field--mobdates .kp-otel-field__chev {
  align-self: center;
}

.kp-otel-filters__head {
  margin-top: 14px;
  padding: 0 2px 4px;
  border-bottom: 1px solid #f1f5f9;
}

.kp-otel-filters__htitle {
  font-size: 0.72rem;
  font-weight: 800;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kp-otel-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kp-otel-dd__inner {
  display: block;
}

.kp-otel-dd__sel {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  background: #fff;
  color: #1f2937;
  max-width: 100%;
}

@media (min-width: 900px) {
  .kp-otel-hero {
    min-height: clamp(200px, 15vw, 300px);
    border-radius: 0 0 22px 22px;
  }

  .kp-otel-hero__veil {
    background: linear-gradient(105deg, rgba(10, 14, 36, 0.92) 0%, rgba(10, 14, 36, 0.52) 46%, rgba(10, 14, 36, 0.28) 100%);
  }

  .kp-otel-hero__inner {
    padding: 14px 16px 64px;
  }

  .kp-otel-hero__title {
    font-size: clamp(1.42rem, 2vw, 1.92rem);
  }

  .kp-otel-hero__lead {
    margin-bottom: 12px;
    font-size: 0.9rem;
  }

  .kp-otel-sheet-wrap {
    margin-top: -58px;
  }

  .kp-otel-sheet {
    padding: 12px 16px 14px;
  }

  .kp-otel-filters__head {
    display: none;
  }

  .kp-otel-search {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.9fr;
    grid-auto-rows: auto;
    align-items: stretch;
    gap: 10px;
    column-gap: 12px;
  }

  .kp-otel-search .kp-otel-submit {
    grid-column: 1 / -1;
  }

  .kp-otel-field {
    padding: 10px 12px;
    min-height: 64px;
  }

  .kp-otel-field--split .kp-otel-field__row2 {
    gap: 10px;
  }

  .kp-otel-submit {
    padding: 12px 14px;
    border-radius: 12px;
  }

  .kp-otel-cats {
    margin-top: 12px;
  }

  .kp-otel-filters {
    margin-top: 6px;
  }

  .kp-otel-main {
    margin-top: 16px;
  }
}
