html {
  max-width: 100%;
}

.split-page {
  --split-max: min(1120px, calc(100% - 48px));
  width: 100%;
  max-width: 100%;
  background:
    radial-gradient(circle at 82% 2%, rgba(22, 143, 99, 0.18), transparent 34vw),
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.08), transparent 26vw),
    #050706;
}

.split-actions {
display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    margin-top: 10vw;
    justify-content: center;
    flex-direction: column;
  
}

#free-stream-planner .rl-layout-inner {padding-bottom:0;}
#faq {    border-width: 1px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #000, #224237, #000) 1;
    margin-top: 10vw;}

.split-section--dark-panel {
  background:
    radial-gradient(ellipse at top right, rgba(31, 31, 31, 0.9), rgba(31, 31, 31, 0) 54%),
    radial-gradient(circle at center bottom, #0b1c16 0%, #000 124%);
}

#not-a-calendar h2 {
  font-size: clamp(42px, 4.8vw, 52px);
}

#best-workout-split {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  background: #000;
  isolation: isolate;
}

#best-workout-split::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url("/images/home-new-hero-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleX(-1);
  transform-origin: center;
}

#best-workout-split::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(209deg, rgb(51 51 51 / 36%) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.64) 100%),
    linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 1.0) 100%);
  pointer-events: none;
}

#best-workout-split > .rl-layout-inner {
  position: relative;
  z-index: 1;
}

#best-workout-split .rl-section-lead h2, #methodology .rl-section-lead h2 {
    font-size: clamp(34px, 3.8vw, 44px);}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.split-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(78, 135, 115, 0.3);
  border-radius: 4px;
  background: transparent;
}

.split-table th,
.split-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(78, 135, 115, 0.22);
  color: #ffffffc7;
  font-size: 14px;
  line-height: 1.36;
  text-align: left;
  vertical-align: top;
}

.split-table th {
  color: #55ffc4;
  font-family: "transducer", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.split-table tr:last-child td {
  border-bottom: 0;
}

.split-table tbody td:first-child {
  color: #25eaa4d4;
  font-family: "transducer", sans-serif;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 9px;
  text-transform: uppercase;
  vertical-align: top;
}

.split-pipeline {
  display: grid;
  gap: 18px;
  max-width: 900px;
  border-top: 0;
}

.split-pipeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 0;
  border-bottom: 0;
}

.split-pipeline-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 82px;
  bottom: -20px;
  left: 43px;
  z-index: 0;
  width: 1px;
  background:
    linear-gradient(180deg, rgba(37, 234, 164, 0.7), rgba(37, 234, 164, 0.14)),
    #10251f;
  box-shadow: 0 0 12px rgba(37, 234, 164, 0.35);
}

.split-pipeline-step__number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 82px;
  border: 1px solid rgba(37, 234, 164, 0.46);
  border-radius: 9px;
  background:
    radial-gradient(circle at 24% 19%, rgba(37, 234, 164, 0.13), transparent 46%),
    linear-gradient(180deg, rgba(12, 48, 37, 0.92), rgba(0, 0, 0, 0.86));
  box-shadow:
    0 0 0 1px rgba(37, 234, 164, 0.08) inset,
    0 0 24px rgba(0, 255, 157, 0.16);
  color: #25eaa4d4;
  font-family: "transducer", sans-serif;
  font-size: 41px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.split-pipeline-step__number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 14px;
  height: 22px;
  background: linear-gradient(90deg, rgba(37, 234, 164, 0.72), rgba(37, 234, 164, 0.28));
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
  filter: drop-shadow(0 0 8px rgba(37, 234, 164, 0.34));
}

.split-pipeline-step > div:last-child {
  position: relative;
  min-width: 0;
  padding: 22px 24px;
  border: 1px solid rgba(37, 234, 164, 0.26);
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 234, 164, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(6, 24, 19, 0.8), rgba(0, 0, 0, 0.68));
  box-shadow:
    0 0 0 1px rgba(37, 234, 164, 0.04) inset,
    0 10px 28px rgba(0, 0, 0, 0.28);
}

.split-pipeline-step > div:last-child::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 18px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 234, 164, 0), rgba(37, 234, 164, 0.58), rgba(37, 234, 164, 0));
}

.split-pipeline-step h3 {
  margin-top: 0;
  font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    color: #3dffbbde;
    margin: 0;
    font-family: 'transducer';
    text-transform: uppercase;
}

.split-pipeline-step p {
  max-width: 720px;
}

@media (min-width: 769px) {
  #methodology .rl-layout-inner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: clamp(15px, 3vw, 72px);
    align-items: start;
  }
}

.split-example-stack {
  display: grid;
  gap: 0;
}

#examples {
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-image: url("/images/superhero-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#examples::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#examples > .rl-layout-inner {
  position: relative;
  z-index: 1;
  padding: clamp(72px, 10vw, 132px) 3.9vw 0;
}

.split-example-block {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(72px, 10vw, 132px) 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  isolation: isolate;
}

.split-example-block:first-child {
  padding-top: 17px;
}

.split-example-block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.split-example-block > * {
  position: relative;
  z-index: 1;
}

.split-example-block--superhero {
  background-image: none;
}

.split-example-block--figure {
  background-image: url("/images/figure-bg.jpg");
}



.split-example-header h3 {
  margin: 7px 0 22px;
  font-size: 41px;
  line-height: 1;
}

.split-page .stream-builder-header h2 {
  font-size: clamp(36px, 3.7vw, 38px);
}

.split-page .stream-builder-header {
  margin: 2vw auto 3.3vw;
}

.split-page .stream-builder-header.split-example-header {
      margin: 0 auto 5.5vh;
    padding: 0 25px;
}

.split-example-block:first-child .split-example-header {
  margin-top: 0;
}

.split-example-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    max-width: 645px;
    margin: 4.6vw auto 0;
    padding: 15px 25px;
    background: #000000a6;
    border-radius: 4px;
}

.split-example-copy p {
  margin: 0;
}

.split-disclaimer {
  background: #000;
  border-top: 1px solid rgba(78, 135, 115, 0.18);
  padding: 26px 0;
}

.split-disclaimer__inner {
  display: grid;
  gap: 14px;
  width: var(--split-max);
  margin: 0 auto;
  justify-content: center;
}

.split-disclaimer p {
max-width: 688px;
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    line-height: 1.45;
    text-align: justify;
}

.split-disclaimer strong {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
}

.split-priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  gap: 1px;
      background: radial-gradient(circle at top right, #1c1c1c 0%, #1c1c1c00 100%), radial-gradient(ellipse farthest-corner at 50% 100%, #001f12 0%, #000000 100%);
    padding: 16px 13px;
    border-radius: 12px;
}

.split-priority-cell {
  min-width: 0;
  padding: 14px;
  text-align: center;
}

.split-priority-name {
  margin-bottom: 8px;
  color: #23eba4;
  font-family: "transducer", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.086em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.split-priority-value {
  color: #ffffff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(27px, 3.4vw, 42px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.split-priority-bar {
  position: relative;
  height: 5px;
  margin-top: 11px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.split-priority-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--value) * 1%);
  background: linear-gradient(90deg, #008951, #00ff98);
}

.split-example-rail-wrap {
  margin-top: 36px;
}

.split-page .stream-rail-wrap {
  left: auto;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  transform: none;
}

.split-page .stream-rail-wrap.is-fixed {
  right: auto;
  left: 0;
  margin-left: 0;
  transform: translate3d(0, 100%, 0);
}

.split-page .stream-rail-wrap.is-fixed.is-visible {
  transform: translate3d(0, 0, 0);
}

.split-page .split-example-rail-wrap .stream-day-card-title {
  margin: 0;
  color: #e5e7eb;
  font-family: "transducer-extended", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.split-builder-followup {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: 36px 0 0;
  margin-left: calc(50% - 50vw);
  padding: 0;
  transform: none;
}

.split-builder-followup .rl-normalized-cta--stack {
  padding: 12vw 0 4vw;
}

.split-builder-followup h2 {
  font-size: clamp(40px, 5vw, 62px);
}

.split-builder-followup.rl-layout-section--cta {
  background: #000;
}

.split-training-cta {
  background: #000;
}

.split-builder-image-strip {
  position: relative;
  width: 100%;
  min-height: 247px;;
  margin-top: 0;
  background-image: url("/images/exercise-stream-bg-strip.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: max(965px, 100%) auto;
}

.split-builder-image-strip__caption {
  position: absolute;
      bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  margin: 0;
  color: #52caa1e8;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.split-hero-mobile-media {
  display: none;
}

.split-page h4.rl-stream-priority-statement {
  border-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #000, #224237, #000) 1;
  font-size: clamp(21px, 4.9vw, 26px);
  line-height: 1.2;
  padding-top: 7.8vw;
  margin-top: 0;
}

@media (max-width: 820px) {
  .split-grid,
  .split-grid--three {
    grid-template-columns: 1fr;
  }

  #custom-split-guide .rl-comparison-ledger.marketing-card {
    padding: 0;
  }

  .split-table {
    display: block;
    overflow-x: auto;
  }

  .split-pipeline-step {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .split-pipeline-step:not(:last-child)::before {
    left: 36px;
  }

  .split-pipeline-step__number {
    min-height: 72px;
    font-size: 34px;
  }

  .split-pipeline-step > div:last-child {
    padding: 18px 18px;
  }

  .split-example-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .split-page #hero.rl-section--fullbleed-fullheight-centered .rl-section__layout {
    display: grid;
    grid-template-rows: auto auto auto;
    align-content: start;
    row-gap: 0;
    min-height: auto;
  }

  .split-page #hero.rl-section--fullbleed-fullheight-centered .rl-section-header,
  .split-page #hero.rl-section--fullbleed-fullheight-centered .rl-section__layout > .rl-section__overlay {
    grid-row: auto;
  }

  .split-page #hero .rl-section__overlay {
    margin-top: 0;
  }

  @media (max-width: 768px) {
    .rl-section-lead h2{
        text-wrap: balance;
    }
  }

  .split-page #hero .rl-section__bg {
    background-color: #000;
    background-image: none;
  }

  .split-page #hero .split-hero-mobile-media {
    display: block;
    width: 100%;
    margin-top: 18px;
  }

  .split-page #hero .split-hero-mobile-media img {
    display: block;
    width: 100%;
    height: auto;
            max-width: 434px;
        margin: 0 auto 38px;
  }

  .split-page h4.rl-stream-priority-statement {
    padding-top: 16.8vw;
  }
}

@media (min-width: 769px) {
  .split-page #hero {
    background: #000;
  }

  .split-page #hero.rl-section--fullbleed-fullheight-centered .rl-section__layout {
    width: 44%;
  }

  .split-page #hero .rl-section__bg {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 75%;
    width: auto;
    height: min(89svh, 58vw);
    aspect-ratio: 2080 / 2781;
    background-color: #000;
    background-image: var(--rl-section-bg-image-desktop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
  }

  #best-workout-split::before {
    background-image: url("/images/home-new-hero-desktop.jpg");
  }
}

@media (max-width: 550px) {
  .split-priority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
