:root {
  --fit8-dark: #212529;
  --fit8-dark-2: #111417;
  --fit8-cyan: #0dcaf0;
  --fit8-yellow: #ffc105;
  --fit8-white: #ffffff;
  --fit8-gray: #6c757d;
  --fit8-line: rgba(255, 255, 255, 0.14);
  --fit8-soft: rgba(255, 255, 255, 0.72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--fit8-dark);
  color: var(--fit8-white);
  font-family: "Poppins", Arial, sans-serif;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 14% 12%, rgba(13, 202, 240, 0.16), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(255, 193, 5, 0.1), transparent 28%),
    linear-gradient(180deg, #212529 0%, #15191d 46%, #0d1013 100%);
}
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 72%);
}
.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle, rgba(13,202,240,.24) 0%, rgba(13,202,240,.13) 28%, transparent 68%),
    radial-gradient(circle at 72% 34%, rgba(255,193,5,.18) 0%, transparent 48%);
  filter: blur(8px);
  transform: translate3d(calc(var(--glow-x, 50vw) - 50%), calc(var(--glow-y, 50vh) - 50%), 0);
  transition: opacity .24s ease, width .24s ease, height .24s ease;
}
body.has-pointer-glow .cursor-glow { opacity: 1; }
body.is-touching-glow .cursor-glow {
  width: 430px;
  height: 430px;
  opacity: .92;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 7px clamp(18px, 4vw, 46px);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(17,20,23,.9), rgba(17,20,23,.72));
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled { background: rgba(17,20,23,.94); border-color: var(--fit8-line); }
.brand img { width: 72px; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a { padding: 8px 10px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; }
.site-nav a:hover { color: var(--fit8-cyan); }
.site-nav .nav-action { margin-left: 8px; padding: 12px 18px; border-radius: 8px; background: var(--fit8-yellow); color: var(--fit8-dark); }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--fit8-line); border-radius: 8px; background: rgba(255,255,255,.08); }
.menu-button span { display: block; width: 22px; height: 2px; margin: 7px auto; background: var(--fit8-white); }

.hero-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(102px, 11vw, 142px) clamp(22px, 7vw, 134px) 74px;
  background: #111417;
}
.hero-bg, .hero-bg__shade { position: absolute; inset: 0; }
.hero-bg { opacity: 1; }
.hero-bg::before,
.hero-bg::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}
.hero-bg::before {
  background: radial-gradient(circle at 16% 34%, rgba(13,202,240,.13), transparent 32%);
  opacity: .75;
}
.hero-bg::after {
  background: linear-gradient(90deg, rgba(17,20,23,.08) 0%, rgba(17,20,23,.4) 54%, rgba(17,20,23,.82) 100%);
  opacity: 1;
}
.hero-bg__shade {
  background:
    linear-gradient(90deg, rgba(17,20,23,.18) 0%, rgba(17,20,23,.48) 50%, rgba(17,20,23,.92) 100%),
    linear-gradient(180deg, rgba(17,20,23,.08) 0%, rgba(17,20,23,.46) 62%, rgba(17,20,23,.88) 100%);
}
.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(260px, .32fr);
  gap: clamp(34px, 5vw, 88px);
  align-items: center;
  width: min(100%, 1480px);
  min-height: calc(100svh - 216px);
}
.hero-copy { max-width: 800px; padding-top: clamp(6px, 2.5vw, 30px); }
.hero-media {
  position: relative;
  justify-self: center;
  z-index: 2;
  width: clamp(270px, 28vw, 438px);
  aspect-ratio: 438 / 798;
  max-height: min(76svh, 798px);
  overflow: visible;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 34px 72px rgba(0,0,0,.48));
}
.hero-media__source {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  pointer-events: none;
  opacity: 1;
  filter: contrast(1.05) saturate(1.06);
}
.hero-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(13,202,240,.22), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045));
  box-shadow: 0 34px 90px rgba(0,0,0,.38);
  backdrop-filter: blur(20px);
}
.hero-brief::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  content: "";
}
.hero-brief__top,
.hero-brief__plan,
.hero-brief__grid {
  position: relative;
  z-index: 1;
}
.hero-brief__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.hero-brief__top span,
.hero-brief__plan small,
.hero-brief__grid small {
  color: var(--fit8-cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-brief__top strong {
  color: var(--fit8-yellow);
  font-size: clamp(34px, 4vw, 56px);
  line-height: .9;
}
.hero-brief__plan {
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(17,20,23,.46);
}
.hero-brief__plan h2 {
  max-width: 10ch;
  margin: 10px 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .94;
}
.hero-brief__bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}
.hero-brief__bar span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fit8-cyan), var(--fit8-yellow));
  animation: heroBar 3.4s ease-in-out infinite;
}
.hero-brief__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.hero-brief__grid div {
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
}
.hero-brief__grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fit8-white);
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: .92;
}
.pill {
  display: none;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .section-copy p, .hero-lede { overflow-wrap: anywhere; text-wrap: balance; }
h1 {
  margin-bottom: 32px;
  color: rgba(255,255,255,.58);
  font-size: clamp(46px, 5.5vw, 86px);
  line-height: 1.02;
  letter-spacing: -.5px;
  text-shadow: 0 18px 58px rgba(0,0,0,.56);
  text-transform: uppercase;
}
h1 span { display: block; }
h1 span:nth-child(3), .goals-heading h2 span:nth-child(3) { color: var(--fit8-cyan); }
.hero-lede, .section-copy p, .register-copy p { max-width: 760px; color: rgba(255,255,255,.62); font-size: clamp(15px, 1.05vw, 18px); line-height: 1.58; }
.hero-lede { max-width: 780px; margin-bottom: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 8px; font-size: 15px; font-weight: 800; }
.button-primary { min-width: 300px; background: var(--fit8-yellow); color: var(--fit8-dark); box-shadow: 0 14px 34px rgba(255,193,5,.17); }
.button-ghost { min-width: 300px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); color: rgba(255,255,255,.68); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.hero-proof span { position: relative; padding: 0 0 0 20px; border: 0; border-radius: 0; background: transparent; color: rgba(255,255,255,.48); font-size: 14px; font-weight: 700; }
.hero-proof span::before { position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 999px; background: var(--fit8-cyan); content: ""; }

.strip-section { overflow: hidden; border-block: 1px solid var(--fit8-line); background: #15191d; }
.strip-track { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.strip-track span { padding: 18px 28px; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

section:not(.strip-section) { padding: clamp(76px, 10vw, 132px) clamp(18px, 5vw, 74px); scroll-margin-top: 72px; }
.section-copy { max-width: 980px; }
.section-copy h2, .register-copy h2 { max-width: 14ch; margin-bottom: 18px; color: var(--fit8-white); font-size: clamp(30px, 4vw, 60px); line-height: 1.04; letter-spacing: -.5px; text-transform: uppercase; font-weight: 800; }

.demo-section, .plans-section, .register-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,193,5,.13), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(13,202,240,.12), transparent 30%),
    #15191d;
}
.demo-section .section-copy {
  max-width: 1120px;
}
.demo-section .section-copy h2 {
  max-width: 18ch;
}
.demo-stage { margin-top: 46px; }
.demo-card { position: relative; max-width: 1180px; overflow: hidden; border: 1px solid var(--fit8-line); border-radius: 8px; background: rgba(255,255,255,.08); box-shadow: 0 28px 78px rgba(0,0,0,.28); }
.demo-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 72% 18%, rgba(13,202,240,.22), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255,193,5,.14), transparent 30%);
}
.demo-card__head { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 13px 16px; border-bottom: 1px solid var(--fit8-line); }
.demo-card__head img { width: 28px; }
.demo-card__head span { font-weight: 800; }
.demo-card__head button { margin-left: auto; padding: 10px 13px; border: 1px solid rgba(255,193,5,.5); border-radius: 8px; background: rgba(255,193,5,.14); color: var(--fit8-yellow); cursor: pointer; font-size: 12px; font-weight: 700; }
.demo-steps { position: relative; min-height: 540px; background: linear-gradient(120deg, rgba(13,202,240,.14), transparent 40%), linear-gradient(320deg, rgba(255,193,5,.12), transparent 36%); }
.demo-step { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(260px, .78fr) minmax(320px, 1.22fr); align-items: center; gap: clamp(24px,4vw,58px); padding: clamp(24px,5vw,54px); opacity: 0; transform: translateY(18px); transition: opacity .36s ease, transform .36s ease; }
.demo-step.is-active { opacity: 1; transform: translateY(0); }
.demo-step__copy,
.demo-app,
.demo-timeline,
.demo-card__head { position: relative; z-index: 1; }
.demo-step h3 { margin: 10px 0; font-size: clamp(24px,2.8vw,38px); line-height: 1.04; text-transform: uppercase; font-weight: 800; }
.demo-step p { max-width: 500px; color: rgba(255,255,255,.72); font-size: clamp(14px,1vw,16px); line-height: 1.55; }
.demo-step small { color: var(--fit8-cyan); font-weight: 700; }
.demo-app {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    rgba(17,20,23,.42);
  background-size: 54px 54px;
}
.demo-phone {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 26px;
  z-index: 2;
  width: min(230px, 42%);
  min-height: 330px;
  padding: 40px 18px 18px;
  border: 10px solid #07090b;
  border-radius: 34px;
  background: #15191d;
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
  animation: phoneFloat 4s ease-in-out infinite;
}
.demo-phone > span {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 72px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  transform: translateX(-50%);
}
.demo-phone strong,
.demo-phone p {
  display: block;
  margin-bottom: 10px;
}
.demo-phone strong { color: var(--fit8-cyan); text-transform: uppercase; }
.demo-phone p { color: var(--fit8-white); font-size: 19px; font-weight: 800; line-height: 1.12; }
.demo-phone__option {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: rgba(255,255,255,.7);
  font-weight: 700;
}
.demo-phone__option.is-selected {
  border-color: rgba(13,202,240,.45);
  background: rgba(13,202,240,.16);
  color: var(--fit8-white);
}
.demo-dashboard {
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  top: 50%;
  width: min(470px, 64%);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 64px rgba(0,0,0,.28);
  transform: translateY(-50%);
}
.demo-chip {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(13,202,240,.16);
  color: var(--fit8-cyan);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.demo-chip--yellow {
  background: rgba(255,193,5,.16);
  color: var(--fit8-yellow);
}
.demo-dashboard h4 {
  max-width: 9ch;
  margin: 0 0 24px;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1;
  text-transform: uppercase;
}
.demo-bars {
  display: grid;
  gap: 12px;
  max-width: 320px;
}
.demo-bars span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  overflow: hidden;
}
.demo-bars span::before {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fit8-cyan), var(--fit8-yellow));
  content: "";
  animation: demoBar 3s ease-in-out infinite;
}
.demo-bars span:nth-child(2)::before { width: 56%; animation-delay: .18s; }
.demo-bars span:nth-child(3)::before { width: 84%; animation-delay: .34s; }
.demo-bars--plan span:nth-child(1)::before { width: 92%; }
.demo-bars--plan span:nth-child(2)::before { width: 78%; }
.demo-bars--plan span:nth-child(3)::before { width: 64%; }
.demo-progress-ring {
  display: grid;
  place-items: center;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, #15191d 58%, transparent 60%),
    conic-gradient(var(--fit8-cyan) 0 82%, rgba(255,255,255,.14) 82% 100%);
  color: var(--fit8-white);
  font-size: 34px;
  font-weight: 800;
  animation: ringPulse 2.8s ease-in-out infinite;
}
.demo-timeline {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 clamp(24px,5vw,54px) 26px;
}
.demo-timeline span {
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  transition: width .28s ease, background .28s ease;
}
.demo-timeline span.is-active {
  width: 86px;
  background: linear-gradient(90deg, var(--fit8-cyan), var(--fit8-yellow));
}

.demo-showcase {
  position: relative;
  max-width: min(1480px, 100%);
  margin-inline: auto;
}
.demo-showcase::before {
  position: absolute;
  left: 50%;
  top: -28px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--fit8-cyan);
  box-shadow: 0 0 26px rgba(13,202,240,.7);
  content: "";
}
.demo-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
  color: rgba(255,255,255,.55);
  font-size: clamp(11px, .9vw, 13px);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.demo-showcase__meta span:first-child {
  color: var(--fit8-white);
}
.demo-video-frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #070a0d;
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
  aspect-ratio: 16 / 8.2;
}
.demo-video-frame::before,
.demo-video-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
}
.demo-video-frame::before {
  background:
    linear-gradient(90deg, rgba(6,10,13,.42), transparent 24%, transparent 72%, rgba(6,10,13,.32)),
    linear-gradient(0deg, rgba(5,7,9,.66), transparent 32%);
}
.demo-video-frame::after {
  border: 1px solid rgba(13,202,240,.18);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,193,5,.06);
}
.demo-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.03);
}
.demo-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(72px, 7vw, 104px);
  height: clamp(72px, 7vw, 104px);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--fit8-dark);
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 48px rgba(0,0,0,.32), 0 0 0 14px rgba(255,255,255,.08);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease, opacity .22s ease;
}
.demo-play-button:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: var(--fit8-yellow);
  box-shadow: 0 22px 58px rgba(0,0,0,.38), 0 0 0 18px rgba(255,193,5,.16);
}
.demo-play-button span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid currentColor;
}
.demo-play-button.is-playing {
  opacity: .92;
}
.demo-video-frame:hover .demo-play-button.is-playing,
.demo-play-button.is-playing:focus-visible {
  opacity: .9;
}
.demo-play-button.is-sound-on span {
  width: 22px;
  height: 24px;
  margin-left: 0;
  border: 0;
  background:
    linear-gradient(90deg, currentColor 0 7px, transparent 7px 15px, currentColor 15px 22px);
}
.demo-video-caption {
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 36px);
  z-index: 3;
  max-width: 480px;
}
.demo-video-caption span {
  display: block;
  margin-bottom: 8px;
  color: var(--fit8-cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.demo-video-caption p {
  margin: 0;
  max-width: 30ch;
  color: rgba(255,255,255,.86);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 700;
  line-height: 1.28;
}

.goals-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(13,202,240,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(255,193,5,.09), transparent 28%),
    #101316;
}
.goals-heading h2 { max-width: 980px; }
.plans-section .section-copy h2,
.register-copy h2 { max-width: 18ch; }
.goals-heading h2 span { display: inline-block; }
.goal-experience { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px,2vw,26px); max-width: 1380px; margin: clamp(36px,5vw,66px) auto 0; }
.goal-use-card { position: relative; display: grid; grid-template-rows: auto auto; align-content: start; min-height: 560px; padding: clamp(18px,2.4vw,30px); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.025)), #15191d; box-shadow: 0 28px 78px rgba(0,0,0,.24); transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease; }
.goal-use-card:hover { transform: translateY(-8px); border-color: rgba(13,202,240,.42); box-shadow: 0 34px 90px rgba(0,0,0,.32), 0 0 0 1px rgba(13,202,240,.08); }
.goal-use-card::after { position: absolute; inset: auto 0 0; height: 4px; content: ""; background: linear-gradient(90deg, var(--fit8-cyan), var(--fit8-yellow)); }
.goal-visual { position: relative; min-height: 220px; margin-bottom: clamp(22px,2vw,28px); overflow: hidden; border-radius: 8px; background: radial-gradient(circle at 50% 52%, rgba(13,202,240,.14), transparent 48%), rgba(255,255,255,.035); box-shadow: inset 0 0 0 1px rgba(255,255,255,.045); isolation: isolate; }
.goal-visual::before { position: absolute; inset: 34px 10%; z-index: -1; border: 1px solid rgba(255,255,255,.06); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); content: ""; }
.goal-visual::after { position: absolute; left: 15%; right: 15%; bottom: 32px; z-index: -1; height: 26px; border-radius: 999px; background: radial-gradient(ellipse, rgba(13,202,240,.22), transparent 68%); filter: blur(8px); content: ""; }
.goal-visual--video { min-height: 0; aspect-ratio: 4 / 3; border: 1px solid rgba(13,202,240,.22); background: #090d10; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 22px 54px rgba(0,0,0,.28); }
.goal-visual--video::before { inset: 0; z-index: 1; border: 0; background: linear-gradient(180deg, rgba(8,11,13,.05), rgba(8,11,13,.28) 72%, rgba(8,11,13,.68)); content: ""; pointer-events: none; }
.goal-visual--video::after { left: 16px; right: 16px; bottom: 12px; z-index: 1; height: 34px; background: radial-gradient(ellipse, rgba(13,202,240,.2), transparent 70%); opacity: .9; pointer-events: none; }
.goal-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.04) contrast(1.04); transform: scale(1.01); transition: transform .5s ease, filter .5s ease; }
.goal-use-card:hover .goal-video { filter: saturate(1.1) contrast(1.08); transform: scale(1.045); }
.goal-video__label { position: absolute; left: 14px; bottom: 14px; z-index: 2; display: inline-flex; align-items: center; min-height: 30px; padding: 7px 10px; border: 1px solid rgba(13,202,240,.34); border-radius: 999px; background: rgba(12,16,18,.74); color: var(--fit8-cyan); font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(12px); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.shape { position: absolute; display: block; border-radius: 8px; }
.goal-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.goal-svg * { vector-effect: non-scaling-stroke; }
.svg-treadmill-base { fill: rgba(13,202,240,.32); }
.svg-treadmill-belt { fill: rgba(13,202,240,.12); stroke: rgba(224,236,240,.78); stroke-width: 4; stroke-dasharray: 18 10; animation: svgBelt 1.1s linear infinite; }
.svg-treadmill-line { fill: none; stroke: rgba(255,255,255,.25); stroke-width: 2; }
.svg-console { fill: none; stroke: var(--fit8-yellow); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.svg-console-screen { fill: none; stroke: rgba(13,202,240,.7); stroke-width: 5; stroke-linecap: round; animation: svgConsole 2.5s ease-in-out infinite; }
.svg-runner { transform-origin: 176px 140px; animation: svgRunBounce 1.1s ease-in-out infinite; }
.svg-skin { fill: rgba(238,244,246,.94); }
.svg-body { fill: none; stroke: var(--fit8-cyan); stroke-width: 22; stroke-linecap: round; stroke-linejoin: round; }
.svg-limb { fill: none; stroke: rgba(232,241,244,.9); stroke-width: 13; stroke-linecap: round; stroke-linejoin: round; }
.svg-runner .runner-leg-a,
.svg-runner .runner-leg-b { stroke: var(--fit8-yellow); stroke-width: 14; }
.svg-joint { fill: var(--fit8-cyan); }
.runner-arm-a { transform-origin: 170px 104px; animation: svgRunnerArmA 1.1s ease-in-out infinite; }
.runner-arm-b { transform-origin: 170px 104px; animation: svgRunnerArmB 1.1s ease-in-out infinite; }
.runner-leg-a { transform-origin: 164px 140px; animation: svgRunnerLegA 1.1s ease-in-out infinite; }
.runner-leg-b { transform-origin: 164px 140px; animation: svgRunnerLegB 1.1s ease-in-out infinite; }
.svg-barbell { transform-origin: 180px 70px; animation: svgLiftBar 2.4s ease-in-out infinite; }
.svg-bar { fill: none; stroke: rgba(244,250,252,.92); stroke-width: 10; stroke-linecap: round; }
.svg-plate { fill: var(--fit8-yellow); opacity: .9; }
.svg-lifter-person { transform-origin: 180px 170px; animation: svgLifterDrive 2.4s ease-in-out infinite; }
.svg-lifter-person .svg-body { fill: var(--fit8-cyan); stroke: none; }
.svg-lifter-person .svg-limb { stroke-width: 13; }
.svg-lifter-person .lifter-leg-a,
.svg-lifter-person .lifter-leg-b { stroke: var(--fit8-yellow); stroke-width: 15; }
.lifter-arm-a { transform-origin: 106px 70px; animation: svgLifterArmA 2.4s ease-in-out infinite; }
.lifter-arm-b { transform-origin: 254px 70px; animation: svgLifterArmB 2.4s ease-in-out infinite; }
.structure-calendar { top: 36px; left: 50%; width: 250px; height: 158px; overflow: hidden; border: 2px solid rgba(13,202,240,.72); border-radius: 14px; background: linear-gradient(180deg, rgba(13,202,240,.18) 0 38px, rgba(255,255,255,.02) 38px), repeating-linear-gradient(90deg, transparent 0 49px, rgba(13,202,240,.25) 49px 51px), repeating-linear-gradient(180deg, transparent 0 40px, rgba(13,202,240,.22) 40px 42px); box-shadow: 0 0 32px rgba(13,202,240,.08); transform: translateX(-50%); }
.structure-calendar::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent); content: ""; transform: translateX(-105%); animation: calendarScan 4.4s ease-in-out infinite; }
.structure-block { width: 30px; height: 22px; border-radius: 7px; background: rgba(232,241,244,.86); animation: weekPulse 3.6s ease-in-out infinite; }
.structure-block-one { top: 84px; left: calc(50% - 70px); }
.structure-block-two { top: 122px; left: calc(50% - 18px); background: var(--fit8-cyan); animation-delay: .22s; }
.structure-block-three { top: 160px; left: calc(50% + 38px); background: var(--fit8-yellow); animation-delay: .44s; }
.structure-route { top: 96px; left: calc(50% - 58px); width: 140px; height: 88px; border-right: 4px solid rgba(255,193,5,.78); border-bottom: 4px solid rgba(255,193,5,.78); border-radius: 0 0 36px 0; animation: routeDraw 3.8s ease-in-out infinite; }
.structure-check { right: 19%; bottom: 30px; width: 76px; height: 44px; border-bottom: 13px solid var(--fit8-white); border-left: 13px solid var(--fit8-white); filter: drop-shadow(0 10px 18px rgba(0,0,0,.24)); transform: rotate(-45deg); animation: checkPop 3.6s ease-in-out infinite; }
.goal-card-copy { align-self: start; }
.goal-card-copy > span { display: inline-flex; margin-bottom: 16px; color: var(--fit8-cyan); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.goal-card-copy h3 { max-width: 11ch; margin: 0; color: var(--fit8-white); font-size: clamp(28px,2.7vw,44px); line-height: 1.04; text-transform: uppercase; font-weight: 800; }
.goal-use-card--structure .goal-card-copy h3 { max-width: 16ch; }
.goal-card-copy p { max-width: 35ch; margin: 16px 0 0; color: rgba(255,255,255,.7); font-size: clamp(14px,1vw,17px); line-height: 1.46; }
.goal-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 12px; margin-top: 24px; }
.goal-metrics div { display: flex; min-height: 92px; flex-direction: column; justify-content: center; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.06); }
.goal-metrics strong { display: block; color: var(--fit8-yellow); font-size: clamp(21px,1.55vw,28px); font-weight: 800; line-height: 1.02; white-space: nowrap; }
.goal-metrics small { display: block; margin-top: 7px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; line-height: 1.35; }

.plans-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: 1440px; margin: 34px auto 0; border-block: 1px solid var(--fit8-line); }
.plan-card { position: relative; min-height: 260px; overflow: hidden; border-left: 1px solid var(--fit8-line); background: transparent; }
.plan-card:last-child { border-right: 1px solid var(--fit8-line); }
.plan-card::before { position: absolute; inset: 18px; border-radius: 8px; content: ""; background: radial-gradient(circle at 18% 18%, rgba(13,202,240,.28), transparent 34%), linear-gradient(135deg, rgba(13,202,240,.18), rgba(255,193,5,.08)), #101316; opacity: 0; transform: scale(.94); transition: opacity .28s ease, transform .32s ease; }
.plan-card:hover::before { opacity: 1; transform: scale(1); }
.plan-summary { position: relative; z-index: 1; display: grid; align-content: start; width: 100%; min-height: 220px; padding: 38px 34px 24px; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; transition: min-height .28s ease, padding .28s ease; }
.plan-summary span { color: var(--fit8-cyan); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.plan-summary h3 { max-width: 260px; margin: 12px 0 0; color: var(--fit8-white); font-size: clamp(23px,1.9vw,31px); line-height: 1.08; text-transform: uppercase; font-weight: 800; }
.plan-details { position: relative; z-index: 1; max-height: 0; padding: 0 34px; opacity: 0; transform: translateY(10px); transition: max-height .34s ease, opacity .25s ease, transform .25s ease, padding .25s ease; }
.plan-card:hover .plan-summary { min-height: 118px; padding-bottom: 8px; }
.plan-card:hover .plan-details { max-height: 620px; padding-bottom: 34px; opacity: 1; transform: translateY(0); }
.price { margin: 0 0 12px; color: var(--fit8-yellow); font-size: clamp(34px,3.2vw,54px); font-weight: 800; line-height: .96; }
.plan-card p:not(.price), .plan-card li { color: rgba(255,255,255,.7); line-height: 1.5; }
.plan-card ul { display: grid; gap: 8px; padding-left: 18px; }
.plan-checkout-link { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 44px; margin-top: 18px; border: 1px solid rgba(13,202,240,.42); border-radius: 8px; background: rgba(13,202,240,.13); color: var(--fit8-white); cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease; }
.plan-checkout-link:hover, .plan-checkout-link:focus-visible { border-color: var(--fit8-yellow); background: var(--fit8-yellow); color: var(--fit8-dark); transform: translateY(-1px); }
.plans-tabs { position: relative; display: inline-grid; grid-template-columns: repeat(3, minmax(92px, 1fr)); gap: 4px; margin-top: 20px; padding: 5px; overflow: hidden; border: 1px solid var(--fit8-line); border-radius: 8px; background: rgba(255,255,255,.08); }
.plans-tab-blob,
.plans-tab-indicator {
  position: absolute;
  inset: 5px auto 5px 5px;
  width: 33%;
  border-radius: 6px;
  pointer-events: none;
}
.plans-tab-blob {
  z-index: 0;
  background: rgba(13,202,240,.18);
  filter: blur(10px);
  opacity: 0;
  transform: translate3d(0,0,0) scaleX(1);
  transition: transform .62s cubic-bezier(.16,1,.3,1), width .5s ease, opacity .22s ease;
}
.plans-tab-indicator {
  z-index: 0;
  background: var(--fit8-cyan);
  box-shadow: 0 10px 28px rgba(13,202,240,.18);
  transform: translate3d(0,0,0) scaleX(1);
  transition: transform .54s cubic-bezier(.16,1,.3,1), width .46s ease, border-radius .28s ease;
}
.plans-tabs.is-melting .plans-tab-blob { opacity: 1; animation: tabBlobSlide .56s cubic-bezier(.16,1,.3,1); }
.plans-tabs.is-melting .plans-tab-indicator { border-radius: 999px; animation: tabPillMelt .56s cubic-bezier(.16,1,.3,1); }
.plans-tabs button { position: relative; z-index: 1; min-height: 38px; border: 0; border-radius: 6px; background: transparent; color: rgba(255,255,255,.68); cursor: pointer; font-weight: 700; }
.plans-tabs button.is-active { color: var(--fit8-dark); }

.proof-section { overflow: hidden; background: radial-gradient(circle at 16% 20%, rgba(13,202,240,.18), transparent 30%), radial-gradient(circle at 82% 24%, rgba(255,193,5,.12), transparent 28%), linear-gradient(180deg, #111417 0%, #171c20 52%, #101316 100%); }
.results-layout { display: grid; grid-template-columns: minmax(280px,.74fr) minmax(0,1.26fr); align-items: center; gap: clamp(32px,5vw,72px); }
.results-copy h2 { margin-bottom: 22px; color: var(--fit8-white); font-size: clamp(32px,4vw,60px); line-height: 1.04; letter-spacing: -.5px; text-transform: uppercase; font-weight: 800; }
.gallery-carousel { position: relative; min-width: 0; }
.gallery-window { position: relative; width: min(100%,920px); min-height: clamp(500px,40vw,650px); overflow: hidden; border-radius: 8px; background: linear-gradient(90deg, rgba(13,202,240,.12), transparent 30%), #101417; box-shadow: 0 36px 110px rgba(0,0,0,.42); }
.gallery-track { display: flex; align-items: center; gap: clamp(18px,2vw,30px); min-height: clamp(500px,40vw,650px); padding: clamp(24px,3vw,44px) clamp(70px,6vw,110px); transition: transform .76s cubic-bezier(.22,1,.36,1); }
.gallery-track.is-jump-reset { transition: none; }
.gallery-slide { display: grid; place-items: center; flex: 0 0 clamp(340px,32vw,500px); height: clamp(430px,34vw,580px); overflow: hidden; border: 1px solid rgba(13,202,240,.22); border-radius: 8px; background: #101417; opacity: .52; transform: scale(.93); transition: opacity .56s ease, transform .76s cubic-bezier(.22,1,.36,1), border-color .56s ease; }
.gallery-slide.is-active { border-color: rgba(13,202,240,.72); opacity: 1; transform: scale(1); }
.gallery-slide img { width: auto; height: auto; max-width: calc(100% - 28px); max-height: calc(100% - 28px); object-fit: contain; border-radius: 6px; box-shadow: 0 18px 46px rgba(0,0,0,.32); }
.result-arrow, .coach-arrow { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(17,20,23,.78); cursor: pointer; }
.result-arrow { position: absolute; top: 50%; z-index: 4; transform: translateY(-50%); }
.result-arrow--prev { left: 18px; } .result-arrow--next { right: 18px; }
.result-arrow span, .coach-arrow span { width: 16px; height: 16px; border-top: 4px solid #fff; border-right: 4px solid #fff; }
.result-arrow--prev span, .coach-arrow--prev span { transform: rotate(-135deg); }
.result-arrow--next span, .coach-arrow--next span { transform: rotate(45deg); }
.results-dots { display: flex; gap: 8px; align-items: center; }
.results-dots--floating { position: absolute; left: 50%; bottom: 18px; z-index: 5; padding: 9px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(17,20,23,.78); transform: translateX(-50%); }
.results-dots button, .coach-dots button { width: 9px; height: 9px; border: 0; border-radius: 999px; background: rgba(255,255,255,.42); cursor: pointer; }
.results-dots button.is-active, .coach-dots button.is-active { width: 28px; background: var(--fit8-cyan); }

.team-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(13,202,240,.14), transparent 32%),
    radial-gradient(circle at 84% 12%, rgba(255,193,5,.08), transparent 28%),
    #101316;
}
.credentials-lab { max-width: 1160px; margin: clamp(28px, 4vw, 48px) auto 0; }
.credentials-hologram { display: block; }
.coach-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 52px;
  align-items: center;
  min-height: 340px;
  gap: 12px;
}
.film-detail {
  position: relative;
  overflow: hidden;
  padding: clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(13,202,240,.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 20%, rgba(13,202,240,.2), transparent 30%),
    linear-gradient(135deg, rgba(13,202,240,.12), rgba(255,193,5,.055)),
    rgba(10,14,17,.48);
  box-shadow: 0 28px 90px rgba(0,0,0,.32), inset 0 0 34px rgba(13,202,240,.08);
  backdrop-filter: blur(18px);
}
.film-detail::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  opacity: .44;
  pointer-events: none;
}
.film-detail::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 46%, rgba(13,202,240,.16) 47%, transparent 49% 100%);
  content: "";
  opacity: .55;
  pointer-events: none;
  transform: translateY(-120%);
  animation: hologramScan 3.8s ease-in-out infinite;
}
.coach-stage { position: relative; width: 100%; height: 360px; perspective: 1400px; }
.coach-profile-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: clamp(260px, 27vw, 320px) minmax(0, 1fr);
  gap: clamp(20px, 2.4vw, 34px);
  min-height: 100%;
  padding: clamp(18px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(13,202,240,.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(13,202,240,.11), rgba(255,255,255,.035)),
    rgba(12,16,18,.72);
  box-shadow: 0 24px 70px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.045);
  transform-origin: center;
  transition: transform .58s cubic-bezier(.22,1,.36,1), opacity .34s ease, filter .34s ease;
}
.coach-profile-card::after {
  position: absolute;
  inset: auto clamp(18px, 2vw, 24px) 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fit8-cyan), var(--fit8-yellow));
  content: "";
}
.coach-profile-card.is-active { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); z-index: 3; animation: credentialReveal .48s cubic-bezier(.22,1,.36,1); }
.coach-profile-card.is-prev { opacity: 0; filter: blur(2px); transform: translate3d(-7%,18px,0) scale(.96); z-index: 1; pointer-events: none; }
.coach-profile-card.is-next { opacity: 0; filter: blur(2px); transform: translate3d(7%,18px,0) scale(.96); z-index: 1; pointer-events: none; }
.coach-profile-card.is-hidden { opacity: 0; filter: blur(3px); transform: translate3d(0,28px,0) scale(.94); pointer-events: none; }
.coach-photo {
  position: relative;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(260px, 26vw, 300px);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(13,202,240,.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 16%, rgba(13,202,240,.16), transparent 38%),
    rgba(13,202,240,.05);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 18px 48px rgba(0,0,0,.2);
  transform: translateY(-12px);
}
.coach-photo::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, transparent 0 34%, rgba(12,16,18,.28) 55%, rgba(12,16,18,.88) 100%),
    linear-gradient(90deg, transparent 60%, rgba(12,16,18,.72));
  content: "";
}
.coach-photo img {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
  filter: saturate(1.05) contrast(1.05);
  opacity: .9;
  transition: transform .64s ease;
}
.coach-profile-card.is-active .coach-photo img { transform: scale(1.08); }
.coach-info {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: clamp(10px, 1.1vw, 14px);
  padding: clamp(18px, 2.2vw, 32px) clamp(16px, 2.4vw, 34px) clamp(18px, 2.1vw, 30px) 0;
}
.coach-info__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.coach-info span { justify-self: start; padding: 8px 12px; border-radius: 999px; background: rgba(13,202,240,.12); color: var(--fit8-cyan); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.coach-info small { color: rgba(255,255,255,.52); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coach-info h3 { max-width: 20ch; margin: 0; font-size: clamp(27px,2.15vw,38px); line-height: 1.02; text-transform: uppercase; font-weight: 800; }
.coach-info p, .coach-info dd { color: rgba(255,255,255,.7); }
.coach-info p { max-width: 62ch; margin: 0; font-size: 14px; line-height: 1.42; }
.coach-info dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 6px 0 0; }
.coach-info dl div { min-height: 62px; padding: 11px 13px; border: 1px solid rgba(13,202,240,.18); border-radius: 8px; background: rgba(13,202,240,.065); }
.coach-info dt { margin-bottom: 6px; color: var(--fit8-cyan); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coach-info dd { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.25; }
.coach-arrow {
  position: relative;
  z-index: 4;
  background: rgba(17,20,23,.88);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.coach-arrow:hover { border-color: rgba(13,202,240,.42); background: rgba(13,202,240,.15); transform: scale(1.06); }

.faq-section { background: #101316; }
.faq-layout { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(420px,1.1fr); gap: clamp(42px,6vw,92px); align-items: start; width: min(100% - 44px,1440px); margin: 0 auto; }
.faq-visual { position: sticky; top: 94px; height: min(820px, calc(100vh - 128px)); min-height: 640px; overflow: hidden; border: 1px solid var(--fit8-line); border-radius: 8px; background: #111417; box-shadow: 0 34px 100px rgba(0,0,0,.38); }
.faq-visual img,
.faq-visual video { width: 100%; height: 100%; object-fit: cover; object-position: center top; pointer-events: none; }
.faq-visual video { min-height: inherit; background: #111417; }
.faq-copy { text-align: left; }
.faq-list { display: grid; gap: 16px; max-width: 760px; }
.faq-list details { overflow: hidden; border: 1px solid var(--fit8-line); border-radius: 8px; background: rgba(255,255,255,.07); box-shadow: 0 20px 54px rgba(0,0,0,.22); transition: border-color .28s ease, background .28s ease, box-shadow .28s ease, transform .28s ease; }
.faq-list details[open]:not(.is-closing) { border-color: rgba(13,202,240,.32); background: rgba(255,255,255,.09); box-shadow: 0 24px 66px rgba(0,0,0,.3); transform: translateY(-2px); }
.faq-list summary { display: flex; justify-content: space-between; gap: 18px; padding: 22px; list-style: none; cursor: pointer; color: var(--fit8-white); font-size: clamp(17px,1.15vw,21px); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: 999px; background: rgba(13,202,240,.14); color: var(--fit8-cyan); transition: transform .28s cubic-bezier(.22,1,.36,1), background .28s ease, color .28s ease; }
.faq-list details[open]:not(.is-closing) summary::after { content: "-"; transform: rotate(180deg) scale(1.05); background: var(--fit8-cyan); color: #101316; }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transform: translateY(-8px); transition: grid-template-rows .36s cubic-bezier(.22,1,.36,1), opacity .24s ease, transform .36s cubic-bezier(.22,1,.36,1); }
.faq-list details[open]:not(.is-opening):not(.is-closing) .faq-answer { grid-template-rows: 1fr; opacity: 1; transform: translateY(0); }
.faq-list details.is-opening .faq-answer,
.faq-list details.is-closing .faq-answer { grid-template-rows: 0fr; opacity: 0; transform: translateY(-8px); }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding: 0 22px 22px; color: rgba(255,255,255,.7); line-height: 1.55; }

.register-section { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(320px,1.2fr); gap: clamp(32px,6vw,84px); align-items: start; }
.register-form { display: grid; gap: 16px; padding: clamp(20px,3vw,34px); border: 1px solid var(--fit8-line); border-radius: 8px; background: rgba(255,255,255,.08); box-shadow: 0 28px 78px rgba(0,0,0,.28); }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
label { display: grid; gap: 8px; color: rgba(255,255,255,.78); font-weight: 700; }
input, select { width: 100%; min-height: 54px; padding: 0 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.08); color: var(--fit8-white); }
.form-note { margin: 0; color: rgba(255,255,255,.7); line-height: 1.5; }
.mobile-sticky-cta { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 70; display: none; align-items: center; justify-content: center; min-height: 54px; border-radius: 8px; background: var(--fit8-yellow); color: var(--fit8-dark); font-weight: 800; box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px clamp(18px,5vw,74px); border-top: 1px solid var(--fit8-line); background: #0d1013; color: rgba(255,255,255,.62); }
.site-footer img { width: 100px; }

.reveal { opacity: 0; filter: blur(6px); transform: translateY(34px); transition: opacity .62s ease, filter .62s ease, transform .62s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes heroBar { 0%, 100% { transform: scaleX(.78); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } }
@keyframes phoneFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes demoBar { 0%, 100% { transform: scaleX(.82); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } }
@keyframes ringPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(13,202,240,.18); } 50% { box-shadow: 0 0 0 16px rgba(13,202,240,0); } }
@keyframes svgBelt { to { stroke-dashoffset: -28; } }
@keyframes svgConsole { 50% { stroke: var(--fit8-cyan); filter: drop-shadow(0 0 8px rgba(13,202,240,.36)); } }
@keyframes svgRunBounce { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(1deg); } }
@keyframes svgRunnerArmA { 0%, 100% { transform: rotate(7deg); } 50% { transform: rotate(-14deg); } }
@keyframes svgRunnerArmB { 0%, 100% { transform: rotate(-7deg); } 50% { transform: rotate(14deg); } }
@keyframes svgRunnerLegA { 0%, 100% { transform: rotate(13deg); } 50% { transform: rotate(-16deg); } }
@keyframes svgRunnerLegB { 0%, 100% { transform: rotate(-15deg); } 50% { transform: rotate(15deg); } }
@keyframes svgLiftBar { 0%, 100% { transform: translateY(0); } 42%, 62% { transform: translateY(-8px); } }
@keyframes svgLifterDrive { 0%, 100% { transform: translateY(0) scaleY(1); } 42%, 62% { transform: translateY(-4px) scaleY(.99); } }
@keyframes svgLifterArmA { 0%, 100% { transform: rotate(0); } 42%, 62% { transform: rotate(-3deg); } }
@keyframes svgLifterArmB { 0%, 100% { transform: rotate(0); } 42%, 62% { transform: rotate(3deg); } }
@keyframes tabPillMelt {
  0% { scale: 1 1; filter: blur(0); }
  38% { scale: 1.14 .92; filter: blur(.4px); }
  72% { scale: .96 1.04; filter: blur(.15px); }
  100% { scale: 1 1; filter: blur(0); }
}
@keyframes tabBlobSlide {
  0% { scale: .75 .82; opacity: 0; }
  35% { scale: 1.45 .9; opacity: .82; }
  100% { scale: 1 .95; opacity: 0; }
}
@keyframes credentialReveal {
  0% { opacity: 0; clip-path: inset(0 0 100% 0); transform: translate3d(0,-14px,0) scale(.985); }
  100% { opacity: 1; clip-path: inset(0); transform: translate3d(0,0,0) scale(1); }
}
@keyframes hologramScan {
  0%, 28% { transform: translateY(-120%); opacity: 0; }
  42%, 70% { opacity: .5; }
  100% { transform: translateY(120%); opacity: 0; }
}
@keyframes weekPulse { 0%, 100% { opacity: .62; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes calendarScan { 0%, 42% { transform: translateX(-105%); } 68%, 100% { transform: translateX(105%); } }
@keyframes routeDraw { 0%,100% { clip-path: inset(0 100% 100% 0); opacity: .42; } 50% { clip-path: inset(0); opacity: 1; } }
@keyframes checkPop { 0%, 42%, 100% { opacity: .62; transform: rotate(-45deg) scale(.86); } 56%, 72% { opacity: 1; transform: rotate(-45deg) scale(1); } }

@media (max-width: 1020px) {
  .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .hero-media { justify-self: center; width: min(58vw, 360px); min-width: 230px; }
  .hero-brief { max-width: 620px; }
  .demo-step { grid-template-columns: 1fr; align-content: start; }
  .demo-steps { min-height: 780px; }
  .demo-app { min-height: 430px; }
  .goal-experience { display: flex; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
  .goal-use-card { flex: 0 0 min(84vw, 380px); scroll-snap-align: start; }
  .plans-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .plan-card { flex: 0 0 min(82vw, 360px); scroll-snap-align: start; border-right: 1px solid var(--fit8-line); }
  .results-layout, .faq-layout, .register-section { grid-template-columns: 1fr; }
  .results-copy { max-width: 680px; }
  .coach-carousel { min-height: 390px; }
  .coach-stage { height: 360px; }
  .coach-profile-card { grid-template-columns: clamp(230px, 30vw, 280px) minmax(0, 1fr); gap: 18px; }
  .coach-photo { height: 290px; }
  .coach-info { padding-right: 20px; }
  .coach-info h3 { font-size: clamp(26px,3vw,34px); }
  .gallery-window { width: min(100%, 760px); margin-inline: auto; }
  .gallery-track { padding-inline: max(34px, 8vw); }
  .gallery-slide { flex-basis: min(70vw, 430px); }
  .faq-visual { position: relative; top: 0; height: 620px; }
}
@media (max-width: 760px) {
  .site-header { padding-inline: 16px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; top: 58px; left: 12px; right: 12px; display: grid; padding: 12px; border: 1px solid var(--fit8-line); border-radius: 8px; background: rgba(17,20,23,.98); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .22s ease, transform .22s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { min-height: 44px; padding: 14px; }
  .hero-section { min-height: 92svh; padding: 106px 22px 74px; }
  h1 { font-size: clamp(46px,15vw,68px); }
  .hero-media { justify-self: center; width: min(70vw, 280px); margin-top: 16px; }
  .hero-actions, .hero-proof, .form-row { display: grid; grid-template-columns: 1fr; }
  .hero-brief__grid { grid-template-columns: 1fr 1fr; }
  .button { width: 100%; }
  section:not(.strip-section) { padding-inline: 16px; }
  .demo-showcase::before { top: -18px; }
  .demo-showcase__meta { justify-content: flex-start; gap: 8px 14px; }
  .demo-video-frame { min-height: 300px; aspect-ratio: 4 / 5; }
  .demo-video { object-fit: cover; }
  .demo-video-caption { right: 18px; }
  .demo-video-caption p { max-width: 280px; }
  .demo-steps { min-height: 760px; }
  .demo-step { gap: 22px; padding: 22px; }
  .demo-app { min-height: 420px; }
  .demo-dashboard { left: 16px; right: 16px; top: 28px; width: auto; transform: none; }
  .demo-phone { right: 18px; bottom: 20px; width: 210px; min-height: 300px; }
  .demo-dashboard h4 { font-size: 34px; }
  .goal-visual { min-height: 190px; }
  .goal-svg { transform: scale(.92); transform-origin: center; }
  .structure-calendar { width: 214px; }
  .coach-carousel { grid-template-columns: 1fr; min-height: 560px; padding-bottom: 64px; }
  .film-detail { margin-inline: -4px; padding: 12px; }
  .coach-stage { height: 540px; }
  .coach-profile-card { grid-template-columns: 1fr; gap: 12px; height: 540px; padding: 12px; }
  .coach-photo { width: 100%; height: 210px; min-height: 210px; max-height: 210px; }
  .coach-photo::after { background: linear-gradient(180deg, transparent 36%, rgba(12,16,18,.86)); }
  .coach-info { align-content: start; gap: 10px; padding: 0 6px 18px; }
  .coach-info h3 { max-width: 18ch; font-size: clamp(25px,7vw,34px); }
  .coach-info p { font-size: 13px; }
  .coach-info dl { grid-template-columns: 1fr 1fr; }
  .coach-info dl div { min-height: 54px; padding: 9px; }
  .coach-info dd { font-size: 12px; }
  .coach-arrow { position: absolute; bottom: 10px; }
  .coach-arrow--prev { left: calc(50% - 62px); }
  .coach-arrow--next { right: calc(50% - 62px); }
  .gallery-window { --gallery-slide-mobile: min(78vw,310px); --gallery-center-nudge: 12px; width: 100%; min-height: 390px; border-radius: 8px; }
  .gallery-track { min-height: 390px; gap: 18px; padding: 22px max(18px, calc((100% - var(--gallery-slide-mobile)) / 2)) 54px; }
  .gallery-slide { flex: 0 0 var(--gallery-slide-mobile); height: 310px; opacity: .26; transform: scale(.82); }
  .gallery-slide.is-active { opacity: 1; transform: scale(1); }
  .gallery-slide img { max-width: calc(100% - 18px); max-height: calc(100% - 18px); }
  .result-arrow { width: 44px; height: 44px; background: rgba(17,20,23,.86); }
  .result-arrow--prev { left: 8px; }
  .result-arrow--next { right: 8px; }
  .mobile-sticky-cta { display: flex; }
  .site-footer { display: grid; padding-bottom: 90px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .cursor-glow { width: 260px; height: 260px; }
  body.is-touching-glow .cursor-glow { width: 320px; height: 320px; }

  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }
  .brand img { width: 66px; }
  .menu-button { width: 42px; height: 42px; }
  .site-nav {
    top: 68px;
    max-height: calc(100svh - 86px);
    overflow-y: auto;
  }
  .site-nav .nav-action {
    margin-left: 0;
    text-align: center;
  }

  section:not(.strip-section) {
    padding: 68px 16px;
    scroll-margin-top: 74px;
  }
  .pill {
    display: none;
  }
  h1 {
    margin-bottom: 22px;
    font-size: clamp(34px, 10.6vw, 46px);
    line-height: 1.06;
    letter-spacing: 0;
  }
  .section-copy h2,
  .register-copy h2,
  .results-copy h2 {
    max-width: 12ch;
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.08;
    letter-spacing: 0;
  }
  .hero-lede,
  .section-copy p,
  .register-copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-section {
    min-height: auto;
    padding: 100px 16px 58px;
  }
  .hero-layout {
    gap: 28px;
  }
  .hero-copy {
    max-width: 100%;
    padding-top: clamp(22px, 6svh, 42px);
  }
  .hero-copy h1 {
    margin-bottom: 18px;
    padding-top: 0;
    font-size: clamp(31px, 8.8vw, 39px);
    line-height: 1.18;
    letter-spacing: 0;
    overflow: visible;
  }
  .hero-media {
    justify-self: center;
    width: min(58vw, 230px);
    min-width: 190px;
    max-height: 360px;
  }
  .hero-actions {
    gap: 12px;
    margin-top: 22px;
  }
  .button {
    min-width: 0;
    min-height: 50px;
    padding: 13px 16px;
    font-size: 14px;
  }
  .button-primary,
  .button-ghost { min-width: 0; }
  .hero-proof {
    gap: 10px;
    margin-top: 18px;
  }
  .hero-proof span {
    font-size: 12px;
  }

  .demo-stage { margin-top: 28px; }
  .demo-showcase {
    margin-inline: -4px;
  }
  .demo-showcase__meta {
    font-size: 10px;
  }
  .demo-video-frame {
    min-height: 260px;
    aspect-ratio: 9 / 12;
  }
  .demo-video-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .demo-video-caption p {
    max-width: 100%;
    font-size: 12px;
  }

  .goal-experience,
  .plans-grid {
    gap: 14px;
    margin-inline: -16px;
    padding-inline: 16px;
    padding-bottom: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .goal-experience::-webkit-scrollbar,
  .plans-grid::-webkit-scrollbar { display: none; }
  .goal-use-card {
    flex: 0 0 min(82vw, 320px);
    min-height: 465px;
    padding: 16px;
    scroll-snap-align: center;
  }
  .goal-visual {
    min-height: 0;
    margin-bottom: 24px;
  }
  .goal-visual--video {
    aspect-ratio: 4 / 3;
  }
  .goal-card-copy > span {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .goal-card-copy h3 {
    max-width: 12ch;
    font-size: 30px;
  }
  .goal-card-copy p {
    font-size: 14px;
  }
  .goal-metrics {
    gap: 8px;
    margin-top: 18px;
  }
  .goal-metrics div {
    padding: 10px;
  }
  .goal-metrics strong {
    font-size: 24px;
  }

  .plans-tabs {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .plans-tabs button {
    min-height: 40px;
    font-size: 12px;
  }
  .plans-grid {
    border-block: 0;
  }
  .plan-card {
    flex: 0 0 min(78vw, 315px);
    min-height: 190px;
    border: 1px solid var(--fit8-line);
    border-radius: 8px;
    scroll-snap-align: center;
  }
  .plan-card:last-child { border-right: 1px solid var(--fit8-line); }
  .plan-card::before {
    inset: 8px;
    opacity: .58;
    transform: scale(1);
  }
  .plan-summary {
    min-height: 166px;
    padding: 24px 22px 18px;
  }
  .plan-card.is-selected::before {
    opacity: 1;
    transform: scale(1);
  }
  .plan-card.is-selected .plan-summary {
    min-height: 86px;
    padding: 22px 22px 8px;
  }
  .plan-summary h3 {
    max-width: 11ch;
    font-size: 26px;
  }
  .plan-card.is-selected .plan-details {
    max-height: 560px;
    padding: 0 22px 24px;
    opacity: 1;
    transform: translateY(0);
  }
  .price {
    font-size: 38px;
  }
  .plan-card p:not(.price),
  .plan-card li {
    font-size: 13px;
  }

  .results-layout {
    gap: 28px;
  }
  .results-copy {
    max-width: 100%;
  }
  .gallery-window {
    --gallery-slide-mobile: min(76vw, 292px);
    --gallery-center-nudge: 12px;
    width: calc(100vw - 32px);
    min-height: 360px;
    margin-inline: auto;
  }
  .gallery-track {
    min-height: 360px;
    gap: 18px;
    padding: 22px max(18px, calc((100% - var(--gallery-slide-mobile)) / 2)) 58px;
  }
  .gallery-slide {
    flex: 0 0 var(--gallery-slide-mobile);
    height: 292px;
    opacity: .22;
    transform: scale(.78);
    scroll-snap-align: center;
  }
  .gallery-slide.is-active {
    opacity: 1;
    transform: scale(1);
  }
  .gallery-slide img {
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px);
  }
  .result-arrow {
    width: 42px;
    height: 42px;
  }
  .result-arrow--prev { left: 6px; }
  .result-arrow--next { right: 6px; }
  .results-dots--floating {
    bottom: 12px;
    max-width: calc(100% - 34px);
  }

  .credentials-lab {
    margin-top: 28px;
  }
  .coach-carousel {
    min-height: 620px;
    padding-bottom: 60px;
  }
  .coach-stage {
    height: 570px;
  }
  .coach-profile-card {
    height: 570px;
    padding: 10px;
    gap: 10px;
  }
  .coach-photo {
    width: 100%;
    height: 195px;
    min-height: 195px;
    max-height: 195px;
  }
  .coach-info {
    padding: 0 4px 16px;
  }
  .coach-info__head {
    gap: 8px;
  }
  .coach-info span,
  .coach-info small {
    font-size: 10px;
  }
  .coach-info h3 {
    max-width: 20ch;
    font-size: clamp(23px, 7.4vw, 30px);
  }
  .coach-info p {
    font-size: 12.5px;
  }
  .coach-info dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .coach-info dl div {
    min-height: auto;
    padding: 8px 10px;
  }
  .coach-info dt {
    margin-bottom: 4px;
    font-size: 10px;
  }
  .coach-info dd {
    font-size: 12px;
  }

  .faq-layout {
    width: 100%;
    gap: 28px;
  }
  .faq-visual {
    height: 360px;
    min-height: 360px;
  }
  .faq-list {
    gap: 12px;
  }
  .faq-list summary {
    align-items: center;
    padding: 17px;
    font-size: 15px;
  }
  .faq-list summary::after {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
  .faq-answer p {
    padding: 0 17px 17px;
    font-size: 14px;
  }

  .register-section {
    gap: 26px;
  }
  .register-form {
    gap: 13px;
    padding: 18px;
  }
  input,
  select {
    min-height: 50px;
  }
  .mobile-sticky-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 50px;
    font-size: 14px;
  }
  .site-footer {
    gap: 12px;
    padding-inline: 16px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  h1 { font-size: 33px; }
  .section-copy h2,
  .register-copy h2,
  .results-copy h2 { font-size: 27px; }
  .goal-use-card,
  .plan-card { flex-basis: 86vw; }
  .gallery-window { --gallery-slide-mobile: 82vw; }
  .gallery-slide { height: 278px; }
  .hero-media { width: 200px; min-width: 180px; }
}
