


.feature-item {
  border-radius: 14px;
  padding: 1.75rem;
  border: 2px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, #0d9488, #c9963f);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.618rem;
}
.feature-heading { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 1.18rem; color: #042f2e; margin: 0; }
.feature-description { margin: 0; color: #334e4c; font-size: 0.98rem; }
.feature-visual { width: 46px; height: 46px; display: block; }

.highlighted-feature {
  background-image: linear-gradient(#fffdf7, #fffdf7), linear-gradient(135deg, #c9963f, #0f766e);
}


.info-row {
  display: flex;
  gap: max(1rem, 2vw);
  padding: 1.618rem 0;
  border-bottom: 1px solid #d5eae6;
  align-items: flex-start;
}
.info-row:last-child { border-bottom: none; }
.info-row-lead { flex: 0 0 30%; }
.info-row-lead h3 { margin-bottom: 0.4rem; }
.info-row-body { flex: 1 1 auto; }
.info-row-body p:last-child { margin-bottom: 0; }
.info-row-tag { font-family: 'Quicksand', sans-serif; font-weight: 700; color: #8f6418; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }


.ingredient-carousel { position: relative; }
.carousel-viewport {
  border-radius: 18px;
  border: 1px solid #cbeee8;
  background: linear-gradient(140deg, #ffffff 0%, #f0fdfa 55%, #ccfbf1 100%);
  padding: clamp(1.618rem, 3vw, 2.618rem);
  min-height: 19rem;
}
.carousel-slide { display: none; }
.carousel-slide.slide-current { display: flex; gap: max(1.2rem, 2vw); align-items: center; }
.carousel-figure {
  flex: 0 0 auto;
  width: clamp(96px, 14vw, 148px);
  height: clamp(96px, 14vw, 148px);
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cbeee8;
  display: flex; align-items: center; justify-content: center;
}
.carousel-figure svg { width: 62%; height: 62%; }
.carousel-copy { flex: 1 1 auto; }
.carousel-copy h3 { margin-bottom: 0.4rem; }
.carousel-latin { font-style: italic; color: #6b8a87; font-size: 0.92rem; margin-bottom: 0.7rem; }
.carousel-copy p:last-child { margin-bottom: 0; }

.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 0.4rem; margin-top: 1.618rem; }
.carousel-step {
  width: 44px; height: 44px;
  border: none; background: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0;
  position: relative;
}
.carousel-step::before {
  content: "";
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #b6dcd7;
}
.carousel-step[aria-selected="true"]::before { background: #0f766e; width: 26px; border-radius: 999px; }
.carousel-step:focus-visible { outline: 2px solid #c9963f; outline-offset: -6px; border-radius: 8px; }


.question-filter { display: flex; gap: 0.6rem; flex-wrap: wrap; justify-content: center; margin-bottom: 1.618rem; }
.question-filter button {
  border: 1px solid #cbeee8;
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  background: #ffffff;
  color: #042f2e;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  min-height: 44px;
}
.question-filter button.filter-current { background: #0f766e; color: #ffffff; border-color: transparent; }
.question-filter button:focus-visible { outline: 3px solid #c9963f; outline-offset: 2px; }

.question-group { display: none; }
.question-group.group-current { display: block; }
.question-entry {
  background: #ffffff;
  border: 1px solid #d5eae6;
  border-left: 4px solid #c9963f;
  border-radius: 12px;
  padding: 1.2rem 1.618rem;
  margin-bottom: 1rem;
}
.question-entry h3 { font-size: 1.08rem; margin-bottom: 0.5rem; }
.question-entry p { margin-bottom: 0; color: #334e4c; }


.input-wrapper { margin-bottom: 1.2rem; }
.form-status {
  border-radius: 12px;
  padding: 1.2rem 1.618rem;
  margin-bottom: 1.618rem;
  font-weight: 600;
}
.status-good { background: #ccfbf1; border: 1px solid #0f766e; color: #042f2e; }
.status-bad { background: #fdf1ee; border: 1px solid #b4472f; color: #8a3521; }


.fact-line { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px dashed #cbeee8; font-size: 0.92rem; }
.fact-line:last-child { border-bottom: none; }
.fact-key { color: #6b8a87; }
.fact-value { font-weight: 600; color: #042f2e; text-align: right; }
