/* =========================================================
   ENGINE SEARCH - HERO
   Clean / Corporate / Trivago-inspired
========================================================= */

.be-hero-section {
  margin-bottom: 26px;
}

.be-hero {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.be-hero__media {
  position: relative;
  min-height: clamp(440px, 56vw, 640px);
  background: #dfe7ef;
}

.be-hero__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.be-hero__fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 22%),
    linear-gradient(135deg, #cfd9e5 0%, #b8c8d8 48%, #dde7f0 100%);
}

.be-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.24) 38%, rgba(15, 23, 42, 0.68) 100%);
}

.be-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  z-index: 2;
}

.be-hero__inner {
  width: 100%;
  max-width: 820px;
}

.be-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.be-chip--light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.be-hero__title {
  margin: 0;
  max-width: 11.5ch;
  color: #fff;
  font-size: clamp(2rem, 1.25rem + 2.2vw, 3.4rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.be-hero__subtitle {
  margin-top: 14px;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1rem;
  line-height: 1.72;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.be-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.be-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.be-hero__actions .be-btn {
  min-height: 48px;
  border-radius: 14px;
  padding-inline: 18px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.be-hero__ghost-btn {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.be-hero__ghost-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.be-hero__info {
  position: relative;
  z-index: 3;
  padding: 18px 22px;
  border-top: 1px solid rgba(229, 231, 235, 0.75);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.98));
}

.be-hero__info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.be-hero__info-item {
  padding: 4px 2px;
}

.be-hero__info-label {
  color: var(--be-muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.be-hero__info-value {
  margin-top: 7px;
  color: var(--be-text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.be-hero__info-value--accent {
  color: var(--be-primary);
}

@media (max-width: 1024px) {
  .be-hero__info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .be-hero {
    border-radius: 20px;
  }

  .be-hero__media {
    min-height: 460px;
  }

  .be-hero__content {
    padding: 20px;
    align-items: flex-end;
  }

  .be-hero__title {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.06;
  }

  .be-hero__subtitle {
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .be-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .be-hero__actions .be-btn {
    width: 100%;
  }

  .be-hero__info {
    padding: 16px 18px;
  }

  .be-hero__info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}




/* =========================================================
   ENGINE SEARCH - GALLERY
   Clean / Corporate / Trivago-inspired
========================================================= */

.be-gallery-section {
  margin-bottom: 28px;
}

.be-gallery-section__head {
  align-items: flex-end;
}

.be-gallery-section__action .be-btn {
  min-height: 42px;
}

.be-gallery-card {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fbfcfd);
  border: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.05);
}

.be-gallery {
  padding: 14px;
}

@media (min-width: 640px) {
  .be-gallery {
    padding: 18px;
  }
}

.be-gallery__grid--curated {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 700px) {
  .be-gallery__grid--curated {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-rows: 190px;
    gap: 12px;
  }
}

@media (min-width: 1100px) {
  .be-gallery__grid--curated {
    grid-template-columns: 1.6fr 1fr 1fr;
    grid-auto-rows: 220px;
    gap: 14px;
  }
}

.be-gallery__item {
  position: relative;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 18px;
  overflow: hidden;
  background: #eef2f6;
  min-height: 220px;
  padding: 0;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition:
    transform var(--be-transition),
    box-shadow var(--be-transition),
    border-color var(--be-transition);
}

@media (min-width: 700px) {
  .be-gallery__item {
    min-height: 0;
    height: 100%;
  }
}

.be-gallery__item--main {
  min-height: 300px;
}

@media (min-width: 700px) {
  .be-gallery__item--main {
    grid-row: span 2;
    min-height: 100%;
  }
}

.be-gallery__item:hover {
  transform: translateY(-2px);
  border-color: rgba(209, 213, 219, 1);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
}

.be-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.be-gallery__item:hover img {
  transform: scale(1.03);
}

.be-gallery__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.04) 0%, rgba(17, 24, 39, 0.12) 38%, rgba(17, 24, 39, 0.58) 100%);
  pointer-events: none;
}

.be-gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px 14px 15px;
  color: #fff;
}

@media (min-width: 768px) {
  .be-gallery__caption {
    padding: 16px 16px 17px;
  }
}

.be-gallery__caption-title {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.be-gallery__caption-text {
  margin-top: 5px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.be-gallery__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.be-gallery__footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--be-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.be-gallery__footer-note {
  color: var(--be-text-soft);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.be-gallery__footer-meta {
  color: var(--be-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .be-gallery-card {
    border-radius: 18px;
  }

  .be-gallery {
    padding: 12px;
  }

  .be-gallery__item {
    border-radius: 16px;
  }

  .be-gallery__item--main {
    min-height: 260px;
  }

  .be-gallery__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* =========================================================
   ENGINE SEARCH - ROOM CARDS (Çerçeve Daraltılmış)
========================================================= */

.be-rooms-section {
  margin-bottom: 30px;
}

/* Kart konteyneri - minimum çerçeve */
.be-room-card--elevated {
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.04);
  overflow: hidden;
}

/* Grid yapısı - padding azaltıldı */
.be-room-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .be-room-card__grid {
    grid-template-columns: 1fr;
  }
}

/* Medya alanı - padding ve boşluklar kaldırıldı */
.be-room-card__media {
  position: relative;
  min-height: 280px;
  height: 100%;
  overflow: hidden;
  background: #eef2f6;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 901px) {
  .be-room-card__media {
    border-radius: 16px 0 0 16px; /* Sadece sol köşeler yuvarlak */
    min-height: 320px;
  }
}

@media (max-width: 900px) {
  .be-room-card__media {
    border-radius: 16px 16px 0 0; /* Mobilde sadece üst köşeler yuvarlak */
    min-height: 220px;
    max-height: 280px;
  }
}

/* Slider stilleri - kenar boşlukları sıfır */
.be-room-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  margin: 0;
  padding: 0;
}

.be-room-slider__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
  margin: 0;
  padding: 0;
}

.be-room-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.be-room-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

/* Navigasyon butonları */
.be-room-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #333;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.be-room-slider__nav:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.be-room-slider__nav--prev {
  left: 8px;
}

.be-room-slider__nav--next {
  right: 8px;
}

/* Dot navigasyon */
.be-room-slider__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 2;
}

.be-room-slider__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.be-room-slider__dot.is-active {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Fallback görsel */
.be-room-card__media-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f1f3f5 0%, #e2e6ea 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.be-room-card__media-fallback::after {
  content: '🏨';
  font-size: 2rem;
  opacity: 0.2;
}

/* İçerik alanı - kompakt padding */
.be-room-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

@media (min-width: 901px) {
  .be-room-card__content {
    padding: 20px;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .be-room-card__content {
    padding: 12px;
    gap: 10px;
  }
}

/* İçerik başlık ve fiyat */
.be-room-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.be-room-card__info {
  flex: 1;
  min-width: 0;
}

.be-room-card__title {
  font-size: clamp(1.1rem, 0.95rem + 0.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  color: var(--be-text);
}

.be-room-card__headline {
  font-size: 0.84rem;
  color: var(--be-muted);
  line-height: 1.4;
  margin-bottom: 8px;
}

.be-room-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* Açıklama */
.be-room-card__desc-wrap {
  position: relative;
}

.be-room-card__desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--be-text-soft);
  margin: 0;
}

.be-room-card__desc.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.be-room-card__toggle {
  background: none;
  border: none;
  color: var(--be-primary);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 2px 0;
  margin-top: 2px;
}

.be-room-card__toggle:hover {
  color: var(--be-primary-dark);
  text-decoration: underline;
}

/* Amenities */
.be-room-card__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* Rate seçenekleri */
.be-room-card__bottom {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--be-border);
}

.be-room-card__facts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.be-room-card__rate-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.be-room-card__rate-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--be-border);
  background: #fafbfc;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.be-room-card__rate-option:hover {
  border-color: #d1d5db;
  background: #fff;
}

.be-room-card__rate-option-main {
  min-width: 0;
}

.be-room-card__rate-option-title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
}

.be-room-card__rate-option-meta {
  font-size: 0.8rem;
  color: var(--be-muted);
  margin-top: 3px;
}

.be-room-card__rate-option-desc {
  font-size: 0.78rem;
  color: var(--be-text-soft);
  margin-top: 4px;
  line-height: 1.4;
}

.be-room-card__rate-option-side {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.be-room-card__rate-option-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--be-text);
  line-height: 1.2;
}

.be-room-card__rate-option-sub {
  font-size: 0.78rem;
  color: var(--be-muted);
  margin-top: 2px;
}

/* CTA */
.be-room-card__cta-wrap {
  margin-top: 12px;
}

.be-room-card__cta-wrap .be-btn {
  width: 100%;
  min-height: 40px;
  height: 40px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Quantity picker */
.be-room-card__qty-picker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

.be-room-card__qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--be-border);
  background: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.be-room-card__qty-btn:hover {
  background: #f5f7fb;
  border-color: var(--be-primary);
}

.be-room-card__qty-value {
  width: 32px;
  height: 28px;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid var(--be-border);
  background: #fafbfc;
  font-size: 0.9rem;
}

/* Fallback facts */
.be-room-card__fallback-facts {
  font-size: 0.85rem;
  color: var(--be-text-soft);
  line-height: 1.5;
}

/* Mobil özel */
@media (max-width: 900px) {
  .be-room-card--elevated {
    border-radius: 14px;
  }
  
  .be-room-card__rate-option {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .be-room-card__rate-option-side {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .be-room-card--elevated {
    border-radius: 12px;
    border: 1px solid rgba(229, 231, 235, 0.5);
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
  }
  
  .be-room-card__media {
    min-height: 200px;
    max-height: 240px;
    border-radius: 12px 12px 0 0;
  }
  
  .be-room-card__top {
    flex-direction: column;
    gap: 8px;
  }
  
  .be-room-card__slider__nav {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
}

/* =========================================================
   ROOM SLIDER - DÜZELTİLMİŞ
========================================================= */

.be-room-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.be-room-slider__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.be-room-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: block !important; /* Tüm slide'ları görünür yap */
}

.be-room-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* =========================================================
   ENGINE SEARCH - SEARCH BOX
   Single source of truth
========================================================= */

.be-search-section {
  margin-bottom: 28px;
}

.be-search-box {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(229, 231, 235, 0.92);
  background:
    radial-gradient(circle at top right, rgba(31, 95, 174, 0.05), transparent 18%),
    linear-gradient(180deg, #ffffff, #f9fbfd);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.be-search-box__inner {
  padding: 18px;
}

@media (min-width: 768px) {
  .be-search-box__inner {
    padding: 24px;
  }
}

.be-search-box__head {
  margin-bottom: 16px;
}

.be-search-summary {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--be-border);
  background: #fff;
}

.be-search-summary__title {
  color: var(--be-text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.be-search-summary__sub {
  margin-top: 4px;
  color: var(--be-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* form layout */
.be-search-form-grid {
  display: grid;
  gap: 16px;
  align-items: end;
}

.be-search-form-grid__dates,
.be-search-form-grid__fields,
.be-search-form-grid__submit {
  min-width: 0;
}

.be-search-fields-grid {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.be-search-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.be-search-field .be-label {
  margin-bottom: 8px;
  min-height: 18px;
  white-space: nowrap;
  line-height: 1.2;
}

.be-search-field .be-field {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 14px;
  text-align: center;
}

/* number field cleanup */
input[type="number"].be-field {
  appearance: textfield;
  -moz-appearance: textfield;
}

input[type="number"].be-field::-webkit-outer-spin-button,
input[type="number"].be-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* submit */
.be-search-form-grid__submit {
  display: flex;
  align-items: flex-end;
}

.be-search-form-grid__submit .be-btn {
  width: 100%;
  min-height: 50px;
  height: 50px;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 14px;
  padding-inline: 20px;
}

/* date trigger */
.be-date-trigger {
  width: 100%;
  height: 74px;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--be-border);
  background: #fff;
  color: var(--be-text);
  transition: border-color var(--be-transition), box-shadow var(--be-transition), background var(--be-transition);
}

.be-date-trigger:hover {
  border-color: var(--be-border-strong);
  background: #fcfdff;
}

.be-date-trigger:focus {
  outline: none;
  border-color: rgba(31, 95, 174, 0.35);
  box-shadow: 0 0 0 4px rgba(31, 95, 174, 0.08);
}

.be-date-trigger__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid rgba(229, 231, 235, 0.95);
  font-size: 1rem;
  line-height: 1;
}

.be-date-trigger__content {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.be-date-trigger__label {
  font-size: 0.84rem;
  color: var(--be-muted);
  font-weight: 700;
  line-height: 1.3;
}

.be-date-trigger__value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--be-text);
  line-height: 1.35;
  letter-spacing: -0.01em;
}

/* note area */
.be-search-box__note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(229, 231, 235, 0.85);
}

.be-search-note-grid {
  display: grid;
  gap: 12px;
}

.be-search-note__title {
  margin-bottom: 4px;
  color: var(--be-text);
  font-size: 0.92rem;
  font-weight: 700;
}

.be-search-note__text {
  line-height: 1.7;
}

.be-search-note__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.be-search-note__times {
  font-size: 0.9rem;
  line-height: 1.7;
}

/* -------------------------
   MODERN
------------------------- */
.be-page--modern .be-search-form-grid,
.be-search-box--modern .be-search-form-grid,
.be-search-box[data-search-style="modern"] .be-search-form-grid {
  grid-template-columns: minmax(320px, 1.45fr) minmax(360px, 0.95fr) minmax(240px, 0.55fr);
  gap: 16px;
}

.be-page--modern .be-search-form-grid__dates,
.be-search-box--modern .be-search-form-grid__dates,
.be-search-box[data-search-style="modern"] .be-search-form-grid__dates {
  grid-column: 1;
}

.be-page--modern .be-search-form-grid__fields,
.be-search-box--modern .be-search-form-grid__fields,
.be-search-box[data-search-style="modern"] .be-search-form-grid__fields {
  grid-column: 2;
}

.be-page--modern .be-search-form-grid__submit,
.be-search-box--modern .be-search-form-grid__submit,
.be-search-box[data-search-style="modern"] .be-search-form-grid__submit {
  grid-column: 3;
}

.be-page--modern .be-search-fields-grid,
.be-search-box--modern .be-search-fields-grid,
.be-search-box[data-search-style="modern"] .be-search-fields-grid {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  align-items: end;
}

/* -------------------------
   CLASSIC
------------------------- */
.be-page--classic .be-search-form-grid,
.be-search-box--classic .be-search-form-grid,
.be-search-box[data-search-style="classic"] .be-search-form-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.be-page--classic .be-search-form-grid__dates,
.be-search-box--classic .be-search-form-grid__dates,
.be-search-box[data-search-style="classic"] .be-search-form-grid__dates,
.be-page--classic .be-search-form-grid__fields,
.be-search-box--classic .be-search-form-grid__fields,
.be-search-box[data-search-style="classic"] .be-search-form-grid__fields,
.be-page--classic .be-search-form-grid__submit,
.be-search-box--classic .be-search-form-grid__submit,
.be-search-box[data-search-style="classic"] .be-search-form-grid__submit {
  grid-column: auto;
}

.be-page--classic .be-search-fields-grid,
.be-search-box--classic .be-search-fields-grid,
.be-search-box[data-search-style="classic"] .be-search-fields-grid {
  grid-template-columns: repeat(3, minmax(140px, 1fr));
}

.be-page--classic .be-search-form-grid__submit .be-btn,
.be-search-box--classic .be-search-form-grid__submit .be-btn,
.be-search-box[data-search-style="classic"] .be-search-form-grid__submit .be-btn {
  max-width: 320px;
}

/* -------------------------
   TABLET
------------------------- */
@media (max-width: 1180px) {
  .be-page--modern .be-search-form-grid,
  .be-search-box--modern .be-search-form-grid,
  .be-search-box[data-search-style="modern"] .be-search-form-grid {
    grid-template-columns: 1fr;
  }

  .be-page--modern .be-search-form-grid__dates,
  .be-search-box--modern .be-search-form-grid__dates,
  .be-search-box[data-search-style="modern"] .be-search-form-grid__dates,
  .be-page--modern .be-search-form-grid__fields,
  .be-search-box--modern .be-search-form-grid__fields,
  .be-search-box[data-search-style="modern"] .be-search-form-grid__fields,
  .be-page--modern .be-search-form-grid__submit,
  .be-search-box--modern .be-search-form-grid__submit,
  .be-search-box[data-search-style="modern"] .be-search-form-grid__submit {
    grid-column: auto;
  }

  .be-page--modern .be-search-fields-grid,
  .be-search-box--modern .be-search-fields-grid,
  .be-search-box[data-search-style="modern"] .be-search-fields-grid,
  .be-page--classic .be-search-fields-grid,
  .be-search-box--classic .be-search-fields-grid,
  .be-search-box[data-search-style="classic"] .be-search-fields-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
}

/* -------------------------
   MOBILE
------------------------- */
@media (max-width: 820px) {
  .be-search-fields-grid,
  .be-page--modern .be-search-fields-grid,
  .be-search-box--modern .be-search-fields-grid,
  .be-search-box[data-search-style="modern"] .be-search-fields-grid,
  .be-page--classic .be-search-fields-grid,
  .be-search-box--classic .be-search-fields-grid,
  .be-search-box[data-search-style="classic"] .be-search-fields-grid {
    grid-template-columns: 1fr;
  }

  .be-search-field .be-label {
    min-height: auto;
    white-space: normal;
  }

  .be-search-form-grid__submit .be-btn,
  .be-page--classic .be-search-form-grid__submit .be-btn,
  .be-search-box--classic .be-search-form-grid__submit .be-btn,
  .be-search-box[data-search-style="classic"] .be-search-form-grid__submit .be-btn {
    max-width: none;
  }

  .be-date-trigger {
    height: auto;
    min-height: 70px;
  }
}

@media (max-width: 640px) {
  .be-search-box {
    border-radius: 20px;
  }

  .be-search-box__inner {
    padding: 16px;
  }

  .be-date-trigger {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .be-date-trigger__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .be-date-trigger__value {
    font-size: 0.96rem;
  }

  .be-search-summary {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .be-search-field .be-field {
    text-align: left;
  }
}



/* =========================================================
   SEARCH BOX - SELECTED ROOMS (Mevcut HTML için)
========================================================= */

.be-selection-summary {
  margin-top: 20px;
  border-radius: 16px;
  border: 1.5px solid rgba(229, 231, 235, 0.8);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.03);
  overflow: hidden;
}

/* Başlık */
.be-selection-summary__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px 16px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.7);
  background: #f9fafb;
}

.be-selection-summary__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--be-text);
}

.be-selection-summary__sub {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: var(--be-muted);
  line-height: 1.5;
}

.be-selection-summary__count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--be-primary);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(31, 95, 174, 0.2);
}

/* Liste */
.be-selection-summary__list {
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 60px;
}

/* Mevcut HTML yapısındaki item sınıfı */
.be-selection-summary__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--be-border);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.be-selection-summary__item:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}

.be-selection-summary__item-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.be-selection-summary__item-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--be-text);
  line-height: 1.3;
}

.be-selection-summary__item-sub {
  font-size: 0.8rem;
  color: var(--be-muted);
  line-height: 1.4;
}

.be-selection-summary__item-meta {
  font-size: 0.76rem;
  color: var(--be-muted);
  line-height: 1.4;
}

/* Sağ taraf */
.be-selection-summary__item-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  text-align: center;
}

.be-selection-summary__item-qty {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--be-text);
  line-height: 1;
}

.be-selection-summary__item-qty-label {
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--be-muted);
}

.be-selection-summary__item-price {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--be-primary);
  white-space: nowrap;
  margin-top: 4px;
}

/* Toplamlar */
.be-selection-summary__totals {
  padding: 16px 22px;
  border-top: 1px solid var(--be-border);
  background: #fafcfd;
}

.be-selection-summary__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.be-selection-summary__totals-row span {
  font-size: 0.88rem;
  color: var(--be-text);
  font-weight: 600;
}

.be-selection-summary__totals-row strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--be-primary);
  letter-spacing: -0.01em;
}

/* Footer */
.be-selection-summary__footer {
  padding: 16px 22px 20px;
  border-top: 1px solid rgba(229, 231, 235, 0.5);
  background: #f9fafb;
}

.be-selection-summary__footer .be-btn--primary {
  width: 100%;
  height: 48px;
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 700;
  background: var(--be-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.be-selection-summary__footer .be-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31, 95, 174, 0.25);
  filter: brightness(1.05);
}

/* Mobil responsive */
@media (max-width: 640px) {
  .be-selection-summary {
    border-radius: 14px;
    margin-top: 16px;
  }

  .be-selection-summary__head {
    padding: 16px 18px 14px;
  }

  .be-selection-summary__title {
    font-size: 0.98rem;
  }

  .be-selection-summary__count {
    min-width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .be-selection-summary__list {
    padding: 12px 18px;
    gap: 10px;
  }

  .be-selection-summary__item {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .be-selection-summary__item-side {
    min-width: 70px;
  }

  .be-selection-summary__totals {
    padding: 12px 18px;
  }

  .be-selection-summary__footer {
    padding: 14px 18px 16px;
  }

  .be-selection-summary__footer .be-btn--primary {
    height: 44px;
    font-size: 0.9rem;
  }
}

/* =========================================================
   MODERN SIDEBAR SEARCH FIX
   Right column search box responsive field layout
========================================================= */

.be-page--modern .be-layout__side .be-search-form-grid,
.be-page--modern .be-sticky-col .be-search-form-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.be-page--modern .be-layout__side .be-search-form-grid__dates,
.be-page--modern .be-layout__side .be-search-form-grid__fields,
.be-page--modern .be-layout__side .be-search-form-grid__submit,
.be-page--modern .be-sticky-col .be-search-form-grid__dates,
.be-page--modern .be-sticky-col .be-search-form-grid__fields,
.be-page--modern .be-sticky-col .be-search-form-grid__submit {
  grid-column: auto;
}

.be-page--modern .be-layout__side .be-search-fields-grid,
.be-page--modern .be-sticky-col .be-search-fields-grid {
  grid-template-columns: repeat(3, minmax(88px, 1fr));
  gap: 12px;
  align-items: end;
}

.be-page--modern .be-layout__side .be-search-field,
.be-page--modern .be-sticky-col .be-search-field {
  min-width: 0;
}

.be-page--modern .be-layout__side .be-search-field .be-label,
.be-page--modern .be-sticky-col .be-search-field .be-label {
  min-height: 18px;
  white-space: nowrap;
}

.be-page--modern .be-layout__side .be-search-field .be-field,
.be-page--modern .be-sticky-col .be-search-field .be-field {
  text-align: center;
  height: 50px;
}

.be-page--modern .be-layout__side .be-search-form-grid__submit .be-btn,
.be-page--modern .be-sticky-col .be-search-form-grid__submit .be-btn {
  width: 100%;
  max-width: none;
  min-height: 50px;
  height: 50px;
}

.be-page--modern .be-layout__side .be-date-trigger,
.be-page--modern .be-sticky-col .be-date-trigger {
  min-height: 74px;
}

/* sidebar daralınca alt alta düşsün */
@media (max-width: 1280px) {
  .be-page--modern .be-layout__side .be-search-fields-grid,
  .be-page--modern .be-sticky-col .be-search-fields-grid {
    grid-template-columns: 1fr;
  }

  .be-page--modern .be-layout__side .be-search-field .be-label,
  .be-page--modern .be-sticky-col .be-search-field .be-label {
    min-height: auto;
    white-space: normal;
  }

  .be-page--modern .be-layout__side .be-search-field .be-field,
  .be-page--modern .be-sticky-col .be-search-field .be-field {
    text-align: left;
  }
}

/* ------------------------------
   DATE MODAL FOUNDATION
------------------------------ */
.be-date-modal[hidden] {
  display: none !important;
}

.be-date-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  isolation: isolate;
}

.be-date-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.be-date-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(17, 24, 39, 0.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.be-date-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 16px;
  border-bottom: 1px solid var(--be-border);
  background: #fff;
  flex: 0 0 auto;
}

.be-date-modal__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.be-date-modal__sub {
  margin-top: 6px;
  color: var(--be-muted);
  font-size: 0.92rem;
}

.be-date-modal__body {
  padding: 20px 22px;
  overflow: auto;
  flex: 1 1 auto;
  background: #fff;
}

.be-date-modal__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 22px 22px;
  border-top: 1px solid var(--be-border);
  background: #fff;
  flex: 0 0 auto;
}

.be-date-modal__close {
  width: 40px;
  height: 40px;
  border-radius: var(--be-radius-full);
  background: #f8fafc;
  color: var(--be-text);
  font-size: 1.4rem;
  border: 1px solid var(--be-border);
  flex: 0 0 auto;
}

.be-date-modal__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.be-date-nav-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--be-border);
  border-radius: var(--be-radius-full);
  background: #fff;
  color: var(--be-text);
  font-size: 1.2rem;
  line-height: 1;
  flex: 0 0 auto;
}

.be-date-nav-btn:hover {
  background: #f9fafb;
  border-color: var(--be-border-strong);
}

.be-date-calendar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.be-cal {
  border: 1px solid var(--be-border);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}

.be-cal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.be-cal__title {
  font-weight: 700;
  font-size: 0.96rem;
}

.be-cal__weekdays,
.be-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.be-cal__weekday {
  text-align: center;
  font-size: 0.78rem;
  color: var(--be-muted);
  padding: 6px 0;
  font-weight: 600;
}

.be-cal__day {
  height: 42px;
  border-radius: 10px;
  background: transparent;
  color: var(--be-text);
  font-weight: 600;
}

.be-cal__day:hover {
  background: #f3f4f6;
}

.be-cal__day.is-muted {
  color: #c0c6cf;
}

.be-cal__day.is-start,
.be-cal__day.is-end {
  background: var(--be-primary);
  color: #fff;
}

.be-cal__day.is-in-range {
  background: #eef4fb;
  color: var(--be-text);
}

.be-cal__day.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

@media (max-width: 860px) {
  .be-date-modal {
    padding: 8px;
  }

  .be-date-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 16px);
    margin: 0;
    border-radius: 18px;
  }

  .be-date-calendar {
    grid-template-columns: 1fr;
  }

  .be-date-modal__footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
  }

  .be-date-nav-btn {
    display: none;
  }
}



/* =========================================================
   CLASSIC SEARCH HEIGHT ALIGNMENT
========================================================= */

.be-page--classic .be-date-trigger,
.be-search-box--classic .be-date-trigger,
.be-search-box[data-search-style="classic"] .be-date-trigger {
  min-height: 74px;
  height: 74px;
}

.be-page--classic .be-search-field .be-field,
.be-search-box--classic .be-search-field .be-field,
.be-search-box[data-search-style="classic"] .be-search-field .be-field {
  height: 50px;
}

.be-page--classic .be-search-fields-grid,
.be-search-box--classic .be-search-fields-grid,
.be-search-box[data-search-style="classic"] .be-search-fields-grid {
  align-items: end;
}

.be-page--classic .be-search-field .be-label,
.be-search-box--classic .be-search-field .be-label,
.be-search-box[data-search-style="classic"] .be-search-field .be-label {
  min-height: 18px;
  white-space: nowrap;
}



.be-guest-trigger {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--be-border);
  background: #fff;
  color: var(--be-text);
  transition: border-color var(--be-transition), box-shadow var(--be-transition), background var(--be-transition);
}

.be-guest-trigger:hover {
  border-color: var(--be-border-strong);
  background: #fcfdff;
}

.be-guest-trigger:focus {
  outline: none;
  border-color: rgba(31, 95, 174, 0.35);
  box-shadow: 0 0 0 4px rgba(31, 95, 174, 0.08);
}

.be-guest-trigger__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid rgba(229, 231, 235, 0.95);
  font-size: 1rem;
  line-height: 1;
}

.be-guest-trigger__content {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.be-guest-trigger__label {
  font-size: 0.84rem;
  color: var(--be-muted);
  font-weight: 700;
  line-height: 1.3;
}

.be-guest-trigger__value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--be-text);
  line-height: 1.35;
  letter-spacing: -0.01em;
}



/* =========================================================
   ENGINE SEARCH - GALLERY (Çerçeve Daraltılmış + Masaüstü Dinamik)
========================================================= */

.be-gallery-section {
  margin-bottom: 28px;
}

/* Kart - minimum çerçeve */
.be-gallery-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.04);
}

/* Başlık */
.be-gallery-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.7);
}

.be-gallery-card__header .be-section__title {
  margin: 0;
  font-size: clamp(1.2rem, 1rem + 0.5vw, 1.35rem);
  font-weight: 700;
}

.be-gallery-card__header .be-section__sub {
  margin-top: 4px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--be-muted);
}

/* =========================================
   MOBİL GÖRÜNÜM
========================================= */
.be-gallery-mobile-showcase {
  display: none;
}

@media (max-width: 767px) {
  .be-gallery-mobile-showcase {
    display: grid;
    gap: 0;
  }

  .be-gallery-mobile-showcase__main {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: #eef2f6;
    aspect-ratio: 16 / 10;
    min-height: 240px;
    cursor: pointer;
    padding: 0;
  }

  .be-gallery-mobile-showcase__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .be-gallery-mobile-showcase__thumbs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 10px 12px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid rgba(229, 231, 235, 0.5);
  }

  .be-gallery-mobile-showcase__thumbs::-webkit-scrollbar {
    display: none;
  }

  .be-gallery-mobile-thumb {
    position: relative;
    flex: 0 0 72px;
    width: 72px;
    height: 54px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #eef2f6;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.15s ease;
  }

  .be-gallery-mobile-thumb.is-active {
    border-color: var(--be-primary);
  }

  .be-gallery-mobile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* =========================================
   MASAÜSTÜ GÖRÜNÜM - Dinamik
========================================= */
.be-gallery-desktop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (max-width: 767px) {
  .be-gallery-desktop {
    display: none;
  }
}

/* Ana görsel */
.be-gallery-desktop__main {
  width: 100%;
  padding: 0;
}

.be-gallery-desktop__main-btn {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  max-height: 460px;
  min-height: 340px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: #eef2f6;
  cursor: pointer;
  padding: 0;
  display: block;
}

.be-gallery-desktop__main-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.be-gallery-desktop__main-btn:hover img {
  transform: scale(1.02);
}

/* Thumbnail strip */
.be-gallery-desktop__thumbs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 14px;
  border-top: 1px solid rgba(229, 231, 235, 0.5);
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
}

.be-gallery-desktop__thumbs::-webkit-scrollbar {
  height: 4px;
}

.be-gallery-desktop__thumbs::-webkit-scrollbar-track {
  background: transparent;
}

.be-gallery-desktop__thumbs::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}

.be-gallery-desktop-thumb {
  position: relative;
  flex: 0 0 90px;
  width: 90px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #eef2f6;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.be-gallery-desktop-thumb:hover {
  transform: translateY(-2px);
}

.be-gallery-desktop-thumb.is-active {
  border-color: var(--be-primary);
}

.be-gallery-desktop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ortak galeri öğeleri */
.be-gallery__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.04) 0%, rgba(17, 24, 39, 0.12) 38%, rgba(17, 24, 39, 0.48) 100%);
  pointer-events: none;
}

.be-gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px 16px;
  color: #fff;
}

.be-gallery__caption-title {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.be-gallery__caption-text {
  margin-top: 4px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.be-gallery__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Footer */
.be-gallery__footer {
  padding: 14px 20px;
  border-top: 1px solid rgba(229, 231, 235, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.be-gallery__footer-note {
  color: var(--be-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.be-gallery__footer-meta {
  color: var(--be-muted);
  font-size: 0.84rem;
}

/* Action butonu */
.be-gallery-section__action .be-btn {
  min-height: 38px;
  font-size: 0.85rem;
}

/* Mobil responsive */
@media (max-width: 767px) {
  .be-gallery-card {
    border-radius: 14px;
  }

  .be-gallery-card__header {
    padding: 14px 16px 12px;
  }

  .be-gallery__footer {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .be-gallery-card {
    border-radius: 12px;
    border: 1px solid rgba(229, 231, 235, 0.5);
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
  }

  .be-gallery-card__header {
    padding: 12px 14px 10px;
  }

  .be-gallery-mobile-showcase__main {
    min-height: 200px;
  }

  .be-gallery-mobile-thumb {
    flex: 0 0 60px;
    width: 60px;
    height: 44px;
    border-radius: 6px;
  }

  .be-gallery-mobile-showcase__thumbs {
    padding: 8px 10px;
    gap: 5px;
  }

  .be-gallery__badge {
    top: 8px;
    left: 8px;
    min-height: 22px;
    padding: 0 8px;
    font-size: 0.68rem;
  }

  .be-gallery__caption {
    padding: 10px 12px;
  }

  .be-gallery__caption-title {
    font-size: 0.88rem;
  }

  .be-gallery__caption-text {
    font-size: 0.76rem;
  }
}



/* =========================================================
   REVIEW SAYFASI - Modern Minimal Tasarım
========================================================= */

/* Layout */
.be-review-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: start;
}

@media (max-width: 1024px) {
  .be-review-layout {
    grid-template-columns: 1fr 340px;
    gap: 20px;
  }
}

@media (max-width: 860px) {
  .be-review-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Kart */
.be-review-card {
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.04);
  overflow: hidden;
}

.be-review-card__header {
  padding: 24px 24px 0;
}

@media (max-width: 640px) {
  .be-review-card__header {
    padding: 18px 18px 0;
  }
}

.be-review-card__title {
  margin: 0;
  font-size: clamp(1.3rem, 1.1rem + 0.6vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--be-text);
}

.be-review-card__subtitle {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: var(--be-muted);
  line-height: 1.5;
}

/* Form */
.be-review-form {
  padding: 24px;
}

@media (max-width: 640px) {
  .be-review-form {
    padding: 18px;
  }
}

.be-review-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  .be-review-form__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.be-review-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.be-review-form__field--full {
  margin-bottom: 16px;
}

.be-review-form__label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--be-text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.be-review-form__required {
  color: #ef4444;
  font-weight: 700;
}

.be-review-form__help {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: var(--be-muted);
  line-height: 1.5;
}

/* Input alanları */
.be-field--lg {
  height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1.5px solid var(--be-border);
  background: #fff;
  font-size: 0.92rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.be-field--lg:focus {
  outline: none;
  border-color: var(--be-primary);
  box-shadow: 0 0 0 3px rgba(31, 95, 174, 0.08);
}

.be-field--lg::placeholder {
  color: #c0c6cf;
}

.be-review-form__textarea {
  min-height: 100px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.6;
}

/* Submit butonu */
.be-review-form__submit {
  width: 100%;
  height: 52px;
  margin-top: 8px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.be-review-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31, 95, 174, 0.25);
}

.be-review-form__submit svg {
  transition: transform 0.2s ease;
}

.be-review-form__submit:hover svg {
  transform: translateX(3px);
}

/* Promo bölümü */
.be-review-promo {
  margin-bottom: 20px;
}

.be-review-promo__row {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.be-review-promo__input {
  flex: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.be-review-promo__btn {
  height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
  border: 1.5px solid var(--be-border);
  background: #fff;
  color: var(--be-text);
  transition: all 0.15s ease;
}

.be-review-promo__btn:hover {
  border-color: var(--be-primary);
  color: var(--be-primary);
  background: #f8faff;
}

.be-review-promo__help {
  margin: 8px 0 0;
  font-size: 0.8rem;
  color: var(--be-muted);
  line-height: 1.5;
}

.be-review-promo__feedback {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.4;
}

.be-review-promo__feedback--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}

.be-review-promo__feedback--success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

/* =========================================
   SAĞ KOLON - ÖZET
========================================= */

.be-review-summary {
  position: sticky;
  top: 24px;
}

.be-review-summary__header {
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--be-border);
}

.be-review-summary__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Tarih gösterimi */
.be-review-summary__dates {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.be-review-summary__date-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.be-review-summary__date-label {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--be-muted);
}

.be-review-summary__date-value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--be-text);
}

.be-review-summary__date-divider {
  color: var(--be-muted);
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.be-review-summary__nights {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--be-primary);
}

/* Misafirler */
.be-review-summary__guests {
  display: flex;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--be-border);
}

.be-review-summary__guest-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--be-text);
}

.be-review-summary__guest-item svg {
  color: var(--be-muted);
}

/* Oda seçimleri */
.be-review-summary__rooms {
  padding: 20px 24px;
  border-bottom: 1px solid var(--be-border);
}

.be-review-summary__section-title {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--be-muted);
}

.be-review-summary__room-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.be-review-summary__room-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid var(--be-border);
}

.be-review-summary__room-info {
  min-width: 0;
}

.be-review-summary__room-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--be-text);
  line-height: 1.3;
}

.be-review-summary__room-plan {
  margin-top: 3px;
  font-size: 0.8rem;
  color: var(--be-muted);
}

.be-review-summary__room-qty {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 999px;
  background: #e5e7eb;
  color: var(--be-text);
  font-size: 0.74rem;
  font-weight: 700;
  margin-left: 4px;
}

.be-review-summary__room-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--be-text);
  white-space: nowrap;
}

/* Fiyat detayı */
.be-review-summary__pricing {
  padding: 20px 24px 24px;
}

.be-review-summary__price-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.be-review-summary__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--be-text);
}

.be-review-summary__price-row--discount {
  color: #16a34a;
}

.be-review-summary__price-row--total {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 2px solid var(--be-border);
  font-size: 1.05rem;
}

.be-review-summary__price-row--total strong {
  color: var(--be-primary);
}

.be-review-summary__price-row--payable {
  padding: 10px 12px;
  border-radius: 10px;
  background: #f0f7ff;
  border: 1px solid #bfdbfe;
}

.be-review-summary__promo-tag {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  background: #dcfce7;
  color: #16a34a;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Mobil responsive */
@media (max-width: 640px) {
  .be-review-card {
    border-radius: 12px;
  }

  .be-review-card__header {
    padding: 16px 16px 0;
  }

  .be-review-form {
    padding: 16px;
  }

  .be-review-summary__header,
  .be-review-summary__guests,
  .be-review-summary__rooms,
  .be-review-summary__pricing {
    padding-left: 16px;
    padding-right: 16px;
  }

  .be-field--lg {
    height: 44px;
    font-size: 0.9rem;
  }

  .be-review-form__submit {
    height: 48px;
    font-size: 0.95rem;
  }

  .be-review-promo__btn {
    height: 44px;
    padding: 0 16px;
    font-size: 0.84rem;
  }
}

/* Buton varyantı */
.be-btn--outline {
  background: transparent;
  border: 1.5px solid var(--be-border);
  color: var(--be-text);
}

.be-btn--outline:hover {
  border-color: var(--be-primary);
  color: var(--be-primary);
}

.be-btn--lg {
  height: 52px;
  padding: 0 24px;
  font-size: 1rem;
}








/* =========================================================
   PAYMENT SAYFASI - Modern Minimal Tasarım
========================================================= */

/* Shell */
.be-payment-shell {
  max-width: 1100px;
  margin: 0 auto;
}

/* Sayfa başlığı */
.be-payment-page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.04);
}

@media (max-width: 768px) {
  .be-payment-page-head {
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
  }
}

.be-payment-page-head__content {
  min-width: 0;
}

.be-payment-page-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.be-payment-page-head__eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
}

.be-payment-page-head__title {
  margin: 0;
  font-size: clamp(1.4rem, 1.2rem + 0.6vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--be-text);
}

.be-payment-page-head__sub {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--be-muted);
  line-height: 1.6;
  max-width: 56ch;
}

.be-payment-page-head__meta {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .be-payment-page-head__meta {
    flex-direction: column;
    width: 100%;
  }
}

.be-payment-head-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid var(--be-border);
  min-width: 160px;
}

.be-payment-head-chip span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--be-muted);
}

.be-payment-head-chip strong {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--be-text);
  letter-spacing: -0.01em;
}

/* Grid layout */
.be-payment-grid-minimal {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: start;
}

@media (max-width: 1024px) {
  .be-payment-grid-minimal {
    grid-template-columns: 1fr 360px;
    gap: 20px;
  }
}

@media (max-width: 860px) {
  .be-payment-grid-minimal {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Kart blokları */
.be-payment-block {
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.03);
  overflow: hidden;
}

.be-payment-block__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--be-border);
}

.be-payment-block__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--be-text);
}

.be-payment-block__sub {
  margin: 4px 0 0;
  font-size: 0.84rem;
  color: var(--be-muted);
  line-height: 1.5;
}

/* Status badge */
.be-payment-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.be-payment-status-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
}

/* Confirmation code inline */
.be-payment-code-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--be-border);
  background: #fafbfc;
}

.be-payment-code-inline__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--be-muted);
}

.be-payment-code-inline__value {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--be-primary);
  letter-spacing: 0.02em;
  font-family: 'SF Mono', 'Cascadia Code', 'Consolas', monospace;
}

/* Bilgi listesi */
.be-payment-info-list {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.be-payment-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5);
}

.be-payment-info-row:last-child {
  border-bottom: none;
}

.be-payment-info-row span {
  font-size: 0.84rem;
  color: var(--be-muted);
  font-weight: 500;
}

.be-payment-info-row strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--be-text);
  text-align: right;
}

/* Özel istek kutusu */
.be-payment-note-box {
  margin: 0 24px 20px;
  padding: 16px;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.be-payment-note-box__title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #92400e;
  margin-bottom: 6px;
}

.be-payment-note-box__text {
  font-size: 0.88rem;
  color: #78350f;
  line-height: 1.6;
}

/* Sticky sağ kolon */
.be-sticky-col {
  position: sticky;
  top: 24px;
}

/* Toplam kutusu */
.be-payment-total-box {
  padding: 20px 24px;
  border-bottom: 1px solid var(--be-border);
}

.be-payment-total-box__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.88rem;
}

.be-payment-total-box__row span {
  color: var(--be-text-soft);
}

.be-payment-total-box__row strong {
  color: var(--be-text);
  font-weight: 700;
}

.be-payment-total-box__row--discount strong {
  color: #16a34a;
}

.be-payment-total-box__row--grand {
  padding-top: 14px;
  margin-top: 6px;
  border-top: 2px solid var(--be-border);
  font-size: 1.05rem;
}

.be-payment-total-box__row--grand strong {
  color: var(--be-primary);
  font-size: 1.1rem;
}

/* Kart önizleme */
.be-payment-card-preview-min {
  margin: 20px 24px;
  padding: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.be-payment-card-preview-min__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
  margin-bottom: 20px;
}

.be-payment-card-preview-min__amount {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.be-payment-card-preview-min__bottom {
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.9;
  letter-spacing: 0.02em;
}

/* Form */
.be-payment-form-minimal {
  padding: 0 24px 20px;
}

.be-form-group {
  margin-bottom: 18px;
}

.be-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--be-text);
}

.be-input--native {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1.5px solid var(--be-border);
  background: #fff;
  font-size: 0.92rem;
  color: var(--be-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.be-input--native:focus {
  outline: none;
  border-color: var(--be-primary);
  box-shadow: 0 0 0 3px rgba(31, 95, 174, 0.08);
}

/* Stripe element */
.be-stripe-element {
  padding: 14px;
  border-radius: 12px;
  border: 1.5px solid var(--be-border);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.be-stripe-element:focus-within {
  border-color: var(--be-primary);
  box-shadow: 0 0 0 3px rgba(31, 95, 174, 0.08);
}

/* Mesaj kutusu */
.be-payment-message {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}

.be-payment-message.is-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}

.be-payment-message.is-success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

/* Not */
.be-payment-inline-note {
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f0f7ff;
  border: 1px solid #bfdbfe;
  font-size: 0.8rem;
  color: #1e40af;
  line-height: 1.5;
}

/* Aksiyon butonları */
.be-payment-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.be-btn--block {
  width: 100%;
  justify-content: center;
}

.be-payment-actions .be-btn--primary {
  height: 52px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  background: var(--be-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.be-payment-actions .be-btn--primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31, 95, 174, 0.25);
  filter: brightness(1.05);
}

.be-payment-actions .be-btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.be-payment-actions .be-btn--ghost {
  height: 44px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1.5px solid var(--be-border);
  background: #fff;
  color: var(--be-text);
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.be-payment-actions .be-btn--ghost:hover {
  border-color: var(--be-primary);
  color: var(--be-primary);
  background: #f8faff;
}

/* Form alt not */
.be-form-note {
  padding: 14px 24px 20px;
  font-size: 0.8rem;
  color: var(--be-muted);
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid var(--be-border);
}

/* Mobil responsive */
@media (max-width: 768px) {
  .be-payment-page-head {
    padding: 18px 20px;
    border-radius: 14px;
  }

  .be-payment-block {
    border-radius: 14px;
  }

  .be-payment-block__head {
    padding: 18px 20px 16px;
  }

  .be-payment-code-inline {
    padding: 14px 20px;
  }

  .be-payment-info-list {
    padding: 16px 20px;
  }

  .be-payment-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .be-payment-info-row strong {
    text-align: left;
  }

  .be-payment-total-box {
    padding: 16px 20px;
  }

  .be-payment-card-preview-min {
    margin: 16px 20px;
    padding: 18px;
  }

  .be-payment-form-minimal {
    padding: 0 20px 16px;
  }

  .be-payment-note-box {
    margin: 0 20px 16px;
  }

  .be-sticky-col {
    position: static;
  }
}

@media (max-width: 640px) {
  .be-payment-page-head {
    padding: 16px;
    border-radius: 12px;
  }

  .be-payment-page-head__eyebrow {
    font-size: 0.72rem;
    padding: 3px 10px;
  }

  .be-payment-head-chip {
    padding: 12px 16px;
  }

  .be-payment-block {
    border-radius: 12px;
  }

  .be-payment-block__head {
    padding: 16px;
  }

  .be-payment-code-inline {
    padding: 12px 16px;
  }

  .be-payment-code-inline__value {
    font-size: 0.95rem;
  }

  .be-payment-info-list {
    padding: 14px 16px;
  }

  .be-payment-total-box {
    padding: 14px 16px;
  }

  .be-payment-card-preview-min {
    margin: 14px 16px;
    padding: 16px;
  }

  .be-payment-card-preview-min__amount {
    font-size: 1.4rem;
  }

  .be-payment-form-minimal {
    padding: 0 16px 14px;
  }

  .be-form-note {
    padding: 12px 16px 16px;
  }

  .be-input--native {
    height: 44px;
    font-size: 0.9rem;
  }

  .be-payment-actions .be-btn--primary {
    height: 48px;
    font-size: 0.95rem;
  }

  .be-payment-actions .be-btn--ghost {
    height: 40px;
    font-size: 0.84rem;
  }
}

/* Utility */
.be-btn--primary {
  background: var(--be-primary);
  color: #fff;
  border: none;
}

.be-btn--ghost {
  background: transparent;
  border: 1.5px solid var(--be-border);
  color: var(--be-text);
}




/* =========================================================
   SUCCESS SAYFASI - Modern Minimal Tasarım
========================================================= */

/* Shell */
.be-success-shell {
  max-width: 900px;
  margin: 0 auto;
}

/* Hero bölümü */
.be-success-hero {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: linear-gradient(135deg, #f0fdf4 0%, #fafeff 50%, #fff 100%);
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.03);
}

@media (max-width: 640px) {
  .be-success-hero {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 20px;
  }
}

.be-success-hero__icon-wrap {
  flex-shrink: 0;
}

.be-success-hero__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.2);
}

@media (max-width: 640px) {
  .be-success-hero__icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    margin: 0 auto;
  }
}

.be-success-hero__content {
  min-width: 0;
}

.be-success-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .be-success-hero__badges {
    justify-content: center;
  }
}

.be-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.be-badge--success {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

.be-badge--info {
  background: #dbeafe;
  border: 1px solid #bfdbfe;
  color: #2563eb;
}

.be-success-hero__title {
  margin: 0;
  font-size: clamp(1.5rem, 1.3rem + 0.7vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--be-text);
}

.be-success-hero__sub {
  margin: 10px 0 0;
  font-size: 0.92rem;
  color: var(--be-muted);
  line-height: 1.65;
  max-width: 60ch;
}

@media (max-width: 640px) {
  .be-success-hero__sub {
    max-width: 100%;
  }
}

.be-success-hero__code-card {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
  padding: 14px 24px;
  border-radius: 14px;
  background: #fff;
  border: 1.5px solid #bbf7d0;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.06);
}

.be-success-hero__code-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--be-muted);
}

.be-success-hero__code-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #16a34a;
  letter-spacing: 0.03em;
  font-family: 'SF Mono', 'Cascadia Code', 'Consolas', monospace;
}

/* Status bar */
.be-success-status-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.03);
  overflow: hidden;
}

@media (max-width: 768px) {
  .be-success-status-bar {
    grid-template-columns: 1fr;
  }
}

.be-success-status-bar__item {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid rgba(229, 231, 235, 0.6);
}

.be-success-status-bar__item:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .be-success-status-bar__item {
    border-right: none;
    border-bottom: 1px solid rgba(229, 231, 235, 0.6);
    padding: 16px 20px;
  }

  .be-success-status-bar__item:last-child {
    border-bottom: none;
  }
}

.be-success-status-bar__label {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--be-muted);
}

.be-success-status-bar__value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--be-text);
}

.be-success-status-bar__value--accent {
  color: var(--be-primary);
}

/* Grid layout */
.be-success-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .be-success-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Paneller */
.be-success-panel {
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.03);
  overflow: hidden;
}

.be-card--padded {
  padding: 24px;
}

@media (max-width: 640px) {
  .be-card--padded {
    padding: 18px;
  }
}

.be-success-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.7);
}

.be-success-panel__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--be-text);
}

.be-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: var(--be-text);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Özet liste */
.be-summary-list {
  display: flex;
  flex-direction: column;
}

.be-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5);
}

.be-summary-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.be-summary-row:first-child {
  padding-top: 0;
}

.be-summary-row span {
  font-size: 0.84rem;
  color: var(--be-muted);
  font-weight: 500;
}

.be-summary-row strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--be-text);
  text-align: right;
}

@media (max-width: 640px) {
  .be-summary-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .be-summary-row strong {
    text-align: left;
  }
}

/* Modern stack */
.be-modern-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Fiyat kutusu */
.be-success-price-box {
  display: flex;
  flex-direction: column;
}

.be-success-price-box__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(229, 231, 235, 0.4);
}

.be-success-price-box__row:first-child {
  padding-top: 0;
}

.be-success-price-box__row:last-child {
  border-bottom: none;
}

.be-success-price-box__row span {
  color: var(--be-text-soft);
}

.be-success-price-box__row strong {
  color: var(--be-text);
  font-weight: 700;
}

.be-success-price-box__row--discount strong {
  color: #16a34a;
}

.be-success-price-box__row--grand {
  padding-top: 14px;
  margin-top: 6px;
  border-top: 2px solid var(--be-border);
  border-bottom: none;
  font-size: 1.05rem;
}

.be-success-price-box__row--grand strong {
  color: var(--be-primary);
  font-size: 1.1rem;
}

/* Next steps listesi */
.be-success-next-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.be-success-next-item {
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: 12px;
  background: #fafbfc;
  border: 1px solid rgba(229, 231, 235, 0.5);
  transition: border-color 0.15s ease;
}

.be-success-next-item:hover {
  border-color: #d1d5db;
}

.be-success-next-item__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.be-success-next-item__title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--be-text);
  margin-bottom: 3px;
}

.be-success-next-item__text {
  font-size: 0.82rem;
  color: var(--be-muted);
  line-height: 1.5;
}

/* Aksiyon butonları */
.be-success-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.be-success-actions .be-btn {
  min-height: 48px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.be-success-actions .be-btn--primary {
  background: var(--be-primary);
  color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(31, 95, 174, 0.2);
}

.be-success-actions .be-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31, 95, 174, 0.3);
  filter: brightness(1.05);
}

.be-success-actions .be-btn--ghost {
  background: #fff;
  color: var(--be-text);
  border: 1.5px solid var(--be-border);
}

.be-success-actions .be-btn--ghost:hover {
  border-color: var(--be-primary);
  color: var(--be-primary);
  background: #f8faff;
}

/* Mobil responsive */
@media (max-width: 640px) {
  .be-success-hero {
    border-radius: 14px;
    padding: 20px 16px;
  }

  .be-success-hero__code-card {
    padding: 12px 20px;
    border-radius: 12px;
  }

  .be-success-hero__code-value {
    font-size: 1.2rem;
  }

  .be-success-status-bar {
    border-radius: 14px;
  }

  .be-success-panel {
    border-radius: 14px;
  }

  .be-success-actions {
    flex-direction: column;
  }

  .be-success-actions .be-btn {
    width: 100%;
    min-height: 44px;
    font-size: 0.9rem;
  }

  .be-success-next-item {
    padding: 12px;
  }

  .be-success-next-item__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 0.82rem;
  }
}

/* =========================================================
   SELECTED ROOMS - UNIVERSAL BOTTOM DRAWER
   Desktop + Mobile same premium drawer behaviour
========================================================= */

.be-selection-dock[hidden] {
  display: none !important;
}

.be-selection-dock {
  position: fixed !important;
  inset: 0 !important;
  z-index: 22000 !important;
  width: auto !important;
  margin: 0 !important;
  pointer-events: none !important;
}

body.be-has-selection-dock {
  padding-bottom: 92px !important;
}

body.be-selection-drawer-open {
  overflow: hidden !important;
}

/* Backdrop */
.be-selection-dock__backdrop {
  pointer-events: auto !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 22000 !important;
  display: block !important;
  background: rgba(15, 23, 42, 0.46) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

.be-selection-dock__backdrop[hidden] {
  display: none !important;
}

/* Bottom summary bar */
.be-selection-mobile-bar {
  pointer-events: auto !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 22010 !important;
  width: min(720px, calc(100vw - 32px)) !important;
  min-height: 68px !important;
  transform: translateX(-50%) !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 14px !important;

  padding: 12px 14px 12px 18px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(229, 231, 235, 0.95) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--be-text) !important;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.22) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  text-align: left !important;
}

.be-selection-mobile-bar__main {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.be-selection-mobile-bar__eyebrow {
  color: var(--be-muted) !important;
  font-size: 0.7rem !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09em !important;
}

.be-selection-mobile-bar__main strong {
  color: var(--be-text) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

.be-selection-mobile-bar__total {
  color: var(--be-primary) !important;
  font-size: 1.05rem !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.be-selection-mobile-bar__chevron {
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f1f5f9 !important;
  color: var(--be-text) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}

/* Drawer panel */
.be-selection-panel {
  pointer-events: auto !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 0 !important;
  z-index: 22020 !important;
  width: min(760px, 100vw) !important;
  max-height: min(76vh, 720px) !important;

  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;

  border-radius: 28px 28px 0 0 !important;
  border: 1px solid rgba(229, 231, 235, 0.95) !important;
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at top right, rgba(31, 95, 174, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff, #fbfcfd) !important;
  box-shadow: 0 -24px 70px rgba(15, 23, 42, 0.24) !important;

  transform: translateX(-50%) translateY(105%) !important;
  transition: transform 0.24s ease !important;
}

.be-selection-dock.is-open .be-selection-panel {
  transform: translateX(-50%) translateY(0) !important;
}

.be-selection-dock.is-open .be-selection-mobile-bar {
  display: none !important;
}

/* Drawer handle */
.be-selection-panel__grab {
  display: block !important;
  width: 46px !important;
  height: 5px !important;
  flex: 0 0 auto !important;
  margin: 12px auto 2px !important;
  border-radius: 999px !important;
  background: #d1d5db !important;
}

/* Drawer header */
.be-selection-panel__head {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 14px 20px 16px !important;
  border-bottom: 1px solid rgba(229, 231, 235, 0.82) !important;
  background: rgba(255, 255, 255, 0.88) !important;
}

.be-selection-panel__eyebrow {
  margin-bottom: 5px !important;
  color: var(--be-primary) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09em !important;
}

.be-selection-panel__title {
  margin: 0 !important;
  color: var(--be-text) !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.025em !important;
}

.be-selection-panel__sub {
  margin: 6px 0 0 !important;
  color: var(--be-muted) !important;
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
}

.be-selection-panel__count {
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 10px !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--be-primary) !important;
  color: #fff !important;
  font-size: 0.96rem !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(31, 95, 174, 0.22) !important;
}

.be-selection-panel__close {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  border: 1px solid var(--be-border) !important;
  color: var(--be-text) !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
}

/* Content */
.be-selection-panel__list {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding: 14px 18px !important;
  display: grid !important;
  gap: 10px !important;
  scrollbar-width: thin !important;
  scrollbar-color: #d1d5db transparent !important;
}

.be-selection-panel__list::-webkit-scrollbar {
  width: 6px !important;
}

.be-selection-panel__list::-webkit-scrollbar-thumb {
  background: #d1d5db !important;
  border-radius: 999px !important;
}

/* Capacity cards */
.be-selection-panel .be-selection-summary__capacity {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 4px !important;
}

.be-selection-panel .be-selection-summary__capacity > div {
  padding: 12px 13px !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(229, 231, 235, 0.92) !important;
}

.be-selection-panel .be-selection-summary__capacity strong {
  display: block !important;
  color: var(--be-text) !important;
  font-size: 1.02rem !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

.be-selection-panel .be-selection-summary__capacity span {
  display: block !important;
  margin-top: 2px !important;
  color: var(--be-muted) !important;
  font-size: 0.75rem !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

/* Warning */
.be-selection-panel .be-selection-summary__warning {
  margin: 2px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  background: var(--be-warning-bg) !important;
  border: 1px solid var(--be-warning-border) !important;
  color: var(--be-warning-text) !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

/* Selected item */
.be-selection-panel .be-selection-summary__item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 13px !important;
  border-radius: 17px !important;
  border: 1px solid rgba(229, 231, 235, 0.9) !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03) !important;
}

.be-selection-panel .be-selection-summary__item-main {
  min-width: 0 !important;
}

.be-selection-panel .be-selection-summary__item-title {
  color: var(--be-text) !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

.be-selection-panel .be-selection-summary__item-sub {
  margin-top: 4px !important;
  color: var(--be-muted) !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
}

.be-selection-panel .be-selection-summary__item-meta {
  margin-top: 6px !important;
  color: var(--be-text-soft) !important;
  font-size: 0.76rem !important;
  line-height: 1.4 !important;
}

.be-selection-panel .be-selection-summary__item-side {
  min-width: 84px !important;
  text-align: right !important;
}

.be-selection-panel .be-selection-summary__item-qty {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  height: 30px !important;
  border-radius: 11px !important;
  background: #f1f5f9 !important;
  color: var(--be-text) !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
}

.be-selection-panel .be-selection-summary__item-qty-label {
  margin-top: 4px !important;
  color: var(--be-muted) !important;
  font-size: 0.58rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em !important;
}

.be-selection-panel .be-selection-summary__item-price {
  margin-top: 7px !important;
  color: var(--be-primary) !important;
  font-size: 0.84rem !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

/* Totals */
.be-selection-panel__totals {
  padding: 14px 20px !important;
  border-top: 1px solid rgba(229, 231, 235, 0.82) !important;
  background: #fff !important;
}

.be-selection-panel__total-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.be-selection-panel__total-row span {
  color: var(--be-text-soft) !important;
  font-size: 0.86rem !important;
  font-weight: 750 !important;
}

.be-selection-panel__total-row strong {
  color: var(--be-primary) !important;
  font-size: 1.22rem !important;
  font-weight: 950 !important;
  letter-spacing: -0.03em !important;
  white-space: nowrap !important;
}

/* Footer */
.be-selection-panel__footer {
  padding: 14px 20px calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  border-top: 1px solid rgba(229, 231, 235, 0.82) !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}

.be-selection-panel__footer .be-btn {
  width: 100% !important;
  min-height: 50px !important;
  border-radius: 16px !important;
  font-weight: 900 !important;
}

/* Desktop refinements */
@media (min-width: 861px) {
  body.be-has-selection-dock {
    padding-bottom: 104px !important;
  }

  .be-selection-mobile-bar {
    width: min(820px, calc(100vw - 48px)) !important;
    min-height: 72px !important;
    bottom: 22px !important;
  }

  .be-selection-panel {
    width: min(820px, calc(100vw - 48px)) !important;
    max-height: min(74vh, 720px) !important;
  }

  .be-selection-panel__list {
    padding: 16px 20px !important;
  }

  .be-selection-panel .be-selection-summary__capacity {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Tablet / mobile */
@media (max-width: 860px) {
  body.be-has-selection-dock {
    padding-bottom: 86px !important;
  }

  .be-selection-mobile-bar {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    transform: none !important;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: 64px !important;
    border-radius: 20px !important;
  }

  .be-selection-panel {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: translateY(105%) !important;
    max-height: min(76vh, 680px) !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .be-selection-dock.is-open .be-selection-panel {
    transform: translateY(0) !important;
  }

  .be-selection-panel__head {
    padding: 12px 16px 14px !important;
  }

  .be-selection-panel__sub {
    display: none !important;
  }

  .be-selection-panel__list {
    padding: 12px 14px !important;
  }

  .be-selection-panel__totals {
    padding: 12px 16px !important;
  }

  .be-selection-panel__footer {
    padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 420px) {
  .be-selection-mobile-bar {
    left: 8px !important;
    right: 8px !important;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 18px !important;
  }

  .be-selection-mobile-bar__total {
    font-size: 0.86rem !important;
  }

  .be-selection-panel .be-selection-summary__capacity {
    grid-template-columns: 1fr !important;
  }

  .be-selection-panel .be-selection-summary__item {
    grid-template-columns: 1fr !important;
  }

  .be-selection-panel .be-selection-summary__item-side {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  .be-selection-panel .be-selection-summary__item-qty-label {
    display: none !important;
  }
}


/* =========================================================
   ROOM CARD - SELECT DATES REQUIRED STATE
   Search yokken oda kartı içi profesyonel yönlendirme
========================================================= */

.be-room-card__search-required {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 2px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(31, 95, 174, 0.16);
  background:
    radial-gradient(circle at top left, rgba(31, 95, 174, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.be-room-card__search-required-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--be-primary);
  font-size: 1.18rem;
  line-height: 1;
  flex: 0 0 auto;
}

.be-room-card__search-required-content {
  min-width: 0;
}

.be-room-card__search-required-title {
  margin: 0;
  color: var(--be-text);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.be-room-card__search-required-text {
  margin-top: 5px;
  max-width: 58ch;
  color: var(--be-muted);
  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.55;
}

.be-room-card__search-focus-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 13px;
  border: 1px solid var(--be-primary);
  background: var(--be-primary);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(31, 95, 174, 0.18);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease;
}

.be-room-card__search-focus-btn:hover {
  background: var(--be-primary-dark);
  border-color: var(--be-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(31, 95, 174, 0.22);
}

.be-room-card__search-focus-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(31, 95, 174, 0.16);
}

/* Search form focus highlight */
.be-search-box.is-focused-from-room {
  animation: beSearchFocusPulse 1.15s ease;
  border-color: rgba(31, 95, 174, 0.42) !important;
  box-shadow:
    0 0 0 4px rgba(31, 95, 174, 0.08),
    0 18px 42px rgba(17, 24, 39, 0.08) !important;
}

@keyframes beSearchFocusPulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(31, 95, 174, 0.22),
      0 14px 34px rgba(17, 24, 39, 0.05);
  }

  100% {
    box-shadow:
      0 0 0 14px rgba(31, 95, 174, 0),
      0 18px 42px rgba(17, 24, 39, 0.08);
  }
}

/* Oda kartı alt alanında bu blok tek başına daha dengeli dursun */
.be-room-card__bottom > .be-room-card__search-required {
  margin-top: 0;
}

/* Compact oda kartlarında taşmayı engelle */
.be-room-card__search-required * {
  min-width: 0;
}

/* Tablet */
@media (max-width: 900px) {
  .be-room-card__search-required {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }

  .be-room-card__search-focus-btn {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 2px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .be-room-card__search-required {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
    border-radius: 14px;
  }

  .be-room-card__search-required-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 1.05rem;
  }

  .be-room-card__search-required-title {
    font-size: 0.9rem;
  }

  .be-room-card__search-required-text {
    margin-top: 4px;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .be-room-card__search-focus-btn {
    min-height: 40px;
    border-radius: 12px;
    font-size: 0.82rem;
  }
}


.be-search-box.is-focused-from-room {
  animation: beSearchFocusPulse 1.15s ease;
  border-color: rgba(31, 95, 174, 0.42) !important;
  box-shadow:
    0 0 0 4px rgba(31, 95, 174, 0.08),
    0 18px 42px rgba(17, 24, 39, 0.08) !important;
}

@keyframes beSearchFocusPulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(31, 95, 174, 0.22),
      0 14px 34px rgba(17, 24, 39, 0.05);
  }

  100% {
    box-shadow:
      0 0 0 14px rgba(31, 95, 174, 0),
      0 18px 42px rgba(17, 24, 39, 0.08);
  }
}


/* =========================================================
   MULTI ROOM SELECT CONTROL
   First Select, then stepper
========================================================= */

.be-room-card__select-control {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.be-room-card__select-btn {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 13px;
  border: 1px solid var(--be-primary);
  background: var(--be-primary);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(31, 95, 174, 0.18);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease;
}

.be-room-card__select-btn:hover:not(:disabled) {
  background: var(--be-primary-dark);
  border-color: var(--be-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(31, 95, 174, 0.22);
}

.be-room-card__select-btn:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  box-shadow: none;
}

.be-room-card__qty-picker[data-qty-stepper] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(31, 95, 174, 0.22);
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.be-room-card__qty-picker[data-qty-stepper][hidden] {
  display: none !important;
}

.be-room-card__qty-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(31, 95, 174, 0.18);
  background: #eff6ff;
  color: var(--be-primary);
  font-size: 1.08rem;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.16s ease,
    color 0.16s ease,
    border-color 0.16s ease,
    transform 0.16s ease,
    opacity 0.16s ease;
}

.be-room-card__qty-btn:hover:not(:disabled) {
  background: var(--be-primary);
  border-color: var(--be-primary);
  color: #fff;
  transform: translateY(-1px);
}

.be-room-card__qty-btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none;
}

.be-room-card__qty-btn--minus {
  background: #fff;
  color: #64748b;
  border-color: #dbe3ef;
}

.be-room-card__qty-btn--minus:hover:not(:disabled) {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
}

.be-room-card__qty-value {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--be-text);
  text-align: center;
  font-size: 0.96rem;
  font-weight: 950;
  pointer-events: none;
}

/* Kart içinde seçim yapıldıysa hafif vurgula */
.be-room-card__select-control.is-selected {
  padding: 3px;
  border-radius: 999px;
  background: rgba(31, 95, 174, 0.05);
}

/* Drawer remove button */
.be-selection-summary__remove {
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-bottom: 6px;
  border-radius: 999px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #dc2626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.be-selection-summary__remove:hover {
  background: #dc2626;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .be-room-card__select-control {
    width: 100%;
    justify-content: flex-start;
  }

  .be-room-card__select-btn {
    min-width: 128px;
  }
}

@media (max-width: 640px) {
  .be-room-card__select-control {
    width: 100%;
  }

  .be-room-card__select-btn {
    width: 100%;
  }

  .be-room-card__select-control.is-selected {
    width: fit-content;
  }

  .be-room-card__qty-btn,
  .be-room-card__qty-value {
    width: 32px;
    height: 32px;
  }
}