.services-tab_root__JiuUh {
  display: flex;
  flex-direction: column;
  /* Label → content within a section. */
  gap: var(--space-5);
}

/* Trial gate: shown to members in the free-trial window, above the services
   grid. Paid coaching is reserved for converted members; the card CTAs below
   switch to a disabled "Paid members only" state. */
.services-tab_trialGate__vV9Ef {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding: 20px 24px;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  background: var(--c-cream-light);
}

.services-tab_trialGateText__EpMxy {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--c-light-body);
}

/* Between grouped sections → --space-7 (32px) per the DS SpacingSpec.
   Root gap (20) + this margin (12) = 32 before "Meet your coaches". */
.services-tab_coachesLabel__5xDuQ {
  margin-top: var(--space-3);
}

.services-tab_grid___LQru {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* Grid gutter → --space-4 (16px) per the DS SpacingSpec. */
  gap: var(--space-4);
}

@media (max-width: 960px) {
  .services-tab_grid___LQru {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .services-tab_grid___LQru {
    grid-template-columns: 1fr;
  }
}

/* ── Card shell ──────────────────────────────────────────────────────────── */

.services-tab_svc__zjMRb {
  position: relative;
  padding: 28px 24px 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
  overflow: hidden;
  min-height: 460px;
}

.services-tab_svc__zjMRb:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(30, 20, 10, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .services-tab_svc__zjMRb,
  .services-tab_svc__zjMRb:hover {
    transition: none;
    transform: none;
  }
}

.services-tab_ribbon__3WV73 {
  position: absolute;
  top: 16px;
  right: -36px;
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 5px 40px;
  z-index: 1;
}

.services-tab_badge__Maj6w {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: #2a1d0a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 999px;
}

.services-tab_head__161C1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.services-tab_ic__y7N1_ {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  opacity: 0.9;
  flex-shrink: 0;
}

.services-tab_ic__y7N1_ svg {
  width: 20px;
  height: 20px;
}

.services-tab_title__m2SJW {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.services-tab_price__2EQLm {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin: 2px 0 0;
}

.services-tab_unit__VeF8J {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  opacity: 0.8;
}

.services-tab_sub__IdGJU {
  font-size: 13.5px;
  font-weight: 500;
  opacity: 0.95;
  margin: -4px 0 0;
}

.services-tab_desc__5_41S {
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
  opacity: 0.9;
  text-wrap: pretty;
}

.services-tab_section__QCdPf {
  margin-top: 4px;
}

.services-tab_label__Ay2I1 {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.services-tab_checks__xbFrx {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13.5px;
}

.services-tab_checks__xbFrx li {
  padding-left: 22px;
  position: relative;
  line-height: 1.4;
}

.services-tab_checks__xbFrx li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 10px;
  height: 6px;
  border-left: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.85;
}

.services-tab_bullets__zThDk {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13.5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.services-tab_bullets__zThDk li {
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}

.services-tab_bullets__zThDk li::before {
  content: "·";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 18px;
  opacity: 0.8;
}

.services-tab_specBox__4KVw2 {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.services-tab_specRow__KvPnS {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.services-tab_specRow__KvPnS span:first-child {
  opacity: 0.8;
}

.services-tab_specRow__KvPnS span:last-child {
  font-weight: 500;
}

.services-tab_tierList__gKNpK {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 2px;
}

.services-tab_tierRow__amUQk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  font-size: 13.5px;
}

.services-tab_tierRow__amUQk span:last-child {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 500;
}

.services-tab_delivery__1RGyR {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  opacity: 0.85;
}

.services-tab_subOffer__augEM {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin-top: 4px;
}

.services-tab_subOfferIc__vbTZQ {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
}

.services-tab_subOfferT__qSNsi {
  font-family: var(--font-serif);
  font-size: 14.5px;
  font-weight: 500;
  margin: 0 0 2px;
}

.services-tab_subOfferL__RBzZJ {
  font-size: 12.5px;
  opacity: 0.8;
  line-height: 1.45;
}

.services-tab_subOfferLem__QUbDF {
  font-style: italic;
  opacity: 0.7;
}

.services-tab_usage__vqACs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  font-size: 12.5px;
  margin-top: auto;
}

.services-tab_cream__qdPyb .services-tab_usage__vqACs,
.services-tab_rust__ayPiZ .services-tab_usage__vqACs {
  background: rgba(255, 255, 255, 0.3);
}

.services-tab_usageDot__3o7Ge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3cb371;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.services-tab_usageEmpty__OhB1f .services-tab_usageDot__3o7Ge {
  background: #e06666;
}

.services-tab_cta__ON3QZ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.92);
  margin-top: auto;
  transition: background 0.18s var(--ease-out), transform 0.18s var(--ease-out),
    box-shadow 0.18s var(--ease-out);
  text-decoration: none;
}

.services-tab_cta__ON3QZ:hover {
  background: #fff;
  transform: translateY(-1px);
}

.services-tab_cta__ON3QZ:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.45);
}

.services-tab_cream__qdPyb .services-tab_cta__ON3QZ:focus-visible {
  outline-color: #2a1d0a;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.7);
}

.services-tab_cta__ON3QZ:disabled {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(0, 0, 0, 0.55);
}

.services-tab_cta__ON3QZ:disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.78);
}

@media (prefers-reduced-motion: reduce) {
  .services-tab_cta__ON3QZ,
  .services-tab_cta__ON3QZ:hover {
    transition: none;
    transform: none;
  }
}

.services-tab_srOnly__8hJo7 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* When card also has usage pill, CTA should not push to bottom */
.services-tab_usage__vqACs + .services-tab_cta__ON3QZ {
  margin-top: 0;
}

/* Color variants */

.services-tab_green__bQFrM {
  background: linear-gradient(160deg, #2a4213 0%, #1a2c0a 100%);
  color: #e8ecd9;
}
.services-tab_green__bQFrM .services-tab_title__m2SJW,
.services-tab_green__bQFrM .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_green__bQFrM .services-tab_cta__ON3QZ,
.services-tab_green__bQFrM .services-tab_badge__Maj6w {
  color: #2a4213;
}

.services-tab_purple__Gp9ae {
  background: linear-gradient(160deg, #6b2dab 0%, #4b1c85 100%);
  color: #ece0ff;
}
.services-tab_purple__Gp9ae .services-tab_title__m2SJW,
.services-tab_purple__Gp9ae .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_purple__Gp9ae .services-tab_cta__ON3QZ,
.services-tab_purple__Gp9ae .services-tab_badge__Maj6w {
  color: #4b1c85;
}

.services-tab_blue__aNMc0 {
  background: linear-gradient(160deg, #2b4fb5 0%, #1e3a8a 100%);
  color: #d9e3ff;
}
.services-tab_blue__aNMc0 .services-tab_title__m2SJW,
.services-tab_blue__aNMc0 .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_blue__aNMc0 .services-tab_cta__ON3QZ,
.services-tab_blue__aNMc0 .services-tab_badge__Maj6w {
  color: #1e3a8a;
}

.services-tab_magenta__FqMEq {
  background: linear-gradient(160deg, #a61b5a 0%, #751042 100%);
  color: #ffd9e9;
}
.services-tab_magenta__FqMEq .services-tab_title__m2SJW,
.services-tab_magenta__FqMEq .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_magenta__FqMEq .services-tab_cta__ON3QZ,
.services-tab_magenta__FqMEq .services-tab_badge__Maj6w {
  color: #751042;
}

.services-tab_rust__ayPiZ {
  background: linear-gradient(160deg, #b84a1f 0%, #8a2e0d 100%);
  color: #ffe4d1;
}
.services-tab_rust__ayPiZ .services-tab_title__m2SJW,
.services-tab_rust__ayPiZ .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_rust__ayPiZ .services-tab_cta__ON3QZ,
.services-tab_rust__ayPiZ .services-tab_badge__Maj6w {
  color: #8a2e0d;
}

.services-tab_cream__qdPyb {
  background: linear-gradient(160deg, #faeacb 0%, #f0d9a9 100%);
  color: #4a3520;
}
.services-tab_cream__qdPyb .services-tab_title__m2SJW,
.services-tab_cream__qdPyb .services-tab_price__2EQLm {
  color: #2a1d0a;
}
.services-tab_cream__qdPyb .services-tab_cta__ON3QZ,
.services-tab_cream__qdPyb .services-tab_badge__Maj6w {
  color: #4a3520;
}
.services-tab_cream__qdPyb .services-tab_cta__ON3QZ {
  background: rgba(255, 255, 255, 0.6);
}
.services-tab_cream__qdPyb .services-tab_cta__ON3QZ:hover {
  background: rgba(255, 255, 255, 0.85);
}
.services-tab_cream__qdPyb .services-tab_ribbon__3WV73 {
  background: rgba(74, 53, 32, 0.85);
  color: #f0d9a9;
}
.services-tab_cream__qdPyb .services-tab_subOffer__augEM {
  background: rgba(255, 255, 255, 0.55);
}

.how-it-works-tab_root__0KXot {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-it-works-tab_sub__QV_7S {
  font-size: 13px;
  color: var(--light-mute);
  line-height: 1.55;
  margin: 0 0 14px;
  max-width: 620px;
}

.how-it-works-tab_steps__OH9K8 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 860px) {
  .how-it-works-tab_steps__OH9K8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .how-it-works-tab_steps__OH9K8 {
    grid-template-columns: 1fr;
  }
}

.how-it-works-tab_step__7Qyyl {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--cream-light);
}

.how-it-works-tab_stepNum__7dyJ_ {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-faint);
  color: var(--green-dark);
  font-family: var(--font-serif);
  font-size: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.how-it-works-tab_stepTitle__Rq9rT {
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--light-head);
  margin: 0 0 5px;
}

.how-it-works-tab_stepDesc__5_Qtz {
  font-size: 12.5px;
  color: var(--light-mute);
  line-height: 1.5;
  margin: 0;
}

.how-it-works-tab_flow__yvn_f {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
  color: var(--light-body);
  line-height: 1.55;
}

.how-it-works-tab_flow__yvn_f li {
  padding-left: 14px;
  position: relative;
}

.how-it-works-tab_flow__yvn_f li::before {
  content: "·";
  position: absolute;
  left: 2px;
  top: -3px;
  font-size: 20px;
  color: var(--green-dark);
}

.how-it-works-tab_tags__DaZhX {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.accordion_root__9EkFZ {
  display: flex;
  flex-direction: column;
}

.accordion_summary__ZMH8b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 4px;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
          user-select: none;
}

.accordion_summary__ZMH8b::-webkit-details-marker {
  display: none;
}

.accordion_title__fqVqc {
  font-family: var(--font-sans);
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: var(--lh-snug);
  color: var(--c-light-head);
}

.accordion_chevron__h0JLc {
  flex-shrink: 0;
  color: var(--c-light-mute);
  transition: transform var(--dur-fast) var(--ease-out);
}

details[open] > .accordion_summary__ZMH8b .accordion_chevron__h0JLc {
  transform: rotate(180deg);
}

.accordion_content__zvcMo {
  padding: 0 4px 16px;
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  color: var(--c-light-body);
}

.accordion_content__zvcMo p {
  margin: 0 0 10px;
}

.accordion_content__zvcMo p:last-child {
  margin-bottom: 0;
}

.faq-tab_root__tygnY {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-tab_closing__G9_ou {
  text-align: center;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.faq-tab_closingTitle__4bhgy {
  font-family: var(--font-serif);
  font-size: var(--fs-lg);
  line-height: var(--lh-snug);
  color: var(--c-light-head);
}

.faq-tab_closingBody__SRL7P {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  color: var(--c-light-mute);
  margin: 0 0 8px;
  max-width: 480px;
}

.coaching-tweaks_toggle__pfF6K {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--green-dark);
  color: var(--cream-light);
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 12.5px;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(30, 20, 10, 0.2);
  z-index: 98;
}

.coaching-tweaks_panel__KMQmw {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 280px;
  background: var(--cream-light);
  border: 1px solid var(--border-mid);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 40px rgba(30, 20, 10, 0.15);
  z-index: 99;
  font-family: var(--font-sans);
}

.coaching-tweaks_head__46SzW {
  font-family: var(--font-serif);
  font-size: 15px;
  color: var(--light-head);
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coaching-tweaks_close__IOgql {
  background: none;
  border: 0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: var(--light-mute);
  padding: 0;
  width: 24px;
  height: 24px;
}

.coaching-tweaks_close__IOgql:hover {
  color: var(--light-head);
}

.coaching-tweaks_group__cXoPW {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.coaching-tweaks_label__T1fKK {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--light-mute);
  margin-bottom: 4px;
  font-weight: 500;
}

.coaching-tweaks_derived__d2Jhm {
  color: var(--green-dark);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.coaching-tweaks_opts___f7ZK {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.coaching-tweaks_opt__Qpy2Z {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12.5px;
  color: var(--light-body);
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  font-family: inherit;
  transition: all 0.15s;
}

.coaching-tweaks_opt__Qpy2Z:hover {
  background: var(--cream-dark);
}

.coaching-tweaks_optActive__DzWIZ {
  background: var(--green-faint);
  color: var(--green-dark);
  border-color: var(--border-mid);
  font-weight: 500;
}

.coaching-tweaks_reset__aKvx_ {
  margin-top: 4px;
  background: none;
  border: 0;
  font-size: 11.5px;
  color: var(--green-dark);
  text-align: left;
  padding: 4px 10px;
  cursor: pointer;
  font-family: inherit;
}

.coaching-tweaks_reset__aKvx_:hover {
  text-decoration: underline;
}

.coaching-shell_hero__EBNaG {
  margin-bottom: 24px;
}

.coaching-shell_tabBar__6N02a {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 28px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.coaching-shell_tab__Wn3iX {
  all: unset;
  cursor: pointer;
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--c-light-mute);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition:
    color var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out);
}

.coaching-shell_tab__Wn3iX:hover {
  color: var(--c-light-head);
}

.coaching-shell_tab__Wn3iX:focus-visible {
  outline: 2px solid var(--c-green-dark);
  outline-offset: -2px;
  border-radius: 2px;
}

.coaching-shell_tabActive__rDHMR {
  color: var(--c-green-dark);
  border-bottom-color: var(--c-green-dark);
}

.coaching-shell_panel__vXl_o {
  min-height: 0;
}

/* ── Dark sky ─────────────────────────────────────────────────────────────
   Same treatment as My Search, which uses the same HeroCard language. */
html[data-time="evening"] .coaching-shell_hero__EBNaG,
html[data-time="night"] .coaching-shell_hero__EBNaG {
  border: 1px solid rgba(245, 240, 234, 0.32);
}

/* The tab bar sits directly on the page background. Without this the whole
   bar, including which tab is selected, disappears on the dark washes. */
html[data-time="evening"] .coaching-shell_tabBar__6N02a,
html[data-time="night"] .coaching-shell_tabBar__6N02a {
  border-bottom-color: var(--sky-line);
}

html[data-time="evening"] .coaching-shell_tab__Wn3iX,
html[data-time="night"] .coaching-shell_tab__Wn3iX {
  color: var(--sky-body);
}

html[data-time="evening"] .coaching-shell_tab__Wn3iX:hover,
html[data-time="night"] .coaching-shell_tab__Wn3iX:hover {
  color: var(--sky-head);
}

html[data-time="evening"] .coaching-shell_tab__Wn3iX:focus-visible,
html[data-time="night"] .coaching-shell_tab__Wn3iX:focus-visible {
  outline-color: var(--sky-accent);
}

html[data-time="evening"] .coaching-shell_tabActive__rDHMR,
html[data-time="night"] .coaching-shell_tabActive__rDHMR {
  color: var(--sky-accent);
  border-bottom-color: var(--sky-accent);
}

