.page-body { background: #fff; }

/* ---------- Breadcrumb ---------- */
.pv-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px 0;
  font-size: 13px;
  color: #777;
}
.pv-breadcrumb a { color: #23508b; text-decoration: none; font-weight: 700; }
.pv-breadcrumb a:hover { text-decoration: underline; }

/* ---------- Trust / stat bar ---------- */
.trust-bar {
  background: #0b2c58;
  padding: 18px 20px;
}
.trust-bar-inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 18px;
  text-align: center;
}
.trust-bar-item { color: #fff; min-width: 140px; }
.trust-bar-item .num {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #FFBE00;
  letter-spacing: .5px;
}
.trust-bar-item .lbl {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #cfd8e8;
  margin-top: 2px;
}

/* ---------- Table of contents ---------- */
.pv-toc {
  max-width: 900px;
  margin: 36px auto;
  background: #F7EDE2;
  border: 1px solid #e6dcc8;
  border-radius: 18px;
  padding: 26px 30px;
}
.pv-toc h2 {
  font-size: 20px;
  color: #222;
  margin: 0 0 14px;
}
.pv-toc ol {
  columns: 2;
  column-gap: 40px;
  margin: 0;
  padding-left: 20px;
  color: #333;
}
.pv-toc li { margin-bottom: 8px; font-weight: 600; font-size: 15px; }
.pv-toc a { color: #23508b; text-decoration: none; }
.pv-toc a:hover { text-decoration: underline; }

@media (max-width: 600px) {
  .pv-toc { padding: 20px; }
  .pv-toc ol { columns: 1; }
}

/* ---------- Generic detail section ---------- */
.pv-section {
  padding: 55px 20px;
  max-width: 1100px;
  margin: auto;
}
.pv-section.alt { background: #f7f8fc; max-width: 100%; }
.pv-section.alt .pv-section-inner { max-width: 1100px; margin: auto; }

.pv-section h2 {
  font-size: 34px;
  color: #222;
  margin-bottom: 18px;
}
.pv-section h3 {
  font-size: 21px;
  color: #23508b;
  margin: 26px 0 10px;
}
.pv-section p {
  font-size: 17px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 14px;
}
.pv-section p.lead {
  font-size: 19px;
  color: #333;
}

@media (max-width: 700px) {
  .pv-section { padding: 36px 16px; }
  .pv-section h2 { font-size: 26px; }
  .pv-section h3 { font-size: 19px; }
  .pv-section p, .pv-section p.lead { font-size: 15px; }
}

/* ---------- Audience / "who it's for" cards ---------- */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 26px;
}
.audience-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 0 10px 25px rgb(0 0 0 / .05);
}
.audience-card .icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #23508b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}
.audience-card h4 { margin: 0 0 8px; font-size: 17px; color: #222; }
.audience-card p { font-size: 14px; line-height: 1.6; color: #555; margin: 0; }

@media (max-width: 800px) {
  .audience-grid { grid-template-columns: 1fr; }
}

/* ---------- Ingredient science table ---------- */
.science-table-wrap { overflow-x: auto; margin-top: 24px; }
.science-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 15px;
}
.science-table th, .science-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.science-table thead th {
  background: #23508b;
  color: #fff;
  font-size: 14px;
  letter-spacing: .3px;
}
.science-table tbody tr:nth-child(even) { background: #f7f8fc; }
.science-table td:first-child { font-weight: 700; color: #222; white-space: nowrap; }

/* ---------- Comparison table ---------- */
.compare-wrap { overflow-x: auto; margin-top: 24px; }
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 620px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgb(0 0 0 / .06);
}
.compare-table th, .compare-table td {
  padding: 14px 18px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.compare-table thead th {
  background: #0b2c58;
  color: #fff;
  font-size: 14px;
}
.compare-table th:first-child, .compare-table td:first-child {
  text-align: left;
  font-weight: 700;
  color: #333;
  background: #F7EDE2;
}
.compare-table td, .compare-table th:not(:first-child) { text-align: center; }
.compare-table .col-pv { background: #23508b12; }
.compare-table thead th.col-pv-head { background: #23508b; }
.compare-table .yes { color: #1a8a4a; font-weight: 800; }
.compare-table .no { color: #b23; font-weight: 800; }

/* ---------- Dosage / usage timeline ---------- */
.dosage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 26px;
}
.dosage-card {
  background: #fff;
  border-left: 5px solid #FFBE00;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 8px 22px rgb(0 0 0 / .05);
}
.dosage-card h4 { margin: 0 0 8px; font-size: 16px; color: #23508b; }
.dosage-card p { margin: 0; font-size: 14px; color: #555; line-height: 1.6; }

@media (max-width: 800px) {
  .dosage-grid { grid-template-columns: 1fr; }
}

/* ---------- Safety callout ---------- */
.safety-box {
  background: #fff8e6;
  border: 1px solid #ffe4a3;
  border-radius: 14px;
  padding: 24px 26px;
  margin-top: 22px;
}
.safety-box h4 { margin: 0 0 10px; color: #7a5200; font-size: 17px; }
.safety-box ul { margin: 0; padding-left: 20px; color: #5c4400; }
.safety-box li { margin-bottom: 8px; font-size: 15px; line-height: 1.5; }

/* ---------- Sourcing / manufacturing strip ---------- */
.sourcing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
}
.sourcing-card {
  text-align: center;
  background: #fff;
  border-radius: 14px;
  padding: 24px 14px;
  box-shadow: 0 10px 24px rgb(0 0 0 / .05);
}
.sourcing-card .mark {
  width: 40px; height: 40px; margin: 0 auto 10px;
  border-radius: 50%;
  background: #401B87;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
}
.sourcing-card h4 { font-size: 15px; margin: 0 0 6px; color: #222; }
.sourcing-card p { font-size: 13px; margin: 0; color: #666; line-height: 1.5; }

@media (max-width: 800px) {
  .sourcing-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Anchor offset (sticky header) ---------- */
[id] { scroll-margin-top: 90px; }

/* ---------- CTA banner ---------- */
.pv-cta-banner {
  background: linear-gradient(135deg, #23508b, #0b2c58);
  padding: 50px 20px;
  text-align: center;
}
.pv-cta-banner h2 { color: #fff; font-size: 30px; margin-bottom: 10px; }
.pv-cta-banner p { color: #cfd8e8; font-size: 16px; margin-bottom: 22px; }
.pv-cta-banner a {
  display: inline-block;
  background: #FFBE00;
  color: #111;
  padding: 16px 42px;
  border-radius: 40px;
  font-weight: 800;
  text-decoration: none;
  font-size: 17px;
}
.pv-cta-banner a:hover { transform: translateY(-2px); }

/* ---------- Reviews page extras ---------- */
.rating-summary {
  max-width: 1000px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px rgb(0 0 0 / .06);
}
.rating-summary .score {
  text-align: center;
}
.rating-summary .score .big {
  font-size: 64px;
  font-weight: 900;
  color: #222;
  line-height: 1;
}
.rating-summary .score .stars { color: #ffb400; font-size: 20px; margin: 8px 0; }
.rating-summary .score .count { color: #777; font-size: 13px; }
.rating-bars { display: flex; flex-direction: column; gap: 8px; }
.rating-bar-row { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #444; }
.rating-bar-row .label { width: 50px; }
.rating-bar-track { flex: 1; background: #eee; border-radius: 6px; height: 10px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #FFBE00; }
.rating-bar-row .pct { width: 36px; text-align: right; color: #777; }

@media (max-width: 700px) {
  .rating-summary { grid-template-columns: 1fr; text-align: center; }
  .rating-bar-row .label { width: 40px; }
}

.review-placeholder-note {
  max-width: 900px;
  margin: 0 auto 10px;
  background: #eef4ff;
  border: 1px dashed #9fb8e8;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 13px;
  color: #23508b;
  text-align: left;
}

.write-review-box {
  max-width: 680px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 15px 40px rgb(0 0 0 / .06);
  text-align: left;
}

.write-review-box h3 {
  font-size: 20px;
  color: #222;
  margin: 0 0 6px;
}
.write-review-box .form-sub {
  font-size: 13px;
  color: #777;
  margin: 0 0 10px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field { margin-top: 14px; }
.form-field.full { grid-column: 1 / -1; }

.write-review-box label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px;
}
.write-review-box label .req { color: #e31c24; }

.write-review-box input[type="text"],
.write-review-box input[type="email"],
.write-review-box select,
.write-review-box textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 14px;
  color: #222;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
}
.write-review-box input[type="text"]:focus,
.write-review-box input[type="email"]:focus,
.write-review-box select:focus,
.write-review-box textarea:focus {
  outline: none;
  border-color: #23508b;
  box-shadow: 0 0 0 3px rgb(35 80 139 / .12);
}
.write-review-box textarea { min-height: 130px; resize: vertical; }

.field-hint { font-size: 12px; color: #888; margin-top: 5px; }
.field-error {
  font-size: 12px;
  color: #c0271a;
  margin-top: 5px;
  display: none;
}
.form-field.invalid input,
.form-field.invalid textarea,
.form-field.invalid select { border-color: #c0271a; }
.form-field.invalid .field-error { display: block; }

/* Star rating picker */
.star-picker {
  display: inline-flex;
  gap: 6px;
  font-size: 30px;
  line-height: 1;
}
.star-picker .star {
  cursor: pointer;
  color: #ddd;
  transition: color .15s, transform .1s;
  user-select: none;
}
.star-picker .star:hover { transform: scale(1.12); }
.star-picker .star.filled { color: #ffb400; }
.star-picker-label {
  display: inline-block;
  margin-left: 12px;
  font-size: 13px;
  color: #777;
  vertical-align: middle;
}

/* Recommend radio group */
.radio-group {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.radio-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}
.radio-pill input { width: 16px; height: 16px; accent-color: #23508b; }

/* Photo upload */
.file-drop {
  border: 2px dashed #cfd8e8;
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  font-size: 13px;
  color: #666;
  background: #f7f9ff;
  cursor: pointer;
}
.file-drop:hover { border-color: #23508b; }
.file-drop input[type="file"] { display: none; }
.file-drop .file-name { margin-top: 8px; font-weight: 700; color: #23508b; font-size: 13px; }

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  font-size: 12.5px;
  color: #666;
}
.consent-row input { margin-top: 3px; accent-color: #23508b; }

.write-review-box .submit-btn {
  margin-top: 22px;
  background: #FFBE00;
  border: none;
  padding: 15px 34px;
  border-radius: 40px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  transition: transform .2s, box-shadow .2s;
}
.write-review-box .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgb(0 0 0 / .15);
}
.write-review-box .submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.form-success .check-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #1a8a4a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.form-success h3 { color: #222; font-size: 20px; margin-bottom: 8px; }
.form-success p { color: #666; font-size: 14px; }

@media (max-width: 600px) {
  .write-review-box { padding: 22px 18px; border-radius: 14px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .star-picker { font-size: 26px; }
  .radio-group { gap: 14px; }
  .write-review-box .submit-btn { padding: 14px 20px; font-size: 14px; }
}