/* dedemansapanca.com — layout & bileşenler (en son yüklenmeli) */

/* Üst şerit kaldır — resmi sitede yok */
.top-bar {
  display: none !important;
}

/* ── Header: logo ortada, menü iki yana ── */
body[class*='theme-'] .site-header {
  background: #183047 !important;
  position: sticky;
  top: 0;
  z-index: 200;
}

body[class*='theme-'] .header-inner.dedeman-split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  max-width: 1200px;
}

.main-nav-left {
  justify-self: end;
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.main-nav-right {
  justify-self: start;
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.main-nav-left a,
.main-nav-right a,
body[class*='theme-'] .main-nav a {
  color: #f1f5f9 !important;
  background: transparent !important;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.4rem 0.75rem;
  border-radius: 0;
  white-space: nowrap;
}

.main-nav-left a:hover,
.main-nav-right a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  opacity: 0.9;
}

.logo-official img {
  height: 56px;
  width: auto;
  filter: none;
}

.dedeman-header-hide {
  display: none !important;
}

/* ── Hero: sade slider (metin yok) ── */
.hero.dedeman-hero-clean {
  min-height: 0;
  height: clamp(420px, 52vw, 560px);
  max-height: 560px;
  align-items: stretch;
  margin-bottom: 0;
}

.hero.dedeman-hero-clean .hero-overlay {
  display: none;
}

.hero.dedeman-hero-clean::before {
  display: none !important;
}

.hero.dedeman-hero-clean .hero-content,
.hero.dedeman-hero-clean .hero-stats {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero.dedeman-hero-clean .hero-bg {
  animation: none;
  transform: none;
}

/* Slider okları */
.dedeman-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.2s;
}

.dedeman-slider-btn:hover {
  background: rgba(0, 0, 0, 0.55);
}

.dedeman-slider-prev { left: 1rem; }
.dedeman-slider-next { right: 1rem; }

.dedeman-slider-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 0.45rem;
}

.dedeman-slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  padding: 0;
}

.dedeman-slider-dots button.active {
  background: #fff;
}

/* ── Rezervasyon bandı ── */
.dedeman-booking {
  position: relative;
  z-index: 10;
  margin-top: -3.5rem;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.dedeman-booking-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 48px rgba(24, 48, 71, 0.14);
  border: 1px solid #e5eaf0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: stretch;
  overflow: hidden;
}

.dedeman-booking-field {
  padding: 1.1rem 1.25rem;
  border-right: 1px solid #e5eaf0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dedeman-booking-field label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #183047;
}

.dedeman-booking-field input,
.dedeman-booking-field select {
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #616161;
  font-family: inherit;
  padding: 0;
  width: 100%;
}

.dedeman-booking-field small {
  font-size: 0.78rem;
  color: #94a3b8;
}

.dedeman-booking-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4aa3cc;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 1.75rem;
  text-align: center;
  min-width: 180px;
  transition: background 0.2s;
}

.dedeman-booking-submit:hover {
  background: #3a8eb8;
  color: #fff;
}

/* ── Hakkımızda (resmi site düzeni) ── */
.dedeman-about {
  padding: 4rem 0;
  background: #fff;
}

.dedeman-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.dedeman-about h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: #183047;
  margin-bottom: 1.25rem;
}

.dedeman-about p {
  color: #616161;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.dedeman-about-lead {
  color: #183047;
  font-weight: 600;
  font-size: 1.02rem;
  border-left: 3px solid #4aa3cc;
  padding-left: 1rem;
  margin-bottom: 1.25rem !important;
}

.dedeman-rooms-intro {
  color: #616161;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 720px;
  margin: 0.75rem 0 0;
}

.dvm-inner-lead {
  color: #183047;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.7;
  border-left: 3px solid #4aa3cc;
  padding: 0.75rem 0 0.75rem 1rem;
  margin-bottom: 1.5rem;
  background: #f0f7fb;
  border-radius: 0 4px 4px 0;
}

.dvm-seo-footer-note {
  max-width: 720px;
  margin: 1.75rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.dvm-seo-footer-note a {
  color: #7ec8e8;
  text-decoration: underline;
}

/* Popüler aramalar — Dedeman düzeninde görünür */
.dvm-keyword-strip {
  padding: 2.75rem 0 3rem;
  background: #f4f7fa;
  border-top: 1px solid #e5eaf0;
  border-bottom: 1px solid #e5eaf0;
}

.dvm-keyword-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.dvm-keyword-strip h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: #183047;
  margin: 0 0 0.5rem;
}

.dvm-keyword-strip-lead {
  color: #616161;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

.dvm-kw-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.dvm-kw-chip {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  background: #fff;
  border: 1px solid #d7e0e8;
  color: #183047;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}

.dvm-kw-chip:hover {
  border-color: #4aa3cc;
  color: #4aa3cc;
}

.dvm-kw-all {
  display: inline-block;
  margin-top: 1.1rem;
  color: #4aa3cc;
  font-weight: 700;
  font-size: 0.9rem;
}

.dvm-kw-loc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.dvm-kw-loc-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4aa3cc;
  margin-right: 0.25rem;
}

.dvm-kw-chip-loc {
  background: #e8f4fa !important;
  border-color: #4aa3cc !important;
  color: #183047 !important;
}

.dvm-location-note {
  margin-top: 1.25rem !important;
  padding: 0.85rem 1rem;
  background: #f4f7fa;
  border-left: 3px solid #4aa3cc;
  color: #183047 !important;
  font-size: 0.95rem !important;
}

.dvm-location-note a {
  color: #4aa3cc;
  font-weight: 700;
  text-decoration: underline;
}

.dedeman-about img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Ana sayfada gereksiz blokları gizle */
body.dedeman-home .amenities-ribbon,
body.dedeman-home .hero-stats,
body.dedeman-home > .container:first-of-type .stats-bar,
body.dedeman-home .trust-row,
body.dedeman-home .booking-strip,
body.dedeman-home .premium-cta-band,
body.dedeman-home .hero-scroll {
  display: none !important;
}

/* Eski orta bölüm bloklarını gizle */
body.dedeman-home .dedeman-legacy-hide {
  display: none !important;
}

/* ── Özellik kutuları (resmi site box-list) ── */
.dedeman-features {
  padding: 3rem 0 4rem;
  background: #fff;
}

.dedeman-features-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.dedeman-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.dedeman-box-item {
  flex: 1 1 calc(50% - 0.625rem);
  min-width: min(100%, 520px);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #f8fafc;
  border: 1px solid #e8edf2;
  overflow: hidden;
}

.dedeman-box-content {
  flex: 1 1 50%;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dedeman-box-title {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #183047;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.dedeman-box-text p {
  color: #616161;
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 0;
}

.dedeman-box-img {
  flex: 1 1 50%;
  margin: 0;
  min-height: 220px;
}

.dedeman-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Odalar carousel (resmi site home-rooms) ── */
.dedeman-rooms {
  padding: 3rem 0 4.5rem;
  background: #fff;
  overflow: hidden;
}

.dedeman-rooms-head {
  max-width: 1200px;
  margin: 0 auto 1.75rem;
  padding: 0 1rem;
}

.dedeman-rooms-head h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 500;
  color: #183047;
  margin: 0;
}

.dedeman-rooms-slider {
  position: relative;
  max-width: 100%;
}

.dedeman-rooms-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 max(1rem, calc((100% - 1200px) / 2 + 1rem)) 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.dedeman-rooms-track::-webkit-scrollbar {
  display: none;
}

.dedeman-room {
  position: relative;
  flex: 0 0 min(622px, 85vw);
  scroll-snap-align: start;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.dedeman-room img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.dedeman-room:hover img {
  transform: scale(1.03);
}

.dedeman-room-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.dedeman-room-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.dedeman-rooms-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #183047;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: background 0.2s;
}

.dedeman-rooms-nav:hover {
  background: #fff;
}

.dedeman-rooms-prev {
  left: 1rem;
}

.dedeman-rooms-next {
  right: 1rem;
}

/* Bölüm başlıkları resmi site */
body[class*='theme-'] .section-title,
body[class*='theme-'] .section-title h2 {
  font-family: Georgia, 'Times New Roman', serif !important;
  color: #183047 !important;
  font-weight: 500 !important;
}

body[class*='theme-'] .section-label {
  display: none;
}

body[class*='theme-'] .section-intro {
  color: #616161;
  max-width: 720px;
}

/* Premium katmanları sadeleştir */
.amenities-ribbon,
.floating-cta,
.mobile-cta {
  display: none !important;
}

.hero-video-el,
.hero-video-toggle,
#heroTourBtn {
  display: none !important;
}

.design-pro .hero {
  min-height: unset !important;
}

body.dedeman-home .experience-split,
body.dedeman-home .virtual-tour-section,
body.dedeman-home .premium-cta-band,
body.dedeman-home .trust-strip,
body.dedeman-home .instagram-strip-section {
  display: none !important;
}

body.dedeman-home section:has(.experience-split) {
  display: none !important;
}

body.dedeman-home .bg-soft:first-of-type {
  padding-top: 2rem;
}

/* Footer resmi */
.site-footer {
  background: #183047 !important;
  text-align: center;
  padding: 2.5rem 0 !important;
}

.site-footer .footer-grid {
  justify-items: center;
}

@media (max-width: 900px) {
  body[class*='theme-'] .header-inner.dedeman-split {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav-left,
  .main-nav-right {
    display: none;
  }

  body[class*='theme-'] .header-inner.dedeman-split.nav-open .main-nav-left,
  body[class*='theme-'] .header-inner.dedeman-split.nav-open .main-nav-right {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    width: 100%;
    justify-self: stretch;
  }

  .dedeman-booking-inner {
    grid-template-columns: 1fr;
  }

  .dedeman-booking-field {
    border-right: none;
    border-bottom: 1px solid #e5eaf0;
  }

  .dedeman-booking-submit {
    padding: 1.1rem;
  }

  .dedeman-about-grid {
    grid-template-columns: 1fr;
  }

  .dedeman-box-item {
    flex-direction: column;
  }

  .dedeman-box-img {
    min-height: 200px;
    order: -1;
  }

  .dedeman-room img {
    height: 320px;
  }

  .dedeman-rooms-nav {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .dedeman-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}

@media (min-width: 901px) {
  .nav-toggle {
    display: none !important;
  }
}
