/*
 * True Standard Fitness homepage
 * Locked dark marketing surface based on the supplied funnel system.
 * This file fully owns the homepage so styles from light marketing pages cannot leak in.
 */

:root {
  --home-black: #000000;
}

html {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--home-black);
  scroll-behavior: smooth;
}

body.home-page {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 500;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.home-page img {
  display: block;
  max-width: 100%;
}

body.home-page a {
  color: inherit;
  text-decoration: none;
}

body.home-page h1,
body.home-page h2,
body.home-page h3,
body.home-page h4,
body.home-page p {
  margin-top: 0;
}

body.home-page h1,
body.home-page h2,
body.home-page h3,
body.home-page h4 {
  line-height: 1.08;
}

body.home-page [hidden] {
  display: none !important;
}

.home-page {
  --home-max: 1080px;
  --home-panel: #080d17;
  --home-panel-raised: #101317;
  --home-panel-soft: #1a1e2a;
  --home-line: rgba(143, 176, 255, 0.16);
  --home-line-soft: rgba(255, 255, 255, 0.1);
  --home-line-strong: rgba(255, 255, 255, 0.18);
  --home-grid-dark: rgba(255, 255, 255, 0.038);
  --home-white: #ffffff;
  --home-copy: rgba(255, 255, 255, 0.88);
  --home-copy-soft: rgba(255, 255, 255, 0.66);
  --home-blue: #226bff;
  --home-blue-bright: #4c86ff;
  --home-blue-highlight: #5bb0ff;
  --home-blue-deep: #0f4cc8;
  --home-blue-button-deep: #1e54d8;
  --home-red: #ff2e2e;
  --home-red-highlight: #ff6666;
  --home-red-deep: #e11c1c;
  --home-green: #1fc56b;
  --home-green-highlight: #57ed99;
  --home-green-deep: #159a52;
  --home-green-ink: #04150c;
  --home-metal-top: #ffffff;
  --home-metal-bottom: #c9d3e2;
  --home-display: 'Inter Tight', 'Plus Jakarta Sans', system-ui, sans-serif;
  --home-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --home-surface-glow: radial-gradient(88% 72% at 50% 0%, rgba(34, 107, 255, 0.2), transparent 66%);
  --bg: var(--home-black);
  --bg-elevated: var(--home-panel);
  --bg-card: var(--home-panel-raised);
  --ink: var(--home-white);
  --ink-muted: var(--home-copy);
  --ink-faint: var(--home-copy-soft);
  --accent: var(--home-blue);
  --accent-bright: var(--home-blue-bright);
  --accent-deep: var(--home-blue-deep);
  --font-display: var(--home-display);
  --font-body: var(--home-body);
  position: relative;
  isolation: isolate;
  min-width: 0;
  color-scheme: dark;
  background-color: var(--home-black);
  background-image: none;
  color: var(--home-white);
  font-family: var(--home-body);
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block !important;
  pointer-events: none;
  background-image:
    radial-gradient(95% 55% at 50% -6%, rgba(34, 107, 255, 0.14), transparent 60%),
    linear-gradient(to right, var(--home-grid-dark) 1px, transparent 1px),
    linear-gradient(to bottom, var(--home-grid-dark) 1px, transparent 1px);
  background-position: center top;
  background-size: 100% 100%, 56px 56px, 56px 56px;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-page::after {
  display: none !important;
}

.home-page *,
.home-page *::before,
.home-page *::after {
  box-sizing: border-box;
}

.home-page .home-main {
  position: relative;
  z-index: 1;
  overflow: clip;
  background: transparent;
}

.home-page .wrap-wide {
  width: min(100%, var(--home-max));
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 32px);
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page .home-btn .top,
.home-page .home-nav-cta,
.home-page .home-nav-booking {
  font-family: var(--home-display);
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
  color: var(--home-white);
}

.home-page p {
  color: var(--home-copy);
}

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page summary:focus-visible {
  outline: 3px solid var(--home-blue-bright);
  outline-offset: 4px;
}

.home-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--home-blue);
  color: var(--home-white);
  transform: translateY(-160%);
}

.home-page .skip-link:focus {
  transform: translateY(0);
}

/* Navigation and supplied lockup */

.home-page .home-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 10px;
  padding: 10px max(20px, calc((100vw - var(--home-max)) / 2 + 24px));
  border-bottom: 1px solid var(--home-line-soft);
  background: rgba(0, 0, 0, 0.88);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.home-page .home-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--home-white);
}

.home-page .home-brand-lockup {
  position: relative;
  display: block;
  width: 176px;
  aspect-ratio: 480 / 249;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .home-brand-lockup img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain;
}

.home-page .home-brand-lockup::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: url('/assets/brand/tsf-lockup-display.png') center / contain no-repeat;
  filter: brightness(0) invert(1);
  clip-path: inset(64% 1% 13% 1%);
}

.home-page .home-nav .spacer {
  flex: 1 1 auto;
}

.home-page .home-nav .navlink {
  padding: 9px 10px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--home-body);
  font-size: 13px;
  font-weight: 700;
}

.home-page .home-nav .navlink:hover {
  background: rgba(255, 255, 255, 0.07);
  color: var(--home-white);
}

/* Funnel button system */

.home-page .home-nav-cta,
.home-page .home-nav-booking,
.home-page .home-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid transparent;
  color: var(--home-white);
  text-align: center;
  text-decoration: none;
  transition: transform 150ms ease, filter 150ms ease, box-shadow 150ms ease;
}

.home-page .home-nav-cta,
.home-page .home-nav-booking {
  min-height: 44px;
  padding: 11px 17px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.home-page .home-btn {
  min-height: 74px;
  flex-direction: column;
  gap: 4px;
  padding: 16px 28px;
  border-radius: 16px;
}

.home-page .home-nav-cta,
.home-page .home-btn-primary {
  border-color: rgba(91, 176, 255, 0.52);
  background: radial-gradient(130% 150% at 30% 18%, var(--home-blue-highlight) 0%, var(--home-blue-button-deep) 72%);
  box-shadow:
    0 0 0 3px rgba(34, 107, 255, 0.2),
    0 12px 28px rgba(34, 107, 255, 0.34),
    0 4px 10px rgba(0, 0, 0, 0.42);
}

.home-page .home-btn-secondary {
  border-color: rgba(255, 102, 102, 0.56);
  background: radial-gradient(130% 150% at 30% 18%, var(--home-red-highlight) 0%, var(--home-red-deep) 74%);
  box-shadow:
    0 0 0 3px rgba(255, 46, 46, 0.16),
    0 12px 28px rgba(255, 46, 46, 0.28),
    0 4px 10px rgba(0, 0, 0, 0.42);
}

.home-page .home-nav-booking,
.home-page .home-btn-booking {
  border-color: rgba(87, 237, 153, 0.58);
  background: radial-gradient(130% 150% at 30% 18%, var(--home-green-highlight) 0%, var(--home-green) 72%);
  box-shadow:
    0 0 0 3px rgba(31, 197, 107, 0.16),
    0 12px 28px rgba(31, 197, 107, 0.26),
    0 4px 10px rgba(0, 0, 0, 0.4);
  color: var(--home-green-ink);
}

.home-page .home-nav-cta::before,
.home-page .home-nav-booking::before,
.home-page .home-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.05) 42%, transparent 61%);
}

.home-page .home-nav-cta::after,
.home-page .home-nav-booking::after,
.home-page .home-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.58);
}

.home-page .home-nav-cta > *,
.home-page .home-nav-booking > *,
.home-page .home-btn > * {
  position: relative;
  z-index: 1;
}

.home-page .home-nav-cta:hover,
.home-page .home-nav-booking:hover,
.home-page .home-btn:hover {
  color: inherit;
  filter: brightness(1.07);
  transform: translateY(-2px);
}

.home-page .home-btn .top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.home-page .home-btn .bot {
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  opacity: 0.86;
}

.home-page .btn-arrow {
  display: inline-block;
  transition: transform 150ms ease;
}

.home-page .home-btn:hover .btn-arrow-right,
.home-page .home-nav-booking:hover .btn-arrow-right {
  transform: translateX(4px);
}

.home-page .home-btn:hover .btn-arrow-down {
  transform: translateY(4px);
}

.home-page .home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Hero */

.home-page .home-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 720px;
  align-items: center;
  justify-content: center;
  padding-block: clamp(96px, 11vw, 150px);
}

.home-page .home-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(50%);
  pointer-events: none;
  background:
    radial-gradient(88% 72% at 50% 0%, rgba(34, 107, 255, 0.2), transparent 66%),
    linear-gradient(180deg, rgba(34, 107, 255, 0.06), transparent 58%);
}

.home-page .home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

.home-page .home-eyebrow,
.home-page .resource-overline,
.home-page .product-index,
.home-page .resource-number {
  color: var(--home-blue-bright);
  font-family: var(--home-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .home-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page .home-eyebrow::before {
  display: none;
}

.home-page .home-hero h1 {
  max-width: 10.5ch;
  margin: 0 auto 26px;
  color: var(--home-white);
  background: linear-gradient(180deg, var(--home-metal-top) 0%, var(--home-metal-bottom) 100%);
  background-clip: text;
  font-size: clamp(48px, 6.4vw, 82px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .home-page .home-hero h1 {
    background: none;
    color: var(--home-white);
    -webkit-text-fill-color: var(--home-white);
  }
}

.home-page .home-lead {
  max-width: 650px;
  margin: 0 auto 30px;
  color: var(--home-copy);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.72;
}

.home-page .home-hero-actions {
  justify-content: center;
  margin-bottom: 18px;
}

.home-page .home-micro {
  margin: 0;
  color: var(--home-copy-soft);
  font-size: 12px;
  font-weight: 700;
}

.home-page .home-proofline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 900px);
  margin: 40px auto 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-page .home-proofline span {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 16px 18px;
  border-right: 1px solid var(--home-line);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.home-page .home-proofline span:last-child {
  border-right: 0;
}

.home-page .home-proofline span::before {
  content: '';
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--home-blue);
}

.home-page .home-proofline span:nth-child(2)::before {
  background: var(--home-red);
}

.home-page .home-proofline span:nth-child(3)::before {
  background: var(--home-green);
}

.home-page .app-screen-gallery picture {
  display: block;
}

/* Connected capability strip */

.home-page .home-capability-strip {
  padding: 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: rgba(8, 13, 23, 0.84);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home-page .capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .capability-grid > div {
  min-height: 132px;
  padding: 28px;
  border-right: 1px solid var(--home-line);
}

.home-page .capability-grid > div:first-child {
  border-left: 1px solid var(--home-line);
}

.home-page .capability-grid small,
.home-page .capability-grid strong {
  display: block;
}

.home-page .capability-grid small {
  margin-bottom: 12px;
  color: var(--home-blue-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .capability-grid > div:nth-child(2) small {
  color: var(--home-red-highlight);
}

.home-page .capability-grid > div:nth-child(3) small {
  color: var(--home-green-highlight);
}

.home-page .capability-grid strong {
  max-width: 25ch;
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: 18px;
  line-height: 1.35;
}

/* Shared dark sections */

.home-page .home-section {
  position: relative;
  isolation: isolate;
  padding-block: clamp(88px, 10vw, 132px);
  border: 0;
  background: transparent;
  color: var(--home-white);
}

.home-page .home-section::before,
.home-page .home-section::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 50%;
  width: 100vw;
  transform: translateX(50%);
  pointer-events: none;
}

.home-page .home-section::before {
  top: 0;
  height: 68%;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(34, 107, 255, 0.14), transparent 65%),
    linear-gradient(180deg, rgba(34, 107, 255, 0.06), transparent 58%);
}

.home-page .home-section::after {
  bottom: 0;
  height: 46%;
  background: radial-gradient(60% 50% at 50% 100%, rgba(15, 76, 200, 0.1), transparent 70%);
}

.home-page .home-section + .home-section {
  border-top: 1px solid var(--home-line);
}

.home-page .home-section h2,
.home-page .home-final h2 {
  margin: 0;
  color: var(--home-white);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.home-page .home-section h3 {
  color: var(--home-white);
}

.home-page .home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 54px;
}

.home-page .home-section-head > p {
  max-width: 580px;
  margin: 0;
  justify-self: end;
  color: var(--home-copy);
  font-size: 15px;
  line-height: 1.75;
}

.home-page .home-text-link,
.home-page .home-login-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-blue-bright);
  font-size: 13px;
  font-weight: 800;
}

.home-page .home-text-link:hover,
.home-page .home-login-link:hover {
  color: var(--home-white);
}

/* Free tools */

.home-page .resource-section {
  background: transparent;
}

.home-page .resource-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 54px;
}

.home-page .resource-heading h2 {
  margin: 0;
}

.home-page .resource-heading > p {
  margin: 0;
  color: var(--home-copy);
  line-height: 1.75;
}

.home-page .resource-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
}

.home-page .resource-feature {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(91, 176, 255, 0.46);
  border-radius: 22px;
  background:
    radial-gradient(92% 78% at 18% 0%, rgba(91, 176, 255, 0.42), transparent 64%),
    linear-gradient(145deg, var(--home-blue) 0%, var(--home-blue-deep) 100%);
  box-shadow:
    0 22px 52px rgba(34, 107, 255, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: var(--home-white);
}

.home-page .resource-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 44%);
}

.home-page .resource-feature > * {
  position: relative;
  z-index: 1;
}

.home-page .resource-overline {
  margin-bottom: 22px;
  color: var(--home-white);
}

.home-page .resource-feature h3 {
  max-width: 15ch;
  margin-bottom: 18px;
  font-size: clamp(29px, 3.3vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.home-page .resource-feature > p {
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
  line-height: 1.68;
}

.home-page .resource-feature-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--home-white);
  font-size: 14px;
  font-weight: 800;
}

.home-page .resource-conversation {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 36px;
}

.home-page .resource-conversation span {
  max-width: 88%;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--home-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.home-page .resource-conversation span:last-child {
  justify-self: end;
  background: rgba(0, 0, 0, 0.42);
}

.home-page .resource-index {
  display: grid;
  gap: 16px;
}

.home-page .resource-group {
  overflow: hidden;
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(85% 90% at 100% 0%, rgba(34, 107, 255, 0.12), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 42%),
    var(--home-panel-raised);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(34, 107, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.home-page .resource-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--home-line);
}

.home-page .resource-group-head span {
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: 13px;
  font-weight: 800;
}

.home-page .resource-group-head small,
.home-page .resource-meta {
  color: var(--home-copy-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .resource-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 94px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--home-line);
  background: linear-gradient(180deg, rgba(11, 19, 34, 0.48), rgba(4, 8, 15, 0.38));
  transition: background 150ms ease, transform 150ms ease;
}

.home-page .resource-row:last-child {
  border-bottom: 0;
}

.home-page .resource-row:hover {
  background: linear-gradient(90deg, rgba(34, 107, 255, 0.22), rgba(7, 14, 26, 0.46));
  transform: translateX(3px);
}

.home-page .resource-copy {
  display: grid;
  gap: 4px;
}

.home-page .resource-copy strong {
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: 15px;
}

.home-page .resource-copy small {
  color: var(--home-copy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

/* Thermogenic Efficiency Formula */

.home-page .method-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(44px, 7vw, 90px);
  width: min(100%, var(--home-max));
  padding-inline: clamp(20px, 4vw, 32px);
}

.home-page .home-section-intro {
  align-self: start;
}

.home-page .home-method-seal {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--home-line);
}

.home-page .home-method-seal img {
  width: 92px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(34, 107, 255, 0.18));
}

.home-page .home-method-seal b,
.home-page .home-method-seal span {
  display: block;
}

.home-page .home-method-seal b {
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: 13px;
}

.home-page .home-method-seal span {
  margin-top: 3px;
  color: var(--home-copy-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .home-section-intro h2 {
  margin-bottom: 24px;
}

.home-page .home-section-intro > p {
  margin-bottom: 24px;
  color: var(--home-copy);
  font-size: 15px;
  line-height: 1.78;
}

.home-page .method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-page .method-row {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-height: 262px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(90% 95% at 100% 0%, rgba(34, 107, 255, 0.13), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), transparent 46%),
    var(--home-panel-raised);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.48),
    0 0 30px rgba(34, 107, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.home-page .method-row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  z-index: 2;
  background: linear-gradient(90deg, var(--home-blue), var(--home-blue-bright), transparent 84%);
}

.home-page .method-row:nth-child(2)::before {
  background: linear-gradient(90deg, var(--home-red), var(--home-red-highlight), transparent 84%);
}

.home-page .method-row:nth-child(3)::before {
  background: linear-gradient(90deg, var(--home-green), var(--home-green-highlight), transparent 84%);
}

.home-page .method-row:hover {
  border-color: rgba(76, 134, 255, 0.42);
  background:
    radial-gradient(90% 95% at 100% 0%, rgba(34, 107, 255, 0.2), transparent 68%),
    var(--home-panel-soft);
  transform: translateY(-4px);
}

.home-page .method-number {
  color: var(--home-blue-bright);
  font-family: var(--home-display);
  font-size: 12px;
  font-weight: 800;
}

.home-page .method-row h3 {
  padding-right: 42px;
  font-size: clamp(20px, 2.2vw, 27px);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.home-page .method-row p {
  margin: 0;
  color: var(--home-copy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.68;
}

.home-page .method-code {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(76, 134, 255, 0.24);
  font-family: var(--home-display);
  font-size: clamp(31px, 4vw, 52px);
  font-weight: 800;
}

/* App screens and feature cards */

.home-page .product-section {
  background: transparent;
}

.home-page .app-screen-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
  margin-bottom: 42px;
}

.home-page .app-screen-gallery figure {
  --screen-scale: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(76, 134, 255, 0.32);
  border-radius: 20px;
  background: var(--home-black);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  transform: scale(var(--screen-scale));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, filter 180ms ease;
}

.home-page .app-screen-gallery figure:hover {
  border-color: rgba(76, 134, 255, 0.64);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(34, 107, 255, 0.13);
  transform: translateY(-6px) scale(var(--screen-scale));
}

.home-page .app-screen-gallery img {
  width: 100%;
  height: auto;
}

.home-page .product-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.home-page .product-card {
  grid-column: span 6;
  min-width: 0;
  min-height: 300px;
  padding: clamp(26px, 3.4vw, 42px);
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(82% 92% at 100% 0%, rgba(34, 107, 255, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), transparent 46%),
    var(--home-panel-raised);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.5),
    0 0 36px rgba(34, 107, 255, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.home-page .product-card:hover {
  border-color: rgba(76, 134, 255, 0.42);
  background:
    radial-gradient(82% 92% at 100% 0%, rgba(34, 107, 255, 0.22), transparent 70%),
    var(--home-panel-soft);
  transform: translateY(-4px);
}

.home-page .product-card-wide {
  grid-column: span 12;
  min-height: 370px;
}

.home-page .product-card-tall {
  grid-column: span 6;
  min-height: 420px;
}

.home-page .product-mosaic .product-card:last-child {
  grid-column: span 12;
  min-height: 230px;
}

.home-page .product-index {
  display: block;
  margin-bottom: 18px;
}

.home-page .product-card h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2.5vw, 31px);
  letter-spacing: -0.025em;
}

.home-page .product-card > p,
.home-page .context-layout p {
  color: var(--home-copy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.home-page .context-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(230px, 1.1fr);
  gap: 24px;
}

.home-page .context-stack {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 22, 40, 0.52), rgba(4, 8, 15, 0.4));
}

.home-page .context-stack span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--home-line);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
}

.home-page .context-stack span:last-child {
  border-bottom: 0;
}

.home-page .context-stack i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 12px rgba(31, 197, 107, 0.46);
}

.home-page .context-stack b {
  color: var(--home-green-highlight);
  font-size: 9px;
}

.home-page .mini-chart {
  display: flex;
  height: 112px;
  align-items: flex-end;
  gap: 11px;
  margin-top: 22px;
  padding: 12px 14px 0;
  border-bottom: 1px solid var(--home-line);
}

.home-page .mini-chart span {
  width: 100%;
  height: var(--bar);
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--home-blue-bright), var(--home-blue-deep));
}

.home-page .mini-chart-labels {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  color: var(--home-copy-soft);
  font-size: 9px;
  font-weight: 700;
}

.home-page .macro-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-page .macro-row span {
  display: grid;
  gap: 3px;
  padding: 14px 10px;
  border-right: 1px solid var(--home-line);
  text-align: center;
}

.home-page .macro-row span:last-child {
  border-right: 0;
}

.home-page .macro-row b {
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: 20px;
}

.home-page .macro-row small {
  color: var(--home-copy-soft);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-page .review-signal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(76, 134, 255, 0.28);
  border-radius: 12px;
  background: rgba(34, 107, 255, 0.1);
  color: var(--home-copy);
  font-size: 11px;
  font-weight: 700;
}

.home-page .review-signal b {
  color: var(--home-blue-bright);
}

/* Human coach */

.home-page .home-coach-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 48px);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(143, 176, 255, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(70% 120% at 100% 0%, rgba(34, 107, 255, 0.2), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 44%),
    var(--home-panel-raised);
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.52),
    0 0 44px rgba(34, 107, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-page .home-coach-intro {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
}

.home-page .home-coach-mark {
  display: grid;
  width: 132px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(76, 134, 255, 0.38);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(34, 107, 255, 0.25), transparent 68%),
    rgba(10, 18, 34, 0.46);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-page .home-coach-mark img {
  width: 78%;
  height: auto;
}

.home-page .home-coach-copy h2 {
  max-width: 20ch;
  margin-bottom: 22px;
}

.home-page .home-coach-copy p {
  max-width: 70ch;
  margin-bottom: 0;
  color: var(--home-copy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.78;
}

.home-page .home-coach-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-page .home-coach-person {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(143, 176, 255, 0.26);
  border-radius: 18px;
}

.home-page .home-coach-person h3 {
  margin-bottom: 12px;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.home-page .home-coach-person > p {
  margin-bottom: 22px;
  color: var(--home-copy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.home-page .home-coach-person .home-text-link {
  margin-top: auto;
  padding-top: 20px;
}

.home-page .home-coach-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(143, 176, 255, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(12, 22, 40, 0.5), rgba(4, 8, 15, 0.38));
}

.home-page .home-coach-facts div {
  display: grid;
  gap: 5px;
  align-content: start;
  padding: 18px 14px;
  border-right: 1px solid var(--home-line);
  text-align: center;
}

.home-page .home-coach-facts div:last-child {
  border-right: 0;
}

.home-page .home-coach-facts b {
  color: var(--home-blue-bright);
  font-family: var(--home-display);
  font-size: 22px;
}

.home-page .home-coach-facts span {
  color: var(--home-copy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

/* Weekly process */

.home-page .week-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(44px, 7vw, 90px);
  width: min(100%, var(--home-max));
  padding-inline: clamp(20px, 4vw, 32px);
}

.home-page .week-heading h2 {
  margin-top: 6px;
}

.home-page .week-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .week-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 17px;
  background:
    radial-gradient(85% 100% at 100% 0%, rgba(34, 107, 255, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 52%),
    var(--home-panel-raised);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.home-page .week-steps > li > span {
  color: var(--home-blue-bright);
  font-family: var(--home-display);
  font-size: 12px;
  font-weight: 800;
}

.home-page .week-steps li:nth-child(2) > span {
  color: var(--home-red-highlight);
}

.home-page .week-steps li:nth-child(3) > span {
  color: var(--home-green-highlight);
}

.home-page .week-steps h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.home-page .week-steps p {
  margin: 0;
  color: var(--home-copy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

/* Offer and verified review feed */

.home-page .offer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
  padding: clamp(36px, 6vw, 68px);
  border: 1px solid rgba(143, 176, 255, 0.26);
  border-radius: 25px;
  background:
    radial-gradient(74% 100% at 100% 0%, rgba(34, 107, 255, 0.24), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), transparent 46%),
    var(--home-panel-raised);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.56),
    0 0 58px rgba(34, 107, 255, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.home-page .offer-copy h2 {
  margin-bottom: 22px;
}

.home-page .offer-copy > p {
  color: var(--home-copy);
  line-height: 1.75;
}

.home-page .offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--home-line);
}

.home-page .offer-price strong {
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: clamp(46px, 5.8vw, 72px);
  line-height: 1;
}

.home-page .offer-price span {
  color: var(--home-copy);
  font-size: 16px;
  font-weight: 700;
}

.home-page .offer-price small {
  width: 100%;
  margin-top: 5px;
  color: var(--home-blue-bright);
  font-size: 11px;
  font-weight: 800;
}

.home-page .offer-actions {
  display: grid;
  gap: 14px;
}

.home-page .offer-actions .home-btn {
  width: 100%;
}

.home-page .offer-actions .home-login-link {
  justify-content: center;
  margin-top: 2px;
}

.home-page .real-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-page .real-review-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 17px;
  background:
    radial-gradient(85% 100% at 100% 0%, rgba(34, 107, 255, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 48%),
    var(--home-panel-raised);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.home-page .real-review-stars {
  margin-bottom: 16px;
  color: var(--home-blue-bright);
  letter-spacing: 0.15em;
}

.home-page .real-review-card p {
  color: var(--home-white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
}

.home-page .real-review-card strong {
  color: var(--home-copy);
  font-size: 11px;
}

/* FAQ */

.home-page .home-faq-section {
  background: transparent;
}

.home-page .home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-faq-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 16px;
  background:
    radial-gradient(85% 100% at 100% 0%, rgba(34, 107, 255, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 52%),
    var(--home-panel-raised);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.home-page .home-faq-card:hover,
.home-page .home-faq-card[open] {
  border-color: rgba(76, 134, 255, 0.46);
  background: var(--home-panel-raised);
}

.home-page .home-faq-card[open] {
  transform: translateY(-2px);
}

.home-page .home-faq-card summary {
  position: relative;
  display: flex;
  min-height: 86px;
  align-items: center;
  margin: 0;
  padding: 22px 62px 22px 24px;
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.home-page .home-faq-card summary::-webkit-details-marker {
  display: none;
}

.home-page .home-faq-card summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--home-blue);
  color: var(--home-white);
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 150ms ease, background 150ms ease;
}

.home-page .home-faq-card[open] summary::after {
  background: var(--home-red);
  transform: translateY(-50%) rotate(45deg);
}

.home-page .home-faq-card > p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--home-copy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
}

/* Clear dimensional blue-glass card system */

.home-page :is(
  .resource-group,
  .method-row,
  .product-card,
  .home-coach-panel,
  .home-coach-person,
  .week-steps li,
  .offer-panel,
  .real-review-card,
  .home-faq-card
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(140, 182, 255, 0.48);
  background:
    radial-gradient(100% 68% at 50% -10%, rgba(102, 158, 255, 0.23), transparent 58%),
    linear-gradient(145deg, rgba(30, 50, 84, 0.46), rgba(4, 8, 16, 0.22) 52%, rgba(10, 20, 38, 0.34));
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.56),
    0 8px 18px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(34, 107, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(140, 182, 255, 0.22),
    inset 0 -18px 30px rgba(0, 0, 0, 0.2);
}

.home-page :is(
  .resource-group,
  .method-row,
  .product-card,
  .home-coach-panel,
  .home-coach-person,
  .week-steps li,
  .offer-panel,
  .real-review-card,
  .home-faq-card
)::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -30%;
  width: 58%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 43%, rgba(255, 255, 255, 0.14) 50%, transparent 57%);
  transform: skewX(-12deg);
}

.home-page :is(
  .resource-group,
  .method-row,
  .product-card,
  .home-coach-panel,
  .home-coach-person,
  .week-steps li,
  .offer-panel,
  .real-review-card,
  .home-faq-card
) > * {
  position: relative;
  z-index: 1;
}

.home-page .method-row > .method-code {
  position: absolute;
}

.home-page :is(
  .resource-group,
  .method-row,
  .product-card,
  .home-coach-panel,
  .home-coach-person,
  .week-steps li,
  .offer-panel,
  .real-review-card,
  .home-faq-card
):hover {
  border-color: rgba(160, 198, 255, 0.72);
  background:
    radial-gradient(100% 72% at 50% -10%, rgba(110, 168, 255, 0.32), transparent 60%),
    linear-gradient(145deg, rgba(40, 64, 106, 0.54), rgba(6, 12, 24, 0.28) 52%, rgba(13, 27, 52, 0.42));
}

.home-page :is(.resource-group, .method-row, .week-steps li, .real-review-card, .home-faq-card) {
  border-radius: 16px;
}

.home-page :is(.product-card, .home-coach-person) {
  border-radius: 18px;
}

.home-page :is(.home-coach-panel, .offer-panel) {
  border-radius: 20px;
}

/* Final action and footer */

.home-page .home-final {
  position: relative;
  isolation: isolate;
  padding-block: clamp(100px, 12vw, 164px);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: transparent;
}

.home-page .home-final::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(88% 72% at 50% 0%, rgba(34, 107, 255, 0.2), transparent 66%),
    linear-gradient(180deg, rgba(34, 107, 255, 0.06), transparent 58%, rgba(15, 76, 200, 0.08));
}

.home-page .final-inner {
  max-width: 870px;
  text-align: center;
}

.home-page .home-final .home-eyebrow {
  justify-content: center;
}

.home-page .home-final h2 {
  margin-bottom: 22px;
}

.home-page .home-final p {
  max-width: 660px;
  margin: 0 auto 30px;
  color: var(--home-copy);
  font-size: 16px;
  line-height: 1.72;
}

.home-page .home-final .home-actions {
  justify-content: center;
}

.home-page .home-footer {
  position: relative;
  z-index: 1;
  padding-block: 62px 54px;
  border: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.68));
}

.home-page .home-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(180px, 0.65fr));
  gap: clamp(36px, 6vw, 76px);
}

.home-page .home-footer-brand {
  margin: 0;
}

.home-page .home-footer-brand .home-brand-lockup {
  width: 214px;
}

.home-page .footer-identity-lockup {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--home-line);
}

.home-page .home-footer-grid p {
  max-width: 46ch;
  margin-bottom: 24px;
  color: var(--home-copy);
  font-size: 13px;
  line-height: 1.72;
}

.home-page .footer-company-row {
  display: grid;
  grid-template-columns: 112px;
  align-items: center;
  gap: 12px;
  padding-left: 20px;
  border-left: 1px solid var(--home-line);
}

.home-page .footer-company-row img {
  width: 112px;
  height: auto;
  object-fit: contain;
  opacity: 0.94;
}

.home-page .footer-company-row small {
  max-width: 112px;
  color: var(--home-copy-soft);
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

.home-page .home-footer-grid > div > b {
  display: block;
  margin-bottom: 16px;
  color: var(--home-white);
  font-family: var(--home-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .home-footer-grid > div > a:not(.home-brand) {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: var(--home-copy);
  font-size: 12px;
  font-weight: 700;
}

.home-page .home-footer-grid > div > a:not(.home-brand):hover {
  color: var(--home-blue-bright);
}

.home-page .home-mobile-cta {
  display: none;
}

/* Responsive */

@media (min-width: 1101px) {
  .home-page .app-screen-gallery {
    grid-template-columns: 0.86fr 1fr 1fr 0.86fr;
    align-items: center;
  }

  .home-page .app-screen-gallery figure:first-child,
  .home-page .app-screen-gallery figure:last-child {
    --screen-scale: 0.9;
    opacity: 0.72;
    filter: saturate(0.82);
  }

  .home-page .app-screen-gallery figure:nth-child(2),
  .home-page .app-screen-gallery figure:nth-child(3) {
    z-index: 2;
    border-color: rgba(76, 134, 255, 0.5);
    box-shadow:
      0 26px 56px rgba(0, 0, 0, 0.58),
      0 0 34px rgba(34, 107, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 1100px) {
  .home-page .home-nav .hide-tablet {
    display: none;
  }

  .home-page .app-screen-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .real-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .resource-editorial,
  .home-page .method-section,
  .home-page .week-section {
    grid-template-columns: 1fr;
  }

  .home-page .home-section-intro,
  .home-page .week-heading {
    max-width: 760px;
  }

  .home-page .home-footer-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 32px;
  }

  .home-page .home-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .home-page .method-list,
  .home-page .home-faq-grid,
  .home-page .real-review-grid,
  .home-page .home-coach-people {
    grid-template-columns: 1fr;
  }

  .home-page .app-screen-gallery {
    display: flex;
    gap: 14px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 6px 20px 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .app-screen-gallery::-webkit-scrollbar {
    display: none;
  }

  .home-page .app-screen-gallery figure {
    width: min(74vw, 310px);
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .home-page .product-mosaic,
  .home-page .context-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .product-mosaic .product-card,
  .home-page .product-mosaic .product-card-wide,
  .home-page .product-mosaic .product-card-tall,
  .home-page .product-mosaic .product-card:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

@media (max-width: 860px) {
  .home-page .home-nav {
    min-height: 72px;
  }

  .home-page .home-brand-lockup {
    width: 146px;
  }

  .home-page .home-nav-booking {
    display: none;
  }

  .home-page .home-hero {
    min-height: 0;
    padding-block: 70px 86px;
  }

  .home-page .home-hero-copy {
    max-width: 720px;
  }

  .home-page .resource-heading,
  .home-page .home-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .home-page .home-section-head > p {
    justify-self: start;
  }

  .home-page .home-coach-panel,
  .home-page .offer-panel {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  html {
    scroll-padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  body.home-page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .home-page .wrap-wide,
  .home-page .method-section,
  .home-page .week-section {
    padding-inline: 18px;
  }

  .home-page .home-nav {
    min-height: calc(64px + env(safe-area-inset-top, 0px));
    padding:
      calc(8px + env(safe-area-inset-top, 0px))
      max(16px, env(safe-area-inset-right, 0px))
      8px
      max(16px, env(safe-area-inset-left, 0px));
  }

  .home-page .home-brand-lockup {
    width: 116px;
  }

  .home-page .home-nav .hide-sm,
  .home-page .home-nav-cta {
    display: none;
  }

  .home-page .home-nav .navlink {
    padding: 8px;
    font-size: 12px;
  }

  .home-page .home-hero {
    padding-block: 54px 72px;
  }

  .home-page .home-eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .home-page .home-hero h1 {
    font-size: clamp(43px, 14vw, 62px);
  }

  .home-page .home-lead {
    font-size: 16px;
  }

  .home-page .home-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-page .home-btn {
    width: 100%;
    min-height: 68px;
  }

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

  .home-page .home-proofline span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-page .home-proofline span:last-child {
    border-bottom: 0;
  }

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

  .home-page .capability-grid > div,
  .home-page .capability-grid > div:first-child {
    min-height: 0;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-page .capability-grid > div:last-child {
    border-bottom: 0;
  }

  .home-page .home-section {
    padding-block: 76px;
  }

  .home-page .home-section h2,
  .home-page .home-final h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .home-page .resource-editorial {
    grid-template-columns: 1fr;
  }

  .home-page .resource-feature {
    min-height: 530px;
  }

  .home-page .resource-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .home-page .resource-meta {
    display: none;
  }

  .home-page .method-list {
    grid-template-columns: 1fr;
  }

  .home-page .method-row {
    min-height: 0;
  }

  .home-page .app-screen-gallery {
    display: flex;
    gap: 14px;
    margin-right: -18px;
    margin-left: -18px;
    padding: 6px 18px 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .app-screen-gallery::-webkit-scrollbar {
    display: none;
  }

  .home-page .app-screen-gallery figure {
    width: min(78vw, 310px);
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .home-page .product-mosaic {
    grid-template-columns: 1fr;
  }

  .home-page .product-card,
  .home-page .product-card-wide,
  .home-page .product-card-tall,
  .home-page .product-mosaic .product-card:last-child {
    grid-column: 1 / -1;
  }

  .home-page .context-layout {
    grid-template-columns: 1fr;
  }

  .home-page .home-coach-panel,
  .home-page .offer-panel {
    padding: 28px 22px;
  }

  .home-page .home-coach-intro {
    grid-template-columns: 1fr;
  }

  .home-page .home-coach-mark {
    width: 108px;
  }

  .home-page .home-coach-person {
    padding: 24px 20px;
  }

  .home-page .home-coach-facts {
    grid-template-columns: 1fr;
  }

  .home-page .home-coach-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
    text-align: left;
  }

  .home-page .home-coach-facts div:last-child {
    border-bottom: 0;
  }

  .home-page .home-faq-grid,
  .home-page .real-review-grid {
    grid-template-columns: 1fr;
  }

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

  .home-page .home-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .home-page .footer-identity-lockup {
    align-items: center;
    gap: 14px;
  }

  .home-page .home-footer-brand .home-brand-lockup {
    width: 176px;
  }

  .home-page .footer-company-row {
    grid-template-columns: 74px;
    gap: 6px;
    padding-left: 14px;
  }

  .home-page .footer-company-row img {
    width: 74px;
  }

  .home-page .footer-company-row small {
    max-width: 13ch;
    font-size: 8px;
  }

  .home-page .home-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: block;
    padding:
      10px
      max(14px, env(safe-area-inset-right, 0px))
      calc(10px + env(safe-area-inset-bottom, 0px))
      max(14px, env(safe-area-inset-left, 0px));
    border-top: 1px solid var(--home-line);
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .home-page .home-mobile-cta .home-btn {
    min-height: 58px;
    padding-block: 10px;
  }

  .home-page .home-mobile-cta .home-btn .top {
    font-size: 15px;
  }

  .home-page .home-mobile-cta .home-btn .bot {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .home-page .home-brand-lockup {
    width: 104px;
  }

  .home-page .home-nav .navlink {
    padding-inline: 5px;
    font-size: 11px;
  }

  .home-page .home-hero h1 {
    font-size: 42px;
  }

  .home-page .method-row,
  .home-page .product-card,
  .home-page .week-steps li {
    padding: 22px 18px;
  }

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

  .home-page .home-footer-grid > div:first-child {
    grid-column: auto;
  }

  .home-page .home-footer-brand .home-brand-lockup {
    width: 164px;
  }

  .home-page .footer-company-row {
    grid-template-columns: 70px;
  }

  .home-page .footer-company-row img {
    width: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
