/* Biohacking SEO slider: visible, user-openable local context before footer. */
.biohack-seo-strip {
  padding: .14rem clamp(1.25rem, 5vw, 5rem) .28rem;
  color: rgba(26, 26, 26, .72);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #fbfaf7 100%);
}

.biohack-seo-slider {
  width: min(100%, 1120px);
  margin-inline: auto;
  border-top: 1px solid rgba(201, 169, 97, .18);
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.biohack-seo-slider:focus-visible {
  outline: 1px solid rgba(201, 169, 97, .36);
  outline-offset: 2px;
}

.biohack-seo-slider::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.biohack-seo-slide {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 22px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.biohack-seo-slide--links {
  padding-bottom: 0;
}

.biohack-seo-slide--blank {
  position: relative;
}

.biohack-seo-slide--blank::after {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1px;
  margin-top: .5rem;
  border-radius: 999px;
  background: rgba(201, 169, 97, .26);
}

.biohack-seo-slide--links details {
  width: 100%;
}

.biohack-seo-strip summary {
  width: fit-content;
  min-height: 22px;
  cursor: pointer;
  list-style: none;
  padding-top: .18rem;
  color: rgba(26, 26, 26, .58);
  font-size: .66rem;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: uppercase;
}

.biohack-seo-strip summary::after {
  content: '+';
  display: inline-block;
  margin-left: .5rem;
  color: rgba(139, 117, 48, .82);
}

.biohack-seo-details[open] summary::after {
  content: '-';
}

.biohack-seo-strip summary::marker,
.biohack-seo-strip summary::-webkit-details-marker {
  display: none;
  content: '';
}

.biohack-seo-strip summary:hover,
.biohack-seo-strip summary:focus-visible {
  color: rgba(139, 117, 48, .94);
}

.biohack-seo-panel {
  padding: .7rem 0 1rem;
}

.biohack-seo-intro {
  max-width: 900px;
}

.biohack-seo-eyebrow {
  margin: 0 0 .35rem;
  color: rgba(139, 117, 48, .82);
  font-size: .76rem;
  font-weight: 780;
  line-height: 1.4;
  text-transform: uppercase;
}

.biohack-seo-intro h2 {
  max-width: 840px;
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(1.28rem, 2.4vw, 2.1rem);
  font-weight: 760;
  line-height: 1.08;
}

.biohack-seo-intro p {
  margin: .5rem 0 0;
  color: rgba(26, 26, 26, .7);
  font-size: .94rem;
  line-height: 1.62;
}

.biohack-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .82rem 1.2rem;
  margin-top: .82rem;
}

.biohack-seo-item {
  min-width: 0;
  padding-top: .62rem;
  border-top: 1px solid rgba(201, 169, 97, .2);
}

.biohack-seo-item h3,
.biohack-seo-faq h3 {
  margin: 0;
  color: rgba(26, 26, 26, .92);
  font-size: .95rem;
  font-weight: 760;
  line-height: 1.3;
}

.biohack-seo-item p {
  margin: .34rem 0 .42rem;
  color: rgba(26, 26, 26, .66);
  font-size: .82rem;
  line-height: 1.58;
}

.biohack-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem .85rem;
  padding: .12rem 0 0;
}

.biohack-seo-item > a,
.biohack-seo-links a {
  color: rgba(139, 117, 48, .92);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: rgba(201, 169, 97, .32);
  text-underline-offset: .2em;
}

.biohack-seo-item > a:hover,
.biohack-seo-item > a:focus-visible,
.biohack-seo-links a:hover,
.biohack-seo-links a:focus-visible {
  color: #1a1a1a;
  text-decoration-color: rgba(139, 117, 48, .72);
}

.biohack-seo-faq {
  margin-top: .88rem;
  padding-top: .78rem;
  border-top: 1px solid rgba(201, 169, 97, .2);
}

.biohack-seo-faq dl {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: .5rem 1rem;
  margin: .56rem 0 0;
}

.biohack-seo-faq dt {
  color: rgba(139, 117, 48, .9);
  font-size: .82rem;
  font-weight: 760;
  line-height: 1.45;
}

.biohack-seo-faq dd {
  margin: 0;
  color: rgba(26, 26, 26, .66);
  font-size: .82rem;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .biohack-seo-strip {
    padding-inline: 1rem;
  }

  .biohack-seo-grid,
  .biohack-seo-faq dl {
    grid-template-columns: 1fr;
  }

  .biohack-seo-grid {
    gap: .92rem;
  }

  .biohack-seo-intro h2 {
    font-size: 1.24rem;
  }
}
