/* /Components/CoachSection.razor.rz.scp.css */
.coach-section[b-c3wwl1e0fz] {
  background: var(--bg-band);
  border-bottom: 1px solid var(--line);
}

.coach-grid[b-c3wwl1e0fz] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 6.4rem;
  align-items: start;
}

.coach-intro[b-c3wwl1e0fz] {
  margin-top: 2rem;
  max-width: 46rem;
  font-size: 1.7rem;
}

/* Numbered points */
.coach-points[b-c3wwl1e0fz] {
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.coach-points li[b-c3wwl1e0fz] {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}

.pt-idx[b-c3wwl1e0fz] {
  flex: none;
  padding-top: 0.3rem;
  color: var(--accent);
}

.coach-points p[b-c3wwl1e0fz] {
  margin-top: 0.4rem;
  font-size: 1.5rem;
}

/* ---------- Report card ---------- */

.report-card[b-c3wwl1e0fz] {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  overflow: hidden;
}

/* The report is the page's hero artifact — its data labels get one step
   more size and brightness than the ambient mono voice. */
.report-card .mono-tag[b-c3wwl1e0fz] {
  font-size: 1.25rem;
  color: var(--text-dim);
}

.report-card .mono-tag.accent[b-c3wwl1e0fz] {
  color: var(--accent);
}

.report-head[b-c3wwl1e0fz] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid var(--line);
}

.report-score[b-c3wwl1e0fz] {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 3.2rem 2.4rem;
}

.score-figure[b-c3wwl1e0fz] {
  position: relative;
  flex: none;
  width: 16rem;
  aspect-ratio: 1;
}

.score-arc[b-c3wwl1e0fz] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sa-track[b-c3wwl1e0fz] {
  stroke: var(--line-strong);
  stroke-width: 4;
}

.sa-value[b-c3wwl1e0fz] {
  stroke: var(--accent);
  stroke-width: 6;
  stroke-linecap: round;
  /* pathLength=100: 82 % arc starting at 12 o'clock */
  stroke-dasharray: 82 18;
  stroke-dashoffset: 25;
}

.score-number[b-c3wwl1e0fz] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.score-big[b-c3wwl1e0fz] {
  font-size: 5.6rem;
  font-weight: 680;
  letter-spacing: -0.04em;
  line-height: 1;
}

.score-meta[b-c3wwl1e0fz] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.score-delta[b-c3wwl1e0fz] {
  color: var(--accent);
}

.score-bars[b-c3wwl1e0fz] {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.bar-row[b-c3wwl1e0fz] {
  display: grid;
  grid-template-columns: 10.4rem 1fr auto;
  align-items: center;
  gap: 1.2rem;
}

.bar-row .mono-tag[b-c3wwl1e0fz] {
  white-space: nowrap;
}

.bar-track[b-c3wwl1e0fz] {
  display: block;
  height: 4px;
  background: var(--line);
  position: relative;
}

.bar-fill[b-c3wwl1e0fz] {
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--accent);
}

.report-card .bar-val[b-c3wwl1e0fz] {
  color: var(--text);
}

.report-quote[b-c3wwl1e0fz] {
  padding: 2rem 2.4rem 2.4rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.report-quote p[b-c3wwl1e0fz] {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text);
}

/* ---------- Rank strip ---------- */

.rank-strip[b-c3wwl1e0fz] {
  margin-top: 6.4rem;
  border-top: 1px solid var(--line);
  padding-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.rank-strip-label[b-c3wwl1e0fz] {
  flex: none;
}

.rank-track[b-c3wwl1e0fz] {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  position: relative;
}

.rank-item[b-c3wwl1e0fz] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  opacity: 0.55;
}

.rank-item.is-current[b-c3wwl1e0fz] {
  opacity: 1;
}

.rank-item.is-current small[b-c3wwl1e0fz] {
  color: var(--text);
}

.rank-item[b-c3wwl1e0fz]  .rank-shield {
  width: 3.2rem;
  height: auto;
  display: block;
}

.rank-item.is-current[b-c3wwl1e0fz]  .rank-shield {
  width: 4rem;
}

.rank-item small[b-c3wwl1e0fz] {
  font-family: var(--font-mono);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .coach-grid[b-c3wwl1e0fz] {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}

@media (max-width: 720px) {
  .report-score[b-c3wwl1e0fz] {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
    padding: 2.4rem 2rem;
  }

  .score-figure[b-c3wwl1e0fz] {
    align-self: center;
  }

  .report-head[b-c3wwl1e0fz],
  .report-quote[b-c3wwl1e0fz] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bar-row[b-c3wwl1e0fz] {
    grid-template-columns: 10.4rem 1fr auto;
  }

  .rank-strip[b-c3wwl1e0fz] {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .rank-track[b-c3wwl1e0fz] {
    width: 100%;
    gap: 0.6rem;
  }

  .rank-item[b-c3wwl1e0fz]  .rank-shield {
    width: 2.6rem;
  }

  .rank-item.is-current[b-c3wwl1e0fz]  .rank-shield {
    width: 3.2rem;
  }

  .rank-item small[b-c3wwl1e0fz] {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
  }
}
/* /Components/CommunitySection.razor.rz.scp.css */
.community-section[b-zbvp4lm1if] {
  background: var(--bg-band);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.community-grid[b-zbvp4lm1if] {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 6.4rem;
  align-items: center;
}

.community-intro[b-zbvp4lm1if] {
  margin-top: 2rem;
  max-width: 46rem;
  font-size: 1.7rem;
}

.community-visual[b-zbvp4lm1if] {
  position: relative;
  display: flex;
  justify-content: center;
}

.community-visual[b-zbvp4lm1if]  .phone {
  width: min(27rem, 70vw);
  transform: translateX(3.2rem) rotate(2deg);
}

/* ---------- Designed leaderboard artifact ---------- */

.lb-card[b-zbvp4lm1if] {
  position: absolute;
  left: 0;
  bottom: 3.2rem;
  z-index: 3;
  width: 27rem;
  background: var(--panel-raise);
  border: 1px solid var(--line-strong);
  border-radius: 0.8rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.lb-head[b-zbvp4lm1if] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.3rem 1.8rem;
  border-bottom: 1px solid var(--line);
}

.lb-rows[b-zbvp4lm1if] {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lb-row[b-zbvp4lm1if] {
  display: grid;
  grid-template-columns: 2.4rem 1fr auto 3rem;
  align-items: baseline;
  gap: 1.2rem;
  padding: 1.15rem 1.8rem;
}

.lb-row + .lb-row[b-zbvp4lm1if] {
  border-top: 1px solid var(--line);
}

.lb-pos[b-zbvp4lm1if] {
  color: var(--text-faint);
}

.lb-name[b-zbvp4lm1if] {
  font-size: 1.5rem;
  font-weight: 560;
  letter-spacing: -0.01em;
  color: var(--text);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-tier[b-zbvp4lm1if] {
  letter-spacing: 0.1em;
}

.lb-score[b-zbvp4lm1if] {
  font-size: 1.6rem;
  font-weight: 620;
  color: var(--text);
  text-align: right;
}

/* Your row — the amber moment of the card */
.lb-row.is-you[b-zbvp4lm1if] {
  background: var(--accent-dim);
  box-shadow: inset 2px 0 0 var(--accent);
}

.lb-row.is-you .lb-pos[b-zbvp4lm1if],
.lb-row.is-you .lb-tier[b-zbvp4lm1if] {
  color: var(--text-dim);
}

.lb-row.is-you .lb-score[b-zbvp4lm1if] {
  color: var(--accent);
}

/* Mono "+" list (shared pattern, scoped copy) */
.plus-list[b-zbvp4lm1if] {
  margin: 3.2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.plus-list li[b-zbvp4lm1if] {
  position: relative;
  padding: 1.6rem 0 1.6rem 3.2rem;
  border-top: 1px solid var(--line);
  color: var(--text-dim);
  font-size: 1.55rem;
}

.plus-list li:last-child[b-zbvp4lm1if] {
  border-bottom: 1px solid var(--line);
}

.plus-list li[b-zbvp4lm1if]::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 1.5rem;
  font-family: var(--font-mono);
  font-size: 1.4rem;
  color: var(--accent);
}

/* ---------- Quotes ---------- */

.quotes-row[b-zbvp4lm1if] {
  margin-top: 8rem;
  border-top: 1px solid var(--line-strong);
  padding-top: 2rem;
}

.quotes-grid[b-zbvp4lm1if] {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.quote[b-zbvp4lm1if] {
  margin: 0;
  padding-left: 2rem;
  border-left: 1px solid var(--line-strong);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.quote blockquote[b-zbvp4lm1if] {
  margin: 0;
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: var(--text);
}

.quote figcaption[b-zbvp4lm1if] {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.quote figcaption .mono-tag[b-zbvp4lm1if] {
  letter-spacing: 0.1em;
  color: var(--text-dim);
}

.quote figcaption[b-zbvp4lm1if]  .rank-shield {
  width: 1.9rem;
  height: auto;
  display: block;
  flex: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .community-grid[b-zbvp4lm1if] {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }

  /* Keep the phone + card composition compact when stacked */
  .community-visual[b-zbvp4lm1if] {
    width: 100%;
    max-width: 46rem;
    margin: 0 auto;
  }

  .quotes-grid[b-zbvp4lm1if] {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .quotes-row[b-zbvp4lm1if] {
    margin-top: 5.6rem;
  }
}

@media (max-width: 720px) {
  /* On phones the card sits below the device instead of overlapping */
  .community-visual[b-zbvp4lm1if] {
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
  }

  .community-visual[b-zbvp4lm1if]  .phone {
    transform: rotate(2deg);
  }

  .lb-card[b-zbvp4lm1if] {
    position: static;
    width: min(34rem, 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  }
}
/* /Components/CtaSection.razor.rz.scp.css */
.cta-section[b-0gonbe4qkb] {
  padding-bottom: 12rem;
}

.cta-band[b-0gonbe4qkb] {
  border-top: 2px solid var(--accent);
  padding-top: 3.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 4.8rem;
  align-items: end;
}

.cta-main[b-0gonbe4qkb] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cta-title[b-0gonbe4qkb] {
  font-size: clamp(3.6rem, 6.5vw, 6.8rem);
  font-weight: 640;
  letter-spacing: -0.035em;
  line-height: 1.0;
  max-width: 16ch;
}

.cta-side[b-0gonbe4qkb] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 0.4rem;
}

.cta-sub[b-0gonbe4qkb] {
  font-size: 1.7rem;
  max-width: 40rem;
}

@media (max-width: 900px) {
  .cta-section[b-0gonbe4qkb] {
    padding-bottom: 8rem;
  }

  .cta-band[b-0gonbe4qkb] {
    grid-template-columns: 1fr;
    gap: 2.8rem;
    align-items: start;
  }
}
/* /Components/Hero.razor.rz.scp.css */
.hero[b-naxcsn790g] {
  padding: 13.6rem 0 0;
  position: relative;
  overflow: hidden;
}

.hero-topline[b-naxcsn790g] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line-strong);
  padding-top: 1.6rem;
  margin-bottom: 6rem;
}

.hero-grid[b-naxcsn790g] {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 4rem;
  padding-bottom: 8rem;
}

.h1-dim[b-naxcsn790g] {
  /* Two-tone second line — dim, but clearly readable (was --text-faint) */
  display: block;
  color: var(--text-dim);
}

.hero-subtitle[b-naxcsn790g] {
  margin-top: 2.8rem;
  max-width: 50rem;
  font-size: 1.8rem;
  line-height: 1.65;
}

.hero-actions[b-naxcsn790g] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 4rem;
}

.hero-note[b-naxcsn790g] {
  letter-spacing: 0.12em;
}

/* ---------- Visual ---------- */

.hero-visual[b-naxcsn790g] {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.hero-arc[b-naxcsn790g] {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(54rem, 118%);
  aspect-ratio: 1;
  pointer-events: none;
}

.arc-ticks line[b-naxcsn790g] {
  stroke: var(--line);
  stroke-width: 1;
}

.arc-track[b-naxcsn790g] {
  stroke: var(--line);
  stroke-width: 2;
}

.arc-value[b-naxcsn790g] {
  stroke: var(--accent);
  stroke-width: 3;
  stroke-linecap: round;
  /* pathLength=100: 82 % arc, dash pattern shifted to start at 12 o'clock */
  stroke-dasharray: 82 18;
  stroke-dashoffset: 25;
}

/* Mono callouts with hairline pointers */
.hero-callout[b-naxcsn790g] {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 3;
  white-space: nowrap;
}

.hero-callout .mono-tag[b-naxcsn790g] {
  color: var(--text-dim);
}

.callout-line[b-naxcsn790g] {
  display: block;
  width: 5.6rem;
  height: 1px;
  background: var(--line-strong);
  position: relative;
}

.callout-line[b-naxcsn790g]::after {
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.callout-score[b-naxcsn790g] {
  top: 26%;
  right: calc(50% + 13rem);
}

.callout-rank[b-naxcsn790g] {
  bottom: 22%;
  left: calc(50% + 13rem);
  flex-direction: row-reverse;
}

.callout-rank .callout-line[b-naxcsn790g] {
  transform: scaleX(-1);
}

.hero-visual[b-naxcsn790g]  .phone {
  width: min(29rem, 72vw);
  z-index: 2;
}

/* ---------- Proof strip ---------- */

.hero-strip[b-naxcsn790g] {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-band);
}

.strip-grid[b-naxcsn790g] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.strip-cell[b-naxcsn790g] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.6rem 2.4rem 2.6rem 0;
}

.strip-cell + .strip-cell[b-naxcsn790g] {
  border-left: 1px solid var(--line);
  padding-left: 2.4rem;
}

.strip-value[b-naxcsn790g] {
  font-size: 2.6rem;
  font-weight: 620;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.1;
}

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
  .callout-score[b-naxcsn790g] {
    right: calc(50% + 11rem);
  }

  .callout-rank[b-naxcsn790g] {
    left: calc(50% + 11rem);
  }
}

@media (max-width: 900px) {
  /* Tighter vertical rhythm so the phone reaches into the first viewport */
  .hero[b-naxcsn790g] {
    padding-top: 10.8rem;
  }

  .hero-topline[b-naxcsn790g] {
    margin-bottom: 2.4rem;
  }

  .hero-grid[b-naxcsn790g] {
    grid-template-columns: 1fr;
    gap: 3.6rem;
    padding-bottom: 5.6rem;
  }

  .hero-subtitle[b-naxcsn790g] {
    margin-top: 2rem;
  }

  .hero-actions[b-naxcsn790g] {
    margin-top: 3.2rem;
  }

  .hero-visual[b-naxcsn790g] {
    padding: 0;
  }

  .hero-callout[b-naxcsn790g] {
    display: none;
  }

  .hero-visual[b-naxcsn790g]  .phone {
    width: min(26rem, 68vw);
  }

  .strip-grid[b-naxcsn790g] {
    grid-template-columns: repeat(2, 1fr);
  }

  .strip-cell[b-naxcsn790g] {
    padding: 2rem 1.6rem 2rem 0;
  }

  .strip-cell + .strip-cell[b-naxcsn790g] {
    padding-left: 1.6rem;
  }

  /* In a 2×2 grid only odd cells get the left rule */
  .strip-cell:nth-child(3)[b-naxcsn790g] {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--line);
  }

  .strip-cell:nth-child(4)[b-naxcsn790g] {
    border-top: 1px solid var(--line);
  }

  .strip-value[b-naxcsn790g] {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .hero-topline-right[b-naxcsn790g] {
    display: none;
  }
}
/* /Components/PillarsSection.razor.rz.scp.css */
.pillars-grid[b-4u6rw37twa] {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 6.4rem;
  align-items: start;
}

.pillars-head[b-4u6rw37twa] {
  position: sticky;
  top: 12rem;
}

.pillars-head p[b-4u6rw37twa] {
  margin-top: 2rem;
  max-width: 42rem;
  font-size: 1.7rem;
}

.pillars-note[b-4u6rw37twa] {
  display: inline-block;
  margin-top: 3.2rem;
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
}

.pillars-list[b-4u6rw37twa] {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pillars-list li[b-4u6rw37twa] {
  display: grid;
  grid-template-columns: 6rem minmax(0, 16rem) 1fr;
  gap: 2rem;
  align-items: baseline;
  padding: 2.8rem 0;
  border-top: 1px solid var(--line);
}

.pillars-list li:last-child[b-4u6rw37twa] {
  border-bottom: 1px solid var(--line);
}

.pillar-idx[b-4u6rw37twa] {
  color: var(--accent);
}

.pillars-list h3[b-4u6rw37twa] {
  font-size: 2rem;
}

.pillars-list p[b-4u6rw37twa] {
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  .pillars-grid[b-4u6rw37twa] {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .pillars-head[b-4u6rw37twa] {
    position: static;
  }
}

@media (max-width: 720px) {
  .pillars-list li[b-4u6rw37twa] {
    grid-template-columns: 4rem 1fr;
    gap: 1.2rem 1.6rem;
    padding: 2.2rem 0;
  }

  .pillars-list p[b-4u6rw37twa] {
    grid-column: 2;
  }
}
/* /Components/ProgressSection.razor.rz.scp.css */
.progress-head[b-s1ggprze49] {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 6.4rem;
}

.progress-head p[b-s1ggprze49] {
  font-size: 1.7rem;
  max-width: 44rem;
  justify-self: end;
}

.progress-phones[b-s1ggprze49] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  align-items: start;
}

.progress-phones figure[b-s1ggprze49] {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.progress-phones figure:nth-child(2)[b-s1ggprze49] {
  margin-top: 6.4rem;
}

.progress-phones figcaption[b-s1ggprze49] {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
  width: min(30rem, 100%);
}

.progress-phones figcaption .mono-tag[b-s1ggprze49] {
  white-space: nowrap;
}

.fig-text[b-s1ggprze49] {
  font-size: 1.4rem;
  color: var(--text-dim);
}

.progress-phones[b-s1ggprze49]  .phone {
  width: min(26rem, 68vw);
}

@media (max-width: 900px) {
  .progress-head[b-s1ggprze49] {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .progress-head p[b-s1ggprze49] {
    justify-self: start;
  }

  .progress-phones[b-s1ggprze49] {
    grid-template-columns: 1fr;
    gap: 5.6rem;
  }

  .progress-phones figure:nth-child(2)[b-s1ggprze49] {
    margin-top: 0;
  }
}
/* /Components/SmartSection.razor.rz.scp.css */
.smart-grid[b-uthr1azohq] {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 6.4rem;
  align-items: center;
}

.smart-visual[b-uthr1azohq] {
  display: flex;
  justify-content: center;
}

.smart-visual[b-uthr1azohq]  .phone {
  width: min(26rem, 68vw);
  transform: rotate(-2deg);
}

.smart-intro[b-uthr1azohq] {
  margin-top: 1.6rem;
  font-size: 1.7rem;
}

/* Hairline table, shared borders, no card radii */
.smart-table[b-uthr1azohq] {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.smart-cell[b-uthr1azohq] {
  padding: 2.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.smart-cell p[b-uthr1azohq] {
  font-size: 1.45rem;
}

.smart-demo[b-uthr1azohq] {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.smart-demo .mono-tag[b-uthr1azohq] {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
}

.demo-in[b-uthr1azohq] {
  color: var(--text-dim);
}

@media (max-width: 1000px) {
  .smart-grid[b-uthr1azohq] {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }

  .smart-visual[b-uthr1azohq] {
    order: 2;
  }
}

@media (max-width: 600px) {
  .smart-table[b-uthr1azohq] {
    grid-template-columns: 1fr;
  }

  .smart-cell[b-uthr1azohq] {
    padding: 2rem;
  }
}
/* /Components/WorkoutSection.razor.rz.scp.css */
.workout-grid[b-n1kk7s3r96] {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 6.4rem;
  align-items: center;
}

/* ---------- Visual: two overlapping phones on a tick ruler ---------- */

.workout-visual[b-n1kk7s3r96] {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 3rem 0 4rem;
  min-height: 46rem;
}

.workout-ruler[b-n1kk7s3r96] {
  position: absolute;
  left: -2rem;
  right: 0;
  bottom: 2.4rem;
  height: 2.4rem;
  background:
    repeating-linear-gradient(
      to right,
      var(--line) 0,
      var(--line) 1px,
      transparent 1px,
      transparent 2.4rem
    );
  border-bottom: 1px solid var(--line-strong);
  pointer-events: none;
}

.workout-visual[b-n1kk7s3r96]  .phone {
  width: min(24rem, 60vw);
}

.workout-visual[b-n1kk7s3r96]  .workout-phone-back {
  transform: translateX(-6.4rem) rotate(-4deg);
  opacity: 0.85;
}

.workout-visual[b-n1kk7s3r96]  .workout-phone-front {
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(0.8rem) rotate(2.5deg);
  z-index: 2;
}

.workout-intro[b-n1kk7s3r96] {
  margin-top: 2rem;
  max-width: 44rem;
  font-size: 1.7rem;
}

/* Mono "+" list */
.plus-list[b-n1kk7s3r96] {
  margin: 3.2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.plus-list li[b-n1kk7s3r96] {
  position: relative;
  padding: 1.6rem 0 1.6rem 3.2rem;
  border-top: 1px solid var(--line);
  color: var(--text-dim);
  font-size: 1.55rem;
}

.plus-list li:last-child[b-n1kk7s3r96] {
  border-bottom: 1px solid var(--line);
}

.plus-list li[b-n1kk7s3r96]::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 1.5rem;
  font-family: var(--font-mono);
  font-size: 1.4rem;
  color: var(--accent);
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .workout-grid[b-n1kk7s3r96] {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }

  .workout-copy[b-n1kk7s3r96] {
    order: -1;
  }

  .workout-visual[b-n1kk7s3r96] {
    min-height: 0;
    padding-bottom: 5rem;
  }

  .workout-visual[b-n1kk7s3r96]  .workout-phone-back {
    transform: translateX(-5.2rem) rotate(-4deg);
  }

  .workout-visual[b-n1kk7s3r96]  .workout-phone-front {
    position: static;
    margin-left: -12rem;
    transform: translateY(4rem) rotate(2.5deg);
  }
}

@media (max-width: 540px) {
  .workout-visual[b-n1kk7s3r96]  .phone {
    width: min(21rem, 56vw);
  }

  .workout-visual[b-n1kk7s3r96]  .workout-phone-back {
    transform: translateX(-3.2rem) rotate(-4deg);
  }

  .workout-visual[b-n1kk7s3r96]  .workout-phone-front {
    margin-left: -9rem;
    transform: translateY(3.2rem) rotate(2.5deg);
  }
}
/* /Layout/NavFooter.razor.rz.scp.css */
footer[b-nh3f79c0wd] {
  margin-top: 4rem;
  border-top: 1px solid var(--line-strong);
  background: var(--bg-band);
}

.footer-wrapper[b-nh3f79c0wd] {
  max-width: 124rem;
  margin: 0 auto;
  padding: 6.4rem 3.2rem 4.8rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
}

.footer-col[b-nh3f79c0wd] {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
}

.footer-col h4[b-nh3f79c0wd] {
  margin: 0 0 1rem;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.footer-col a[b-nh3f79c0wd] {
  color: var(--text-dim);
  font-size: 1.45rem;
  font-weight: 400;
  transition: color 0.2s var(--ease);
}

.footer-col a:hover[b-nh3f79c0wd] {
  color: var(--text);
}

.footer-logo[b-nh3f79c0wd] {
  height: 2.4rem;
  width: auto;
  filter: grayscale(1) brightness(2.2);
}

.footer-tagline[b-nh3f79c0wd] {
  font-size: 1.5rem;
  max-width: 30rem;
}

.footer-copy[b-nh3f79c0wd] {
  font-size: 1.25rem;
  color: var(--text-faint);
}

.footer-heart[b-nh3f79c0wd] {
  color: var(--accent);
}

.footer-bottom[b-nh3f79c0wd] {
  border-top: 1px solid var(--line);
  max-width: 124rem;
  margin: 0 auto;
  padding: 2rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-bottom span[b-nh3f79c0wd] {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}

.back-to-top[b-nh3f79c0wd] {
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 0.5rem;
  color: var(--text-dim);
  font-family: var(--font-mono);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 1.4rem;
  cursor: pointer;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.back-to-top:hover[b-nh3f79c0wd] {
  color: var(--text);
  border-color: var(--text-faint);
}

@media (max-width: 900px) {
  .footer-wrapper[b-nh3f79c0wd] {
    grid-template-columns: 1fr 1fr;
    padding: 4.8rem 2rem 3.2rem;
  }

  .footer-bottom[b-nh3f79c0wd] {
    padding: 2rem;
  }
}

@media (max-width: 560px) {
  .footer-wrapper[b-nh3f79c0wd] {
    grid-template-columns: 1fr;
  }

  .footer-bottom[b-nh3f79c0wd] {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-t4tvjd3mvq] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(12, 11, 8, 0);
  border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.navbar.scrolled[b-t4tvjd3mvq] {
  background: rgba(12, 11, 8, 0.94);
  border-bottom-color: var(--line);
}

.navbar-inner[b-t4tvjd3mvq] {
  max-width: 124rem;
  margin: 0 auto;
  padding: 1.8rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}

.nav-brand[b-t4tvjd3mvq] {
  display: inline-flex;
  align-items: center;
  flex: none;
}

.nav-brand img[b-t4tvjd3mvq] {
  height: 2.6rem;
  width: auto;
  display: block;
  /* Neutralize the blue brand mark on the warm-dark canvas */
  filter: grayscale(1) brightness(2.2);
}

.nav-links[b-t4tvjd3mvq] {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.nav-link[b-t4tvjd3mvq] {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: color 0.2s var(--ease);
}

.nav-link:hover[b-t4tvjd3mvq] {
  color: var(--text);
}

.nav-cta[b-t4tvjd3mvq] {
  padding: 0.9rem 1.8rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}

.nav-lang[b-t4tvjd3mvq] {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.lang-btn[b-t4tvjd3mvq] {
  background: none;
  border: none;
  padding: 0.4rem 0.4rem;
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  cursor: pointer;
  transition: color 0.2s var(--ease);
}

.lang-btn:hover[b-t4tvjd3mvq] {
  color: var(--text);
}

.lang-btn.active[b-t4tvjd3mvq] {
  color: var(--accent);
}

.lang-divider[b-t4tvjd3mvq] {
  color: var(--text-faint);
  font-family: var(--font-mono);
  font-size: 1.1rem;
}

.nav-toggle[b-t4tvjd3mvq] {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 1.2rem;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 0.5rem;
  cursor: pointer;
}

.nav-toggle span[b-t4tvjd3mvq] {
  display: block;
  height: 1px;
  width: 100%;
  background: var(--text);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}

.nav-toggle.active span:nth-child(1)[b-t4tvjd3mvq] {
  transform: translateY(0.65rem) rotate(45deg);
}

.nav-toggle.active span:nth-child(2)[b-t4tvjd3mvq] {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3)[b-t4tvjd3mvq] {
  transform: translateY(-0.65rem) rotate(-45deg);
}

@media (max-width: 900px) {
  .navbar[b-t4tvjd3mvq] {
    background: rgba(12, 11, 8, 0.94);
  }

  .navbar-inner[b-t4tvjd3mvq] {
    padding: 1.4rem 2rem;
  }

  .nav-toggle[b-t4tvjd3mvq] {
    display: flex;
  }

  .nav-links[b-t4tvjd3mvq] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.8rem 2rem 2rem;
    background: rgba(12, 11, 8, 0.98);
    border-bottom: 1px solid var(--line);
    display: none;
  }

  .nav-links.open[b-t4tvjd3mvq] {
    display: flex;
  }

  .nav-link[b-t4tvjd3mvq] {
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.3rem;
  }

  .nav-lang[b-t4tvjd3mvq] {
    padding: 1.6rem 0;
  }

  .nav-cta[b-t4tvjd3mvq] {
    margin-top: 1.6rem;
    text-align: center;
    padding: 1.3rem 2rem;
  }
}
/* /Pages/Agb.razor.rz.scp.css */
/* /Pages/Datenschutz.razor.rz.scp.css */
/* /Pages/Privacy.razor.rz.scp.css */
/* /Pages/Support.razor.rz.scp.css */
/* Styles are in app.css under .support-page / .support-card */
