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

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  font-family: "neue-haas-unica", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 21.5px;
    color: #ffffffc7;
  background: #0a0d0b;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px;
}

body.ds-menu-open { overflow: hidden; }

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background: url("images/noise.png") repeat;
  opacity: 0.025;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {font-family: "neue-haas-grotesk-display", sans-serif; font-weight:600; font-size: 27px; line-height: 1.1; color:#ffffffc9; margin: 0;}
h2 {font-family: "neue-haas-grotesk-display", sans-serif; font-weight:600; font-size: 27px; line-height: 1.1; color:#ffffffc9; margin: 0;}
h2.thinner {font-weight: 100; font-size: 24px; line-height: 29px;}
h3 {font-family: "neue-haas-grotesk-display", sans-serif; font-weight:600; font-size: 27px; line-height: 1.1; color:#ffffffc9; margin: 0;}
h4 {font-family: "neue-haas-grotesk-display", sans-serif; font-weight:100; font-size: 21px;     margin: 7.8vw auto 7.3vw;
    text-align: center;
    text-wrap-style: balance;
    width: 66vw;
    min-width: 312px;
    font-size: clamp(24px, 4.9vw, 30px);
    text-align: center; text-wrap-style: balance; line-height:1.08;}

strong {font-weight: 600; color: white;}

h4.inline {    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 100;
    margin: 18px 0 22px;
    width: 66vw;
    min-width: 312px;
    font-size: clamp(24px, 4.9vw, 30px);
    text-align: left;
    text-wrap-style: balance;
    line-height: 1;}

h4.get-started {    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 100;
    margin: 19px auto 20px;
    width: 66vw;
    min-width: 312px;
    font-size: 22px;
    text-align: center;
    text-wrap-style: balance;
    line-height: 27.5px;}

h2.final {font-size: clamp(30px, 4.2vw, 64px);
    line-height: 1.09;
    text-wrap: balance;
    margin-bottom: 21px;}

.checkmark-circle,
.checkmark-circled,
.rl-plain-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
  max-width: 50vw;
}

.checkmark-circle li,
.checkmark-circled li,
.rl-plain-list li {
  position: relative;
  padding-left: 29px;
  line-height: 19px;
}

.checkmark-circled-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
      row-gap: 10px;
  max-width: min(100%, 760px);
  margin: 24px 0 0;
}

.checkmark-circled-split .checkmark-circled {
  max-width: none;
  margin: 0;
}

.checkmark-circle li::before,
.checkmark-circled li::before,
.rl-plain-list li::before {
  content: "";
  position: absolute;
  top: 2.25px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("images/checkmark-circled.svg") center / contain no-repeat;
}

p {
  margin: 13px 0 0 0;
}
.microcopy {    font-size: 12px;
    text-align: center;
    line-height: 15.5px;
    letter-spacing: 0;
    padding: 10px;
    color: #ffffffb0;}

a.textlink {
  --textlink-gradient: linear-gradient(90deg, #0adc91 0%, #59ffc4 50%, #0adc91 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11px 7px;
  color: #0adc91;
  background-color: #0adc91;
  background-image: var(--textlink-gradient);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 220px 100%;
  background-position: calc(50vw - 330px) 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textlink-sweep 2.5s linear infinite;
  transition: background-color 0.3s ease;
}
a.textlink::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background-color: #0adc91;
  background-image: var(--textlink-gradient);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 220px 100%;
  background-position: calc(50vw - 330px) 0;
  -webkit-mask: url("images/linkarrow.svg") center / contain no-repeat;
  mask: url("images/linkarrow.svg") center / contain no-repeat;
  animation: textlink-sweep 2.5s linear infinite;
  transition: background-color 0.3s ease;
}

a.textlink:hover,
a.textlink:hover::after {
  background-color: #4fffc0;
  background-image: none;
  animation-play-state: paused;
}
a.textlink.addmargin {margin-top: 32px;}

.marketing-card > a.textlink.addmargin {
  margin-top: auto;
  padding-top: 32px;
}

.marketing-card-carousel.is-interacting a.textlink,
.marketing-card-carousel.is-interacting a.textlink::after {
  animation-play-state: paused;
}

@keyframes textlink-sweep {
  0%, 60% {
    background-position: calc(50vw - 330px) 0;
  }
  100% {
    background-position: calc(50vw + 110px) 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  a.textlink,
  a.textlink::after {
    animation: none;
    background-position: calc(50vw - 330px) 0;
  }

  .marketing-card-carousel:not(.is-revealed) .marketing-card {
    --marketing-card-reveal-y: 0px;
    --marketing-card-reveal-opacity: 1;
  }

  .marketing-card-carousel.is-revealing .marketing-card {
    transition: none;
  }

  .js .rl-ladder-questions span {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

:root {
  --bg: #0a0d0b;
  --panel: #111319;
  --text: #bfbfbf;
  --text-primary: #ffffffee;
  --text-body: #ffffffc7;
  --text-secondary: #ffffffba;
  --text-muted: #ffffff4d;
  --text-bright: #ffffffd4;
  --brand: #30efa1;
  --brand-label: #5ec9a0;
  --brand-dim: #6dffcbe3;
  --brand-subtle: #7defc2;
  --accent-border: rgba(92, 131, 114, 0.35);
  --accent-warm: rgb(229 165 28);
  --gradient-panel: radial-gradient(circle at top right, #1c1c1c 0%, #1c1c1c00 100%),
    radial-gradient(ellipse farthest-corner at 50% 100%, #001f12 0%, #000000 100%);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.ds-nav {
  z-index: 100;
      display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;
    padding: 0 2.6vw;
    background: radial-gradient(at 0 0, #272727 0, #00000000 100%);
}

.ds-nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e9fff5;
  font-family: "transducer-extended", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ds-nav-brand-logo {
  display: block;
  width: 168px;
  height: 40px;
}

.ds-nav-links {
  display: flex;
  align-items: center;
  gap: 1.9vw;
}

.ds-nav-links a {
  font-family: "transducer", sans-serif;
  font-size: 12.8px;
  font-weight: 600;
  letter-spacing: 0.086em;
  text-transform: uppercase;
  transition: color 0.15s;
  color: #ffffff9e;
}

.ds-nav-links a:hover:not(.ds-nav-cta) { color: #02ffa4ba; }

.ds-nav-links .ds-nav-cta {
    font-size: 12.2px;
    padding: 4.5px 11.5px;
    border: 1px solid rgb(0 255 151 / 39%);
    border-radius: 4px;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    color: #00ffa5d6;
    font-weight: 100;
    letter-spacing: 0.8px;
}

.ds-nav-links .ds-nav-cta:hover {
  color: #000;
  background-color: var(--brand);
}

.ds-hamburger {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: var(--brand);
  background: radial-gradient(circle, rgba(10, 38, 30, 1) 0%, rgba(10, 38, 30, 0) 87%);
  cursor: pointer;
  appearance: none;
}

.ds-hamburger-bars {
  display: grid;
  gap: 4px;
}

.ds-hamburger-bars span {
  display: block;
  width: 22px;
  height: 2.5px;
  border-radius: 1px;
  background: #25b88c;
}

.ds-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 79, 63, 0.4) 0%, rgba(0, 0, 0, 0) 26%),
    radial-gradient(circle at 25% 35%, rgba(8, 64, 52, 0.32) 0%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(2, 10, 9, 0.99) 100%);
  transition: opacity 0.25s ease;
}

.ds-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.ds-overlay-top {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 clamp(16px, 4vw, 40px);
}

.ds-overlay-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--brand);
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

.ds-overlay-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.ds-overlay-session {
  min-height: 38svh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
  padding: 18px clamp(24px, 6vw, 48px) 26px;
  border-bottom: 1px solid rgba(41, 196, 157, 0.15);
  background:
    radial-gradient(circle at 28% 88%, rgba(9, 76, 59, 0.55) 0%, rgba(0, 0, 0, 0) 28%),
    radial-gradient(circle at 100% 0%, rgba(18, 65, 54, 0.28) 0%, rgba(0, 0, 0, 0) 32%),
    linear-gradient(180deg, rgba(0, 8, 7, 0.96) 0%, rgba(0, 0, 0, 0.94) 100%);
}

.ds-overlay-session-action {
  border: 0;
  color: var(--brand);
  background: transparent;
  font-family: "transducer", sans-serif;
  font-size: 18px;
  line-height: 0.95;
  letter-spacing: 0.5px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ds-overlay-session-action:hover { color: #5affbc; }

.ds-overlay-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding: 36px clamp(24px, 6vw, 48px) 10px;
}

.ds-overlay-link {
  border: 0;
  color: #d3d3d3;
  background: transparent;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.ds-overlay-link:hover { color: #fff; }

.ds-overlay-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 7px;
  padding: 28px clamp(24px, 6vw, 48px) 12px;
  border-top: 1px solid rgba(92, 131, 114, 0.12);
}

.ds-overlay-feature {
  color: #5c8372;
  font-family: "transducer", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ds-overlay-feature::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--brand);
  opacity: 0.6;
  vertical-align: 1px;
}

.ds-overlay-bottom {
  padding: 14px clamp(24px, 6vw, 48px) 20px;
  color: #5c8372;
  font-size: 13px;
  text-align: right;
}

.ds-overlay-bottom a { color: var(--brand-subtle); }
.ds-overlay-bottom a:hover { color: var(--brand); }

.ds-return-shell {
  --return-shell-padding-top-visible: 17px;
  --return-shell-padding-bottom-visible: 25px;
  padding: 14px clamp(16px, 4vw, 40px);
  overflow: hidden;
  border-bottom: 1px solid var(--accent-border);
  background: linear-gradient(180deg, rgba(4, 15, 10, 0.96), rgba(7, 16, 12, 0.98));
}

.ds-return-shell.return-reveal-ready {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  opacity: 0;
}

.ds-return-shell.return-visible {
  max-height: var(--return-shell-height, 220px);
  padding-top: var(--return-shell-padding-top-visible);
  padding-bottom: var(--return-shell-padding-bottom-visible);
  border-bottom-color: var(--accent-border);
  opacity: 1;
  transition:
    max-height 1s cubic-bezier(0.22, 1, 0.36, 1),
    padding-top 1s cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease,
    border-bottom-color 0.3s ease;
}

.ds-return-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-left: 8.5px solid var(--brand);
  border-radius: 0;
  background:
    radial-gradient(circle at top left, #1c1c1c 0%, #1c1c1c00 100%),
    radial-gradient(ellipse farthest-corner at 50% 100%, #001f12 0%, #000000 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.ds-return-copy {
  flex: 1;
  min-width: 0;
}

.ds-return-title {
  margin: 0 0 4px;
  color: #f3fff8;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.15;
}

.ds-return-subtitle {
  margin: 0;
  color: var(--brand-subtle);
  font-size: 13px;
  line-height: 1.3;
}

.ds-return-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
}

.ds-return-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 4px;
  color: #000;
  background: radial-gradient(ellipse at center bottom, #00ffa4 0%, #00c983 100%);
  font-family: "transducer", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.ds-return-primary:hover {
  background: radial-gradient(ellipse at center bottom, #42ffbd 0%, #00d98f 100%);
}

.ds-return-secondary {
  color: #5affbd;
  font-family: "transducer", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.15s;
}

.ds-return-secondary:hover {
  color: #e6fff5;
}

.eyebrow {
  margin-bottom: 11px;
  color: #23eba4;
  font-family: "transducer", sans-serif;
  font-size: 12.8px;
  font-weight: 600;
  letter-spacing: 0.086em;
  line-height: 1.25;
  text-transform: uppercase;
}

.headline-lg {
  color: #e9fff5;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.7rem, 4.3vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

.headline-md {
  color: #e9fff5ed;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 1.9rem);
  font-weight: 600;
  line-height: 1.15;
}

.body-copy {
  color: var(--text-body);
  font-size: clamp(1rem, 1.52vw, 1.1rem);
  line-height: 1.4;
}

.body-muted {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.25;
}

.deltastream-text {
  font-family: "transducer", sans-serif;
  font-size: 13.1px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn-primary {
  display: inline-block;
  padding: 15px 32px;
  border: 0;
  border-radius: 3px;
  color: #000;
  background: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-primary:hover { background: #5affbc; }

.btn-primary.large {
  padding: 18px 40px;
  font-size: 16px;
}

.btn-primary:disabled,
.btn-primary[aria-disabled="true"] {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(48, 239, 161, 0.24);
  pointer-events: none;
  cursor: not-allowed;
}

.cta-error {
  margin-top: 10px;
  color: #ff9082;
  font-size: 13px;
}

.ds-section {
  border-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #000, #224237, #000) 1;
}

.ds-section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(67px, 10.3vh, 90px) clamp(24px, 7.2vw, 7.2vw);
}

.ds-gradient-bg {
  background-image: var(--gradient-panel);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rl-marketing-page {
  min-height: 100vh;
  background: #000;
}

/* Shared landing-page section primitive; set --rl-section-bg-image per section for final art. */
.rl-section {
  --rl-section-bg-image: url("images/photo-physique-goals.jpg");
  --rl-section-bg-image-mobile: var(--rl-section-bg-image);
  --rl-section-bg-image-desktop: var(--rl-section-bg-image-mobile);
  --rl-section-bg-position: 44% 7%;
  --rl-section-bg-size: 154%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.rl-section--fullbleed-fullheight-centered {
  --rl-section-content-max: 460px;
  --rl-section-content-gutter: 8.2vw;
  min-height: calc(100svh - 56px);
  min-height: calc(100dvh - 56px);
  overflow: hidden;
}

.rl-section--process {
  min-height: 100svh;
  min-height: 100dvh;
  background: #000;
}

.rl-section--process .rl-section__bg {
  background-color: #111;
}

#founder .rl-section__bg {
    background-color: #000000;}

.rl-section--process .rl-section__overlay {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 60%);
  margin-top: 0;
}

.rl-section__bg {
  position: absolute;
  inset: -12vh 0;
  z-index: 0;
  background-color: #111;
  background-image: var(--rl-section-bg-image-mobile);
  background-position: var(--rl-section-bg-position);
  background-size: var(--rl-section-bg-size);
  background-repeat: no-repeat;
  transform: translate3d(0, var(--rl-section-parallax-y, 0px), 0);
  will-change: transform;
}

.rl-section--fixed-bg .rl-section__bg {
  position: absolute;
  inset: 0;
  background-attachment: fixed;
  transform: none;
  will-change: auto;
}

.rl-section--fullbleed-fullheight-centered .rl-section__bg {
  inset: 0;
}

.rl-section--fullbleed-fullheight-centered.rl-section--fixed-bg .rl-section__bg {
  inset: 0;
}

#adaptive-loading {
  --rl-section-bg-position: 0% 16%;
  --rl-section-bg-size: 104%;
}

@media (min-width: 769px) {
  #adaptive-loading .rl-section__bg,
  .rl-shared-parallax-group--coaching .rl-section__bg {
    background-image:
      linear-gradient(90deg, #000000bf 0%, rgb(0 0 0 / 0%) 100%),
      var(--rl-section-bg-image-desktop);
  }

  .rl-shared-parallax-group--delta {
    --rl-section-bg-position: 44% 0%;
    --rl-section-bg-size: 100%;
  }

  .rl-shared-parallax-group--delta .rl-section__bg {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%),
      var(--rl-section-bg-image-desktop);
  }

  .rl-shared-parallax-group--coaching {
    --rl-section-bg-position: 70% 7%;
    --rl-section-bg-size: 100%;
  }
}

.rl-shared-parallax-group {
  background: #000;
}

.rl-shared-parallax-group > .rl-section,
.rl-shared-parallax-group > .rl-layout-section {
  position: relative;
  z-index: 1;
  background: transparent;
}

.rl-shared-parallax-group > .rl-layout-section {
  border-top: 0;
}

.rl-layout-section--shared-content > .rl-section__overlay {
  min-height: 0;
  margin-top: 0;
}

.rl-shared-parallax-group .rl-layout-inner {
  padding: 1px 0;
}

@media (max-width: 883px) {
  .rl-shared-parallax-group .rl-layout-inner {
    width: min(100% - 50px, 680px);
    padding: 3.4vw 0 3.2vw;
  }
}

.rl-layout-inner.rl-layout-inner--fullbleed,
.rl-shared-parallax-group .rl-layout-inner.rl-layout-inner--carousel-bleed {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0;
}

.rl-layout-inner--fullbleed .marketing-card-carousel {
  margin-right: 0;
  margin-left: 0;
}

.rl-layout-inner--fullbleed .marketing-card-rail {
  padding-inline: var(--marketing-card-rail-inset);
      max-width: 1220px;
    margin: auto;
}

.rl-layout-inner--fullbleed .marketing-card-carousel--four .marketing-card-rail {
  max-width: 1618px;
}

.rl-layout-inner--carousel-bleed > h4 {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 7.8vw 17vw 7.3vw;
  background: #000;
}

.rl-layout-inner.shift-right {        width: 47.1vw;
        margin-right: 10.7vw;
        margin-left: auto;}
        
.rl-section__layout {
  position: relative;
  z-index: 1;
}

.rl-section--fullbleed-fullheight-centered .rl-section__layout {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: inherit;
}

.rl-section__layout.herostyle {
  grid-template-areas:
    "header"
    "media"
    "overlay";
  grid-template-rows: auto auto auto;
  row-gap: 24px;
}

.rl-section__layout .rl-section-header,
.rl-section__layout .rl-section__inner {
  width: min(
    var(--rl-section-content-max, 1200px),
    calc(100% - (var(--rl-section-content-gutter, 25px) * 2))
  );
  margin-inline: auto;
}

.rl-section-header {
  position: relative;
  z-index: 1;
  grid-row: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 25px 25px 0;
}

.rl-section__layout .rl-section-header {
  padding-inline: 0;
}

.rl-section__layout.herostyle .rl-section-header {
  grid-area: header;
  align-self: start;
}

.rl-section__layout.herostyle > .rl-hero-media {
  grid-area: media;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 410px);
  margin: 0 auto;
  padding: 0 25px;
  pointer-events: none;
}

.rl-section__layout.herostyle > .rl-hero-media img {
  display: block;
  max-width: 70vw;
  max-height: 75vh;
  pointer-events: none;
}

.rl-section--fullbleed-fullheight-centered .rl-section-header h1 {
      font-size: clamp(38px, 8.8vw, 49px);
    line-height: 1;
}

@media (min-width: 769px) {
  .rl-section__bg {
    background-image: var(--rl-section-bg-image-desktop);
  }

  .rl-section--fullbleed-fullheight-centered .rl-section__layout {
    width: min(
      var(--rl-section-content-max),
      calc(100% - (var(--rl-section-content-gutter) * 2))
    );
    margin-left: var(--rl-section-content-gutter);
    margin-right: auto;
    grid-template-rows: minmax(0, 1fr) auto auto minmax(0, 1fr);
        max-width: 574px;
  }

  .rl-section__layout.herostyle {
    width: min(1120px, calc(100vw - 18vw));
    max-width: 1120px;
    margin-left: 9.8vw;
    margin-right: auto;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      ". ."
      "header media"
      "overlay media"
      ". .";
    column-gap: clamp(24px, 4vw, 72px);
    row-gap: 0;
  }

  #split-stream.rl-section--fullbleed-fullheight-centered .rl-section__layout,
  #delta.rl-section--fullbleed-fullheight-centered .rl-section__layout {
    margin-right: var(--rl-section-content-gutter);
    margin-left: auto;}


  #split-stream.rl-section--fullbleed-fullheight-centered .rl-section__layout {
    width: 47.1vw;
    margin-right: 10.7vw;
    margin-left: auto;
  }

  .rl-section--fullbleed-fullheight-centered .rl-section__layout .rl-section-header,
  .rl-section--fullbleed-fullheight-centered .rl-section__layout .rl-section__inner {
    width: 100%;
        align-self: end;
  }

  .rl-section--fullbleed-fullheight-centered .rl-section-header {
    grid-row: 2;
  }

  .rl-section--fullbleed-fullheight-centered .rl-section__layout > .rl-section__overlay {
    grid-row: 3;
  }

  .rl-section--fullbleed-fullheight-centered .rl-section__overlay {
    background: none;
  }

  .rl-section__layout.herostyle > .rl-hero-media {
    width: 100%;
    max-width: 360px;
    justify-self: end;
    padding: 0;
  }

  .rl-section__layout.herostyle > .rl-hero-media img {
        max-width: 32vw;
    max-height: 87vh;
            min-width: 300px;
  }
}

.rl-section__overlay {
  position: relative;
  z-index: 1;
  min-height: inherit;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%) top / 100% 235px no-repeat,
    linear-gradient(#000, #000) left 235px / 100% calc(100% - 235px) no-repeat;
  margin-top: 194px;
}

.rl-section__layout > .rl-section__overlay {
  grid-row: 3;
  min-height: 0;
  margin-top: 0;
}

.rl-section__layout.herostyle > .rl-section__overlay {
  grid-area: overlay;
}

@media (max-width: 768px) {
  #hero {
    --rl-section-bg-position: 44% 20%;
    --rl-section-bg-size: 100%;
  }

  .rl-shared-parallax-group--split-stream {
    --rl-section-bg-position: 44% 17%;
    --rl-section-bg-size: 141%;
  }

  #adaptive-loading {
    --rl-section-bg-position: 44% 17%;
    --rl-section-bg-size: 114%;
  }

  .rl-shared-parallax-group--delta {
    --rl-section-bg-position: 44% 5%;
    --rl-section-bg-size: 123%;
  }

  .rl-shared-parallax-group--coaching {
    --rl-section-bg-position: 44% 3%;
    --rl-section-bg-size: 100%;
  }

  #process {
    --rl-section-bg-image-mobile: none;
    background: #000;
  }

  #process .rl-section__bg {
    background-image: none;
    background-color: #000;
  }

  .rl-section:not(#hero) .rl-section-header {
    padding: 65px 25px 0;
  }

  .rl-section__overlay--shared-intro .rl-section__content {
    background: none;
  }

  .rl-section__overlay--shared-carousel .rl-section__content {
    background: #000;
  }
}

.rl-section__content {
  min-height: inherit;
}

.rl-section__layout .rl-section__content,
.rl-section__layout .rl-section__inner {
  min-height: 0;
}

.rl-section__inner {
  width: min(1200px, 100%);
  min-height: inherit;
  margin: 0 auto;
  padding: 20px 25px 14px;
}

.blackchunkbottom {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgb(0 0 0 / 84%), rgb(42 97 77), rgb(0 0 0)) 1;
}

.rl-section__layout .rl-section__inner {
  padding-inline: 0;
}

.rl-section__cta {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 12px;
  margin: 28px 0 0;
  border: 0;
  border-radius: 4px;
  color: #000;
  background: radial-gradient(ellipse at center bottom, #00ffa4 0%, #00c983 100%);
  font-family: "transducer", sans-serif;
  font-size: 14.3px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.rl-section__cta:hover {
  background: radial-gradient(ellipse at center bottom, #42ffbd 0%, #00d98f 100%);
}

.stream-builder {
  overflow: hidden;
  border-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #000, #224237, #000) 1;
}

.stream-builder-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.stream-builder-header {
max-width: 645px;
margin: 12.4vw auto 6.6vw;
}

.stream-builder-header h2 { font-size: clamp(35px, 4.8vw, 56px);
    line-height: 1;     margin: 7px 0;}
.stream-builder-header p { margin-bottom: 0; }

.builder-surface {
  position: relative;
  padding: 44px 29px 29px;
  border-radius: 4px;
  background:
    radial-gradient(ellipse at top right, #1f1f1f 0%, rgba(31, 31, 31, 0) 60%),
    radial-gradient(circle at center bottom, #0b1c16 0%, #000000 124%);
  max-width: 692px;
  margin: 50px auto 6.7vw;
}

.builder-surface::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(78, 135, 115, 0) 11%, rgba(78, 135, 115, 44%) 50%, rgba(78, 135, 115, 0) 87%);
  pointer-events: none;
}

.template-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.template-btn {
  padding: 9px 14px;
  border: 1px solid rgba(48, 239, 161, 0.12);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.03);
  font-family: "neue-haas-unica", sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
}

.template-btn:hover {
  color: #e9fff5;
  border-color: rgba(48, 239, 161, 0.25);
}

.template-btn:active { transform: scale(0.97); }

.template-btn.active {
  color: #e9fff5;
  border-color: rgba(48, 239, 161, 0.3);
  background: rgba(48, 239, 161, 0.12);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.live-indicator {
  position: absolute;
  top: 16px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

@media (prefers-reduced-motion: no-preference) {
  .live-dot { animation: live-pulse 1.5s ease-in-out infinite; }
}

@keyframes live-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(48, 239, 161, 0.5);
  }
  50% {
    opacity: 0.5;
    box-shadow: 0 0 0 6px rgba(48, 239, 161, 0);
  }
}

.live-label {
  color: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.template-desc {
  min-height: 1.4em;
  margin-bottom: 25px;
  color: #b2b2b2;
  font-size: 15.6px;
  text-align: center;
  transition: opacity 0.2s;
}

.slider-list {
  display: grid;
  gap: 20px;
  max-width: 569px;
  margin: 63px auto 12px;
}

.slider-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 36px;
  gap: 12px;
  align-items: center;
}

.slider-item label {
  color: #ffffffb8;
  font-family: "transducer-extended", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.slider-item output {
  color: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: right;
}

.sp-track-area {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  margin-left: 10px;
  cursor: pointer;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

.sp-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.sp-track-outer {
  position: absolute;
  left: -2px;
  right: -2px;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #000 -18% 50%, #222d28);
  pointer-events: none;
}

.sp-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(0deg, #0d452c, #052c1f 37%, #0a1b14 72%, #0f1c16);
  box-shadow: inset 0 1px 0 rgb(35 61 53), inset 0 -1px 0 rgb(0 0 0 / 95%);
}

.sp-fill {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(90deg, #00663c, #00c374);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 42%), inset 0 -1px 0 rgb(0 0 0 / 30%), 0 0 8px rgba(0, 255, 152, 0.12);
}

.sp-thumb {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: var(--sp-thumb-size, 36px);
  height: var(--sp-thumb-size, 36px);
  border: 5px solid #00df8c;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #000 0 37%, #2c2c2c 38% 55%, #050505 56% 100%);
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0),
    0 0 20px rgba(0, 255, 152, 0.26);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: filter 0.15s ease, transform 0.15s ease-out;
}

.sp-track-area.sp-dragging .sp-thumb {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
  transform: translate(-50%, -50%) scale(1.08);
}

.sp-wave {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 102, 60, 0) 29%, rgba(173, 255, 206, 0.3) 59%, rgba(0, 195, 106, 0) 75%, transparent 100%);
  opacity: 0;
  transform: translateX(-100%);
  will-change: transform;
  transition: opacity 0.3s ease;
}

.stream-rail-wrap {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: 36px;
  transform: translateX(-50%);
}

.stream-rail-placeholder {
  display: none;
  height: var(--stream-rail-dock-height, 0px);
  margin-top: 36px;
}

.stream-rail-placeholder.is-active {
  display: block;
}

.stream-rail-wrap.is-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 90;
  width: 100vw;
  margin-top: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 32%) 0%, #000 70%), #00000000;
  transform: translate3d(-50%, 100%, 0);
  transition: transform 720ms ease-out;
}

.stream-rail-wrap.is-fixed.is-priming {
  transition: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .stream-rail-wrap.is-fixed {
    transition: none;
  }
}

.stream-rail-header {
  display: grid;
  grid-template-columns: 1fr auto;;
  align-items: center;
  gap: 12px 24px;
  max-width: min(1200px, 100%);
  margin: 2px auto 3px;
  padding: 0 clamp(24px, 5vw, 48px);
}

.stream-rail-title {
  color: #e9fff5;
  font-family: "transducer-extended", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stream-rail-badge {
  color: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stream-rail-badge-live {
  display: inline-block;
  opacity: 1;
}

.stream-rail-badge-live.is-refreshing {
  animation: stream-badge-live-flash 520ms ease-in-out infinite alternate;
}

@keyframes stream-badge-live-flash {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stream-rail-badge-live.is-refreshing {
    animation: none;
    opacity: 0.5;
  }
}

.stream-card-rail {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  overflow-x: auto;
  overflow-anchor: none;
  padding: 6px clamp(24px, 5vw, 48px) 14px 13px;
  scroll-padding-left: 13px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(48, 239, 161, 0.3) transparent;
  scrollbar-width: thin;
}

.stream-card-rail::-webkit-scrollbar { height: 6px; }

.stream-card-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(48, 239, 161, 0.3);
}

.stream-day-slot {
  position: relative;
  flex: 0 0 240px;
  min-height: 180px;
  overflow-anchor: none;
  scroll-snap-align: start;
}

.stream-day-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 180px;
  padding: 15px 19px 12px;
  background: radial-gradient(at 89% 9%, #95a9a41f, #708c8700 68%), linear-gradient(#00000082, #091f1a);
  background-image: url("images/bg-stream-card-darker-new.png");
  background-size: 100% 100%;
  box-shadow: 2px 5px 5px #00000073;
  backface-visibility: hidden;
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: no-preference) {
  .stream-day-card.card-flip-out { animation: cardFlipOut 150ms ease-in forwards; }
  .stream-day-card.card-flip-in { animation: cardFlipIn 150ms ease-out forwards; }
  .stream-day-card-line.muscle-changed .stream-vol-pip:not(.empty) { animation: pip-flash 400ms ease; }
}

@keyframes cardFlipOut {
  0% { opacity: 1; transform: rotateY(0) scale(1); }
  100% { opacity: 0; transform: rotateY(90deg) scale(0.95); }
}

@keyframes cardFlipIn {
  0% { opacity: 0; transform: rotateY(-90deg) scale(0.95); }
  100% { opacity: 1; transform: rotateY(0) scale(1); }
}

@keyframes pip-flash {
  0%, 100% { background: #3bcea7; }
  30% {
    background: #fff;
    box-shadow: 0 0 6px #3bcea7;
  }
}

.stream-day-card-header {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  margin-bottom: 9px;
}

.stream-day-card-rule {
  flex: 1 1 auto;
  min-width: 44px;
  height: 6px;
  background: linear-gradient(90deg, #9fffeb59, #b4ffef47);
}

.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;
}

.stream-day-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stream-day-card-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.stream-day-card-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  color: #bfbfbf;
  font-size: 13px;
  line-height: 16px;
}

.stream-line-text {
  min-width: 0;
  color: #bbffeceb;
  font-family: "transducer", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.stream-line-metrics {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 88px;
}

.stream-line-value {
  min-width: 12px;
  color: #bbffeceb;
  font-family: "transducer", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.25px;
  text-align: right;
  text-transform: uppercase;
}

.stream-vol-bar {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2px;
  width: 78px;
  height: 12px;
}

.stream-vol-pip {
  flex: 0 0 8px;
  width: 8px;
  height: 12px;
  border-radius: 1px;
  background: #3bcea7;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.stream-vol-pip.empty {
  background: rgba(48, 239, 161, 0.1);
  opacity: 0.28;
}

.stream-vol-sets {
  flex: 0 0 auto;
  color: var(--text-secondary);
  font-family: "transducer", sans-serif;
  font-size: 10px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.stream-day-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  padding-top: 9px;
  border-top: 1px solid rgba(69, 221, 181, 0.48);
}

.stream-day-card-total-label,
.stream-day-card-total-value {
  color: #bbffeceb;
  font-family: "transducer", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.stream-day-card-empty {
  display: grid;
  min-height: 88px;
  place-items: center;
  color: #7c8b86;
  font-style: italic;
}

.stream-caption {
  padding-top: 35px;
}

#streamSeeFirstSession { margin-top: 43px; }

.ds-footer {
  padding: 20px;
  border-top: 1px solid rgba(92, 131, 114, 0.15);
  color: #949494;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
}

.ds-footer .ds-nav-brand-logo {
  width: auto;
  height: 18px;
}

.ds-footer a {
  margin: 0 10px;
  color: #5c8372;
}

.ds-footer a:hover { color: var(--brand); }

.rl-founder-feedback-link {
  color: #20e6a2;
}

.rl-founder-feedback-link:hover {
  text-decoration: underline;
}

.marketing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: min(276px, 100%);
  max-width: 360px;
  padding: 28px 25px;
  margin: 39px -12.5px;
  border-radius:4px;
  background:
  radial-gradient(ellipse at top right, #1f1f1f 0%, rgba(31, 31, 31, 0) 60%), radial-gradient(circle at center bottom, #101614 0%, #000000 124%);
}

.marketing-card-green {
  background:
    radial-gradient(ellipse at top right, #1f1f1f 0%, rgba(31, 31, 31, 0) 60%),
    radial-gradient(circle at center bottom, #0b1c16 0%, #000000 124%);
}

.marketing-card.nocopy {margin: 19px -12.5px;}

.marketing-card h3 {
  font-size: 32px;
  line-height: 1;
}

.marketing-card-carousel {
  --marketing-card-rail-inset: 2.1vw;
 margin: 0 0.7vw 0;
}

.marketing-card-carousel:not(.is-revealing):not(.is-revealed) .marketing-card {
  --marketing-card-reveal-y: 84px;
  --marketing-card-reveal-opacity: 0;
}

.marketing-card-carousel.is-revealing .marketing-card,
.marketing-card-carousel.is-revealed .marketing-card {
  --marketing-card-reveal-y: 0px;
  --marketing-card-reveal-opacity: 1;
}

.marketing-card-carousel.is-revealing .marketing-card {
  transition:
    opacity 1360ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1360ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--marketing-card-reveal-delay, 0ms);
}

.marketing-card-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(276px, 1fr));
  gap: 2.1vw;
}

.marketing-card-carousel--four .marketing-card-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.marketing-card-carousel .marketing-card {
  margin: 0 auto;
  opacity: var(--marketing-card-reveal-opacity, 1);
  transform: translate3d(0, var(--marketing-card-reveal-y, 0px), 0);
}

.marketing-card-carousel .marketing-card h3 {
  padding-bottom: var(--marketing-card-heading-extra, 0px);
}

.marketing-card-image {
  display: block;
	width: calc(100% + 50px);
	height: auto;
	margin: 24px -25px 13px;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(78, 135, 115, 0), rgba(78, 135, 115, 0.35), rgba(78, 135, 115, 0)) 1;
	border-radius: 0;
}

.marketing-card-image-placeholder {
  aspect-ratio: 16 / 9;
  background: #333;
}

.marketing-card-indicator {
  display: none;
}

.marketing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(78, 135, 115, 0) 11%, rgba(78, 135, 115, 44%) 50%, rgba(78, 135, 115, 0) 87%);
  pointer-events: none;
}

.marketing-card-eyebrow-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.marketing-card-eyebrow-row .eyebrow {
  margin-bottom: 11px;
}

.marketing-card-arrow {
  flex: 0 0 auto;
  width: 13px;
  height: auto;
  margin-right: 6px;
}

@media (min-width: 884px) {
  .marketing-card-carousel:not(.marketing-card-carousel--four) .marketing-card-arrow {
    display: none;
  }
}

@media (min-width: 1491px) {
  .marketing-card-carousel--four .marketing-card-arrow {
    display: none;
  }
}

.rl-layout-section .marketing-card {
  min-width: 0;
  max-width: 360px;
  margin: 0;
}

.marketing-compare-grid {
  position: relative;
  display: grid;
  gap: 0;
}

.marketing-compare-grid::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -18px;
  left: 50%;
  width: 1px;
  background: rgb(37 196 140 / 34%);
  transform: translateX(-0.5px);
  pointer-events: none;
}

.marketing-compare-head,
.marketing-compare-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  text-align:center;
  align-items: center;
}

.marketing-compare-head {
  padding-bottom: 19px;
  border-bottom: 1px solid rgb(46 182 134 / 36%);
  color: #25eaa4;
  font-family: "transducer", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.marketing-compare-row {
  padding: 17px 0;
  border-bottom: 1px solid rgb(79 110 99 / 29%);
}

.marketing-compare-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.marketing-compare-row > div {
  min-width: 0;
  color: #ffffffc7;
  font-size: 14px;
  line-height: 17.5px;
}

.marketing-compare-head > div:first-child,
.marketing-compare-row > div:first-child {
  padding-right: 10.5px;
}

.marketing-compare-head > div:nth-child(2),
.marketing-compare-row > div:nth-child(2) {
  padding-left: 10.5px;
}

.marketing-compare-row > div:nth-child(2) {
  color: #ffffffd9;
  font-weight: 500;
}
}

.rl-layout-section {
  position: relative;
  overflow: hidden;
  background: #000;
  border-top: 1px solid rgba(78, 135, 115, 0.18);
}

.rl-layout-section--chapter {
  background:
    radial-gradient(ellipse at top left, rgba(48, 239, 161, 0.08), transparent 42%),
    #000;
}

.rl-layout-section--ai-boundary {
  background:
    url("images/0101.svg") top right / 132px auto repeat-x,
    #000;
}

@media (min-width: 769px) {
  .rl-layout-section--push-limits {
    background-color: #000;
    background: linear-gradient(90deg, #00000000 33%, rgb(0 0 0 / 56%) 100%), url(images/girl-squatting-desktop.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

.rl-layout-inner {
  width: min(1200px, calc(100% - 50px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 3.9vw;
}


.rl-layout-inner p {
  max-width: 62ch;
}

#coaches .rl-layout-inner {    padding: 0 3.9vw 0.1vw;}

@media (min-width: 769px) {
  #coaches {
    background:
      url("images/group-header.jpg") top center / cover no-repeat,
      #000;
              background-size: 100%;
        padding-top: 8vw;
  }
}

.rl-section-lead.content-centered {    text-align: center;
    margin: auto;
    display: grid;
    justify-items: center;
    max-width: 696px;}

.rl-section-lead.content-centered p {
    text-align: justify;}

.rl-section-lead.content-bound-left {    max-width: 645px;
    margin: 35px auto 70px;}

.rl-plain-list {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.32;
}

.rl-text-stack {
  max-width: 840px;
}

.rl-text-stack .rl-section-lead {
  margin-bottom: 28px;
}

.rl-text-stack p {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.35;
}

.rl-section-lead {
  max-width: 760px;
  margin-bottom: 42px;
}

.rl-layout-section--cta {
     background: radial-gradient(ellipse at top right, #1f1f1f 0%, rgba(31, 31, 31, 0) 60%), radial-gradient(circle at center bottom, #0b1c16 0%, #000000 124%);
}

.rl-normalized-cta {
  width: min(1200px, calc(100% - 50px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 94px) 0;
}

.rl-normalized-cta--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}

.rl-normalized-cta--stack {
    width: 50vw;
    padding: 12vw 0;
    max-width: 588px;
}

.rl-normalized-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5.1vw, 62px);
  line-height: 0.96;
  text-wrap: balance;
}

.rl-normalized-cta p {
}

.rl-normalized-cta__actions {
  justify-self: end;
  width: min(100%, 430px);
  text-align: center;
}

.rl-normalized-cta__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  color: #fff;
  font-family: "transducer", sans-serif;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 27px 0 2px;
}

.rl-normalized-cta__action--button {
  width: 100%;
  min-height: 66px;
  margin-top: 0;
  padding: 0 24px;
  color: #000;
  background: var(--brand);
}

.rl-normalized-cta__microcopy {
      font-size: 12px;
    text-align: center;
    line-height: 15.5px;
    letter-spacing: 0;
    padding: 10px;
    color: #ffffffb0;
    max-width: 50vw;
}

.rl-card-carousel-cta {
  margin-top: 30px;
  text-align: center;
}

.rl-card-carousel-cta .rl-normalized-cta__action {
  margin-top: 0;
}

.rl-card-carousel-cta .rl-normalized-cta__microcopy {
  margin: 10px auto 0;
}

.rl-section-lead h2,
.rl-chapter-copy h2,
.rl-delta-preview-copy h2,
.rl-final-cta h2,
.rl-founder-letter h2 {
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 0.96;
  text-wrap: balance;
}

.rl-chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.rl-chapter--left-media {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.rl-chapter-copy {
  max-width: 560px;
}

.rl-media-panel {
  min-height: clamp(360px, 52vw, 640px);
  border-radius: 4px;
  border: 1px solid rgba(78, 135, 115, 0.18);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)),
    var(--panel-image, linear-gradient(90deg, #111, #333));
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.rl-media-panel span {
  display: inline-block;
  margin: 24px;
  color: rgba(255, 255, 255, 0.54);
  font-family: "transducer", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.rl-split-statement {
    margin-top: 34px;
    padding-top: 26px;
    border-width: 1px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #000, #336655, #000) 1;
    color: #ffffffe0;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 100;
    font-size: 26px;
    text-wrap-style: balance;
    line-height: 29.6px;
}

.rl-question-ladder {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  row-gap: 24px;
  column-gap: 18px;
  align-items: start;
}

.rl-mechanism-map {
  display: grid;
  grid-template-columns: auto auto;
  gap: 36px;
      align-items: center;
}

.rl-question-ladder .rl-section-lead,
.rl-question-ladder .rl-ladder-copy {
  margin-bottom: 0;
}

.bigger {    font-size: 18.5px;
    line-height: 23px;}

.coachcopy {margin-bottom: 25px; font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 2px 8px black;}

.rl-question-ladder .rl-section-lead {
  grid-column: 1 / -1;
  grid-row: 1;
}

.rl-question-ladder .rl-ladder-copy {
  grid-column: 1;
  grid-row: 2;
}

.rl-question-ladder .rl-ladder-questions {
  grid-column: 2;
  grid-row: 2;
}

.rl-question-ladder .rl-ladder-answer {
  grid-column: 3;
  grid-row: 2;
}

.rl-ladder-questions {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding-top: 16px;
}

.rl-ladder-questions span {
  --rl-ladder-offset-x: 18px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  max-width: min(100%, 32ch);
  margin-right: 18px;
  margin-left: 18px;
  padding: 14px 22px 13px;
  border: 0;
  border-radius: 13px 13px 0 13px;
  color: #000;
  background: #4fdbaa;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
  will-change: opacity, transform;
}

.js .rl-ladder-questions span {
  opacity: 0;
  transform: translate3d(var(--rl-ladder-offset-x), 26px, 0);
}

.js .rl-ladder-questions span.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rl-ladder-questions span::after {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: #4fdbaa;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.rl-ladder-questions span:nth-child(even) {
  --rl-ladder-offset-x: -18px;
  margin-right: 0;
  margin-left: 18px;
  border-radius: 13px 13px 13px 0;
}

.rl-ladder-questions span:nth-child(even)::after {
  right: auto;
  left: -17px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.rl-ladder-questions span:first-child {
  color: #000;
}

.rl-ladder-answer {
  padding: 0 17px 14px;
  border-left: 3px solid rgb(18 154 106);
}

.rl-scenario-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.rl-scenario-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.marketing-card.rl-scenario-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
}

.rl-scenario-copy {
  min-width: 0;
}

.rl-scenario-shot {
  display: block;
  width: min(100%, 400px);
  min-width: min(350px, 100%);
  max-width: 400px;
  border-radius: 4px;
  margin: auto;
}

.rl-map-flow {
  display: grid;
  gap: 12px;
      width: 100%;
    max-width: 418px;
}

.rl-map-flow--loadout {
  max-width: 520px;
      min-width: 228px;
}

.rl-map-flow-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.rl-map-flow-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.rl-map-flow div {
  padding: 22px;
}

.rl-map-flow strong,
.rl-decision-steps strong,
.rl-phase-track strong {
  display: block;
  color: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.rl-map-flow span,
.rl-decision-steps small,
.rl-phase-track span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
}

.rl-proof-grid,
.rl-feature-mosaic,
.rl-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  justify-items: center;
}

.rl-proof-grid h3,
.rl-feature-mosaic h3,
.rl-pricing-grid h3,
.rl-process-timeline h3 {
  font-size: 28px;
}

.rl-process-timeline h3 {
    min-height: 56px;}

.rl-comparison-ledger.marketing-card {
      max-width: 692px;
    margin: 50px auto;
}

.rl-decision-map {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  gap: 48px;
  align-items: center;
}

.rl-decision-steps,
.rl-phase-track,
.rl-process-timeline {
  display: grid;
  gap: 14px;
}

.rl-decision-steps div {
  padding: 24px;
}

#delta.rl-section--fullbleed-fullheight-centered .rl-section__layout  {margin-top: 70px;
        margin-bottom: 70px;}

.delta-def-section {
  position: relative;
  height: 100dvh;
      min-height: 880px;
  overflow: hidden;
  border-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #000, #224237, #000) 1;
}

.delta-def-animation {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.delta-def-subject {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #011006;
  perspective: 1200px;
}

.delta-def-cube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 540px;
  max-height: 720px;
  transform: translate(-50%, -50%) rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
}

.delta-def-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
}

.delta-def-face.face-youngman {
  background-image: url("/images/before-youngman.jpg");
  transform: rotateY(0deg) translateZ(270px);
}

.delta-def-face.face-youngwoman {
  background-image: url("/images/before-youngwoman.jpg");
  transform: rotateY(-270deg) translateZ(270px);
}

.delta-def-face.face-oldman {
  background-image: url("/images/before-oldman.jpg");
  transform: rotateY(-180deg) translateZ(270px);
}

.delta-def-face.face-oldwoman {
  background-image: url("/images/before-oldwoman.jpg");
  transform: rotateY(-90deg) translateZ(270px);
}

.delta-def-wipe {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  clip-path: inset(0 0 100% 0);
  transform: translateZ(270px);
  transition: clip-path 2.8s ease-in-out;
}

.delta-definition {
  position: absolute;
  top: 37px;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
}

.delta-definition img {
  flex-shrink: 0;
  width: 34px;
  margin-right: 9px;
}

.delta-def-content {
  padding: 0 0 10px 11px;
  border-left: 0.5px solid rgba(98, 255, 206, 0.62);
}

.delta-def-title {
  color: #61ffce;
  font-family: "neue-haas-unica", "transducer", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.delta-def-title span {
  color: rgba(98, 255, 206, 0.67);
  font-size: 14px;
}

.delta-def-text {
  margin-top: 4px;
  color: #defff6;
  font-size: 15px;
  font-weight: 100;
  line-height: 1;
}

@media (min-width: 769px) {
  .delta-definition {
    padding: 18px 15px;
  }
}

.rl-delta-preview-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: clamp(38px, 7vw, 92px);
  row-gap: clamp(40px, 6vw, 72px);
  align-items: start;
  max-width: 847px;
}

.rl-delta-preview-copy {
  max-width: 650px;
}

.rl-delta-preview-copy p {
}

.rl-delta-preview-widget {
  display: grid;
  gap: 18px;
  min-width: 0;
  max-width:360px;
}

.rl-delta-form-scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 8px;
  scrollbar-color: rgba(48, 239, 161, 0.45) rgba(48, 239, 161, 0.08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.rl-delta-form-scroll::-webkit-scrollbar {
  height: 8px;
}

.rl-delta-form-scroll::-webkit-scrollbar-track {
  background: rgba(48, 239, 161, 0.08);
  border-radius: 999px;
}

.rl-delta-form-scroll::-webkit-scrollbar-thumb {
  background: rgba(48, 239, 161, 0.45);
  border-radius: 999px;
}

.delta-form {
  position: relative;
      min-width: 312px;
    max-width: 360px;
  padding: 28px;
  border: 0;
  border-radius: 4px;
  background:
    radial-gradient(ellipse at top right, #1f1f1f 0%, rgba(31, 31, 31, 0) 60%),
    radial-gradient(circle at center bottom, #0b1c16 0%, #000000 124%);
}

.delta-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(78, 135, 115, 0) 11%, rgba(78, 135, 115, 44%) 50%, rgba(78, 135, 115, 0) 87%);
  pointer-events: none;
}

.delta-form .eyebrow {
  margin-bottom: 24px;
  color: var(--brand);
}

.delta-form-label {
  margin: 5px 0 13px;
  color: #ffffffed;
  font-size: 16px;
}

.delta-form-label:not(:first-child) {
  margin-top: 24px;
}

.delta-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.delta-input,
.delta-select {
  border: 1px solid rgba(92, 131, 114, 0.4);
  border-radius: 4px;
  color: #e9fff5;
  background:
    linear-gradient(180deg, rgba(42, 59, 54, 0.65) 0%, rgba(42, 59, 54, 0) 80%),
    radial-gradient(ellipse farthest-side at 50% 100%, #14382d 0%, #14382d00 100%);
  font-family: "neue-haas-unica", sans-serif;
}

.delta-input {
  width: 70px;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.delta-input:focus,
.delta-select:focus {
  outline: 1px solid var(--brand);
}

.delta-unit {
  color: var(--brand-subtle);
  font-family: "transducer", sans-serif;
  font-size: 13px;
}

.delta-toggle-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 18px;
}

.delta-toggle-label {
  margin: 0;
  color: #ffffffd9;
  font-size: 14px;
}

.delta-toggle-button {
  display: inline-flex;
  align-items: center;
  width: 42px;
  height: 24px;
  padding: 2px;
  border: 1px solid rgba(92, 131, 114, 0.55);
  border-radius: 999px;
  background: rgba(22, 39, 32, 0.9);
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.delta-toggle-button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9ab7ab;
  transform: translateX(0);
  transition: transform 140ms ease, background-color 140ms ease;
}

.delta-toggle-button[aria-pressed="true"] {
  border-color: rgba(48, 239, 161, 0.7);
  background: rgba(18, 76, 54, 0.85);
}

.delta-toggle-button[aria-pressed="true"]::before {
  background: #30efa1;
  transform: translateX(18px);
}

.delta-input-row[data-optional="true"] {
  margin-top: 17px;
}

.delta-input-row[data-optional="true"][hidden] {
  display: none;
}

.delta-select {
  width: 100%;
  padding: 12px 42px 12px 14px;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    url("images/caret-green-preview.svg"),
    linear-gradient(180deg, rgba(42, 59, 54, 0.65) 0%, rgba(42, 59, 54, 0) 80%),
    radial-gradient(ellipse farthest-side at 50% 100%, #14382d 0%, #14382d00 100%);
  background-position: right 14px center, 0 0, 50% 100%;
  background-repeat: no-repeat;
  background-size: 14px 14px, 100% 100%, 100% 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.delta-select option {
  color: #e9fff5;
  background: #111;
}

.rl-delta-graph-shell {
  grid-column: 1 / -1;
  width: 100vw;
  max-width: none;
  min-width: 0;
  margin: 0 calc(50% - 50vw);
}

.rl-delta-graph-shell .dashboard-checkin-history-scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 8px;
  scrollbar-color: rgba(48, 239, 161, 0.45) rgba(48, 239, 161, 0.08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.rl-delta-graph-shell .dashboard-checkin-history-scroll::-webkit-scrollbar {
  height: 8px;
}

.rl-delta-graph-shell .dashboard-checkin-history-scroll::-webkit-scrollbar-track {
  background: rgba(48, 239, 161, 0.08);
  border-radius: 999px;
}

.rl-delta-graph-shell .dashboard-checkin-history-scroll::-webkit-scrollbar-thumb {
  background: rgba(48, 239, 161, 0.45);
  border-radius: 999px;
}

.rl-delta-graph-shell .dashboard-checkin-history-plot {
  position: relative;
  width: max(100%, var(--dashboard-checkin-plot-width, 1120px));
  height: 35vh;
  min-height: 260px;
  max-height: 300px;
  overflow: visible;
  padding: 0;
}

.rl-delta-graph-shell .dashboard-checkin-history-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.rl-delta-graph-shell .dashboard-checkin-boundary-dot {
  position: absolute;
  left: var(--checkin-boundary-x);
  top: var(--checkin-boundary-y);
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #f2fffb;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.rl-delta-graph-shell .dashboard-checkin-phase-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--checkin-phase-x);
  width: var(--checkin-phase-width);
  pointer-events: none;
  z-index: 0;
}

.rl-delta-graph-shell .dashboard-checkin-phase-fill.is-mass {
  background-image: var(--dashboard-checkin-phase-mass-gradient, radial-gradient(circle at top center, #074935 0%, #028e6a0d 100%));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rl-delta-graph-shell .dashboard-checkin-phase-fill.is-cut,
.rl-delta-graph-shell .dashboard-checkin-phase-fill.is-mini_cut {
  background-image: var(--dashboard-checkin-phase-cut-gradient, radial-gradient(circle at top center, #ff9a005e 0%, #ff82001c 100%));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rl-delta-graph-shell .dashboard-checkin-phase-fill.is-maint {
  background-image: var(--dashboard-checkin-phase-maint-gradient, radial-gradient(circle at top center, #1c201f 0%, #00000026 100%));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rl-delta-graph-shell .dashboard-checkin-phase-label {
  position: absolute;
  top: 6px;
  left: var(--checkin-phase-x);
  max-width: calc(var(--checkin-phase-width) - 12px);
  color: #ffffff9e;
  font-family: "transducer", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  transform: translateX(6px);
  white-space: nowrap;
  z-index: 2;
}

.rl-delta-graph-shell .dashboard-checkin-phase-label.is-wrapped {
  line-height: 1.05;
  white-space: normal;
}

.rl-delta-graph-shell .dashboard-checkin-milestone {
  position: absolute;
  left: var(--checkin-x);
  bottom: 9px;
  display: grid;
  gap: 4px;
  pointer-events: none;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.rl-delta-graph-shell .dashboard-checkin-milestone.is-start {
  text-align: left;
  transform: translateX(-1px);
}

.rl-delta-graph-shell .dashboard-checkin-milestone.is-end,
.rl-delta-graph-shell .dashboard-checkin-milestone.is-phase-end {
  text-align: right;
  transform: translateX(calc(-100% + 1px));
}

.rl-delta-graph-shell .dashboard-checkin-milestone-label,
.rl-delta-graph-shell .dashboard-checkin-milestone-value,
.rl-delta-graph-shell .dashboard-checkin-milestone-date {
  font-family: "transducer", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.rl-delta-graph-shell .dashboard-checkin-milestone-label {
  color: #ffffff8c;
  font-size: 9px;
}

.rl-delta-graph-shell .dashboard-checkin-milestone-value {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.rl-delta-graph-shell .dashboard-checkin-milestone-value--split {
  display: grid;
  gap: 2px;
  font-size: 11px;
  line-height: 1.05;
}

.rl-delta-graph-shell .dashboard-checkin-milestone-value-line {
  display: block;
}

.rl-delta-graph-shell .dashboard-checkin-milestone-date {
  color: #ffffff8c;
  font-size: 12px;
  font-weight: 700;
}

.rl-delta-graph-shell .dashboard-checkin-milestone.is-phase-end .dashboard-checkin-milestone-value {
  color: #f2fffb;
}

.rl-delta-graph-shell .checkin-graph-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 248px;
  margin: 10px auto 0;
}

.rl-delta-graph-shell .checkin-legend-item {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  color: rgba(166, 189, 180, 0.78);
  font-family: "transducer", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.rl-delta-graph-shell .checkin-legend-label {
  color: rgba(223, 248, 239, 0.68);
}

.rl-delta-graph-shell .checkin-legend-marker {
  position: relative;
  display: block;
  width: 34px;
  height: 8px;
}

.rl-delta-graph-shell .checkin-legend-marker-projected {
  width: 37px;
  height: 5px;
  background-image: radial-gradient(circle, rgba(39, 242, 189, 0.6) 0 2.5px, transparent 2.6px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 9.6667px 5px;
}

.rl-delta-graph-shell .checkin-legend-unit-value {
  color: #27f2bd;
  font-size: 12px;
}

.delta-results-card {
  position: relative;
  width: min(520px, calc(100% - 50px));
  margin: 26px auto 0;
  padding: 28px 25px;
  border: 0;
  border-radius: 4px;
  background:
    radial-gradient(ellipse at top right, #1f1f1f 0%, rgba(31, 31, 31, 0) 60%),
    radial-gradient(circle at center bottom, #0b1c16 0%, #000000 124%);
}

.delta-results-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(78, 135, 115, 0) 11%, rgba(78, 135, 115, 44%) 50%, rgba(78, 135, 115, 0) 87%);
  pointer-events: none;
}

.delta-results-title {
  margin: 0 0 10px;
  color: #d8dedd;
  font-family: "transducer", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.delta-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}

.delta-results-cell {
  text-align: center;
}

.delta-results-label {
  margin: 0 0 2px;
  color: #c1c8c4;
  font-family: "transducer", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.delta-results-value {
  margin: 0;
  color: #30efa1;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 0.9;
}

.delta-results-value.is-miss {
  animation: deltaMissPulse 1.25s ease-in-out infinite;
}

.delta-side-effects {
  margin: 14px 0 0;
  color: #d5ddd8;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.delta-side-effects:empty {
  display: none;
}

.delta-assumption {
  width: min(620px, calc(100% - 50px));
  margin: 22px auto 0;
  color: #98a39f;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@keyframes deltaMissPulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.38;
  }
}

@media (max-width: 768px) {
  .delta-results-grid {
    grid-template-columns: 1fr;
  }

  .delta-results-value {
    font-size: 26px;
  }
}

.rl-decision-steps span,
.rl-process-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 13px;
  border-radius: 50%;
  color: #000;
  background: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.rl-feature-mosaic article {
  overflow: hidden;
}

.rl-feature-mosaic img:not(.marketing-card-image),
.rl-coach-roster img:not(.marketing-card-image) {
  display: block;
  width: 100%;
  height: auto;
}

.rl-feature-mosaic .marketing-card-image,
.rl-coach-roster .marketing-card-image {
  margin-top: -30px;
}

.rl-feature-mosaic article > div {
  padding: 0;
}

.rl-phase-roadmap {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
}

.rl-phase-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rl-phase-track div {
  min-height: 170px;
  padding: 20px;
}

.rl-chat-panel p {
  max-width: none;
  margin-top: 0;
}

.rl-chat-panel p + p {
  margin-top: 18px;
}

.rl-coach-roster {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.rl-coach-roster article {
  overflow: hidden;
}

.rl-coach-roster h3,
.rl-coach-roster strong,
.rl-coach-roster p,
.rl-coach-roster a {
  margin-left: 18px;
  margin-right: 18px;
}

.rl-coach-roster h3 {
  margin-top: 0;
  font-size: 30px;
}

.rl-coach-roster strong {
  display: block;
  color: var(--brand);
}

.rl-coach-roster a,
.rl-pricing-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 20px 18px 18px;
  padding: 0 18px;
  border-radius: 4px;
  color: #000;
  background: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
}

.rl-pricing-grid .rl-pricing-card {
  padding: 3vw 2.4vw 2.7vw;
}

.rl-pricing-card__eyebrow {
  margin-bottom: 6px;
  text-align: center;
  font-size: 12px;
}

.rl-pricing-grid .rl-pricing-card__price {
  padding-right: 20px;
  color: #fff;
  font-size: 45px;
  line-height: 1;
  text-align: center;
}

.rl-pricing-card__currency {
  position: relative;
  top: 2px;
  color: #ffffffd9;
  font-size: 28px;
  line-height: 1;
  vertical-align: top;
}

.rl-pricing-card__billing {
  margin-top: 1px;
  font-size: 13.2px;
  font-weight: 500;
  text-align: center;
  margin: auto;
}

.rl-pricing-card__body {
  margin: 17px 0 4px;
  margin: 17px auto 4px;
}

.rl-pricing-grid .rl-pricing-card__action {
  margin: 20px 0 0;
}

.rl-section__cta,
.rl-normalized-cta__action,
.rl-layout-cta,
.delta-recalculate-button,
.rl-pricing-grid .rl-pricing-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  color: #000;
  background: radial-gradient(ellipse at center bottom, #00ffa4 0%, #00c983 100%);
  font-family: "transducer", sans-serif;
  font-size: 14.3px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  max-width: 50vw;
  width:100%;
}

  .rl-pricing-grid .rl-pricing-card__action {margin: 22px auto 9px;}

.rl-section__cta:hover,
.rl-normalized-cta__action:hover,
.rl-layout-cta:hover,
.delta-recalculate-button:hover:not(:disabled),
.rl-pricing-grid .rl-pricing-card__action:hover {
  color: #000;
  background: radial-gradient(ellipse at center bottom, #42ffbd 0%, #00d98f 100%);
}

.delta-recalculate-button {
  max-width: none;
  margin-top: 18px;
}

.delta-recalculate-button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.rl-pricing-grid .rl-pricing-card__action[aria-disabled="true"],
.rl-pricing-grid .rl-pricing-card__action[aria-disabled="true"]:hover {
  color: rgba(0, 0, 0, 0.52);
  background: rgba(48, 239, 161, 0.24);
  cursor: not-allowed;
  pointer-events: none;
}

.rl-pricing-grid {gap: 1.8vw;}

.coachcarousel {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100dvh;
  margin-top: 36px;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 50% 30%, rgb(18 31 26) 100%);
}

.coachcarousel-track {
  display: flex;
  height: 100%;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 17px;
  scroll-behavior: smooth;
  scroll-padding: 0 17px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.coachcarousel-track::-webkit-scrollbar {
  display: none;
}

.coachcard {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: space-between;
  max-width: 420px;
  height: 92.5dvh;
  margin: 26px 17px;
  padding: 30px 5vw;
  border-width: 1px;
  border-top-style: solid;
  border-radius: 15px;
  border-image: linear-gradient(to right, #00000000, #368268, #00000000) 1;
  box-shadow: 0 20px 18px -15px #000000b3;
  background-color: transparent;
  background-position: 50% 67%;
  background-repeat: no-repeat;
  background-size: clamp(522px, 151%, 64vh) auto;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.coachcard.liam {
  background-image: url("images/coach-carousel-2-liam.jpg");
}

.coachcard.cass {
  background-image: url("images/coach-carousel-2-cass.jpg");
}

.coachcard.dirk {
  background-image: url("images/coach-carousel-2-dirk.jpg");
}

.coachcard.kalon {
  background-image: url("images/coach-carousel-2-kalon.jpg");
}

.homecoach-headerblock {
  padding-top: 10px;
}

h3.homecoach {
  margin: 0 0 4px;
  color: var(--brand);
  font-family: "transducer", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2.homecoach {
  margin: 0;
  color: #e9fff5;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.homecoach-textblock {
  padding-bottom: 20px;
}

p.homecoach {
  margin: 0 0 14px;
  color: #ffffffcc;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

p.homecoach.bold {
  color: #ffffffe6;
  font-weight: 600;
}

.carousel-dots {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  pointer-events: none;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #168a65;
  opacity: 0.5;
}

.carousel-dots .dot.active {
  background: #36ffb6;
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(54, 255, 182, 0.18);
}

.rl-layout-section--timeline {
  background:
    linear-gradient(180deg, #000, #07110d 48%, #000);
}

.rl-process-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rl-process-timeline .marketing-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0 22px 22px;
  overflow: hidden;
}

.rl-process-timeline div {
  padding: 22px;
  border-left: 1px solid rgb(46 119 93 / 7%);
}

.rl-process-timeline .marketing-card > span {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
}

.rl-process-timeline .rl-process-card-image {
  width: calc(100% + 44px);
  aspect-ratio: 1.62 / 1;
  margin: 0 -22px 24px;
  padding: 0;
  border: 0;
  border-radius: 4px 4px 0 0;
  background: #333;
}

.rl-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 44px;
  text-align: right;
  padding: clamp(72px, 10vw, 132px) 1.5vw;
}

.rl-faq-grid {
  text-align: left;
}

.rl-faq-grid {
  display: grid;
  gap: 2px;
}

.rl-faq-grid details {
  display: block;
  interpolate-size: allow-keywords;
  background: radial-gradient(ellipse at top left, #1f1f1f 0%, rgba(31, 31, 31, 0) 60%), radial-gradient(circle at center bottom, #121916 0%, #0f0f0f 124%);
  padding: 14px 17px 13px;
  border-radius: 4px;
}

.rl-faq-grid details::details-content {
  block-size: 0;
  overflow: hidden;
  transition:
    block-size 0.18s ease,
    content-visibility 0.18s ease allow-discrete;
}

.rl-faq-grid details[open]::details-content {
  block-size: auto;
}

.rl-faq-answer {
  padding: 0 0 7px;
  border-width: 1px;
  border-top: 1px solid #47c29636;
  border-top-style: solid;
  margin-top: 12px;
}

.rl-faq-grid summary {
  position: relative;
  display: block;
  padding-right: 24px;
  color: #55ffc4;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.rl-faq-grid summary::-webkit-details-marker {
  display: none;
}

.rl-faq-grid summary::marker {
  content: "";
}

.rl-faq-grid summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("images/caret-green-preview.svg") center / contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.rl-faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.testimonials-section .ds-section-inner {
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.testimonial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 20px;
  margin: 0;
  text-align: left;
}

.testimonial-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  background: rgba(14, 22, 18, 0.92);
  font-family: code-saver, monospace;
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s ease;
}

@media (hover: hover) {
  .testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(48, 239, 161, 0.06);
  }
}

.testimonial-quote {
  margin: 0 0 12px;
  color: #ffffffc7;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0;
}

.testimonial-author {
  margin: 0;
  color: var(--brand-subtle);
  font-family: "transducer", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .testimonial-strip {
    grid-template-columns: 1fr;
  }
}

.rl-pricing-grid h3 {
  color: #fff;
  font-size: clamp(32px, 3.5vw, 42px);
}

.rl-plan-includes {
  max-width: 720px;
  margin-bottom: 26px;
}

.rl-plan-includes h3 {
  margin-top: 0;
  font-size: 28px;
}

.rl-plan-includes .checkmark-circled {
  margin: 18px 0 0;
  columns: 2;
  column-gap: 28px;
}

.rl-layout-section--letter {
  background:
    radial-gradient(ellipse at center top, rgba(48, 239, 161, 0.08), transparent 52%),
    #000;
}

.rl-founder-letter {
  width: min(740px, calc(100% - 50px));
  margin: 0 auto;
}

#founder .rl-founder-letter {
  width: 100%;
  margin: 0;
}

#founder {
  --rl-section-bg-image-mobile: url("images/doug-mobile.jpg");
  --rl-section-bg-image-desktop: url("images/doug-desktop.jpg");
  --rl-section-bg-position: 32% clamp(58%, calc(53.873% + 1.058vw), 62%);
  --rl-section-bg-size: clamp(100%, calc(191.429% - 11.905vw), 145%);
}

@media (min-width: 769px) {
  #founder {
  --rl-section-bg-position: 34% 0%;
  --rl-section-bg-size: 117%;
  }
}

#founder .rl-layout-inner {
  position: relative;
  z-index: 1;
}

#founder .rl-founder-letter h4.inline {
  width: 100%;
  min-width: 0;
}

#founder .rl-founder-copy {
  min-width: 0;
}

.rl-final-cta {
  text-align: center;
  background:
    radial-gradient(ellipse at center, rgba(48, 239, 161, 0.14), transparent 55%),
    #000;
}

.rl-final-cta .rl-layout-inner {
  width: min(920px, calc(100% - 50px));
}

.rl-final-cta p {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 883px) {
  #how-it-works .rl-layout-inner {
    max-width: 475px;
  }

  .checkmark-circled-split {
    grid-template-columns: 1fr;
  }

  .marketing-card-carousel {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .marketing-card-rail {
    display: flex;
    gap: 2.1vw;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0 var(--marketing-card-rail-inset) 2px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--marketing-card-rail-inset);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .marketing-card-rail::-webkit-scrollbar {
    display: none;
  }

  .marketing-card-carousel .marketing-card {
    flex: 0 0 min(360px, 100%);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    opacity: var(--marketing-card-reveal-opacity, 1);
    transform: translate3d(0, var(--marketing-card-reveal-y, 0px), 0);
  }

  .marketing-card-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.3px;
    height: 20px;
    margin-top: 5px;
  }

  .marketing-card-indicator-bar {
    display: block;
    width: 19.5px;
    height: 4.5px;
    border-radius: 2px;
    background: #2b6d54;
    opacity: 0.72;
    transition:
      width 0.32s ease,
      opacity 0.32s ease,
      background-color 0.32s ease;
  }

  .marketing-card-indicator-bar.is-active {
    width: 35px;
    background: #30efa1;
    opacity: 1;
  }

  .rl-layout-inner {
    padding: 72px 0;
    width: 87vw;
        margin-right: auto;
        margin-left: auto;
  }

  .rl-chapter,
  .rl-chapter--left-media,
  .rl-question-ladder,
  .rl-mechanism-map,
  .rl-scenario-pair,
  .rl-proof-grid,
  .rl-decision-map,
  .rl-delta-preview-layout,
  .rl-feature-mosaic,
  .rl-phase-roadmap,
  .rl-coach-roster,
  .rl-process-timeline,
  .rl-faq-layout,
  .rl-pricing-grid {
    grid-template-columns: 1fr;
  }

  .rl-faq-layout {
    text-align: left;
  }

  .rl-question-ladder .rl-section-lead,
  .rl-question-ladder .rl-ladder-copy,
  .rl-question-ladder .rl-ladder-questions,
  .rl-question-ladder .rl-ladder-answer {
    grid-column: 1;
    grid-row: auto;
  }

  .rl-media-panel {
    min-height: 320px;
  }

  .rl-phase-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rl-normalized-cta {
    max-width: 437px;
    width: 77vw;
  }

  .rl-normalized-cta--split {
    grid-template-columns: 1fr;
  }

  .rl-normalized-cta__actions {
    justify-self: stretch;
    width: 100%;
    text-align: left;
  }

  .rl-scenario-card {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 884px) and (max-width: 1490px) {
  .marketing-card-carousel--four .marketing-card-rail {
    display: flex;
    gap: 2.1vw;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0 var(--marketing-card-rail-inset) 2px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--marketing-card-rail-inset);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .marketing-card-carousel--four .marketing-card-rail::-webkit-scrollbar {
    display: none;
  }

  .marketing-card-carousel--four .marketing-card {
    flex: 0 0 min(360px, 100%);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    opacity: var(--marketing-card-reveal-opacity, 1);
    transform: translate3d(0, var(--marketing-card-reveal-y, 0px), 0);
  }

  .marketing-card-carousel--four .marketing-card-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.3px;
    height: 20px;
    margin-top: 5px;
  }

  .marketing-card-carousel--four .marketing-card-indicator-bar {
    display: block;
    width: 19.5px;
    height: 4.5px;
    border-radius: 2px;
    background: #2b6d54;
    opacity: 0.72;
    transition:
      width 0.32s ease,
      opacity 0.32s ease,
      background-color 0.32s ease;
  }

  .marketing-card-carousel--four .marketing-card-indicator-bar.is-active {
    width: 35px;
    background: #30efa1;
    opacity: 1;
  }
}

@media (min-width: 700px) and (max-width: 1100px) {
  .rl-scenario-pair {
    grid-template-columns: 1fr 1fr;
  }

  .rl-scenario-card {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 961px) {
  .ds-hamburger { display: none; }
}

@media (max-width: 960px) {
  .ds-nav-links { display: none; }
}

@media (max-width: 768px) {
  .slider-item { grid-template-columns: 100px minmax(0, 1fr) 32px; }

  .ds-return-card {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 18px;
  }

  .ds-return-actions {
    flex-direction: column;
  }

  .ds-return-primary {
    width: 100%;
  }

  .ds-return-secondary {
    text-align: center;
  }

  .rl-layout-inner.shift-right {
    width: 87vw;
    margin-right: auto;
    margin-left: auto;
  }

  .rl-section:not(#hero) .rl-section-header {
    padding: 65px 0 0;
  }

  .checkmark-circled {
    max-width: none;
  }

  .rl-section__cta,
  .rl-normalized-cta__action,
  .rl-layout-cta,
  .delta-recalculate-button,
  .rl-pricing-grid .rl-pricing-card__action {
    max-width: none;
  }



      
  .rl-section__inner {
    padding: 20px 25px 55px;
  }

  .rl-layout-inner--carousel-bleed > h4 {
    padding: 7.8vw 8vw 7.3vw;
  }

  .rl-section-lead h2,
  .rl-chapter-copy h2,
  .rl-delta-preview-copy h2,
  .rl-final-cta h2,
  .rl-founder-letter h2 {
    text-wrap: auto;
  }

  .rl-delta-preview-widget,
  .rl-normalized-cta__microcopy {
    max-width: none;
  }

  .rl-decision-steps,
  .rl-phase-track,
  .rl-process-timeline {
    row-gap: 25px;
  }

  .rl-process-timeline h3 {
    min-height: 0;
  }

  .rl-pricing-grid {
    row-gap: 24px;
  }

  .rl-pricing-grid .rl-pricing-card {
    padding: 33px 2.4vw 22px;
  }

  .rl-founder-letter {
    padding: 2.4vw;
  }

  #founder {
    height: 100dvh;
  }

  #founder .rl-layout-inner {
    height: 100%;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  #founder .rl-founder-letter {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
    height: 100%;
    padding: 0;
  }

  #founder .rl-founder-letter h2 {
    grid-row: 4;
  }

  #founder .rl-founder-copy {
    grid-row: 5;
  }

  .rl-plan-includes .checkmark-circled {
    columns: 1;
  }

  .builder-surface {
    margin: 0 auto;
    padding: 44px 17px 29px;
  }
}

@media (max-width: 767px) {
  #process h4 {
    padding-top: 51px;
  }

  #process .rl-pattern-goal {
    padding: 15vw 8vw;
  }

  .rl-stream-priority-statement {
    padding: 7vw 0;
    font-size: 20px;
    line-height: 24px;
  }

  .rl-split-statement {
            font-size: 25px;
        line-height: 28px;
  }

  .rl-layout-section--push-limits:not(#founder) {
    background:
      linear-gradient(to bottom, rgb(0 0 0 / 57%) 33%, rgb(0 0 0 / 78%) 100%),
      url("images/girl-squatting-desktop.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #delta.rl-section--fullbleed-fullheight-centered .rl-section__layout {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rl-integration-statement {
    position: relative;
  }

  .rl-integration-statement::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(78, 135, 115, 0) 11%,
      rgba(78, 135, 115, 44%) 50%,
      rgba(78, 135, 115, 0) 87%
    );
    pointer-events: none;
  }

  #founder .rl-founder-letter h2 {
    margin-bottom: 0 !important;
  }

  .rl-normalized-cta.rl-normalized-cta--stack.rl-normalized-cta--timeline-end h4 {
    width: 100%;
    margin-bottom: 0;
    font-size: 30px;
    text-wrap-style: auto;
  }
}

@media (max-width: 585px) {
  .stream-rail-header {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
