/* Verified Amazon book proof — scoped to The Clarity Operating System page. */

body.page-clarity-os .book-facts-section {
  padding: 0 0 clamp(3rem, 5vw, 4.75rem) !important;
  background: #fbfaf6 !important;
}

body.page-clarity-os .book-purchase-note {
  margin: .8rem 0 0 !important;
  color: #566476 !important;
  -webkit-text-fill-color: #566476 !important;
  font-size: .82rem !important;
  line-height: 1.45 !important;
  opacity: 1 !important;
}

body.page-clarity-os .book-facts-panel {
  display: grid;
  grid-template-columns: minmax(13rem, .72fr) minmax(0, 2.28fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid #ddd7cb;
  border-radius: 1.35rem;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 45px rgba(20,34,47,.07);
}

body.page-clarity-os .book-facts-intro h2 {
  margin: .55rem 0 0 !important;
  color: #0b1a2b !important;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

body.page-clarity-os .book-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin: 0;
}

body.page-clarity-os .book-facts-grid div {
  min-width: 0;
  padding: .9rem 1rem;
  border: 1px solid #e5dfd4;
  border-radius: .85rem;
  background: #fff;
}

body.page-clarity-os .book-facts-grid dt {
  margin-bottom: .25rem;
  color: #6c675d !important;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-clarity-os .book-facts-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #172538 !important;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.35;
}

body.page-clarity-os .clarity-reviews-section {
  background: linear-gradient(145deg,#071423,#10283f) !important;
  color: #fff;
}

body.page-clarity-os .clarity-reviews-section :is(h2,.section-title) {
  color: #fff !important;
}

body.page-clarity-os .clarity-reviews-section .section-kicker {
  color: #e6c277 !important;
}

body.page-clarity-os .clarity-reviews-section .section-lead {
  color: #bdc9d6 !important;
}

body.page-clarity-os .book-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

body.page-clarity-os .book-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid rgba(183,207,224,.22);
  border-radius: 1.25rem;
  background: rgba(27,50,71,.82);
  box-shadow: 0 18px 42px rgba(0,0,0,.14);
}

body.page-clarity-os .book-review-stars {
  display: block;
  margin-bottom: .8rem;
  color: #efc96f !important;
  font-size: 1rem;
  letter-spacing: .1em;
}

body.page-clarity-os .book-review-card h3 {
  margin: 0 0 .85rem !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
}

body.page-clarity-os .book-review-card blockquote {
  margin: 0 0 1.2rem;
  padding: 0;
  border: 0;
  color: #d5dee7 !important;
  font-size: 1rem;
  line-height: 1.65;
}

body.page-clarity-os .book-review-meta {
  display: grid;
  gap: .25rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(183,207,224,.16);
  color: #aebcca !important;
  font-size: .78rem;
  line-height: 1.4;
}

body.page-clarity-os .book-review-meta strong {
  color: #78ddcf !important;
}

body.page-clarity-os .book-review-card .text-link {
  margin-top: .85rem;
  color: #78ddcf !important;
  -webkit-text-fill-color: #78ddcf !important;
  opacity: 1 !important;
}

body.page-clarity-os .review-source-note {
  margin: 1.25rem 0 0;
  color: #aebcca !important;
  font-size: .82rem;
}

@media (max-width: 900px) {
  body.page-clarity-os .book-facts-panel { grid-template-columns: 1fr; }
  body.page-clarity-os .book-review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body.page-clarity-os .book-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-clarity-os .book-facts-panel { padding: 1.15rem; }
}
