/* BodyShopOS™ sister-product promo — scoped brand tokens */
.bodyshopos-promo {
  --bso-navy: #1F3A5F;
  --bso-blue: #18A8E8;
  --bso-green: #88C848;
  margin: 1.5rem auto 0;
  max-width: 1100px;
  padding: 0 1rem 1rem;
}

.bodyshopos-promo__card {
  background: linear-gradient(145deg, rgba(31, 58, 95, 0.35) 0%, rgba(24, 168, 232, 0.08) 100%);
  border: 1px solid rgba(24, 168, 232, 0.35);
  border-radius: var(--radius, 0.8rem);
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow-md, 0 8px 25px rgba(0, 0, 0, 0.2));
}

.bodyshopos-promo__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bso-blue);
  margin: 0 0 0.5rem;
}

.bodyshopos-promo__title {
  font-size: clamp(1.15rem, 3.5vw, 1.5rem);
  font-weight: 700;
  color: var(--ink, #f8fafc);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.bodyshopos-promo__sub {
  font-size: 0.95rem;
  color: var(--sub, #94a3b8);
  margin: 0 0 1rem;
  line-height: 1.55;
  max-width: 52rem;
}

.bodyshopos-promo__list {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: var(--ink, #f8fafc);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bodyshopos-promo__list li {
  margin-bottom: 0.4rem;
}

.bodyshopos-promo__list li::marker {
  color: var(--bso-green);
}

.bodyshopos-promo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.bodyshopos-promo__cta {
  display: inline-block;
  background: var(--bso-navy);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.65rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease, transform 0.15s ease;
}

.bodyshopos-promo__cta:hover {
  background: #2a4d7a;
  transform: translateY(-1px);
}

.bodyshopos-promo__links {
  font-size: 0.85rem;
  color: var(--sub, #94a3b8);
}

.bodyshopos-promo__links a {
  color: var(--bso-blue);
  text-decoration: none;
  font-weight: 500;
}

.bodyshopos-promo__links a:hover {
  text-decoration: underline;
}

.bodyshopos-promo__trial {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bso-navy);
  background: var(--bso-green);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.bodyshopos-promo__trust {
  font-size: 0.8rem;
  color: var(--muted, #94a3b8);
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--br, #334155);
  line-height: 1.5;
}

.bodyshopos-promo__more {
  margin-top: 0.75rem;
  font-size: 0.85rem;
}

.bodyshopos-promo__more a {
  color: var(--bso-blue);
  font-weight: 600;
  text-decoration: none;
}

.bodyshopos-promo__more a:hover {
  text-decoration: underline;
}

.bodyshopos-footer-strip {
  max-width: 42rem;
  margin: 0 auto 1rem;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-muted, #94a3b8);
  background: rgba(31, 58, 95, 0.2);
  border: 1px solid rgba(24, 168, 232, 0.2);
  border-radius: 0.5rem;
}

.bodyshopos-footer-strip a {
  color: #18A8E8;
  font-weight: 600;
  text-decoration: none;
}

.bodyshopos-footer-strip a:hover {
  text-decoration: underline;
}

.bodyshopos-page {
  --bso-navy: #1F3A5F;
  --bso-blue: #18A8E8;
  --bso-green: #88C848;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #0f172a;
  color: #f1f5f9;
  line-height: 1.6;
  min-height: 100vh;
}

.bodyshopos-page__header {
  background: #1e293b;
  border-bottom: 1px solid #334155;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 50;
}

.bodyshopos-page__header-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bodyshopos-page__logo {
  font-weight: 700;
  color: #3b82f6;
  text-decoration: none;
  font-size: 1.1rem;
}

.bodyshopos-page__nav a {
  color: #94a3b8;
  text-decoration: none;
  margin-left: 1rem;
  font-size: 0.9rem;
}

.bodyshopos-page__nav a:hover {
  color: #18A8E8;
}

.bodyshopos-page__main {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.bodyshopos-page h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0 0 1rem;
  color: #f8fafc;
}

.bodyshopos-page h2 {
  font-size: 1.2rem;
  margin: 2rem 0 0.75rem;
  color: #18A8E8;
}

.bodyshopos-page p {
  margin: 0 0 1rem;
  color: #cbd5e1;
}

.bodyshopos-page ul {
  margin: 0 0 1rem 1.25rem;
  color: #e2e8f0;
}

.bodyshopos-page li {
  margin-bottom: 0.35rem;
}

.bodyshopos-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.9rem;
}

.bodyshopos-page th,
.bodyshopos-page td {
  border: 1px solid #334155;
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.bodyshopos-page th {
  background: rgba(31, 58, 95, 0.5);
  color: #f8fafc;
}

.bodyshopos-page td {
  background: rgba(30, 41, 59, 0.6);
}

.bodyshopos-page blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #88C848;
  background: rgba(31, 58, 95, 0.35);
  border-radius: 0 0.5rem 0.5rem 0;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.bodyshopos-page .bso-wordmark {
  display: inline-block;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #18A8E8, #88C848);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bodyshopos-promo-section {
  background: var(--bg-card, #1e293b);
  border-top: 1px solid var(--border, #334155);
  border-bottom: 1px solid var(--border, #334155);
  padding: 3rem 0;
}

.bodyshopos-promo-section .bodyshopos-promo {
  margin: 0 auto;
  padding: 0;
}

.bodyshopos-promo-section .bodyshopos-promo__title {
  color: var(--text, #f8fafc);
}

.bodyshopos-promo-section .bodyshopos-promo__list {
  color: var(--text, #f1f5f9);
}
