/* Buyer-routed Academy public site refresh. The legacy sheet remains available
   to the preserved deep product tour and privacy page. */

.page-refresh {
  --refresh-ink: #20242a;
  --refresh-muted: #616a73;
  --refresh-paper: #f7f8fa;
  --refresh-warm: #f3f0e9;
  --refresh-green-soft: #d9fbe0;
  --refresh-rule: #d9dde2;
  background: var(--refresh-paper);
}

.page-refresh .wrap {
  width: min(100% - 48px, 1320px);
}

.page-refresh h1,
.page-refresh h2,
.page-refresh h3 {
  text-wrap: balance;
}

.page-refresh .eyebrow {
  margin-bottom: 20px;
  color: var(--ct-green-deep);
  font: 600 11px/1.4 var(--ct-font-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--refresh-ink);
  font: 600 14px/1.4 var(--ct-font-display);
  text-decoration: underline;
  text-decoration-color: var(--ct-green-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.text-link:hover {
  color: var(--ct-green-deep);
  text-decoration-thickness: 2px;
}

/* Header */

.page-refresh .nav-header {
  border-bottom: 1px solid var(--refresh-rule);
  background: rgba(247, 248, 250, .96);
}

.nav-shell {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: 28px;
  align-items: center;
  min-height: 76px;
  padding-block: 10px;
}

.page-refresh .product-brand {
  grid-area: auto;
  opacity: 1;
}

.page-refresh .product-brand img {
  width: 118px;
}

.page-refresh .product-brand span {
  display: none;
  font-size: 13px;
  letter-spacing: .08em;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 2.2vw, 32px);
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.main-nav a,
.nav-signin {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--refresh-muted);
  font: 500 13px/1.4 var(--ct-font-text);
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a[aria-current="page"],
.nav-signin:hover {
  color: var(--refresh-ink);
}

.main-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--ct-green-mid);
  text-underline-offset: 7px;
}

.nav-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.nav-signin {
  color: var(--refresh-ink);
  font-weight: 600;
}

/* Home hero */

.home-hero {
  position: relative;
  overflow: clip;
  padding: clamp(26px, 3vw, 42px) 0 0;
  background:
    radial-gradient(circle at 92% 5%, rgba(97, 237, 106, .12), transparent 28%),
    linear-gradient(180deg, #fbfbfa 0%, var(--refresh-paper) 100%);
}

.home-brand-track {
  height: clamp(118px, 18vh, 148px);
  margin-bottom: clamp(10px, 1.8vh, 20px);
}

.page-home .hero-brand img {
  width: min(56vw, 540px);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(520px, 1.1fr);
  gap: clamp(46px, 6vw, 88px);
  align-items: center;
}

.home-hero__copy {
  position: relative;
  z-index: 2;
  padding-bottom: 56px;
}

.home-hero h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(48px, 5vw, 72px);
  letter-spacing: -.055em;
  line-height: .98;
}

.home-hero__lede {
  max-width: 660px;
  margin-bottom: 24px;
  color: var(--refresh-muted);
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.48;
}

.home-hero .button-row {
  margin-bottom: 14px;
}

.demo-note {
  max-width: 540px;
  color: var(--ct-text-tertiary);
  font: 500 12px/1.6 var(--ct-font-mono);
}

.hero-product {
  position: relative;
  min-height: 590px;
  margin: 0;
  padding-bottom: 62px;
}

.hero-browser {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #cfd4d9;
  border-radius: 12px;
  background: #eef1f4;
  box-shadow: 0 30px 80px rgba(27, 34, 39, .16);
  transform: rotate(-1.1deg);
}

.evidence-bar {
  display: flex;
  min-height: 36px;
  padding: 8px 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8dce1;
  background: #fff;
  color: #69727b;
  font: 500 9px/1 var(--ct-font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidence-bar span:first-child::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--ct-green-mid);
  content: "";
}

.hero-browser > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
}

.hero-phone {
  position: absolute;
  z-index: 3;
  bottom: 36px;
  overflow: hidden;
  width: 178px;
  aspect-ratio: 430 / 932;
  border: 6px solid #20242a;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 46px rgba(27, 34, 39, .22);
}

.hero-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-phone--coach {
  right: 154px;
  transform: rotate(1.25deg);
}

.hero-phone--member {
  right: 8px;
  bottom: 15px;
  transform: rotate(2.25deg);
}

.hero-product figcaption {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: var(--ct-text-tertiary);
  font: 500 9px/1.5 var(--ct-font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
  border-top: 1px solid var(--refresh-rule);
  border-bottom: 1px solid var(--refresh-rule);
  background: rgba(255, 255, 255, .66);
}

.proof-strip > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 3px 10px;
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid var(--refresh-rule);
}

.proof-strip > div:last-child {
  border-right: 0;
}

.proof-strip span {
  grid-row: span 2;
  color: var(--ct-green-deep);
  font: 600 10px/1.6 var(--ct-font-mono);
}

.proof-strip strong {
  font: 600 14px/1.35 var(--ct-font-display);
}

.proof-strip small {
  color: var(--refresh-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Shared sections */

.refresh-section {
  padding: clamp(84px, 10vw, 148px) 0;
  border-bottom: 1px solid var(--refresh-rule);
}

.section-intro {
  max-width: 790px;
  margin-bottom: 56px;
}

.section-intro--wide {
  max-width: 980px;
}

.section-intro h2,
.split-heading h2,
.price-preview h2,
.founder-preview h2,
.refresh-final h2 {
  margin-bottom: 22px;
  font-size: clamp(39px, 4.8vw, 68px);
  letter-spacing: -.05em;
  line-height: 1;
}

.section-intro > p:last-child,
.split-heading > div > p,
.price-preview__inner > div > p,
.founder-preview__grid > div > p,
.refresh-final__inner > div > p {
  max-width: 720px;
  color: var(--refresh-muted);
  font-size: 18px;
  line-height: 1.55;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
  margin-bottom: 58px;
}

.split-heading > .eyebrow {
  padding-top: 8px;
}

/* Problem */

.problem-section {
  background: var(--refresh-warm);
}

.handoff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cec9bd;
  border-bottom: 1px solid #cec9bd;
}

.handoff-grid article {
  min-height: 245px;
  padding: 32px 30px;
  border-right: 1px solid #cec9bd;
}

.handoff-grid article:last-child {
  border-right: 0;
}

.handoff-grid span,
.workflow-grid article > div > span,
.solution-route > span,
.trust-grid article > span {
  display: block;
  margin-bottom: 42px;
  color: var(--ct-green-deep);
  font: 600 10px/1.4 var(--ct-font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.handoff-grid h3 {
  max-width: 330px;
  margin: 0;
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.16;
}

/* Mechanism */

.mechanism-section {
  background: #fbfcfb;
}

.record-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--refresh-rule);
  border-radius: 8px;
  background: var(--refresh-rule);
  box-shadow: var(--ct-shadow);
}

.record-core {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  gap: 12px;
  min-height: 210px;
  padding: 48px;
  align-content: center;
  justify-items: center;
  background: var(--refresh-ink);
  color: #fff;
  text-align: center;
}

.record-core span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: var(--ct-pill);
  background: var(--ct-green);
  color: #162119;
  font: 600 10px/1.3 var(--ct-font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.record-core strong {
  font: 600 clamp(24px, 3vw, 40px)/1.15 var(--ct-font-display);
  letter-spacing: -.025em;
}

.record-core small {
  color: #bdc3c9;
  font: 400 13px/1.5 var(--ct-font-mono);
}

.record-map article {
  position: relative;
  min-height: 210px;
  padding: 34px;
  background: #fff;
}

.record-map article::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid var(--refresh-rule);
  border-radius: 50%;
  background: #fff;
  color: var(--ct-green-deep);
  content: "↓";
  font: 600 17px/34px var(--ct-font-mono);
  text-align: center;
  transform: translateX(-50%);
}

.record-map article span {
  display: block;
  margin: 14px 0 23px;
  color: var(--ct-green-deep);
  font: 600 10px/1.4 var(--ct-font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.record-map article h3 {
  margin-bottom: 12px;
  font-size: 30px;
}

.record-map article p {
  color: var(--refresh-muted);
  line-height: 1.5;
}

/* Workflows */

.workflow-section {
  background: #eef0f2;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.workflow-grid article {
  overflow: hidden;
  border: 1px solid #d6dade;
  border-radius: 8px;
  background: #fff;
}

.workflow-grid figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid #d6dade;
  background: #edf0f2;
}

.workflow-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform .4s ease;
}

.workflow-grid article:hover figure img {
  transform: scale(1.018);
}

.workflow-grid article > div {
  min-height: 300px;
  padding: 28px;
}

.workflow-grid article > div > span {
  margin-bottom: 28px;
}

.workflow-grid h3 {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.12;
}

.workflow-grid p {
  color: var(--refresh-muted);
  line-height: 1.55;
}

.section-link {
  margin-top: 32px;
  text-align: right;
}

/* Solutions */

.solutions-section {
  background: #f9faf9;
}

.solution-routes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.solution-route {
  position: relative;
  display: flex;
  min-height: 440px;
  padding: clamp(32px, 4vw, 58px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--refresh-rule);
  border-radius: 8px;
  color: var(--refresh-ink);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.solution-route::after {
  position: absolute;
  right: -44px;
  bottom: -82px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(31, 35, 40, .09);
  border-radius: 50%;
  content: "";
}

.solution-route--clubs {
  background: linear-gradient(135deg, #e0fbe5 0%, #f7fbf7 64%);
}

.solution-route--programs {
  background: linear-gradient(135deg, #f2eee5 0%, #fbfaf7 64%);
}

.solution-route:hover {
  border-color: #b8c0c7;
  box-shadow: 0 16px 38px rgba(31, 35, 40, .08);
  color: var(--refresh-ink);
  transform: translateY(-3px);
}

.solution-route > span {
  margin-bottom: auto;
}

.solution-route h3 {
  max-width: 480px;
  margin: 48px 0 18px;
  font-size: clamp(35px, 4vw, 56px);
  letter-spacing: -.045em;
}

.solution-route p {
  position: relative;
  z-index: 1;
  max-width: 500px;
  color: var(--refresh-muted);
  font-size: 18px;
  line-height: 1.5;
}

.solution-route strong {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  font: 600 14px/1.4 var(--ct-font-display);
}

/* Capability ledger */

.capability-section {
  background: var(--refresh-warm);
}

.capability-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
}

.capability-layout .section-intro {
  position: sticky;
  top: 128px;
  margin: 0;
}

.capability-ledger {
  border-top: 1px solid #cec9bd;
}

.capability-ledger article {
  display: grid;
  grid-template-columns: 44px minmax(150px, .55fr) minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid #cec9bd;
}

.capability-ledger span {
  color: var(--ct-green-deep);
  font: 600 10px/1.4 var(--ct-font-mono);
}

.capability-ledger h3 {
  margin: 0;
  font-size: 26px;
}

.capability-ledger p {
  margin: 0;
  color: var(--refresh-muted);
}

/* Trust */

.trust-section {
  background: #fbfcfb;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--refresh-rule);
  border-radius: 8px;
  background: var(--refresh-rule);
}

.trust-grid article {
  min-height: 325px;
  padding: 30px;
  background: #fff;
}

.trust-grid article > span {
  margin-bottom: 45px;
}

.trust-grid h3 {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.15;
}

.trust-grid p {
  color: var(--refresh-muted);
  font-size: 15px;
  line-height: 1.55;
}

.platform-status {
  display: grid;
  grid-template-columns: .45fr 1.55fr;
  gap: 32px;
  margin-top: 22px;
  padding: 30px;
  border: 1px solid var(--refresh-rule);
  border-radius: 8px;
  background: #f2f4f5;
}

.platform-status > p {
  margin: 0;
  font: 600 13px/1.4 var(--ct-font-display);
}

.platform-status dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin: 0;
}

.platform-status dt {
  margin-bottom: 5px;
  color: var(--ct-text-tertiary);
  font: 600 9px/1.4 var(--ct-font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.platform-status dd {
  color: var(--refresh-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Pricing preview */

.price-preview {
  padding-bottom: 52px;
  background: var(--refresh-ink);
  color: #fff;
}

.price-preview h2,
.price-preview .eyebrow {
  color: #fff;
}

.price-preview .eyebrow {
  opacity: .65;
}

.price-preview__inner {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 80px;
  align-items: end;
}

.price-preview__inner > div > p {
  color: #bdc3c9;
}

.price-callout {
  display: grid;
  padding: 32px;
  border: 1px solid #485058;
  border-radius: 8px;
}

.price-callout > span {
  color: #bdc3c9;
  font: 600 10px/1.4 var(--ct-font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-callout > strong {
  margin-top: 8px;
  color: #fff;
  font: 600 74px/1 var(--ct-font-display);
  letter-spacing: -.06em;
}

.price-callout > small {
  margin-bottom: 24px;
  color: #bdc3c9;
}

.price-callout .text-link {
  color: #fff;
}

.boundary-line {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid #485058;
  color: #aeb5bc;
  font: 400 11px/1.6 var(--ct-font-mono);
}

/* Founder and FAQ */

.founder-preview {
  background: #f6f3ec;
}

.founder-preview__grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: center;
}

.founder-preview figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #ddd;
}

.founder-preview figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-preview__grid > div > p {
  margin-bottom: 28px;
}

.faq-section {
  background: #fbfcfb;
}

.faq-layout {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  gap: clamp(50px, 9vw, 140px);
  align-items: start;
}

.faq-layout .section-intro {
  position: sticky;
  top: 128px;
  margin: 0;
}

.page-refresh .faq-list {
  border-top: 1px solid var(--refresh-rule);
}

.page-refresh .faq-list details {
  border-bottom: 1px solid var(--refresh-rule);
}

.page-refresh .faq-list summary {
  min-height: 84px;
  padding: 24px 48px 24px 0;
  font-size: 18px;
}

.page-refresh .faq-list details p {
  max-width: 780px;
  padding: 0 60px 28px 0;
  color: var(--refresh-muted);
}

/* Final CTA and footer */

.refresh-final {
  padding: clamp(82px, 10vw, 145px) 0;
  background: var(--ct-green);
  color: #162119;
}

.refresh-final .eyebrow,
.refresh-final h2 {
  color: #162119;
}

.refresh-final__inner {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 80px;
  align-items: end;
}

.refresh-final__inner > div > p {
  color: #2a4e30;
}

.refresh-final__actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.refresh-final .button {
  border-color: #17261a;
  background: #17261a;
  box-shadow: none;
}

.refresh-final .text-link {
  color: #17261a;
}

.refresh-footer {
  border-top: 0;
}

/* Secondary pages */

.page-hero {
  padding: clamp(78px, 10vw, 145px) 0 clamp(72px, 9vw, 125px);
  border-bottom: 1px solid var(--refresh-rule);
  background:
    radial-gradient(circle at 85% 10%, rgba(97, 237, 106, .11), transparent 30%),
    #fbfcfb;
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 80px;
  align-items: end;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(52px, 7vw, 96px);
  letter-spacing: -.06em;
  line-height: .94;
}

.page-hero__lede {
  max-width: 720px;
  color: var(--refresh-muted);
  font-size: 21px;
  line-height: 1.5;
}

.page-hero__aside {
  padding: 28px;
  border-top: 2px solid var(--ct-green-mid);
  border-bottom: 1px solid var(--refresh-rule);
  color: var(--refresh-muted);
}

.page-hero__aside strong {
  display: block;
  margin-bottom: 10px;
  color: var(--refresh-ink);
  font-family: var(--ct-font-display);
}

.editorial-grid {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(50px, 9vw, 140px);
  align-items: start;
}

.editorial-grid > aside {
  position: sticky;
  top: 120px;
}

.editorial-grid > aside p {
  color: var(--refresh-muted);
}

.editorial-copy {
  max-width: 850px;
}

.editorial-copy h2 {
  margin: 72px 0 18px;
  font-size: clamp(32px, 4vw, 52px);
}

.editorial-copy h2:first-child {
  margin-top: 0;
}

.editorial-copy h3 {
  margin: 38px 0 12px;
  font-size: 26px;
}

.editorial-copy p,
.editorial-copy li {
  color: var(--refresh-muted);
  font-size: 18px;
  line-height: 1.65;
}

.editorial-copy ul {
  padding-left: 22px;
}

.page-image {
  overflow: hidden;
  margin: 42px 0;
  border: 1px solid var(--refresh-rule);
  border-radius: 8px;
  background: #edf0f2;
}

.page-image img {
  width: 100%;
}

.page-image figcaption {
  padding: 12px 16px;
  border-top: 1px solid var(--refresh-rule);
  background: #fff;
  color: var(--ct-text-tertiary);
  font: 500 9px/1.5 var(--ct-font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.role-proof-grid {
  display: grid;
  grid-template-columns: 1.15fr .425fr .425fr;
  gap: 18px;
  align-items: stretch;
}

.role-proof-grid figure {
  display: flex;
  margin: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--refresh-rule);
  border-radius: 8px;
  background: #fff;
}

.role-proof-grid figure > div {
  flex: 1;
  overflow: hidden;
  background: #edf0f2;
}

.role-proof-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.role-proof-grid figure:first-child img {
  aspect-ratio: 16 / 9;
}

.role-proof-grid figcaption {
  padding: 16px;
  border-top: 1px solid var(--refresh-rule);
  font: 600 12px/1.4 var(--ct-font-display);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.pricing-card {
  display: flex;
  min-height: 550px;
  padding: 28px;
  flex-direction: column;
  border: 1px solid var(--refresh-rule);
  border-radius: 8px;
  background: #fff;
}

.pricing-card--managed {
  background: var(--refresh-ink);
  color: #fff;
}

.pricing-card > span {
  min-height: 42px;
  color: var(--ct-green-deep);
  font: 600 10px/1.4 var(--ct-font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-card--managed > span,
.pricing-card--managed h3,
.pricing-card--managed .pricing-amount {
  color: #fff;
}

.pricing-card h3 {
  margin: 8px 0 14px;
  font-size: 28px;
}

.pricing-amount {
  margin-bottom: 24px;
  font: 600 48px/1 var(--ct-font-display);
  letter-spacing: -.05em;
}

.pricing-amount small {
  color: var(--refresh-muted);
  font: 400 12px/1.4 var(--ct-font-text);
  letter-spacing: 0;
}

.pricing-card--managed .pricing-amount small,
.pricing-card--managed p,
.pricing-card--managed li {
  color: #bdc3c9;
}

.pricing-card p,
.pricing-card li {
  color: var(--refresh-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pricing-card ul {
  padding-left: 18px;
}

.pricing-card .text-link {
  margin-top: auto;
}

.pricing-card--managed .text-link {
  color: #fff;
}

.pricing-boundary {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--ct-warning-border);
  border-radius: 8px;
  background: var(--ct-warning-surface);
  color: var(--ct-warning-ink);
  font-size: 14px;
}

/* Responsive */

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: max-content 1fr max-content;
    gap: 18px;
  }

  .main-nav {
    gap: 16px;
  }

  .nav-signin {
    display: none;
  }

  .home-hero__grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 38px;
  }

  .hero-product {
    min-height: 510px;
  }

  .hero-phone {
    width: 148px;
  }

  .hero-phone--coach {
    right: 128px;
  }

  .hero-phone--member {
    right: 4px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .page-refresh .wrap {
    width: min(100% - 36px, 780px);
  }

  .nav-shell {
    grid-template-areas: "brand actions" "nav nav";
    grid-template-columns: minmax(0, 1fr) max-content;
    padding-top: 8px;
  }

  .page-refresh .product-brand {
    grid-area: brand;
  }

  .main-nav {
    grid-area: nav;
    justify-content: flex-start;
    overflow-x: auto;
    border-top: 1px solid var(--refresh-rule);
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-actions {
    grid-area: actions;
  }

  .home-hero {
    padding-top: 34px;
  }

  .home-brand-track {
    height: clamp(82px, 11vh, 104px);
    margin-bottom: 12px;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__copy {
    padding-bottom: 12px;
  }

  .hero-product {
    min-height: 540px;
  }

  .hero-browser {
    right: 0;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip > div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--refresh-rule);
  }

  .split-heading,
  .capability-layout,
  .faq-layout,
  .price-preview__inner,
  .founder-preview__grid,
  .refresh-final__inner,
  .page-hero__grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .handoff-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .handoff-grid article {
    min-height: 185px;
    border-right: 0;
    border-bottom: 1px solid #cec9bd;
  }

  .handoff-grid article:last-child {
    border-bottom: 0;
  }

  .handoff-grid span {
    margin-bottom: 25px;
  }

  .workflow-grid article {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
  }

  .workflow-grid figure {
    aspect-ratio: auto;
    border-right: 1px solid #d6dade;
    border-bottom: 0;
  }

  .solution-routes {
    grid-template-columns: 1fr;
  }

  .capability-layout .section-intro,
  .faq-layout .section-intro,
  .editorial-grid > aside {
    position: static;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .platform-status {
    grid-template-columns: 1fr;
  }

  .price-preview__inner,
  .refresh-final__inner {
    align-items: start;
  }

  .price-callout {
    max-width: 440px;
  }

  .role-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .role-proof-grid figure:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .page-refresh .wrap {
    width: min(100% - 28px, 540px);
  }

  .nav-shell {
    column-gap: 10px;
  }

  .page-refresh .product-brand img {
    width: 98px;
  }

  .page-refresh .product-brand span {
    display: none;
    padding-left: 8px;
    font-size: 11px;
  }

  .nav-actions .button {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 12px;
  }

  .main-nav {
    gap: 20px;
  }

  .main-nav a {
    min-height: 40px;
    font-size: 12px;
  }

  .home-hero {
    padding-top: 24px;
  }

  .home-brand-track {
    height: 72px;
    margin-bottom: 8px;
  }

  .home-hero h1 {
    font-size: clamp(44px, 13.2vw, 62px);
  }

  .home-hero__lede {
    font-size: 18px;
  }

  .home-hero .demo-note {
    display: none;
  }

  .hero-product {
    min-height: 340px;
    padding-bottom: 42px;
  }

  .hero-browser {
    right: 0;
  }

  .hero-phone {
    display: none;
  }

  .hero-product figcaption {
    max-width: 90%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .proof-strip > div {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--refresh-rule);
  }

  .proof-strip > div:last-child {
    border-bottom: 0;
  }

  .refresh-section {
    padding: 80px 0;
  }

  .section-intro h2,
  .split-heading h2,
  .price-preview h2,
  .founder-preview h2,
  .refresh-final h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .record-map {
    grid-template-columns: 1fr;
  }

  .record-core {
    grid-column: auto;
    min-height: 240px;
    padding: 34px 24px;
  }

  .record-map article {
    min-height: 180px;
  }

  .workflow-grid article {
    display: block;
  }

  .workflow-grid figure {
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid #d6dade;
  }

  .workflow-grid article > div {
    min-height: 0;
  }

  .solution-route {
    min-height: 390px;
  }

  .capability-ledger article {
    grid-template-columns: 34px 1fr;
  }

  .capability-ledger p {
    grid-column: 2;
  }

  .trust-grid,
  .platform-status dl,
  .pricing-grid,
  .role-proof-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    min-height: 270px;
  }

  .platform-status {
    padding: 24px;
  }

  .founder-preview__grid {
    gap: 42px;
  }

  .founder-preview figure {
    max-height: 520px;
  }

  .page-hero {
    padding-top: 66px;
  }

  .page-hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .page-hero__lede {
    font-size: 18px;
  }

  .role-proof-grid figure:first-child {
    grid-column: auto;
  }

  .pricing-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solution-route,
  .workflow-grid figure img {
    transition: none;
  }
}
