/* Final review pass: source-led CTA hierarchy, shared review card system, and verified routine checkpoints. */

/* Motion footage is retained only as silent product b-roll and is kept distinct from customer reviews. */
.nb-r-video-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 38px auto 0; max-width: 980px; width: min(100%, 980px); }
.nb-r-motion-video { background: #fff; border: 1px solid #c9dfed; box-shadow: 0 13px 28px rgba(14,43,72,.08); margin: 0; min-width: 0; overflow: hidden; position: relative; }
.nb-r-motion-video video { background: #071828; display: block; height: auto; width: 100%; }
.nb-r-motion-video figcaption { display: grid; gap: 5px; padding: 16px 18px 18px; text-align: left; }
.nb-r-motion-video figcaption strong { color: var(--navy); font-size: 15px; letter-spacing: .03em; text-transform: uppercase; }
.nb-r-motion-video figcaption small { color: var(--muted); font-size: 13px; line-height: 1.4; }

@media (max-width: 620px) {
  .nb-r-video-proof-grid { grid-template-columns: 1fr; margin-top: 30px; max-width: none; width: 100%; }
  .nb-r-motion-video figcaption { padding: 14px 16px 16px; }
}

.nb-replica .mars-button {
  font-size: 13px;
  letter-spacing: .012em;
  line-height: 1.1;
  min-height: 56px;
  padding: 16px 24px;
}

.nb-r-hero-heading h1 { max-width: 540px; }
.nb-r-hero-trust { gap: 10px 18px; margin-top: 24px; }
.nb-r-hero-trust li { font-size: 13px; gap: 8px; }
.nb-r-hero-trust li span { font-size: 11px; height: 18px; width: 18px; }

/* All review sources now use the same card scaffold; their supplied portraits and excerpts remain visible. */
.nb-r-review-wall { gap: 18px; }
.nb-r-review-card { aspect-ratio: 1 / 1.2; background: #0e9bea; isolation: isolate; margin: 0; min-width: 0; overflow: hidden; position: relative; }
.nb-r-review-backdrop { height: 100%; inset: 0; object-fit: cover !important; position: absolute; width: 100%; z-index: -2; }
.nb-r-review-card-content { align-items: end; display: grid; gap: clamp(9px, 1vw, 15px); grid-template-columns: .84fr 1.16fr; height: 100%; padding: clamp(31px, 3.3vw, 44px) clamp(18px, 2.1vw, 29px) clamp(19px, 2.1vw, 28px); }
.nb-r-review-photo { align-self: end; background-color: #e4ded4; background-repeat: no-repeat; border-radius: 30px; box-shadow: 0 7px 18px rgba(14,43,72,.14); height: min(57%, 262px); width: 100%; }
.nb-r-review-photo-jess { background-image: url('assets/img/coffee-bf1.png'); background-position: 7% 53%; background-size: 238%; }
.nb-r-review-photo-will { background-image: url('assets/img/coffee-bf2.png'); background-position: 7% 50%; background-size: 238%; }
.nb-r-review-photo-clark { background-image: url('assets/round-3/reference-8-reasons/17-review-clark.png'); background-position: 64% 99%; background-size: 192%; }
.nb-r-review-photo-pamela { background-image: url('assets/round-3/reference-8-reasons/18-review-pamela.png'); background-position: 64% 99%; background-size: 192%; }
.nb-r-review-type { color: var(--blue-deep); font-size: 10px !important; font-weight: 900; letter-spacing: .12em; line-height: 1.1 !important; margin: 0 0 9px !important; }
.nb-r-review-quote { color: #252523; font-size: clamp(14px, 1.2vw, 18px) !important; font-weight: 700; line-height: 1.22 !important; margin: 0 !important; }
.nb-r-review-byline { align-items: baseline; color: var(--blue-deep); display: flex; flex-wrap: wrap; font-size: 11px !important; font-weight: 700; gap: 5px 8px; line-height: 1.2 !important; margin: 14px 0 0 !important; }
.nb-r-review-byline strong { font-size: clamp(15px, 1.2vw, 19px); }
.nb-r-review-byline span { color: #525c63; font-size: 10px; }

/* The offer price is centered as one decision unit on the narrow layout. */
@media (max-width: 620px) {
  .nb-r-offer-price { align-items: center; flex-direction: column; justify-content: center; text-align: center; }
  .nb-r-offer-price span { display: block; }
}

/* Six supplied checkpoints stay compact on desktop and stack for easy reading on mobile. */
.nb-r-progress-tabs { grid-template-columns: repeat(6, 1fr); }
.nb-r-progress-tabs button { min-height: 62px; }
.nb-r-progress-proof { background: rgba(255,255,255,.07); border: 1px solid rgba(128,201,251,.5); min-height: 286px; padding: clamp(22px, 3vw, 34px); }
.nb-r-progress-proof > p { color: #80c9fb; font-size: 11px !important; font-weight: 900; letter-spacing: .12em; line-height: 1.2 !important; margin: 0 0 28px !important; }
.nb-r-progress-proof dl { display: grid; gap: 14px; margin: 0; }
.nb-r-progress-proof dl div { border-bottom: 1px solid rgba(255,255,255,.19); display: flex; gap: 16px; justify-content: space-between; padding-bottom: 12px; }
.nb-r-progress-proof dt { color: #fff; font-size: 19px; font-weight: 900; }
.nb-r-progress-proof dd { color: #b9dff6; font-size: 13px; margin: 0; text-align: right; }
.nb-r-progress-proof small { color: #b9dff6; display: block; font-size: 11px; line-height: 1.4; margin-top: 24px; }

@media (max-width: 860px) {
  .nb-r-review-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nb-r-review-card { aspect-ratio: 1 / 1.12; }
  .nb-r-progress-tabs { grid-template-columns: repeat(3, 1fr); }
  .nb-r-progress-proof { min-height: 0; }
}

@media (max-width: 620px) {
  .nb-r-hero-trust li { font-size: 13px; }
  .nb-r-review-wall { grid-template-columns: 1fr; }
  .nb-r-review-card { aspect-ratio: 1 / .92; min-height: 330px; }
  .nb-r-review-card-content { grid-template-columns: .7fr 1.3fr; padding: 38px 25px 24px; }
  .nb-r-review-photo { height: 210px; }
  .nb-r-review-quote { font-size: 17px !important; }
  .nb-r-progress-tabs { grid-template-columns: 1fr; }
  .nb-r-progress-tabs button { min-height: 51px; }
  .nb-r-progress-proof { text-align: left; }
}

/* Second review pass: photo-led Fal cards, conventional guarantee seal, and tighter page rhythm. */
.nb-replica main > section:not(.nb-r-hero) { padding-block: clamp(58px, 4.7vw, 78px); }

.nb-r-offer-grid { align-items: start; row-gap: 22px; }
.nb-r-offer-heading, .nb-r-offer-details { align-self: start; }
.nb-r-offer-heading h2 { margin-bottom: 0; }
.nb-r-offer-details > :first-child { margin-top: 0 !important; }

.nb-r-comparison .nb-r-table-wrap { border-color: #c9dfed; }
.nb-r-comparison .nb-r-table-wrap th { background: var(--navy-deep); color: #fff; }
.nb-r-comparison .nb-r-table-wrap th:nth-child(2) { background: #0877c9; }
.nb-r-comparison .nb-r-table-wrap td { background: #fff; border-color: #d6e4ef; color: #64758b; font-weight: 400; }
.nb-r-comparison .nb-r-table-wrap td:first-child { background: #f4f9fc; color: var(--blue-deep); font-weight: 800; }
.nb-r-comparison .nb-r-table-wrap td:nth-child(2) { background: #e5f5ff; color: #006fc1; font-weight: 900; }
.nb-r-comparison .nb-r-table-wrap td:nth-child(3),
.nb-r-comparison .nb-r-table-wrap td:nth-child(4) { background: #fff; color: #64758b; font-weight: 400; }
.nb-r-comparison .nb-r-table-wrap tbody tr:last-child td { background: #fff; }
.nb-r-comparison .nb-r-table-wrap tbody tr:last-child td:first-child { background: #f4f9fc; }
.nb-r-comparison .nb-r-table-wrap tbody tr:last-child td:nth-child(2) { background: #e5f5ff; }

.nb-r-review-wall { gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nb-r-review-card { aspect-ratio: .74; background: #fff; border: 1px solid #bedced; border-top: 10px solid var(--blue); display: grid; grid-template-rows: minmax(0, 1.12fr) minmax(138px, .88fr); isolation: auto; overflow: hidden; }
.nb-r-review-card > img { height: 100%; inset: auto; object-fit: cover !important; position: static; width: 100%; }
.nb-r-review-card-copy { display: flex; flex-direction: column; padding: 16px 16px 17px; }
.nb-r-review-card-copy .nb-r-review-type { font-size: 9px !important; margin-bottom: 7px !important; }
.nb-r-review-card-copy .nb-r-review-quote { font-size: clamp(13px, 1vw, 16px) !important; line-height: 1.25 !important; }
.nb-r-review-card-copy .nb-r-review-byline { margin-top: auto !important; }
.nb-r-review-card-copy .nb-r-review-byline strong { font-size: 16px; }

.nb-r-terms-grid { grid-template-columns: 280px minmax(0, 1fr); max-width: 1040px; }
.nb-r-terms-intro { max-width: 280px; }
.nb-r-terms-copy { border-left: 1px solid #c9dfed; padding-left: clamp(28px, 5vw, 62px); }

@media (max-width: 860px) {
  .nb-r-review-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nb-r-terms-grid { grid-template-columns: 1fr; }
  .nb-r-terms-intro { margin-inline: auto; }
  .nb-r-terms-copy { border-left: 0; padding-left: 0; text-align: center; }
  .nb-r-terms-copy h2, .nb-r-terms-copy p { margin-inline: auto; }
}

@media (max-width: 620px) {
  .nb-replica main > section:not(.nb-r-hero) { padding-block: 50px; }
  .nb-r-offer-grid { row-gap: 18px; }
  .nb-r-review-wall { grid-template-columns: 1fr; }
  .nb-r-review-card { aspect-ratio: auto; grid-template-rows: 275px auto; min-height: 420px; }
  .nb-r-review-card-copy { min-height: 168px; padding: 18px 20px 20px; }
  .nb-r-review-card-copy .nb-r-review-quote { font-size: 16px !important; }
  .nb-r-terms-copy { text-align: center; }
}

/* Third review pass: restore the supplied-card blue framing, without source labels. */
.nb-r-review-card {
  background: #20a4e6;
  border: 0;
  border-top: 0;
  gap: 0;
  padding: 10px 10px 12px;
}
.nb-r-review-card > img { display: block; }
.nb-r-review-card-copy { background: #fff; padding: 17px 16px 18px; }
.nb-r-review-card-copy .nb-r-review-quote { color: var(--navy); }
.nb-r-review-card-copy .nb-r-review-byline strong { color: var(--blue-deep); }

/* The second comparison uses the same bright, decision-first table system as the first. */
.nb-r-difference {
  background: #fff;
  border-block: 1px solid var(--hair);
  padding-block: 78px;
  text-align: center;
}
.nb-r-difference h2,
.nb-r-difference .nb-r-center-copy { color: var(--navy); }
.nb-r-difference .mars-kicker { color: var(--blue-deep); }
.nb-r-difference .nb-r-center-copy { color: var(--muted); }
.nb-r-difference-wrap {
  border: 1px solid var(--hair);
  box-shadow: 0 13px 28px rgba(14,43,72,.07);
  margin: 40px auto 0;
  max-width: 1120px;
  overflow-x: auto;
  text-align: left;
}
.nb-r-difference table {
  border-collapse: collapse;
  color: var(--muted);
  min-width: 760px;
  width: 100%;
}
.nb-r-difference th {
  background: var(--navy-deep);
  border: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
  padding: 18px 14px;
  text-align: center;
  text-transform: uppercase;
}
.nb-r-difference th:first-child,
.nb-r-difference td:first-child { text-align: left; }
.nb-r-difference td {
  background: #fff;
  border: 0;
  border-top: 1px solid var(--hair);
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  padding: 17px 14px;
  text-align: center;
  vertical-align: top;
}
.nb-r-difference th:nth-child(2) { background: var(--blue-deep); }
.nb-r-difference td:first-child { color: var(--navy); font-weight: 800; }
.nb-r-difference tbody td:nth-child(2) { background: #eaf7ff; color: #0e2b48; font-weight: 800; }
.nb-r-difference td:nth-child(4) { background: #fff; color: var(--muted); font-weight: 400; }
.nb-r-difference tbody tr:last-child { background: #eef8ff; }

@media (max-width: 620px) {
  .nb-r-review-card { grid-template-rows: 265px auto; min-height: 420px; padding: 8px 8px 10px; }
  .nb-r-review-card-copy { min-height: 168px; padding: 18px 20px 20px; }
  .nb-r-difference { padding-block: 50px; }
}

/* Ingredient cards use the component image as the card, with copy sitting over a protected dark gradient. */
.nb-r-ingredient-glance-grid article {
  align-items: flex-start;
  background: #14375a;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: flex-end;
  min-height: 238px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.nb-r-ingredient-glance-grid article > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.nb-r-ingredient-glance-grid article::after {
  background: linear-gradient(180deg, rgba(4,25,45,.04) 4%, rgba(4,25,45,.28) 42%, rgba(4,25,45,.94) 100%);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}
.nb-r-ingredient-glance-grid article > span,
.nb-r-ingredient-glance-grid article > h3,
.nb-r-ingredient-glance-grid article > p { position: relative; z-index: 1; }
.nb-r-ingredient-glance-grid article > span { color: #9edcff; text-shadow: 0 1px 8px rgba(4,25,45,.7); }
.nb-r-ingredient-glance-grid article > h3 { text-shadow: 0 2px 10px rgba(4,25,45,.85); }
.nb-r-ingredient-glance-grid article > p { color: #fff; text-shadow: 0 2px 10px rgba(4,25,45,.85); }

/* The detailed blend breakdown now continues directly from the ingredient cards. */
.nb-r-ingredient-formula { border-top: 1px solid rgba(128,201,251,.35); margin-top: 48px; padding-top: 48px; text-align: left; }
.nb-r-ingredient-formula-copy > .mars-kicker { margin-bottom: 11px; }
.nb-r-ingredient-formula-copy h3 { color: #fff; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.04em; line-height: 1.04; margin: 0; max-width: 580px; }
.nb-r-ingredient-formula-copy > p:not(.mars-kicker) { color: #c5e5f8; font-size: 17px; line-height: 1.5; margin: 18px 0 0; max-width: 640px; }
.nb-r-ingredient-formula .nb-r-facts { box-shadow: 12px 12px 0 rgba(128,201,251,.32); margin: 28px auto 0; max-width: 680px; }
.nb-r-ingredient-formula-groups { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; }
.nb-r-ingredient-formula-groups article { background: rgba(255,255,255,.06); border: 1px solid rgba(128,201,251,.35); min-width: 0; padding: 18px; }
.nb-r-ingredient-formula-groups article:last-child { grid-column: 1 / -1; }
.nb-r-ingredient-formula-groups .nb-r-blend-label { color: #80c9fb; font-size: 10px; font-weight: 900; letter-spacing: .1em; margin: 0 0 12px; }
.nb-r-ingredient-formula-groups dl { border-top: 1px solid rgba(255,255,255,.2); margin: 0; }
.nb-r-ingredient-formula-groups dl > div { align-items: start; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr) auto; padding: 10px 0; }
.nb-r-ingredient-formula-groups dt { color: #fff; font-size: 13px; font-weight: 800; line-height: 1.3; }
.nb-r-ingredient-formula-groups dd { color: #9edcff; font-size: 12px; font-weight: 900; line-height: 1.3; margin: 0; text-align: right; }
.nb-r-ingredient-formula-groups article:last-child dl { column-gap: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 620px) {
  .nb-r-ingredient-glance-grid article { min-height: 248px; }
  .nb-r-ingredient-formula { margin-top: 38px; padding-top: 38px; }
  .nb-r-ingredient-formula-groups { grid-template-columns: 1fr; }
  .nb-r-ingredient-formula-groups article:last-child { grid-column: auto; }
  .nb-r-ingredient-formula-groups article:last-child dl { grid-template-columns: 1fr; }
  .nb-r-ingredient-formula-groups dl > div { grid-template-columns: 1fr; }
  .nb-r-ingredient-formula-groups dd { text-align: left; }
}

/* Formula facts remain on-page, available at readable size without a redirect. */
.nb-r-facts { background: #fff; border: 0; cursor: zoom-in; display: block; font: inherit; margin: 0; padding: 12px; position: relative; }
.nb-r-facts > img { display: block; width: 100%; }
.nb-r-facts > span { background: var(--navy-deep); bottom: 20px; color: #fff; font-size: 10px; font-weight: 900; left: 50%; letter-spacing: .08em; padding: 9px 12px; position: absolute; transform: translateX(-50%); white-space: nowrap; }
.nb-r-formula-detail .mars-button { border: 0; cursor: pointer; font-family: var(--body); }
.nb-r-formula-modal { background: #fff; border: 0; box-shadow: 0 24px 80px rgba(3,20,37,.45); max-height: min(90vh, 1100px); max-width: min(92vw, 880px); padding: 18px; }
.nb-r-formula-modal::backdrop { background: rgba(3,20,37,.78); }
.nb-r-formula-modal img { display: block; max-height: calc(90vh - 36px); max-width: 100%; object-fit: contain; }
.nb-r-formula-modal-close { background: var(--navy-deep); border: 0; color: #fff; cursor: pointer; font-size: 30px; height: 42px; line-height: 1; position: absolute; right: 8px; top: 8px; width: 42px; }

/* Consolidated product proof: no repeated image or parallel benefit stack. */
.nb-r-solution-grid { grid-template-columns: 1fr; }
.nb-r-solution-grid > div { margin-inline: auto; max-width: 980px; }
.nb-r-solution-copy { max-width: 660px; }
.nb-r-standard-grid .nb-r-image-card-copy > span { display: none; }
.nb-r-standard-grid .nb-r-image-card-copy h3 { margin-top: 0; }
.nb-r-hero-details { align-self: start; margin-top: 8px; }
.nb-r-hero-lede { font-weight: 400 !important; margin: 0 0 20px !important; }
.nb-r-hero-product { border-radius: 18px; }

@media (max-width: 620px) {
  .nb-r-facts > span { bottom: 16px; }
  .nb-r-hero-details { margin-top: 4px; }
  .nb-r-hero-product { aspect-ratio: 4 / 5; }
}

/* Final spacing pass: retain the interactive facts image without extra label copy. */
.nb-r-facts > span { display: none; }
.nb-r-formula { text-align: center; }
.nb-r-formula-layout { justify-items: center; }
.nb-r-formula-heading, .nb-r-formula-detail { margin-inline: auto; text-align: center; }
.nb-r-formula-detail { max-width: 650px; }
.nb-r-formula-detail .mars-button { margin-inline: auto; }
.nb-r-launch-kit { padding-block: clamp(50px, 4vw, 68px) !important; }
.nb-r-launch-kit-grid { column-gap: clamp(30px, 4vw, 54px); row-gap: 16px; }
.nb-r-launch-kit-details ul { margin: 20px 0; }
.nb-r-hero-trust { margin-bottom: 0; }
.nb-r-hero-details > .mars-button { margin-top: 0; }

/* Reuse the successful image-card system only where the image explains the decision. */
.nb-r-fail-grid .nb-r-image-card,
.nb-r-standard-grid .nb-r-image-card {
  background: #112d47;
  border: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: flex-end;
  min-height: 270px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.nb-r-fail-grid .nb-r-image-card > img,
.nb-r-standard-grid .nb-r-image-card > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.nb-r-fail-grid .nb-r-image-card::after,
.nb-r-standard-grid .nb-r-image-card::after {
  background: linear-gradient(180deg, rgba(3,20,37,.04) 6%, rgba(3,20,37,.31) 43%, rgba(3,20,37,.94) 100%);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}
.nb-r-image-card-copy { margin-top: auto; padding: 24px 25px 26px; position: relative; z-index: 1; }
.nb-r-fail-grid .nb-r-image-card-copy > span,
.nb-r-standard-grid .nb-r-image-card-copy > span {
  color: #9edcff;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  margin: 0 0 15px;
  text-shadow: 0 1px 8px rgba(3,20,37,.8);
}
.nb-r-fail-grid .nb-r-image-card-copy h3,
.nb-r-standard-grid .nb-r-image-card-copy h3 {
  color: #fff;
  margin: 0 0 9px;
  text-shadow: 0 2px 10px rgba(3,20,37,.9);
}
.nb-r-fail-grid .nb-r-image-card-copy p,
.nb-r-standard-grid .nb-r-image-card-copy p {
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(3,20,37,.9);
}

@media (max-width: 620px) {
  .nb-r-fail-grid .nb-r-image-card,
  .nb-r-standard-grid .nb-r-image-card { min-height: 270px; }
  .nb-r-image-card-copy { padding: 24px 23px 25px; }
}

/* Keep the offer assurances scannable beneath the CTA. */
.nb-r-offer-assurances { border-top: 0; display: grid; gap: 8px; list-style: none; margin: 18px 0 0; padding: 0; }
.nb-r-offer-assurances li { align-items: center; color: var(--blue-deep); display: flex; font-size: 13px; font-weight: 700; gap: 9px; line-height: 1.3; }
.nb-r-offer-assurances li::before { color: var(--green); content: '✓'; font-size: 15px; font-weight: 900; }

/* Eight ingredient cards become two compact columns on mobile. */
@media (max-width: 620px) {
  .nb-r-ingredient-glance-grid { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nb-r-ingredient-glance-grid article { min-height: 0; padding: 13px; }
  .nb-r-ingredient-glance-grid article img { height: 100%; max-height: none; object-fit: cover; }
  .nb-r-ingredient-glance-grid article h3 { font-size: 16px; line-height: 1.08; }
  .nb-r-ingredient-glance-grid article p { font-size: 13px; }
  .nb-r-review-card { grid-template-rows: 220px auto; min-height: 0; }
  .nb-r-review-card-copy { min-height: 0; }
  .nb-r-progress-content [data-progress-points] { margin: 14px 0 0; padding-left: 20px; text-align: left; }
  .nb-r-progress-content [data-progress-points] li { text-align: left; }
}

/* Keep each customer quote visually distinct from its attribution. */
.nb-r-review-card-copy .nb-r-review-byline { margin-top: 16px !important; }
.nb-r-review-card > img { object-position: center top; }

@media (min-width: 621px) {
  .nb-r-review-card-copy .nb-r-review-byline { flex-wrap: nowrap; margin-top: auto !important; white-space: nowrap; }
}

.nb-r-social-points { margin-bottom: 18px; }

/* A shared type scale keeps matching copy roles consistent from section to section. */
.nb-r-center-copy,
.nb-r-solution-copy,
.nb-r-social-details > p,
.nb-r-terms-copy > p:not(.mars-kicker),
.nb-r-offer-details > p:not(.nb-r-offer-price) { font-size: 18px; line-height: 1.5; }
.nb-r-progress-lede { color: #e8f6ff !important; font-size: 18px; font-weight: 400; line-height: 1.5; }
.nb-r-progress-label,
.nb-r-progress-proof > p { font-size: 11px !important; letter-spacing: .1em; }
.nb-r-progress li { font-size: 14px; line-height: 1.45; }

/* A compact milestone rail keeps all six checkpoints easy to scan without making the mobile panel a vertical button stack. */
.nb-r-progress-panel { border-radius: 20px; }
.nb-r-progress-tabs { border-bottom: 1px solid rgba(128, 201, 251, .26); gap: 9px; padding-bottom: 18px; }
.nb-r-progress-tabs button { background: rgba(255, 255, 255, .08); border: 1px solid rgba(128, 201, 251, .28); border-radius: 999px; min-height: 46px; padding: 8px 10px; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.nb-r-progress-tabs button[aria-selected='true'] { background: var(--green); border-color: var(--green); color: #fff; }
.nb-r-progress-tabs button:focus-visible { outline: 3px solid #80c9fb; outline-offset: 3px; }
.nb-r-progress-content { gap: 28px; padding-top: 34px; }
.nb-r-progress h3 { font-size: clamp(30px, 3vw, 40px); margin-bottom: 12px; }
.nb-r-progress-lede { max-width: 33rem; }

@media (max-width: 620px) {
  .nb-r-center-copy,
  .nb-r-solution-copy,
  .nb-r-social-details > p,
  .nb-r-terms-copy > p:not(.mars-kicker),
  .nb-r-offer-details > p:not(.nb-r-offer-price),
  .nb-r-progress-lede { font-size: 16px; }
  .nb-r-progress-panel { margin-top: 28px; padding: 16px; }
  .nb-r-progress-tabs { display: flex; gap: 8px; margin-right: -4px; overflow-x: auto; padding: 2px 4px 15px 1px; scroll-snap-type: x proximity; }
  .nb-r-progress-tabs::-webkit-scrollbar { display: none; }
  .nb-r-progress-tabs button { flex: 0 0 auto; min-height: 44px; min-width: 78px; scroll-snap-align: start; }
  .nb-r-progress-content { gap: 20px; padding: 26px 2px 0; text-align: left; }
  .nb-r-progress h3 { font-size: 30px; }
.nb-r-progress-lede { margin-inline: 0; }
}

/* Final spacing and visibility refinements from review. */
@media (min-width: 621px) {
  .nb-r-hero-product { aspect-ratio: 6 / 5; }
  .nb-r-hero-ritual { object-position: center 62%; }
  .nb-r-social-offer-grid,
  .nb-r-offer-grid { row-gap: 18px; }
  .nb-r-social-heading h2,
  .nb-r-offer-heading h2 { margin-bottom: 0; }
  .nb-r-social-details > p { margin-top: 0; }
  .nb-r-ingredient-formula-copy { text-align: center; }
  .nb-r-ingredient-formula-copy h3,
  .nb-r-ingredient-formula-copy > p:not(.mars-kicker) { margin-inline: auto; }
}

.nb-r-solution-copy { margin-inline: auto; text-align: center; }

/* Figma Capture does not consistently apply the browser-default collapsed state of <details>. */
.nb-r-faq .faq details:not([open]) > p { display: none; }
.nb-r-faq .faq details[open] > p { display: block; }

@media (max-width: 620px) {
  .nb-r-comparison .nb-r-table-wrap table { min-width: 720px; table-layout: fixed; }
  .nb-r-comparison .nb-r-table-wrap th:first-child,
  .nb-r-comparison .nb-r-table-wrap td:first-child { width: 195px; }
  .nb-r-comparison .nb-r-table-wrap th:nth-child(2),
  .nb-r-comparison .nb-r-table-wrap td:nth-child(2) { width: 145px; }
  .nb-r-comparison .nb-r-table-wrap th:nth-child(3),
  .nb-r-comparison .nb-r-table-wrap td:nth-child(3),
  .nb-r-comparison .nb-r-table-wrap th:nth-child(4),
  .nb-r-comparison .nb-r-table-wrap td:nth-child(4) { width: 190px; }
  .nb-r-comparison .nb-r-table-wrap th { font-size: 10px; padding: 15px 10px; }
  .nb-r-comparison .nb-r-table-wrap td { padding: 14px 10px; }
  .nb-r-comparison .nb-r-table-hint { margin: 13px 0 0; }
}
