/* ==========================================================================
   YABIZ HERO SECTION - STYLESHEET
   Birebir Referans Tasarımı + Ben Dili + Mobil-First & 90+ UX
   ========================================================================== */

/* Hero Container */
.yabiz-hero-wrapper {
  max-width: 1320px;
  margin: 1.5rem auto 3rem auto;
  padding: 0 1.25rem;
}

.yabiz-hero-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}

/* Main Grid: Sol Metin + Sağ Görsel */
.yabiz-hero-main {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  min-height: 520px;
}

@media (min-width: 992px) {
  .yabiz-hero-main {
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 540px;
  }
}

/* Sol İçerik Alanı */
.yabiz-hero-content {
  padding: 3rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

@media (min-width: 992px) {
  .yabiz-hero-content {
    padding: 4.5rem 2rem 4.5rem 4.5rem;
  }
}

/* Altın Gradient Başlık (Fotoğraftaki Birebir Tipografi) */
.yabiz-hero-title {
  font-family: var(--nav-font, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: #c5a85c;
  background: linear-gradient(135deg, #caa959 0%, #b89341 50%, #d4b568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 8px rgba(197, 168, 92, 0.2));
}

/* Paragraf / Ben Dili Açıklama */
.yabiz-hero-description {
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.65;
  color: #4b5563;
  max-width: 520px;
  margin-bottom: 2.25rem;
  font-weight: 450;
}

/* Buton Grubu */
.yabiz-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Siyah Hizmetlerimiz Butonu (Fotoğraftaki Birebir Hap Tasarım) */
.yabiz-btn-pill-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #18181b;
  color: #ffffff !important;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.85rem;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 48px; /* 48px UX touch target */
}

.yabiz-btn-pill-dark svg,
.yabiz-btn-pill-dark i {
  transition: transform 0.25s ease;
}

.yabiz-btn-pill-dark:hover {
  background-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.yabiz-btn-pill-dark:hover svg,
.yabiz-btn-pill-dark:hover i {
  transform: translate(2px, -2px);
}

.yabiz-btn-pill-dark:active {
  transform: translateY(0);
}

.yabiz-btn-pill-dark:focus-visible {
  outline: 2px solid #bfa153;
  outline-offset: 3px;
}

/* Instagram Dairesel Buton */
.yabiz-btn-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #18181b;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.3rem;
}

.yabiz-btn-icon-circle:hover {
  background-color: #000000;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  color: #fde047 !important;
}

.yabiz-btn-icon-circle:active {
  transform: translateY(0) scale(1);
}

.yabiz-btn-icon-circle:focus-visible {
  outline: 2px solid #bfa153;
  outline-offset: 3px;
}

/* ==========================================================================
   Sağ Görsel & Dekoratif Çizgiler (Fotoğraftaki Parçacık/Yay Çizgileri)
   ========================================================================== */
.yabiz-hero-image-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 1rem;
}

.yabiz-hero-portrait {
  width: 100%;
  max-width: 440px;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
  display: block;
  z-index: 2;
  transition: transform 0.4s ease;
}

@media (min-width: 992px) {
  .yabiz-hero-portrait {
    max-width: 480px;
    max-height: 540px;
  }
}

/* Fotoğraftaki Noktalı Yay Efekti (SVG Dekorasyonu) */
.yabiz-hero-orbit-decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}

/* ==========================================================================
   Alt Altın Güven & Standartlar Şeridi (Fotoğraftaki Birebir Altın Ribbon)
   Vektörel İkonlar + Mikro Etkileşimler
   ========================================================================== */
.yabiz-hero-gold-ribbon {
  background-color: #c5a85c;
  background: linear-gradient(135deg, #c7a95b 0%, #b89542 50%, #c5a85c 100%);
  padding: 1.35rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.yabiz-gold-item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #1a1606;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, color 0.2s ease;
}

.yabiz-gold-item:hover {
  transform: translateY(-1.5px);
  color: #000000;
}

.yabiz-gold-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.08);
  color: #1a1606;
  flex-shrink: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.yabiz-gold-item:hover .yabiz-gold-item-icon {
  background: rgba(0, 0, 0, 0.15);
  transform: scale(1.08);
}

.yabiz-gold-item-icon svg {
  width: 18px;
  height: 18px;
}

.yabiz-gold-item-icon i {
  font-size: 18px;
  line-height: 1;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .yabiz-hero-gold-ribbon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1.25rem 1.25rem;
    gap: 1rem;
  }
  
  .yabiz-gold-item {
    font-size: 0.88rem;
  }

  .yabiz-hero-content {
    text-align: center;
    align-items: center;
    padding: 2.5rem 1.25rem 1.5rem 1.25rem;
  }

  .yabiz-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .yabiz-hero-actions {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .yabiz-hero-gold-ribbon {
    grid-template-columns: 1fr;
  }
}
