﻿:root {
  color-scheme: light;
  --ink: #17211c;
  --muted: #5c6861;
  --line: #d9e2dc;
  --paper: #f8faf8;
  --panel: #ffffff;
  --green: #146b4d;
  --green-2: #1f8a64;
  --blue: #245b8f;
  --amber: #b97918;
  --soft-green: #e8f4ee;
  --soft-blue: #e8f0f8;
  --shadow: 0 18px 50px rgba(22, 44, 34, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 64px);
  background: rgba(248, 250, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 244px;
}

.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 19px;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav a {
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  padding: 10px 12px;
}

.nav a:hover {
  background: var(--soft-green);
  color: var(--green);
}

.ghost-button,
.search-row button,
.review-card button {
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 750;
}

.ghost-button {
  background: white;
  border: 1px solid var(--line);
  color: var(--green);
  padding: 10px 16px;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 86px) clamp(20px, 5vw, 64px) 40px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.96;
  margin-bottom: 24px;
  max-width: 900px;
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.hero-text {
  color: var(--muted);
  font-size: 19px;
  max-width: 690px;
}

.search-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin-top: 34px;
  padding: 18px;
}

.search-panel label {
  color: var(--muted);
  display: block;
  font-size: 14px;
  font-weight: 750;
  margin: 0 0 10px;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.search-row input,
.review-card select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  min-height: 52px;
  padding: 0 14px;
}

.search-row button,
.review-card button {
  background: var(--green);
  color: white;
  min-height: 52px;
  padding: 0 22px;
}

.quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.quick-prompts button {
  background: var(--soft-blue);
  border: 1px solid #cadbea;
  border-radius: 999px;
  color: var(--blue);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
}

.answer-card,
.product-card,
.comparison-panel,
.knowledge-grid article,
.review-card,
.enterprise-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(21, 38, 30, 0.07);
}

.answer-card {
  align-self: center;
  padding: 28px;
  position: relative;
}

.home-answer-card::before {
  content: "";
  display: block;
  height: 160px;
  margin: -8px -8px 22px;
  border-radius: 6px;
  background: url("assets/sleep-supplement-comparison.png?v=9") center / cover no-repeat;
}

.answer-header {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}

.status-dot {
  background: var(--green-2);
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  width: 9px;
}

.answer-card p {
  color: var(--muted);
}

.signal-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.signal-grid span {
  background: var(--soft-green);
  border-radius: 7px;
  color: var(--muted);
  display: block;
  font-size: 13px;
  padding: 12px;
}

.signal-grid strong {
  color: var(--ink);
  display: block;
  margin-bottom: 2px;
}

.trust-strip,
.workspace,
.knowledge-grid,
.experience-section,
.enterprise-section {
  padding: clamp(42px, 7vw, 82px) clamp(20px, 5vw, 64px);
}


.intent-section {
  padding: clamp(42px, 7vw, 82px) clamp(20px, 5vw, 64px);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.home-intent-section {
  padding-top: clamp(34px, 5vw, 58px);
}

.home-section-title {
  font-size: clamp(38px, 5.3vw, 66px);
  line-height: 1;
  margin-bottom: 16px;
  max-width: 980px;
}

.finder-home-hero {
  background: #f4f8f6;
  min-height: auto;
  padding-top: clamp(42px, 6vw, 74px);
}

.finder-home-hero h2 {
  font-size: clamp(34px, 5.2vw, 66px);
  max-width: 820px;
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.intent-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: 18px;
}

.intent-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 18px;
}

.intent-image {
  border-radius: 7px;
  height: 138px;
  margin: -2px 0 18px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.intent-image::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(20, 107, 77, 0.12) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.category-image {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 400%;
}

.category-image-symptoms {
  transform: translateX(0);
}

.category-image-ingredients {
  transform: translateX(-25%);
}

.category-image-best {
  transform: translateX(-50%);
}

.category-image-finder {
  transform: translateX(-75%);
}



.intent-image-faq {
  align-items: center;
  background: radial-gradient(circle at 30% 20%, #ffffff 0 18%, #e6f2ed 19% 100%);
  border: 1px solid #d2e4da;
  display: flex;
  justify-content: center;
}

.intent-image-faq img {
  height: 68px;
  position: relative;
  width: 68px;
  z-index: 1;
}

.intent-image-faq::before {
  background: #ffffff;
  border: 1px solid #cfe0d7;
  border-radius: 999px;
  color: var(--green);
  content: "?";
  display: grid;
  font-size: 30px;
  font-weight: 900;
  height: 48px;
  place-items: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 48px;
  z-index: 2;
}

.action-panel-faq .panel-visual,
.panel-visual-faq {
  background-color: #ffffff;
  background-image: url("assets/supppedia-logo-mark.svg?v=9");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 52px;
}

.intent-visual {
  background: #e8f4ee;
  border: 1px solid #d1e2d8;
  border-radius: 7px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 86px;
  margin: -2px 0 18px;
  padding: 14px;
  position: relative;
}

.intent-visual::before,
.intent-visual::after,
.intent-visual i {
  content: "";
  display: block;
}

.intent-visual i {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 107, 77, 0.16);
  border-radius: 6px;
  min-width: 0;
}

.intent-visual::before,
.intent-visual::after {
  position: absolute;
}

.visual-symptoms {
  background: linear-gradient(135deg, #eef7f2, #e8f0f8);
}

.visual-symptoms::before {
  background: #146b4d;
  border-radius: 999px;
  height: 11px;
  left: 17px;
  top: 18px;
  width: 11px;
}

.visual-symptoms::after {
  background: #245b8f;
  border-radius: 999px;
  bottom: 18px;
  height: 10px;
  right: 22px;
  width: 10px;
}

.visual-ingredients {
  align-items: end;
  background: linear-gradient(135deg, #f6f9f6, #e8f4ee);
}

.visual-ingredients i:nth-child(1) { height: 34px; }
.visual-ingredients i:nth-child(2) { height: 52px; }
.visual-ingredients i:nth-child(3) { height: 42px; }

.visual-ingredients::before {
  background: #b97918;
  border-radius: 999px;
  height: 12px;
  right: 18px;
  top: 14px;
  width: 12px;
}

.visual-best {
  align-items: center;
  background: linear-gradient(135deg, #fffaf0, #e8f4ee);
}

.visual-best i {
  height: 40px;
}

.visual-best i:nth-child(2) {
  background: #ffffff;
  border-color: rgba(185, 121, 24, 0.25);
  height: 56px;
}

.visual-best::before {
  border-bottom: 10px solid #b97918;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  left: calc(50% - 8px);
  top: 13px;
  width: 0;
}

.visual-finder {
  background: linear-gradient(135deg, #e8f0f8, #eef7f2);
}

.visual-finder i {
  border-radius: 999px;
  height: 18px;
  margin-top: 21px;
}

.visual-finder::before {
  border: 3px solid #245b8f;
  border-radius: 999px;
  height: 30px;
  left: 26px;
  top: 18px;
  width: 30px;
}

.visual-finder::after {
  background: #245b8f;
  border-radius: 999px;
  height: 4px;
  left: 54px;
  top: 49px;
  transform: rotate(42deg);
  width: 22px;
}

.intent-card p {
  color: var(--muted);
  font-size: 15px;
}

.intent-card strong {
  color: var(--blue);
  display: block;
  margin-top: auto;
}

.intent-card:hover {
  border-color: #bdd7ca;
  box-shadow: 0 14px 34px rgba(22, 44, 34, 0.08);
  transform: translateY(-1px);
}


.difference-section {
  background: #f4f8f6;
  border-bottom: 1px solid var(--line);
  padding: clamp(42px, 7vw, 82px) clamp(20px, 5vw, 64px);
}

.difference-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  max-width: 920px;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.difference-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 230px;
  padding: 22px;
}

.difference-grid span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 18px;
}

.difference-grid p {
  color: var(--muted);
  font-size: 15px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  padding-top: 1px;
  padding-bottom: 1px;
}

.trust-strip article {
  background: var(--paper);
  min-height: 130px;
  padding: 26px;
}

.trust-strip strong,
.enterprise-grid strong {
  display: block;
  margin-bottom: 8px;
}

.trust-strip span,
.enterprise-grid span,
.panel-note,
.product-card p,
.knowledge-grid p,
.experience-section p,
footer span {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.compare-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 16px;
}

.product-card,
.comparison-panel,
.knowledge-grid article,
.review-card,
.enterprise-grid article {
  padding: 22px;
}

.product-card.selected {
  border-color: rgba(20, 107, 77, 0.38);
}

.product-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.brand-pill {
  background: var(--soft-blue);
  border-radius: 999px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.score {
  align-items: center;
  background: var(--soft-green);
  border-radius: 8px;
  color: var(--green);
  display: inline-flex;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 42px;
}

dl {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

dl div {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

dd {
  margin: 0;
  text-align: right;
}

.bar-row {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.bar-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.bar-row div {
  background: #edf2ef;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.bar-row i {
  background: linear-gradient(90deg, var(--green), var(--blue));
  display: block;
  height: 100%;
}

.knowledge-grid {
  background: #eef5f1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.knowledge-grid .section-heading {
  grid-column: 1 / -1;
}

.experience-section {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.6fr);
  gap: clamp(24px, 5vw, 72px);
}

.review-card {
  display: grid;
  gap: 14px;
}

.review-card label {
  color: var(--muted);
  display: grid;
  font-size: 14px;
  font-weight: 750;
  gap: 8px;
}

.enterprise-section {
  border-top: 1px solid var(--line);
}

.enterprise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 26px clamp(20px, 5vw, 64px);
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
  }

  .hero,
  .compare-layout,
  .experience-section {
    grid-template-columns: 1fr;
  }

  .intent-grid,
  .difference-grid,
  .trust-strip,
  .knowledge-grid,
  .enterprise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .topbar {
    min-height: auto;
  }

  .brand {
    min-width: 0;
  }

  .ghost-button {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .home-section-title {
    font-size: 38px;
  }

  .intent-card {
    min-height: 0;
  }

  h1 {
    font-size: 42px;
  }

  .search-row,
  .intent-grid,
  .difference-grid,
  .trust-strip,
  .knowledge-grid,
  .enterprise-grid,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.text-link {
  color: var(--green);
  display: inline-flex;
  font-weight: 800;
  margin-top: 18px;
}

.page-shell {
  padding: clamp(34px, 6vw, 70px) clamp(20px, 5vw, 64px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  padding-bottom: 38px;
}

.breadcrumb {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 18px;
}

.breadcrumb a {
  color: var(--green);
}

.page-title {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.page-summary {
  color: var(--muted);
  font-size: 18px;
  max-width: 780px;
}

.fact-panel,
.toc-panel,
.safety-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(21, 38, 30, 0.07);
  padding: 22px;
}

.fact-panel h2,
.toc-panel h2,
.safety-panel h2 {
  font-size: 20px;
}

.action-panel {
  background: linear-gradient(145deg, #ffffff 0%, #f4f8f6 100%);
  min-height: 320px;
  overflow: hidden;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.action-panel:hover {
  border-color: #bdd7ca;
  box-shadow: 0 18px 42px rgba(21, 38, 30, 0.11);
  transform: translateY(-2px);
}

.action-panel p {
  color: var(--muted);
  font-size: 15px;
}

.panel-visual {
  border: 1px solid #d1e2d8;
  border-radius: 7px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  height: 118px;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.panel-visual::before,
.panel-visual::after,
.panel-visual i {
  content: "";
  display: block;
}

.panel-visual i {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 107, 77, 0.16);
  border-radius: 6px;
  min-width: 0;
}

.panel-visual::before,
.panel-visual::after {
  position: absolute;
}

.panel-visual-symptoms {
  align-items: center;
  background: linear-gradient(135deg, #eef7f2, #e8f0f8);
}

.panel-visual-symptoms i {
  height: 52px;
}

.panel-visual-symptoms i:nth-child(2) {
  height: 72px;
}

.panel-visual-symptoms::before {
  background: #146b4d;
  border-radius: 999px;
  height: 13px;
  left: 22px;
  top: 20px;
  width: 13px;
}

.panel-visual-symptoms::after {
  background: #245b8f;
  border-radius: 999px;
  bottom: 20px;
  height: 12px;
  right: 26px;
  width: 12px;
}

.panel-visual-ingredients {
  align-items: end;
  background: linear-gradient(135deg, #f6f9f6, #e8f4ee);
}

.panel-visual-ingredients i:nth-child(1) { height: 46px; }
.panel-visual-ingredients i:nth-child(2) { height: 72px; }
.panel-visual-ingredients i:nth-child(3) { height: 58px; }

.panel-visual-ingredients::before {
  background: #b97918;
  border-radius: 999px;
  height: 14px;
  right: 22px;
  top: 18px;
  width: 14px;
}

.panel-visual-best {
  align-items: center;
  background: linear-gradient(135deg, #fffaf0, #e8f4ee);
}

.panel-visual-best i {
  height: 54px;
}

.panel-visual-best i:nth-child(2) {
  border-color: rgba(185, 121, 24, 0.26);
  height: 78px;
}

.panel-visual-best::before {
  border-bottom: 13px solid #b97918;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  left: calc(50% - 10px);
  top: 15px;
  width: 0;
}

.panel-visual-finder {
  background: linear-gradient(135deg, #e8f0f8, #eef7f2);
}

.panel-visual-finder i {
  border-radius: 999px;
  height: 22px;
  margin-top: 28px;
}

.panel-visual-finder::before {
  border: 4px solid #245b8f;
  border-radius: 999px;
  height: 42px;
  left: 26px;
  top: 24px;
  width: 42px;
}

.panel-visual-finder::after {
  background: #245b8f;
  border-radius: 999px;
  height: 5px;
  left: 64px;
  top: 65px;
  transform: rotate(42deg);
  width: 28px;
}

.panel-action {
  align-items: center;
  background: var(--green);
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  margin-top: 8px;
  min-height: 42px;
  padding: 0 14px;
}

.panel-action:hover {
  background: #0f5b40;
}


.fact-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.fact-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.fact-list dt {
  color: var(--muted);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.32fr);
  gap: 28px;
  align-items: start;
}

.content-stack {
  display: grid;
  gap: 18px;
}

.info-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.info-section h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: -16px clamp(20px, 5vw, 64px) 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.trust-bar span,
.trust-bar a {
  background: #eef6f1;
  border: 1px solid #cfe3d6;
  border-radius: 999px;
  padding: 7px 11px;
}

.trust-bar a {
  color: var(--green);
}


.page-trust,
.home-trust {
  margin: 18px clamp(20px, 5vw, 64px) 0;
}

.page-shell > .page-trust {
  margin-left: 0;
  margin-right: 0;
}

.home-trust {
  margin-top: -18px;
  margin-bottom: 18px;
}

.page-trust span,
.home-trust span {
  background: #f3f8f5;
}

.decision-summary {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(18px, 4vw, 36px);
  margin: 0 clamp(20px, 5vw, 64px) 28px;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.decision-copy h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.04;
  margin-bottom: 12px;
}

.decision-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 0;
}

.decision-grid,
.metric-grid,
.snapshot-grid,
.preference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric-card,
.snapshot-grid div,
.preference-grid div {
  min-height: 112px;
  background: #f9fbf9;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.metric-card span,
.snapshot-grid span,
.preference-grid span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
}

.metric-card small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.snapshot-grid p,
.preference-grid p {
  color: var(--ink);
  font-size: 14px;
  margin: 0;
}

.metrics-section h2,
.safety-snapshot h2,
.preference-section h2 {
  margin-bottom: 16px;
}

.safety-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.safety-list li {
  color: var(--muted);
}

.preference-section {
  border-color: #c9d8df;
  background: linear-gradient(180deg, #ffffff 0%, #f5fafb 100%);
}

.preference-section > p {
  color: var(--muted);
  margin-bottom: 16px;
}

.preference-grid div {
  background: #f8fbfc;
  border-color: #d7e4e8;
}

.preference-grid span {
  color: var(--blue);
}

.trust-section {
  border-color: #bfd8ca;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
}

.trust-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.trust-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.trust-list dt {
  color: var(--muted);
  font-weight: 700;
}

.trust-list dd {
  margin: 0;
  text-align: right;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.trust-grid h3 {
  font-size: 15px;
  margin-bottom: 6px;
}

.trust-grid p,
.trust-note {
  color: var(--muted);
  font-size: 14px;
}

.trust-note {
  border-top: 1px solid var(--line);
  margin: 18px 0 0;
  padding-top: 14px;
}

.evidence-row,
.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tag {
  background: var(--soft-green);
  border: 1px solid #c9dfd4;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.tag.blue {
  background: var(--soft-blue);
  border-color: #cadbea;
  color: var(--blue);
}

.tag.amber {
  background: #fff4df;
  border-color: #ead5aa;
  color: var(--amber);
}
.toc-panel {
  position: sticky;
  top: 96px;
}

.toc-panel nav {
  display: grid;
  gap: 10px;
}

.toc-panel a {
  color: var(--muted);
  font-weight: 750;
}

.toc-panel a:hover {
  color: var(--green);
}

.table-like {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.table-like div {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
}

.table-like span {
  border-top: 1px solid var(--line);
  padding: 14px;
}

.table-like div:first-child span {
  background: var(--soft-green);
  border-top: 0;
  color: var(--green);
  font-weight: 850;
}

.ask-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  gap: 24px;
}

.large-input {
  min-height: 160px;
  resize: vertical;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  font: inherit;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 980px) {
  .verdict-controls,
  .decision-summary,
  .page-hero,
  .content-layout,
  .ask-layout {
    grid-template-columns: 1fr;
  }

  .decision-grid,
  .metric-grid,
  .snapshot-grid,
  .verdict-section,
  .verdict-summary,
  .verdict-grid,
  .tradeoff-grid,
  .shortlist-grid,
  .before-buy-grid,
  .preference-grid,
  .capture-form {
    grid-template-columns: 1fr;
  }

  .ranked-options,
  .verdict-copy,
  .verdict-grid {
    grid-column: 1;
    grid-row: auto;
  }

  .toc-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .table-like div {
    grid-template-columns: 1fr;
  }
}


.verdict-controls {
  align-items: start;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
}


.native-priority-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.priority-picker {
  position: relative;
  margin-top: 10px;
  max-width: 360px;
}

.priority-picker-button {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f5 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(21, 38, 30, 0.06);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 14px 0 16px;
  text-align: left;
  width: 100%;
}

.priority-picker-button:hover,
.priority-picker.open .priority-picker-button {
  border-color: #b8d3c5;
  box-shadow: 0 12px 28px rgba(20, 107, 77, 0.12);
}

.priority-picker-button:focus-visible,
.priority-picker-option:focus-visible {
  outline: 3px solid rgba(31, 138, 100, 0.22);
  outline-offset: 2px;
}

.priority-picker-arrow {
  border-bottom: 2px solid var(--green);
  border-right: 2px solid var(--green);
  height: 8px;
  margin-left: 14px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.16s ease;
  width: 8px;
}

.priority-picker.open .priority-picker-arrow {
  transform: rotate(225deg) translateY(-2px);
}

.priority-picker-menu {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: none;
  left: 0;
  max-height: 340px;
  overflow: auto;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
}

.priority-picker.open .priority-picker-menu {
  display: grid;
  gap: 4px;
}

.priority-picker-option {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 2px;
  padding: 10px 11px;
  text-align: left;
}

.priority-picker-option span {
  font-size: 14px;
  font-weight: 850;
}

.priority-picker-option small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.priority-picker-option:hover {
  background: var(--soft-green);
}

.priority-picker-option.active {
  background: var(--green);
  color: white;
}

.priority-picker-option.active small {
  color: rgba(255, 255, 255, 0.8);
}

.refine-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.refine-chip {
  background: var(--soft-blue);
  border: 1px solid #cadbea;
  border-radius: 999px;
  color: var(--blue);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
}

.refine-chip.active {
  background: var(--green);
  border-color: var(--green);
  color: white;
}

.catalog-tools {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
  padding: 18px;
}

.catalog-tools label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.catalog-tools input {
  border: 1px solid var(--line);
  border-radius: 7px;
  min-height: 52px;
  padding: 0 14px;
  width: 100%;
}

.tool-label {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 4px 0 -2px;
  text-transform: uppercase;
}

.comparison-empty {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.quick-prompts button.active-filter {
  background: var(--green);
  border-color: var(--green);
  color: white;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
  gap: 24px;
  align-items: start;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.catalog-side {
  display: grid;
  gap: 16px;
}

.mini-list {
  display: grid;
  gap: 10px;
}

.mini-list a {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding-top: 10px;
}

.mini-list strong {
  color: var(--ink);
}

.mini-list span {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 980px) {
  .catalog-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }
}






.quiet-button {
  color: var(--muted);
}

.experience-capture {
  box-shadow: none;
}

.experience-capture .eyebrow {
  color: var(--blue);
}

.experience-capture h2,
.experience-capture h3 {
  font-size: 22px;
}

.inline-capture {
  background: #f8faf8;
}

.experience-capture {
  border-color: #c7d7e8;
  background: linear-gradient(180deg, #ffffff 0%, #f2f7fb 100%);
}

.experience-capture h2,
.experience-capture h3 {
  margin-bottom: 8px;
}

.experience-capture p {
  color: var(--muted);
}

.inline-capture {
  border: 1px solid #c7d7e8;
  border-radius: 8px;
  margin-top: 18px;
  padding: 18px;
}

.capture-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.capture-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.capture-form label {
  color: var(--muted);
  display: grid;
  font-size: 14px;
  font-weight: 750;
  gap: 8px;
}

.capture-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  min-height: 48px;
  padding: 0 12px;
}

.capture-form button {
  align-self: end;
  background: var(--green);
  border: 0;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-weight: 800;
  min-height: 48px;
  padding: 0 18px;
}

.capture-response {
  background: #eef6f1;
  border: 1px solid #cfe3d6;
  border-radius: 8px;
  margin-top: 16px;
  padding: 14px;
}

.capture-response h3 {
  font-size: 20px;
}

.before-buy-section {
  border-color: #d7c89d;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.before-buy-section > p {
  color: var(--muted);
}

.before-buy-checklist {
  margin-top: 18px;
}

.before-buy-checklist h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.before-buy-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.before-buy-grid div {
  background: #fffdf7;
  border: 1px solid #eadfbd;
  border-radius: 8px;
  min-height: 118px;
  padding: 14px;
}

.before-buy-grid span {
  color: var(--amber);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.before-buy-grid p {
  color: var(--ink);
  font-size: 14px;
  margin: 0;
}

.section-heading-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.section-heading-row h2 {
  margin-bottom: 8px;
}

.shortlist-section > p,
.muted-copy {
  color: var(--muted);
}

.shortlist-verdict {
  background: #f3faf6;
  border: 1px solid #cfe3d6;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
}

.shortlist-verdict h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.shortlist-verdict ul {
  color: var(--muted);
  margin: 12px 0 0;
  padding-left: 20px;
}

.shortlist-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.shortlist-card {
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.shortlist-card > span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.shortlist-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.shortlist-card > p,
.shortlist-points p {
  color: var(--muted);
  font-size: 14px;
}

.compare-select {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.compare-select input {
  margin-top: 3px;
}

.compare-select input:disabled + span {
  opacity: 0.45;
}

.verdict-section {
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f3faf6 100%);
  border-color: #b8d7c7;
  display: grid;
  gap: 16px 18px;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
}

.verdict-section > .eyebrow,
.verdict-section > h2 {
  grid-column: 1 / -1;
}

.verdict-copy,
.verdict-grid {
  grid-column: 1;
}

.verdict-section > h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.verdict-copy {
  color: var(--muted);
  font-size: 17px;
  max-width: 920px;
}



.compact-verdict {
  display: block;
  background: #f7fbf8;
  border: 1px solid #cfe3d6;
  border-radius: 8px;
  margin-top: 18px;
  padding: 16px;
}

.compact-verdict > p {
  color: var(--ink);
  font-size: 16px;
  margin: 0;
  max-width: 980px;
}

.trust-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.trust-chip {
  position: relative;
}

.trust-chip summary {
  background: #eef6f1;
  border: 1px solid #cfe3d6;
  border-radius: 999px;
  color: var(--green);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  list-style: none;
  padding: 7px 11px;
}

.trust-chip summary::-webkit-details-marker {
  display: none;
}

.trust-chip p {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(21, 38, 30, 0.08);
  color: var(--muted);
  font-size: 13px;
  left: 0;
  margin: 8px 0 0;
  max-width: min(300px, 82vw);
  padding: 10px;
  position: absolute;
  z-index: 6;
}

.verdict-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(180px, 0.75fr));
  margin-top: 18px;
}

.verdict-summary div {
  background: #f7fbf8;
  border: 1px solid #cfe3d6;
  border-radius: 8px;
  padding: 14px;
}

.verdict-summary div:first-child,
.verdict-summary div:nth-child(4),
.verdict-summary div:nth-child(5) {
  grid-column: span 1;
}

.verdict-summary span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.verdict-summary p,
.verdict-summary li {
  color: var(--ink);
  font-size: 14px;
}

.verdict-summary p {
  margin: 0;
}

.verdict-summary ul {
  margin: 0;
  padding-left: 18px;
}

.verdict-grid,
.tradeoff-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.verdict-card,
.tradeoff-grid article {
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.verdict-card > span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.verdict-card h3,
.tradeoff-grid h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.verdict-card p,
.tradeoff-grid p {
  color: var(--muted);
  font-size: 14px;
}

.verdict-card dl {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.verdict-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.verdict-card dd {
  margin: 3px 0 0;
}


.ranked-options {
  align-self: start;
  background: #ffffff;
  border: 1px solid #cfe3d6;
  border-radius: 8px;
  grid-column: 2;
  grid-row: 3 / span 2;
  margin-top: 0;
  overflow: hidden;
}

.ranked-heading {
  align-items: flex-start;
  display: grid;
  gap: 8px;
  padding: 16px 18px;
}

.ranked-heading h3 {
  font-size: 20px;
  margin: 0;
}

.ranked-heading > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.ranked-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ranked-item {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 36px minmax(0, 1fr);
  padding: 12px 16px;
}

.ranked-list li::marker {
  content: "";
}

.rank-number {
  align-items: center;
  background: var(--soft-green);
  border: 1px solid #cfe3d6;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.ranked-product strong,
.ranked-product a {
  display: block;
}

.ranked-product strong {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 3px;
}

.ranked-product a {
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.ranked-product a:hover {
  color: var(--green);
}

.ranked-metric {
  color: var(--ink);
  display: block;
  font-size: 13px;
  font-weight: 800;
  grid-column: 2;
  text-align: left;
}
.comparison-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow-x: auto;
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(190px, 1.25fr) 100px 110px 110px minmax(150px, 1fr) 110px minmax(220px, 1.4fr) 70px minmax(260px, 1.35fr);
  min-width: 1400px;
}

.comparison-row span {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 14px;
}

.comparison-row strong,
.comparison-row small {
  display: block;
}

.comparison-row strong {
  color: var(--ink);
}

.comparison-row small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.comparison-row span:last-child {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.comparison-head span {
  background: var(--soft-green);
  border-top: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.inline-link {
  margin-top: 0;
}

.compact-grid {
  padding: 0;
  background: transparent;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 980px) {
  .compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .compact-grid {
    grid-template-columns: 1fr;
  }
}

.prompt-link {
  background: var(--soft-blue);
  border: 1px solid #cadbea;
  border-radius: 999px;
  color: var(--blue);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
}

.is-hidden {
  display: none !important;
}

.checkin-card {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 22px;
}

.checkin-card h3 {
  font-size: 22px;
}

.checkin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.checkin-actions button,
.checkin-form button {
  background: var(--green);
  border: 0;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-weight: 800;
  min-height: 44px;
  padding: 0 14px;
}

.checkin-actions button:nth-child(n + 2) {
  background: white;
  border: 1px solid var(--line);
  color: var(--muted);
}

.checkin-form {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.checkin-form label {
  color: var(--muted);
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.checkin-form select {
  border: 1px solid var(--line);
  border-radius: 7px;
  min-height: 50px;
  padding: 0 12px;
}

.omega-row {
  grid-template-columns: minmax(190px, 1.2fr) 100px 120px 110px 140px 100px 130px minmax(220px, 1.4fr) 70px minmax(260px, 1.35fr);
  min-width: 1540px;
}

.preview-card {
  display: grid;
  gap: 14px;
}

.preview-label {
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.capture-form input,
.checkin-form input,
.review-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  min-height: 48px;
  padding: 0 12px;
}

.conditional-note {
  grid-column: 1 / -1;
}

.answer-cta {
  align-items: center;
  background: var(--green);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-top: 18px;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
}

.answer-cta:hover {
  background: var(--green-dark);
}

.live-comparison-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.live-comparison-grid .product-card {
  display: flex;
  flex-direction: column;
}

.live-comparison-grid .product-card dl {
  margin-top: auto;
}

.live-comparison-grid .text-link {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .live-comparison-grid {
    grid-template-columns: 1fr;
  }
}

.personalized-finder-section {
  display: grid;
  gap: 18px;
}

.personalized-finder {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.personalized-finder label,
.personalized-finder fieldset {
  color: var(--muted);
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.personalized-finder select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  min-height: 46px;
  padding: 0 12px;
}

.personalized-finder fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  grid-column: 1 / -1;
  padding: 14px;
}

.personalized-finder legend {
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  padding: 0 6px;
}

.finder-check-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.finder-check-grid label {
  align-items: center;
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  display: flex;
  font-weight: 700;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px;
}

.finder-results-header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.finder-results-header span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.finder-result-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.finder-result-card {
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.finder-result-card > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
}

.finder-result-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.finder-result-card > p,
.finder-result-card dd {
  color: var(--muted);
  font-size: 14px;
}

.finder-result-card dl {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.finder-result-card dt {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.finder-result-card .text-link {
  margin-top: auto;
}

.compare-product-name {
  display: block;
}

@media (max-width: 980px) {
  .personalized-finder,
  .finder-result-grid {
    grid-template-columns: 1fr;
  }

  .finder-results-header {
    align-items: start;
    flex-direction: column;
  }

  .finder-results-header span {
    text-align: left;
  }
}

.comparison-disclosure {
  display: grid;
  gap: 16px;
}

.comparison-disclosure summary {
  align-items: center;
  background: var(--green);
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  justify-content: center;
  line-height: 1.2;
  min-height: 46px;
  padding: 0 16px;
  width: fit-content;
}

.comparison-disclosure summary:hover {
  background: var(--green-dark);
}

.compact-comparison-disclosure {
  margin-top: 18px;
}

.mini-comparison-table .comparison-row {
  min-width: 1180px;
}

.symptom-hero {
  border-color: #cfded5;
}

.symptom-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.symptom-card,
.next-link-card {
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  min-height: 150px;
  padding: 18px;
  text-decoration: none;
}

.symptom-card:hover,
.next-link-card:hover {
  border-color: #b8d2c3;
  box-shadow: 0 12px 28px rgba(22, 61, 43, 0.08);
  transform: translateY(-1px);
}

.symptom-card span,
.next-link-card span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.featured-symptom-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.featured-symptom-card {
  min-height: 300px;
  padding: 14px;
}

.symptom-card-image {
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  display: block;
  height: auto;
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}

.featured-symptom-card span {
  margin-bottom: 8px;
}

.featured-symptom-card h3 {
  font-size: 24px;
}

.symptom-card h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.symptom-card p,
.source-note p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.symptom-section .muted-copy {
  margin-top: 14px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.check-list li {
  color: var(--muted);
}

.next-link-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.next-link-card {
  min-height: 108px;
}

.next-link-card strong {
  color: var(--ink);
  display: block;
  font-size: 18px;
}

.source-note .inline-link {
  margin-right: 12px;
}

@media (max-width: 1100px) {
  .symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .symptom-grid,
  .next-link-grid {
    grid-template-columns: 1fr;
  }
}


.goal-guide-section .eyebrow {
  margin-bottom: 8px;
}

.detail-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.detail-card {
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.detail-card span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.detail-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

@media (max-width: 900px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }
}

/* category-panel-image-overrides */
.action-panel {
  background: linear-gradient(145deg, #ffffff 0%, #f8faf8 100%);
  min-height: 0;
  padding: 24px;
}

.action-panel .panel-visual {
  background-color: #f4f8f6;
  background-image: url("assets/category-panel-icons.png?v=37");
  background-repeat: no-repeat;
  background-size: 300% 100%;
  border: 1px solid #d6e4dc;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(21, 38, 30, 0.08);
  display: block;
  height: 76px;
  margin: 0 0 18px;
  padding: 0;
  width: 76px;
}

.action-panel .panel-visual i,
.action-panel .panel-visual::before,
.action-panel .panel-visual::after {
  display: none;
}

.action-panel .panel-visual-symptoms {
  background-position: 0% 50%;
}

.action-panel .panel-visual-ingredients {
  background-position: 50% 50%;
}

.action-panel .panel-visual-best {
  background-position: 100% 50%;
}

.action-panel .panel-visual-finder {
  background-color: #ffffff;
  background-image: url("assets/supppedia-logo-mark.svg?v=9");
  background-position: center;
  background-size: 52px 52px;
}

.action-panel:not(.action-panel-finder) .panel-visual {
  display: none;
}

.action-panel h2 {
  font-size: 22px;
  line-height: 1.12;
  margin: 0 0 10px;
}

.action-panel .panel-action {
  margin-top: 12px;
}


.best-three-guide-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.decision-guide-grid {
  margin-top: 18px;
}

.decision-link-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.product-link-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 5px;
  padding: 16px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-link-card:hover {
  border-color: #9fc9b2;
  box-shadow: 0 12px 28px rgba(21, 38, 30, 0.08);
  transform: translateY(-1px);
}

.product-link-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.product-link-card strong {
  font-size: 17px;
}

.product-link-card small {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 760px) {
  .decision-link-grid {
    grid-template-columns: 1fr;
  }
}

.best-goal-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.best-goal-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 0;
  position: relative;
}

.best-goal-card summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  list-style: none;
  padding: 22px 24px;
}

.best-goal-card summary::-webkit-details-marker {
  display: none;
}

.best-goal-card summary::after {
  color: var(--green);
  content: "+";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.best-goal-card[open] summary::after {
  content: "-";
}

.best-goal-card[open] {
  border-color: #b8d7c5;
  box-shadow: 0 14px 30px rgba(21, 38, 30, 0.06);
}

.best-goal-card h3 {
  font-size: 28px;
  margin: 0;
}

.best-goal-card p {
  color: var(--muted);
  margin: 0;
}

.best-goal-group {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin: 0 24px;
  padding-top: 12px;
}

.best-goal-group > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.best-goal-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-link {
  background: #eef6f1;
  border: 1px solid #cfe3d6;
  border-radius: 999px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
  text-decoration: none;
}

.pill-link.blue {
  background: #edf5ff;
  border-color: #c9ddf4;
  color: var(--blue);
}

.pill-link:hover {
  background: #ffffff;
  border-color: #9fc9b2;
}

@media (max-width: 980px) {
  .best-goal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .best-goal-card summary {
    padding: 18px;
  }

  .best-goal-notes,
  .best-goal-group {
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}

.best-goal-summary {
  font-size: 16px;
}

.best-goal-notes {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 24px;
}

.best-goal-notes div {
  background: #fbfcfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.best-goal-notes dt {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.best-goal-notes dd {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}


.catalog-recommendations {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1fr) minmax(320px, 1.3fr);
  margin: 0 0 30px;
}

.category-match,
.recommendation-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 20px;
}

.category-match h2,
.compact-heading h2 {
  font-size: 24px;
  margin: 0;
}

.category-match p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.5;
  margin: 8px 0 14px;
}

.compact-heading {
  margin-bottom: 14px;
}

.catalog-ranked-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-ranked-list li {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 12px;
}

.catalog-ranked-list li > span {
  align-items: center;
  background: var(--soft-green);
  border: 1px solid #cfe3d6;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.catalog-ranked-list a {
  color: var(--ink);
  display: block;
  font-weight: 850;
  text-decoration: none;
}

.catalog-ranked-list small {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}

.best-three-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.best-three-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.best-three-card > span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.best-three-card h3 {
  font-size: 20px;
  margin: 0;
}

.best-three-card p {
  color: var(--muted);
  margin: 0;
}

.best-three-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.best-three-card dl div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding-top: 8px;
}

.best-three-card dt {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.best-three-card dd {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.empty-recommendation {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .catalog-recommendations,
  .best-three-grid {
    grid-template-columns: 1fr;
  }
}


.faq-answer-section {
  padding: clamp(18px, 3vw, 28px);
}

.faq-answer-list {
  display: grid;
  gap: 14px;
}

.faq-answer-row {
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  padding: 18px 20px;
}

.faq-answer-row h2 {
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.1;
  margin: 0;
}

.faq-answer-row p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 760px) {
  .faq-answer-row {
    grid-template-columns: 1fr;
  }
}

