/* ==========================================================================
   YABIZ TWO-TONE FOOTER & APPOINTMENT BOOKING SECTION
   Birebir Referans Tasarımı + Terracotta/Burgundy Randevu Formu + Fildişi Menü
   ========================================================================== */

.yabiz-footer-wrapper {
  width: 100%;
  margin-top: 5rem;
  background-color: #f9f7f2;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.yabiz-footer-split {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-height: 480px;
}

@media (min-width: 1024px) {
  .yabiz-footer-split {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

/* ==========================================================================
   Sol Bölüm: Logo, Menü & İletişim Bilgileri (Fildişi / Bej Zemin)
   ========================================================================== */
.yabiz-footer-info-pane {
  padding: 4.5rem 2rem 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  margin: 0 0 0 auto;
}

@media (min-width: 1024px) {
  .yabiz-footer-info-pane {
    padding: 5rem 3.5rem 4.5rem 4rem;
  }
}

.yabiz-footer-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: flex-start;
}

@media (min-width: 640px) {
  .yabiz-footer-info-grid {
    grid-template-columns: 1.1fr 0.9fr 1.2fr;
    gap: 2rem;
  }
}

/* Logo Alanı */
.yabiz-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.yabiz-footer-logo-img {
  height: 52px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

.yabiz-footer-tagline {
  font-size: 0.88rem;
  color: #78716c;
  line-height: 1.6;
}

/* Menü Kolonu */
.yabiz-footer-col-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a88839;
  margin-bottom: 1.25rem;
}

.yabiz-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.yabiz-footer-nav-link {
  font-size: 0.92rem;
  font-weight: 500;
  color: #44403c;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.yabiz-footer-nav-link:hover {
  color: #bfa153;
  padding-left: 4px;
}

/* İletişim & Çalışma Saatleri Kolonu */
.yabiz-footer-contact-box {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 0.88rem;
  color: #57534e;
  line-height: 1.55;
}

.yabiz-footer-address {
  font-style: normal;
  color: #44403c;
}

.yabiz-footer-hours {
  color: #78716c;
  font-size: 0.82rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.yabiz-footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #292524;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.yabiz-footer-contact-link i {
  color: #bfa153;
  font-size: 1.1rem;
}

.yabiz-footer-contact-link:hover {
  color: #bfa153;
}

/* ==========================================================================
   Sağ Bölüm: Randevu Formu (Referanstaki Terracotta / Sıcak Bordo Zemin)
   ========================================================================== */
.yabiz-footer-form-pane {
  background-color: #9e5353; /* Referanstaki birebir sıcak toprak / kiremit bordo */
  background: linear-gradient(145deg, #a45656 0%, #8f4747 100%);
  color: #ffffff;
  padding: 4.5rem 2rem 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .yabiz-footer-form-pane {
    padding: 5rem 4rem 4.5rem 3.5rem;
  }
}

.yabiz-footer-form-inner {
  max-width: 500px;
  width: 100%;
}

/* Form Başlığı (Zarif Serif Beyaz Başlık) */
.yabiz-form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2.25rem;
  letter-spacing: -0.01em;
}

/* Form Elemanları & Çizgi Stili (Underline Inputs) */
.yabiz-booking-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.yabiz-form-group {
  position: relative;
  width: 100%;
}

.yabiz-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 600px) {
  .yabiz-form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.yabiz-form-row-three {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 600px) {
  .yabiz-form-row-three {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
  }
}

/* Çizgili Input & Select Elemanları (Referanstaki Birebir Çizgi Altlık) */
.yabiz-input-line,
.yabiz-select-line {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-family: var(--nav-font, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.95rem;
  padding: 0.75rem 0.25rem;
  border-radius: 0;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.yabiz-input-line::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.yabiz-input-line:focus,
.yabiz-select-line:focus {
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.04);
}

.yabiz-select-line {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  padding-right: 1.5rem;
}

.yabiz-select-line option {
  background-color: #7e3e3e;
  color: #ffffff;
  padding: 8px;
}

/* Tarih Seçimi için Takvim İkonu */
.yabiz-input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.yabiz-input-with-icon i {
  position: absolute;
  left: 0.25rem;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  font-size: 1rem;
}

.yabiz-input-with-icon .yabiz-input-line {
  padding-left: 1.75rem;
}

/* Beyaz Katı Randevu Butonu (Fotoğraftaki Birebir Buton) */
.yabiz-btn-submit-white {
  margin-top: 1rem;
  background-color: #ffffff;
  color: #8f4747 !important;
  font-family: var(--nav-font, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 0.95rem 2rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  min-height: 46px;
  align-self: flex-start;
}

.yabiz-btn-submit-white:hover {
  background-color: #fafaf9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  color: #6d3333 !important;
}

.yabiz-btn-submit-white:active {
  transform: translateY(0);
}

.yabiz-btn-submit-white:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/* Form Başarı Mesajı */
.yabiz-form-success {
  display: none;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.5;
  backdrop-filter: blur(8px);
}

.yabiz-form-success.show {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Alt Telif Şeridi */
.yabiz-footer-bottom-bar {
  background-color: #f1ede4;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.25rem 2rem;
  text-align: center;
  font-size: 0.82rem;
  color: #78716c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.yabiz-footer-bottom-bar a {
  color: #78716c;
  text-decoration: none;
  transition: color 0.2s;
}

.yabiz-footer-bottom-bar a:hover {
  color: #bfa153;
}
