.toolbox-vs-team_grid__GRStV {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: stretch;
}

.toolbox-vs-team_column__IAG94 {
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: var(--space-7);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.toolbox-vs-team_light__D8WAi {
  background: #fff;
}

.toolbox-vs-team_dark__5f9RB {
  background: var(--c-green-dark);
  border-color: var(--c-green-dark);
}

.toolbox-vs-team_head__joFWr {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-wood-oak);
}

.toolbox-vs-team_dark__5f9RB .toolbox-vs-team_head__joFWr {
  color: color-mix(in srgb, var(--c-cream) 78%, transparent);
}

.toolbox-vs-team_list__D_L3n {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.toolbox-vs-team_item__Ytvkj {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--c-light-body);
  padding-left: var(--space-5);
  position: relative;
  text-wrap: pretty;
}

.toolbox-vs-team_item__Ytvkj::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-golden-sand);
}

.toolbox-vs-team_dark__5f9RB .toolbox-vs-team_item__Ytvkj {
  color: color-mix(in srgb, var(--c-cream) 88%, transparent);
}

@media (max-width: 768px) {
  .toolbox-vs-team_grid__GRStV {
    grid-template-columns: 1fr;
  }
}

.pricing-testimonials_wrap__an_96 {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  align-items: center;
}

.pricing-testimonials_eyebrow__URv00 {
  margin: 0;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-wood-oak);
}

.pricing-testimonials_lead__yVyPZ {
  margin: 0;
  width: 100%;
  text-align: center;
}

.pricing-testimonials_leadQuote__Tx_gj {
  font-family: var(--font-heading, "Lora", serif);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.015em;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 820px;
  text-wrap: pretty;
}

.pricing-testimonials_grid__vhhxq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  width: 100%;
}

.pricing-testimonials_card__iHxmk {
  margin: 0;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: var(--space-7);
}

.pricing-testimonials_cardQuote__EEZQ0 {
  font-size: 15px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.7;
  margin: 0 0 var(--space-5);
  text-wrap: pretty;
}

.pricing-testimonials_cite__WQBfi {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pricing-testimonials_citeName__Rliw5 {
  font-family: var(--font-heading, "Lora", serif);
  font-size: 15px;
  font-weight: 500;
  color: var(--c-light-head);
}

.pricing-testimonials_citeRole__BIfE2 {
  font-size: 13px;
  font-weight: 400;
  color: var(--c-light-mute);
  line-height: 1.4;
}

.pricing-testimonials_lead__yVyPZ .pricing-testimonials_cite__WQBfi {
  align-items: center;
  margin-top: var(--space-4);
}

@media (max-width: 640px) {
  .pricing-testimonials_grid__vhhxq {
    grid-template-columns: 1fr;
  }
}

.page_page__BwVZt {
  min-height: 100vh;
  background: var(--c-cream-light);
}

/* ── Hero ── */
.page_header__9vm19 {
  background: var(--surface-hero);
  padding: calc(var(--nav-height) + var(--space-11)) var(--page-gutter)
    var(--space-10);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}

.page_eyebrow__ulh9s {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-wood-oak);
}

.page_heading__juub_ {
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
  max-width: 760px;
  text-wrap: balance;
}

.page_subheading__WZPEq {
  font-size: 18px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
  text-wrap: pretty;
}

/* ── Section wrapper (one per content block) ── */
.page_section___pU3S {
  max-width: 1080px;
  margin: 0 auto;
  padding: var(--space-9) var(--page-gutter);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.page_sectionEyebrow__H3N3n {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-wood-oak);
}

.page_sectionHeading__VVk3U {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0;
  max-width: 760px;
  text-wrap: balance;
}

/* ── Cost-comparison card (white chrome the shared ValueAnchor sits inside) ── */
.page_anchorCard__l1O4F {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: var(--space-7);
  box-shadow: var(--shadow);
}

/* ── Stats band ── */
.page_statsBand__iYXfN {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: var(--space-8) var(--space-7);
}

/* ── Staff / existing-member notice (passed to the selector as the action slot) ── */
.page_staffNotice__JnNx1 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-3);
  background: var(--c-cream-light);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: var(--space-4);
  text-align: center;
}

.page_staffNoticeText__XLwJm {
  font-size: 13px;
  font-weight: 400;
  color: var(--c-light-body);
  line-height: 1.5;
}

.page_staffNoticeBtn__WQh6E {
  display: block;
  padding: var(--space-3) var(--space-4);
  background: var(--c-navy);
  color: var(--c-cream);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
}

.page_staffNoticeBtn__WQh6E:hover {
  background: #1a2a3a;
}

/* ── FAQ ── */
.page_faqGrid__6jfNT {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--space-9);
}

.page_faqItem__MUxjB {
  border-top: 1px solid var(--c-border);
  padding: var(--space-5) 0;
}

.page_faqQ__bWnkp {
  font-size: 15px;
  font-weight: 500;
  color: var(--c-light-head);
  margin-bottom: var(--space-2);
}

.page_faqA__SqJXg {
  font-size: 14px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.65;
}

.page_faqLink__egXX6 {
  color: var(--c-green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .page_section___pU3S {
    padding: var(--space-8) var(--page-gutter);
  }
}

@media (max-width: 640px) {
  .page_faqGrid__6jfNT {
    grid-template-columns: 1fr;
  }
}

