/* Ana sayfa — Size Özel Kombinasyonlar teaser (featured stores altı) */

.ai-combo-teaser-section {
  background-color: #fafafa;
  padding: 3rem 0 3.25rem;
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

@media (min-width: 768px) {
  .ai-combo-teaser-section {
    padding: 3.5rem 0 3.75rem;
  }
}

.ai-combo-teaser-section .container {
  max-width: 1140px;
}

/* İki kolon: sol başlık (~33%), sağda bundle kartı sütunu doldurur (referans görsel) */
.ai-combo-teaser-head {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .ai-combo-teaser-head {
    margin-bottom: 0;
    padding-right: 0.5rem;
  }
}

.ai-combo-teaser-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.45rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .ai-combo-teaser-title {
    font-size: 1.7rem;
  }
}

.ai-combo-teaser-powered {
  font-size: 0.8125rem;
  color: #888;
  margin: 0;
  font-weight: 500;
}

.ai-combo-teaser-card {
  width: 100%;
  min-width: 0;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

@media (min-width: 576px) {
  .ai-combo-teaser-card {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
  }
}

/* Masaüstü: görsel | metin+küçük butonlar | büyük Sepete Ekle tek satırda */
@media (min-width: 768px) {
  .ai-combo-teaser-card {
    flex-wrap: nowrap;
    gap: 1rem;
    padding: 1rem 1.2rem;
  }
}

.ai-combo-teaser-thumb {
  flex-shrink: 0;
  width: 100%;
  max-width: 140px;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}

@media (min-width: 576px) {
  .ai-combo-teaser-thumb {
    width: 122px;
    max-width: 122px;
  }
}

.ai-combo-teaser-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ai-combo-teaser-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.ai-combo-teaser-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  margin: 0;
}

.ai-combo-teaser-bundle-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.3;
}

.ai-combo-teaser-actions-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ai-combo-teaser-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 1.05rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff !important;
  background: #1a1a1a;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid #1a1a1a;
  transition: background 0.15s ease, opacity 0.15s ease;
}

.ai-combo-teaser-btn-dark:hover {
  background: #333;
  color: #fff !important;
}

.ai-combo-teaser-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.42rem 1.05rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #333 !important;
  background: #fff;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid #ccc;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.ai-combo-teaser-btn-outline:hover {
  border-color: #999;
  color: #111 !important;
  background: #fafafa;
}

.ai-combo-teaser-cta-wrap {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: stretch;
}

@media (min-width: 576px) {
  .ai-combo-teaser-cta-wrap {
    width: auto;
    margin-left: auto;
    align-self: center;
  }
}

.ai-combo-teaser-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.68rem 1.55rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff !important;
  background: #c36a43;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid #c36a43;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease;
}

@media (min-width: 576px) {
  .ai-combo-teaser-btn-cta {
    width: auto;
    min-width: 158px;
  }
}

.ai-combo-teaser-btn-cta:hover {
  background: #a85a38;
  border-color: #a85a38;
  color: #fff !important;
}
