:root {
  font-family:Inter,Arial,sans-serif;
  color:#1a1a1a;
  background:#fff;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0
}
img {
  display:block;
  max-width:100%
}
a {
  color:inherit;
  text-decoration:none
}
button,summary {
  font:inherit
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  font-family:Outfit,Inter,Arial,sans-serif;
  letter-spacing:-.035em
}
h1 {
  font-size:clamp(2.6rem,5.2vw,4.8rem);
  line-height:1.08;
  margin-bottom:1.5rem
}
h2 {
  font-size:clamp(2rem,3.9vw,3.5rem);
  line-height:1.14;
  margin-bottom:1.25rem
}
h3 {
  font-size:1.4rem;
  line-height:1.25
}
em {
  font-style:normal;
  color:#f34258
}
p {
  line-height:1.7
}
.container {
  width:min(1200px,calc(100% - 48px));
  margin-inline:auto
}
.section {
  padding:112px 0;
  scroll-margin-top:80px
}
.section-white {
  background:#fff
}
.skip-link {
  position:absolute;
  z-index:100;
  top:-60px;
  left:16px;
  background:#1a1a1a;
  color:#fff;
  padding:10px 16px;
  border-radius:8px
}
.skip-link:focus {
  top:12px
}
.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e8e4df;
  backdrop-filter:blur(12px)
}
.header-inner {
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  font:700 1.25rem Outfit,Inter,sans-serif;
  display:inline-flex;
  align-items:center;
  white-space:nowrap
}
.brand-mark {
  display:block;
  width:66px;
  height:66px;
  border-radius:11px;
  object-fit:contain;
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:32px
}
.desktop-nav a,.footer-main nav a {
  font-size:.9rem;
  color:#5f6065
}
.desktop-nav a:hover,.footer-main nav a:hover,.text-link:hover {
  color:#f34258
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:49px;
  padding:12px 21px;
  border-radius:12px;
  font-size:.9rem;
  font-weight:700;
  transition:transform .2s,background .2s,box-shadow .2s
}
.button:hover {
  transform:translateY(-2px)
}
.button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid #245ff7;
  outline-offset:3px
}
.button-primary {
  background:#f34258;
  color:#fff;
  box-shadow:0 10px 24px rgba(243,66,88,.18)
}
.button-primary:hover {
  background:#de344b;
  color:#fff
}
.button-secondary {
  background:#fff;
  border:1px solid #e8e4df
}
.button-secondary:hover {
  background:#f6f4f1
}
.running-icon {
  color: #fff;
  width:20px;
  height:20px;
  flex:0 0 20px;
  object-fit:contain
}
.mobile-nav {
  display:none
}
.hero {
  padding-top:96px;
  padding-bottom:104px;
  overflow:hidden
}
.hero-grid,.split-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:clamp(40px,7vw,100px)
}
.hero-copy {
  position:relative;
  z-index:3
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  margin-bottom:27px;
  border-radius:100px;
  background:#fff0f1;
  color:#dd354c;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.02em
}
.status-dot {
  width:7px;
  height:7px;
  background:#f34258;
  border-radius:50%
}
.lead {
  font-size:1.12rem;
  color:#606268;
  max-width:540px;
  margin-bottom:30px
}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}
.hero-note {
  font-size:.82rem;
  color:#8a8d92;
  margin:22px 0 0
}
.hero-visual {
  min-height:600px;
  position:relative;
  display:grid;
  place-items:center
}
.visual-orbit {
  position:absolute;
  width:560px;
  height:560px;
  border:1px solid #eadfdd;
  border-radius:50%;
  background:radial-gradient(circle,#ffe9e9 0%,rgba(255,233,233,0) 67%)
}
.phone {
  position:relative;
  width:min(280px,80%);
  border-radius:38px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 28px 70px rgba(22,27,47,.15);
  border:1px solid #eee
}
.phone img {
  width:100%;
  height:auto
}
.phone-hero {
  width:285px;
  transform:rotate(3deg)
}
.orbit-card {
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  width:224px;
  min-height:118px;
  margin:-59px 0 0 -112px;
  display:grid;
  gap:5px;
  padding:20px;
  background:#fff;
  border:1px solid #e8e4df;
  border-radius:18px;
  box-shadow:0 24px 50px rgba(22,27,47,.15);
  font-size:.9rem;
  transform:rotate(0deg) translateX(280px) rotate(0deg);
  animation:orbit-cards 24s linear infinite
}
.orbit-card strong {
  font:700 1.1rem Outfit,sans-serif
}
.orbit-card small {
  color:#737373
}
.orbit-card-2 {
  animation-delay:-4.8s
}
.orbit-card-3 {
  animation-delay:-9.6s
}
.orbit-card-4 {
  animation-delay:-14.4s
}
.orbit-card-5 {
  animation-delay:-19.2s
}
@keyframes orbit-cards {
  from { transform:rotate(0deg) translateX(280px) rotate(0deg) }
  to { transform:rotate(360deg) translateX(280px) rotate(-360deg) }
}
.screen-stage {
  min-height:590px;
  position:relative;
  display:grid;
  place-items:center
}
.screen-glow {
  position:absolute;
  width:460px;
  height:460px;
  max-width:100%;
  border-radius:50%;
  background:#fff0f1;
  transform:scale(.92);
  opacity:.72;
  animation:screen-glow-pulse 6s cubic-bezier(.45,0,.25,1) infinite
}
.screen-glow-blue {
  background:#eff5fc;
  animation-delay:-2.8s
}
@keyframes screen-glow-pulse {
  0%,100% {
    transform:scale(.92);
    opacity:.62;
    box-shadow:0 0 0 0 rgba(243,66,88,0)
  }
  50% {
    transform:scale(1.08);
    opacity:.95;
    box-shadow:0 0 70px 18px rgba(243,66,88,.1)
  }
}
.screen-glow-blue {
  animation-name:screen-glow-pulse-blue
}
@keyframes screen-glow-pulse-blue {
  0%,100% {
    transform:scale(.92);
    opacity:.62;
    box-shadow:0 0 0 0 rgba(68,125,211,0)
  }
  50% {
    transform:scale(1.08);
    opacity:.95;
    box-shadow:0 0 70px 18px rgba(68,125,211,.1)
  }
}
.screen-stage>.phone {
  z-index:1
}
.section-copy {
  max-width:520px
}
.section-copy>p:not(.section-label) {
  color:#65676c;
  font-size:1.06rem;
  margin-bottom:27px
}
.section-label {
  text-transform:uppercase;
  letter-spacing:.17em;
  color:#ee3c53;
  font-size:.72rem;
  font-weight:800;
  margin-bottom:19px
}
.chips {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:27px 0
}
.chips span {
  border:1px solid #e8e4df;
  background:#fff;
  border-radius:100px;
  padding:8px 13px;
  font-size:.8rem;
  font-weight:600
}
.text-link {
  display:inline-flex;
  gap:8px;
  font-weight:700;
  font-size:.9rem;
  color:#e93e55;
  margin-top:10px
}
.center-heading {
  text-align:center;
  max-width:760px;
  margin:0 auto 52px
}
.center-heading>p:not(.section-label) {
  color:#65676c;
  font-size:1.05rem;
  max-width:620px;
  margin:0 auto
}
.workout-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.workout-card {
  min-height:290px;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e8e4df;
  border-radius:20px;
  padding:24px;
  box-shadow:0 10px 35px rgba(30,30,30,.025)
}
.workout-card h3 {
  font-size:1.22rem;
  margin:21px 0 8px
}
.workout-card>p {
  font-size:.85rem;
  line-height:1.55;
  color:#66686e;
  margin-bottom:24px
}
.workout-card dl {
  margin:auto 0 0;
  border-top:1px solid #ece9e4;
  padding-top:14px
}
.workout-card dl div {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:4px 0;
  font-size:.77rem
}
.workout-card dt {
  color:#85878c
}
.workout-card dd {
  margin:0;
  font-weight:700;
  text-align:right
}
.workout-type {
  align-self:flex-start;
  border-radius:100px;
  padding:7px 11px;
  font-size:.72rem;
  font-weight:700
}
.type-red {
  color:#df3d52;
  background:#fff0f1
}
.type-blue {
  color:#3f63cf;
  background:#edf1ff
}
.type-green {
  color:#14855d;
  background:#e8f8f0
}
.type-amber {
  color:#a96500;
  background:#fff4dd
}
.example-note {
  text-align:center;
  font-size:.78rem;
  color:#85878c;
  margin:20px 0 0
}
.split-reverse .section-copy {
  order:1
}
.split-reverse .screen-stage {
  order:2
}
.screen-pair {
  min-height:670px
}
.screen-pair .phone {
  position:absolute;
  width:230px
}
.screen-pair .phone-back {
  right:4%;
  top:5%;
  transform:rotate(8deg);
  height:500px
}
.screen-pair .phone-back img {
  height:100%;
  object-fit:cover;
  object-position:top
}
.screen-pair .phone-front {
  left:7%;
  bottom:0;
  transform:rotate(-5deg)
}
.check-list {
  list-style:none;
  padding:0;
  margin:0 0 24px
}
.check-list li {
  position:relative;
  padding:8px 0 8px 31px;
  color:#4e5055;
  font-size:.92rem
}
.check-list li:before {
  content:'✓';
  position:absolute;
  left:0;
  top:7px;
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  background:#f34258;
  border-radius:50%;
  color:#fff;
  font-size:.75rem;
  font-weight:800
}
.mini-steps {
  list-style:none;
  counter-reset:mini;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 23px
}
.mini-steps li {
  counter-increment:mini;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid #e8e4df;
  border-radius:10px;
  background:#fff;
  padding:7px 11px;
  font-size:.78rem;
  font-weight:600
}
.mini-steps li:before {
  content:counter(mini);
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  border-radius:50%;
  background:#f34258;
  color:#fff;
  font-size:.67rem
}
.steps-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:48px;
  padding:0;
  margin:0;
  list-style:none
}
.steps-grid li {
  border-top:1px solid #e8e4df;
  padding-top:19px
}
.step-number {
  font:700 4.3rem Outfit,sans-serif;
  line-height:1;
  color:#f0ede8
}
.steps-grid h3 {
  margin:19px 0 8px
}
.steps-grid p {
  color:#65676c;
  font-size:.94rem;
  margin:0
}
.audience-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px
}
.audience-grid article {
  border:1px solid #e8e4df;
  border-radius:24px;
  background:#fff;
  padding:38px
}
.audience-icon {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background: #f34258;
  font-size:1.8rem;
  font-weight:700;
  margin-bottom:28px
}
.audience-icon-dark {
  background:#f1efec;
  color:#222
}
.audience-grid h3 {
  font-size:1.65rem;
  margin-bottom:9px
}
.audience-grid p {
  color:#65676c;
  font-size:.95rem
}
.audience-grid ul {
  padding-left:18px;
  margin-bottom:0;
  color:#414348;
  font-size:.9rem;
  line-height:2
}
.faq-container {
  max-width:830px
}
.faq-list {
  border-top:1px solid #e8e4df
}
.faq-list details {
  border-bottom:1px solid #e8e4df
}
.faq-list summary {
  cursor:pointer;
  list-style:none;
  padding:21px 40px 21px 0;
  position:relative;
  font-weight:700
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary:after {
  content:'+';
  position:absolute;
  right:3px;
  top:17px;
  font-size:1.5rem;
  font-weight:400;
  color:#85878c
}
.faq-list details[open] summary:after {
  content:'−'
}
.faq-list details p {
  color:#65676c;
  padding:0 40px 22px 0;
  margin:0;
  font-size:.94rem
}
.final-cta {
  text-align:center;
  background:#fff
}
.cta-inner {
  max-width:770px
}
.cta-inner>p:not(.section-label) {
  color:#65676c;
  font-size:1.04rem;
  margin-bottom:29px
}
.site-footer {
  background:#fff;
  border-top:1px solid #e8e4df;
  padding:42px 0 25px
}
.footer-main,.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.footer-main nav {
  display:flex;
  flex-wrap:wrap;
  gap:24px
}
.footer-bottom {
  border-top:1px solid #e8e4df;
  margin-top:35px;
  padding-top:24px;
  color:#999ba0;
  font-size:.76rem
}
@media(max-width:1000px) {
  .workout-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .desktop-nav {
    gap:18px
  }
  .screen-pair .phone-back {
    right:0
  }
  .screen-pair .phone-front {
    left:0
  }

}
@media(max-width:760px) {
  .container {
    width:min(100% - 36px,560px)
  }
  .section {
    padding:76px 0;
    scroll-margin-top:68px
  }
  .header-inner {
    height:66px
  }
  .desktop-nav,.header-cta {
    display:none
  }
  .mobile-nav {
    display:block;
    position:relative
  }
  .mobile-nav summary {
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:40px;
    height:40px;
    cursor:pointer;
    list-style:none
  }
  .mobile-nav summary::-webkit-details-marker {
    display:none
  }
  .mobile-nav summary span {
    width:23px;
    height:2px;
    background:#282828;
    border-radius:3px
  }
  .mobile-nav nav {
    position:absolute;
    right:-18px;
    top:49px;
    width:min(290px,calc(100vw - 36px));
    display:grid;
    padding:12px 18px;
    background:#fff;
    border:1px solid #e8e4df;
    border-radius:14px;
    box-shadow:0 18px 40px rgba(0,0,0,.1)
  }
  .mobile-nav nav a {
    padding:11px 4px;
    font-size:.92rem;
    font-weight:600
  }
  .mobile-nav nav a+a {
    border-top:1px solid #f0ede8
  }
  .hero {
    padding-top:55px
  }
  .hero-grid,.split-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .hero-visual {
    order:1;
    min-height:465px
  }
  .phone-hero {
    width:230px
  }
  .visual-orbit {
    width:420px;
    height:420px
  }
  .orbit-card {
    width:184px;
    min-height:100px;
    margin:-50px 0 0 -92px;
    padding:14px;
    font-size:.78rem;
    transform:rotate(0deg) translateX(210px) rotate(0deg);
    animation-name:orbit-cards-mobile
  }
  .orbit-card strong {
    font-size:.95rem
  }
  .orbit-card small {
    font-size:.7rem
  }
  @keyframes orbit-cards-mobile {
    from { transform:rotate(0deg) translateX(210px) rotate(0deg) }
    to { transform:rotate(360deg) translateX(210px) rotate(-360deg) }
  }
  .phone-hero {
    z-index:1
  }
  .hero-copy {
    text-align:center
  }
  .eyebrow {
    margin-bottom:21px
  }
  .lead {
    font-size:1rem
  }
  .actions {
    justify-content:center
  }
  .hero-note {
    font-size:.75rem
  }
  .screen-stage {
    min-height:510px
  }
  .screen-stage>.phone {
    width:240px
  }
  .screen-pair {
    min-height:550px;
    order:-1!important
  }
  .split-reverse .section-copy {
    order:2
  }
  .screen-pair .phone {
    width:200px
  }
  .screen-pair .phone-back {
    height:410px
  }
  .center-heading {
    margin-bottom:35px
  }
  .steps-grid {
    gap:24px
  }
  .steps-grid h3 {
    font-size:1.15rem
  }
  .step-number {
    font-size:3rem
  }
  .audience-grid {
    gap:14px
  }
  .audience-grid article {
    padding:25px
  }
  .footer-main,.footer-bottom {
    align-items:flex-start;
    flex-direction:column
  }

}
@media(max-width:520px) {
  h1 {
    font-size:2.45rem
  }
  h2 {
    font-size:2rem
  }
  .hero-visual {
    min-height:405px
  }
  .phone-hero {
    width:206px
  }
  .visual-orbit {
    width:355px;
    height:355px
  }
  .orbit-card {
    width:160px;
    min-height:92px;
    margin:-46px 0 0 -80px;
    padding:12px;
    font-size:.72rem;
    transform:rotate(0deg) translateX(177.5px) rotate(0deg)
  }
  .orbit-card strong {
    font-size:.88rem
  }
  .orbit-card small {
    font-size:.64rem
  }
  @keyframes orbit-cards-mobile-small {
    from { transform:rotate(0deg) translateX(177.5px) rotate(0deg) }
    to { transform:rotate(360deg) translateX(177.5px) rotate(-360deg) }
  }
  .orbit-card {
    animation-name:orbit-cards-mobile-small
  }
  .actions {
    flex-direction:column
  }
  .actions .button {
    width:100%
  }
  .workout-grid,.steps-grid,.audience-grid {
    grid-template-columns:1fr
  }
  .workout-card {
    min-height:245px
  }
  .steps-grid {
    gap:31px
  }
  .audience-grid article {
    padding:28px
  }
  .screen-stage {
    min-height:470px
  }
  .screen-stage>.phone {
    width:220px
  }
  .screen-pair {
    min-height:490px
  }
  .screen-pair .phone {
    width:165px
  }
  .screen-pair .phone-back {
    height:355px;
    right:3%
  }
  .screen-pair .phone-front {
    left:3%
  }
  .footer-main nav {
    gap:14px 20px
  }

}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .button {
    transition:none
  }
  .orbit-card {
    animation:none
  }
  .screen-glow {
    animation:none;
    transform:none;
    opacity:1
  }

}
