/* Bundles — sari vurgu sistemi. Tailwind'e bagimli DEGIL (statik derleme, yeni
   arbitrary siniflar uretmez). Renkler siteyle uyumlu: yesil #2D5A3D, murekkep
   #2C2C2C, kenarlik #E0D8CC. Sari: dikkat ceken ama bagirmayan safran tonu. */
:root {
  --bnd-yellow:        #F2C94C;
  --bnd-yellow-hover:  #E6B83A;
  --bnd-yellow-deep:   #C99A16;
  --bnd-yellow-soft:   #FFF8DF;
  --bnd-yellow-line:   #EAD27E;
  --bnd-ink:           #2C2C2C;
  --bnd-muted:         #6B6B6B;
  --bnd-green:         #2D5A3D;
  --bnd-border:        #E0D8CC;
}

/* ── Bolum ─────────────────────────────────────────────────────────────── */
.bnd-section {
  margin: 1.25rem 0 2rem;
  padding: 1.25rem;
  background: var(--bnd-yellow-soft);
  border: 1px solid var(--bnd-yellow-line);
  border-radius: 1.25rem;
  scroll-margin-top: 5.5rem;
}
@media (min-width: 768px) { .bnd-section { padding: 1.75rem; margin-top: 1.75rem; } }
.bnd-section--landing { background: transparent; border: 0; padding: 0; margin: 0; }

.bnd-head { margin-bottom: 1rem; }
.bnd-eyebrow {
  display: inline-block;
  background: var(--bnd-yellow);
  color: var(--bnd-ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .28rem .6rem;
  border-radius: 999px;
  margin-bottom: .55rem;
}
.bnd-title {
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 800;
  color: var(--bnd-ink);
  margin: 0 0 .25rem;
}
@media (min-width: 768px) { .bnd-title { font-size: 1.7rem; } }
.bnd-sub { margin: 0; color: var(--bnd-muted); font-size: .95rem; }

/* ── Izgara ────────────────────────────────────────────────────────────── */
.bnd-grid { display: grid; grid-template-columns: 1fr; gap: .9rem; }
@media (min-width: 720px) { .bnd-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; } }
.bnd-grid--single { max-width: 640px; }
@media (min-width: 720px) { .bnd-grid--single { grid-template-columns: 1fr; } }

/* ── Kart ──────────────────────────────────────────────────────────────── */
.bnd-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: .9rem;
  background: #fff;
  border: 1px solid var(--bnd-border);
  border-radius: 1rem;
  padding: 1rem;
  transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}
@media (min-width: 480px) { .bnd-card { grid-template-columns: 104px minmax(0, 1fr); padding: 1.1rem; } }
.bnd-card:hover { box-shadow: 0 6px 22px rgba(44, 44, 44, .08); border-color: var(--bnd-yellow-line); }
/* Capraz satis firsati (priority>0): sari vurgu daha belirgin */
.bnd-card--hot {
  border-color: var(--bnd-yellow);
  box-shadow: 0 0 0 3px rgba(242, 201, 76, .28);
}
.bnd-card--hot:hover { box-shadow: 0 0 0 3px rgba(242, 201, 76, .4), 0 8px 24px rgba(44, 44, 44, .08); }
.bnd-card--oos { opacity: .72; }

.bnd-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: .75rem;
  overflow: hidden;
  background: #F7F4EE;
  align-self: start;
}
.bnd-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Iki urunlu kompozisyon (oregano + BSO gibi) ─────────────────────────
   Mobilde kart tek sutun: kompozisyon ustte, tam genislik (max 280px).
   >=560px: 168px'lik sol sutun, iki kutu yan yana + ortada "+". Gorseli olmayan
   bilesen icin urun adi yazan sari-tonlu kutu (sahte fotograf yok). */
.bnd-card--duo { grid-template-columns: 1fr; }
@media (min-width: 560px) { .bnd-card--duo { grid-template-columns: 168px minmax(0, 1fr); } }
.bnd-card__media--duo { aspect-ratio: auto; background: transparent; border-radius: 0; max-width: 280px; }
@media (min-width: 560px) { .bnd-card__media--duo { max-width: none; } }
.bnd-duo { display: grid; grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr); align-items: center; gap: .2rem; }
.bnd-duo__tile {
  aspect-ratio: 1 / 1;
  min-width: 0;
  border-radius: .7rem;
  overflow: hidden;
  background: #F7F4EE;
  border: 1px solid var(--bnd-border);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.bnd-duo__tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bnd-duo__tile--label {
  flex-direction: column;
  padding: .35rem;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--bnd-ink);
  background: var(--bnd-yellow-soft);
  border-color: var(--bnd-yellow-line);
  overflow-wrap: anywhere;
}
.bnd-duo__tile--label small { display: block; margin-top: .2rem; font-size: .6rem; font-weight: 600; color: var(--bnd-muted); }
.bnd-duo__plus { font-weight: 800; font-size: 1.05rem; line-height: 1; color: var(--bnd-yellow-deep); text-align: center; }
.bnd-duo__caption { display: block; margin-top: .3rem; font-size: .68rem; color: var(--bnd-muted); text-align: center; }

.bnd-card__body { min-width: 0; display: flex; flex-direction: column; gap: .3rem; }
.bnd-card__title { margin: 0; font-size: 1.05rem; font-weight: 700; line-height: 1.25; color: var(--bnd-ink); padding-right: 5.5rem; }
.bnd-card__title a { color: inherit; text-decoration: none; }
.bnd-card__title a:hover { color: var(--bnd-green); }
.bnd-card__summary { margin: 0; font-size: .85rem; font-weight: 600; color: var(--bnd-green); }
.bnd-card__desc { margin: 0; font-size: .875rem; color: var(--bnd-muted); line-height: 1.5; }

.bnd-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem; margin-top: .35rem; }
.bnd-price { font-size: 1.45rem; font-weight: 800; color: var(--bnd-ink); }
.bnd-compare { font-size: .9rem; color: #9a9a9a; }
.bnd-save {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--bnd-ink);
  background: var(--bnd-yellow);
  padding: .22rem .5rem;
  border-radius: 999px;
}

.bnd-badge {
  position: absolute;
  top: .8rem;
  right: .8rem;
  background: var(--bnd-yellow);
  color: var(--bnd-ink);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .28rem .55rem;
  border-radius: 999px;
  white-space: nowrap;
}
.bnd-card--hot .bnd-badge { background: var(--bnd-ink); color: var(--bnd-yellow); }

.bnd-card__actions { display: flex; flex-direction: column; gap: .45rem; margin-top: .55rem; }
.bnd-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  min-height: 44px;
  padding: .7rem 1rem;
  border-radius: .8rem;
  background: var(--bnd-yellow);
  color: var(--bnd-ink);
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .01em;
  transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
}
.bnd-btn:hover { background: var(--bnd-yellow-hover); box-shadow: 0 4px 14px rgba(201, 154, 22, .25); }
.bnd-btn:active { transform: translateY(1px); }
.bnd-btn:focus-visible { outline: 3px solid var(--bnd-green); outline-offset: 2px; }
.bnd-btn[disabled] { background: #E9E5DC; color: #8a8d86; cursor: not-allowed; box-shadow: none; }
.bnd-btn.is-done { background: var(--bnd-green); color: #fff; }
.bnd-link { font-size: .82rem; color: var(--bnd-green); text-decoration: underline; text-underline-offset: 2px; }
.bnd-link:hover { text-decoration: none; }

/* BSO sayfasi: bso-editorial'in agir dikey paddingi yerine hafif sarmalayici */
.bnd-bso-wrap { padding: .25rem 0 0; }

/* ── Bundle urun sayfasi: "What's in this bundle" ──────────────────────── */
.bnd-inside {
  margin: 0 0 1.5rem;
  padding: 1.1rem 1.25rem;
  background: var(--bnd-yellow-soft);
  border: 1px solid var(--bnd-yellow-line);
  border-radius: 1rem;
  max-width: 720px;
}
.bnd-inside h2 { margin: 0 0 .5rem; font-size: 1.1rem; font-weight: 800; color: var(--bnd-ink); }
.bnd-inside ul { margin: 0; padding-left: 1.1rem; color: var(--bnd-ink); font-size: .95rem; line-height: 1.6; }
.bnd-inside a { color: var(--bnd-green); text-decoration: underline; text-underline-offset: 2px; }
.bnd-inside__save { margin: .6rem 0 0; font-size: .9rem; color: var(--bnd-muted); }

/* ── /bundles landing ──────────────────────────────────────────────────── */
.bnd-hero {
  background: linear-gradient(135deg, #FFF8DF 0%, #FFFDF5 100%);
  border-bottom: 1px solid var(--bnd-yellow-line);
  padding: 2.5rem 0 2rem;
}
@media (min-width: 768px) { .bnd-hero { padding: 3.5rem 0 2.75rem; } }
.bnd-hero h1 { font-size: 2rem; line-height: 1.1; font-weight: 800; color: var(--bnd-ink); margin: .5rem 0 .6rem; }
@media (min-width: 768px) { .bnd-hero h1 { font-size: 2.6rem; } }
.bnd-hero p.lead { font-size: 1.05rem; color: #4A4A4A; margin: 0; max-width: 40rem; line-height: 1.6; }

.bnd-perks { display: grid; grid-template-columns: 1fr; gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
@media (min-width: 640px) { .bnd-perks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .bnd-perks { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.bnd-perks li {
  background: #fff;
  border: 1px solid var(--bnd-yellow-line);
  border-radius: .9rem;
  padding: .9rem 1rem;
  font-size: .9rem;
  line-height: 1.5;
  color: #4A4A4A;
}
.bnd-perks li strong { display: block; color: var(--bnd-ink); margin-bottom: .15rem; }
.bnd-perks li::before { content: "✓"; display: inline-block; margin-right: .4rem; color: var(--bnd-yellow-deep); font-weight: 800; }
/* Yalniz dikey padding: yatay padding sarmalayicinin px-4/px-6 sinifindan gelir (ezilmemeli). */
.bnd-landing-body { padding-top: 2rem; padding-bottom: 3rem; }

/* Cok dar ekranlar (<=340px): padding ve fiyat boyutu bir kademe kucuk, tasma yok. */
@media (max-width: 340px) {
  .bnd-section { padding: .9rem; }
  .bnd-card { padding: .8rem; }
  .bnd-price { font-size: 1.25rem; }
  .bnd-card__title { padding-right: 0; margin-top: 1.5rem; }
  .bnd-badge { top: .6rem; left: .8rem; right: auto; }
}
