@font-face {
  font-family: "Nimbus Roman HB";
  src: url("fonts/NimbusRoman-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans HB";
  src: url("fonts/NimbusSans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans HB";
  src: url("fonts/NimbusSans-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

body.hb-club-split-v03 {
  overflow-x: clip;
  background: #f6f5f1;
}

body.hb-club-split-v03 .hb-club-standalone {
  --hb-navy: #0d2b50;
  --hb-red: #cc3039;
  --hb-ink: #071525;
  --hb-muted: #526170;
  --hb-paper: #f6f5f1;
  --hb-subtle: #fbfaf8;
  --hb-surface: #ffffff;
  --hb-pale: #f5f8fc;
  --hb-line: #d9e2ea;
  --hb-info: #285f91;
  --hb-info-tint: #e9f1f8;
  --hb-positive: #147a59;
  --hb-positive-tint: #e7f4ee;
  --hb-negative: #a82f3f;
  --hb-negative-tint: #f9e9eb;
  --hb-borderline: #8a5900;
  --hb-borderline-tint: #fff4d9;
  --hb-neutral: #5f6e7c;
  --hb-neutral-tint: #eef2f5;
  --hb-focus: #0d5ea6;
  overflow-x: clip;
  min-height: 100dvh;
  background: var(--hb-paper);
  color: var(--hb-ink);
  font: 400 17px/1.58 "Nimbus Sans HB", "Nimbus Sans", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.hb-club-split-v03 .hb-club-standalone,
body.hb-club-split-v03 .hb-club-standalone * {
  box-sizing: border-box;
}

body.hb-club-split-v03 .hb-club-standalone :focus-visible {
  outline: 3px solid var(--hb-focus);
  outline-offset: 3px;
}

body.hb-club-split-v03 .hb-club-standalone :is(h1, h2) {
  margin-top: 0;
  color: var(--hb-navy);
  font-family: "Nimbus Roman HB", "Nimbus Roman", "Times New Roman", serif;
  font-weight: 700;
  text-wrap: balance;
}

body.hb-club-split-v03 .hb-club-standalone :is(h3, h4, strong) {
  color: var(--hb-navy);
  font-family: "Nimbus Sans HB", "Nimbus Sans", Arial, sans-serif;
  font-weight: 700;
}

body.hb-club-split-v03 .hb-club-standalone :is(p, li, a, span) {
  overflow-wrap: anywhere;
}

body.hb-club-split-v03 .hb-club-standalone a {
  color: var(--hb-info);
  text-underline-offset: .18em;
  touch-action: manipulation;
}

/* Premium sales page. Backgrounds may be full bleed; all content uses the Podcast 1440px shell. */
body.hb-club-split-landing .hb-club-landing {
  width: 100%;
  overflow: clip;
  background: var(--hb-paper);
}

body.hb-club-split-landing .hb-club-shell {
  width: min(calc(100% - 80px), 1440px);
  margin-inline: auto;
}

body.hb-club-split-landing .hb-club-landing__eyebrow,
body.hb-club-split-landing .hb-club-landing__kicker,
body.hb-club-split-registration .hb-club-form-preview__eyebrow,
body.hb-club-split-analysis .hb-club-analysis-preview__eyebrow {
  margin: 0 0 14px;
  color: var(--hb-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-landing__hero {
  position: relative;
  min-height: clamp(720px, calc(100svh - 84px), 930px);
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 226, 234, .18);
  background:
    radial-gradient(ellipse at 79% 48%, rgba(42, 91, 136, .72) 0%, rgba(14, 48, 82, .32) 31%, rgba(6, 28, 54, 0) 58%),
    linear-gradient(112deg, #0a2d54 0%, #08284b 48%, #061b35 100%);
}

body.hb-club-split-landing .hb-club-landing__hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0a2d54 0%, rgba(10, 45, 84, .98) 39%, rgba(8, 40, 75, .68) 45%, rgba(6, 27, 53, 0) 52%);
}

body.hb-club-split-landing .hb-club-landing__hero-grid {
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  align-items: center;
  gap: clamp(40px, 6vw, 112px);
}

body.hb-club-split-landing .hb-club-landing__hero-copy {
  position: relative;
  z-index: 2;
  padding: 82px 0;
}

body.hb-club-split-landing .hb-club-landing__hero h1 {
  max-width: 780px;
  margin: 0 0 30px;
  color: #ffffff;
  font-size: clamp(58px, 4.8vw, 78px);
  letter-spacing: -.047em;
  line-height: .95;
}

body.hb-club-split-landing .hb-club-landing__hero h1 span {
  display: block;
}

body.hb-club-split-landing .hb-club-landing__hero h1 span:last-child {
  color: var(--hb-red);
}

body.hb-club-split-landing .hb-club-landing__lead {
  max-width: 690px;
  margin: 0 0 34px;
  color: #d7e1ea;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.5;
}

body.hb-club-split-landing .hb-club-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.hb-club-split-landing .hb-club-landing__cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid var(--hb-navy);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

body.hb-club-split-landing .hb-club-landing__cta:hover {
  transform: translateY(-1px);
}

body.hb-club-split-v03 .hb-club-standalone .hb-club-landing__cta--primary {
  border-color: var(--hb-red);
  background: var(--hb-red);
  color: #fff;
}

body.hb-club-split-v03 .hb-club-standalone .hb-club-landing__cta--secondary {
  border-color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .04);
  color: #ffffff;
}

body.hb-club-split-landing .hb-club-landing__assurance {
  margin: 18px 0 0;
  color: #aebdcc;
  font-size: 14px;
}

body.hb-club-split-landing .hb-club-landing__hero-art {
  position: relative;
  align-self: stretch;
  min-height: 760px;
}

body.hb-club-split-landing .hb-club-landing__hero-art::before {
  position: absolute;
  inset: 0 0 0 -16vw;
  content: "";
  background: url("hackni-beh-club-hero-team-final-v09-r4.webp") right bottom / auto 74% no-repeat;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .3));
}

body.hb-club-split-landing .hb-club-landing__hero-note {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 34px;
  display: none;
  min-width: min(430px, 100%);
  gap: 2px;
  padding: 16px 19px;
  border: 1px solid rgba(13, 43, 80, .14);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 34px rgba(7, 21, 37, .08);
  backdrop-filter: blur(10px);
}

body.hb-club-split-landing .hb-club-landing__hero-note strong {
  font-size: 16px;
}

body.hb-club-split-landing .hb-club-landing__hero-note span {
  color: var(--hb-muted);
  font-size: 13px;
}

body.hb-club-split-landing .hb-club-landing__manifesto {
  padding: clamp(78px, 8vw, 122px) 0;
  background: #08274a;
  color: #e7edf3;
}

body.hb-club-split-landing .hb-club-landing__manifesto-grid {
  display: grid;
  grid-template-columns: 80px minmax(0, 1.05fr) minmax(300px, .75fr);
  align-items: end;
  gap: clamp(28px, 5vw, 84px);
}

body.hb-club-split-landing .hb-club-landing__manifesto .hb-club-landing__index {
  margin: 0;
  color: #f34a54;
  font: 700 14px/1 "Nimbus Sans HB", sans-serif;
  letter-spacing: .12em;
}

body.hb-club-split-landing .hb-club-landing__manifesto h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(45px, 4.4vw, 70px);
  letter-spacing: -.04em;
  line-height: .98;
}

body.hb-club-split-landing .hb-club-landing__manifesto-grid > p:last-child {
  margin: 0;
  color: #c7d3df;
  font-size: 18px;
}

body.hb-club-split-landing .hb-club-landing__feature {
  padding: clamp(92px, 10vw, 150px) 0;
  border-bottom: 1px solid var(--hb-line);
  background: var(--hb-paper);
}

body.hb-club-split-landing .hb-club-landing__feature--analysis,
body.hb-club-split-landing .hb-club-landing__feature--plan,
body.hb-club-split-landing .hb-club-landing__feature--community {
  background: #eef3f6;
}

body.hb-club-split-landing .hb-club-landing__feature--coach {
  background: #0a294d;
  color: #dce6ef;
}

body.hb-club-split-landing .hb-club-landing__feature-grid {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(540px, 1.22fr);
  align-items: center;
  gap: clamp(52px, 7vw, 120px);
}

body.hb-club-split-landing .hb-club-landing__feature-grid--reverse .hb-club-landing__feature-copy {
  grid-column: 2;
  grid-row: 1;
}

body.hb-club-split-landing .hb-club-landing__feature-grid--reverse .hb-club-window {
  grid-column: 1;
  grid-row: 1;
}

body.hb-club-split-landing .hb-club-landing__feature-copy h2,
body.hb-club-split-landing .hb-club-landing__membership h2,
body.hb-club-split-landing .hb-club-landing__closing h2 {
  margin: 0 0 26px;
  font-size: clamp(43px, 4.2vw, 68px);
  letter-spacing: -.04em;
  line-height: .99;
}

body.hb-club-split-landing .hb-club-landing__feature-copy > p:not(.hb-club-landing__status, .hb-club-landing__kicker) {
  margin: 0 0 21px;
  color: var(--hb-muted);
  font-size: 18px;
  line-height: 1.58;
}

body.hb-club-split-landing .hb-club-landing__feature--coach .hb-club-landing__feature-copy h2,
body.hb-club-split-landing .hb-club-landing__feature--coach .hb-club-landing__feature-copy strong {
  color: #fff;
}

body.hb-club-split-landing .hb-club-landing__feature--coach .hb-club-landing__feature-copy > p:not(.hb-club-landing__status, .hb-club-landing__kicker) {
  color: #c6d4e1;
}

body.hb-club-split-landing .hb-club-landing__status {
  display: inline-flex;
  width: fit-content;
  min-height: 31px;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 6px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-landing__status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

body.hb-club-split-landing .hb-club-landing__status--available {
  background: rgba(231, 244, 238, .84);
  color: #116849;
}

body.hb-club-split-landing .hb-club-landing__status--progress {
  background: rgba(255, 244, 217, .84);
  color: #805200;
}

body.hb-club-split-landing .hb-club-landing__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px 0 30px;
  padding: 0;
  border-block: 1px solid var(--hb-line);
  list-style: none;
}

body.hb-club-split-landing .hb-club-landing__facts li {
  display: grid;
  min-width: 0;
  gap: 2px;
  padding: 18px 14px 18px 0;
  border-right: 1px solid var(--hb-line);
}

body.hb-club-split-landing .hb-club-landing__facts li + li {
  padding-left: 14px;
}

body.hb-club-split-landing .hb-club-landing__facts li:last-child {
  border-right: 0;
}

body.hb-club-split-landing .hb-club-landing__facts strong {
  font-size: 24px;
  line-height: 1.1;
}

body.hb-club-split-landing .hb-club-landing__facts span {
  color: var(--hb-muted);
  font-size: 12.5px;
  line-height: 1.3;
}

body.hb-club-split-landing .hb-club-landing__text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--hb-red);
  color: var(--hb-navy);
  font-weight: 700;
  text-decoration: none;
}

body.hb-club-split-landing .hb-club-landing__truth,
body.hb-club-split-landing .hb-club-landing__why {
  padding-left: 16px;
  border-left: 2px solid var(--hb-info);
  font-size: 15px !important;
}

body.hb-club-split-landing .hb-club-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d4dde5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(7, 21, 37, .12);
}

body.hb-club-split-landing .hb-club-window__bar {
  display: flex;
  min-height: 57px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 20px;
  border-bottom: 1px solid var(--hb-line);
  background: #fbfaf8;
}

body.hb-club-split-landing .hb-club-window__bar span {
  color: var(--hb-navy);
  font-size: 14px;
  font-weight: 700;
}

body.hb-club-split-landing .hb-club-window__bar small {
  color: var(--hb-muted);
  font-size: 12px;
}

body.hb-club-split-landing .hb-club-profile-card {
  padding: clamp(25px, 4vw, 48px);
}

body.hb-club-split-landing .hb-club-profile-card__progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf2;
}

body.hb-club-split-landing .hb-club-profile-card__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--hb-info);
}

body.hb-club-split-landing .hb-club-profile-card__progress span.is-72 {
  width: 72%;
}

body.hb-club-split-landing .hb-club-profile-card > p {
  margin: 12px 0 28px;
  color: var(--hb-muted);
  font-size: 14px;
}

body.hb-club-split-landing .hb-club-profile-card__readiness {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.hb-club-split-landing .hb-club-profile-card__readiness article {
  display: grid;
  min-height: 155px;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--hb-line);
  background: #fff;
}

body.hb-club-split-landing .hb-club-profile-card__readiness article > span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-profile-card__readiness .is-ready {
  background: var(--hb-positive-tint);
  color: var(--hb-positive);
}

body.hb-club-split-landing .hb-club-profile-card__readiness .is-progress {
  background: var(--hb-borderline-tint);
  color: var(--hb-borderline);
}

body.hb-club-split-landing .hb-club-profile-card__readiness small {
  color: var(--hb-muted);
  font-size: 12px;
  line-height: 1.4;
}

body.hb-club-split-landing .hb-club-profile-card__steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid var(--hb-line);
}

body.hb-club-split-landing .hb-club-profile-card__steps span {
  min-width: 0;
  padding: 14px 8px 0;
  color: var(--hb-muted);
  font-size: 10px;
  text-align: center;
}

body.hb-club-split-landing .hb-club-profile-card__steps .is-done {
  color: var(--hb-positive);
}

body.hb-club-split-landing .hb-club-profile-card__steps .is-active {
  color: var(--hb-info);
  font-weight: 700;
}

body.hb-club-split-landing .hb-club-analysis-card {
  padding: clamp(20px, 2.5vw, 32px);
  background: #f7f9fb;
}

body.hb-club-split-landing .hb-club-analysis-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

body.hb-club-split-landing .hb-club-analysis-card__head > div {
  display: grid;
  gap: 2px;
}

body.hb-club-split-landing .hb-club-analysis-card__head > div > span {
  color: var(--hb-info);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-analysis-card__head > div > strong {
  color: var(--hb-navy);
  font-family: "Nimbus Roman HB", "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.05;
}

body.hb-club-split-landing .hb-club-analysis-card__head p {
  margin: 4px 0 0;
  color: var(--hb-muted);
  font-size: 12px;
}

body.hb-club-split-landing .hb-club-analysis-card__state {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid #dfc98e;
  border-radius: 999px;
  background: var(--hb-borderline-tint);
  color: var(--hb-borderline);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-analysis-card__workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(210px, .75fr);
  overflow: hidden;
  border: 1px solid var(--hb-line);
  border-radius: 4px;
  background: #fff;
}

body.hb-club-split-landing .hb-club-analysis-card__evidence {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--hb-line);
}

body.hb-club-split-landing .hb-club-analysis-card__evidence > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

body.hb-club-split-landing .hb-club-analysis-card__evidence > header strong {
  font-size: 13px;
}

body.hb-club-split-landing .hb-club-analysis-card__evidence > header small {
  color: var(--hb-muted);
  font-size: 10px;
}

body.hb-club-split-landing .hb-club-analysis-card__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 8px;
}

body.hb-club-split-landing .hb-club-analysis-card__legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--hb-muted);
  font-size: 10px;
}

body.hb-club-split-landing .hb-club-analysis-card__legend span::before {
  width: 18px;
  height: 3px;
  border-radius: 99px;
  content: "";
  background: var(--hb-info);
}

body.hb-club-split-landing .hb-club-analysis-card__legend .is-effort::before {
  background: var(--hb-positive);
}

body.hb-club-split-landing .hb-club-analysis-card__legend .is-terrain::before {
  background: #8799a8;
}

body.hb-club-split-landing .hb-club-analysis-card__chart {
  position: relative;
  height: 250px;
  overflow: hidden;
  border: 1px solid var(--hb-line);
  background: linear-gradient(180deg, #fbfcfd 0%, #f4f7f9 100%);
}

body.hb-club-split-landing .hb-club-analysis-card__chart svg {
  position: absolute;
  inset: 12px 12px 18px;
  width: calc(100% - 24px);
  height: calc(100% - 30px);
}

body.hb-club-split-landing .hb-chart-grid {
  fill: none;
  stroke: #d9e2ea;
  stroke-width: 1;
  opacity: .72;
}

body.hb-club-split-landing .hb-chart-terrain {
  fill: rgba(135, 153, 168, .2);
  stroke: #8799a8;
  stroke-dasharray: 6 5;
  stroke-width: 2;
}

body.hb-club-split-landing .hb-chart-effort,
body.hb-club-split-landing .hb-chart-heart {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

body.hb-club-split-landing .hb-chart-effort {
  stroke: var(--hb-positive);
  stroke-dasharray: 7 5;
}

body.hb-club-split-landing .hb-chart-heart {
  stroke: var(--hb-info);
}

body.hb-club-split-landing .hb-chart-split {
  fill: none;
  stroke: var(--hb-borderline);
  stroke-dasharray: 4 6;
  stroke-width: 2;
}

body.hb-club-split-landing .hb-chart-half {
  position: absolute;
  bottom: 5px;
  color: var(--hb-muted);
  font-size: 9px;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-chart-half--first {
  left: 12px;
}

body.hb-club-split-landing .hb-chart-half--second {
  right: 12px;
}

body.hb-club-split-landing .hb-club-analysis-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  border: 1px solid var(--hb-line);
}

body.hb-club-split-landing .hb-club-analysis-card__metrics article {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-right: 1px solid var(--hb-line);
}

body.hb-club-split-landing .hb-club-analysis-card__metrics article:last-child {
  border-right: 0;
}

body.hb-club-split-landing .hb-club-analysis-card__metrics span {
  color: var(--hb-muted);
  font-size: 9px;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-analysis-card__metrics strong {
  font-size: 11px;
}

body.hb-club-split-landing .hb-club-analysis-card__checks {
  min-width: 0;
  padding: 18px;
  background: #fbfaf8;
}

body.hb-club-split-landing .hb-club-analysis-card__checks > strong {
  font-size: 12px;
}

body.hb-club-split-landing .hb-club-analysis-card__checks dl {
  margin: 12px 0 16px;
}

body.hb-club-split-landing .hb-club-analysis-card__checks dl > div {
  display: grid;
  gap: 3px;
  padding: 11px 0;
  border-bottom: 1px solid var(--hb-line);
}

body.hb-club-split-landing .hb-club-analysis-card__checks dt {
  color: var(--hb-navy);
  font-size: 11px;
  font-weight: 700;
}

body.hb-club-split-landing .hb-club-analysis-card__checks dd {
  position: relative;
  margin: 0;
  padding-left: 15px;
  color: var(--hb-muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-analysis-card__checks dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--hb-neutral);
  transform: translateY(-50%);
}

body.hb-club-split-landing .hb-club-analysis-card__checks dd.is-borderline {
  color: var(--hb-borderline);
}

body.hb-club-split-landing .hb-club-analysis-card__checks dd.is-borderline::before {
  background: var(--hb-borderline);
}

body.hb-club-split-landing .hb-club-analysis-card__rule {
  display: grid;
  gap: 4px;
  padding: 13px;
  border: 1px solid #cfd7de;
  background: var(--hb-neutral-tint);
}

body.hb-club-split-landing .hb-club-analysis-card__rule span {
  color: var(--hb-muted);
  font-size: 9px;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-analysis-card__rule strong {
  color: #394754;
  font-size: 10px;
  line-height: 1.45;
}

body.hb-club-split-landing .hb-club-analysis-card__verdict {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 15px 17px;
  border-left: 3px solid var(--hb-info);
  background: var(--hb-info-tint);
}

body.hb-club-split-landing .hb-club-analysis-card__verdict > span {
  color: var(--hb-info);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-analysis-card__verdict p {
  margin: 0;
  color: #3f5364;
  font-size: 12px;
}

body.hb-club-split-landing .hb-club-tests-card {
  display: grid;
  gap: 9px;
  padding: clamp(20px, 3vw, 34px);
  background: #f8fafb;
}

body.hb-club-split-landing .hb-club-tests-card article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid var(--hb-line);
  background: #fff;
}

body.hb-club-split-landing .hb-club-tests-card article.is-selected {
  border-color: #9bb7cc;
  background: var(--hb-info-tint);
}

body.hb-club-split-landing .hb-club-tests-card article > span {
  color: var(--hb-info);
  font-size: 12px;
  font-weight: 700;
}

body.hb-club-split-landing .hb-club-tests-card article > div {
  display: grid;
  gap: 2px;
}

body.hb-club-split-landing .hb-club-tests-card small,
body.hb-club-split-landing .hb-club-tests-card em {
  color: var(--hb-muted);
  font-size: 11px;
  font-style: normal;
}

body.hb-club-split-landing .hb-club-tests-card em {
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--hb-neutral-tint);
  white-space: nowrap;
}

body.hb-club-split-landing .hb-club-tests-card aside {
  display: grid;
  gap: 5px;
  margin-top: 8px;
  padding: 17px;
  border-left: 3px solid var(--hb-borderline);
  background: var(--hb-borderline-tint);
}

body.hb-club-split-landing .hb-club-tests-card aside span {
  color: #6f5423;
  font-size: 12px;
}

body.hb-club-split-landing .hb-club-calendar {
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
}

body.hb-club-split-landing .hb-club-calendar__days,
body.hb-club-split-landing .hb-club-calendar__week {
  display: grid;
  grid-template-columns: repeat(7, minmax(86px, 1fr));
}

body.hb-club-split-landing .hb-club-calendar__days span {
  padding: 0 8px 10px;
  color: var(--hb-muted);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

body.hb-club-split-landing .hb-club-calendar__week article {
  display: grid;
  min-height: 138px;
  align-content: start;
  gap: 5px;
  padding: 13px 10px;
  border: 1px solid var(--hb-line);
  border-right: 0;
}

body.hb-club-split-landing .hb-club-calendar__week article:last-child {
  border-right: 1px solid var(--hb-line);
}

body.hb-club-split-landing .hb-club-calendar__week small,
body.hb-club-split-landing .hb-club-calendar__week span {
  color: var(--hb-muted);
  font-size: 10px;
}

body.hb-club-split-landing .hb-club-calendar__week article.is-run {
  background: var(--hb-info-tint);
}

body.hb-club-split-landing .hb-club-calendar__week article.is-quality {
  background: var(--hb-borderline-tint);
}

body.hb-club-split-landing .hb-club-calendar__week article.is-long {
  background: var(--hb-positive-tint);
}

body.hb-club-split-landing .hb-club-calendar__week article.is-rest {
  background: #f7f8f9;
}

body.hb-club-split-landing .hb-club-calendar > aside {
  display: grid;
  grid-template-columns: auto auto minmax(180px, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 15px 17px;
  background: var(--hb-navy);
  color: #fff;
}

body.hb-club-split-landing .hb-club-calendar > aside span,
body.hb-club-split-landing .hb-club-calendar > aside small {
  color: #cbd8e4;
  font-size: 11px;
}

body.hb-club-split-landing .hb-club-calendar > aside strong {
  color: #fff;
}

body.hb-club-split-landing .hb-club-coach-card {
  padding: clamp(24px, 4vw, 48px);
  background: #f7f9fb;
}

body.hb-club-split-landing .hb-club-coach-card__question {
  width: min(82%, 520px);
  margin: 0 0 20px auto;
  padding: 16px 18px;
  border-radius: 14px 14px 2px 14px;
  background: var(--hb-navy);
  color: #fff;
  font-size: 15px;
}

body.hb-club-split-landing .hb-club-coach-card__answer {
  display: grid;
  gap: 9px;
  width: min(92%, 610px);
  padding: 22px;
  border: 1px solid var(--hb-line);
  border-radius: 2px 14px 14px 14px;
  background: #fff;
}

body.hb-club-split-landing .hb-club-coach-card__answer > span {
  color: var(--hb-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-coach-card__answer p {
  margin: 0;
  color: var(--hb-muted);
  font-size: 13px;
}

body.hb-club-split-landing .hb-club-coach-card__depth {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

body.hb-club-split-landing .hb-club-coach-card__depth span {
  padding: 7px 10px;
  border: 1px solid var(--hb-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hb-muted);
  font-size: 11px;
}

body.hb-club-split-landing .hb-club-coach-card__depth span.is-active {
  border-color: #9bb7cc;
  background: var(--hb-info-tint);
  color: var(--hb-info);
}

body.hb-club-split-landing .hb-club-home-card {
  padding: clamp(22px, 3vw, 38px);
  background: #f8fafb;
}

body.hb-club-split-landing .hb-club-home-card__today {
  min-height: 170px;
  padding: 25px;
  background: var(--hb-navy);
  color: #fff;
}

body.hb-club-split-landing .hb-club-home-card__today > span,
body.hb-club-split-landing .hb-club-home-card__today p {
  color: #cad7e3;
}

body.hb-club-split-landing .hb-club-home-card__today > span {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-home-card__today strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font: 700 clamp(25px, 2.6vw, 38px)/1.05 "Nimbus Roman HB", serif;
}

body.hb-club-split-landing .hb-club-home-card__today p {
  margin: 11px 0 0;
  font-size: 13px;
}

body.hb-club-split-landing .hb-club-home-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: var(--hb-line);
}

body.hb-club-split-landing .hb-club-home-card__grid article {
  display: grid;
  min-height: 128px;
  align-content: start;
  gap: 5px;
  padding: 18px;
  background: #fff;
}

body.hb-club-split-landing .hb-club-home-card__grid span,
body.hb-club-split-landing .hb-club-home-card__grid small {
  color: var(--hb-muted);
  font-size: 11px;
}

body.hb-club-split-landing .hb-club-home-card__grid strong {
  font-size: 20px;
}

body.hb-club-split-landing .hb-club-landing__membership {
  padding: clamp(94px, 10vw, 150px) 0;
  background: #fbfaf8;
}

body.hb-club-split-landing .hb-club-landing__membership-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
  margin-bottom: 48px;
}

body.hb-club-split-landing .hb-club-landing__membership-head > p {
  margin: 0;
  color: var(--hb-muted);
  font-size: 17px;
}

body.hb-club-split-landing .hb-club-membership-table {
  overflow-x: auto;
  border: 1px solid var(--hb-line);
  background: #fff;
  overscroll-behavior-x: contain;
}

body.hb-club-split-landing .hb-club-membership-table table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
}

body.hb-club-split-landing .hb-club-membership-table :is(th, td) {
  padding: 19px 22px;
  border-bottom: 1px solid var(--hb-line);
  text-align: left;
}

body.hb-club-split-landing .hb-club-membership-table thead th {
  background: var(--hb-navy);
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.hb-club-split-landing .hb-club-membership-table tbody th {
  color: var(--hb-navy);
}

body.hb-club-split-landing .hb-club-membership-table tbody td {
  color: var(--hb-muted);
}

body.hb-club-split-landing .hb-club-membership-table tr:last-child :is(th, td) {
  border-bottom: 0;
}

body.hb-club-split-landing .hb-club-landing__closing {
  padding: clamp(90px, 10vw, 150px) 0;
  background: #08274a;
  color: #dce6ef;
}

body.hb-club-split-landing .hb-club-landing__closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
  align-items: end;
  gap: clamp(48px, 8vw, 130px);
}

body.hb-club-split-landing .hb-club-landing__closing h2 {
  margin: 0;
  color: #fff;
}

body.hb-club-split-landing .hb-club-landing__closing-grid > div:last-child > p {
  margin: 0 0 28px;
  color: #c8d5e1;
  font-size: 18px;
}

body.hb-club-split-landing .hb-club-landing__closing .hb-club-landing__cta--secondary {
  border-color: #dce6ef;
  background: transparent;
  color: #fff;
}

/* Read-only registration demo. */
body.hb-club-split-registration .hb-club-form-preview {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 96px;
}

body.hb-club-split-registration .hb-club-form-preview__header {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--hb-line);
  border-radius: 8px;
  background: var(--hb-subtle);
}

body.hb-club-split-registration .hb-club-form-preview__header h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.8vw, 64px);
  letter-spacing: -.035em;
  line-height: 1;
}

body.hb-club-split-registration .hb-club-form-preview__header > p:not(.hb-club-form-preview__eyebrow) {
  max-width: 800px;
  color: var(--hb-muted);
  font-size: 18px;
}

body.hb-club-split-registration .hb-club-form-preview__notice {
  max-width: 900px;
  margin-top: 25px;
  padding: 17px 20px;
  border-left: 3px solid var(--hb-info);
  background: var(--hb-info-tint);
  color: #29465f;
}

body.hb-club-split-registration .hb-club-form-preview__nav {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  margin: 18px 0 0;
  padding: 10px 0 14px;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--hb-neutral) transparent;
}

body.hb-club-split-registration .hb-club-form-preview__nav a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--hb-line);
  border-radius: 999px;
  background: var(--hb-surface);
  color: var(--hb-navy);
  font-size: 14px;
  font-weight: 700;
  scroll-snap-align: start;
  text-decoration: none;
}

body.hb-club-split-registration .hb-club-form-preview__legend {
  margin: 20px 0 46px;
  color: var(--hb-muted);
  font-size: 14px;
}

body.hb-club-split-registration .hb-club-form-preview__surface {
  margin-top: 52px;
}

body.hb-club-split-registration .hb-club-form-preview__surface > h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.7vw, 36px);
}

body.hb-club-split-registration .hb-club-form-preview__surface > p {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--hb-muted);
}

body.hb-club-split-registration .hb-club-form-preview details {
  margin: 10px 0;
  border: 1px solid var(--hb-line);
  border-radius: 6px;
  background: var(--hb-surface);
  scroll-margin-top: 110px;
}

body.hb-club-split-registration .hb-club-form-preview summary {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 16px 54px 16px 19px;
  color: var(--hb-navy);
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
  touch-action: manipulation;
}

body.hb-club-split-registration .hb-club-form-preview summary::-webkit-details-marker {
  display: none;
}

body.hb-club-split-registration .hb-club-form-preview summary::after {
  position: absolute;
  right: 20px;
  color: var(--hb-info);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

body.hb-club-split-registration .hb-club-form-preview details[open] {
  border-color: #b8ccdd;
  box-shadow: 0 18px 44px rgba(7, 21, 37, .07);
}

body.hb-club-split-registration .hb-club-form-preview details[open] > summary {
  border-bottom: 1px solid var(--hb-line);
  background: var(--hb-info-tint);
}

body.hb-club-split-registration .hb-club-form-preview details[open] > summary::after {
  content: "−";
}

body.hb-club-split-registration .hb-club-form-preview details > p,
body.hb-club-split-registration .hb-club-form-preview details > aside {
  margin: 18px 20px 0;
  color: var(--hb-muted);
}

body.hb-club-split-registration .hb-club-form-preview details > aside {
  padding: 14px 16px;
  border-left: 3px solid var(--hb-borderline);
  background: var(--hb-borderline-tint);
  color: #5f491d;
}

body.hb-club-split-registration .hb-club-form-preview__fields {
  display: grid;
  max-height: min(58dvh, 690px);
  overflow-y: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0 20px 20px;
  list-style: none;
  overscroll-behavior: contain;
  scrollbar-color: var(--hb-neutral) transparent;
}

body.hb-club-split-registration .hb-club-form-preview__fields li {
  position: relative;
  min-width: 0;
  padding: 15px 18px 15px 22px;
  border-bottom: 1px solid var(--hb-line);
}

body.hb-club-split-registration .hb-club-form-preview__fields li::before {
  position: absolute;
  top: 21px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hb-neutral);
  content: "";
}

body.hb-club-split-registration .hb-club-form-preview__fields li[data-presence="required"]::before {
  background: var(--hb-red);
}

body.hb-club-split-registration .hb-club-form-preview__fields li[data-presence="conditional"]::before {
  background: var(--hb-borderline);
}

body.hb-club-split-registration .hb-club-form-preview__fields strong,
body.hb-club-split-registration .hb-club-form-preview__fields span {
  display: block;
}

body.hb-club-split-registration .hb-club-form-preview__fields strong {
  margin-bottom: 4px;
  font-size: 15px;
}

body.hb-club-split-registration .hb-club-form-preview__fields span {
  color: var(--hb-muted);
  font-size: 13px;
  line-height: 1.48;
}

body.hb-club-split-registration .hb-club-form-preview__footer {
  margin-top: 52px;
  padding: 24px;
  border-top: 1px solid var(--hb-line);
  background: var(--hb-subtle);
}

body.hb-club-split-registration .hb-club-form-preview__footer p {
  margin: 0 0 8px;
}

body.hb-club-split-registration .hb-club-form-preview__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 0;
  font-weight: 700;
}

/* Read-only analysis demo. */
body.hb-club-split-analysis .hb-club-analysis-demo {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 96px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__header {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--hb-line);
  border-radius: 8px;
  background: var(--hb-subtle);
}

body.hb-club-split-analysis .hb-club-analysis-demo__status {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 0 20px;
  padding: 6px 10px;
  border: 1px solid var(--hb-line);
  border-radius: 999px;
  background: var(--hb-surface);
  color: var(--hb-muted);
  font-size: 12.5px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__eyebrow,
body.hb-club-split-analysis .hb-club-analysis-demo__kicker {
  margin: 0 0 12px;
  color: var(--hb-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.hb-club-split-analysis .hb-club-analysis-demo__header h1 {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: clamp(42px, 5.2vw, 68px);
  letter-spacing: -.04em;
  line-height: 1;
}

body.hb-club-split-analysis .hb-club-analysis-demo__header > p:not(.hb-club-analysis-demo__status, .hb-club-analysis-demo__eyebrow) {
  max-width: 820px;
  color: var(--hb-muted);
  font-size: 18px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__header > aside {
  max-width: 900px;
  margin: 24px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--hb-info);
  background: var(--hb-info-tint);
  color: #29465f;
}

body.hb-club-split-analysis .hb-club-analysis-demo nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
  border: 1px solid var(--hb-navy);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

body.hb-club-split-analysis .hb-club-analysis-demo__cta--primary {
  border-color: var(--hb-red);
  background: var(--hb-red);
  color: #fff;
}

body.hb-club-split-analysis .hb-club-analysis-demo__cta--secondary {
  background: var(--hb-surface);
  color: var(--hb-navy);
}

body.hb-club-split-analysis .hb-club-analysis-demo > section,
body.hb-club-split-analysis .hb-club-analysis-demo__footer {
  padding: 72px 0;
  border-bottom: 1px solid var(--hb-line);
}

body.hb-club-split-analysis .hb-club-analysis-demo > section h2 {
  max-width: 900px;
  margin: 0 0 20px;
  font-size: clamp(32px, 3.5vw, 50px);
  letter-spacing: -.025em;
  line-height: 1.04;
}

body.hb-club-split-analysis .hb-club-analysis-demo__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 34px 0 28px;
  border-block: 1px solid var(--hb-line);
  background: var(--hb-surface);
}

body.hb-club-split-analysis .hb-club-analysis-demo__metrics > div {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--hb-line);
}

body.hb-club-split-analysis .hb-club-analysis-demo__metrics > div:nth-child(4n) {
  border-right: 0;
}

body.hb-club-split-analysis .hb-club-analysis-demo__metrics dt {
  margin-bottom: 6px;
  color: var(--hb-muted);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.hb-club-split-analysis .hb-club-analysis-demo__metrics dd {
  margin: 0;
  color: var(--hb-navy);
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 700;
}

body.hb-club-split-analysis .hb-club-analysis-demo table {
  width: 100%;
  border-collapse: collapse;
  background: var(--hb-surface);
  white-space: nowrap;
}

body.hb-club-split-analysis .hb-club-analysis-demo__table-scroll {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

body.hb-club-split-analysis .hb-club-analysis-demo caption {
  padding: 13px 15px;
  color: var(--hb-navy);
  font-weight: 700;
  text-align: left;
}

body.hb-club-split-analysis .hb-club-analysis-demo :is(th, td) {
  padding: 13px 15px;
  border-bottom: 1px solid var(--hb-line);
  text-align: left;
}

body.hb-club-split-analysis .hb-club-analysis-demo thead th {
  background: var(--hb-pale);
  color: var(--hb-navy);
}

body.hb-club-split-analysis .hb-club-analysis-demo__boundaries {
  padding-inline: clamp(18px, 4vw, 48px) !important;
  background: var(--hb-borderline-tint);
}

body.hb-club-split-analysis .hb-club-analysis-demo__boundaries ul {
  display: grid;
  gap: 9px;
  max-width: 900px;
  padding-left: 22px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 44px;
  padding: 0;
  list-style: none;
}

body.hb-club-split-analysis .hb-club-analysis-demo__legend li {
  padding: 14px 16px;
  border: 1px solid var(--hb-line);
  border-radius: 5px;
  background: var(--hb-surface);
  color: var(--hb-muted);
  font-size: 13px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__family {
  margin: 28px 0 0;
}

body.hb-club-split-analysis .hb-club-analysis-demo__family > h3 {
  margin: 0 0 6px;
  font-size: clamp(23px, 2.5vw, 32px);
}

body.hb-club-split-analysis .hb-club-analysis-demo__family > p {
  margin: 0 0 13px;
  color: var(--hb-muted);
}

body.hb-club-split-analysis .hb-club-analysis-demo__family details {
  border: 1px solid var(--hb-line);
  border-radius: 6px;
  background: var(--hb-surface);
  scroll-margin-top: 110px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__family summary {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 15px 54px 15px 18px;
  color: var(--hb-navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}

body.hb-club-split-analysis .hb-club-analysis-demo__family summary::-webkit-details-marker {
  display: none;
}

body.hb-club-split-analysis .hb-club-analysis-demo__family summary::after {
  position: absolute;
  right: 19px;
  color: var(--hb-info);
  content: "+";
  font-size: 23px;
  font-weight: 400;
}

body.hb-club-split-analysis .hb-club-analysis-demo__family details[open] > summary {
  border-bottom: 1px solid var(--hb-line);
  background: var(--hb-info-tint);
}

body.hb-club-split-analysis .hb-club-analysis-demo__family details[open] > summary::after {
  content: "−";
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list {
  display: grid;
  max-height: min(62dvh, 760px);
  overflow-y: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  overscroll-behavior: contain;
  scrollbar-color: var(--hb-neutral) transparent;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list article {
  min-width: 0;
  padding: 19px;
  border: 1px solid var(--hb-line);
  border-left: 4px solid var(--hb-info);
  border-radius: 5px;
  background: var(--hb-surface);
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list article[data-semantic-token="neutral"] {
  border-left-color: var(--hb-neutral);
  background: var(--hb-neutral-tint);
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list article[data-semantic-token="unavailable"] {
  border-left-color: #68727c;
  background: #f0f2f4;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list article[data-semantic-token="positive"] {
  border-left-color: var(--hb-positive);
  background: var(--hb-positive-tint);
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list article[data-semantic-token="negative"] {
  border-left-color: var(--hb-negative);
  background: var(--hb-negative-tint);
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list header > p:first-child {
  margin: 0 0 7px;
  color: var(--hb-muted);
  font-size: 12.5px;
  letter-spacing: .06em;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list h4 {
  margin: 0 0 6px;
  font-size: 20px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list header > p:last-child {
  margin: 0 0 13px;
  color: var(--hb-info);
  font-size: 13px;
  font-weight: 700;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list article[data-semantic-token="neutral"] header > p:last-child,
body.hb-club-split-analysis .hb-club-analysis-demo__module-list article[data-semantic-token="unavailable"] header > p:last-child {
  color: #4f5963;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list article > p {
  margin: 10px 0 0;
  color: #364958;
  font-size: 14px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 13px 0;
  border-block: 1px solid var(--hb-line);
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list dl > div {
  padding: 10px 8px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list dt {
  color: var(--hb-muted);
  font-size: 12.5px;
  text-transform: uppercase;
}

body.hb-club-split-analysis .hb-club-analysis-demo__module-list dd {
  margin: 3px 0 0;
  color: var(--hb-navy);
  font-size: 14px;
  font-weight: 700;
}

body.hb-club-split-analysis .hb-club-analysis-demo__footer {
  border-bottom: 0;
  background: var(--hb-subtle);
  padding-inline: 24px;
}

body.hb-club-split-analysis .hb-club-analysis-demo__footer > p {
  margin-top: 0;
}

/* Shared compact project navigation supplied by the route controller. */
body.hb-club-split-v03 .hb-club-route-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  gap: 8px;
  padding: 7px max(14px, env(safe-area-inset-left)) 7px max(14px, env(safe-area-inset-right));
  border-bottom: 1px solid var(--hb-line);
  background: rgba(251, 250, 248, .95);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

body.admin-bar.hb-club-split-v03 .hb-club-route-nav {
  top: 32px;
}

body.hb-club-split-v03 .hb-club-route-nav::-webkit-scrollbar {
  display: none;
}

body.hb-club-split-v03 .hb-club-route-nav a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--hb-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.hb-club-split-v03 .hb-club-route-nav a[aria-current="page"] {
  background: var(--hb-info-tint);
  color: var(--hb-info);
}

body.hb-club-split-v03 .hb-club-route-nav .hb-club-route-nav__join {
  border: 1px solid var(--hb-navy);
  background: var(--hb-navy);
  color: #ffffff;
}

@media (max-width: 1180px) {
  body.hb-club-split-landing .hb-club-shell {
    width: min(calc(100% - 48px), 1440px);
  }

  body.hb-club-split-landing .hb-club-landing__hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
    gap: 42px;
  }

  body.hb-club-split-landing .hb-club-landing__hero h1 {
    font-size: clamp(50px, 5vw, 66px);
  }

  body.hb-club-split-landing .hb-club-landing__feature-grid {
    grid-template-columns: minmax(300px, .8fr) minmax(450px, 1.2fr);
    gap: 48px;
  }

  body.hb-club-split-landing .hb-club-landing__feature-copy h2,
  body.hb-club-split-landing .hb-club-landing__membership h2,
  body.hb-club-split-landing .hb-club-landing__closing h2 {
    font-size: clamp(40px, 4.7vw, 58px);
  }
}

@media (max-width: 1060px) {
  body.hb-club-split-landing .hb-club-landing__hero {
    min-height: 0;
  }

  body.hb-club-split-landing .hb-club-landing__hero::after {
    display: none;
  }

  body.hb-club-split-landing .hb-club-landing__hero-grid,
  body.hb-club-split-landing .hb-club-landing__feature-grid,
  body.hb-club-split-landing .hb-club-landing__manifesto-grid,
  body.hb-club-split-landing .hb-club-landing__membership-head,
  body.hb-club-split-landing .hb-club-landing__closing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.hb-club-split-landing .hb-club-landing__hero-grid {
    gap: 0;
  }

  body.hb-club-split-landing .hb-club-landing__hero-copy {
    max-width: 760px;
    padding: 72px 0 18px;
  }

  body.hb-club-split-landing .hb-club-landing__hero-art {
    min-height: 520px;
  }

  body.hb-club-split-landing .hb-club-landing__hero-art::before {
    inset: 0 -60px 0 -110px;
    background-position: right bottom;
    background-size: auto 104%;
  }

  body.hb-club-split-landing .hb-club-landing__hero-note {
    right: 0;
    bottom: 20px;
  }

  body.hb-club-split-landing .hb-club-landing__manifesto-grid {
    align-items: start;
    gap: 24px;
  }

  body.hb-club-split-landing .hb-club-landing__manifesto-grid > p:last-child {
    max-width: 760px;
  }

  body.hb-club-split-landing .hb-club-landing__feature-grid {
    gap: 46px;
  }

  body.hb-club-split-landing .hb-club-landing__feature-grid--reverse .hb-club-landing__feature-copy,
  body.hb-club-split-landing .hb-club-landing__feature-grid--reverse .hb-club-window {
    grid-column: 1;
  }

  body.hb-club-split-landing .hb-club-landing__feature-grid--reverse .hb-club-landing__feature-copy {
    grid-row: 1;
  }

  body.hb-club-split-landing .hb-club-landing__feature-grid--reverse .hb-club-window {
    grid-row: 2;
  }

  body.hb-club-split-landing .hb-club-landing__feature-copy {
    max-width: 780px;
  }

  body.hb-club-split-landing .hb-club-landing__membership-head,
  body.hb-club-split-landing .hb-club-landing__closing-grid {
    align-items: start;
    gap: 30px;
  }
}

@media (max-width: 782px) {
  body.admin-bar.hb-club-split-v03 .hb-club-route-nav {
    top: 46px;
  }
}

@media (max-width: 680px) {
  body.hb-club-split-v03 .hb-club-standalone {
    font-size: 16px;
  }

  body.hb-club-split-landing .hb-club-shell {
    width: min(calc(100% - 32px), 1440px);
  }

  body.hb-club-split-landing .hb-club-landing__hero-copy {
    padding: 52px 0 14px;
  }

  body.hb-club-split-landing .hb-club-landing__hero h1 {
    margin-bottom: 23px;
    font-size: clamp(34px, 10.2vw, 46px);
    line-height: .97;
  }

  body.hb-club-split-landing .hb-club-landing__lead {
    margin-bottom: 27px;
    font-size: 17px;
  }

  body.hb-club-split-landing .hb-club-landing__actions {
    display: grid;
  }

  body.hb-club-split-landing .hb-club-landing__cta {
    width: 100%;
    min-height: 52px;
    padding-inline: 16px;
  }

  body.hb-club-split-landing .hb-club-landing__hero-art {
    min-height: 380px;
  }

  body.hb-club-split-landing .hb-club-landing__hero-art::before {
    inset: 0 -44px 0 -72px;
    background-position: 70% bottom;
    background-size: auto 104%;
  }

  body.hb-club-split-landing .hb-club-landing__hero-note {
    right: 0;
    bottom: 12px;
    min-width: 0;
    max-width: 100%;
    padding: 12px 14px;
  }

  body.hb-club-split-landing .hb-club-landing__hero-note span {
    font-size: 11px;
  }

  body.hb-club-split-landing .hb-club-landing__manifesto,
  body.hb-club-split-landing .hb-club-landing__feature,
  body.hb-club-split-landing .hb-club-landing__membership,
  body.hb-club-split-landing .hb-club-landing__closing {
    padding: 66px 0;
  }

  body.hb-club-split-landing .hb-club-landing__manifesto h2,
  body.hb-club-split-landing .hb-club-landing__feature-copy h2,
  body.hb-club-split-landing .hb-club-landing__membership h2,
  body.hb-club-split-landing .hb-club-landing__closing h2 {
    font-size: clamp(36px, 10.2vw, 48px);
    line-height: 1;
  }

  body.hb-club-split-landing .hb-club-landing__manifesto-grid > p:last-child,
  body.hb-club-split-landing .hb-club-landing__feature-copy > p:not(.hb-club-landing__status, .hb-club-landing__kicker),
  body.hb-club-split-landing .hb-club-landing__membership-head > p,
  body.hb-club-split-landing .hb-club-landing__closing-grid > div:last-child > p {
    font-size: 16px;
  }

  body.hb-club-split-landing .hb-club-landing__feature-grid {
    gap: 34px;
  }

  body.hb-club-split-landing .hb-club-window {
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(7, 21, 37, .1);
  }

  body.hb-club-split-landing .hb-club-window__bar {
    min-height: 52px;
    padding: 11px 14px;
  }

  body.hb-club-split-landing .hb-club-window__bar span {
    font-size: 12.5px;
  }

  body.hb-club-split-landing .hb-club-window__bar small {
    font-size: 10.5px;
  }

  body.hb-club-split-landing .hb-club-profile-card__readiness {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-landing .hb-club-profile-card__readiness article {
    min-height: 0;
  }

  body.hb-club-split-landing .hb-club-profile-card__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 0;
  }

  body.hb-club-split-landing .hb-club-analysis-card__head {
    display: grid;
    gap: 12px;
  }

  body.hb-club-split-landing .hb-club-analysis-card__state {
    justify-self: start;
  }

  body.hb-club-split-landing .hb-club-analysis-card__workspace {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-landing .hb-club-analysis-card__evidence {
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--hb-line);
  }

  body.hb-club-split-landing .hb-club-analysis-card__checks {
    padding: 14px;
  }

  body.hb-club-split-landing .hb-club-analysis-card__chart {
    height: 200px;
  }

  body.hb-club-split-landing .hb-club-tests-card article {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  body.hb-club-split-landing .hb-club-tests-card article em {
    grid-column: 2;
    justify-self: start;
  }

  body.hb-club-split-landing .hb-club-calendar {
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  body.hb-club-split-landing .hb-club-calendar__days,
  body.hb-club-split-landing .hb-club-calendar__week,
  body.hb-club-split-landing .hb-club-calendar > aside {
    min-width: 660px;
  }

  body.hb-club-split-landing .hb-club-coach-card__question,
  body.hb-club-split-landing .hb-club-coach-card__answer {
    width: 100%;
  }

  body.hb-club-split-landing .hb-club-home-card__grid {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-landing .hb-club-home-card__grid article {
    min-height: 0;
  }

  body.hb-club-split-landing .hb-club-membership-table :is(th, td) {
    padding: 16px;
  }

  body.hb-club-split-landing .hb-club-landing__status {
    margin-bottom: 17px;
  }

  body.hb-club-split-landing .hb-club-landing__section,
  body.hb-club-split-registration .hb-club-form-preview,
  body.hb-club-split-analysis .hb-club-analysis-demo {
    width: min(100% - 28px, 1180px);
  }

  body.hb-club-split-landing .hb-club-landing__section {
    padding: 58px 0;
  }

  body.hb-club-split-landing .hb-club-landing__section h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  body.hb-club-split-landing .hb-club-landing__cards,
  body.hb-club-split-registration .hb-club-form-preview__fields {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-registration .hb-club-form-preview {
    padding: 36px 0 72px;
  }

  body.hb-club-split-registration .hb-club-form-preview__header {
    padding: 27px 20px;
  }

  body.hb-club-split-registration .hb-club-form-preview__header h1 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  body.hb-club-split-registration .hb-club-form-preview__header > p:not(.hb-club-form-preview__eyebrow) {
    font-size: 16px;
  }

  body.hb-club-split-registration .hb-club-form-preview__fields {
    max-height: min(52dvh, 520px);
    padding-inline: 12px;
  }

  body.hb-club-split-registration .hb-club-form-preview details > p,
  body.hb-club-split-registration .hb-club-form-preview details > aside {
    margin-inline: 14px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo {
    padding: 36px 0 72px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__header {
    padding: 27px 20px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__header h1 {
    font-size: clamp(35px, 10.5vw, 47px);
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__header > p:not(.hb-club-analysis-demo__status, .hb-club-analysis-demo__eyebrow) {
    font-size: 16px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo nav {
    display: grid;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__cta {
    width: 100%;
    min-height: 48px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo > section,
  body.hb-club-split-analysis .hb-club-analysis-demo__footer {
    padding: 54px 0;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__metrics,
  body.hb-club-split-analysis .hb-club-analysis-demo__legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__module-list {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__metrics > div:nth-child(4n) {
    border-right: 1px solid var(--hb-line);
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__metrics > div:nth-child(2n) {
    border-right: 0;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__module-list {
    max-height: min(57dvh, 610px);
    gap: 9px;
    padding: 10px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__module-list article {
    padding: 15px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__module-list header > p:first-child,
  body.hb-club-split-analysis .hb-club-analysis-demo__module-list dt {
    font-size: 12.5px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__module-list dl {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-v03 .hb-club-route-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 360px) {
  body.hb-club-split-landing .hb-club-shell {
    width: min(calc(100% - 24px), 1440px);
  }

  body.hb-club-split-landing .hb-club-landing__hero-copy {
    padding-top: 42px;
  }

  body.hb-club-split-landing .hb-club-landing__hero h1 {
    font-size: clamp(31px, 9.7vw, 36px);
  }

  body.hb-club-split-landing .hb-club-landing__hero-art {
    min-height: 330px;
  }

  body.hb-club-split-landing .hb-club-landing__hero-note {
    display: none;
  }

  body.hb-club-split-landing .hb-club-landing__facts {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-landing .hb-club-landing__facts li,
  body.hb-club-split-landing .hb-club-landing__facts li + li {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--hb-line);
  }

  body.hb-club-split-landing .hb-club-landing__facts li:last-child {
    border-bottom: 0;
  }

  body.hb-club-split-landing .hb-club-analysis-card,
  body.hb-club-split-landing .hb-club-profile-card,
  body.hb-club-split-landing .hb-club-tests-card,
  body.hb-club-split-landing .hb-club-coach-card,
  body.hb-club-split-landing .hb-club-home-card {
    padding: 16px;
  }

  body.hb-club-split-landing .hb-club-analysis-card__evidence {
    padding: 12px;
  }

  body.hb-club-split-landing .hb-club-analysis-card__evidence > header {
    display: grid;
    gap: 3px;
  }

  body.hb-club-split-landing .hb-club-analysis-card__chart {
    height: 178px;
  }

  body.hb-club-split-landing .hb-club-analysis-card__metrics {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-landing .hb-club-analysis-card__metrics article {
    border-right: 0;
    border-bottom: 1px solid var(--hb-line);
  }

  body.hb-club-split-landing .hb-club-analysis-card__metrics article:last-child {
    border-bottom: 0;
  }

  body.hb-club-split-registration .hb-club-form-preview summary {
    padding-left: 14px;
    font-size: 15px;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__metrics,
  body.hb-club-split-analysis .hb-club-analysis-demo__legend,
  body.hb-club-split-analysis .hb-club-analysis-demo__module-list {
    grid-template-columns: 1fr;
  }

  body.hb-club-split-analysis .hb-club-analysis-demo__metrics > div,
  body.hb-club-split-analysis .hb-club-analysis-demo__metrics > div:nth-child(2n),
  body.hb-club-split-analysis .hb-club-analysis-demo__metrics > div:nth-child(4n) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.hb-club-split-v03 .hb-club-standalone *,
  body.hb-club-split-v03 .hb-club-standalone *::before,
  body.hb-club-split-v03 .hb-club-standalone *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  body.hb-club-split-v03 .hb-club-standalone * {
    forced-color-adjust: auto;
  }
}
