/* Barqeem product guide — [barqeem_product_guide] (e.g. /help-me-choose/) */

.barqeem-guide,
.barqeem-bundle-section {
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.barqeem-guide {
  padding: clamp(1rem, 3.5vw, 1.85rem) clamp(1rem, 4vw, 2.25rem);
  border: 1px solid rgba(6, 74, 50, 0.14);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 44px rgba(6, 74, 50, 0.08);
}

.barqeem-guide--compact {
  padding: clamp(0.85rem, 2.5vw, 1.25rem) clamp(0.85rem, 3vw, 1.5rem);
}

.barqeem-guide__intro {
  max-width: min(100%, 58ch);
  margin: 0 0 clamp(1.15rem, 3vw, 1.75rem);
  padding: 0;
}

.barqeem-guide__intro h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.3rem, 2.75vw, 1.85rem);
  line-height: 1.2;
  font-weight: 700;
  color: #064a32;
  letter-spacing: -0.02em;
}

.barqeem-guide__intro p {
  margin: 0;
  font-size: clamp(0.9375rem, 1.85vw, 1.0625rem);
  line-height: 1.6;
  color: #2a5644;
}

.barqeem-guide__form {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0;
}

.barqeem-guide__grid {
  display: grid;
  gap: clamp(0.75rem, 2.2vw, 1.35rem);
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 520px) {
  .barqeem-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 820px) {
  .barqeem-guide__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .barqeem-guide__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.barqeem-guide__field {
  display: grid;
  gap: 0.4rem;
  font-size: clamp(0.9rem, 1.6vw, 0.97rem);
  min-width: 0;
}

.barqeem-guide__field > span {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #064a32;
  letter-spacing: 0.01em;
}

.barqeem-guide__field select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(6, 74, 50, 0.22);
  border-radius: 8px;
  background: #fff;
  color: #0d1914;
  font: inherit;
}

.barqeem-guide__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.15rem);
  margin-top: clamp(1.15rem, 3vw, 1.65rem);
  padding-top: clamp(0.85rem, 2vw, 1.15rem);
  border-top: 1px solid rgba(6, 74, 50, 0.1);
}

.barqeem-guide__actions .button {
  margin: 0;
}

@media (max-width: 519px) {
  .barqeem-guide__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .barqeem-guide__actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.barqeem-guide__reset {
  color: #064a32;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 520px) {
  .barqeem-guide__reset {
    text-align: left;
  }
}

.barqeem-guide__results {
  margin-top: clamp(1.35rem, 3.5vw, 2.25rem);
  padding-top: clamp(1rem, 2.5vw, 1.35rem);
  border-top: 1px solid rgba(6, 74, 50, 0.08);
}

.barqeem-guide__results h3 {
  margin: 0 0 clamp(0.85rem, 2vw, 1.15rem);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.25;
  color: #064a32;
}

.barqeem-guide__cards,
.barqeem-bundle-grid {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
  grid-template-columns: 1fr;
}

@media (min-width: 540px) {
  .barqeem-guide__cards,
  .barqeem-bundle-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  }
}

.barqeem-guide__card,
.barqeem-bundle-card {
  padding: clamp(0.9rem, 2vw, 1.15rem);
  border-radius: 12px;
  border: 1px solid rgba(6, 74, 50, 0.12);
  background: #f8fbfa;
}

.barqeem-guide__card--primary {
  background: #fff4e8;
  border-color: rgba(222, 78, 31, 0.22);
}

.barqeem-guide__card h4 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.3;
}

.barqeem-guide__eyebrow {
  margin: 0 0 0.35rem;
  color: #de4e1f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.barqeem-guide__reason,
.barqeem-guide__shipping,
.barqeem-bundle-card__price,
.barqeem-guide__price {
  font-size: clamp(0.9rem, 1.6vw, 0.95rem);
  line-height: 1.5;
}

.barqeem-guide__price,
.barqeem-bundle-card__price {
  color: #064a32;
  font-weight: 700;
}

.barqeem-guide__badge-list,
.barqeem-catalog-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
}

.barqeem-guide__badge-list li,
.barqeem-catalog-badges li {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(10, 143, 95, 0.1);
  color: #064a32;
  font-size: 0.85rem;
  font-weight: 600;
}

.barqeem-guide__bundle-note {
  margin-top: clamp(1rem, 2.5vw, 1.35rem);
  padding: 0.85rem 1rem;
  border-left: 4px solid #0a8f5f;
  background: rgba(10, 143, 95, 0.08);
  font-size: clamp(0.9rem, 1.6vw, 0.95rem);
  line-height: 1.55;
}

.barqeem-bundle-section h2 {
  margin-bottom: 1rem;
}
